/*==========================================================*/
/* Site Preloader */
/*==========================================================*/
#preloader {
	background-color: #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden !important;
	position: fixed;
	right: 0;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 99999999;
}

#preloader > div {
	height: 100%;
	position: relative;
	width: 100%;
}

#preloader > div img {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*==========================================================*/
/* Promocode PopUp */
/*==========================================================*/
.ciyashop-promo-popup {
	background-color: #ffffff;
	background-image: url(../images/promocode-bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 760px;
}

.ciyashop-promo-popup .row {
	margin: 0;
}

.ciyashop-popup-inner .promo-image {
	padding: 0;
}

.ciyashop-popup-inner .promo-image img {
	margin: 0;
	padding: 0;
}

.ciyashop-popup-inner .promo-content {
	padding: 25px 30px;
}

.ciyashop-promo-popup figure {
	margin: 0;
}

.ciyashop-promo-popup .popup-image {
	margin: 0;
}

.promo-popup-info h4 {
	margin-bottom: 5px;
}

.promo-popup-info span {
	color: #323232;
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
}

.ciyashop-promo-popup .pgscore_newsletter_wrapper {
	margin-top: 15px;
}

.ciyashop-promo-popup .newsletter_form .input-area {
	display: block;
	margin-bottom: 10px;
	padding-right: 0px;
	width: 100%;
}

.ciyashop-promo-popup .newsletter_form .input-area input {
	height: 44px;
	width: 100%;
}

.ciyashop-promo-popup .newsletter_form .button-area {
	display: inline-block;
	width: 100%;
	position: relative;
	vertical-align: top;
}

.ciyashop-promo-popup .newsletter_form .button-area .btn {
	line-height: 44px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.ciyashop-promo-popup .mfp-close,
.mfp-close-btn-in .ciyashop-promo-popup .mfp-close {
	background: #323232;
	border-radius: 30px;
	color: #ffffff;
	font-size: 22px;
	height: 24px;
	line-height: 24px;
	opacity: 1;
	right: 10px;
	top: 10px;
	width: 24px;
}

.ciyashop-promo-popup .mfp-close:active {
	top: 0px;
}

.ciyashop-promo-popup .newsletter-msg {
	color: #ff0000;
	margin-top: 10px;
	margin-bottom: 0;
}

.ciyashop-promo-popup .newsletter-msg p {
	margin-bottom: 0;
}

.ciyashop-promo-popup .newsletter-wrapper .button-area .newsletter-spinner {
    position: absolute;
    right: 15px;
    top: -43px;
}

.pgs_agegate_enabled .mfp-bg.mfp-ciyashop-promo-popup,
.pgs_agegate_enabled .mfp-wrap.mfp-ciyashop-promo-popup {
	z-index: -1 !important;
}

/*==========================================================*/
/* Store Notice */
/*==========================================================*/
body{
	overflow-x: hidden;
}
body .demo_store{
	position:fixed;
	left:0;
	bottom:69px;
	right:0;
	margin:0;
	padding:10px 25px;
	background-color:#3d9cd2;
	color:#fff;
	text-align: left;
	z-index:9999;
}

body .demo_store:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f05a";
	margin-right: .5407911001em;
}

body .demo_store a {
	color:#fff;
	font-weight:400;
	text-decoration:underline;
}

body .demo_store a:hover {
	text-decoration: none;
}

body .demo_store a.woocommerce-store-notice__dismiss-link {
	display: block;
}

body .demo_store a.woocommerce-store-notice__dismiss-link:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f057";
	margin-right: .3342343017em;
}

body .demo_store,
body.admin-bar p.demo_store {
	top: auto;
	bottom: 0;
}

body .demo_store a.woocommerce-store-notice__dismiss-link {
	background: rgba(0,0,0,0.1);
	float:right;
	display:inline-block;
	margin:-10px -25px;
	padding:10px 25px;
}

@media (max-width:767px) {
	body .demo_store,
	body.admin-bar p.demo_store {
		top: auto;
		bottom: 56px;
	}

	body .demo_store a.woocommerce-store-notice__dismiss-link {
		float: none;
		display: block;
		margin: 0;
		margin-top: 5px;
		background: none;
		padding: 0;
	}

	body .demo_store:before {
		content: normal;
	}
}

body .select2-container .select2-dropdown,
body .select2-container .select2-selection {
	border-color: #e8e8e8;
}

/*==========================================*/
/* Back To Top */
/*==========================================*/
#back-to-top .top {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px;
	color: #fff;
	position: fixed;
	bottom: 50px;
	right: 40px;
	z-index: 999;
	font-size: 24px;
	background: #04d39f;
	width: 40px;
	height: 40px;
	line-height: normal;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#back-to-top .top:hover {
	background: #323232;
}

/*==========================================================*/
/* General CSS */
/*==========================================================*/
body {
	color: #969696;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}

/* selection */
*::-moz-selection {
  background: #999999;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #999999;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #999999;
  color: #fff;
  text-shadow: none;
}

/* Transition Animation */
a,
input,
textarea,
input[type=submit],
select,
button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.button,
.select2-container .ciyashop-select2-dropdown .select2-results .select2-results__options li,
.select2-container--default.select2-container--open li,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

input,
select,
textarea,
btn {
	outline: none;
}

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

/* Background Overlay */
.vc_row.vc_row-with-background-overlay > .vc_row-background-overlay {
	background-repeat: repeat;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/* Rev BG Black Remove */
.slotholder {
	filter: none !important;
}

/*search results*/
.search-results .entry-content {
  margin-bottom: 20px;
}

.search-no-results .search-form label {
  width: 100%;
}

.word-break .divider-title {
	word-break: break-all;
}

/*==========================================================*/
/* Default Typography */
/*==========================================================*/

/* HTML Tags and Formatting */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #323232;
	font-family: 'Poppins', sans-serif;
	margin-top: 0px;
	margin-bottom: 15px;
}

h1 {
	font-size: 36px;
	line-height: 44px;
}

h2 {
	font-size: 30px;
	line-height: 38px;
}

h3 {
	font-size: 26px;
	line-height: 34px;
}

h4 {
	font-size: 22px;
	line-height: 30px;
}

h5 {
	font-size: 20px;
	line-height: 28px;
}

h6 {
	font-size: 18px;
	line-height: 22px;
}

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6{
	word-break: break-word;
}

/* Dark BG */
.row-background-dark h1,
.row-background-dark h2,
.row-background-dark h3,
.row-background-dark h4,
.row-background-dark h5,
.row-background-dark h6 {
  color: #ffffff;
}

.row-background-dark p {
  color: #ffffff;
}

/* Table */
table {
	border: 1px solid #f5f5f5;
	margin-bottom: 20px;
}

table#wp-calendar {
	background: #ffffff;
}

table caption {
	color: #969696;
}

table th {
	background: #fbfbfb;
	color: #323232;
}

table td,
table th {
	border: 1px solid #eaeaea;
	padding: 4px 8px;
}

/* Definition Lists */
dl dd {
	margin-bottom: 15px;
}

dl dd:last-child {
	margin-bottom: 0px;
}

/* Lists (Nested) */
ol,
ul {
	padding-left: 25px;
	margin-bottom: 1em;
}

ol {
	padding-left: 0px;
}

ol li {
	list-style: decimal inside;
	line-height: 30px;
}

ol ol {
	padding-left: 25px;
}

ul li {
	list-style: inherit;
	line-height: 30px;
}

ul.list-inside {
	padding-left: 15px;
}

ul.list-inside li {
	list-style-position: inside;
}

ul.list-unstyled li {
  margin: 6px 0;
}

.list li i:before {
  font-size: 14px;
}

/* Dark BG list */
.row-background-dark ul.list-unstyled li {
  color: #ffffff;
}

/* HTML Tags */
a {
	color: #04d39f;
	outline: none;
}

a:focus,
a:hover {
	color: #323232;
	text-decoration: none;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

img {
	max-width: 100%;
}

pre {
	background: #f5f5f5;
	padding: 20px;
	border: 1px solid #e1e1e1;
}

select {
	border-color: #e8e8e8;
	border: 1px solid #e8e8e8;
	height: 43px;
	padding: 0 10px;
}

.tooltip {
    z-index: 9 !important;
}

/* Others */
abbr[title] {
	text-decoration: none;
}

div.pp_overlay:hover {
	cursor: crosshair;
}

.sticky-footer-enable .site-content {
	position: relative;
	z-index: 1;
	background: #ffffff;
}

.submitting .request-box .request-box-form .wpcf7-submit {
	color: rgba(255,255,255,0.2);
}
div.wpcf7 .request-box .request-box-form .ajax-loader {
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 18px;
    background: url(../images/loader-img/cy_loader-light.svg);
	background-repeat: no-repeat;
	background-size: 25px;
    width: 25px;
    height: 25px;
}
div.wpcf7 .request-box .request-box-form .ajax-loader:before {
	content: normal;
}

/*==========================================================*/
/* Owl carousel  */
/*==========================================================*/
.owl-carousel .owl-item img {
	width: auto;
}

.owl-carousel .owl-nav {
	display: block;
	position: absolute;
	text-indent: inherit;
	top: 45%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	left: 0;
	width: 100%;
	cursor: pointer;
	z-index: 999;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	display: block;
	position: absolute;
	text-indent: inherit;
	width: auto;
	cursor: pointer;
	opacity: 0;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	top: 50%;
	background: none;
	padding: 0;
	border: none;
}

.owl-carousel .owl-nav .owl-prev:focus,
.owl-carousel .owl-nav .owl-next:focus {
	outline: none;
}

.owl-carousel .owl-nav .owl-prev {
	left: 0px;
}

.owl-carousel .owl-nav .owl-next {
	right: 0px;
}

.owl-carousel .owl-nav i {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	width: 35px;
	height: 35px;
	line-height: normal;
	padding-left: 0;
	color: #ffffff;
	background: #353535;
	border: 0px solid #353535;
	font-weight: 900;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-top: -3px;
}

.owl-carousel .owl-nav i:hover {
	background: #999999;
	color: #353535;
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
	opacity: 1;
	background: none;
	padding: 0;
	margin: 0;
}

.owl-carousel:hover .owl-nav .owl-prev {
	left: -17px;
}

.owl-carousel:hover .owl-nav .owl-next {
	right: -17px;
}

.pgscore_team_members_style_style-1 .owl-carousel .owl-item img {
	display: inline-block;
}

.pgscore_image_slider_wrapper .owl-theme .owl-nav [class*='owl-'] {
	margin: -17px 0 0 0;
	padding: 0;
}

/* Dots */
.owl-carousel .owl-controls .owl-dot {
	display: inline-block;
	margin-top: 10px;
}

.owl-carousel .owl-dots {
	display: inline-block;
	position: absolute;
	bottom: -35px;
	text-indent: inherit;
	left: 0px;
	width: 100%;
	cursor: pointer;
	text-align: center;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
	background: #353535;
	border-radius: 30px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0px 3px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	cursor: pointer;
}

.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
	background: #999999;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
	background: #999999;
	width: 20px;
}

.owl-carousel .owl-nav .disabled {
	opacity: 0;
	visibility: hidden;
}

/*==========================================================*/
/* Header CSS */
/*==========================================================*/
header.site-header {
	position: relative;
	z-index: 1020;
	background: #ffffff;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}

header.site-header.header-style-right-topbar-main,
header.site-header.header-above-content {
	box-shadow: none;
}

#masthead-inner {
	position: relative;
	z-index: 99;
}
.site-header .header-sticky {
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
	overflow: hidden;
}
.site-header .header-sticky.is-sticky {
	opacity: 1;
	z-index: 1;
}

/*==========================================================*/
/* Header Style */
/*==========================================================*/
.header-mobile {
	display: none;
}

.header-style-right-topbar-main #masthead-inner > .topbar,
.header-style-topbar-with-main-header #masthead-inner > .topbar {
	display: none;
}

#site-navigation-sticky-mobile-wrapper {
	display: none;
}

#site-navigation-mobile {
	display: none;
}

.header-mobile .mobile-icons {
	display: table;
	height: 100%;
	float: right;
}

.header-mobile .woo-tools {
	display: table-cell !important;
	float: none !important;
}

.header-mobile .mobile-butoon-search {
	display: table-cell;
	float: none;
	vertical-align: middle;
}

.header-mobile .mobile-butoon-menu {
	display: table-cell;
	float: none;
	vertical-align: middle;
	position: relative;
	padding: 0 8px;
}

.header-mobile .mobile-butoon-menu .mobile-menu-trigger {
	position: relative;
	width: 20px;
	height: 24px;
	margin-left: 5px;
}

.header-mobile .mobile-butoon-menu span {
	position: absolute;
	width: 100%;
	height: 2px;
	background: #323232;
	left: 0px;
	top: 11px;
}

.header-mobile .mobile-butoon-menu span:before,
.header-mobile .mobile-butoon-menu span:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #323232;
	left: 0;
}

.header-mobile .mobile-butoon-menu span:before {
	top: -7px;
}

.header-mobile .mobile-butoon-menu span:after {
	top: 7px;
}

.header-mobile .woo-tools-actions > li {
	width: 35px;
}

.header-mobile .woo-tools-actions > li i {
	font-size: 18px;
}

.header-mobile .woo-tools-actions > li .glyph-icon {
	font-size: 18px;
}

.header-mobile .mobile-butoon-search > a,
.header-mobile .mobile-butoon-menu > a {
	width: 27px;
	text-align: center;
	display: block;
	color: #323232;
	font-size: 18px;
}

.woo-tools-actions > li.woo-tools-compare i {
	position: relative;
}
.woo-tools-actions > li.woo-tools-compare .cs-loading i:before {
	opacity: 0;
}
.woo-tools-actions > li.woo-tools-compare .cs-loading i:after {
	content: "\f19a";
    font-family: 'pgsicon-ecommerce';
    line-height: normal;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
    animation: inherit;
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
}

/*==========================================================*/
/* Compare Popup */
/*==========================================================*/
.yith_woocompare_colorbox #cboxTopLeft,
.yith_woocompare_colorbox #cboxTopCenter,
.yith_woocompare_colorbox #cboxTopRight,
.yith_woocompare_colorbox #cboxMiddleLeft,
.yith_woocompare_colorbox #cboxMiddleRight,
.yith_woocompare_colorbox #cboxBottomLeft,
.yith_woocompare_colorbox #cboxBottomCenter,
.yith_woocompare_colorbox #cboxBottomRight {
	display: none;
}

.yith_woocompare_colorbox #cboxBottomCenter {
	display: block;
	background: #f5f5f5;
}

.yith_woocompare_colorbox #cboxLoadedContent {
	border: 20px solid #ffffff;
}

.yith_woocompare_colorbox #cboxClose {
	right: 12px;
	bottom: -33px;
}

body.woocommerce-compare h1 {
	background: none;
	font-size: 22px;
	color: #04d39f;
	font-weight: 600;
	margin-bottom: 5px;
	padding: 10px 0;
	text-transform: uppercase;
	text-align: center;
}

table.compare-list {
	border: none;
}

body.woocommerce-compare .DTFC_LeftWrapper .DTFC_LeftHeadWrapper,
body.woocommerce-compare .DTFC_LeftWrapper .DTFC_LeftFootWrapper,
.dataTables_wrapper .dataTables_scroll .dataTables_scrollHead,
.dataTables_wrapper .dataTables_scroll .dataTables_scrollFoot {
	display: none;
}

.DTFC_LeftWrapper .DTFC_LeftBodyWrapper table.compare-list {
	border-left: 1px solid #f1f1f1;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.DTFC_LeftWrapper .DTFC_LeftBodyWrapper table.compare-list,
.dataTables_scroll .dataTables_scrollBody table.compare-list {
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}

table.compare-list tbody th {
	width: 180px;
	max-width: 180px;
	min-width: 180px;
	text-align: right;
	padding: 10px 20px;
	background: #ffffff;
}

.woocommerce table.compare-list tbody .title th,
.woocommerce table.compare-list tbody .price th {
	font-weight: 700;
}

table.compare-list .remove td a .remove {
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 16px;
}

table.compare-list span.woocommerce-Price-amount.amount {
	font-size: 16px;
	text-decoration: none;
	padding: 0 5px;
	display: inline-block;
	font-weight: 600;
}
table.compare-list del span.woocommerce-Price-amount.amount {
	color: #dddddd;
	text-decoration: line-through;
}
.dataTables_scroll table.compare-list .price th,
.dataTables_scroll table.compare-list .price td {
	padding-top: 20px;
	padding-bottom: 20px;
}
.dataTables_scroll table.compare-list .add-to-cart .product-action .button {
	line-height: 38px;
}

table.compare-list th,
table.compare-list td {
	padding: 10px 15px;
	border: none;
	border-bottom: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
}

table.dataTable.compare-list tbody tr th {
	border-left: 1px solid #e7e7e7;
}

table.dataTable.compare-list tbody tr.remove th,
table.dataTable.compare-list tbody tr.remove td {
	border-top: none;
}

table.dataTable.compare-list tbody tr.price.repeated th,
table.dataTable.compare-list tbody tr.price.repeated td {
	border-bottom: none;
}

table.compare-list tr.image th,
table.compare-list tr.image td,
table.compare-list tr.title th,
table.compare-list tr.title td,
table.compare-list tr.price th,
table.compare-list tr.price td {
	font-size: 13px;
	line-height: 18px;
	font-weight: 500;
}

table.compare-list tr.price td {
	text-decoration: none;
}

table.compare-list .add-to-cart td a {
	line-height: 38px;
	border-radius: 3px;
	font-weight: 400;
	padding: 0px 18px;
	background: #04d39f;
}

table.compare-list .add-to-cart td a:hover {
	background: #323232;
}

/* No products */
table.dataTable.compare-list tbody tr.no-products td {
	font-size: 18px;
	padding: 20px 10px;
	border: 1px solid #e7e7e7;
	border-top: none;
	border-bottom: none;
}

/*==========================================================*/
/* Top Bar */
/*==========================================================*/
.topbar {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	padding: 7px 0;
}

.topbar-link > ul {
	padding: 0;
	margin: 0;
}

.topbar-link > ul li {
	list-style-type: none;
	display: table-cell;
	padding-right: 15px;
	font-size: 13px;
}

.topbar-link > ul > li a {
	color: #323232;
	font-size: 13px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.topbar-link > ul > li a:hover {
	color: #04d39f;
}

.topbar-link > ul > li i {
	padding-right: 5px;
	color: inherit;
}

.topbar-link > ul ul li {
	padding: 0;
}

.topbar-link .topbar-social_profiles {
	padding-left: 0px;
}

.topbar-link .topbar-social_profiles li a {
	padding: 10px 6px;
}

.topbar-link .topbar-social_profiles li a i {
	padding-right: 0;
}

.topbar-link li.topbar_item.topbar_item_type-language {
	position: relative;
	padding: 0;
}

.topbar-link .language {
	background: none;
	line-height: 30px;
	padding: 0 14px;
	padding-left: 0px;
	cursor: pointer;
}

.topbar-link .language .drop-content {
	position: absolute;
	top: 100%;
	min-width: 200px;
	left: -1px;
	background: #ffffff;
	padding: 0;
	z-index: 99;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-out 0s;
	border: 1px solid #e8e8e8;
}

.topbar-link .language:hover .drop-content {
	opacity: 1;
	visibility: visible;
}

.topbar-link .language .drop-content li {
	display: block;
}

.topbar-link .language .drop-content li a {
	padding: 0 20px;
	display: block;
	line-height: 32px;
	color: #969696;
	text-align: left;
}

.topbar-link .language .drop-content li a:hover {
	background: #f5f5f5;
}

.topbar-right li.topbar_item.topbar_item_type-language {
	padding: 0 !important;
}

.topbar-right .topbar-link .language .drop-content {
	left: auto;
	right: -1px;
}

.ciyashop-woocommerce-currency-switcher {
	background: none;
	border: none;
	color: #323232;
	min-width: 70px;
	height: auto;
}

.ciyashop-woocommerce-currency-switcher option {
	background: #ffffff;
	color: #969696;
}

.topbar-right .topbar-link {
	display: inline-block;
	vertical-align: top;
}

.topbar-right .topbar-link > ul > li {
	padding-right: 0;
	padding-left: 12px;
}

.topbar-link > ul > li .top-menu li {
	padding-left: 12px;
}

.topbar-right .topbar-link > ul > li .top-menu li:first-child {
	padding-left: 0;
}

.topbar-link > ul li.fa:before {
	color: #04d39f;
	margin-right: 10px;
}

/* Currency Topbar */
.topbar .select2-container--default .select2-selection--single {
	border: none;
	height: inherit;
	padding-left: 0px;
	background: none;
}
.topbar .topbar_item_type-currency .select2-container{
	width: 75px !important;
	margin-top: -7px;
}
.topbar .topbar_item_type-currency .select2-container--default .select2-selection--single {
	margin-top: 0;
}

.topbar .topbar_item_type-currency .select2-container--default .select2-selection--single .select2-selection__arrow{
	width: 15px;
}

.topbar .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 13px;
	line-height: 26px;
	color: #323232;
	text-align: left;
}

.topbar .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
}

.topbar .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-top-color: #323232;
}

.topbar .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-bottom-color: #323232;
}

.select2-container .ciyashop-select2-dropdown {
	min-width: 105px;
	box-shadow: none;
	border: 1px solid #e8e8e8;
	background: #fff;
	top: 9px;
	padding: 0;
	margin-left: -1px;
}

.select2-container .ciyashop-select2-dropdown .select2-results .select2-results__options li {
	padding: 0 15px;
	color: #969696;
	font-size: 13px;
	line-height: 32px;
	background: #fff;
}

.select2-container .ciyashop-select2-dropdown .select2-results .select2-results__options li:hover {
	background: #04d39f;
	color: #fff;
}

.topbar .topbar-link > ul > li.topbar_item_type-currency .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 0px;
}

/* Top Login Form PopUp */
#pgs_login_form .modal-content {
	border: none;
	border-radius: 0px;
}

#pgs_login_form .modal-header {
	background: #04d39f;
	border-radius: 0;
}

#pgs_login_form .modal-title {
	color: #ffffff;
}

#pgs_login_form .close {
	color: #ffffff;
	text-shadow: none;
	opacity: 1;
	width: 35px;
	height: 35px;
	margin: 0px;
	padding: 0px;
	outline: none;
}

#pgs_login_form .modal-body {
	padding: 25px;
}

#pgs_login_form .modal-body h2 {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 15px;
}

#pgs_login_form .modal-body .list-log {
	padding-left: 17px;
	margin-bottom: 15px;
}

#pgs_login_form .modal-body .list-log li {
	line-height: 24px;
	margin-bottom: 8px;
}

#pgs_login_form .modal-body .btn-primary {
	line-height: 22px;
	padding: 10px 30px;
	border-color: transparent;
	color: #ffffff;
	text-transform: uppercase;
}

#pgs_login_form .modal-body .btn-primary.focus,
#pgs_login_form .modal-body .btn-primary:focus {
	outline: none;
	box-shadow: none;
}

#pgs_login_form .modal-body .btn-primary:not(:disabled):not(.disabled).active,
#pgs_login_form .modal-body .btn-primary:not(:disabled):not(.disabled):active {
	background: #323232;
	border-color: #323232;
}

/*==========================================================*/
/* Logo */
/*==========================================================*/
.site-title-wrapper img,
.site-title {
	padding: 0;
	margin: 0;
}

.site-title {
	padding: 20px 0;
	line-height: inherit;
}

.site-title img {
	max-height: 70px;
}

/*==========================================================*/
/* Header icons */
/*==========================================================*/
.woo-tools {
	display: inline-block;
}

.woo-tools-actions {
	padding: 0;
	margin: 0;
}

.woo-tools-actions > li {
	list-style-type: none;
	display: table-cell;
	width: 38px;
	height: 45px;
	padding: 0;
	line-height: 45px;
	text-align: center;
}

.woo-tools-actions > li i {
	font-size: 18px;
	margin-right: 0px;
	color: #323232;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.woo-tools-actions > li i:hover {
	color: #04d39f;
}

.woo-tools-actions > li .glyph-icon {
	font-size: 20px;
}

/*==========================================================*/
/* Header Search */
/*==========================================================*/
.header-search-wrap {
	display: table-cell;
}

.search_form-inner .search_form-category-wrap {
	display: table-cell;
}
.search_form-inner .search_form-category-wrap .select2-container{
	width: 225px !important;
}

.search_form-inner .search_form-category-wrap .select2-container--default .select2-selection--single {
	height: 45px;
	border: none;
	background: rgba(0, 0, 0, 0.04);
	border-radius: 0;
}

.search_form-inner .search_form-category-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 45px;
}

.search_form-inner .search_form-input-wrap {
	display: block;
	vertical-align: top;
	position: relative;
}

.search_form-inner .search_form-category-wrap + .search_form-input-wrap {
	display: table-cell;
}

.search_form-inner .search_form-search-field {
	display: table-cell;
	vertical-align: top;
	position: relative;
}

.search_form-inner .search_form-search-field.ui-autocomplete-loader:before {
	content: "";
	background: url(../images/loader-img/cy_loader.svg);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	z-index: 99;
	background-size: cover;
	top: 50%;
	right: 50px;
	margin-top: -10px;
}

.search_form-inner .search_form-search-button {
	display: table-cell;
}

.search_form-inner input.form-control,
.search_form-inner select {
	height: 45px;
	min-width: 220px;
	padding: 0 25px;
	border: none;
	box-shadow: none;
	background: #f6f7f6;
	border-radius: 0;
}

.search_form-inner input.form-control {
	background: none;
	border: 1px solid rgba(0, 0, 0, 0.07);
	width: 450px;
	padding-right: 50px;
	font-size: 15px;
}

.search_form-search-button {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 45px;
	height: 45px;
}

.search_form-search-button:before {
	content: "\f002";
	right: 0px;
	position: relative;
	height: 45px;
	width: 45px;
	display: inline-block;
	text-align: center;
	top: 0px;
	font-size: 16px;
	line-height: 43px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #04d39f;
	transition: all 0.5s ease-out 0s;
}

.search_form-search-button input[type=submit] {
	border: none;
	height: 45px;
	font-size: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	z-index: 9;
	transition: none;
	background: none;
}

.search-button-wrap .btn-primary.focus,
.search-button-wrap .btn-primary:focus {
	outline: none;
	box-shadow: none;
}

.search_form-search-button input[type=submit]:hover {
	background: none;
}

.header-search-shape-rounded .search_form-inner .search_form-category-wrap + .search_form-input-wrap input.form-control {
	-webkit-border-radius: 0 50px 50px 0;
	-moz-border-radius: 0 50px 50px 0;
	border-radius: 0 50px 50px 0;
}

.header-search-shape-rounded .search_form-inner .search_form-category-wrap .select2-container--default .select2-selection--single {
	padding-left: 15px;
	-webkit-border-radius: 50px 0 0 50px;
	-moz-border-radius: 50px 0 0 50px;
	border-radius: 50px 0 0 50px;
}

.header-search-shape-rounded .search_form-inner .search_form-category-wrap .select2-container--default.select2-container--open .select2-selection--single {
	border-radius: 22px 0 0 0;
}

.header-search-shape-rounded .search_form-inner input.form-control {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.header-search-shape-rounded .search_form-search-button {
	right: 5px;
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 400px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border-color: #dddddd;
}

@media (min-width:992px) {

	/*==========================================================*/
	/* Search  */
	/*==========================================================*/

	/* Search Dropdown Transparent */
	.header-search-wrap .search_form-inner.search-bg-transparent .search_form-category-wrap .select2-container--default .select2-selection--single {
		background: rgba(255, 255, 255, 0.4);
	}

	.header-search-wrap .search_form-inner.search-bg-transparent .search_form-category-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
		color: #ffffff;
	}

	.header-search-wrap .search_form-inner.search-bg-transparent .search_form-category-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
		border-top-color: #ffffff;
	}

	.header-search-wrap .search_form-inner.search-bg-transparent .search_form-category-wrap .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
		border-bottom-color: #ffffff;
	}

	.header-search-wrap .search_form-inner.search-bg-transparent input.form-control {
		border-color: rgba(255, 255, 255, 0.6);
		color: #ffffff;
	}

	.header-search-wrap .search_form-inner.search-bg-transparent .search_form-search-button:before {
		color: #ffffff;
	}

	.header-search-wrap .search_form-inner.search-bg-transparent input::-webkit-input-placeholder {
		color: #ffffff;
	}

	.header-search-wrap .search_form-inner.search-bg-transparent input::-moz-placeholder {
		color: #ffffff;
	}

	.header-search-wrap .search_form-inner.search-bg-transparent input:-ms-input-placeholder {
		color: #ffffff;
	}

	.header-search-wrap .search_form-inner.search-bg-transparent input:-moz-placeholder {
		color: #ffffff;
	}

	/* Search Dropdown White */
	.header-search-wrap .search_form-inner.search-bg-white .search_form-category-wrap .select2-container--default .select2-selection--single {
		background: #ffffff;
	}

	.header-search-wrap .search_form-inner.search-bg-white .search_form-category-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
		color: #323232;
	}

	.header-search-wrap .search_form-inner.search-bg-white .search_form-category-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
		border-top-color: #323232;
	}

	.header-search-wrap .search_form-inner.search-bg-white .search_form-category-wrap .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
		border-bottom-color: #323232;
	}

	.header-search-wrap .search_form-inner.search-bg-white input.form-control {
		background: #ffffff;
		border: transparent;
		border-left: 1px solid rgba(0, 0, 0, 0.1);
		color: #323232;
	}

	.header-search-wrap .search_form-inner.search-bg-white .search_form-search-button:before {
		color: #04d39f;
	}

	.header-search-wrap .search_form-inner.search-bg-white input::-webkit-input-placeholder {
		color: #323232;
	}

	.header-search-wrap .search_form-inner.search-bg-white input::-moz-placeholder {
		color: #323232;
	}

	.header-search-wrap .search_form-inner.search-bg-white input:-ms-input-placeholder {
		color: #323232;
	}

	.header-search-wrap .search_form-inner.search-bg-white input:-moz-placeholder {
		color: #323232;
	}

	/* Search Dropdown Dark */
	.header-search-wrap .search_form-inner.search-bg-dark .search_form-category-wrap .select2-container--default .select2-selection--single {
		background: #323232;
	}

	.header-search-wrap .search_form-inner.search-bg-dark .search_form-category-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
		color: #eeeeee;
	}

	.header-search-wrap .search_form-inner.search-bg-dark .search_form-category-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
		border-top-color: #ffffff;
	}

	.header-search-wrap .search_form-inner.search-bg-dark .search_form-category-wrap .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
		border-bottom-color: #ffffff;
	}

	.header-search-wrap .search_form-inner.search-bg-dark input.form-control {
		background: #323232;
		border-color: transparent;
		border-left-color: rgba(255,255,255,0.2);
		color: #eeeeee;
	}

	.header-search-wrap .search_form-inner.search-bg-dark .search_form-search-button:before {
		color: #ffffff;
	}

	.header-search-wrap .search_form-inner.search-bg-dark input::-webkit-input-placeholder {
		color: #eeeeee;
	}

	.header-search-wrap .search_form-inner.search-bg-dark input::-moz-placeholder {
		color: #eeeeee;
	}

	.header-search-wrap .search_form-inner.search-bg-dark input:-ms-input-placeholder {
		color: #eeeeee;
	}

	.header-search-wrap .search_form-inner.search-bg-dark input:-moz-placeholder {
		color: #eeeeee;
	}

	/* Search Dropdown Theme */
	.header-search-wrap .search_form-inner.search-bg-theme .search_form-category-wrap .select2-container--default .select2-selection--single {
		background: #04d39f;
	}

	.header-search-wrap .search_form-inner.search-bg-theme .search_form-category-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
		color: #ffffff;
	}

	.header-search-wrap .search_form-inner.search-bg-theme .search_form-category-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
		border-top-color: #ffffff;
	}

	.header-search-wrap .search_form-inner.search-bg-theme .search_form-category-wrap .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
		border-bottom-color: #ffffff;
	}

	.header-search-wrap .search_form-inner.search-bg-theme input.form-control {
		background: #04d39f;
		border: transparent;
		border-left:1px solid rgba(255, 255, 255, 0.3);
		color: #ffffff;
	}

	.header-search-wrap .search_form-inner.search-bg-theme .search_form-search-button:before {
		color: #ffffff;
	}

	.header-search-wrap .search_form-inner.search-bg-theme input::-webkit-input-placeholder {
		color: #f5f5f5;
	}

	.header-search-wrap .search_form-inner.search-bg-theme input::-moz-placeholder {
		color: #f5f5f5;
	}

	.header-search-wrap .search_form-inner.search-bg-theme input:-ms-input-placeholder {
		color: #f5f5f5;
	}

	.header-search-wrap .search_form-inner.search-bg-theme input:-moz-placeholder {
		color: #f5f5f5;
	}

}

/* Search Dropdown */
.search_form-wrap {
	position: relative;
}

.ui-autocomplete {
	z-index: 9999;
}

.search_form-autocomplete {
	overflow-x: hidden;
	overflow-y: auto;
	border-color: #f5f5f5;
	padding: 5px 0;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 100%;
	width: 100%;
	max-height: 400px;
	z-index: 9999;
	position: absolute;
	left: 0;
	top: 46px;
}

.ciyashop-auto-compalte-default.ciyashop-empty {
    --scrollbar-track-bg: rgba(0, 0, 0, 0.05);
    --scrollbar-thumb-bg: rgba(0, 0, 0, 0.12);
}
.ciyashop-auto-compalte-default.ciyashop-empty ::-webkit-scrollbar {
    width: 5px;
}
.ciyashop-auto-compalte-default.ciyashop-empty ::-webkit-scrollbar-track {
    background-color: var(--scrollbar-track-bg);
}
.ciyashop-auto-compalte-default.ciyashop-empty ::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-thumb-bg);
}

.ciyashop-auto-compalte-default.ciyashop-empty .search_form-autocomplete {
	border: none;
	padding: 0;
	overflow: hidden;
	overflow-y: auto;
	scrollbar-width: thin;
    padding-right: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.07);
}

.search_form-autocomplete .ui-menu-item {
	list-style-type: none;
	padding: 8px 15px;
	line-height: 20px;
	min-height: 30px;
	list-style-image: inherit;
}

.search_form-autocomplete .ui-menu-item:first-child {
	padding-top: 15px;
}

.search_form-autocomplete .ui-menu-item:last-child {
	padding-bottom: 15px;
}

.search_form-autocomplete .ui-menu-item .search-item-container .wp-post-image {
	margin-right: 10px;
	width: 50px;
}

.site-header .search_form-autocomplete .ui-menu-item a {
	font-size: 14px;
	color: #323232;
}

.site-header .search_form-autocomplete .ui-menu-item:hover a {
	color: #04d39f;
}

.search_form-autocomplete .ui-menu-item .search-item-container {
    display: flex;
    align-items: center;
}

.search_form-autocomplete:hover .ui-menu-item {
	opacity: 0.8;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.search_form-autocomplete .ui-menu-item:hover {
	opacity: 1;
	padding-left: 17px;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: none;
	background: #04d39f;
	font-weight: normal;
	color: #fff;
}

/*==========================================================*/
/* Category Nav */
/*==========================================================*/
.category-nav-wrapper {
	position: relative;
	height: 100%;
	z-index: 10;
	overflow: hidden;
}

.category-nav-wrapper:hover {
	overflow: visible;
}

.category-nav-content {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	width: 100%;
	min-width: 200px;
}

.category-nav-wrapper .category-nav-content {
	margin-top: 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.category-nav-wrapper:hover .category-nav-content {
	margin-top: 0;
	opacity: 1;
	visibility: visible;
}

.category-nav-wrapper {
	background: rgba(0, 0, 0, 0.1);
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.category-nav-title {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
	padding: 16px 22px;
	line-height: 28px;
	cursor: pointer;
	margin-bottom: 0px;
}

.category-nav-title .fa-bars {
	margin-right: 10px;
}

.category-nav-title .arrow {
	border: 1px solid;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	float: right;
	line-height: 24px;
}

.categories-menu {
	background: #ffffff;
	padding: 10px 0;
	margin: 0;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 22px rgba(0, 0, 0, 0.17);
}

.categories-menu > li {
	list-style: none;
	position: relative;
	border-bottom: 1px solid #e8e8e8;
}

.categories-menu > li:last-child {
	border-bottom: none;
}

.categories-menu > li > a {
	color: #323232;
	text-transform: capitalize;
	line-height: 26px;
	font-weight: 500;
	padding: 10px 20px;
	display: block;
	position: relative;
}

.categories-menu > li > a i {
    width: 26px;
    padding-right: 5px;
}

.categories-menu li a:hover,
.categories-menu .sub-menu > li a:hover {
	color: #04d39f;
}

.menu-category-menu-container .categories-menu {
	padding: 0px;
	margin: 0px;
}

.categories-menu .sub-menu {
	padding: 15px 0px;
	margin: 0;
	background: #ffffff;
	position: absolute;
	left: 100%;
	top: 0;
	min-width: 250px;
	border: 1px solid #e9e9e9;
	border-left-color: #e9e9e9;
	-webkit-box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.04);
	-ms-box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.04);
	box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.04);
	display: none;
}

.categories-menu > li:hover > .sub-menu,
.categories-menu .sub-menu li:hover .sub-menu {
	display: block;
}

.categories-menu .sub-menu > li {
	list-style: none;
	position: relative;
}

.categories-menu .sub-menu > li a {
	display: block;
	font-size: 14px;
	color: #969696;
	padding: 2px 25px;
}

.categories-menu > li.menu-item-has-children > a:before,
.categories-menu .sub-menu > li.menu-item-has-children > a:before {
	content: "\f105";
	position: absolute;
	right: 10px;
	top: 50%;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 16px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*==========================================================*/
/* Max Menu - Category Nav */
/*==========================================================*/
.category-nav-wrapper #mega-menu-wrap-categories_menu {
	border: 1px solid #e8e8e8;
	margin-top: -1px;
	-webkit-box-shadow: 0 7px 20px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 7px 20px rgba(0, 0, 0, 0.08);
	box-shadow: 0 7px 20px rgba(0, 0, 0, 0.08);
}

.category-nav-wrapper #mega-menu-wrap-categories_menu #mega-menu-categories_menu > li.mega-menu-item {
	display: block;
}

.category-nav-wrapper #mega-menu-wrap-categories_menu #mega-menu-categories_menu > li.mega-menu-item > a.mega-menu-link:after {
	position: absolute;
	right: 15px;
}

.category-nav-wrapper #mega-menu-wrap-categories_menu #mega-menu-categories_menu > li.mega-menu-item > .mega-sub-menu {
	left: 100%;
	top: 0;
}

.category-nav-wrapper #mega-menu-wrap-categories_menu #mega-menu-categories_menu > li.mega-menu-megamenu {
	position: static;
}

/*==========================================================*/
/* Primary Menu */
/*==========================================================*/
.site-header .header-nav {
	background: #04d39f;
}

.primary-nav .primary-menu {
	padding: 0;
	margin: 0;
	background: none !important;
}

.primary-nav .primary-menu > li {
	list-style-type: none;
	display: table;
	float: left;
	margin-right: 22px;
	position: relative;
}

.primary-nav .primary-menu > li:last-child {
	margin-right: 0px;
}

.primary-nav .primary-menu > li > a {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 0px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	z-index: 0;
}

.primary-nav .primary-menu > li.menu-item-has-children > a {
	padding-right: 15px;
}

.primary-nav .primary-menu > li.menu-item-has-children > a:before {
	content: "\f107";
	position: absolute;
	right: 0;
	top: 50%;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-webkit--transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* Defult - Sub Menu */
.primary-nav .primary-menu > li > .sub-menu {
	z-index: -1;
}

.primary-nav .primary-menu > li:hover > .sub-menu {
	z-index: 9;
}

.primary-nav .primary-menu > li .sub-menu {
	position: absolute;
	top: 115%;
	left: -15px;
	background-color: #ffffff;
	color: #969696;
	min-width: 210px;
	padding: 10px 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.primary-nav .primary-menu > li:hover > .sub-menu {
	top: 100%;
	opacity: 1;
}

.primary-nav .primary-menu > li > .sub-menu li.menu-item-has-children > a:before {
	content: "\f105";
	position: absolute;
	right: 15px;
	top: 50%;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-webkit--transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* With Sticky Menu */
.primary-nav .primary-menu > li .sub-menu > li,
.main-navigation-sticky .primary-menu > li .sub-menu > li {
	list-style-type: none;
}

.primary-nav .primary-menu > li .sub-menu > li:last-child,
.main-navigation-sticky .primary-menu > li .sub-menu > li:last-child {
	border-bottom: 0;
}

.primary-nav .primary-menu > li .sub-menu > li a,
.main-navigation-sticky .primary-menu > li .sub-menu > li a {
	display: block;
	padding: 8px 15px;
	line-height: 24px;
	color: #969696;
}

.primary-nav .primary-menu > li .sub-menu li:hover > a,
.main-navigation-sticky .primary-menu > li .sub-menu li:hover > a {
	color: #04d39f;
}

.primary-nav .primary-menu > li .sub-menu li.current-menu-ancestor > a,
.main-navigation-sticky .primary-menu > li .sub-menu li.current-menu-ancestor > a,
.primary-nav .primary-menu > li .sub-menu li.current-menu-parent > a,
.main-navigation-sticky .primary-menu > li .sub-menu li.current-menu-parent > a,
.primary-nav .primary-menu > li .sub-menu li.current-menu-item > a,
.main-navigation-sticky .primary-menu > li .sub-menu li.current-menu-item > a {
	color: #04d39f;
}

/* With Sticky Sub Sub-Menu */
.primary-nav .primary-menu > li li,
.main-navigation-sticky .primary-menu > li li {
	position: relative;
}

.primary-nav .primary-menu > li li .sub-menu,
.main-navigation-sticky .primary-menu > li li .sub-menu {
	top: 20px;
	left: 100%;
	visibility: hidden;
}

.primary-nav .primary-menu > li li:hover > .sub-menu,
.main-navigation-sticky .primary-menu > li li:hover > .sub-menu {
	top: 0;
	opacity: 1;
	visibility: visible;
}

.primary-nav .primary-menu > li.menu-item-has-children > a:before,
.main-navigation-sticky .primary-menu > li.menu-item-has-children > a:before {
	font-size: 12px;
}

.primary-nav .primary-menu > li.sub-menu-left li .sub-menu,
.main-navigation-sticky .primary-menu > li.sub-menu-left li .sub-menu {
	left: auto;
	right: 100%;
}

.primary-nav .primary-menu > li.sub-menu-left .sub-menu > li a,
.main-navigation-sticky .primary-menu > li.sub-menu-left .sub-menu > li a {
	text-align: right;
}

.primary-nav .primary-menu > li.sub-menu-left > .sub-menu li.menu-item-has-children > a:before {
	content: "\f104";
	right: auto;
	left: 15px;
}

/*==========================================================*/
/* Primary Sticky Header */
/*==========================================================*/
#header-sticky {
	display: block;
}

#header-sticky.is-sticky {
	z-index: 9999;
}

#header-sticky{
	background: #ffffff;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07);
}

#header-sticky.header-sticky-desktop-off {
	display: none;
}

.sticky-site-title {
	padding: 15px 0;
	margin: 0;
	line-height: inherit;
}

.sticky-site-title img {
	max-height: 60px;
}

.site-header .header-sticky-inner .woo-tools {
	float: right;
	margin-top: 10px;
	margin-left: 20px;
}

.main-navigation-sticky .primary-menu {
	padding: 0;
	margin: 0;
	background: none !important;
	float: right;
}

.main-navigation-sticky .primary-menu > li {
	list-style-type: none;
	display: table;
	float: left;
	margin-right: 20px;
	position: relative;
}

.main-navigation-sticky .primary-menu > li:last-child {
	margin-right: 0px;
}

.main-navigation-sticky .primary-menu > li > a {
	display: table-cell;
	vertical-align: middle;
	padding: 17px 0;
	color: #323232;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
}

.main-navigation-sticky .primary-menu > li.menu-item-has-children > a:before {
	content: "\f107";
	position: absolute;
	right: 0;
	top: 50%;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: inherit;
	-webkit--transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.main-navigation-sticky .primary-menu > li.menu-item-has-children > a {
	padding-right: 15px;
}

.main-navigation-sticky .primary-menu > li.current-menu-item > a,
.main-navigation-sticky .primary-menu > li.current-menu-item > a:before,
.main-navigation-sticky .primary-menu > li.current-menu-ancestor > a,
.main-navigation-sticky .primary-menu > li.current-menu-ancestor > a:before {
	color: #04d39f;
}

/* Defult - Sub Menu */
.site-header .primary-nav .primary-menu > li > .sub-menu,
.main-navigation-sticky .primary-menu > li > .sub-menu {
	z-index: -1;
	visibility: hidden;
}

.main-navigation-sticky .primary-menu > li:hover > .sub-menu,
.site-header .primary-nav .primary-menu > li:hover > .sub-menu {
	z-index: 9;
	visibility: visible;
}

.main-navigation-sticky .primary-menu > li .sub-menu {
	position: absolute;
	top: 115%;
	left: -15px;
	background-color: #ffffff;
	color: #969696;
	min-width: 220px;
	padding: 10px 0;
	opacity: 0;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	-webkit-box-shadow: 0px 10px 25px -3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 10px 25px -3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 25px -3px rgba(0, 0, 0, 0.1);
}

.main-navigation-sticky .primary-menu > li:hover > .sub-menu {
	top: 100%;
	opacity: 1;
}

.main-navigation-sticky .primary-menu > li > .sub-menu li.menu-item-has-children > a:before {
	content: "\f105";
	position: absolute;
	right: 15px;
	top: 50%;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-webkit--transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.main-navigation-sticky .primary-menu > li.sub-menu-left > .sub-menu li.menu-item-has-children > a:before {
	content: "\f104";
	right: auto;
	left: 15px;
}
@media (min-width:992px) {

	/* Mehu Hover and Active Effect */
	#header-sticky .primary-menu > li {
		position: relative;
	}

	.woo-tools + #site-navigation-sticky{
		display: inline-block;
		float: right;
	}

	#masthead-inner > #header-sticky{
		display: none;
	}

}

/*==========================================================*/
/* Max Mega Menu */
/*==========================================================*/
.header-nav .header-nav-wrapper .row > [class*='col-'],
.header-nav #mega-menu-wrap-primary,
.header-nav #mega-menu-primary {
	position: inherit !important;
}

.mega-menu-wrap > .mega-menu-toggle {
	display: none;
}

/* Only for Menu Cneter/Right */
.header-main .header-main-wrapper .row > [class*='col'],
.header-main #mega-menu-wrap-primary,
.header-main #mega-menu-primary {
	position: inherit !important;
}

/* Only for Sticky */
#header-sticky .header-sticky-inner .row > [class*='col-'],
#header-sticky #mega-menu-wrap-primary,
#header-sticky #mega-menu-primary {
	position: inherit !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link:after {
	font-size: 12px;
}

/*==========================================================*/
/* Sticky Max Mega Menu */
/*==========================================================*/
.main-navigation-sticky #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	color: #323232;
	line-height: 70px;
	height: 70px;
}

.main-navigation-sticky #mega-menu-wrap-primary #mega-menu-primary {
	text-align: right;
}

/*==========================================================*/
/* Header - Defult */
/*==========================================================*/
.header-style-default .woo-tools {
	float: right;
}

.header-style-default .header-search-wrap {
	float: right;
}

.header-style-default .woo-tools,
.header-style-default .header-search-wrap {
	margin-top: 0px;
	margin-left: 15px;
}

.site-header .search-button-wrap .search-button {
	width: 35px;
	height: 45px;
	line-height: 45px;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	color: #323232;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.site-header .search-button-wrap .search-button:focus,
.site-header .search-button-wrap .search-button:active,
.site-header .search-button-wrap .search-button:active:focus {
	background: inherit;
	color: inherit;
	border-color: inherit;
	box-shadow: inherit;
}

.site-header .search-button-wrap .search-button:hover {
	color: #04d39f;
}

.header-style-topbar-with-main-header .search-button-wrap .search-button:hover {
	color: #323232;
}

.site-header .search-button-wrap .search-button i {
	font-size: 20px;
	top: -1px;
	position: relative;
}

/* Menu Hover and Active Effect */
.header-style-default .primary-nav .primary-menu > li,
.header-style-topbar-with-main-header .primary-nav .primary-menu > li,
.header-style-logo-center .primary-nav .primary-menu > li {
	position: relative;
}

/*==========================================================*/
/* Header - Logo Center  */
/*==========================================================*/
.header-style-logo-center .site-title {
	text-align: center;
}

.header-style-logo-center .header-main-wrapper .header-search-wrap .search-button-wrap {
	display: inline-block;
	margin-left: -8px;
}

.header-style-logo-center .site-description {
	text-align: center;
}

.site-header.header-style-logo-center .header-nav .navigation-col #mega-menu-wrap-primary #mega-menu-primary {
	text-align: center;
}

.site-header.header-style-logo-center .header-nav .navigation-col > .primary-nav > .primary-nav-wrapper {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.site-header.header-style-default .header-nav .category-col + .navigation-col > .primary-nav > .primary-nav-wrapper,
.site-header.header-style-logo-center .header-nav .category-col + .navigation-col > .primary-nav > .primary-nav-wrapper {
	float: right;
}

.site-header.header-style-logo-center .header-nav .category-col + .navigation-col #mega-menu-wrap-primary #mega-menu-primary {
	text-align: left;
}

.site-header.header-style-logo-center .header-nav .category-col + .navigation-col > .primary-nav > .primary-nav-wrapper {
	display: block;
	left: 0;
	-webkit-transform: inherit;
	-moz-transform: inherit;
	transform: inherit;
	position: inherit;
}

/*==========================================================*/
/* Header - Menu Center  */
/*==========================================================*/
.header-style-menu-center .primary-nav,
.header-style-menu-center .primary-nav-wrapper,
.header-style-menu-center .main-navigation,
.header-style-menu-center .primary-nav .primary-menu {
	height: 100%;
}

.header-style-menu-center .primary-nav .primary-menu > li {
	height: 100%;
	display: table;
	float: left;
}

.header-style-menu-center .primary-nav .primary-menu > li > a {
	display: table-cell;
	vertical-align: middle;
}

.header-style-menu-center .header-nav-right {
	float: right;
	height: 100%;
	display: table;
}

.header-style-menu-center .woo-tools,
.header-style-menu-center .woo-tools-wrapper {
	height: 100%;
	display: table;
}

.header-style-menu-center .woo-tools-actions {
	display: table-cell;
	vertical-align: middle;
}

/* Menu */
.header-style-menu-center .primary-nav,
.header-style-menu-center .woo-tools {
	display: table-cell;
}

.header-style-menu-center .search-button-wrap {
	display: table-cell;
	vertical-align: middle;
}

.header-style-menu-center .primary-nav .primary-menu > li a {
	color: #323232;
}

/*==========================================================*/
/* Header - Menu Right  */
/*==========================================================*/
.header-style-menu-right .primary-nav,
.header-style-menu-right .primary-nav-wrapper,
.header-style-menu-right .main-navigation,
.header-style-menu-right .primary-nav .primary-menu {
	height: 100%;
}

.header-style-menu-right .primary-nav .primary-menu > li {
	height: 100%;
	display: table;
	float: left;
}

.header-style-menu-right .primary-nav .primary-menu > li > a {
	display: table-cell;
	vertical-align: middle;
}

.header-style-menu-right .primary-nav .primary-menu .sub-menu {
	text-align: left;
}

.header-style-menu-right .header-nav-right {
	float: right;
	height: 100%;
	display: table;
}

.header-style-menu-right .woo-tools,
.header-style-menu-right .woo-tools-wrapper {
	height: 100%;
	display: table;
}

.header-style-menu-right .woo-tools-actions {
	display: table-cell;
	vertical-align: middle;
}

/* Menu */
.header-style-menu-right .primary-nav {
	display: inline-block;
}

.header-style-menu-right .search-button-wrap {
	display: table-cell;
	vertical-align: top;
}

.header-style-menu-right .primary-nav .primary-menu > li a {
	color: #323232;
}

/*==========================================================*/
/* Header Menu Center / Right  */
/*==========================================================*/
.header-style-menu-center .topbar,
.header-style-menu-right .topbar {
	background: transparent;
	padding: 0;
}

.header-style-menu-center .topbar-link .topbar_item_type-language .language,
.header-style-menu-right .topbar-link .topbar_item_type-language .language {
	padding: 0 15px;
}

.header-style-menu-center .topbar-link .topbar_item_type-language:first-child .language,
.header-style-menu-right .topbar-link .topbar_item_type-language:first-child .language {
	padding-left: 15px;
}

.header-style-menu-center .topbar-link .topbar_item_type-language .language i,
.header-style-menu-right .topbar-link .topbar_item_type-language .language i {
	padding-right: 0;
	padding-left: 7px;
}

.header-style-menu-center .topbar-link > ul > li,
.header-style-menu-right .topbar-link > ul > li,
.header-style-menu-center .topbar-right .topbar-link > ul > li,
.header-style-menu-right .topbar-right .topbar-link > ul > li {
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	padding: 7px 14px;
}

.header-style-menu-center .topbar-left .topbar-link > ul > li:last-child,
.header-style-menu-right .topbar-left .topbar-link > ul > li:last-child,
.header-style-menu-center .topbar-right .topbar-link > ul > li:last-child,
.header-style-menu-right .topbar-right .topbar-link > ul > li:last-child {
	border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.header-style-menu-center .topbar-left .topbar-link > ul > li:first-child,
.header-style-menu-right .topbar-left .topbar-link > ul > li:first-child {
	border-left: none;
	padding-left: 0;
}

.header-style-menu-center .topbar-right .topbar-link > ul > li:last-child,
.header-style-menu-right .topbar-right .topbar-link > ul > li:last-child {
	border-right: none;
	padding-right: 0;
}

.header-style-menu-center .topbar-link > ul > li.topbar_item_type-topbar_menu,
.header-style-menu-right .topbar-link > ul > li.topbar_item_type-topbar_menu {
	padding: 0;
	border: none;
}

.header-style-menu-center .topbar-link > ul > li.topbar_item_type-topbar_menu .top-menu > li,
.header-style-menu-right .topbar-link > ul > li.topbar_item_type-topbar_menu .top-menu > li,
.header-style-menu-center .topbar-link > ul > li.topbar_item_type-topbar_menu .top-menu > li:first-child,
.header-style-menu-right .topbar-link > ul > li.topbar_item_type-topbar_menu .top-menu > li:first-child {
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	padding: 7px 14px;
}

.header-style-menu-center .header-main .container-fluid .header-nav-right,
.header-style-menu-right .header-main .container-fluid .header-nav-right {
	margin-right: -5px;
}

.header-style-menu-right .header-main .header-nav-right-wrapper {
	padding-right: 15px;
}

/*==========================================================*/
/* Topbar with Main Header  */
/*==========================================================*/
.header-style-topbar-with-main-header .primary-nav {
	float: left;
}

.header-style-topbar-with-main-header .header-nav-right {
	float: right;
	margin-top: 9px;
}

.header-style-topbar-with-main-header .woo-tools {
	display: table-cell;
}

.header-style-topbar-with-main-header .search-button-wrap {
	display: table-cell;
}

.header-style-topbar-with-main-header .header-nav .woo-tools-actions > li i {
	color: #ffffff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.header-style-topbar-with-main-header .header-nav .woo-tools-actions > li i:hover {
	color: #323232;
}

.header-style-topbar-with-main-header .header-nav .search-button-wrap .search-button {
	color: #ffffff;
}

.header-style-topbar-with-main-header .header-nav .search-button-wrap .search-button:hover {
	color: #323232;
}

.header-style-topbar-with-main-header .woo-tools-cart .cart-link .count,
.header-style-topbar-with-main-header .woo-tools-wishlist .ciyashop-wishlist-count {
	background: #323232;
}

/* Currency topbar with main header */
.header-style-topbar-with-main-header .header-main .select2-container--default .select2-selection--single {
	border: none;
	height: inherit;
	padding-left: 0px;
	background: none;
}

.header-style-topbar-with-main-header .header-main .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 26px;
	color: #323232;
	text-align: left;
}

.header-style-topbar-with-main-header .header-main .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
}

.header-style-topbar-with-main-header .header-main .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-top-color: #323232;
}

.header-style-topbar-with-main-header .header-main .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-bottom-color: #323232;
}

/*==========================================================*/
/* Header - Right Topbar Main  */
/*==========================================================*/
.header-style-right-topbar-main #masthead-inner > .topbar {
	background: #04d39f;
}

@media only screen and (min-width:992px) {
	header.header-style-right-topbar-main {
		background: none;
		position: absolute;
		top: 30px;
		left: 0;
		z-index: 1021;
		width: 100%;
	}
}

body.woocommerce-page.admin-bar .header-style-right-topbar-main,
body.woocommerce.admin-bar .header-style-right-topbar-main {
	top: 0px;
}

.header-style-right-topbar-main .header-main {
	background-color: inherit !important;
	color: #323232;
}

.header-style-right-topbar-main .header-main-wrapper > .container .row.no-gutters {
	background: #ffffff;
	-webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.08);
	-ms-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 20px rgba(0, 0, 0, 0.08);
}

.header-style-right-topbar-main .header-main-bottom .header-nav {
	height: 100%;
	background: transparent;
}

.header-style-right-topbar-main .header-main-bottom .header-nav-wrapper,
.header-style-right-topbar-main .header-main-bottom .primary-nav,
.header-style-right-topbar-main .header-main-bottom .primary-nav-wrapper,
.header-style-right-topbar-main .header-main-bottom .main-navigation,
.header-style-right-topbar-main .header-main-bottom .primary-menu,
.header-style-right-topbar-main .header-main-bottom .primary-menu > li {
	height: 100%;
}

.header-style-right-topbar-main .header-main-bottom .primary-menu > li {
	height: 100%;
	float: left;
	display: table;
}

.header-style-right-topbar-main .header-main-bottom .primary-menu > li > a {
	display: table-cell;
	vertical-align: middle;
}

.header-style-right-topbar-main .primary-nav {
	float: left;
}

.header-style-right-topbar-main .header-main-bottom .primary-menu {
	margin-left: 15px;
}

.header-style-right-topbar-main .header-nav-right {
	float: right;
	height: 100%;
	display: table;
	margin-right: 10px;
}

.header-style-right-topbar-main .header-main-top {
	height: 40px;
}

.header-style-right-topbar-main .header-main-bottom {
	height: calc(100% - 0px);
	padding: 5px 15px;
	background: #ffffff;
}

.header-style-right-topbar-main .header-main-top + .header-main-bottom {
	height: calc(100% - 40px);
}

.header-style-right-topbar-main .header-main-bottom > .row {
	height: 100%;
}

.header-style-right-topbar-main .header-main-top .topbar {
	background: #04d39f;
	border-bottom: none;
	padding: 0;
}

.header-style-right-topbar-main .header-main-top .topbar_wrapper {
	padding: 5px 20px;
	padding-right: 15px;
}

.header-style-right-topbar-main .ciyashop-woocommerce-currency-switcher,
.header-style-right-topbar-main .topbar-link > ul > li a,
.header-style-right-topbar-main .header-main-bg-color-default .topbar-link > ul > li a:hover {
	color: #ffffff;
}

.header-style-right-topbar-main .site-title-wrapper {
	background: #ffffff;
	border-right: 1px solid #dddddd;
	padding: 0 15px;
	width: 100%;
	height: 100%;
	display: table;
}

.header-style-right-topbar-main .site-title-wrapper .site-title {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.header-style-right-topbar-main .woo-tools,
.header-style-right-topbar-main .search-button-wrap {
	display: table-cell;
	vertical-align: middle;
}

.header-style-right-topbar-main .primary-nav .primary-menu > li a {
	color: #323232;
}

.header-style-right-topbar-main .site-title-wrapper .site-description {
	display: table-footer-group;
	text-align: center;
}

/* Currency right topbar main */
.header-style-right-topbar-main .topbar .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #ffffff;
}

.header-style-right-topbar-main .topbar .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-top-color: #ffffff;
}

.header-style-right-topbar-main .topbar .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-bottom-color: #ffffff;
}

/* Default Menu Sub-Menu Left */
.header-style-right-topbar-main .header-main-bottom .primary-menu > li.sub-menu-left .sub-menu {
	left: auto;
	right: 100%;
}

/*==========================================================*/
/* Header - Above Content  */
/*==========================================================*/
@media only screen and (min-width:992px) {
	.woocommerce-page .header-style-menu-center.header-above-content,
	.woocommerce-page .header-style-menu-right.header-above-content {
		background: #23282d;
		position: relative;
	}

	.woocommerce-page .header-style-right-topbar-main {
		position: relative;
		top: 0;
		padding: 30px 0;
	}

	.admin-bar .header-style-menu-center.header-above-content,
	.admin-bar .header-style-menu-right.header-above-content {
		top: 32px;
	}

	.woocommerce.admin-bar .header-style-menu-center.header-above-content,
	.woocommerce-page.admin-bar .header-style-menu-center.header-above-content,
	.woocommerce.admin-bar .header-style-menu-right.header-above-content,
	.woocommerce-page.admin-bar .header-style-menu-right.header-above-content {
		top: 0px;
	}

	.header-style-menu-center.header-above-content,
	.header-style-menu-right.header-above-content {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1021;
		background: none;
		width: 100%;
	}

	/* Top Area */
	.header-style-menu-center.header-above-content .topbar,
	.header-style-menu-right.header-above-content .topbar{
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		background: transparent;
	}

	.header-style-menu-center.header-above-content .topbar .topbar-link > ul > li,
	.header-style-menu-right.header-above-content .topbar .topbar-link > ul > li,
	.header-style-menu-center.header-above-content .topbar .topbar-right .topbar-link > ul > li,
	.header-style-menu-right.header-above-content .topbar .topbar-right .topbar-link > ul > li {
		border-left-color: rgba(255, 255, 255, 0.3);
	}

	.header-style-menu-center.header-above-content .topbar .topbar-left .topbar-link > ul > li:last-child,
	.header-style-menu-right.header-above-content .topbar .topbar-left .topbar-link > ul > li:last-child,
	.header-style-menu-center.header-above-content .topbar .topbar-right .topbar-link > ul > li:last-child,
	.header-style-menu-right.header-above-content .topbar .topbar-right .topbar-link > ul > li:last-child {
		border-right-color: rgba(255, 255, 255, 0.3);
	}

	.header-style-menu-center.header-above-content .topbar .topbar-link > ul > li.topbar_item_type-topbar_menu .top-menu > li,
	.header-style-menu-right.header-above-content .topbar .topbar-link > ul > li.topbar_item_type-topbar_menu .top-menu > li,
	.header-style-menu-center.header-above-content .topbar .topbar-link > ul > li.topbar_item_type-topbar_menu .top-menu > li:first-child,
	.header-style-menu-right.header-above-content .topbar .topbar-link > ul > li.topbar_item_type-topbar_menu .top-menu > li:first-child {
		border-left-color: rgba(255, 255, 255, 0.3);
	}

	.header-style-menu-center.header-above-content .topbar.topbar-bg-color-default .topbar-link .language .drop-content li a,
	.header-style-menu-right.header-above-content .topbar.topbar-bg-color-default .topbar-link .language .drop-content li a {
		color: #969696;
	}

	.header-style-menu-center.header-above-content .topbar.topbar-bg-color-default .select2-container--default .select2-selection--single .select2-selection__rendered,
	.header-style-menu-right.header-above-content .topbar.topbar-bg-color-default .select2-container--default .select2-selection--single .select2-selection__rendered {
		color: #ffffff;
	}

	.header-style-menu-center.header-above-content .topbar.topbar-bg-color-default .select2-container--default .select2-selection--single .select2-selection__arrow b,
	.header-style-menu-right.header-above-content .topbar.topbar-bg-color-default .select2-container--default .select2-selection--single .select2-selection__arrow b {
		border-top-color: #ffffff;
	}

	.header-style-menu-center.header-above-content .topbar.topbar-bg-color-default .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
	.header-style-menu-right.header-above-content .topbar.topbar-bg-color-default .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
		border-bottom-color: #ffffff;
	}

	.header-style-menu-center.header-above-content .topbar-bg-color-default .topbar-link > ul > li i,
	.header-style-menu-right.header-above-content .topbar-bg-color-default .topbar-link > ul > li i {
		color: #ffffff;
	}

	.header-style-menu-center.header-above-content .topbar-bg-color-default .topbar-link > ul > li a,
	.header-style-menu-right.header-above-content .topbar-bg-color-default .topbar-link > ul > li a {
		color: #ffffff;
	}

	.header-style-menu-center.header-above-content .topbar-bg-color-default .ciyashop-woocommerce-currency-switcher,
	.header-style-menu-right.header-above-content .topbar-bg-color-default .ciyashop-woocommerce-currency-switcher {
		color: #ffffff;
	}

	/* Main Header Area */
	.header-style-menu-center.header-above-content .header-main-bg-color-default .primary-nav .primary-menu > li > a,
	.header-style-menu-right.header-above-content .header-main-bg-color-default .primary-nav .primary-menu > li > a {
		color: #ffffff;
	}

	.header-style-menu-center .header-main .primary-menu > li.current-menu-item > a,
	.header-style-menu-center .header-main .primary-menu > li.current-menu-ancestor > a,
	.header-style-menu-right .header-main .primary-menu > li.current-menu-item > a,
	.header-style-menu-right .header-main .primary-menu > li.current-menu-ancestor > a,
	.header-style-menu-center.header-above-content .header-main .primary-menu > li.current-menu-item > a,
	.header-style-menu-center.header-above-content .header-main .primary-menu > li.current-menu-ancestor > a,
	.header-style-menu-right.header-above-content .header-main .primary-menu > li.current-menu-item > a,
	.header-style-menu-right.header-above-content .header-main .primary-menu > li.current-menu-ancestor > a {
		color: #04d39f;
	}

	.header-style-menu-center.header-above-content .header-main-bg-color-default .woo-tools-actions > li i,
	.header-style-menu-right.header-above-content .header-main-bg-color-default .woo-tools-actions > li i,
	.header-style-menu-center.header-above-content .header-main-bg-color-default .search-button-wrap .search-button,
	.header-style-menu-right.header-above-content .header-main-bg-color-default .search-button-wrap .search-button {
		color: #ffffff;
	}

	/* Menu Hover and Active Effect */
	.header-style-menu-center .primary-nav .primary-menu > li > a,
	.header-style-menu-right .primary-nav .primary-menu > li > a {
		position: relative;
	}

	/* Hrader Above Content - Menu Center and Right */
	.header-style-menu-center.header-above-content .header-main,
	.header-style-menu-right.header-above-content .header-main {
		background: transparent;
	}

}

/*==========================================================*/
/* Mega Menu Label  */
/*==========================================================*/
#mega-menu-primary i.hot-label,
#mega-menu-primary i.new-label,
#mega-menu-primary i.sale-label,
#mega-menu-primary i.popular-label {
	background: #ffba03;
	color: #ffffff;
	font-size: 9px;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	padding: 2px 5px;
	line-height: 16px;
	margin-left: 5px;
	border-radius: 2px;
	position: relative;
	top: -2px;
}

#mega-menu-primary i.hot-label {
	background: #ff605f;
}

#mega-menu-primary i.sale-label {
	background: #97d041;
}

#mega-menu-primary i.popular-label {
	background: #5279b3;
}

/*==========================================================*/
/* Mena Submenu Widht Set  */
/*==========================================================*/
@media only screen and (min-width:1170px) {
	.header-style-menu-center .container-fluid #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > .mega-sub-menu,
	.header-style-menu-right .container-fluid #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > .mega-sub-menu {
		width: 1170px;
		left: 50%;
		margin-left: -585px;
	}

}

@media only screen and (min-width:1300px) {
	.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu>.mega-sub-menu {
		width: 1270px;
		left: 50%;
		margin-left: -635px;
	}

}

/* header style logo center */
@media only screen and (min-width:992px) {
	.site-header.header-style-logo-center #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu>.mega-sub-menu {
		width: 930px;
		left: 50%;
		margin-left: -465px;
	}

}

@media only screen and (min-width:1200px) {
	.site-header.header-style-logo-center #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu>.mega-sub-menu {
		width: 1170px;
		left: 50%;
		margin-left: -585px;
	}

}

@media (min-width: 1200px) and (max-width: 1299px) {
	.header-style-logo-center .container {
		max-width: 1200px;
	}
 }

@media only screen and (min-width:1300px) {
	.site-header.header-style-logo-center #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu>.mega-sub-menu {
		width: 1270px;
		left: 50%;
		margin-left: -635px;
	}

}

/*==========================================================*/
/* Default Menu Label  */
/*==========================================================*/
#primary-menu i.hot-label,
#primary-menu i.new-label,
#primary-menu i.sale-label,
#primary-menu i.popular-label {
	background: #ffba03;
	color: #ffffff;
	font-size: 9px;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	padding: 2px 5px;
	line-height: 16px;
	margin-left: 5px;
	border-radius: 2px;
	position: relative;
	top: -2px;
}

#primary-menu i.hot-label {
	background: #ff605f;
}

#primary-menu i.sale-label {
	background: #97d041;
}

#primary-menu i.popular-label {
	background: #5279b3;
}

/* Default Sub-Menu Label */
#primary-menu .sub-menu .hot-label > a:after,
#primary-menu .sub-menu .new-label > a:after,
#primary-menu .sub-menu .sale-label > a:after,
#primary-menu .sub-menu .popular-label > a:after {
	display: inline-block !important;
	content: "New" !important;
	background: #ffba03;
	color: #ffffff !important;
	font-size: 9px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0px 5px;
	line-height: 16px;
	margin-left: 8px !important;
	border-radius: 2px;
	float: none !important;
}

#primary-menu .sub-menu .hot-label > a:after {
	content: "Hot" !important;
	background: #ff605f;
}

#primary-menu .sub-menu .sale-label > a:after {
	content: "Sale" !important;
	background: #97d041;
}

#primary-menu .sub-menu .popular-label > a:after {
	content: "Popular" !important;
	background: #5279b3;
}

/*===================================*/
/* Search In PopUp Box */
/*===================================*/
#search_popup {
	background: #ffffff;
	margin: 20px;
}

#search_popup .modal-dialog {
	max-width: 100%;
	margin: 0;
	display: table;
	width: 100%;
	height: 100%;
}

#search_popup .modal-content {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
}

#search_popup .modal-header {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	position: fixed;
	top: 40px;
	right: 40px;
}

#search_popup .modal-content .modal-content-inner {
	width: 50%;
	margin: auto;
}

#search_popup .modal-dialog .close span {
	font-size: 0;
}

#search_popup .modal-dialog .close:hover {
	color: #04d39f;
}

#search_popup .modal-dialog .close span:before {
	content: "\f156";
	font-family: pgsicon-ecommerce;
	font-size: 22px;
}

#search_popup .search_form-inner {
	padding: 0px;
	-webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

#search_popup .search_form-inner .search-form {
	position: relative;
}

#search_popup .search_form-inner .search_form-input-wrap {
	width: 100%;
}

#search_popup .search_form-inner .search_form-search-field {
	display: block;
}

#search_popup .search_form-autocomplete {
	top: 55px;
}

#search_popup .search_form-inner .search_form-search-button {
	width: 50px;
	height: 55px;
}

#search_popup .search_form-search-button:before {
	height: 55px;
	line-height: 55px;
}

#search_popup .search_form-category-wrap {
	position: relative;
	padding-right: 10px;
	vertical-align: middle;
}

#search_popup .search_form-category-wrap:before {
	content: "";
	position: absolute;
	top: 20%;
	right: 0;
	width: 1px;
	height: 60%;
	background: #dddddd;
}

#search_popup .search_form-inner select {
	height: 55px;
	background: none;
}

#search_popup .search_form-inner .select2-selection {
	width: 220px;
	background: none;
}

#search_popup .search_form-inner input.form-control {
	width: 100%;
	height: 55px;
	padding: 0 15px;
	font-size: 16px;
	border: none;
	padding-right: 60px;
}

#search_popup .search_form-inner input.form-control::-webkit-input-placeholder {
	color: #969696;
}

#search_popup .search_form-inner input.form-control::-moz-placeholder {
	color: #969696;
}

#search_popup .search_form-inner input.form-control:-ms-input-placeholder {
	color: #969696;
}

#search_popup .search_form-inner input.form-control:-moz-placeholder {
	color: #969696;
}

/* Keyword */
.search_form-keywords-title {
	font-size: 22px;
	text-align: center;
	padding: 60px 0px 20px 0px;
	color: #323232;
	font-weight: 600;
}

.search_form-keywords-list {
	text-align: center;
}

.search_form-keywords-list li {
	list-style: none;
	display: inline-block;
}

.search_form-keywords-list li a {
	display: inline-block;
	font-size: 14px;
	color: #969696;
	line-height: 24px;
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	margin: 5px 3px;
	padding: 4px 18px;
	-webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.06);
}

.search_form-keywords-list li a:hover {
	color: #ffffff;
	background: #04d39f;
	border-color: #04d39f;
}

/*===================================*/
/* Header Cart Page */
/*===================================*/
.woo-tools-cart .cart-link {
	position: relative;
}

.woo-tools-cart .cart-link .count,
.woo-tools-wishlist .ciyashop-wishlist-count,
.woo-tools-compare .ciyashop-compare-count {
	font-weight: 500;
	font-style: normal;
	font-size: 11px;
	position: absolute;
	top: 0;
	right: 50%;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	margin-top: -12px;
	margin-right: -17px;
	color: #ffffff;
	background: #04d39f;
	border-radius: 50%;
}

.woo-tools-cart {
	position: relative;
}

.woo-tools-action.woo-tools-cart .widget_shopping_cart {
	background-color: #fff;
	color: #323232;
	position: absolute;
	top: 100%;
	right: 0px;
	width: 350px;
	z-index: 9999;
	margin-top: 5px;
	opacity: 0;
	visibility: hidden;
	border-radius: 0;
	padding: 15px;
	-webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
	-ms-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}

.woo-tools-action.woo-tools-cart:hover .widget_shopping_cart {
	margin-top: 0px;
	opacity: 1;
	visibility: visible;
	overflow-y: auto;
}

.woo-tools .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
	margin: 10px 0;
}

.container-fluid .woo-tools-action.woo-tools-cart .widget_shopping_cart {
	left: auto;
	right: 0;
}

.woo-tools-action.woo-tools-cart .pgs_product_list_widget-container{
	max-height: 340px;
	padding-bottom: 0;
	padding: 0;
	overflow: auto;
	overflow-x: hidden;
	margin-bottom: 15px;
}
.woo-tools-action.woo-tools-cart .woocommerce-mini-cart{
	padding: 0;
	margin: 0;
}

.woo-tools-action.woo-tools-cart .woocommerce.widget_shopping_cart .woocommerce-mini-cart li,
.woo-tools-action.woo-tools-cart .woocommerce-mini-cart li {
	text-align: left;
	padding-left: 70px;
	padding-right: 30px;
	margin-bottom: 10px;
	min-height: 77px;
	padding-bottom: 0;
}

.woo-tools-action.woo-tools-cart .woocommerce.widget_shopping_cart .woocommerce-mini-cart li:last-child,
.woo-tools-action.woo-tools-cart .woocommerce-mini-cart li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.woo-tools-action.woo-tools-cart .woocommerce.widget_shopping_cart .woocommerce-mini-cart li a,
.woo-tools-action.woo-tools-cart .woocommerce-mini-cart li a {
	font-weight: 400;
	margin-bottom: 3px;
	max-height: 40px;
	overflow: hidden;
}

.woo-tools-action.woo-tools-cart .woocommerce-mini-cart li img {
	float: none;
	margin-right: 0;
	margin-left: 0;
	width: 60px;
	position: absolute;
	left: 0;
	top: 0;
}

.woo-tools-action.woo-tools-cart .woocommerce-mini-cart-item a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.site-header .woo-tools-action.woo-tools-cart .woocommerce-mini-cart li .remove {
	font-size: 18px;
	color: #323232 !important;
	position: absolute;
	top: 0;
	left: auto;
	right: 5px;
	margin-top: 0;
	margin-left: 0;
}

.woo-tools-action.woo-tools-cart .woocommerce-mini-cart li .remove:hover {
	background: transparent;
}

.woo-tools-action.woo-tools-cart .woocommerce-mini-cart li .quantity .amount {
	color: #04d39f;
	font-weight: 600;
}

.woo-tools-action.woo-tools-cart .woocommerce-mini-cart__total {
	border: none;
	border-top: 1px solid #f5f5f5;
	margin: 0;
	padding: 5px 0;
	font-weight: 400;
	font-size: 18px;
	text-align: left;
}


.woo-tools-action.woo-tools-cart .woocommerce-mini-cart__total .amount {
	float: right;
	font-size: 20px;
	font-weight: 600;
	padding-left: 5px;
}

.woo-tools-action.woo-tools-cart .woocommerce-mini-cart__buttons {
	display: flex;
	margin: 0px;
	padding: 0px;
}

.woo-tools-action.woo-tools-cart .woocommerce-mini-cart__buttons .button {
	display: flex;
    justify-content: center;
    align-items: center;
	margin: 0;
	padding: 10px 27px;
	margin-right: 5px;
    line-height: 23px;
    width: 49%;
    border-radius: 0;
}

.woo-tools-action.woo-tools-cart .woocommerce-mini-cart__buttons .button + .button {
	margin-right: 0;
}

.woo-tools-action.woo-tools-cart.woo-tools-cart-show .widget_shopping_cart {
	opacity: 1;
	margin-top: 0px;
	visibility: visible;
}
#header-sticky .woo-tools-action.woo-tools-cart.woo-tools-cart-show .widget_shopping_cart {
	opacity: 0;
	margin-top: 0px;
	visibility: inherit;
}

.woo-tools-action.woo-tools-cart .variation {
	padding: 0;
	border: none;
}

.woo-tools-action.woo-tools-cart .variation dt,
.woo-tools-action.woo-tools-cart .variation dd {
	padding: 0;
	margin: 0;
	line-height: 18px;
	font-size: 13px;
	margin-right: 5px;
}

/* Header wishlist */
.woo-tools-actions .woo-tools-wishlist a {
	position: relative;
}

/* Cart Quntity in Header Cart */
.woocommerce-mini-cart span.quantity {
	padding: 0;
    margin: 0;
    display: block;
}
.woocommerce-mini-cart div.quantity {
	margin-top: 5px;
	vertical-align: top;
}
.woocommerce-mini-cart .quantity input {
	width: 40px !important;
    height: 33px;
    padding: 0 5px;
    font-size: 13px;
}
.woocommerce-mini-cart .quantity .quantity-button {
	width: 25px;
	line-height: 32px;
}

.woocommerce-mini-cart .mini_cart_item.cs-loading div.quantity:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(../images/loader-img/cy_loader.svg);
	background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
    background-color: rgba(255,255,255,0.7);
    z-index: 1;
}

/*===================================*/
/* Add to Cart in Pop-Up */
/*===================================*/
#after_add_to_cart_message-popup{
    background: #ffffff;
    width: 500px;
    margin: 0 auto;
    padding: 30px 25px;
    text-align: center;
}
#after_add_to_cart_message-popup .mfp-close {
    background-image: url(../images/close.png);
	background-repeat: no-repeat;
	background-position: center center;
    color: #fff;
    position: fixed;
    top: 20px;
    right: 20px;
    font-size: 0px;
    opacity: 1;
}
#after_add_to_cart_message-popup .cart_message-inner{
    display: inline-block;
}
#after_add_to_cart_message-popup .cart_message-inner h4{
    font-weight: 700;
    padding: 0 30px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 25px;
}
#after_add_to_cart_message-popup .cart_message-inner a{
    display: inline-block;
    color: #323232;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding-right: 30px;
    text-decoration: underline;
}
#after_add_to_cart_message-popup .cart_message-inner a:hover{
	color: #04d39f;
}
#after_add_to_cart_message-popup .cart_message-inner .view-cart{
	background: #04d39f;
	color: #ffffff;
    padding: 12px 30px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}
#after_add_to_cart_message-popup .cart_message-inner .view-cart:hover{
	background: #323232;
	color: #ffffff;
}

/*===================================*/
/* Add to Cart in Right Side */
/*===================================*/
.side_shopping_cart-overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.0);
    z-index: 1021;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.side_shopping_cart-overlay.side_cart-show{
	background: rgba(0, 0, 0, 0.8);
	visibility: visible;
}
.side_shopping_cart-wrapper{
    position: fixed;
    background: #ffffff;
    width: 350px;
    height: 100vh;
    padding: 25px 15px;
    padding-right: 0px;
    right: 0;
    top: 0;
    z-index: 1021;
    -webkit-box-shadow: -3px 0 15px rgba(0,0,0,0.1);
    -moz-box-shadow: -3px 0 15px rgba(0,0,0,0.1);
    box-shadow: -3px 0 15px rgba(0,0,0,0.1);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.side_shopping_cart-wrapper.side_shopping_cart-show{
	-webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}

/* Side Shopping Cart Close */
.side_shopping_cart-wrapper .side_shopping_cart-heading{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px 15px;
    margin-top: -25px;
    margin-left: -15px;
    background: #ffffff;
    border-bottom: 1px solid #e8e8e8;
}
.side_shopping_cart-wrapper .side_shopping_cart-title{
	font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin: 0;
}
.side_shopping_cart-wrapper .close-side_shopping_cart{
	position: absolute;
	top: 11px;
	right: 5px;
	font-size: 0;
	height: 40px;
	width: 40px;
	z-index: 8;
	cursor: pointer;
	-webkit-transition: transform .25s ease .4s;
	transition: transform .25s ease .4s;
}
.side_shopping_cart-wrapper .close-side_shopping_cart:after,
.side_shopping_cart-wrapper .close-side_shopping_cart:before{
	content: "";
	width: 18px;
	height: 2px;
	position: absolute;
	right: 50%;
	top: 50%;
	margin-top: 0px;
	margin-right: -9px;
	display: inline-block;
	background-color: #323232;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.side_shopping_cart-wrapper .close-side_shopping_cart:after{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.side_shopping_cart-wrapper .close-side_shopping_cart:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Cart Product */
.admin-bar .side_shopping_cart-wrapper {
	padding-top: 55px;
}

.side_shopping_cart-wrapper .side_shopping_cart{
	height: 100%;
	padding-top: 15px;
    padding-bottom: 130px;
}
.side_shopping_cart-wrapper .side_shopping_cart .side_shopping_cart-contents{
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
}
.side_shopping_cart-wrapper .side_shopping_cart .side_shopping_cart-contents > .widget_shopping_cart,
.side_shopping_cart-wrapper .side_shopping_cart .side_shopping_cart-contents > .widget_shopping_cart > .widget_shopping_cart_content{
	height: 100%;
}
.side_shopping_cart-wrapper .side_shopping_cart .widget_shopping_cart_content .cart_list li{
    padding: 0px;
    padding-left: 75px;
    padding-right: 35px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    min-height: 93px;
    border-bottom: 1px solid #e8e8e8;
}
.side_shopping_cart-wrapper .side_shopping_cart .widget_shopping_cart_content .cart_list li:last-child{
	margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.side_shopping_cart-wrapper .side_shopping_cart .widget_shopping_cart_content .cart_list li img {
	position: absolute;
    left: 0;
    top: 0;
}
.side_shopping_cart-wrapper .side_shopping_cart .widget_shopping_cart_content .cart_list li .remove{
	position: absolute;
    top: 10px;
    left: auto;
    right: 3px;
    font-size: 18px;
    color: #323232 !important;
}
.side_shopping_cart-wrapper .side_shopping_cart .widget_shopping_cart_content .cart_list li .remove:hover{
	background: none;
}

.side_shopping_cart-wrapper .widget,
.side_shopping_cart-wrapper .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons,
.side_shopping_cart-wrapper .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons a{
	margin-bottom: 0px;
}

.side_shopping_cart-wrapper .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons a#woo_pp_ec_button {
	display: none;
}

.side_shopping_cart-wrapper .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__total{
	position: absolute;
    bottom: 50px;
    background: #ffffff;
    left: 0;
    right: 0;
    border: none;
    margin: 0;
    padding: 0 25px;
    height: 50px;
	line-height: 50px;
	-webkit-box-shadow: 0 0px 13px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0 0px 13px rgba(0, 0, 0, 0.13);
	box-shadow: 0 0px 13px rgba(0, 0, 0, 0.13);
}
.side_shopping_cart-wrapper .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__total strong{
	    text-transform: uppercase;
}
.side_shopping_cart-wrapper .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__total .woocommerce-Price-amount{
	float: right;
	font-size: 18px;
    font-weight: 600;
}
.side_shopping_cart-wrapper .woocommerce .widget_shopping_cart_content .quantity .amount{
	color: #04d39f;
	font-weight: 600;
}

.side_shopping_cart-wrapper .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons{
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.side_shopping_cart-wrapper .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons a{
	width: 50%;
	height: auto;
    min-height: 50px;
	line-height: 20px;
	font-size: 13px;
	border-radius: 0;
	margin: 0;
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
}

.side_shopping_cart-wrapper .side_shopping_cart .widget_shopping_cart_content .cart_list li .variation {
	padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.side_shopping_cart-wrapper .side_shopping_cart .widget_shopping_cart_content .cart_list li .variation dt,
.side_shopping_cart-wrapper .side_shopping_cart .widget_shopping_cart_content .cart_list li .variation dd {
	padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 22px;
}

.side_shopping_cart-wrapper .side_shopping_cart .widget_shopping_cart_content .cart_list li .variation dt {
	padding-right: 5px;
}

/*==========================================================*/
/* Icons in Bootm */
/*==========================================================*/
body.footer-device-active {
	margin-bottom: 56px;
}
body.footer-device-inactive{
	margin-bottom: 0;
}
body.pgs-woo-api-app-checkout.footer-device-active,
body.pgs-woo-api-app-checkout.footer-device-inactive {
    margin-bottom: 0;
}

.footer-mobile-device {
	position: fixed;
	background: #ffffff;
	left: 0;
	bottom: 0;
	z-index: 20;
	width: 100%;
	-webkit-box-shadow: 0 0px 13px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0 0px 13px rgba(0, 0, 0, 0.13);
	box-shadow: 0 0px 13px rgba(0, 0, 0, 0.13);
}

.footer-mobile-device .footer-mobile-device-actions {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-mobile-device .footer-mobile-device-actions > div {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	text-align: center;
	border-left: 1px solid #f1f1f1;
}

.footer-mobile-device .footer-mobile-device-actions > div:first-child {
	border-left: none;
}

.footer-mobile-device .footer-mobile-device-actions > div a {
	padding: 15px 20px;
	display: inline-block;
	font-size: 18px;
	color: #323232;
	position: relative;
}

.footer-mobile-device .footer-mobile-device-actions > div .ciyashop-wishlist-count,
.footer-mobile-device .footer-mobile-device-actions > div .cart-count {
	position: absolute;
	top: 8px;
	right: 8px;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #04d39f;
	width: 18px;
	height: 18px;
	color: #ffffff;
	font-size: 12px;
	line-height: normal;
	border-radius: 60px;
}

.footer-mobile-device .footer-mobile-device-actions > .sticky-footer-active > a {
	color: #04d39f;
}

.device-type-desktop .footer-mobile-device {
	display: none;
}

.device-type-mobile .footer-mobile-device {
	display: block;
}

.footer-mobile-device .sticky-footer-element img {
	max-width: 18px;
}
.footer-mobile-device .sticky-footer-element.sticky-footer-active {
	box-shadow: inset 0 -3px 0px -0px var(--cs-primary-color, #ccc);
}

/*==========================================================*/
/* Info Message */
/*==========================================================*/
.alert {
	padding: 1rem 1.25rem;
	border-radius: 0;
	padding-right: 40px;
}

.alert-success {
	background-color: #effaf1;
	border-color: transparent;
}

.alert-info {
	background-color: #e9f4ff;
	border-color: transparent;
}

.alert-warning {
	background-color: #fff5e7;
	border-color: transparent;
}

.alert-danger {
	background-color: #ffecea;
	border-color: transparent;
}

/*==========================================================*/
/* Woocommerce */
/*==========================================================*/
.woocommerce-page .select2-container.select2-container--open {
	z-index: 1020;
}
.woocommerce-page.modal-open .select2-container.select2-container--open {
	z-index: 1050;
}
.header-sticky-started .select2-container.select2-container--open {
	z-index: 999;
}

.woocommerce .sidebar .widget:last-child {
	margin-bottom: 0px;
}

#yith-wcwl-popup-message {
	background: #323232;
	color: #fff;
	font-size: 18px;
	border: none;
	padding: 15px 30px;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.cs-wishlist-popup-message {
	background: #323232;
	color: #fff;
	font-size: 18px;
	border: none;
	padding: 15px 30px;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
	display: inline-block;
	position: fixed;
	top: 50%;
	right: 50%;
	z-index: 99;
	-webkit-transform: translateY(50%) translateX(50%);
	-moz-transform: translateY(50%) translateX(50%);
	transform: translateY(50%) translateX(50%);
	display: none;
	opacity: 0;
}

/* Woocommerce All Title Center */
.woocommerce-cart .entry-header .entry-title,
.woocommerce-checkout .entry-header .entry-title,
.woocommerce-wishlist .wishlist-title,
.woocommerce-account .entry-header .entry-title {
	text-align: center;
}

.woocommerce .products .product {
	background: #ffffff;
	-webkit-box-shadow: 0 0px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0px 1px rgba(0,0,0,0.15);
	box-shadow: 0 0px 1px rgba(0,0,0,0.15);
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	list-style: none;
}

.woocommerce .products .product:hover {
	-webkit-box-shadow: 0 3px 22px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0 3px 22px rgba(0, 0, 0, 0.07);
	box-shadow: 0 3px 22px rgba(0, 0, 0, 0.07);
}

.woocommerce .products.owl-carousel .product:hover,
.pgscore_multi_tab_products_listing_wrapper .woocommerce .products .product:hover {
	box-shadow: none;
}

.woocommerce .products .product-info {
	text-align: center;
	padding: 20px;
}

.woocommerce .products .product-info .ciyashop-product-category,
.woocommerce .products .product-info .ciyashop-product-category a{
	font-size: 14px;
	color: #ababab;
	line-height: 18px;
    display: block;
}
.woocommerce .products .product-info .ciyashop-product-category a:hover{
	color: #323232;
}
.woocommerce .products .product-info .product-name{
	padding-bottom: 0;
}

.woocommerce .products .product-info .star-rating-wrapper {
	margin-top: 10px;
}

.woocommerce .products .product-name a {
	text-decoration: none;
	color: #323232;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	margin: 0;
	display: block;
}

.woocommerce ul.products li.product .product-name a:hover {
	color: #04d39f;
}

.woocommerce .products hr {
	display: none;
}

.price ins {
	background: none;
	color: #04d39f;
}

/* Sale */
.woocommerce span.featured,
.woocommerce span.onsale {
	position: absolute;
	top: 15px !important;
	left: auto;
	right: 0;
	z-index: 5;
	font-weight: 500;
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
	background: #f4524d;
	height: 20px;
	line-height: 20px;
	padding: 0 8px 0 8px;
	border-radius: 0;
	transform: rotate(-45deg) translateY(-100%);
	-webkit-transform: rotate(0deg) translateY(0);
	transform-origin: right top;
	-webkit-transform-origin: right top;
}

.woocommerce span.onsale {
	min-height: inherit;
	min-width: inherit;
	margin: 0 !important;
	background: #323232;
}

.woocommerce span.featured + span.onsale {
	top: 42px !important;
}

.woocommerce span.featured:after,
.woocommerce span.featured:before,
.woocommerce span.onsale:after,
.woocommerce span.onsale:before {
	content: "";
	position: absolute;
	left: -10px;
	color: #f4524d;
	border: solid 10px transparent;
	border-left-color: #f4524d;
}

.woocommerce span.featured:before,
.woocommerce span.onsale:before {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.woocommerce span.featured:after,
.woocommerce span.onsale:after {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}

.woocommerce span.onsale:after,
.woocommerce span.onsale:before {
	border-left-color: #323232;
}

/* Star Rating */
.cs-woocompare-popup .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
}

.cs-woocompare-popup .star-rating:before {
    content: "\73\73\73\73\73";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.cs-woocompare-popup .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.cs-woocompare-popup .star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
}

.woocommerce .star-rating-wrapper,
.cs-woocompare-popup .star-rating-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
}

.woocommerce .star-rating,
.cs-woocompare-popup .star-rating,
.woocommerce ul.products li.product .star-rating,
.cs-woocompare-popup ul.products li.product .star-rating {
	font-size: 12px;
	margin: 0 auto;
}

.woocommerce .star-rating span,
.cs-woocompare-popup .star-rating span {
	color: #ffbe00;
}

/* Products Price */
.woocommerce ul.products li.product .price {
	text-align: center;
	margin-bottom: 0;
	color: #969696;
}

.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins {
	text-decoration: none;
	display: inline-block;
}
.woocommerce ul.products li.product .price .amount {
	color: #323232;
	font-size: 16px;
	font-weight: 700;
	margin: 0 2px;
}
.woocommerce ul.products li.product .price del .amount {
	color: #969696;
	text-decoration: line-through;
}

/* Products Pagination */
.woocommerce nav.woocommerce-pagination ul {
	border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: none;
	margin: 0 4px;
}

.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
	background: #f5f5f5;
	font-size: 15px;
	color: #323232;
	font-weight: 600;
	border: 1px solid #ececec;
	padding: 13px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.woocommerce nav.woocommerce-pagination ul li span:hover,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #04d39f;
	border-color: #04d39f;
	color: #ffffff;
}

/*===================================*/
/* Products Category Style */
/*===================================*/
.woocommerce ul.products li.product.product-category{
	box-shadow: none;
	border: none;
}

.woocommerce ul.products li.product.product-category a img {
	margin-bottom: 0px;
}

.woocommerce ul.products li.product.product-category .woocommerce-loop-category__title {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	padding:10px;
	text-align: center;
	font-size: 16px;
	background: #04d39f;
	color: #ffffff;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.woocommerce ul.products li.product.product-category .woocommerce-loop-category__title mark.count {
	background: none;
	color: inherit;
}

.woocommerce ul.products li.product.product-category a:hover .woocommerce-loop-category__title {
	left: 15px;
	right: 15px;
	bottom: 25px;
}

/* List  View */
.woocommerce .products.list > .product-category.product {
	margin-right: 2%;
	padding-bottom: 0px;
	border: 1px solid #e8e8e8;
}

.woocommerce .products.products-loop-column-3.list > .product-category.product {
	width: 31.9%;
}

.woocommerce .products.products-loop-column-4.list > .product-category.product {
	width: 23.5%;
}

.woocommerce .products.products-loop-column-5.list > .product-category.product {
	width: 18.3%;
}

/*===================================*/
/* Products Hover Style Default */
/*===================================*/
.woocommerce .products .product-thumbnail {
	position: relative;
	overflow: hidden;
}

.woocommerce .products .product-thumbnail-inner img {
	width: 100%;
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	transform: scale(1.0);
}

.woocommerce ul.products .product-inner .product-thumbnail-inner img {
	margin-bottom: 0;
}

.woocommerce .product .product-thumbnail .product-thumbnail-main {
	overflow: hidden;
}

.woocommerce .product-inner:hover .product-thumbnail .product-thumbnail-main img,
.woocommerce .product-inner:hover .product-thumbnail .product-thumbnail-swap img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.woocommerce .products .product-thumbnail .product-thumbnail-swap {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.woocommerce .product-inner:hover .product-thumbnail .product-thumbnail-swap {
	opacity: 1;
}

.woocommerce .products .product_title_type-single_line .product-info .product-name a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.elementor-element.elementor-widget-woocommerce-products .products.elementor-grid .product_title_type-single_line .product-info .product-name a,
.woocommerce .products .product_title_type-full .product-info .product-name a {
	white-space: normal;
	text-overflow: inherit;
	overflow: inherit;
}

.elementor-element.elementor-widget-woocommerce-products .products.elementor-grid li.product {
	width: auto !important;
	margin: 0 !important;
}

.woocommerce .product-hover-style-default .product-info .product-actions,
.woocommerce .product-hover-style-icon-top-left .product-info .product-actions,
.woocommerce .product-hover-style-image-center .product-info .product-actions,
.woocommerce .product-hover-style-image-left .product-info .product-actions,
.woocommerce .product-hover-style-grocery-1 .product-info .product-actions,
.woocommerce .product-hover-style-grocery-2 .product-info .product-actions,
.woocommerce .product-hover-style-image-bottom .product-info .product-actions,
.woocommerce .product-hover-style-image-bottom-2 .product-info .product-actions,
.woocommerce .product-hover-style-image-bottom-bar .product-info .product-actions {
	display: none;
}

.woocommerce .products .product-actions {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	opacity: 1;
	text-align: center;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	z-index: 9;
}

.product-actions .product-actions-inner .screen-reader-text {
	display: none;
}

.woocommerce .products li.product:hover .product-actions {
	opacity: 1;
}

.woocommerce .products li.product .product-actions > .product-action {
	display: inline-block;
	vertical-align: top;
}

.woocommerce .products .product-actions .product-action-add-to-cart {
	display: inline-block;
}

.woocommerce .products .product-actions .feedback {
	font-size: 0;
	display: none !important;
}

.woocommerce .products .product-actions .yith-wcwl-add-to-wishlist {
	margin-top: 0;
	vertical-align: top;
	display: inline-block;
}

.woocommerce .products .product-actions .yith-wcwl-add-to-wishlist + .clear {
	display: none;
}

/* Star Rating in Hover Style */
.product-inner .product-info .star-rating-wrapper:before {
	width: 180px;
	left: 50%;
	margin-left: -90px;
}

/* Quick View Default */
.woocommerce .products .open-quick-view {
	position: absolute;
	top: 15px;
	left: 50%;
	min-width: 115px;
	background: #04d39f;
	color: #ffffff;
	font-size: 13px;
	line-height: 22px;
	text-align: center;
	padding: 7px 20px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9;
}

.woocommerce .products .open-quick-view:hover {
	background: #323232;
}

/* Products Icon Button */
.woocommerce .products .product-actions a,
.woocommerce .products .product-actions .alt{
	width: 45px;
	height: 45px;
	padding: 0;
	margin: 0 2px !important;
	display: inline-block;
	font-size: 0;
	background: #04d39f;
	line-height: 32px;
	position: relative;
	color: #ffffff;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.woocommerce .products .product-actions a:hover {
	background: #323232;
}
.woocommerce .products .product-actions .alt:hover{
	background: inherit;
}

.woocommerce .product-hover-style-image-bottom-bar .product-actions a.product_type_variable,
.woocommerce .product-hover-style-info-bottom .product-actions a.product_type_variable,
.woocommerce .product-hover-style-info-bottom-bar .product-actions a.product_type_variable {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Products Icon Code */
.product-actions a:before {
	content: "";
	position: relative;
	left: 0;
	top: 6px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 16px;
}

.product-actions .button.product_type_simple:before,
.product-actions .button.ajax_add_to_cart:before,
.product-actions .button.product_type_grouped:before,
.product-actions .button.product_type_variable:before,
.product-actions .button.add_to_cart_button:before {
	content: "\f07a";
}

.product-actions .button.product_type_external:before {
	content: "\f217";
}

.product-actions .added_to_cart:before {
	content: "\f00c";
}

.product-actions .cs-wcwl-add-button a.add_to_wishlist:before,
.product-actions .yith-wcwl-add-to-wishlist a.add_to_wishlist:before {
	content: "\f004";
	font-weight: 400;
}
.product-actions .cs-wcwl-add-button a.add_to_wishlist.cs-loading:before {
	content: "\f18a";
    font-family: pgsicon-ecommerce;
}
.woocommerce.single-product .product-summary-actions .cs-wcwl-add-button a.add_to_wishlist.added-wishlist:before,
.product-actions .cs-wcwl-add-button a.add_to_wishlist.added-wishlist:before {
	font-weight: 900;
}

.single-product .cs-wcwl-add-button .add_to_wishlist {
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: 40px 40px;
	position: relative;
}
.single-product .cs-wcwl-add-button .add_to_wishlist.cs-loading {
	background-image: url(../images/ajax-loader.svg);
}
.single-product .ciyashop-sticky-btn-cart .add_to_wishlist.cs-loading:after {
	top: 5px;
    left: 5px;
}

.product-actions .cs-wcwl-add-button a.add_to_wishlist.cs-loading .blockOverlay,
.product-actions .yith-wcwl-add-to-wishlist a.add_to_wishlist.cs-loading .blockOverlay {
	background: none !important;
}

.woocommerce.single-product .ciyashop-sticky-btn .ciyashop-sticky-btn-cart .add_to_wishlist.added-wishlist:before,
.product-actions .cs-wcwl-add-button a:before,
.product-actions .yith-wcwl-add-to-wishlist a:before {
	content: "\f004";
	font-weight: 900;
}
.product-actions .open-quick-view:before {
	content: "\f06e";
	font-weight: 400;
}
.product-actions .compare:before {
	content: "\f422";
}

.products-wishlist-listing .product-action-wishlist {
	display: none;
}

/* Line Icon */
.product_icon_type-line-icon .product-actions .button.ajax_add_to_cart:before,
.product_icon_type-line-icon .product-actions .button.product_type_grouped:before,
.product_icon_type-line-icon .product-actions .button.product_type_variable:before,
.product_icon_type-line-icon .product-actions .button.add_to_cart_button:before {
	content: "\f1bf";
	font-family: pgsicon-ecommerce;
	font-size: 18px;
	font-weight: 400;
}

.product_icon_type-line-icon .product-actions .compare:before {
	content: "\f176";
	font-family: pgsicon-ecommerce;
	font-size: 18px;
	font-weight: 400;
}

.product_icon_type-line-icon .product-actions .yith-wcwl-add-to-wishlist a:before {
	content: "\f004";
	font-size: 18px;
}

.product_icon_type-line-icon .product-actions .yith-wcwl-add-to-wishlist a.add_to_wishlist:before {
	content: "\f18a";
	font-family: pgsicon-ecommerce;
	font-size: 18px;
}

.product_icon_type-line-icon .product-actions .yith-wcwl-add-to-wishlist .add_to_wishlist.added-wishlist:before {
	content: "\f004";
	font-family: 'Font Awesome 5 Free';
}

.product_icon_type-line-icon .product-actions .open-quick-view:before {
	content: "\f109";
	font-family: pgsicon-ecommerce;
	font-size: 18px;
}

.cs-remove-wishlist {
	display: block;
	text-align: center;
}

/* Add to Cart */
.woocommerce .product-actions .add_to_cart_button.loading {
	opacity: 1;
}
.woocommerce .product-actions .add_to_cart_button.loading:after {
	content: normal;
}
.woocommerce .product-actions .add_to_cart_button.loading:before {
	content: "";
	background-image: url(../images/loader-img/cy_loader.svg);
	background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    display: inline-block;
}
.woocommerce .product-actions .added_to_cart {
	vertical-align: top;
}

/*--------------------------*/
/* On CLick Loading */
/*--------------------------*/
.product-action-wishlist .add_to_wishlist.cs-loading:before,
.product-actions .open-quick-view.loading:before,
.product-action .open-quick-view.loading:before,
.product-action-compare .compare.cs-loading:before{
	opacity: 0;
}
.ciyashop-popup-quick-view .product-summary-actions .cs-wcwl-add-button .add_to_wishlist.cs-loading:after,
.product-action-wishlist .add_to_wishlist.cs-loading:after,
.product-actions .open-quick-view.loading:after,
.product-action .open-quick-view.loading:after,
.product-action-compare .compare.cs-loading:after,
.product-hover-style-image-left .product-action-add-to-cart .button.loading:after,
.product-hover-style-grocery-1 .product-action-add-to-cart .button.loading:after,
.product-hover-style-grocery-2 .product-action-add-to-cart .button.loading:after,
.product-hover-style-button-standard .product-action-add-to-cart .button.loading:after,
.product-hover-style-icons-left .product-action-add-to-cart .button.loading:after,
.product-hover-style-hover-summary .product-action-add-to-cart .button.loading:after,
.product-hover-style-icons-rounded .product-action-add-to-cart .button.loading:after,
.product-hover-style-minimal .product-action-add-to-cart .button.loading:after,
.product-hover-style-info-transparent-center .product-action-add-to-cart .button.loading:after,
.product-hover-style-icons-transparent-center .product-action-add-to-cart .button.loading:after,
.product-hover-style-standard-info-transparent .product-action-add-to-cart .button.loading:after{
	content: "";
	background-image: url(../images/loader-img/cy_loader.svg);
	background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    left: 8px;
    animation: inherit;
}

.woocommerce .product-hover-button-style-dark .product-actions .product-actions-inner .product-action-add-to-cart .add_to_cart_button.loading:before,
.woocommerce .product-hover-button-style-dark .product-actions .product-actions-inner .product-action-wishlist .add_to_wishlist.cs-loading:after,
.woocommerce .product-hover-button-style-dark .product-actions .product-actions-inner .product-action-compare .compare.cs-loading:after,
.woocommerce .product-hover-button-style-dark .product-actions .product-actions-inner .product-action-quick-view .open-quick-view.loading:after,
.woocommerce .product-hover-style-default.product-hover-button-style-dark .product-action-wishlist .add_to_wishlist.cs-loading:after,
.woocommerce .product-hover-style-default.product-hover-button-style-dark .product-action-compare .compare.cs-loading:after,
.woocommerce .product-hover-style-icon-top-left.product-hover-button-style-dark .product-action-add-to-cart .button.loading:before,
.woocommerce .product-hover-style-icon-top-left.product-hover-button-style-dark .product-action-compare .compare.cs-loading:after,
.woocommerce .product-hover-style-icon-top-left.product-hover-button-style-dark .product-action-quick-view .open-quick-view.loading:after,
.woocommerce .product-hover-style-standard-info-transparent.product-hover-button-style-dark .product-action-add-to-cart .button.loading:after{
	background-image: url(../images/loader-img/cy_loader-light.svg);
}

.product-action-compare .compare.cs-loading:after{
	top: 9px;
    left: 12px;
}
.product-action-wishlist .yith-wcwl-add-button .ajax-loading{
	display: none !important;
}
.product-action-compare .compare.cs-loading .blockOverlay{
	display: none;
}

.ciyashop-popup-quick-view .product-summary-actions .cs-wcwl-add-button .add_to_wishlist {
	position: relative;
}
.ciyashop-popup-quick-view .product-summary-actions .cs-wcwl-add-button .add_to_wishlist.cs-loading:after {
	top: -3px;
    left: 50%;
    margin-left: -12px;
}

/* Compare Icon Loader */
table.compare-list .blockOverlay {
	background: none !important;
	opacity: 1 !important;
	background-color: rgba(247, 247, 247, 0.7) !important;
}

table.compare-list .even .blockOverlay {
	background-color: rgba(255, 255, 255, 0.7) !important;
}

table.compare-list .blockOverlay:before {
	content: "";
	background-image: url(../images/loader-img/cy_loader.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 35px;
	height: 35px;
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -12px;
}

/* Woocommerce Loader Image Replace */
.woocommerce-wishlist .site-content .blockUI.blockOverlay{
	background: none !important;
}
.woocommerce-wishlist .blockUI.blockOverlay:before,
.woocommerce-cart .blockUI.blockOverlay:before,
.woocommerce-checkout .blockUI.blockOverlay:before{
	background: url(../images/loader-img/cy_loader.svg);
	background-repeat: no-repeat;
    background-size: cover;
    width: 60px;
    height: 60px;
    animation: inherit;
}
.woo-tools .blockUI.blockOverlay:before{
	content: "";
	background-image: url(../images/loader-img/cy_loader-light.svg);
	background-repeat: no-repeat;
    background-size: cover;
    width: 35px;
    height: 35px;
    position: absolute;
	top: 50%;
    left: 50%;
    margin-left: -12px;
    animation: inherit;
    margin-top: -17px;
}

/* Products Icon Loader */
.product-actions .yith-wcwl-add-button {
	position: relative;
}

.product-actions .yith-wcwl-add-button .ajax-loading {
	position: absolute;
	left: 10px;
	top: 15px;
}

/*===================================*/
/* Icon Top Left */
/*===================================*/
.woocommerce .products .product-hover-style-icon-top-left,
.woocommerce .products .product-hover-style-icons-top-right{
	margin-bottom: 40px;
	background: none;
}

.woocommerce .products .product-hover-style-icon-top-left,
.woocommerce .products .product-hover-style-icon-top-left:hover,
.woocommerce .products .product-hover-style-icons-top-right,
.woocommerce .products .product-hover-style-icons-top-right:hover{
	border: none;
	box-shadow: none;
}
.woocommerce .product-hover-style-icon-top-left .product-actions{
    position: absolute;
    top: 15px;
    bottom: auto;
    left: -5px;
    width: auto;
    opacity: 0;
    visibility: hidden;
}

.woocommerce .product-hover-style-icon-top-left:hover .product-actions{
    left: 15px;
    opacity: 1;
    visibility: visible;
}

.woocommerce .product-hover-style-icons-top-right .product-actions{
    position: absolute;
    top: 15px;
    bottom: auto;
    left: auto;
    right: -5px;
    width: auto;
    opacity: 0;
    visibility: hidden;
}

.woocommerce .product-hover-style-icons-top-right:hover .product-actions{
    right: 15px;
    opacity: 1;
    visibility: visible;
}

.woocommerce .product-hover-style-icon-top-left .product-actions .product-actions-inner,
.woocommerce .product-hover-style-icons-top-right .product-actions .product-actions-inner{
	background: #ffffff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.12);
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.12);
	box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}
.woocommerce .product-hover-style-icon-top-left .product-actions .product-actions-inner > .product-action,
.woocommerce .product-hover-style-icons-top-right .product-actions .product-actions-inner > .product-action{
	position: relative;
}
.woocommerce .product-hover-style-icon-top-left .product-actions .product-actions-inner > .product-action:after,
.woocommerce .product-hover-style-icons-top-right .product-actions .product-actions-inner > .product-action:after{
	content: "";
	width: 25px;
	height: 1px;
	background: #e5e5e5;
    position: absolute;
    left: 15px;
    bottom: 0;
}
.woocommerce .product-hover-style-icon-top-left .product-actions .product-actions-inner > .product-action:last-child:after,
.woocommerce .product-hover-style-icons-top-right .product-actions .product-actions-inner > .product-action:last-child:after{
	content: normal;
}

.woocommerce .product-hover-style-icon-top-left .product-actions a,
.woocommerce .product-hover-style-icon-top-left .product-actions .alt,
.woocommerce .product-hover-style-icons-top-right .product-actions a,
.woocommerce .product-hover-style-icons-top-right .product-actions .alt{
	width: 55px;
    height: 55px;
    line-height: 45px;
	margin: 0 !important;
	background: none;
	color: #323232;
	border-radius: 0;
	box-shadow: none;
}

.woocommerce .product-hover-style-icon-top-left .product-actions a:hover,
.woocommerce .product-hover-style-icons-top-right .product-actions a:hover{
	background: none;
	color: #04d39f;
}

.woocommerce .product-hover-style-icon-top-left .open-quick-view,
.woocommerce .product-hover-style-icons-top-right .open-quick-view{
	min-width: inherit;
	top: inherit;
    left: inherit;
    transform: inherit;
}
.product-hover-style-icon-top-left .product-actions .open-quick-view.loading:after,
.product-hover-style-icons-top-right .product-actions .open-quick-view.loading:after {
    top: 16px;
    left: 15px;
}
.woocommerce .product-hover-style-icon-top-left .product-action-wishlist,
.woocommerce .product-hover-style-icons-top-right .product-action-wishlist{
    position: absolute;
    right: 0;
    top: 0;
}
.woocommerce .product-hover-style-icon-top-left .product-action-wishlist .yith-wcwl-add-to-wishlist,
.woocommerce .product-hover-style-icons-top-right .product-action-wishlist .yith-wcwl-add-to-wishlist {
    margin-top: 0px;
}
.woocommerce .product-hover-style-icon-top-left .product-action-wishlist a,
.woocommerce .product-hover-style-icon-top-left .product-action-wishlist .alt,
.woocommerce .product-hover-style-icons-top-right .product-action-wishlist a,
.woocommerce .product-hover-style-icons-top-right .product-action-wishlist .alt{
	width: 25px;
	height: 45px;
	padding: 0;
	margin: 0;
	display: inline-block;
	font-size: 0;
	line-height: 32px;
	color: #323232;
}
.woocommerce .product-hover-style-icon-top-left .yith-wcwl-add-to-wishlist a:before,
.woocommerce .product-hover-style-icons-top-right .yith-wcwl-add-to-wishlist a:before {
	content: "";
	position: relative;
	left: 0;
	top: 6px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 16px;
}
.woocommerce .product-hover-style-icon-top-left .yith-wcwl-add-to-wishlist a.add_to_wishlist:before,
.woocommerce .product-hover-style-icons-top-right .yith-wcwl-add-to-wishlist a.add_to_wishlist:before {
	content: "\f004";
	font-weight: 400;
}
.woocommerce .product-hover-style-icon-top-left .yith-wcwl-add-to-wishlist a:before,
.woocommerce .product-hover-style-icons-top-right .yith-wcwl-add-to-wishlist a:before {
	content: "\f004";
	font-weight: 900;
}
.woocommerce .product-hover-style-icon-top-left.product_icon_type-line-icon .yith-wcwl-add-to-wishlist a:before,
.woocommerce .product-hover-style-icons-top-right.product_icon_type-line-icon .yith-wcwl-add-to-wishlist a:before {
	content: "\f004";
	font-weight: 900;
	font-size: 18px;
}
.woocommerce .product-hover-style-icon-top-left.product_icon_type-line-icon .yith-wcwl-add-to-wishlist a.add_to_wishlist:before,
.woocommerce .product-hover-style-icons-top-right.product_icon_type-line-icon .yith-wcwl-add-to-wishlist a.add_to_wishlist:before {
	content: "\f18a";
	font-family: pgsicon-ecommerce;
	font-size: 18px;
}
.woocommerce .product-hover-style-icon-top-left .add_to_wishlist.cs-loading .blockOverlay,
.woocommerce .product-hover-style-icons-top-right .add_to_wishlist.cs-loading .blockOverlay,
.woocommerce .product-hover-style-hover-summary .add_to_wishlist.cs-loading .blockOverlay {
	display: none !important;
}
body.woocommerce .product-hover-style-icon-top-left.product_icon_type-fill-icon .add_to_wishlist.added-wishlist:before,
body.woocommerce .product-hover-style-icons-top-right.product_icon_type-fill-icon .add_to_wishlist.added-wishlist:before {
	font-weight: 900;
}

.product-hover-style-icon-top-left.product_icon_type-line-icon .yith-wcwl-add-to-wishlist a.add_to_wishlist.added-wishlist:before,
.product-hover-style-icons-top-right.product_icon_type-line-icon .yith-wcwl-add-to-wishlist a.add_to_wishlist.added-wishlist:before,
body.woocommerce .product_icon_type-line-icon .yith-wcwl-add-to-wishlist .add_to_wishlist.added-wishlist:before {
	content: "\f004";
    font-weight: 900;
    font-size: 18px;
	font-family: 'Font Awesome 5 Free';
}

.woocommerce .product-hover-style-icon-top-left .product-info,
.woocommerce .product-hover-style-icons-top-right .product-info{
	padding: 0;
	padding-top: 12px;
	padding-right: 35px;
	position: relative;
	text-align: left;
}

.woocommerce .product-hover-style-icon-top-left .yith-wcwl-add-button .ajax-loading,
.woocommerce .product-hover-style-icons-top-right .yith-wcwl-add-button .ajax-loading{
	display: none !important;
}
.woocommerce ul.products .product-hover-style-icon-top-left .product-info .price,
.woocommerce ul.products .product-hover-style-icons-top-right .product-info .price{
	text-align: left;
}
.woocommerce ul.products .product-hover-style-icon-top-left .product-info .price .amount,
.woocommerce ul.products .product-hover-style-icons-top-right .product-info .price .amount{
	font-size: 16px;
}
.woocommerce ul.products .product-hover-style-icon-top-left .product-info .price del .amount,
.woocommerce ul.products .product-hover-style-icons-top-right .product-info .price del .amount{
	color: #969696;
}
.woocommerce ul.products .product-hover-style-icon-top-left .product-info .price .amount,
.woocommerce ul.products .product-hover-style-icons-top-right .product-info .price .amount{
	color: #04d39f;
}
.woocommerce .product-hover-style-icon-top-left .product-info .product-name,
.woocommerce .product-hover-style-icons-top-right .product-info .product-name{
    padding: 0;
}

.woocommerce .product-hover-style-icon-top-left .product-info .ciyashop-product-category,
.woocommerce .product-hover-style-icon-top-left .product-info .star-rating-wrapper,
.woocommerce .product-hover-style-icon-top-left .yith-wcwl-add-to-wishlist .feedback,
.woocommerce .product-hover-style-icons-top-right .product-info .ciyashop-product-category,
.woocommerce .product-hover-style-icons-top-right .product-info .star-rating-wrapper,
.woocommerce .product-hover-style-icons-top-right .yith-wcwl-add-to-wishlist .feedback{
	display: none;
}

/* Lable */
.woocommerce ul.products .product-hover-style-icon-top-left .product-inner .stock,
.woocommerce ul.products .product-hover-style-icons-top-right .product-inner .stock{
	bottom: auto;
	top: 15px;
}
.woocommerce ul.products .product-hover-style-icon-top-left:hover .product-inner .stock,
.woocommerce ul.products .product-hover-style-icons-top-right:hover .product-inner .stock{
	opacity: 0;
	transition: all 0.3s ease-out 0s;
}
.woocommerce ul.products .product-hover-style-icon-top-left .product-inner .stock.out-of-stock,
.woocommerce ul.products .product-hover-style-icons-top-right .product-inner .stock.out-of-stock{
	top: auto;
	bottom: 15px;
	opacity: 1;
}
.woocommerce ul.products .product-hover-style-icons-top-right .product-inner .stock{
	left: auto;
	right: 15px;
}
.woocommerce ul.products .product-hover-style-icons-top-right .product-inner .stock.out-of-stock{
	left: 15px;
	line-height: 28px;
    font-size: 13px;
}

/* Loading */
.woocommerce .product-hover-style-icon-top-left .product-actions .add_to_cart_button.loading:before,
.woocommerce .product-hover-style-icons-top-right .product-actions .add_to_cart_button.loading:before{
    top: 15px;
}

.woocommerce .product-hover-style-icon-top-left .product-action-wishlist .add_to_wishlist.cs-loading:after,
.woocommerce .product-hover-style-icons-top-right .product-action-wishlist .add_to_wishlist.cs-loading:after{
	top: 9px;
    left: -4px;
}
.woocommerce .product-hover-style-icon-top-left .product-action-compare .compare.cs-loading:after,
.woocommerce .product-hover-style-icons-top-right .product-action-compare .compare.cs-loading:after{
    top: 15px;
    left: 15px;
}

/* Hover Right Label */
.woocommerce ul.products li.product-hover-style-icons-top-right .onsale,
.woocommerce .product-hover-style-icons-top-right span.featured,
.woocommerce .product-hover-style-icons-top-right span.onsale{
	right: auto;
    left: 0;
}
.woocommerce .product-hover-style-icons-top-right span.featured:after,
.woocommerce .product-hover-style-icons-top-right span.featured:before,
.woocommerce .product-hover-style-icons-top-right span.onsale:after,
.woocommerce .product-hover-style-icons-top-right span.onsale:before{
	left: auto;
    right: -10px;
}

/* Dark */
.woocommerce .product-hover-style-icon-top-left.product-hover-button-style-dark .product-actions .product-actions-inner,
.woocommerce .product-hover-style-icons-top-right.product-hover-button-style-dark .product-actions .product-actions-inner{
	background: #323232;
}

.woocommerce .product-hover-style-icon-top-left.product-hover-button-style-dark .product-actions a,
.woocommerce .product-hover-style-icons-top-right.product-hover-button-style-dark .product-actions a{
	color: #a7a5a6;
}
.woocommerce .product-hover-style-icon-top-left.product-hover-button-style-dark .product-actions a:hover,
.woocommerce .product-hover-style-icons-top-right.product-hover-button-style-dark .product-actions a:hover{
	color: #ffffff;
}
.woocommerce .product-hover-style-icon-top-left.product-hover-button-style-dark .product-actions .product-actions-inner > .product-action:after,
.woocommerce .product-hover-style-icons-top-right.product-hover-button-style-dark .product-actions .product-actions-inner > .product-action:after{
	background: #545454;
}

/* Row Dark BG */
.theme-dark ul.products .product-hover-style-icon-top-left .product-info .product-name a,
.theme-dark ul.products .product-hover-style-icons-top-right .product-info .product-name a,
.row-background-dark ul.products .product-hover-style-icon-top-left .product-info .product-name a,
.row-background-dark ul.products .product-hover-style-icons-top-right .product-info .product-name a{
	color: #ffffff;
}
.theme-dark ul.products .product-hover-style-icon-top-left .product-info .price del,
.theme-dark ul.products .product-hover-style-icons-top-right .product-info .price del,
.row-background-dark ul.products .product-hover-style-icon-top-left .product-info .price del,
.row-background-dark ul.products .product-hover-style-icons-top-right .product-info .price del{
	opacity: 0.8;
}
.theme-dark ul.products .product-hover-style-icon-top-left .product-info .price del .amount,
.theme-dark ul.products .product-hover-style-icons-top-right .product-info .price del .amount,
.row-background-dark ul.products .product-hover-style-icon-top-left .product-info .price del .amount,
.row-background-dark ul.products .product-hover-style-icons-top-right .product-info .price del .amount{
	color: #ffffff;
}
.theme-dark .product-hover-style-icon-top-left .product-action-wishlist a,
.theme-dark .product-hover-style-icon-top-left .product-action-wishlist .alt,
.row-background-dark .product-hover-style-icon-top-left .product-action-wishlist a,
.row-background-dark .product-hover-style-icon-top-left .product-action-wishlist .alt,
.theme-dark .product-hover-style-icons-top-right .product-action-wishlist a,
.theme-dark .product-hover-style-icons-top-right .product-action-wishlist .alt,
.row-background-dark .product-hover-style-icons-top-right .product-action-wishlist a,
.row-background-dark .product-hover-style-icons-top-right .product-action-wishlist .alt{
	color: #ffffff;
}
.theme-dark .product-hover-style-icon-top-left .product-action-wishlist .add_to_wishlist.cs-loading:after,
.theme-dark .product-hover-style-icons-top-right .product-action-wishlist .add_to_wishlist.cs-loading:after,
.row-background-dark .product-hover-style-icon-top-left .product-action-wishlist .add_to_wishlist.cs-loading:after,
.row-background-dark .product-hover-style-icons-top-right .product-action-wishlist .add_to_wishlist.cs-loading:after{
	background-image: url(../images/loader-img/cy_loader-light.svg);
}

/*======================================*/
/* icon Bottom - Image Bottom 2 */
/*======================================*/
.woocommerce .products .product-hover-style-image-bottom-2,
.woocommerce .products .product-hover-style-image-bottom-2:hover{
	border: none;
	box-shadow: none;
	background: none;
}

.woocommerce .product-hover-style-image-bottom-2 .product-actions {
    bottom: -5px;
    opacity: 0;
}

.woocommerce .product-hover-style-image-bottom-2:hover .product-actions{
	opacity: 1;
	bottom: 15px;
}

.woocommerce .product-hover-style-image-bottom-2 .product-actions .product-actions-inner{
	background: #ffffff;
	display: inline-block;
	padding: 0 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.12);
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.12);
	box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}

.woocommerce .product-hover-style-image-bottom-2.product-hover-button-shape-round .product-actions .product-actions-inner{
	padding: 0 20px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.woocommerce .products-loop-column-4 .product-hover-style-image-bottom-2 .product-actions .product-actions-inner{
	padding: 0 10px;
}
.woocommerce .products-loop-column-5 .product-hover-style-image-bottom-2 .product-actions .product-actions-inner{
	padding: 0 0px;
}
.woocommerce .col-xl-9 .products-loop-column-4 .product-hover-style-image-bottom-2 .product-actions .product-actions-inner{
	padding: 0 0px;
}
.woocommerce .col-xl-9 .product-hover-style-image-bottom-2 .product-actions .alt,
.woocommerce .col-xl-9 .product-hover-style-image-bottom-2 .product-actions a{
	width: 42px;
}

.woocommerce .product-hover-style-image-bottom-2 .product-actions .product-action{
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.woocommerce .product-hover-style-image-bottom-2 .product-actions .product-action:before{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #e5e5e5;
	width: 1px;
	height: 20px;
}
.woocommerce .product-hover-style-image-bottom-2 .product-actions .product-action:last-child:before{
	content: normal;
}
.woocommerce .product-hover-style-image-bottom-2 .product-info{
	padding-top: 15px;
	position: relative;
}

.woocommerce ul.products .product-hover-style-image-bottom-2 .product-info .price .amount{
	font-size: 16px;
}

.woocommerce ul.products .product-hover-style-image-bottom-2 .product-info .price del .amount{
	color: #969696;
}

.woocommerce ul.products .product-hover-style-image-bottom-2 .product-info .price .amount{
	color: #04d39f;
}

.woocommerce .product-hover-style-image-bottom-2 .product-info .product-name{
	padding-top: 3px;
	padding-bottom: 3px;
}

.woocommerce .product-hover-style-image-bottom-2 .product-info .product-name a{
	font-size: 15px;
	line-height: 24px;
}
.woocommerce .product-hover-style-image-bottom-2 .product-actions a,
.woocommerce .product-hover-style-image-bottom-2 .product-actions .alt{
	width: 45px;
	height: 55px;
	line-height: 45px;
	margin: 0px !important;
	background: none;
    box-shadow: none;
    color: #323232;
}
.woocommerce .product-hover-style-image-bottom-2 .product-actions a:hover{
	background: none;
	color: #04d39f;
}
.woocommerce .product-hover-style-image-bottom-2 .open-quick-view{
    min-width: auto;
    left: inherit;
    top: inherit;
    transform: inherit;
}
.woocommerce .product-hover-style-image-bottom-2 .price {
    line-height: 22px;
}

/* QTY */
.woocommerce .product-hover-style-image-bottom-2 .ciyashop-product-variations-wrapper .single_variation_wrap .quantity {
	margin-right: 15px;
}

/* Loading */
.woocommerce .product-hover-style-image-bottom-2 .product-actions .add_to_cart_button.loading:before{
	top: 15px;
}
.woocommerce .product-hover-style-image-bottom-2 .open-quick-view.loading:after,
.woocommerce .product-hover-style-image-bottom-2 .product-action-wishlist .add_to_wishlist.cs-loading:after,
.woocommerce .product-hover-style-image-bottom-2 .product-action-compare .compare.cs-loading:after{
	top: 15px;
    left: 10px;
}

/* Dark Icons */
.woocommerce .product-hover-style-image-bottom-2.product-hover-button-style-dark .product-actions .product-actions-inner{
	background: #323232;
}
.woocommerce .product-hover-style-image-bottom-2.product-hover-button-style-dark .product-actions a{
	color: #a7a5a6;
}
.woocommerce .product-hover-style-image-bottom-2.product-hover-button-style-dark .product-actions a:hover{
	color: #ffffff;
}
.woocommerce .product-hover-style-image-bottom-2.product-hover-button-style-dark .product-actions .product-action:before{
	background: #545454;
}

/* Row Dark BG */
.theme-dark .product-hover-style-image-bottom-2 .product-info .ciyashop-product-category a:hover,
.row-background-dark .product-hover-style-image-bottom-2 .product-info .ciyashop-product-category a:hover{
	color: #ffffff;
}
.theme-dark .product-hover-style-image-bottom-2 .product-info .product-name a,
.row-background-dark .product-hover-style-image-bottom-2 .product-info .product-name a{
	color: #ffffff;
}
.theme-dark ul.products li.product-hover-style-image-bottom-2 .product-info .price del,
.row-background-dark ul.products li.product-hover-style-image-bottom-2 .product-info .price del{
	opacity: 0.8;
}
.theme-dark ul.products li.product-hover-style-image-bottom-2 .product-info .price del .amount,
.row-background-dark ul.products li.product-hover-style-image-bottom-2 .product-info .price del .amount{
	color: #ffffff;
}

/*==================================*/
/* Hover Info - New Hover */
/*==================================*/
.woocommerce .products .product.product-hover-style-hover-summary,
.woocommerce .products .product.product-hover-style-hover-summary:hover{
	border: none;
	box-shadow: none;
	background: none;
}
.woocommerce .products .product.product-hover-style-hover-summary .product-inner .stock{
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.woocommerce .products .product.product-hover-style-hover-summary:hover .product-inner{
    position: relative;
    z-index: 9;
}
.woocommerce .products .product.product-hover-style-hover-summary .product-thumbnail{
	z-index: 8;
}
.woocommerce .products .product.product-hover-style-hover-summary .product-info {
    text-align: center;
    padding: 0px;
    padding-top: 15px;
    position: relative;
    top: 0;
    z-index: 8;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.woocommerce .products .product.product-hover-style-hover-summary:hover .product-info{
	top: -5px;
}
.woocommerce .products.list .product.product-hover-style-hover-summary:hover .product-info{
	top: 0px;
}
.woocommerce .products .product.product-hover-style-hover-summary .product-info .product-name{
	padding-top: 3px;
}
.woocommerce .products .product.product-hover-style-hover-summary .product-info .product-name a{
	font-weight: 600;
}
.woocommerce .products .product.product-hover-style-hover-summary .product-info .product-name a:hover{
	color: #04d39f;
}
.woocommerce .product.product-hover-style-hover-summary .product-info .ciyashop-product-category,
.woocommerce .product.product-hover-style-hover-summary .product-info .ciyashop-product-category a{
	display: block;
    line-height: 18px;
}

.theme-dark .products .product.product-hover-style-hover-summary .product-info .product-name a,
.row-background-dark .products .product.product-hover-style-hover-summary .product-info .product-name a{
	color: #ffffff;
}
.theme-dark .products .product.product-hover-style-hover-summary.product-hover-button-style-light:hover .product-info .product-name a,
.row-background-dark .products .product.product-hover-style-hover-summary.product-hover-button-style-light:hover .product-info .product-name a{
	color: #323232;
}
.theme-dark .products .product.product-hover-style-hover-summary.product-hover-button-style-light .product-info .product-name a:hover,
.row-background-dark .products .product.product-hover-style-hover-summary.product-hover-button-style-light .product-info .product-name a:hover{
	color: #04d39f;
}

.theme-dark .products .product.product-hover-style-hover-summary .price .amount,
.row-background-dark .products .product.product-hover-style-hover-summary .price .amount{
    color: #ffffff;
}
.theme-dark .product.product-hover-style-hover-summary.product-hover-button-style-dark .product-info .ciyashop-product-category a:hover,
.row-background-dark .product.product-hover-style-hover-summary.product-hover-button-style-dark .product-info .ciyashop-product-category a:hover,
.woocommerce .product.product-hover-style-hover-summary.product-hover-button-style-dark .product-info .ciyashop-product-category a:hover{
	color: #ffffff;
}
.woocommerce .products .product.product-hover-style-hover-summary .product-info .star-rating-wrapper {
    display: block;
    margin: 5px 0;
}
.woocommerce .products .product.product-hover-style-hover-summary .price .amount {
    font-size: 15px;
}
.woocommerce .products .product.product-hover-style-hover-summary:hover .price .amount {
    color: #323232;
}

.woocommerce .products .product.product-hover-style-hover-summary .ciyashop-product-variations-wrapper .single_variation_wrap .quantity{
	margin-right: 10px;
}
/* Product Actions */
.woocommerce .product-hover-style-hover-summary .product-action-wishlist{
	position: absolute;
    top: 18px;
    left: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.woocommerce .product-hover-style-hover-summary:hover .product-action-wishlist{
    top: 10px;
    opacity: 1;
    visibility: visible;
}

.woocommerce .product-hover-style-hover-summary .yith-wcwl-add-to-wishlist .ajax-loading,
.woocommerce .product-hover-style-hover-summary .product-action-wishlist .feedback{
	display: none !important;
}
.woocommerce .product-hover-style-hover-summary .yith-wcwl-add-to-wishlist{
	margin-top: 0;
}
.woocommerce .product-hover-style-hover-summary .product-action-wishlist a,
.woocommerce .product-hover-style-hover-summary .product-action-wishlist .alt{
    width: 45px;
    height: 45px;
    padding: 0;
    margin: 0;
    display: inline-block;
    text-align: center;
    font-size: 0;
    line-height: 32px;
    color: #323232;
}
.woocommerce .product-hover-style-hover-summary .product-action-wishlist a:before{
	content: "";
    position: relative;
    left: 0;
    top: 6px;
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
}
.woocommerce .product-hover-style-hover-summary .yith-wcwl-add-to-wishlist a:before{
    content: "\f004";
    font-weight: 900;
}
.woocommerce .product-hover-style-hover-summary .yith-wcwl-add-to-wishlist a.add_to_wishlist:before{
    content: "\f004";
    font-weight: 400;
}
.woocommerce .product-hover-style-hover-summary .yith-wcwl-add-to-wishlist a.add_to_wishlist.added-wishlist:before {
	font-weight: 900;
}
.woocommerce .product-hover-style-hover-summary .product-actions{
    bottom: 0px;
    background: #ffffff;
    padding: 8px 0;
    border-bottom: 1px solid #efefef;
    z-index: 11;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.woocommerce .product-hover-style-hover-summary:hover .product-actions{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}
.woocommerce .product-hover-style-hover-summary .product-actions a,
.woocommerce .product-hover-style-hover-summary .product-actions .alt{
	width: 50px;
    height: 40px;
    line-height: 30px;
	margin: 0 !important;
	background: none;
	color: #323232;
	border-radius: 0;
	box-shadow: none;
}
.woocommerce .product-hover-style-hover-summary .product-actions a:hover{
	background: none;
	color: #04d39f;
}
.woocommerce .product-hover-style-hover-summary .product-action-compare{
	float: left;
}
.woocommerce .product-hover-style-hover-summary .product-action-quick-view{
	float: right;
}
.woocommerce .product-hover-style-hover-summary .open-quick-view{
    min-width: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
}
.woocommerce .product-hover-style-hover-summary .open-quick-view.loading:after{
    top: 8px;
    left: 9px;
}
.woocommerce .product-hover-style-hover-summary .product-action-add-to-cart{
    width: calc(100% - 102px);
}
.woocommerce .product-hover-style-hover-summary .product-action-add-to-cart a{
    background: #04d39f;
    color: #ffffff;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.woocommerce .product-hover-style-hover-summary .product-actions .product-action-add-to-cart a:hover{
    background: #323232;
    color: #ffffff;
}
.woocommerce .product-hover-style-hover-summary .product-action-add-to-cart a:before,
.woocommerce .product-hover-style-hover-summary.product_icon_type-line-icon .product-action-add-to-cart a:before,
.woocommerce .product-hover-style-hover-summary .product-action-add-to-cart .button.loading:before{
	content: normal;
}

.woocommerce .product-hover-style-hover-summary .product-action-add-to-cart .button.loading{
	color: rgba(255,255,255,0.5);
}
.woocommerce .product-hover-style-hover-summary .product-action-add-to-cart .button.loading:after{
	background-image: url(../images/loader-img/cy_loader-light.svg);
	left: 50%;
    margin-left: -12px;
    top: 8px;
}

/* Product Hover Style in 5 Column */
.woocommerce .products-loop-column-5 .product-hover-style-hover-summary .product-actions .product-action-add-to-cart a{
	font-size: 0;
}
.woocommerce .products-loop-column-5 .product-hover-style-hover-summary .product-actions .product-action-add-to-cart a:before{
	content: "\f07a";
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    font-weight: 900;
    top: 0;
}
.woocommerce .products-loop-column-5 .product-hover-style-hover-summary.product_icon_type-line-icon .product-actions .product-action-add-to-cart a:before{
	content: "\f1bf";
    font-family: pgsicon-ecommerce;
    font-size: 16px;
    font-weight: 400;
}
.woocommerce .products-loop-column-5 .product-hover-style-hover-summary .product-actions .product-action-add-to-cart a.added_to_cart:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.woocommerce .products-loop-column-5 .product-hover-style-hover-summary .product-actions .product-action-add-to-cart a.loading:before{
    content: "";
    background-image: url(../images/loader-img/cy_loader-light.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    top: 7px;
    left: 0;
    display: inline-block;
}
/* Description */
.woocommerce .product-hover-style-hover-summary .ciyashop-product-description.ciyashop-short-description .ciyashop-description-inner{
	max-height: 75px;
}
.woocommerce .product-hover-style-hover-summary .ciyashop-product-description .ciyashop-description-inner{
	line-height: 24px;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
    max-height: inherit;
    overflow: hidden;
}
.woocommerce .product-hover-style-hover-summary .ciyashop-product-description .cs-more-btn{
	display: none;
}
.woocommerce .product-hover-style-hover-summary .ciyashop-product-description.ciyashop-short-description .cs-more-btn{
	display: block;
	color: #cccccc;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    position: relative;
    overflow: hidden;
}
.woocommerce .product-hover-style-hover-summary .ciyashop-product-description .cs-more-btn span{
    vertical-align: top;
    position: relative;
    padding: 0 15px;
}
.woocommerce .product-hover-style-hover-summary .ciyashop-product-description .cs-more-btn span:before,
.woocommerce .product-hover-style-hover-summary .ciyashop-product-description .cs-more-btn span:after{
	content: "";
	background: #dddddd;
	height: 1px;
	width: 300px;
	position: absolute;
	top: 10px;
	left: 100%;
}
.woocommerce .product-hover-style-hover-summary .ciyashop-product-description .cs-more-btn span:after{
	left: auto;
	right: 100%;
}
.woocommerce .product-hover-style-hover-summary.product-hover-button-style-dark .ciyashop-product-description .cs-more-btn span:before,
.woocommerce .product-hover-style-hover-summary.product-hover-button-style-dark .ciyashop-product-description .cs-more-btn span:after{
	background: rgba(255, 255, 255, 0.15);
}

/* On Hover */
.woocommerce .product-hover-style-hover-summary .product-info .ciyashop-product-description{
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}
.woocommerce .product-hover-style-hover-summary:hover .product-info .ciyashop-product-description{
    opacity: 1;
    visibility: visible;
    color: #969696;
}
.woocommerce .product-hover-style-hover-summary .product-info .ciyashop-product-description p{
	color: #969696;
}
.woocommerce .product-hover-style-hover-summary .content-hover-block{
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: 0;
    z-index: 8;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    -webkit-transform: scale(.98);
    transform: scale(.98);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
    box-shadow: 0 0 10px rgba(0,0,0,.15);
}
.woocommerce .product-hover-style-hover-summary.product-hover-button-style-dark .content-hover-block{
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}
.woocommerce .product-hover-style-hover-summary:hover .content-hover-block{
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}

.woocommerce .products .product.product-hover-style-hover-summary .ciyashop-product-variations-wrapper {
	transform: inherit;
	visibility: hidden;
}
.woocommerce .products .product.product-hover-style-hover-summary.variations-shown .ciyashop-product-variations-wrapper {
	transform: inherit;
	visibility: visible;
}

body.woocommerce .product-hover-style-hover-summary.product_icon_type-fill-icon .add_to_wishlist.added-wishlist:before {
	font-weight: 900;
}

/* Dark Icons */
.woocommerce .product-hover-style-hover-summary.product-hover-button-style-dark .content-hover-block,
.woocommerce .product-hover-style-hover-summary.product-hover-button-style-dark .product-actions{
	background: #323232;
}
.woocommerce .product-hover-style-hover-summary.product-hover-button-style-dark .ciyashop-product-description .cs-more-btn:before{
	background: rgba(255, 255, 255, 0.15);
}
.woocommerce .product-hover-style-hover-summary.product-hover-button-style-dark .product-actions{
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.woocommerce .product-hover-style-hover-summary.product-hover-button-style-dark .product-actions a{
	color: #a7a5a6;
}
.woocommerce .product-hover-style-hover-summary.product-hover-button-style-dark .product-actions .product-action-add-to-cart a,
.woocommerce .product-hover-style-hover-summary.product-hover-button-style-dark:hover .product-info .product-name,
.woocommerce .product-hover-style-hover-summary.product-hover-button-style-dark:hover .product-info .product-name a,
.woocommerce .products .product-hover-style-hover-summary.product-hover-button-style-dark:hover .price .amount,
.woocommerce .product-hover-style-hover-summary.product-hover-button-style-dark .product-actions a:hover{
	color: #ffffff;
}
.woocommerce .product-hover-style-hover-summary.product-hover-button-style-dark .product-actions .product-action-add-to-cart a:hover{
	background: #ffffff;
	color: #323232;
}
.woocommerce .product-hover-style-hover-summary.product-hover-button-style-dark .product-actions .product-action:before{
	background: #545454;
}

/* List View */
.woocommerce ul.list li.product-hover-style-hover-summary .content-hover-block,
.woocommerce ul.list li.product-hover-style-hover-summary .product-info .ciyashop-product-description{
	display: none;
}
.woocommerce ul.list li.product.product-hover-style-hover-summary .product-info{
	text-align: left;
}
.woocommerce ul.list li.product.product-hover-style-hover-summary .product-info .product-name{
	color: #323232;
}
.woocommerce ul.list li.product-hover-style-hover-summary.product-hover-button-style-dark:hover .product-info .product-name,
.woocommerce ul.list li.product-hover-style-hover-summary.product-hover-button-style-dark:hover .product-info .product-name a,
.woocommerce ul.list li.product-hover-style-hover-summary.product-hover-button-style-dark:hover .price .amount{
	color: #323232;
}
/*===================================*/
/* Image Center */
/*===================================*/
.woocommerce .product-hover-style-image-center .product-actions {
	bottom: auto;
	top: 60%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
}
.woocommerce .product-hover-style-image-center .product-actions .product-actions-inner > .product-action{
	display: inline-block;
	vertical-align: top;
}
.woocommerce .products li.product-hover-style-image-center:hover .product-actions {
	opacity: 1;
	bottom: auto;
	top: 50%;
}
.woocommerce .product-hover-style-image-center .product-info .product-name{
	padding-top: 5px;
}
.woocommerce .product-hover-style-image-center .product-info .price{
	line-height: 30px;
}
.woocommerce .product-hover-style-image-center .product-info .star-rating-wrapper{
	display: block;
    margin-top: 5px;
}
.woocommerce li.product.product-hover-style-image-center .product-info .product-name a{
	color: #323232;
}
.woocommerce li.product.product-hover-style-image-center .product-info .price .amount{
	color: #323232;
}

.woocommerce .products.owl-carousel .product.product-hover-style-image-center:hover {
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.15);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,.15);
	box-shadow: 0 0 1px rgba(0,0,0,.15);
}

.woocommerce .products .product.product-hover-style-image-center {
	box-shadow: none;
	border: 1px solid #eeeeee;
}

.woocommerce .products .product.product-hover-style-image-center:hover {
	-webkit-box-shadow: 0 3px 22px rgba(0,0,0,.07);
	-moz-box-shadow: 0 3px 22px rgba(0,0,0,.07);
	box-shadow: 0 3px 22px rgba(0,0,0,.07);
}

/* Quick View */
.woocommerce .product-hover-style-image-center .open-quick-view {
	top: auto;
	bottom: 30px;
	opacity: 0;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.woocommerce .product-hover-style-image-center:hover .open-quick-view {
	bottom: 15px;
	opacity: 1;
}
.woocommerce .products .product-hover-style-image-center .open-quick-view:hover{
	background: #323232;
}

.woocommerce .products .product-hover-style-image-center.product-hover-button-style-border .open-quick-view {
	background: #ffffff;
	color: #323232;
}
.woocommerce .products .product-hover-style-image-center.product-hover-button-style-border .open-quick-view:hover {
	background: #323232;
	color: #ffffff;
}

/* Loading */
.woocommerce .product-hover-style-image-center .open-quick-view.loading{
	color: rgba(255, 255, 255, 0.5);
}
.woocommerce .product-hover-style-image-center .open-quick-view.loading:after{
	background-image: url(../images/loader-img/cy_loader-light.svg);
	left: 50%;
    margin-left: -12px;
    top: 6px;
}
.woocommerce .product-hover-style-image-center .product-actions .add_to_cart_button.loading:before{
	top: 10px;
}
.woocommerce .product-hover-style-image-center .product-action-wishlist .add_to_wishlist.cs-loading:after{
	left: 10px;
}
.woocommerce .product-hover-style-image-center .product-action-compare .compare.cs-loading:after {
    top: 10px;
    left: 10px;
}

.woocommerce .product-hover-style-image-center.product-hover-button-style-border .product-actions .add_to_cart_button.loading:before{
	top: 8px;
	left: 1px;
	background-image: url(../images/loader-img/cy_loader-light.svg);
}
.woocommerce .product-hover-style-image-center.product-hover-button-style-border .product-action-wishlist .add_to_wishlist.cs-loading:after,
.woocommerce .product-hover-style-image-center.product-hover-button-style-border .product-action-compare .compare.cs-loading:after {
    top: 7px;
    left: 7px;
    background-image: url(../images/loader-img/cy_loader-light.svg);
}
.woocommerce .product-hover-style-image-center.product-hover-button-style-border .product-actions .add_to_cart_button:hover.loading:before,
.woocommerce .product-hover-style-image-center.product-hover-button-style-border .product-action-wishlist .add_to_wishlist:hover.cs-loading:after,
.woocommerce .product-hover-style-image-center.product-hover-button-style-border .product-action-compare .compare:hover.cs-loading:after {
    background-image: url(../images/loader-img/cy_loader.svg);
}

/*===================================*/
/* Image Center - Flat Style */
/*===================================*/
.woocommerce .product-hover-button-style-flat .product-actions a,
.woocommerce .product-hover-button-style-flat .product-actions .alt{
	background: #ffffff;
	color: #323232;
}
.woocommerce .product-hover-button-style-flat .product-actions a:hover,
.woocommerce .product-hover-button-style-flat .product-actions .alt:hover{
	background: #ffffff;
	color: #04d39f;
}
/*===================================*/
/* Image Center - Border Style */
/*===================================*/
.woocommerce .product-hover-button-style-border .product-actions a{
	background: transparent;
	box-shadow: none;
	border: 2px solid #ffffff;
	color: #ffffff;
	width: 43px;
	height: 43px;
	line-height: 28px;
}

.woocommerce .product-hover-button-style-border .product-actions a:hover{
	background: #ffffff;
	border-color: transparent !important;
	color: #04d39f;
}

.woocommerce li.product-hover-button-style-border .product-thumbnail {
	z-index: 0;
}

.woocommerce li.product-hover-button-style-border .product-thumbnail:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	background: #04d39f;
	z-index: 1;
}

.woocommerce .product-hover-button-style-border:hover .product-thumbnail:after {
	opacity: 0.8;
}

.woocommerce .products .product-hover-button-style-border .open-quick-view {
	background: #ffffff;
	color: #323232;
}

.woocommerce .products .product-hover-button-style-border .open-quick-view:hover {
	background: #323232;
	color: #ffffff;
}

/*===================================*/
/* Image Center - Round Style */
/*===================================*/
.woocommerce .product-hover-button-shape-round .product-actions a {
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
}

/*===================================*/
/* Image Left - Old Style */
/*===================================*/
.woocommerce .product-hover-style-image-icon-left .product-info{
	position: relative;
}
.woocommerce .products.list .product-hover-style-image-icon-left{
	box-shadow: none;
}
.woocommerce .product-hover-style-image-icon-left .product-actions {
    width: 45px;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    left: 30px;
}
.products-listing-type-carousel ul.products.products-loop li.product-hover-style-image-icon-left:hover {
	box-shadow: none;
}
.woocommerce .products li.product-hover-style-image-icon-left:hover .product-actions {
    left: 15px;
    opacity: 1;
}
.woocommerce .product-hover-style-image-icon-left .product-actions a {
    margin: 4px 0 !important;
}

.pgscore_multi_tab_products_listing_wrapper .woocommerce .products .product.product-hover-style-image-icon-left:hover,
.pgscore_multi_tab_products_listing_wrapper .woocommerce .products.owl-carousel .product.product-hover-style-image-icon-left:hover {
	box-shadow: none;
}

.woocommerce.mtpl-listing-type-grid .products.products-loop>.product.product-hover-style-image-icon-left,
.woocommerce.products-listing-grid .products.products-loop>.product.product-hover-style-image-icon-left {
	margin-bottom: 1px;
	margin-top: 29px;
}

.mtpl-listing-type-carousel ul.products li.product.product-hover-style-image-icon-left,
.woocommerce .mtpl-listing-type-carousel ul.products li.product.product-hover-style-image-icon-left {
	margin-bottom: 1px;
	margin-left: 1px;
	width: 99.3%;
}

.woocommerce .products .product.product-hover-style-image-icon-left {
	box-shadow: none;
	border: 1px solid #eeeeee;
}

.woocommerce .products .product.product-hover-style-image-icon-left:hover {
	-webkit-box-shadow: 0 3px 22px rgba(0,0,0,.07);
	-moz-box-shadow: 0 3px 22px rgba(0,0,0,.07);
	box-shadow: 0 3px 22px rgba(0,0,0,.07);
}

/* Quick View */
.woocommerce .product-hover-style-image-icon-left .open-quick-view {
    left: auto;
    opacity: 0;
    top: 50%;
    right: 35px;
    transform: translateX(0);
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    transform: translatey(-50%);
    z-index: 9;
}
.woocommerce .product-hover-style-image-icon-left:hover .open-quick-view {
    right: 15px;
    opacity: 1;
}
.woocommerce .products .product-hover-style-image-icon-left .open-quick-view:hover{
	background: #323232;
}

/* Stock Label */
.woocommerce ul.products .product-hover-style-image-icon-left .product-inner .stock{
	bottom: auto;
	top: 15px;
}

/* Countdown */
.woocommerce ul.products li.product-hover-style-image-icon-left .woo-product-countdown-wrapper {
    position: absolute;
    top: -70px;
    width: 100%;
    left: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.woocommerce ul.products li.product-hover-style-image-icon-left:hover .woo-product-countdown-wrapper {
    opacity: 0;
    visibility: hidden;
}
.woocommerce ul.products li.product-hover-style-image-icon-left .woo-product-countdown-wrapper .countdown {
    margin-top: 0 !important;
}

/* Loading */
.woocommerce .product-hover-style-image-icon-left .product-action-add-to-cart .button.loading:after{
	content: normal;
}
.woocommerce .product-hover-style-image-icon-left .product-action-add-to-cart .button.loading:before{
    top: 10px;
}
.woocommerce .product-hover-style-image-icon-left .product-action-wishlist .add_to_wishlist.cs-loading:after{
	top: 10px;
	left: 10px;
}
.woocommerce .product-hover-style-image-icon-left .product-action-compare .compare.cs-loading:after {
    top: 11px;
    left: 9px;
}
.woocommerce .product-hover-style-image-icon-left .open-quick-view.loading {
    color: rgba(255,255,255,.5);
}
.woocommerce .product-hover-style-image-icon-left .open-quick-view.loading:after {
    background-image: url(../images/loader-img/cy_loader-light.svg);
    left: 50%;
    margin-left: -12px;
    top: 6px;
}

/* Loader Light */
.woocommerce .product-hover-style-image-icon-left.product-hover-button-style-border .product-actions .add_to_cart_button.loading:before,
.woocommerce .product-hover-style-image-icon-left.product-hover-button-style-border .product-action-wishlist .add_to_wishlist.cs-loading:after,
.woocommerce .product-hover-style-image-icon-left.product-hover-button-style-border .product-action-compare .compare.cs-loading:after{
	background-image: url(../images/loader-img/cy_loader-light.svg);
}
.woocommerce .product-hover-style-image-icon-left.product-hover-button-style-border .product-actions .add_to_cart_button.loading:before{
	top: 7px;
}
.woocommerce .product-hover-style-image-icon-left.product-hover-button-style-border .product-action-wishlist .add_to_wishlist.cs-loading:after{
	top: 8px;
    left: 7px;
}
.woocommerce .product-hover-style-image-icon-left.product-hover-button-style-border .product-action-compare .compare.cs-loading:after{
	top: 8px;
    left: 6px;
}

/*===================================*/
/* Image Bottom - Old Style */
/*===================================*/
.woocommerce .product-hover-style-image-icon-bottom .product-info{
	position: relative;
}
.woocommerce .products.list .product-hover-style-image-icon-bottom{
	box-shadow: none;
}
.woocommerce .product-hover-style-image-icon-bottom .product-actions {
    bottom: -10px;
    opacity: 0;
}
.woocommerce .product-hover-style-image-icon-bottom:hover .product-actions {
    bottom: 15px;
    opacity: 1;
}
.woocommerce .product-hover-style-image-icon-bottom .product-actions .product-actions-inner>.product-action {
    display: inline-block;
    vertical-align: top;
}

.products-listing-type-carousel ul.products.products-loop li.product.product-hover-style-image-icon-bottom:hover {
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.15);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,.15);
	box-shadow: 0 0 1px rgba(0,0,0,.15);
}

.pgscore_multi_tab_products_listing_wrapper .woocommerce .products .product.product-hover-style-image-icon-bottom:hover,
.pgscore_multi_tab_products_listing_wrapper .woocommerce .products.owl-carousel .product.product-hover-style-image-icon-bottom:hover {
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.15);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,.15);
	box-shadow: 0 0 1px rgba(0,0,0,.15);
}

.woocommerce.mtpl-listing-type-grid .products.products-loop>.product.product-hover-style-image-icon-bottom,
.woocommerce.products-listing-grid .products.products-loop>.product.product-hover-style-image-icon-bottom {
	margin-bottom: 1px;
	margin-top: 29px;
}

.mtpl-listing-type-carousel ul.products li.product.product-hover-style-image-icon-bottom,
.woocommerce .mtpl-listing-type-carousel ul.products li.product.product-hover-style-image-icon-bottom {
	margin-bottom: 1px;
	margin-left: 1px;
	width: 99.3%;
}

/* Quick View */
.woocommerce .product-hover-style-image-icon-bottom .open-quick-view {
    top: 45%;
    opacity: 0;
}
.woocommerce .product-hover-style-image-icon-bottom:hover .open-quick-view {
    top: 50%;
    opacity: 1;
}
.woocommerce .products .product-hover-style-image-icon-bottom .open-quick-view:hover{
	background: #323232;
}

/* Stock Label */
.woocommerce ul.products .product-hover-style-image-icon-bottom .product-inner .stock{
	bottom: auto;
	top: 15px;
}

/* Countdown */
.woocommerce ul.products li.product-hover-style-image-icon-bottom .woo-product-countdown-wrapper {
    position: absolute;
    top: -70px;
    width: 100%;
    left: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.woocommerce ul.products li.product-hover-style-image-icon-bottom:hover .woo-product-countdown-wrapper {
    opacity: 0;
    visibility: hidden;
}
.woocommerce ul.products li.product-hover-style-image-icon-bottom .woo-product-countdown-wrapper .countdown {
    margin-top: 0 !important;
}

/* Loading */
.woocommerce .product-hover-style-image-icon-bottom .product-action-add-to-cart .button.loading:after{
	content: normal;
}
.woocommerce .product-hover-style-image-icon-bottom .product-action-add-to-cart .button.loading:before{
    top: 10px;
}
.woocommerce .product-hover-style-image-icon-bottom .product-action-wishlist .add_to_wishlist.cs-loading:after{
	top: 10px;
	left: 10px;
}
.woocommerce .product-hover-style-image-icon-bottom .product-action-compare .compare.cs-loading:after {
    top: 11px;
    left: 9px;
}
.woocommerce .product-hover-style-image-icon-bottom .open-quick-view.loading {
    color: rgba(255,255,255,.5);
}
.woocommerce .product-hover-style-image-icon-bottom .open-quick-view.loading:after {
    background-image: url(../images/loader-img/cy_loader-light.svg);
    left: 50%;
    margin-left: -12px;
    top: 6px;
}

/* Loader Light */
.woocommerce .product-hover-style-image-icon-bottom.product-hover-button-style-border .product-actions .add_to_cart_button.loading:before,
.woocommerce .product-hover-style-image-icon-bottom.product-hover-button-style-border .product-action-wishlist .add_to_wishlist.cs-loading:after,
.woocommerce .product-hover-style-image-icon-bottom.product-hover-button-style-border .product-action-compare .compare.cs-loading:after{
	background-image: url(../images/loader-img/cy_loader-light.svg);
}
.woocommerce .product-hover-style-image-icon-bottom.product-hover-button-style-border .product-actions .add_to_cart_button.loading:before{
	top: 7px;
}
.woocommerce .product-hover-style-image-icon-bottom.product-hover-button-style-border .product-action-wishlist .add_to_wishlist.cs-loading:after{
	top: 8px;
    left: 7px;
}
.woocommerce .product-hover-style-image-icon-bottom.product-hover-button-style-border .product-action-compare .compare.cs-loading:after{
	top: 8px;
    left: 6px;
}

/*===================================*/
/* Standard Icons Left - Image Left */
/*===================================*/
.woocommerce .products .product-hover-style-image-left,
.woocommerce .products .product-hover-style-image-left:hover,
.woocommerce .products .product-hover-style-grocery-1,
.woocommerce .products .product-hover-style-grocery-1:hover,
.woocommerce .products .product-hover-style-grocery-2,
.woocommerce .products .product-hover-style-grocery-2:hover {
    border: none;
    box-shadow: none;
    background: none;
}
.woocommerce .product-hover-style-image-left .product-actions,
.woocommerce .product-hover-style-grocery-1 .product-actions,
.woocommerce .product-hover-style-grocery-2 .product-actions {
	width: auto;
	transform: inherit;
	top: auto;
	bottom: 30px;
	opacity: 0;
	left: 15px;
}
.woocommerce .products li.product-hover-style-image-left:hover .product-actions,
.woocommerce .products li.product-hover-style-grocery-1:hover .product-actions,
.woocommerce .products li.product-hover-style-grocery-2:hover .product-actions {
	bottom: 15px;
	opacity: 1;
}

.woocommerce .product-hover-style-image-left .product-actions .product-actions-inner,
.woocommerce .product-hover-style-grocery-1 .product-actions .product-actions-inner,
.woocommerce .product-hover-style-grocery-2 .product-actions .product-actions-inner {
    background: #ffffff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.12);
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}
.woocommerce .product-hover-style-image-left .product-actions a,
.woocommerce .product-hover-style-image-left .product-actions .alt,
.woocommerce .product-hover-style-grocery-1 .product-actions a,
.woocommerce .product-hover-style-grocery-1 .product-actions .alt,
.woocommerce .product-hover-style-grocery-2 .product-actions a,
.woocommerce .product-hover-style-grocery-2 .product-actions .alt {
	margin: 4px 0 !important;
	width: 55px;
	height: 55px;
	min-width: inherit;
	line-height: 45px;
    margin: 0 !important;
    background: none;
    color: #323232;
    border-radius: 0;
    box-shadow: none;
    border: none;
}
.woocommerce .product-hover-style-image-left .product-actions a:hover,
.woocommerce .product-hover-style-grocery-1 .product-actions a:hover,
.woocommerce .product-hover-style-grocery-2 .product-actions a:hover {
    background: none;
    color: #04d39f;
}

.woocommerce .product-hover-style-image-left .product-actions .product-actions-inner > .product-action,
.woocommerce .product-hover-style-grocery-1 .product-actions .product-actions-inner > .product-action,
.woocommerce .product-hover-style-grocery-2 .product-actions .product-actions-inner > .product-action {
    position: relative;
}
.woocommerce .product-hover-style-image-left .product-actions .product-actions-inner > .product-action:after,
.woocommerce .product-hover-style-grocery-1 .product-actions .product-actions-inner > .product-action:after,
.woocommerce .product-hover-style-grocery-2 .product-actions .product-actions-inner > .product-action:after {
    content: "";
    width: 25px;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    left: 15px;
    bottom: 0;
}
.woocommerce .product-hover-style-image-left .product-actions .product-actions-inner > .product-action:last-child:after,
.woocommerce .product-hover-style-grocery-1 .product-actions .product-actions-inner > .product-action:last-child:after,
.woocommerce .product-hover-style-grocery-2 .product-actions .product-actions-inner > .product-action:last-child:after {
	content: normal;
}
.woocommerce .product-hover-style-image-left.product-hover-button-style-border .product-actions .product-actions-inner > .product-action:after,
.woocommerce .product-hover-style-grocery-1.product-hover-button-style-border .product-actions .product-actions-inner > .product-action:after,
.woocommerce .product-hover-style-grocery-2.product-hover-button-style-border .product-actions .product-actions-inner > .product-action:after {
	background: rgba(255, 255, 255, 0.3);
}

/* Quick View */
.woocommerce .product-hover-style-image-left .open-quick-view,
.woocommerce .product-hover-style-grocery-1 .open-quick-view,
.woocommerce .product-hover-style-grocery-2 .open-quick-view {
    min-width: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
}
.product-hover-style-image-left .product-actions .open-quick-view.loading:after,
.product-hover-style-grocery-1 .product-actions .open-quick-view.loading:after,
.product-hover-style-grocery-2 .product-actions .open-quick-view.loading:after {
    top: 15px;
    left: 15px;
}

/* Product Info */
.woocommerce .product-hover-style-image-left .product-info,
.woocommerce .product-hover-style-grocery-1 .product-info,
.woocommerce .product-hover-style-grocery-2 .product-info {
	padding: 0;
    padding-top: 15px;
}
.woocommerce .product-hover-style-image-left .product-info .product-name {
	padding-top: 5px;
}
.woocommerce .product-hover-style-image-left .star-rating-wrapper,
.woocommerce .product-hover-style-grocery-1 .star-rating-wrapper,
.woocommerce .product-hover-style-grocery-2 .star-rating-wrapper {
	display: none;
}
.woocommerce ul.products .product-hover-style-image-left .price {
	overflow: hidden;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.woocommerce ul.products .product-hover-style-image-left .price > * {
	position: relative;
	top: 0px;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.woocommerce ul.products .product-hover-style-image-left:hover .product-info .price {
	opacity: 0;
}
.woocommerce ul.products .product-hover-style-image-left:hover .product-info .price > * {
	top: -25px;
}
.woocommerce ul.products .product-hover-style-image-left .product-action-add-to-cart .button,
.woocommerce ul.products .product-hover-style-image-left .product-action-add-to-cart .added_to_cart {
	margin: 0;
	background: none;
    color: #323232;
    padding: 0;
    line-height: 22px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    bottom: 0;
    -webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.woocommerce ul.products .product-hover-style-image-left .product-action-add-to-cart .button:hover,
.woocommerce ul.products .product-hover-style-image-left .product-action-add-to-cart .added_to_cart:hover {
	color: #04d39f;
}

.woocommerce ul.products .product-hover-style-image-left .price + .product-action-add-to-cart .button,
.woocommerce ul.products .product-hover-style-image-left .price + .product-action-add-to-cart .added_to_cart,
.woocommerce ul.products .product-hover-style-image-left .star-rating-wrapper + .product-action-add-to-cart .button,
.woocommerce ul.products .product-hover-style-image-left .star-rating-wrapper + .product-action-add-to-cart .added_to_cart {
	bottom: -22px;
}

.woocommerce ul.products .product-hover-style-image-left:hover .product-action-add-to-cart .button,
.woocommerce ul.products .product-hover-style-image-left:hover .product-action-add-to-cart .added_to_cart {
    bottom: 0px;
}
.woocommerce ul.products .product-hover-style-image-left .product-action-add-to-cart .button.added {
	display: none;
}
.woocommerce ul.products .product-hover-style-image-left .product-action-add-to-cart .button:before,
.woocommerce ul.products .product-hover-style-image-left .product-action-add-to-cart .added_to_cart:before,
.woocommerce ul.products .product-hover-style-grocery-1 .product-action-add-to-cart .button:before,
.woocommerce ul.products .product-hover-style-grocery-1 .product-action-add-to-cart .added_to_cart:before,
.woocommerce ul.products .product-hover-style-grocery-2 .product-action-add-to-cart .button:before,
.woocommerce ul.products .product-hover-style-grocery-2 .product-action-add-to-cart .added_to_cart:before {
	content: "\f07a";
    position: relative;
    left: 0;
    top: 0;
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    padding-right: 10px;
    font-weight: 900;
}
.woocommerce ul.products .product-hover-style-image-left .product-action-add-to-cart .added_to_cart:before,
.woocommerce ul.products .product-hover-style-grocery-1 .product-action-add-to-cart .added_to_cart:before,
.woocommerce ul.products .product-hover-style-grocery-2 .product-action-add-to-cart .added_to_cart:before {
	content: "\f00c";
}
.woocommerce ul.products .product-hover-style-image-left .product-action-add-to-cart,
.woocommerce ul.products .product-hover-style-grocery-1 .product-action-add-to-cart,
.woocommerce ul.products .product-hover-style-grocery-2 .product-action-add-to-cart {
    margin: 0;
    margin-top: 0px;
    line-height: 22px;
    overflow: hidden;
}
.woocommerce ul.products .product-hover-style-image-left .price + .product-action-add-to-cart,
.woocommerce ul.products .product-hover-style-image-left .star-rating-wrapper + .product-action-add-to-cart,
.woocommerce ul.products .product-hover-style-grocery-1 .price + .product-action-add-to-cart,
.woocommerce ul.products .product-hover-style-grocery-1 .star-rating-wrapper + .product-action-add-to-cart,
.woocommerce ul.products .product-hover-style-grocery-2 .price + .product-action-add-to-cart,
.woocommerce ul.products .product-hover-style-grocery-2 .star-rating-wrapper + .product-action-add-to-cart {
    margin-top: -30px;
}
.woocommerce ul.products .product-hover-style-image-left.product_icon_type-line-icon .product-action-add-to-cart .button:before,
.woocommerce ul.products .product-hover-style-grocery-1.product_icon_type-line-icon .product-action-add-to-cart .button:before,
.woocommerce ul.products .product-hover-style-grocery-2.product_icon_type-line-icon .product-action-add-to-cart .button:before {
	content: "\f139";
	font-family: pgsicon-ecommerce;
	font-size: 18px;
	font-weight: 400;
}

/* Shape Round */
.woocommerce .product-hover-style-image-left.product-hover-button-shape-round .product-actions .product-actions-inner,
.woocommerce .product-hover-style-grocery-1.product-hover-button-shape-round .product-actions .product-actions-inner,
.woocommerce .product-hover-style-grocery-2.product-hover-button-shape-round .product-actions .product-actions-inner {
	border-radius: 80px;
    padding: 5px 0;
}

/* Border */
.woocommerce .product-hover-style-image-left.product-hover-button-style-border .open-quick-view,
.woocommerce .product-hover-style-grocery-1.product-hover-button-style-border .open-quick-view,
.woocommerce .product-hover-style-grocery-2.product-hover-button-style-border .open-quick-view {
	background: none;
}
.woocommerce .product-hover-style-image-left.product-hover-button-style-border .product-actions .product-actions-inner,
.woocommerce .product-hover-style-grocery-1.product-hover-button-style-border .product-actions .product-actions-inner,
.woocommerce .product-hover-style-grocery-2.product-hover-button-style-border .product-actions .product-actions-inner {
	background: none;
	border: 2px solid #ffffff;
}
.woocommerce ul.products .product-hover-style-image-left.product-hover-button-style-border .product-actions a,
.woocommerce ul.products .product-hover-style-image-left.product-hover-button-style-border .product-actions a:hover,
.woocommerce ul.products .product-hover-style-grocery-1.product-hover-button-style-border .product-actions a,
.woocommerce ul.products .product-hover-style-grocery-1.product-hover-button-style-border .product-actions a:hover,
.woocommerce ul.products .product-hover-style-grocery-2.product-hover-button-style-border .product-actions a,
.woocommerce ul.products .product-hover-style-grocery-2.product-hover-button-style-border .product-actions a:hover {
	background: none;
	color: #ffffff;
}

.woocommerce .product-hover-style-image-left.product-hover-button-style-border .product-actions .open-quick-view.loading:after,
.woocommerce .product-hover-style-image-left.product-hover-button-style-border .product-action-wishlist .add_to_wishlist.cs-loading:after,
.woocommerce .product-hover-style-image-left.product-hover-button-style-border .product-action-compare .compare.cs-loading:after,
.woocommerce .product-hover-style-grocery-1.product-hover-button-style-border .product-actions .open-quick-view.loading:after,
.woocommerce .product-hover-style-grocery-1.product-hover-button-style-border .product-action-wishlist .add_to_wishlist.cs-loading:after,
.woocommerce .product-hover-style-grocery-1.product-hover-button-style-border .product-action-compare .compare.cs-loading:after,
.woocommerce .product-hover-style-grocery-2.product-hover-button-style-border .product-actions .open-quick-view.loading:after,
.woocommerce .product-hover-style-grocery-2.product-hover-button-style-border .product-action-wishlist .add_to_wishlist.cs-loading:after,
.woocommerce .product-hover-style-grocery-2.product-hover-button-style-border .product-action-compare .compare.cs-loading:after {
    background-image: url(../images/loader-img/cy_loader-light.svg);
}

/*.woocommerce ul.products .product-hover-style-image-left.featured .price+.product-action-add-to-cart,
.woocommerce ul.products .product-hover-style-image-left.featured .star-rating-wrapper + .product-action-add-to-cart,
.woocommerce ul.products .product-hover-style-grocery-1.featured .price+.product-action-add-to-cart,
.woocommerce ul.products .product-hover-style-grocery-1.featured .star-rating-wrapper + .product-action-add-to-cart,
.woocommerce ul.products .product-hover-style-grocery-2.featured .price+.product-action-add-to-cart,
.woocommerce ul.products .product-hover-style-grocery-2.featured .star-rating-wrapper + .product-action-add-to-cart {
	margin-top: 0;
}

.woocommerce ul.products .product-hover-style-image-left.featured.purchasable .price+.product-action-add-to-cart,
.woocommerce ul.products .product-hover-style-image-left.featured.purchasable .star-rating-wrapper + .product-action-add-to-cart
.woocommerce ul.products .product-hover-style-grocery-1.featured.purchasable .price+.product-action-add-to-cart,
.woocommerce ul.products .product-hover-style-grocery-1.featured.purchasable .star-rating-wrapper + .product-action-add-to-cart
.woocommerce ul.products .product-hover-style-grocery-2.featured.purchasable .price+.product-action-add-to-cart,
.woocommerce ul.products .product-hover-style-grocery-2.featured.purchasable .star-rating-wrapper + .product-action-add-to-cart {
	margin-top: -30px;
}*/

/* Loading */
.woocommerce ul.products .product-hover-style-image-left .product-action-add-to-cart .button.loading,
.woocommerce ul.products .product-hover-style-grocery-1 .product-action-add-to-cart .button.loading,
.woocommerce ul.products .product-hover-style-grocery-2 .product-action-add-to-cart .button.loading {
    opacity: 1;
    color: rgba(0,0,0,0.2);
}
.woocommerce ul.products .product-hover-style-image-left .product-action-add-to-cart .button.loading:after,
.woocommerce ul.products .product-hover-style-grocery-1 .product-action-add-to-cart .button.loading:after,
.woocommerce ul.products .product-hover-style-grocery-2 .product-action-add-to-cart .button.loading:after {
	top: 0;
    left: 50%;
    margin-left: -12px;
}
.woocommerce .product-hover-style-image-left .product-action-wishlist .add_to_wishlist.cs-loading:after,
.woocommerce .product-hover-style-image-left .product-action-compare .compare.cs-loading:after,
.woocommerce .product-hover-style-grocery-1 .product-action-wishlist .add_to_wishlist.cs-loading:after,
.woocommerce .product-hover-style-grocery-1 .product-action-compare .compare.cs-loading:after,
.woocommerce .product-hover-style-grocery-2 .product-action-wishlist .add_to_wishlist.cs-loading:after,
.woocommerce .product-hover-style-grocery-2 .product-action-compare .compare.cs-loading:after {
    top: 15px;
    left: 15px;
}

/* Dark Icons */
.woocommerce .product-hover-style-image-left.product-hover-button-style-flat.product-hover-button-style-dark .product-actions .product-actions-inner,
.woocommerce .product-hover-style-grocery-1.product-hover-button-style-flat.product-hover-button-style-dark .product-actions .product-actions-inner,
.woocommerce .product-hover-style-grocery-2.product-hover-button-style-flat.product-hover-button-style-dark .product-actions .product-actions-inner {
	background: #323232;
}
.woocommerce .product-hover-style-image-left.product-hover-button-style-flat.product-hover-button-style-dark .product-actions a,
.woocommerce .product-hover-style-grocery-1.product-hover-button-style-flat.product-hover-button-style-dark .product-actions a,
.woocommerce .product-hover-style-grocery-2.product-hover-button-style-flat.product-hover-button-style-dark .product-actions a {
	color: #a7a5a6;
}
.woocommerce .product-hover-style-image-left.product-hover-button-style-flat.product-hover-button-style-dark .product-actions a:hover,
.woocommerce .product-hover-style-grocery-1.product-hover-button-style-flat.product-hover-button-style-dark .product-actions a:hover,
.woocommerce .product-hover-style-grocery-2.product-hover-button-style-flat.product-hover-button-style-dark .product-actions a:hover {
	color: #ffffff;
}
.woocommerce .product-hover-style-image-left.product-hover-button-style-flat.product-hover-button-style-dark .product-actions .product-actions-inner > .product-action:after,
.woocommerce .product-hover-style-grocery-1.product-hover-button-style-flat.product-hover-button-style-dark .product-actions .product-actions-inner > .product-action:after,
.woocommerce .product-hover-style-grocery-2.product-hover-button-style-flat.product-hover-button-style-dark .product-actions .product-actions-inner > .product-action:after {
	background: #545454;
}

/*===================================*/
/* Grocery Style 1,2 */
/*===================================*/
.woocommerce [class*='product-hover-style-grocery-'] .product-inner {
    border: 1px solid #e8e8e8;
    padding: 17px;
    border-radius: 10px;
}
.woocommerce [class*='product-hover-style-grocery-'] .product-actions .product-actions-inner {
	border-radius: 3px;
	box-shadow: 0 3px 18px rgba(0,0,0,.1);
}
.woocommerce [class*='product-hover-style-grocery-'] .product-actions a {
	width: 50px;
    height: 55px;
}

.woocommerce [class*='product-hover-style-grocery-'] .product-info {
	display: flex;
	align-items: end;
	text-align: left;
	padding-bottom: 3px;
}
.woocommerce [class*='product-hover-style-grocery-'] .product-info .product-name {
	padding-top: 8px;
}
.woocommerce .products [class*='product-hover-style-grocery-'] .product-info .price {
	text-align: left;
	padding-top: 8px;
    line-height: normal;
}
.woocommerce .products [class*='product-hover-style-grocery-'] .product-info .price .amount {
	color: #04d39f;
}
.woocommerce [class*='product-hover-style-grocery-'] .product-info .product-info-left {
	width: calc(100% - 38px);
	padding-right: 20px;
}
.woocommerce [class*='product-hover-style-grocery-'] .product-info .product-action .button {
	font-size: 0;
	padding: 0;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: none;
    color: #04d39f;
}
.woocommerce ul.products [class*='product-hover-style-grocery-'] .product-action-add-to-cart .button.loading:after {
	top: 7px;
}
.woocommerce ul.products [class*='product-hover-style-grocery-'] .product-info .product-action:hover .button,
.woocommerce ul.products [class*='product-hover-style-grocery-'] .product-info .product-action .button:hover {
	color: #ffffff;
}
.woocommerce ul.products [class*='product-hover-style-grocery-'] .product-info .product-action-add-to-cart .button:before {
	font-size: 16px;
	padding-right: 0;
}
.woocommerce [class*='product-hover-style-grocery-'].product_icon_type-fill-icon .product-info .product-action .button:before {
	font-size: 16px;
}

.woocommerce ul.products [class*='product-hover-style-grocery-'] .product-info .product-action {
	position: relative;
	overflow: visible;
}
.woocommerce ul.products [class*='product-hover-style-grocery-'] .product-info .product-action:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.2;
    border-radius: 3px;
    background: #04d39f;
    transition: all 0.3s ease-out 0s;
}
.woocommerce ul.products [class*='product-hover-style-grocery-'] .product-info .product-action:hover:after {
	opacity: 1;
}

/* Product Info - Quantity */
.woocommerce [class*='product-hover-style-grocery-'] .product-info .variations_form .quantity {
    position: absolute;
    width: 38px;
    bottom: 100%;
    padding: 0;
    padding: 35px 0;
    padding-bottom: 42px;
    margin-bottom: 10px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    transition: all 0.2s ease-out 0s;
}
.woocommerce [class*='product-hover-style-grocery-'] .product-info .variations_form .quantity:before {
    content: "";
    background: #212121;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 7px;
    border-radius: 3px;
}
.woocommerce [class*='product-hover-style-grocery-'] .product-info .variations_form:hover .quantity {
	visibility: visible;
	opacity: 1;
	margin-bottom: 0;
}
.woocommerce [class*='product-hover-style-grocery-'] .product-info .quantity input {
	background: none;
    color: #ffffff;
	width: 100% !important;
	height: 37px;
	line-height: 37px;
    padding: 0;
    float: none;
    border: none;
    font-size: 14px;
    position: relative;
    z-index: 2;
    border-top: 1px solid #404040;
    border-bottom: 1px solid #404040;
}
.woocommerce [class*='product-hover-style-grocery-'] .product-info .quantity .quantity-button.quantity-up,
.woocommerce [class*='product-hover-style-grocery-'] .product-info .quantity .quantity-button.quantity-down {
	position: absolute;
	left: 0;
	right: 0;
    height: 35px;
    width: auto;
    border: none;
    line-height: 35px;
    background: none;
    color: #ffffff;
    z-index: 5;
}
.woocommerce [class*='product-hover-style-grocery-'] .product-info .quantity .quantity-button.quantity-up {
	bottom: auto;
	top: 0;
}
.woocommerce [class*='product-hover-style-grocery-'] .product-info .quantity .quantity-button.quantity-down {
	top: auto;
	bottom: 7px;
}

/* Grocery Style 2 */
.woocommerce .product-hover-style-grocery-2 .product-actions {
	left: auto;
	right: 15px;
}

@media only screen and (min-width:768px) {
	.woocommerce [class*='product-hover-style-grocery-'] .product-info .product-action .button {
		background: none !important;
	}
}

/*===================================*/
/* Icon Bottom Right */
/*===================================*/
.woocommerce .products .product-hover-style-icons-bottom-right,
.woocommerce .products .product-hover-style-icons-bottom-right:hover{
    border: none;
    box-shadow: none;
    background: none;
}
.woocommerce .products .product-hover-style-icons-bottom-right .product-info{
    padding: 0;
    padding-top: 15px;
    position: relative;
}
.woocommerce .product-hover-style-icons-bottom-right .product-actions {
	width: auto;
	transform: inherit;
	top: auto;
	bottom: 30px;
	opacity: 0;
	left: auto;
	right: 15px;
}
.woocommerce .products li.product-hover-style-icons-bottom-right:hover .product-actions{
	bottom: 15px;
	opacity: 1;
}
.woocommerce .product-hover-style-icons-bottom-right .product-actions .product-actions-inner{
    background: #ffffff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.12);
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}
.woocommerce .product-hover-style-icons-bottom-right .product-actions a,
.woocommerce .product-hover-style-icons-bottom-right .product-actions .alt{
	margin: 4px 0 !important;
	width: 55px;
	height: 55px;
	min-width: inherit;
	line-height: 45px;
    margin: 0 !important;
    background: none;
    color: #323232;
    border-radius: 0;
    box-shadow: none;
}
.woocommerce .product-hover-style-icons-bottom-right .product-actions a:hover{
    background: none;
    color: #04d39f;
}
.woocommerce .product-hover-style-icons-bottom-right .product-actions .product-actions-inner > .product-action{
    position: relative;
}
.woocommerce .product-hover-style-icons-bottom-right .product-actions .product-actions-inner > .product-action:after{
    content: "";
    width: 25px;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    left: 15px;
    bottom: 0;
}

/* Quick View */
.woocommerce .product-hover-style-icons-bottom-right .open-quick-view {
    min-width: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
}

/* Product Info */
.woocommerce .product-hover-style-icons-bottom-right .product-info .product-name {
    padding-top: 5px;
}
.woocommerce .product-hover-style-icons-bottom-right .product-info .price{
    line-height: 24px;
}
.woocommerce .product-hover-style-icons-bottom-right .product-info .star-rating-wrapper {
    margin-top: 5px;
    display: block;
}

/* Label */
.woocommerce .products .product-hover-style-icons-bottom-right .product-inner .stock{
	left: 15px;
	top: 15px;
	bottom: auto;
	font-size: 12px;
}

/* Countdown */
.woocommerce .product-hover-style-icons-bottom-right .product-info .woo-product-countdown-wrapper{
    position: absolute;
    top: -73px;
    left: 0;
    right: 0;
    transition: all 0.2s ease-out 0s;
}
.woocommerce .product-hover-style-icons-bottom-right:hover .product-info .woo-product-countdown-wrapper{
	opacity: 0;
	visibility: hidden;
}
.woocommerce .product-hover-style-icons-bottom-right .product-info .woo-product-countdown-wrapper ul.countdown{
	margin-top: 0 !important;
}

/* Loading */
.woocommerce .product-hover-style-icons-bottom-right .product-action-add-to-cart .add_to_cart_button.loading:before{
	top: 15px;
}
.woocommerce .product-hover-style-icons-bottom-right .product-action-wishlist .add_to_wishlist.cs-loading:after,
.woocommerce .product-hover-style-icons-bottom-right .product-action-compare .compare.cs-loading:after,
.woocommerce .product-hover-style-icons-bottom-right .product-actions .open-quick-view.loading:after{
	top: 15px;
    left: 15px;
}

/* Dark Icons */
.woocommerce .product-hover-style-icons-bottom-right.product-hover-button-style-dark .product-actions a{
	background: #323232;
	opacity: 1 !important;
}
.woocommerce .product-hover-style-icons-bottom-right.product-hover-button-style-dark .product-actions a{
	color: #a7a5a6;
}
.woocommerce .product-hover-style-icons-bottom-right.product-hover-button-style-dark .product-actions a:hover{
	color: #ffffff;
}
.woocommerce .product-hover-style-icons-bottom-right.product-hover-button-style-dark .product-actions .product-actions-inner > .product-action:after{
	background: #545454;
}

/* Row Dark BG */
.theme-dark .product-hover-style-icons-bottom-right .product-info .ciyashop-product-category a:hover,
.row-background-dark .product-hover-style-icons-bottom-right .product-info .ciyashop-product-category a:hover{
	color: #ffffff;
}
.theme-dark .product-hover-style-icons-bottom-right .product-info .product-name a,
.row-background-dark .product-hover-style-icons-bottom-right .product-info .product-name a{
	color: #ffffff;
}
.theme-dark ul.products li.product-hover-style-icons-bottom-right .product-info .price del,
.row-background-dark ul.products li.product-hover-style-icons-bottom-right .product-info .price del{
	opacity: 0.8;
}
.theme-dark ul.products li.product-hover-style-icons-bottom-right .product-info .price .amount,
.row-background-dark ul.products li.product-hover-style-icons-bottom-right .product-info .price .amount{
	color: #ffffff;
}

/*===================================*/
/* Icon Separater - Image Bottom */
/*===================================*/
.woocommerce .products .product-hover-style-image-bottom,
.woocommerce .products .product-hover-style-image-bottom:hover{
    border: none;
    box-shadow: none;
    background: none;
}
.woocommerce .product-hover-style-image-bottom .product-info {
	position: relative;
	z-index: 9;

}

.woocommerce .product-hover-style-image-bottom .product-actions {
	bottom: -10px;
	opacity: 0;
	text-align: center;
}
.woocommerce .product-hover-style-image-bottom .product-actions-inner{
	display: inline-block;
    vertical-align: top;
}
.woocommerce .product-hover-style-image-bottom .product-actions-inner > .product-action {
    float: left;
}
.woocommerce .product-hover-style-image-bottom.product-hover-button-style-flat .product-actions a{
	color: #323232;
}
.woocommerce .products-loop-column-4 .product-hover-style-image-bottom.product-hover-button-style-flat .product-actions a{
	margin: 0 1px!important;
}
.woocommerce .product-hover-style-image-bottom:hover .product-actions {
	bottom: 15px;
	opacity: 1;
}

/* Quick View */
.woocommerce .product-hover-style-image-bottom .open-quick-view {
    min-width: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
}

/* Product Info */
.woocommerce .product-hover-style-image-bottom .product-info{
	padding: 0;
	padding-top: 15px;
}
.woocommerce .product-hover-style-image-bottom .product-info .product-name {
    padding-top: 5px;
}
.woocommerce .product-hover-style-image-bottom .product-info .price{
    line-height: 24px;
}
.woocommerce .product-hover-style-image-bottom .product-info .star-rating-wrapper {
    margin-top: 5px;
    display: block;
}

/* Loading */
.woocommerce .product-hover-style-image-bottom .product-action-add-to-cart .add_to_cart_button.loading:before{
	top: 10px;
}
.woocommerce .product-hover-style-image-bottom .product-action-wishlist .add_to_wishlist.cs-loading:after,
.woocommerce .product-hover-style-image-bottom .product-action-quick-view .open-quick-view.loading:after,
.woocommerce .product-hover-style-image-bottom .product-action-compare .compare.cs-loading:after{
	top: 10px;
    left: 10px;
}

/* Border */
.woocommerce .products .product-hover-style-image-bottom.product-hover-button-style-border .open-quick-view{
	background: none;
	color: #ffffff;
}
.woocommerce .products .product-hover-style-image-bottom.product-hover-button-style-border .open-quick-view:hover{
	background: #ffffff;
	color: #04d39f;
}

.woocommerce .product-hover-style-image-bottom.product-hover-button-style-border .product-actions .add_to_cart_button.loading:before,
.woocommerce .product-hover-style-image-bottom.product-hover-button-style-border .product-actions .open-quick-view.loading:after,
.woocommerce .product-hover-style-image-bottom.product-hover-button-style-border .product-action-wishlist .add_to_wishlist.cs-loading:after,
.woocommerce .product-hover-style-image-bottom.product-hover-button-style-border .product-action-compare .compare.cs-loading:after {
    background-image: url(../images/loader-img/cy_loader-light.svg);
    top: 7px;
    left: 7px;
}
.woocommerce .product-hover-style-image-bottom.product-hover-button-style-border .product-actions .add_to_cart_button.loading:before{
	 top: 8px;
	 left: 1px;
}
.woocommerce .product-hover-style-image-bottom.product-hover-button-style-border .product-actions .add_to_cart_button.loading:hover:before,
.woocommerce .product-hover-style-image-bottom.product-hover-button-style-border .product-actions .open-quick-view.loading:hover:after,
.woocommerce .product-hover-style-image-bottom.product-hover-button-style-border .product-action-wishlist .add_to_wishlist.cs-loading:hover:after,
.woocommerce .product-hover-style-image-bottom.product-hover-button-style-border .product-action-compare .compare.cs-loading:hover:after {
    background-image: url(../images/loader-img/cy_loader.svg);
}

/* Row Dark BG */
.theme-dark .product-hover-style-image-bottom .product-info .ciyashop-product-category a:hover,
.row-background-dark .product-hover-style-image-bottom .product-info .ciyashop-product-category a:hover{
	color: #ffffff;
}
.theme-dark .product-hover-style-image-bottom .product-info .product-name a,
.row-background-dark .product-hover-style-image-bottom .product-info .product-name a{
	color: #ffffff;
}
.theme-dark ul.products li.product-hover-style-image-bottom .product-info .price del,
.row-background-dark ul.products li.product-hover-style-image-bottom .product-info .price del{
	opacity: 0.8;
}
.theme-dark ul.products li.product-hover-style-image-bottom .product-info .price .amount,
.row-background-dark ul.products li.product-hover-style-image-bottom .product-info .price .amount{
	color: #ffffff;
}

/*===================================*/
/* Button Stanrdard */
/*===================================*/
.woocommerce .products .product-hover-style-button-standard,
.woocommerce .products .product-hover-style-button-standard:hover{
    border: none;
    box-shadow: none;
    background: none;
}
.woocommerce ul.products .product-hover-style-button-standard .product-inner .stock{
	bottom: auto;
	top: 15px;
}
.woocommerce .product-hover-style-button-standard .product-actions .product-actions-inner{
	background: #ffffff;
	display: inline-block;
	padding: 0 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.12);
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.12);
	box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}
.woocommerce .product-hover-style-button-standard.product-hover-button-shape-round .product-actions .product-actions-inner{
	padding: 0 20px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.woocommerce .product-hover-style-button-standard .product-actions .product-action{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.woocommerce .product-hover-style-button-standard .product-actions .product-action:before{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #e5e5e5;
	width: 1px;
	height: 20px;
}
.woocommerce .product-hover-style-button-standard .product-actions .product-action:last-child:before{
	content: normal;
}
.woocommerce .product-hover-style-button-standard .product-actions {
	bottom: 0px;
	opacity: 0;
	text-align: center;
}
.woocommerce .product-hover-style-button-standard:hover .product-actions {
	bottom: 15px;
	opacity: 1;
}
.woocommerce .product-hover-style-button-standard .product-actions a,
.woocommerce .product-hover-style-button-standard .product-actions .alt{
	width: 45px;
	height: 55px;
	line-height: 45px;
	margin: 0px !important;
	background: none;
    box-shadow: none;
    color: #323232;
}
.woocommerce .product-hover-style-button-standard .product-actions a:hover{
	background: none;
	color: #04d39f;
}

/* Quick View */
.woocommerce .product-hover-style-button-standard .open-quick-view {
    min-width: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
}
.woocommerce .product-hover-style-button-standard .open-quick-view.loading:after{
    top: 16px;
    left: 10px;
}

/* Product Info */
.woocommerce .product-hover-style-button-standard .product-info{
	padding: 0;
	padding-top: 10px;
	position: relative;
}
.woocommerce .product-hover-style-button-standard .product-info .product-name {
    padding-top: 5px;
}
.woocommerce .product-hover-style-button-standard .product-info .price{
    line-height: 28px;
}
.woocommerce .product-hover-style-button-standard .product-info .star-rating-wrapper {
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
}
.woocommerce ul.products .product-hover-style-button-standard .product-action-add-to-cart .button,
.woocommerce ul.products .product-hover-style-button-standard .product-action-add-to-cart .added_to_cart{
	margin-top: 7px;
}
.woocommerce ul.products .product-hover-style-button-standard .product-action-add-to-cart .button:hover,
.woocommerce ul.products .product-hover-style-button-standard .product-action-add-to-cart .added_to_cart:hover{
	background: #323232;
}
.woocommerce ul.products .product-hover-style-button-standard .product-action-add-to-cart .button:before,
.woocommerce ul.products .product-hover-style-button-standard .product-action-add-to-cart .added_to_cart:before{
	content: "\f07a";
    position: relative;
    left: 0;
    top: 0;
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    padding-right: 10px;
    font-weight: 900;
}
.woocommerce ul.products .product-hover-style-button-standard.product_icon_type-line-icon .product-action-add-to-cart .button:before{
	content: "\f139";
	font-family: pgsicon-ecommerce;
	font-size: 18px;
    font-weight: 400;
}
.woocommerce ul.products .product-hover-style-button-standard .product-action-add-to-cart .added_to_cart:before{
	content: "\f00c";
}
.woocommerce ul.products .product-hover-style-button-standard .product-action-add-to-cart .button.added {
    display: none;
}
.woocommerce ul.products .product-hover-style-button-standard .product-action-add-to-cart .added_to_cart{
	color: #ffffff;
    line-height: 38px;
    padding: 0px 18px;
    text-transform: uppercase;
    border-radius: 3px;
    font-weight: normal;
    font-size: 14px;
}

/* Countdown */
.woocommerce ul.products .product-hover-style-button-standard .woo-product-countdown-wrapper .countdown{
	margin-top: 0 !important;
}
.woocommerce ul.products .product-hover-style-button-standard .woo-product-countdown-wrapper{
    position: absolute;
    top: -73px;
    left: 0;
    right: 0;
}
.woocommerce ul.products .product-hover-style-button-standard:hover .woo-product-countdown-wrapper{
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease-out 0s;
}

/* Loading */
.woocommerce .product-hover-style-button-standard .product-action-add-to-cart .button.loading{
	padding: 0 18px;
	opacity: 1;
    color: rgba(255, 255, 255, 0.5);
}
.woocommerce .product-hover-style-button-standard .product-action-add-to-cart .button.loading:after {
    background-image: url(../images/loader-img/cy_loader-light.svg);
    top: 7px;
    left: 50%;
    margin-left: -12px;
}
.woocommerce .product-hover-style-button-standard .product-action-wishlist .add_to_wishlist.cs-loading:after,
.woocommerce .product-hover-style-button-standard .product-action-compare .compare.cs-loading:after{
    top: 15px;
    left: 10px;
}

/* Dark Icons */
.woocommerce .product-hover-style-button-standard.product-hover-button-style-dark .product-actions .product-actions-inner{
	background: #323232;
}
.woocommerce .product-hover-style-button-standard.product-hover-button-style-dark .product-actions a{
	color: #a7a5a6;
}
.woocommerce .product-hover-style-button-standard.product-hover-button-style-dark .product-actions a:hover{
	color: #ffffff;
}
.woocommerce .product-hover-style-button-standard.product-hover-button-style-dark .product-actions .product-action:before{
	background: #545454;
}

/* Button Standard - Row Dark */
.theme-dark .product-hover-style-button-standard .product-info .ciyashop-product-category a:hover,
.row-background-dark .product-hover-style-button-standard .product-info .ciyashop-product-category a:hover{
	color: #ffffff;
}
.theme-dark .product-hover-style-button-standard .product-info .product-name a,
.row-background-dark .product-hover-style-button-standard .product-info .product-name a{
	color: #ffffff;
}
.theme-dark ul.products li.product-hover-style-button-standard .product-info .price del,
.row-background-dark ul.products li.product-hover-style-button-standard .product-info .price del{
	opacity: 0.8;
}
.theme-dark ul.products li.product-hover-style-button-standard .product-info .price .amount,
.row-background-dark ul.products li.product-hover-style-button-standard .product-info .price .amount{
	color: #ffffff;
}
.theme-dark ul.products .product-hover-style-button-standard .product-action-add-to-cart .button:hover,
.theme-dark ul.products .product-hover-style-button-standard .product-action-add-to-cart .added_to_cart:hover,
.row-background-dark ul.products .product-hover-style-button-standard .product-action-add-to-cart .button:hover,
.row-background-dark ul.products .product-hover-style-button-standard .product-action-add-to-cart .added_to_cart:hover{
	background: #ffffff;
	color: #323232;
}

/*===================================*/
/* Icon Left */
/*===================================*/
.woocommerce .products .product-hover-style-icons-left,
.woocommerce .products .product-hover-style-icons-left:hover{
	border: none;
	box-shadow: none;
	background: none;
}
.woocommerce .products .product-hover-style-icons-left .product-inner .stock{
	left: 15px;
	bottom: auto;
	top: 15px;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	opacity: 1;
}
.woocommerce .products .product-hover-style-icons-left:hover .product-inner .stock{
	opacity: 0;
	visibility: hidden;
}
.woocommerce .products .product-hover-style-icons-left .product-inner .stock.out-of-stock{
	bottom: 15px;
	top: auto;
}
.woocommerce .products .product-hover-style-icons-left:hover .product-inner .out-of-stock{
	opacity: 1;
    visibility: visible;
}
.woocommerce .product-hover-style-icons-left .product-actions{
    position: absolute;
    top: 15px;
    bottom: auto;
    left: -5px;
    width: auto;
    opacity: 0;
    visibility: hidden;
}
.woocommerce .product-hover-style-icons-left:hover .product-actions{
    left: 15px;
    opacity: 1;
    visibility: visible;
}
.woocommerce .product-hover-style-icons-left .product-actions .product-actions-inner{
	background: #ffffff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.12);
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.12);
	box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}
.woocommerce .product-hover-style-icons-left .product-actions .product-actions-inner > .product-action{
	position: relative;
}
.woocommerce .product-hover-style-icons-left .product-actions .product-actions-inner > .product-action:after{
	content: "";
	width: 25px;
	height: 1px;
	background: #e5e5e5;
    position: absolute;
    left: 15px;
    bottom: 0;
}
.woocommerce .product-hover-style-icons-left .product-actions .product-actions-inner > .product-action:last-child:after{
	content: normal;
}
.woocommerce .product-hover-style-icons-left .product-actions a,
.woocommerce .product-hover-style-icons-left .product-actions .alt{
	width: 55px;
    height: 55px;
    line-height: 45px;
	margin: 0 !important;
	background: none;
	color: #323232;
	border-radius: 0;
	box-shadow: none;
}
.woocommerce .product-hover-style-icons-left .product-actions a:hover{
	background: none;
	color: #04d39f;
}

.woocommerce .product-hover-style-icons-left .product-thumbnail .product-action-add-to-cart{
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.woocommerce .product-hover-style-icons-left:hover .product-thumbnail .product-action-add-to-cart{
	bottom: 0px;
}
.woocommerce .product-hover-style-icons-left .product-thumbnail .product-action-add-to-cart .button,
.woocommerce .product-hover-style-icons-left .product-thumbnail .product-action-add-to-cart .added_to_cart{
    width: 100%;
    margin: 0;
    border-radius: 0;
    padding: 2px 0;
    text-align: center;
}
.woocommerce .product-hover-style-icons-left .product-thumbnail .product-action-add-to-cart .button:hover,
.woocommerce .product-hover-style-icons-left .product-thumbnail .product-action-add-to-cart .added_to_cart:hover{
	background: #323232;
}
.woocommerce .product-hover-style-icons-left .product-thumbnail .product-action-add-to-cart .button.added{
	display: none;
}
.woocommerce .product-hover-style-icons-left .product-thumbnail .product-action-add-to-cart .added_to_cart{
	color: #ffffff;
    line-height: 38px;
    text-transform: uppercase;
}

/* Quick View */
.woocommerce .product-hover-style-icons-left .open-quick-view{
	min-width: inherit;
	top: inherit;
    left: inherit;
    transform: inherit;
}
.product-hover-style-icons-left .product-actions .open-quick-view.loading:after{
    top: 16px;
    left: 15px;
}

/* Product Info */
.woocommerce .product-hover-style-icons-left .product-info{
	padding: 0;
	padding-top: 10px;
	position: relative;
}
.woocommerce .product-hover-style-icons-left .product-info .product-name {
    padding-top: 5px;
}
.woocommerce .product-hover-style-icons-left .product-info .price{
    line-height: 28px;
}
.woocommerce .product-hover-style-icons-left .product-info .star-rating-wrapper {
    margin-top: 5px;
    display: block;
}

/* Countdown */
.woocommerce .product-hover-style-icons-left .product-info .woo-product-countdown-wrapper{
    position: absolute;
    top: -73px;
    left: 0;
    right: 0;
    transition: all 0.2s ease-out 0s;
}
.woocommerce .product-hover-style-icons-left:hover .product-info .woo-product-countdown-wrapper{
	top: -115px;
}
.woocommerce .product-hover-style-icons-left .product-info .woo-product-countdown-wrapper ul.countdown{
	margin-top: 0 !important;
}

/* Loading */
.woocommerce .product-hover-style-icons-left .product-action-add-to-cart .button.loading{
	opacity: 1;
    color: rgba(255, 255, 255, 0.5);
}
.woocommerce .product-hover-style-icons-left .product-action-add-to-cart .button.loading:after {
    background-image: url(../images/loader-img/cy_loader-light.svg);
    top: 8px;
    left: 50%;
    margin-left: -12px;
}
.woocommerce .product-hover-style-icons-left .product-action-wishlist .add_to_wishlist.cs-loading:after,
.woocommerce .product-hover-style-icons-left .product-action-quick-view .open-quick-view.loading:after,
.woocommerce .product-hover-style-icons-left .product-action-compare .compare.cs-loading:after{
	top: 15px;
    left: 15px;
}

/* Dark Icons */
.woocommerce .product-hover-style-icons-left.product-hover-button-style-dark .product-actions .product-actions-inner{
	background: #323232;
}
.woocommerce .product-hover-style-icons-left.product-hover-button-style-dark .product-actions a{
	color: #a7a5a6;
}
.woocommerce .product-hover-style-icons-left.product-hover-button-style-dark .product-actions a:hover{
	color: #ffffff;
}
.woocommerce .product-hover-style-icons-left.product-hover-button-style-dark .product-actions .product-actions-inner > .product-action:after{
	background: #545454;
}

/* Row Dark BG */
.theme-dark .product-hover-style-icons-left .product-info .ciyashop-product-category a:hover,
.row-background-dark .product-hover-style-icons-left .product-info .ciyashop-product-category a:hover{
	color: #ffffff;
}
.theme-dark .product-hover-style-icons-left .product-info .product-name a,
.row-background-dark .product-hover-style-icons-left .product-info .product-name a{
	color: #ffffff;
}
.theme-dark ul.products li.product-hover-style-icons-left .product-info .price del,
.row-background-dark ul.products li.product-hover-style-icons-left .product-info .price del{
	opacity: 0.8;
}
.theme-dark ul.products li.product-hover-style-icons-left .product-info .price .amount,
.row-background-dark ul.products li.product-hover-style-icons-left .product-info .price .amount{
	color: #ffffff;
}

/*===================================*/
/* Icon Rounded */
/*===================================*/
.woocommerce .products .product-hover-style-icons-rounded,
.woocommerce .products .product-hover-style-icons-rounded:hover{
	border: none;
	box-shadow: none;
	background: none;
}
.woocommerce .products .product-hover-style-icons-rounded .product-inner .stock{
	left: 15px;
	top: 15px;
	bottom: auto;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	opacity: 1;
}
.woocommerce .products .product-hover-style-icons-rounded:hover .product-inner .stock{
	opacity: 0;
	visibility: hidden;
}
.woocommerce .products .product-hover-style-icons-rounded .product-inner .stock.out-of-stock{
	bottom: 15px;
	top: auto;
}
.woocommerce .products .product-hover-style-icons-rounded:hover .product-inner .stock{
	opacity: 0;
	visibility: hidden;
}
.woocommerce .products .product-hover-style-icons-rounded:hover .product-inner .out-of-stock{
	opacity: 1;
    visibility: visible;
}
.woocommerce .product-hover-style-icons-rounded .product-actions{
    position: absolute;
    top: 15px;
    bottom: auto;
    left: -5px;
    width: auto;
    opacity: 0;
    visibility: hidden;
}
.woocommerce .product-hover-style-icons-rounded:hover .product-actions{
    left: 15px;
    opacity: 1;
    visibility: visible;
}

.woocommerce .product-hover-style-icons-rounded .product-actions-inner > .product-action{
	margin-bottom: 6px;
}
.woocommerce .product-hover-style-icons-rounded .product-actions a,
.woocommerce .product-hover-style-icons-rounded .product-actions .alt{
	margin: 0 !important;
	background: #ffffff;
    color: #323232;
    border-radius: 70px;
}
.woocommerce .product-hover-style-icons-rounded .product-actions a:hover{
	background: #ffffff;
	color: #04d39f;
}

.woocommerce .product-hover-style-icons-rounded .product-thumbnail .product-action-add-to-cart{
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.woocommerce .product-hover-style-icons-rounded:hover .product-thumbnail .product-action-add-to-cart{
	bottom: 0px;
}
.woocommerce .product-hover-style-icons-rounded .product-thumbnail .product-action-add-to-cart .button,
.woocommerce .product-hover-style-icons-rounded .product-thumbnail .product-action-add-to-cart .added_to_cart{
    width: 100%;
    margin: 0;
    border-radius: 0;
    padding: 2px 0;
    text-align: center;
}
.woocommerce .product-hover-style-icons-rounded .product-thumbnail .product-action-add-to-cart .button:hover,
.woocommerce .product-hover-style-icons-rounded .product-thumbnail .product-action-add-to-cart .added_to_cart:hover{
	background: #323232;
}
.woocommerce .product-hover-style-icons-rounded .product-thumbnail .product-action-add-to-cart .button.added{
	display: none;
}
.woocommerce .product-hover-style-icons-rounded .product-thumbnail .product-action-add-to-cart .added_to_cart{
	color: #ffffff;
    line-height: 38px;
    text-transform: uppercase;
}

/* Quick View */
.woocommerce .product-hover-style-icons-rounded .open-quick-view{
	min-width: inherit;
	top: inherit;
    left: inherit;
    transform: inherit;
}
.product-hover-style-icons-rounded .product-actions .open-quick-view.loading:after{
    top: 16px;
    left: 15px;
}

/* Product Info */
.woocommerce .product-hover-style-icons-rounded .product-info{
	padding: 0;
	padding-top: 10px;
	position: relative;
}
.woocommerce .product-hover-style-icons-rounded .product-info .product-name {
    padding-top: 5px;
}
.woocommerce .product-hover-style-icons-rounded .product-info .price{
    line-height: 28px;
}
.woocommerce .product-hover-style-icons-rounded .product-info .star-rating-wrapper {
    margin-top: 5px;
    display: block;
}

/* Countdown */
.woocommerce .product-hover-style-icons-rounded .product-info .woo-product-countdown-wrapper{
    position: absolute;
    top: -73px;
    left: 0;
    right: 0;
    transition: all 0.2s ease-out 0s;
}
.woocommerce .product-hover-style-icons-rounded:hover .product-info .woo-product-countdown-wrapper{
	top: -115px;
}
.woocommerce .product-hover-style-icons-rounded .product-info .woo-product-countdown-wrapper ul.countdown{
	margin-top: 0 !important;
}

/* Loading */
.woocommerce .product-hover-style-icons-rounded .product-action-add-to-cart .button.loading{
	opacity: 1;
    color: rgba(255, 255, 255, 0.5);
}
.woocommerce .product-hover-style-icons-rounded .product-action-add-to-cart .button.loading:after {
    background-image: url(../images/loader-img/cy_loader-light.svg);
    top: 8px;
    left: 50%;
    margin-left: -12px;
}
.woocommerce .product-hover-style-icons-rounded .product-action-wishlist .add_to_wishlist.cs-loading:after,
.woocommerce .product-hover-style-icons-rounded .product-action-quick-view .open-quick-view.loading:after,
.woocommerce .product-hover-style-icons-rounded .product-action-compare .compare.cs-loading:after{
	top: 10px;
    left: 10px;
}

/* Dark Icons */
.woocommerce .product-hover-style-icons-rounded.product-hover-button-style-dark .product-actions a{
	background: #323232;
}
.woocommerce .product-hover-style-icons-rounded.product-hover-button-style-dark .product-actions a{
	color: #a7a5a6;
}
.woocommerce .product-hover-style-icons-rounded.product-hover-button-style-dark .product-actions a:hover{
	color: #ffffff;
}
.woocommerce .product-hover-style-icons-rounded.product-hover-button-style-dark .product-actions .product-actions-inner > .product-action:after{
	background: #545454;
}

/* Row Dark BG */
.theme-dark .product-hover-style-icons-rounded .product-info .ciyashop-product-category a:hover,
.row-background-dark .product-hover-style-icons-rounded .product-info .ciyashop-product-category a:hover{
	color: #ffffff;
}
.theme-dark .product-hover-style-icons-rounded .product-info .product-name a,
.row-background-dark .product-hover-style-icons-rounded .product-info .product-name a{
	color: #ffffff;
}
.theme-dark ul.products li.product-hover-style-icons-rounded .product-info .price del,
.row-background-dark ul.products li.product-hover-style-icons-rounded .product-info .price del{
	opacity: 0.8;
}
.theme-dark ul.products li.product-hover-style-icons-rounded .product-info .price .amount,
.row-background-dark ul.products li.product-hover-style-icons-rounded .product-info .price .amount{
	color: #ffffff;
}

/*===================================*/
/* Minimal Hover Cart */
/*===================================*/
.woocommerce .products .product-hover-style-minimal-hover-cart,
.woocommerce .products .product-hover-style-minimal-hover-cart:hover{
	border: none;
	box-shadow: none;
	background: none;
}
.woocommerce .products .product-hover-style-minimal-hover-cart .product-inner .stock,
.woocommerce .products.list .product-hover-style-minimal-hover-cart .product-inner .stock{
	bottom: auto;
	top: 15px;
}
.woocommerce .products.list .product-hover-style-minimal-hover-cart .product-inner .stock{
	display: none;
}
.woocommerce ul.products li.product-hover-style-minimal-hover-cart .product-name{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 7px;
	width: 100%;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.woocommerce ul.products li.product-hover-style-minimal-hover-cart:hover .product-name{
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}
.woocommerce .product-hover-style-minimal-hover-cart .product-name a{
	background: #ffffff;
	padding: 10px 10px;
    text-align: center;
    font-size: 13px;
}
.woocommerce .products .product-hover-style-minimal-hover-cart .product-name a{
	color: #323232;
}
.woocommerce .products .product-hover-style-minimal-hover-cart.product_title_type-single_line .product-name a{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.woocommerce ul.products.list li.product.product-hover-style-minimal-hover-cart .product-name{
	padding: 7px;
}

/* Dark */
.woocommerce .product-hover-style-minimal-hover-cart.product-hover-button-style-dark .product-name a{
	background: #323232;
	color: #ffffff;
}

/* Product Info */
.woocommerce .product-hover-style-minimal-hover-cart .product-info{
	position: relative;
	padding: 0;
	padding-top: 10px;
	padding-right: 110px;
}
.woocommerce .product-hover-style-minimal-hover-cart .product-info .product-name {
    padding-top: 5px;
}
.woocommerce ul.products li.product-hover-style-minimal-hover-cart .product-info .price{
    line-height: 22px;
    text-align: left;
	padding-top: 5px;
    float: left;
}
.woocommerce .product-hover-style-minimal-hover-cart .product-info .star-rating-wrapper {
    display: none;
}

/* Countdown */
.woocommerce .product-hover-style-minimal-hover-cart .product-info .woo-product-countdown-wrapper{
    position: absolute;
    top: -73px;
    left: 0;
    right: 0;
    transition: all 0.2s ease-out 0s;
}
.woocommerce .product-hover-style-minimal-hover-cart:hover .product-info .woo-product-countdown-wrapper{
	opacity: 0;
	visibility: hidden;
}
.woocommerce .product-hover-style-minimal-hover-cart .product-info .woo-product-countdown-wrapper ul.countdown{
	margin-top: 0 !important;
}

/* Actions Icons */
.woocommerce .product-hover-style-minimal-hover-cart .product-actions{
    bottom: auto;
    width: auto;
    left: auto;
	right: 0;
    line-height: 20px;
    overflow: hidden;
}
.woocommerce .product-hover-style-minimal-hover-cart .product-actions .product-actions-inner{
    transform: translateY(-90%);
    display: inline-block;
    position: relative;
    top: 0;
    width: 100%;
    vertical-align: top;
    -webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.woocommerce .product-hover-style-minimal-hover-cart:hover .product-actions .product-actions-inner{
	transform: translateY(0);
}
.woocommerce .product-hover-style-minimal-hover-cart .product-actions-inner > .product-action{
	float: left;
}
.woocommerce .product-hover-style-minimal-hover-cart .product-actions a,
.woocommerce .product-hover-style-minimal-hover-cart .product-actions .alt{
	margin: 0 !important;
    background: none;
    color: #323232;
    box-shadow: none;
    width: 35px;
    height: 30px;
    line-height: 20px;
    vertical-align: top;
}
.woocommerce .product-hover-style-minimal-hover-cart .product-actions a:hover{
	background: none;
	color: #04d39f;
}

/* Quick View */
.woocommerce .product-hover-style-minimal-hover-cart .open-quick-view{
	min-width: inherit;
	top: inherit;
    left: inherit;
    transform: inherit;
}

/* Add to Cart Action */
.woocommerce .product-hover-style-minimal-hover-cart .product-action-add-to-cart{
	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.woocommerce .product-hover-style-minimal-hover-cart:hover .product-action-add-to-cart{
	opacity: 1;
	visibility: visible;
}
.woocommerce .product-hover-style-minimal-hover-cart .product-action-add-to-cart .button,
.woocommerce .product-hover-style-minimal-hover-cart .product-action-add-to-cart .added_to_cart{
	font-size: 0;
	color: #ffffff;
	background: none;
	padding: 0;
	position: relative;
    top: 47%;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.woocommerce .product-hover-style-minimal-hover-cart:hover .product-action-add-to-cart .button,
.woocommerce .product-hover-style-minimal-hover-cart:hover .product-action-add-to-cart .added_to_cart{
	top: 50%;
}
.woocommerce .product-hover-style-minimal-hover-cart .product-action-add-to-cart .button:before,
.woocommerce .product-hover-style-minimal-hover-cart .product-action-add-to-cart .added_to_cart:before{
	content: "\f291";
    position: relative;
    left: 0;
    top: 0;
    font-family: 'Font Awesome 5 Free';
    font-size: 40px;
    font-weight: 900;
}
.woocommerce .product-hover-style-minimal-hover-cart .product-action-add-to-cart .button.loading:before{
	opacity: 0.4
}
.woocommerce .product-hover-style-minimal-hover-cart .product-action-add-to-cart .button.added{
	display: none;
}
.woocommerce .product-hover-style-minimal-hover-cart.product_icon_type-line-icon .product-action-add-to-cart .button:before{
	content: "\f139";
	font-family: pgsicon-ecommerce;
	font-size: 42px;
	font-weight: 400;
}
.woocommerce .product-hover-style-minimal-hover-cart .product-action-add-to-cart .added_to_cart:before{
	content: "\f14a";
	font-weight: 400;
}

/* Loading */
.product-hover-style-minimal-hover-cart .product-action-add-to-cart .button.loading:after {
    content: "";
    position: absolute;
    background-image: url(../images/loader-img/cy_loader-light.svg);
    top: 50%;
    left: 50%;
    margin-left: -28px;
    margin-top: -28px;
    display: inline-block;
    width: 56px;
    height: 56px;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    animation: inherit;
}
.product-hover-style-minimal-hover-cart .product-action-wishlist .add_to_wishlist.cs-loading:after,
.product-hover-style-minimal-hover-cart .product-action-compare .compare.cs-loading:after,
.product-hover-style-minimal-hover-cart .product-actions .open-quick-view.loading:after{
    top: 3px;
    left: 5px;
}
.woocommerce .products li.product-hover-style-minimal-hover-cart.product-hover-button-style-dark .product-action-wishlist .add_to_wishlist.cs-loading:after,
.woocommerce .products li.product-hover-style-minimal-hover-cart.product-hover-button-style-dark .product-action-compare .compare.cs-loading:after,
.woocommerce .products li.product-hover-style-minimal-hover-cart.product-hover-button-style-dark .product-actions .open-quick-view.loading:after{
    background-image: url(../images/loader-img/cy_loader.svg);
}


/* List View */
.woocommerce ul.products.list li.product.product-hover-style-minimal-hover-cart .product-info .product-actions{
	position: relative;
	float: none;
	visibility: visible;
    opacity: 1;
}
.woocommerce ul.products.list li.product.product-hover-style-minimal-hover-cart .product-actions .product-actions-inner{
	transform: inherit;
	margin-bottom: 15px;
}
.woocommerce ul.products.list li.product.product-hover-style-minimal-hover-cart .product-info .product-actions .product-action{
	float: left;
}
.woocommerce ul.products.list li.product.product-hover-style-minimal-hover-cart .product-info .product-actions a{
	width: 45px;
	height: 45px;
	color: #323232;
}
.woocommerce .products.list .product-hover-style-minimal-hover-cart .product-actions .product-actions-inner .product-action-wishlist .add_to_wishlist.cs-loading:after,
.woocommerce .products.list .product-hover-style-minimal-hover-cart .product-actions .product-actions-inner .product-action-compare .compare.cs-loading:after,
.woocommerce .products.list .product-hover-style-minimal-hover-cart .product-actions .product-actions-inner .product-action-quick-view .open-quick-view.loading:after{
	background-image: url(../images/loader-img/cy_loader.svg);
	top: 10px;
    left: 8px;
}

/* Row Dark BG */
.woocommerce .row-background-dark ul.products li.product-hover-style-minimal-hover-cart .price .amount,
.theme-dark ul.products li.product.product-hover-style-minimal-hover-cart .price .amount,
.row-background-dark ul.products li.product-hover-style-minimal-hover-cart .price .amount{
	color: #ffffff;
}
.row-background-dark .product-hover-style-minimal-hover-cart .product-actions a,
.row-background-dark .product-hover-style-minimal-hover-cart .product-actions .alt,
.theme-dark .product-hover-style-minimal-hover-cart .product-actions a,
.theme-dark .product-hover-style-minimal-hover-cart .product-actions .alt{
	color: #ffffff;
}
.theme-dark .product-hover-style-minimal-hover-cart .product-actions .product-actions-inner .product-action-wishlist .add_to_wishlist.cs-loading:after,
.theme-dark .product-hover-style-minimal-hover-cart .product-actions .product-actions-inner .product-action-compare .compare.cs-loading:after,
.theme-dark .product-hover-style-minimal-hover-cart .product-actions .product-actions-inner .product-action-quick-view .open-quick-view.loading:after,
.row-background-dark .product-hover-style-minimal-hover-cart .product-actions .product-actions-inner .product-action-wishlist .add_to_wishlist.cs-loading:after,
.row-background-dark .product-hover-style-minimal-hover-cart .product-actions .product-actions-inner .product-action-compare .compare.cs-loading:after,
.row-background-dark .product-hover-style-minimal-hover-cart .product-actions .product-actions-inner .product-action-quick-view .open-quick-view.loading:after{
	background-image: url(../images/loader-img/cy_loader-light.svg);
}

/*===================================*/
/* Minimal */
/*===================================*/
.woocommerce .products .product-hover-style-minimal,
.woocommerce .products .product-hover-style-minimal:hover{
	border: none;
	box-shadow: none;
	background: none;
}
.woocommerce .products .product-hover-style-minimal .product-inner .stock{
	bottom: auto;
	top: 15px;
}

/* Actions Icons */
.woocommerce .product-hover-style-minimal .product-actions{
    position: relative;
    bottom: auto;
    width: auto;
    left: auto;
    float: right;
    line-height: 20px;
}
.woocommerce .product-hover-style-minimal .product-actions-inner > .product-action{
	float: left;
}
.woocommerce .product-hover-style-minimal .product-actions a,
.woocommerce .product-hover-style-minimal .product-actions .alt{
	margin: 0 !important;
    background: none;
    color: #323232;
    box-shadow: none;
    width: 35px;
    height: 30px;
    line-height: 20px;
    vertical-align: top;
}
.woocommerce .product-hover-style-minimal .product-actions a:hover{
	background: none;
	color: #04d39f;
}

/* Quick View */
.woocommerce .product-hover-style-minimal .product-thumbnail .product-action-quick-view{
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    padding: 7px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease-out 0s;
	-moz-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
}
.woocommerce .product-hover-style-minimal:hover .product-thumbnail .product-action-quick-view{
	bottom: 0;
	opacity: 1;
	visibility: visible;
}
.woocommerce .product-hover-style-minimal .product-thumbnail .open-quick-view,
.woocommerce .product-hover-style-minimal .product-thumbnail .open-quick-view:hover{
	min-width: inherit;
	top: inherit;
    left: inherit;
    transform: inherit;
    position: relative;
    display: inline-block;
    width: 100%;
    border-radius: 0;
    padding: 5px 0;
    background: #ffffff;
    color: #969696;
}
.woocommerce .product-hover-style-minimal .product-thumbnail .open-quick-view:before{
	content: "\f06e";
    position: relative;
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: 900;
    padding-right: 8px;
}

.woocommerce .product-hover-style-minimal.product_icon_type-line-icon .product-thumbnail .open-quick-view:before{
	font-weight: 400;
}


.woocommerce .product-hover-style-minimal .product-thumbnail .open-quick-view.loading{
	color: #e8e8e8;
}
.woocommerce .product-hover-style-minimal .product-thumbnail .open-quick-view.loading:after {
    top: 5px;
    left: 50%;
}
.woocommerce .products li.product-hover-style-minimal.product-hover-button-style-dark .product-action-wishlist .add_to_wishlist.cs-loading:after,
.woocommerce .products li.product-hover-style-minimal.product-hover-button-style-dark .product-action-compare .compare.cs-loading:after{
    background-image: url(../images/loader-img/cy_loader.svg);
}

/* Product Info */
.woocommerce .product-hover-style-minimal .product-info{
	padding: 0;
	padding-top: 10px;
	text-align: left;
	position: relative;
}
.woocommerce .product-hover-style-minimal .product-info .ciyashop-product-category{
	display: none;
}
.woocommerce .product-hover-style-minimal .product-info .product-name{
    padding-top: 5px;
}
.woocommerce ul.products li.product-hover-style-minimal .product-info .price{
    line-height: 28px;
    text-align: left;
    visibility: visible;
    -webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.woocommerce ul.products li.product-hover-style-minimal:hover .product-info .price{
    opacity: 0;
    visibility: hidden;
}
.woocommerce ul.products li.product-hover-style-minimal .product-info .product-action-add-to-cart{
	line-height: 20px;
	height: 25px;
	margin-top: 0px;
	overflow: hidden;
}
.woocommerce ul.products li.product-hover-style-minimal .product-info .price + .product-action-add-to-cart{
	margin-top: -27px;
}
.woocommerce ul.products li.product-hover-style-minimal .product-info .product-action-add-to-cart .button,
.woocommerce ul.products li.product-hover-style-minimal .product-info .product-action-add-to-cart .added_to_cart{
    margin-top: 0;
    background: none;
    color: #04d39f;
    padding: 0;
    line-height: 20px;
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.25s ease-out 0s;
	-moz-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
}

.woocommerce ul.products li.product-hover-style-minimal .product-info .price + .product-action-add-to-cart .button,
.woocommerce ul.products li.product-hover-style-minimal .product-info .price + .product-action-add-to-cart .added_to_cart{
	-webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
}

.woocommerce ul.products li.product-hover-style-minimal:hover .product-info .product-action-add-to-cart .button,
.woocommerce ul.products li.product-hover-style-minimal:hover .product-info .product-action-add-to-cart .added_to_cart{
	transform: translateY(0);
}

.woocommerce .product-hover-style-minimal .product-info .star-rating-wrapper{
    margin-top: 5px;
    display: block;
}
.woocommerce ul.products li.product-hover-style-minimal .star-rating{
	margin: 0;
}

/* Countdown */
.woocommerce .product-hover-style-minimal .product-info .woo-product-countdown-wrapper{
    position: absolute;
    top: -73px;
    left: 0;
    right: 0;
    text-align: center;
    transition: all 0.2s ease-out 0s;
}
.woocommerce .product-hover-style-minimal .product-info .woo-product-countdown-wrapper .woo-product-countdown{
	display: inline-block;
}
.woocommerce .product-hover-style-minimal:hover .product-info .woo-product-countdown-wrapper{
	opacity: 0;
	visibility: hidden;
}
.woocommerce .product-hover-style-minimal .product-info .woo-product-countdown-wrapper ul.countdown{
	margin-top: 0 !important;
}

/* Loading */
.woocommerce ul.products li.product-hover-style-minimal .product-info .product-action-add-to-cart .button.added{
	display: none;
}

.woocommerce .product-hover-style-minimal .product-info .product-action-add-to-cart .button.loading:after{
	top: -1px;
    left: auto;
    right: -27px;
}
.woocommerce .product-hover-style-minimal .product-info .product-action-add-to-cart .button.loading{
	opacity: 1;
}

.woocommerce .product-hover-style-minimal .product-action-wishlist .add_to_wishlist.cs-loading:after,
.woocommerce .product-hover-style-minimal .product-action-compare .compare.cs-loading:after{
	top: 4px;
    left: 5px;
}

/* Dark */
.woocommerce .product-hover-style-minimal.product-hover-button-style-dark .product-thumbnail .open-quick-view,
.woocommerce .product-hover-style-minimal.product-hover-button-style-dark .product-thumbnail .open-quick-view:hover{
	background: #323232;
    color: #ffffff;
}

/* List View */
.woocommerce ul.products.list li.product.product-hover-style-minimal .product-info .stock{
	display: none;
}
.woocommerce ul.products.list li.product.product-hover-style-minimal .product-info .star-rating-wrapper{
	margin-top: 10px;
}
.woocommerce ul.products.list li.product.product-hover-style-minimal .product-info .product-actions{
	position: relative;
	float: none;
	visibility: visible;
    opacity: 1;
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}
.woocommerce ul.products.list li.product.product-hover-style-minimal .product-actions .product-actions-inner{
	transform: inherit;
	margin-bottom: 15px;
}
.woocommerce ul.products.list li.product.product-hover-style-minimal .product-info .product-actions .product-action{
	float: left;
}
.woocommerce ul.products.list li.product.product-hover-style-minimal .product-info .product-actions a{
	width: 45px;
	height: 45px;
	color: #323232;
}
.woocommerce .products.list .product-hover-style-minimal .product-actions .product-actions-inner .product-action-wishlist .add_to_wishlist.cs-loading:after,
.woocommerce .products.list .product-hover-style-minimal .product-actions .product-actions-inner .product-action-compare .compare.cs-loading:after,
.woocommerce .products.list .product-hover-style-minimal .product-actions .product-actions-inner .product-action-quick-view .open-quick-view.loading:after{
	background-image: url(../images/loader-img/cy_loader.svg);
	top: 10px;
    left: 8px;
}

/* Row Dark BG */
.woocommerce .row-background-dark ul.products li.product-hover-style-minimal .price .amount,
.theme-dark ul.products li.product.product-hover-style-minimal .price .amount,
.row-background-dark ul.products li.product-hover-style-minimal .price .amount{
	color: #ffffff;
}
.row-background-dark .product-hover-style-minimal .product-info .product-name a,
.row-background-dark .product-hover-style-minimal .product-actions a,
.row-background-dark .product-hover-style-minimal .product-actions .alt{
	color: #ffffff;
}
.theme-dark .product-hover-style-minimal .product-info .product-name a,
.theme-dark .product-hover-style-minimal .product-actions a,
.theme-dark .product-hover-style-minimal .product-actions .alt{
	color: #ffffff;
}
.theme-dark .product-hover-style-minimal .product-info .product-action-add-to-cart .button.loading:after,
.theme-dark .product-hover-style-minimal .product-actions .product-actions-inner .product-action-wishlist .add_to_wishlist.cs-loading:after,
.theme-dark .product-hover-style-minimal .product-actions .product-actions-inner .product-action-compare .compare.cs-loading:after,
.theme-dark .product-hover-style-minimal .product-actions .product-actions-inner .product-action-quick-view .open-quick-view.loading:after,
.row-background-dark .product-hover-style-minimal .product-info .product-action-add-to-cart .button.loading:after,
.row-background-dark .product-hover-style-minimal .product-actions .product-actions-inner .product-action-wishlist .add_to_wishlist.cs-loading:after,
.row-background-dark .product-hover-style-minimal .product-actions .product-actions-inner .product-action-compare .compare.cs-loading:after,
.row-background-dark .product-hover-style-minimal .product-actions .product-actions-inner .product-action-quick-view .open-quick-view.loading:after{
	background-image: url(../images/loader-img/cy_loader-light.svg);
}


/*========================================*/
/* Icons Transparent Center */
/*========================================*/
.woocommerce .products .product-hover-style-icons-transparent-center,
.woocommerce .products .product-hover-style-icons-transparent-center:hover{
	border: none;
	box-shadow: none;
	background: none;
}
.woocommerce .product-hover-style-icons-transparent-center .product-actions{
	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.35);
    -webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	opacity: 0;
	visibility: hidden;
}
.woocommerce .product-hover-style-icons-transparent-center:hover .product-actions{
	opacity: 1;
	visibility: visible;
}
.woocommerce .product-hover-style-icons-transparent-center .product-actions .product-actions-inner{
    display: inline-block;
    text-align: center;
    position: relative;
    top: 45%;
    transform: translateY(-50%);
    opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.woocommerce .product-hover-style-icons-transparent-center:hover .product-actions .product-actions-inner{
	top: 50%;
	opacity: 1;
	visibility: visible;
}
.woocommerce .product-hover-style-icons-transparent-center .product-actions-inner > .product-action{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.woocommerce .product-hover-style-icons-transparent-center .product-actions-inner > .product-action:after{
	content: "";
	width: 1px;
    height: 18px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: -2px;
    top: 13px;
}
.woocommerce .product-hover-style-icons-transparent-center .product-actions-inner > .product-action-quick-view:after,
.woocommerce .product-hover-style-icons-transparent-center .product-actions-inner > .product-action:last-child:after{
	content: normal;
}
.woocommerce .product-hover-style-icons-transparent-center .product-actions .product-action a{
	background: none;
	box-shadow: none;
}

/* Add to Cart */
.woocommerce .product-hover-style-icons-transparent-center .product-actions .product-action-add-to-cart{
    float: none;
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}
.woocommerce .product-hover-style-icons-transparent-center .product-actions .product-action-add-to-cart a{
    margin: 0 !important;
    width: 100%;
    height: auto;
    font-size: 13px;
    background: none;
    border: 2px solid #ffffff;
    border-radius: 0;
    padding: 8px 25px;
    display: inline !important;
    text-transform: uppercase;
}
.woocommerce .product-hover-style-icons-transparent-center .product-actions .product-action-add-to-cart a:hover{
	background: #ffffff;
	color: #323232;
}
.woocommerce .product-hover-style-icons-transparent-center .product-actions .product-action-add-to-cart a:before{
	content: normal;
}
.woocommerce .product-hover-style-icons-transparent-center .product-action-add-to-cart a.loading{
	color: rgba(255,255,255,0.5);
}
.woocommerce .product-hover-style-icons-transparent-center .product-action-add-to-cart a.added {
    display: none;
}

/* Quick View */
.woocommerce .product-hover-style-icons-transparent-center .open-quick-view{
	min-width: inherit;
	top: inherit;
    left: inherit;
    transform: inherit;
}
.woocommerce .product-hover-style-icons-transparent-center .product-action-add-to-cart .button:after,
.woocommerce .product-hover-style-icons-transparent-center .product-action-wishlist .add_to_wishlist.cs-loading:after,
.woocommerce .product-hover-style-icons-transparent-center .product-action-compare .compare.cs-loading:after,
.woocommerce .product-hover-style-icons-transparent-center .product-actions .open-quick-view.loading:after{
    top: 10px;
    left: 10px;
    background-image: url(../images/loader-img/cy_loader-light.svg);
}
.woocommerce .product-hover-style-icons-transparent-center .product-action-add-to-cart .button:after{
    top: 5px;
    left: 50%;
    margin-left: -12px;
}

/* Product Info */
.woocommerce .product-hover-style-icons-transparent-center .product-info{
	padding: 0;
	padding-top: 20px;
	position: relative;
}
.woocommerce .product-hover-style-icons-transparent-center .product-info .product-name {
    padding-top: 5px;
}
.woocommerce .product-hover-style-icons-transparent-center .product-info .price{
    line-height: 28px;
}
.woocommerce .product-hover-style-icons-transparent-center .product-info .star-rating-wrapper {
    margin-top: 5px;
    display: block;
}
.woocommerce ul.products .product-hover-style-icons-transparent-center .product-inner .stock{
	top: 15px;
	bottom: auto;
}
.woocommerce ul.products .product-hover-style-icons-transparent-center .product-inner .stock.out-of-stock{
	top: auto;
	bottom: 15px;
}

/* Countdown */
.woocommerce .product-hover-style-icons-transparent-center .product-info .woo-product-countdown-wrapper{
    position: absolute;
    top: -73px;
    left: 0;
    right: 0;
    text-align: center;
    transition: all 0.2s ease-out 0s;
}
.woocommerce .product-hover-style-icons-transparent-center .product-info .woo-product-countdown-wrapper .woo-product-countdown{
	display: inline-block;
}
.woocommerce .product-hover-style-icons-transparent-center:hover .product-info .woo-product-countdown-wrapper{
	opacity: 0;
	visibility: hidden;
}
.woocommerce .product-hover-style-icons-transparent-center .product-info .woo-product-countdown-wrapper ul.countdown{
	margin-top: 0 !important;
}

/* Row Dark BG */
.theme-dark .product-hover-style-icons-transparent-center .product-info .ciyashop-product-category a:hover,
.row-background-dark .product-hover-style-icons-transparent-center .product-info .ciyashop-product-category a:hover{
	color: #ffffff;
}
.theme-dark .product-hover-style-icons-transparent-center .product-info .product-name a,
.row-background-dark .product-hover-style-icons-transparent-center .product-info .product-name a{
	color: #ffffff;
}
.theme-dark ul.products li.product-hover-style-icons-transparent-center .product-info .price del,
.row-background-dark ul.products li.product-hover-style-icons-transparent-center .product-info .price del{
	opacity: 0.8;
}
.theme-dark ul.products li.product-hover-style-icons-transparent-center .product-info .price .amount,
.row-background-dark ul.products li.product-hover-style-icons-transparent-center .product-info .price .amount{
	color: #ffffff;
}

/*========================================*/
/* Info Transparent Center */
/*========================================*/
.woocommerce .products .product-hover-style-info-transparent-center,
.woocommerce .products .product-hover-style-info-transparent-center:hover{
	border: none;
	box-shadow: none;
	background: none;
}
.woocommerce .product-hover-style-info-transparent-center .product-inner:before{
	content: "";
	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.25s ease-out 0s;
	-moz-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
}
.woocommerce .product-hover-style-info-transparent-center:hover .product-inner:before{
	opacity: 1;
	visibility: visible;
}
.woocommerce .product-hover-style-info-transparent-center .product-info{
	position: absolute;
    left: 0;
    top: 48%;
    z-index: 2;
    text-align: center;
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.woocommerce .product-hover-style-info-transparent-center:hover .product-info{
	top: 50%;
	opacity: 1;
	visibility: visible;
}
.woocommerce .product-hover-style-info-transparent-center .product-actions{
	position: relative;
	bottom: auto;
    margin-bottom: 5px;
}
.woocommerce .product-hover-style-info-transparent-center .product-actions-inner > .product-action{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.woocommerce .product-hover-style-info-transparent-center .product-actions-inner > .product-action:after{
	content: "";
	width: 1px;
    height: 18px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: -2px;
    top: 13px;
}
.woocommerce .product-hover-style-info-transparent-center .product-actions-inner > .product-action-quick-view:after,
.woocommerce .product-hover-style-info-transparent-center .product-actions-inner > .product-action:last-child:after{
	content: normal;
}
.woocommerce .product-hover-style-info-transparent-center .product-actions .product-action a{
	background: none;
	box-shadow: none;
	margin: 0 1px !important;
}

/* Add to Cart */
.woocommerce .product-hover-style-info-transparent-center .product-action-add-to-cart{
    float: none;
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}
.woocommerce .product-hover-style-info-transparent-center .product-action-add-to-cart a,
.woocommerce .product-hover-style-info-transparent-center .product-action-add-to-cart a:hover{
    margin: 0 !important;
    width: 100%;
    height: auto;
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    background: none;
    border: 2px solid #ffffff;
    border-radius: 0;
    padding: 8px 25px;
    display: inline !important;
    opacity: 1;
}
.woocommerce .product-hover-style-info-transparent-center .product-action-add-to-cart a:hover{
	background: #ffffff;
	color: #323232;
}
.woocommerce .product-hover-style-info-transparent-center .product-action-add-to-cart a:before{
	content: normal;
}
.woocommerce .product-hover-style-info-transparent-center .product-action-add-to-cart a.added{
	display: none;
}
.woocommerce .product-hover-style-info-transparent-center .product-action-add-to-cart a.loading{
	color: rgba(255,255,255,0.5);
}

/* Quick View */
.woocommerce .product-hover-style-info-transparent-center .open-quick-view{
	min-width: inherit;
	top: inherit;
    left: inherit;
    transform: inherit;
}

.woocommerce .product-hover-style-info-transparent-center .product-action-add-to-cart .button:after,
.woocommerce .product-hover-style-info-transparent-center .product-action-wishlist .add_to_wishlist.cs-loading:after,
.woocommerce .product-hover-style-info-transparent-center .product-action-compare .compare.cs-loading:after,
.woocommerce .product-hover-style-info-transparent-center .product-actions .open-quick-view.loading:after{
    background-image: url(../images/loader-img/cy_loader-light.svg);
}

.woocommerce .product-hover-style-info-transparent-center .product-info .ciyashop-product-category,
.woocommerce .product-hover-style-info-transparent-center .product-info .ciyashop-product-category a,
.woocommerce .product-hover-style-info-transparent-center .product-info .ciyashop-product-category a:hover{
	color: rgba(255, 255, 255, 0.9);
}
.woocommerce .product-hover-style-info-transparent-center .product-info .product-name a{
	color: #ffffff;
}
.woocommerce ul.products li.product-hover-style-info-transparent-center .product-info .price{
	line-height: 24px;
}
.woocommerce ul.products li.product-hover-style-info-transparent-center .product-info .price del .amount,
.woocommerce ul.products li.product-hover-style-info-transparent-center .product-info .price .amount{
	color: #ffffff;
}
.woocommerce ul.products li.product-hover-style-info-transparent-center .star-rating-wrapper{
	display: block;
	margin-top: 5px;
    margin-bottom: 10px;
}
.woocommerce ul.products li.product-hover-style-info-transparent-center .star-rating{
	background: none;
}
.woocommerce ul.products li.product-hover-style-info-transparent-center .star-rating::before{
	color: #ffbe00;
}

/* Loading */
.woocommerce .product-hover-style-info-transparent-center .product-action-add-to-cart .button:after{
    top: 5px;
    left: 50%;
    margin-left: -12px;
}
.woocommerce .product-hover-style-info-transparent-center .product-action-wishlist .add_to_wishlist.cs-loading:after,
.woocommerce .product-hover-style-info-transparent-center .product-actions .open-quick-view.loading:after,
.woocommerce .product-hover-style-info-transparent-center .product-action-compare .compare.cs-loading:after{
    top: 10px;
    left: 10px;
}

/* List View */
.woocommerce ul.products.list .product-hover-style-info-transparent-center .product-info .stock{
	display: none;
}
.woocommerce ul.products.list .product-hover-style-info-transparent-center .product-inner{
	position: relative;
}
.woocommerce ul.products.list .product-hover-style-info-transparent-center .product-inner:before{
	content: normal;
}
.woocommerce ul.products.list .product-hover-style-info-transparent-center .product-info{
	transform: inherit;
	opacity: 1;
    visibility: visible;
}
.woocommerce ul.products.list .product-hover-style-info-transparent-center .product-info .product-actions{
	margin-bottom: 10px;
}
.woocommerce ul.products.list li.product.product-hover-style-info-transparent-center .product-info .product-actions a{
	color: #323232;
}
.woocommerce ul.products.list li.product-hover-style-info-transparent-center .product-actions-inner .product-action-wishlist .add_to_wishlist.cs-loading:after,
.woocommerce ul.products.list li.product-hover-style-info-transparent-center .product-actions-inner .product-action-compare .compare.cs-loading:after,
.woocommerce ul.products.list li.product-hover-style-info-transparent-center .product-actions-inner .product-action-quick-view .open-quick-view.loading:after{
	background-image: url(../images/loader-img/cy_loader.svg);
	top: 10px;
    left: 8px;
}
.woocommerce ul.products.list .product-hover-style-info-transparent-center .product-info .ciyashop-product-category a{
	color: #ababab;
}
.woocommerce ul.products.list .product-hover-style-info-transparent-center .product-info .product-name a{
	color: #323232;
}
.woocommerce ul.products.list .product-hover-style-info-transparent-center .product-action-add-to-cart a,
.woocommerce ul.products.list .product-hover-style-info-transparent-center .product-action-add-to-cart a:hover{
	color: #323232;
    border: 1px solid #e8e8e8;
}
.woocommerce ul.products.list .product-hover-style-info-transparent-center .woocommerce-product-details__short-description{
	margin-top: 15px;
}

/*========================================*/
/* Standard  Info Transparent */
/*========================================*/
.woocommerce .products .product-hover-style-standard-info-transparent{
	margin-bottom: 40px;
}
.woocommerce .products .product-hover-style-standard-info-transparent,
.woocommerce .products .product-hover-style-standard-info-transparent:hover{
	border: none;
	box-shadow: none;
}
.woocommerce .product-hover-style-standard-info-transparent .product-actions{
    position: absolute;
    bottom: auto;
    left: auto;
    top: 15px;
    right: -5px;
    width: auto;
    opacity: 0;
    visibility: hidden;
}
.woocommerce .product-hover-style-standard-info-transparent:hover .product-actions{
    right: 15px;
    opacity: 1;
    visibility: visible;
}
.woocommerce .product-hover-style-standard-info-transparent .product-actions .product-actions-inner{
	background: #ffffff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.12);
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.12);
	box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}
.woocommerce .product-hover-style-standard-info-transparent .product-actions .product-actions-inner > .product-action{
	position: relative;
}
.woocommerce .product-hover-style-standard-info-transparent .product-actions .product-actions-inner > .product-action:after{
	content: "";
	width: 25px;
	height: 1px;
	background: #e5e5e5;
    position: absolute;
    left: 15px;
    bottom: 0;
}
.woocommerce .product-hover-style-standard-info-transparent .product-actions .product-actions-inner > .product-action:last-child:after{
	content: normal;
}
.woocommerce .product-hover-style-standard-info-transparent .product-actions a,
.woocommerce .product-hover-style-standard-info-transparent .product-actions .alt{
	width: 55px;
    height: 50px;
    line-height: 40px;
	margin: 0 !important;
	background: none;
	color: #323232;
	border-radius: 0;
	box-shadow: none;
}
.woocommerce .product-hover-style-standard-info-transparent .product-actions a:hover{
	background: none;
	color: #04d39f;
}
.woocommerce .product-hover-style-standard-info-transparent .open-quick-view{
	min-width: inherit;
	top: inherit;
    left: inherit;
    transform: inherit;
}

.woocommerce .product-hover-style-standard-info-transparent .add_to_cart_button.loading:before{
	content: normal;
}
.woocommerce .product-hover-style-standard-info-transparent .add_to_cart_button.loading:after,
.woocommerce .product-hover-style-standard-info-transparent .product-action-wishlist .add_to_wishlist.cs-loading:after,
.woocommerce .product-hover-style-standard-info-transparent .product-action-compare .compare.cs-loading:after,
.woocommerce .product-hover-style-standard-info-transparent .product-actions .open-quick-view.loading:after{
    top: 13px;
    left: 15px;
}

/* Hover Right Label */
.woocommerce .product-hover-style-standard-info-transparent .hot-sale-wrapper{
    display: none;
}
.woocommerce ul.products .product-hover-style-standard-info-transparent .product-inner .stock{
	bottom: 20px;
	right: 15px;
    left: auto;
	z-index: 1;
}
.woocommerce ul.products .product-hover-style-standard-info-transparent .product-inner .out-of-stock{
	bottom: 20px;
	font-size: 12px;
    min-width: inherit;
}

/* Product Info */
.woocommerce .product-hover-style-standard-info-transparent .product-info{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    padding-right: 85px;
    text-align: left;
    background: rgba(0, 0, 0, 0.1);
}
.woocommerce .product-hover-style-standard-info-transparent .product-info .ciyashop-product-category,
.woocommerce .product-hover-style-standard-info-transparent .product-info .ciyashop-product-category a,
.woocommerce .product-hover-style-standard-info-transparent .product-info .ciyashop-product-category a:hover{
	color: rgba(255, 255, 255, 0.9);
	text-transform: uppercase;
    font-size: 12px;
}
.woocommerce .product-hover-style-standard-info-transparent .product-info .product-name{
	padding-top: 5px;
}
.woocommerce .product-hover-style-standard-info-transparent .product-info .product-name a{
	color: #ffffff;
}
.woocommerce ul.products .product-hover-style-standard-info-transparent .product-info .countdown li{
	margin-bottom: 4px;
}
.woocommerce .product-hover-style-standard-info-transparent .product-info .standard-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    padding-right: 90px;
}
.woocommerce ul.products li.product-hover-style-standard-info-transparent .product-info .price{
	line-height: 24px;
	color: #ffffff;
}
.woocommerce ul.products li.product-hover-style-standard-info-transparent .product-info .price del .amount,
.woocommerce ul.products li.product-hover-style-standard-info-transparent .product-info .price .amount{
	color: #ffffff;
}
.woocommerce ul.products li.product-hover-style-standard-info-transparent .price{
	text-align: left;
}
.woocommerce ul.products li.product-hover-style-standard-info-transparent .star-rating-wrapper{
	margin-top: 5px;
    display: block;
}
.woocommerce ul.products li.product-hover-style-standard-info-transparent .star-rating{
	background: none;
	margin: 0;
}
.woocommerce ul.products li.product-hover-style-standard-info-transparent .star-rating::before{
	color: #ffbe00;
}

/* Swatches Variations */
.product-hover-style-standard-info-transparent .product-info .cs-variations-on-grid{
	margin-top: 15px;
	margin-bottom: 0px;
	line-height: 16px;
}
.product-hover-style-standard-info-transparent .product-info .cs-variations-on-grid .ciyashop-grid-swatch{
	width: 18px;
	height: 18px;
	font-size: 0;
	display: inline-block;
	background: #ffffff;
	background-size: cover;
	border-radius: 50px;
	margin-right: 3px;
	cursor: pointer;
	vertical-align: top;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.product-hover-style-standard-info-transparent .product-info .cs-variations-on-grid .ciyashop-grid-swatch.swatch-colored{
	width: 15px;
	height: 15px;
}
.product-hover-style-standard-info-transparent .product-info .cs-variations-on-grid .ciyashop-text-only{
	font-size: 10px;
    color: #323232;
    text-align: center;
    background: #ffffff;
	width: auto;
    min-width: 15px;
    max-width: 50px;
	height: 17px;
	line-height: 17px;
	padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-hover-style-standard-info-transparent .product-info .cs-variations-on-grid .swatch-colored.cs-attr-selected{
	box-shadow: 0 0px 0 2px #ffffff;
}
.product-hover-style-standard-info-transparent .product-info .cs-variations-on-grid .cs-attr-selected{
	box-shadow: 0 0px 0 2px #04d39f;
}

/* Swatch Active */
.product-hover-style-standard-info-transparent .product-info .variations .ciyashop-swatches .swatches-select .ciyashop-swatch.cs-attr-selected{
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.8);
	box-shadow: 0 0 0 1px rgba(0,0,0,0.8);
}
.product-hover-style-standard-info-transparent .product-info .variations .ciyashop-swatches .swatches-select .ciyashop-text-only.cs-attr-selected{
	box-shadow: none;
	border-bottom: 2px solid;
}

/* Dark Icons */
.woocommerce .product-hover-style-standard-info-transparent.product-hover-button-style-dark .product-actions .product-actions-inner{
	background: #323232;
}
.woocommerce .product-hover-style-standard-info-transparent.product-hover-button-style-dark .product-actions a{
	color: #a7a5a6;
}
.woocommerce .product-hover-style-standard-info-transparent.product-hover-button-style-dark .product-actions a:hover{
	color: #ffffff;
}
.woocommerce .product-hover-style-standard-info-transparent.product-hover-button-style-dark .product-actions .product-actions-inner > .product-action:after{
	background: #545454;
}

/* List View */
.woocommerce ul.list .product-hover-style-standard-info-transparent .product-info{
	background: none;
}
.woocommerce ul.list .product-hover-style-standard-info-transparent .product-info .ciyashop-product-category,
.woocommerce ul.list .product-hover-style-standard-info-transparent .product-info .ciyashop-product-category a,
.woocommerce ul.list .product-hover-style-standard-info-transparent .product-info .ciyashop-product-category a:hover{
	color: #969696;
}
.woocommerce ul.list .product-hover-style-standard-info-transparent .product-info .product-name,
.woocommerce ul.list .product-hover-style-standard-info-transparent .product-info .product-name a{
	color: #323232;
}
.woocommerce ul.list .product-hover-style-standard-info-transparent .product-info .standard-info{
	position: relative;
	padding: 0;
}
.woocommerce ul.list .product-hover-style-standard-info-transparent .product-info .cs-variations-on-grid,
.woocommerce ul.list .product-hover-style-standard-info-transparent:hover .product-info .cs-variations-on-grid {
    margin-top: 15px;
    margin-bottom: 0px;
    opacity: 1;
}
.woocommerce ul.list .product-hover-style-standard-info-transparent .woocommerce-product-details__short-description{
	margin-top: 10px;
}

/*========================================*/
/* Standard Quick Shop */
/*========================================*/
.woocommerce .products .product-hover-style-standard-quick-shop{
	margin-bottom: 40px;
}
.woocommerce .products .product-hover-style-standard-quick-shop,
.woocommerce .products .product-hover-style-standard-quick-shop:hover{
	border: none;
	box-shadow: none;
}
.woocommerce .product-hover-style-standard-quick-shop .product-actions{
    position: absolute;
    bottom: auto;
    left: auto;
    top: 15px;
    right: -5px;
    width: auto;
    opacity: 0;
    visibility: hidden;
}
.woocommerce .product-hover-style-standard-quick-shop:hover .product-actions{
    right: 15px;
    opacity: 1;
    visibility: visible;
}
.woocommerce .product-hover-style-standard-quick-shop .product-actions .product-actions-inner{
	background: #ffffff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.12);
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.12);
	box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}
.woocommerce .product-hover-style-standard-quick-shop .product-actions .product-actions-inner > .product-action{
	position: relative;
}
.woocommerce .product-hover-style-standard-quick-shop .product-actions .product-actions-inner > .product-action:after{
	content: "";
	width: 25px;
	height: 1px;
	background: #e5e5e5;
    position: absolute;
    left: 15px;
    bottom: 0;
}
.woocommerce .product-hover-style-standard-quick-shop .product-actions .product-actions-inner > .product-action:last-child:after{
	content: normal;
}
.woocommerce .product-hover-style-standard-quick-shop .product-actions a,
.woocommerce .product-hover-style-standard-quick-shop .product-actions .alt{
	width: 55px;
    height: 50px;
    line-height: 40px;
	margin: 0 !important;
	background: none;
	color: #323232;
	border-radius: 0;
	box-shadow: none;
}
.woocommerce .product-hover-style-standard-quick-shop .product-actions a:hover{
	background: none;
	color: #04d39f;
}
.woocommerce .product-hover-style-standard-quick-shop .open-quick-view{
	min-width: inherit;
	top: inherit;
    left: inherit;
    transform: inherit;
}

.woocommerce .product-hover-style-standard-quick-shop .product-action-wishlist .add_to_wishlist.cs-loading:after,
.woocommerce .product-hover-style-standard-quick-shop .product-action-compare .compare.cs-loading:after,
.woocommerce .product-hover-style-standard-quick-shop .product-actions .open-quick-view.loading:after{
    top: 14px;
    left: 15px;
}

/* Hover Right Label */
.woocommerce ul.products li.product-hover-style-standard-quick-shop .onsale,
.woocommerce .product-hover-style-standard-quick-shop span.featured,
.woocommerce .product-hover-style-standard-quick-shop span.onsale{
	right: auto;
    left: 0;
}
.woocommerce .product-hover-style-standard-quick-shop span.featured:after,
.woocommerce .product-hover-style-standard-quick-shop span.featured:before,
.woocommerce .product-hover-style-standard-quick-shop span.onsale:after,
.woocommerce .product-hover-style-standard-quick-shop span.onsale:before{
	left: auto;
    right: -10px;
}

/* Variations */
.woocommerce .product-hover-style-standard-quick-shop .product-thumbnail .ciyashop-product-variations-wrapper,
.woocommerce .products .product-hover-style-standard-quick-shop .product-info .ciyashop-product-variations-wrapper .ciyashop-variations-close,
.woocommerce .products .product-hover-style-standard-quick-shop .product-info .ciyashop-product-variations-wrapper .variations th.label,
.woocommerce .products .product-hover-style-standard-quick-shop .product-info .ciyashop-product-variations-wrapper .variations td.label,
.woocommerce .products .product-hover-style-standard-quick-shop .product-info .ciyashop-product-variations-wrapper .single_variation_wrap .quantity{
	display: none !important;
}
.woocommerce .products .product-hover-style-standard-quick-shop .product-info .ciyashop-product-variations-wrapper .variations_form {
    display: block;
    position: absolute;
    width: 100%;
    background: #ffffff;
    left: 0;
    top: 0;
}
.woocommerce .products .product-hover-style-standard-quick-shop .product-info .ciyashop-product-variations-wrapper .single_variation_wrap .woocommerce-variation,
.woocommerce .products .product-hover-style-standard-quick-shop .product-info .ciyashop-product-variations-wrapper .variations,
.woocommerce .products .product-hover-style-standard-quick-shop .product-info .ciyashop-product-variations-wrapper .ciyashop-variation-selected .variations{
	float: none;
	margin-bottom: 5px;
}
.woocommerce .products .product-hover-style-standard-quick-shop .product-info .ciyashop-product-variations-wrapper .variations td{
    line-height: 22px;
}
.woocommerce .products .product-hover-style-standard-quick-shop .product-info .ciyashop-product-variations-wrapper .ciyashop-swatch.swatch-image {
    width: 20px;
    height: 20px;
    border-radius: 30px;
    background-size: cover;
    background-repeat: no-repeat;
}
.woocommerce .products .product-hover-style-standard-quick-shop .product-info .ciyashop-product-variations-wrapper .single_variation_wrap{
	position: relative;
	display: none !important;
}
.woocommerce .products .product-hover-style-standard-quick-shop .product-info .ciyashop-product-variations-wrapper .variations_form.ciyashop-variation-selected .single_variation_wrap{
	display: block !important;
}
.woocommerce .products .product-hover-style-standard-quick-shop .product-info .ciyashop-product-variations-wrapper .variations .reset_variations,
.woocommerce .products .product-hover-style-standard-quick-shop .product-info .ciyashop-product-variations-wrapper .ciyashop-variation-selected .variations .reset_variations{
    top: 0;
    opacity: 1;
    right: -5px;
    left: auto;
    bottom: auto;
    width: auto;
}

.woocommerce .products .product-hover-style-standard-quick-shop .product-info .ciyashop-product-variations-wrapper .variations_form .variations tr{
	display: none;
}
.woocommerce .products .product-hover-style-standard-quick-shop .product-info .ciyashop-product-variations-wrapper .variations tr:first-child,
.woocommerce .products .product-hover-style-standard-quick-shop .product-info .ciyashop-product-variations-wrapper .variations tr:first-child,
.woocommerce .products .product-hover-style-standard-quick-shop .product-info .ciyashop-product-variations-wrapper .ciyashop-variation-selected .variations tr{
	display: block;
}

/* Variations Dropdown */
.woocommerce .products .product-hover-style-standard-quick-shop .product-info .ciyashop-product-variations-wrapper .select2-container{
	width: 165px !important;
	margin-bottom: 3px;
}
.woocommerce .products .product-hover-style-standard-quick-shop .product-info .ciyashop-product-variations-wrapper .select2-container--default .select2-selection--single{
	height: 35px;
    border-width: 2px;
}
.woocommerce .products .product-hover-style-standard-quick-shop .product-info .ciyashop-product-variations-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 35px;
}
.woocommerce .products .product-hover-style-standard-quick-shop .product-info .ciyashop-product-variations-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 35px;
}

/* Product Info */
.woocommerce .product-hover-style-standard-quick-shop .product-info {
	position: relative;
	padding: 15px;
	overflow: hidden;
}
.woocommerce .products .product-hover-style-standard-quick-shop .product-info .ciyashop-product-variations-wrapper {
	background: #ffffff;
	z-index: 9;
    transform: inherit;
    position: relative;
    padding: 0;
}
.woocommerce .products .product-hover-style-standard-quick-shop .product-info .ciyashop-product-variations-wrapper + .ciyashop-product-variations-wrapper-inner {
	padding-top: 45px;
}
.woocommerce .product-hover-style-standard-quick-shop .product-info .product-name{
	padding-top: 5px;
}
.woocommerce .product-hover-style-standard-quick-shop .product-info .product-name a,
.woocommerce ul.products li.product.product-hover-style-standard-quick-shop .price .amount{
	color: #323232;
}
.woocommerce ul.products li.product-hover-style-standard-quick-shop .button{
	margin-top: 0;
	position: relative;
}
.woocommerce ul.products li.product-hover-style-standard-quick-shop .product-action-add-to-cart .button:hover{
	background: #323232;
}
.woocommerce ul.products li.product-hover-style-standard-quick-shop .button.loading{
	color: rgba(255,255,255,0.5);
	padding: 0px 18px;
	opacity: 1;
}
.woocommerce ul.products li.product-hover-style-standard-quick-shop .button.loading:after{
	content: normal;
}
.woocommerce ul.products li.product-hover-style-standard-quick-shop .button.loading:before{
	content: "";
	position: absolute;
	transform: translate(-50%);
	background-image: url(../images/loader-img/cy_loader-light.svg);
	background-size: cover;
	width: 25px;
    height: 25px;
	top: 7px;
    left: 50%;
}
.woocommerce ul.products li.product-hover-style-standard-quick-shop .added_to_cart{
	background: #04d39f;
    color: #ffffff;
    line-height: 38px;
    padding: 0px 18px;
    text-transform: uppercase;
    border-radius: 3px;
    font-weight: normal;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
}
.woocommerce ul.products li.product-hover-style-standard-quick-shop .added_to_cart:hover{
	background: #323232;
}

.woocommerce .product-hover-style-standard-quick-shop .product-info .star-rating-wrapper {
    margin-top: 5px;
    display: block;
}
.woocommerce .product-hover-style-standard-quick-shop .product-action-add-to-cart{
	display: none;
}
.woocommerce .product-hover-style-standard-quick-shop.product-type-simple .product-action-add-to-cart{
	display: block;
	margin-bottom: 10px;
    margin-top: 5px;
}
.woocommerce .products .product-hover-style-standard-quick-shop .product-info .ciyashop-product-variations-wrapper .single_variation_wrap {
	min-height: 107px;
}
.woocommerce .products .product-hover-style-standard-quick-shop .product-info .ciyashop-product-variations-wrapper .single_variation_wrap .button {
    width: auto;
    border-radius: 3px;
    padding: 5px 20px;
}

/* Dark Icons */
.woocommerce .product-hover-style-standard-quick-shop.product-hover-button-style-dark .product-actions .product-actions-inner{
	background: #323232;
}
.woocommerce .product-hover-style-standard-quick-shop.product-hover-button-style-dark .product-actions a{
	color: #a7a5a6;
}
.woocommerce .product-hover-style-standard-quick-shop.product-hover-button-style-dark .product-actions a:hover{
	color: #ffffff;
}
.woocommerce .product-hover-style-standard-quick-shop.product-hover-button-style-dark .product-actions .product-actions-inner > .product-action:after{
	background: #545454;
}

/* List View */
.woocommerce ul.products.list .product-hover-style-standard-quick-shop .ciyashop-product-variations-wrapper .variations{
	text-align: left;
}
.woocommerce ul.products.list .product-hover-style-standard-quick-shop .product-info .ciyashop-product-variations-wrapper .variations_form{
	position: relative;
}
.woocommerce ul.products.list .product-hover-style-standard-quick-shop .product-info .ciyashop-product-variations-wrapper .variations_form .variations tr {
    display: block;
}
.woocommerce ul.products.list .product-hover-style-standard-quick-shop .product-info .ciyashop-product-variations-wrapper + .ciyashop-product-variations-wrapper-inner {
    padding-top: 10px;
}
.woocommerce ul.products.list .product-hover-style-standard-quick-shop .product-info .ciyashop-product-variations-wrapper .variations_form.ciyashop-variation-selected .single_variation_wrap{
	text-align: left;
	margin-top: 15px;
}
/*======================================*/
/* Icon Bottom Bar - Image Bottom Bar*/
/*======================================*/
.woocommerce .products .product-hover-style-image-bottom-bar {
	border: none;
	box-shadow: none;
	background: none;
}
.woocommerce .products .product-hover-style-image-bottom-bar:hover {
	box-shadow: none;
}

.woocommerce .product-hover-style-image-bottom-bar .product-actions {
	bottom: -46px;
	opacity: 0;
}

.woocommerce .product-hover-style-image-bottom-bar:hover .product-actions {
	bottom: 0px;
	opacity: 1;
}
.woocommerce .product-hover-style-image-bottom-bar .product-action-wishlist{
	float: left;
}
.woocommerce .product-hover-style-image-bottom-bar .product-action-compare{
	float: right;
}

.woocommerce .products .product-hover-style-image-bottom-bar .product-info{
	padding: 0;
	padding-top: 15px;
}
.woocommerce .products .product-hover-style-image-bottom-bar .product-info .product-name{
	padding-top: 0px;
}
.woocommerce .products .product-hover-style-image-bottom-bar .product-info .star-rating-wrapper{
	margin-top: 0;
	margin-bottom: 8px;
	display: block;
}
.woocommerce .products .product-hover-style-image-bottom-bar .product-info .ciyashop-product-category{
	display: none;
}

/* Loading */
.woocommerce .product-hover-style-image-bottom-bar.product-hover-bar-style-flat .product-actions .add_to_cart_button.loading:before{
	background-image: url(../images/loader-img/cy_loader-light.svg);
	top: 8px;
    left: -5px;
    padding-right: 0px;
}
.woocommerce .product-hover-style-image-bottom-bar.product-hover-bar-style-border .product-actions .add_to_cart_button.loading:before{
	top: 8px;
    left: -5px;
    padding-right: 0px;
}

.woocommerce .product-hover-style-image-bottom-bar .product-action .open-quick-view.loading:after{
	top: 10px;
    left: 15px;
}
.woocommerce .product-hover-style-image-bottom-bar .product-action-compare .compare.cs-loading:after {
    left: 10px;
}

.woocommerce .product-hover-style-image-bottom-bar .product-actions,
.woocommerce .product-hover-style-info-bottom-bar .product-actions {
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}

.woocommerce .product-hover-style-image-bottom-bar .product-actions {
	background: #ffffff;
	border-top: none;
	border-bottom: none;
}

.woocommerce .product-hover-style-image-bottom-bar .product-actions > .product-action-add-to-cart,
.woocommerce .product-hover-style-info-bottom-bar .product-actions > .product-action-add-to-cart {
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
}

.woocommerce .product-hover-style-image-bottom-bar .product-actions .added_to_cart {
	width: 100%;
}

.woocommerce .product-hover-style-image-bottom-bar .product-actions .product-action-compare a,
.woocommerce .product-hover-style-info-bottom-bar .product-actions .product-action-compare a {
	border-left: 1px solid #ececec;
}

.woocommerce .product-hover-style-image-bottom-bar.product-hover-act-position-left .product-actions .product-action-add-to-cart,
.woocommerce .product-hover-style-info-bottom-bar.product-hover-act-position-left .product-actions .product-action-add-to-cart,
.woocommerce .product-hover-style-image-bottom-bar.product-hover-act-position-center .product-actions .product-action-compare a,
.woocommerce .product-hover-style-info-bottom-bar.product-hover-act-position-center .product-actions .product-action-compare a {
	border-left: none;
}

.woocommerce .product-hover-style-image-bottom-bar.product-hover-bar-style-flat .product-actions .add_to_cart_button,
.woocommerce .product-hover-style-image-bottom-bar.product-hover-bar-style-flat .product-actions .product_type_variable,
.woocommerce .product-hover-style-image-bottom-bar.product-hover-bar-style-border .product-actions .add_to_cart_button,
.woocommerce .product-hover-style-image-bottom-bar.product-hover-bar-style-border .product-actions .product_type_grouped,
.woocommerce .product-hover-style-info-bottom-bar.product-hover-bar-style-flat .product-actions .add_to_cart_button,
.woocommerce .product-hover-style-info-bottom-bar.product-hover-bar-style-border .product-actions .add_to_cart_button,
.woocommerce .product-hover-style-info-bottom-bar.product-hover-bar-style-flat .product-actions .added_to_cart,
.woocommerce .product-hover-style-info-bottom-bar.product-hover-bar-style-border .product-actions .added_to_cart,
.woocommerce .product-hover-style-info-bottom-bar.product-hover-bar-style-border .product-actions .product_type_grouped,
.woocommerce .product-hover-style-image-bottom-bar.product-hover-bar-style-flat .product-actions .product_type_external,
.woocommerce .product-hover-style-image-bottom-bar.product-hover-bar-style-border .product-actions .product_type_external,
.woocommerce .product-hover-style-info-bottom-bar.product-hover-bar-style-flat .product-actions .product_type_external,
.woocommerce .product-hover-style-info-bottom-bar.product-hover-bar-style-border .product-actions .product_type_external,
.woocommerce .product-hover-style-image-bottom-bar.product-hover-bar-style-flat .product-actions .added_to_cart,
.woocommerce .product-hover-style-image-bottom-bar.product-hover-bar-style-border .product-actions .added_to_cart,
.woocommerce .product-hover-style-image-bottom-bar.product-hover-bar-style-flat .product-actions .product_type_grouped,
.woocommerce .product-hover-style-info-bottom-bar.product-hover-bar-style-flat .product-actions .product_type_grouped,
.woocommerce .product-hover-style-info-bottom-bar.product-hover-bar-style-flat .product-actions .product_type_variable,
.woocommerce .product-hover-style-info-bottom-bar.product-hover-bar-style-border .product-actions .product_type_variable{
	font-size: 13px;
	font-weight: 400;
	width: 100%;
	background: #04d39f;
	color: #ffffff;
	line-height: 45px;
	text-transform: uppercase;
}

.woocommerce .product-hover-style-image-bottom-bar.product-hover-bar-style-border .product-actions .add_to_cart_button,
.woocommerce .product-hover-style-info-bottom-bar.product-hover-bar-style-border .product-actions .add_to_cart_button,
.woocommerce .product-hover-style-image-bottom-bar.product-hover-bar-style-border .product-actions .product_type_external,
.woocommerce .product-hover-style-info-bottom-bar.product-hover-bar-style-border .product-actions .product_type_external,
.woocommerce .product-hover-style-image-bottom-bar.product-hover-bar-style-border .product-actions .added_to_cart,
.woocommerce .product-hover-style-info-bottom-bar.product-hover-bar-style-border .product-actions .added_to_cart,
.woocommerce .product-hover-style-info-bottom-bar.product-hover-bar-style-border .product-actions .product_type_variable,
.woocommerce .product-hover-style-image-bottom-bar.product-hover-bar-style-border .product-actions .product_type_grouped,
.woocommerce .product-hover-style-info-bottom-bar.product-hover-bar-style-border .product-actions .product_type_grouped{
	background: #ffffff;
	color: #04d39f;
}

.woocommerce .product-hover-style-image-bottom-bar .product-actions a,
.woocommerce .product-hover-style-info-bottom-bar .product-actions a,
.woocommerce .product-hover-style-image-bottom-bar .product-actions .alt,
.woocommerce .product-hover-style-info-bottom-bar .product-actions .alt{
	margin: 0 !important;
	border-radius: 0px;
	box-shadow: none;
	background: #ffffff;
	color: #323232;
}

.woocommerce .product-hover-style-image-bottom-bar .product-actions a:hover,
.woocommerce .product-hover-style-info-bottom-bar .product-actions a:hover,
.woocommerce .product-hover-style-image-bottom-bar .product-actions .alt:hover,
.woocommerce .product-hover-style-info-bottom-bar .product-actions .alt:hover{
	background: #04d39f;
	color: #ffffff;
}

.woocommerce .product-hover-style-image-bottom-bar .product-actions .add_to_cart_button:hover,
.woocommerce .product-hover-style-info-bottom-bar .product-actions .add_to_cart_button:hover,
.woocommerce .product-hover-style-image-bottom-bar .product-actions .product_type_external:hover,
.woocommerce .product-hover-style-info-bottom-bar .product-actions .product_type_external:hover,
.woocommerce .product-hover-style-image-bottom-bar .product-actions .added_to_cart:hover,
.woocommerce .product-hover-style-info-bottom-bar .product-actions .added_to_cart:hover,
.woocommerce .product-hover-style-info-bottom-bar .product-actions .product_type_variable:hover,
.woocommerce .product-hover-style-image-bottom-bar .product-actions .product_type_grouped:hover,
.woocommerce .product-hover-style-info-bottom-bar .product-actions .product_type_grouped:hover{
	background: #323232;
	color: #ffffff !important;
}

.woocommerce .product-hover-style-image-bottom-bar .product-actions .add_to_cart_button:before,
.woocommerce .product-hover-style-image-bottom-bar .product-actions .product_type_variable:before,
.woocommerce .product-hover-style-info-bottom-bar .product-actions .add_to_cart_button:before,
.woocommerce .product-hover-style-image-bottom-bar .product-actions .product_type_external:before,
.woocommerce .product-hover-style-info-bottom-bar .product-actions .product_type_external:before,
.woocommerce .product-hover-style-image-bottom-bar .product-actions .added_to_cart:before,
.woocommerce .product-hover-style-info-bottom-bar .product-actions .added_to_cart:before,
.woocommerce .product-hover-style-info-bottom-bar .product-actions .product_type_variable:before,
.woocommerce .product-hover-style-image-bottom-bar .product-actions .product_type_grouped:before,
.woocommerce .product-hover-style-info-bottom-bar .product-actions .product_type_grouped:before{
	top: 0;
	padding-right: 10px;
}

.woocommerce .product-hover-style-image-bottom-bar .product-info,
.woocommerce .product-hover-style-info-bottom-bar .product-info {
	position: relative;
	z-index: 9;

}

.woocommerce .product-hover-act-position-center .product-actions > .product-action-wishlist {
	float: left;
}

.woocommerce .product-hover-act-position-center .product-actions > .product-action-compare {
	float: right;
}

.woocommerce .product-hover-style-image-bottom-bar .product-actions .product-action-add-to-cart,
.woocommerce .product-hover-style-info-bottom-bar .product-actions .product-action-add-to-cart {
	width: calc(100% - 90px);
	background: #ffffff;
	border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}
.woocommerce .product-hover-style-image-bottom-bar .product-actions .product-action-add-to-cart,
.woocommerce .product-hover-style-info-bottom-bar .product-actions .product-action-add-to-cart{
	display: inline-flex;
}

.product-hover-style-image-bottom-bar.product-hover-bar-style-flat.product-hover-act-position-left .product-actions .product-action,
.product-hover-style-image-bottom-bar.product-hover-bar-style-border.product-hover-act-position-left .product-actions .product-action,
.product-hover-style-info-bottom-bar.product-hover-bar-style-flat.product-hover-act-position-left .product-actions .product-action,
.product-hover-style-info-bottom-bar.product-hover-bar-style-border.product-hover-act-position-left .product-actions .product-action {
	float: left;
}

/* Row Dark BG */
.theme-dark .product-hover-style-image-bottom-bar .product-info .product-name a,
.row-background-dark .product-hover-style-image-bottom-bar .product-info .product-name a{
	color: #ffffff;
}
.theme-dark ul.products li.product-hover-style-image-bottom-bar .product-info .price del,
.row-background-dark ul.products li.product-hover-style-image-bottom-bar .product-info .price del{
	opacity: 0.8;
}

.row-background-dark ul.products li.product-hover-style-image-bottom-bar .product-info .price .amount,
.row-background-dark ul.products li.product-hover-style-image-bottom-bar .product-info .price del .amount,
.theme-dark ul.products li.product-hover-style-image-bottom-bar .product-info .price .amount,
.theme-dark ul.products li.product-hover-style-image-bottom-bar .product-info .price del .amount{
	color: #ffffff;
}

/* Product Hover Style in 5 Column */
.woocommerce .products-loop-column-5 .product-hover-style-image-bottom-bar .product-actions .product-action-add-to-cart a{
	font-size: 0;
}
.woocommerce .products-loop-column-5 .product-hover-style-image-bottom-bar .product-actions .product-action-add-to-cart a:before{
	content: "\f07a";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 18px;
    padding-right: 0;
}
.woocommerce .products-loop-column-5 .product-hover-style-image-bottom-bar.product_icon_type-line-icon .product-actions .product-action-add-to-cart a:before{
	content: "\f1bf";
    font-family: pgsicon-ecommerce;
    font-size: 18px;
}
.woocommerce .products-loop-column-5 .product-hover-style-image-bottom-bar .product-actions .product-action-add-to-cart a.added_to_cart:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.woocommerce .products-loop-column-5 .product-hover-style-image-bottom-bar .product-actions .product-action-add-to-cart a.loading:before{
    content: "";
    background-image: url(../images/loader-img/cy_loader.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    top: 10px;
    display: inline-block;
}
.woocommerce .products-loop-column-5 .product-hover-style-image-bottom-bar.product-hover-bar-style-flat .product-actions .product-action-add-to-cart a.loading:before{
	background-image: url(../images/loader-img/cy_loader-light.svg);
}

/*===================================*/
/* Quick View - All Info Bottom */
/*===================================*/
.woocommerce .product-hover-style-image-bottom-bar .open-quick-view,
.woocommerce .product-hover-style-info-bottom .open-quick-view,
.woocommerce .product-hover-style-info-bottom-bar .open-quick-view {
	background: #ffffff !important;
	color: #323232;
	font-size: 13px;
	width: 135px;
	height: 42px;
	opacity: 0;
	line-height: 41px;
	padding: 0;
	top: 60%;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-transform: translate(-50%, -70%);
	-moz-transform: translate(-50%, -70%);
	transform: translate(-50%, -70%);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.woocommerce ul.products .product-hover-style-info-bottom .product-inner > .stock{
	display: none;
}
.woocommerce ul.products .product-hover-style-info-bottom .product-inner .product-thumbnail .stock{
	left: 15px;
	top: 15px;
	bottom: auto;
	width: auto;
}
.woocommerce .product-hover-style-info-bottom .open-quick-view {
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.woocommerce .product-hover-style-image-bottom-bar .open-quick-view:before,
.woocommerce .product-hover-style-info-bottom .open-quick-view:before,
.woocommerce .product-hover-style-info-bottom-bar .open-quick-view:before {
	content: "\f06e";
	position: relative;
	left: 0;
	top: 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	padding-right: 4px;
}

.woocommerce .product-hover-style-image-bottom-bar .open-quick-view:hover,
.woocommerce .product-hover-style-info-bottom .open-quick-view:hover,
.woocommerce .product-hover-style-info-bottom-bar .open-quick-view:hover {
	background: #ffffff;
	color: #04d39f;
}

.woocommerce .product-hover-style-image-bottom-bar .open-quick-view {
	top: 40%;
}

.woocommerce .product-hover-style-image-bottom-bar:hover .open-quick-view,
.woocommerce .product-hover-style-info-bottom:hover .open-quick-view,
.woocommerce .product-hover-style-info-bottom-bar:hover .open-quick-view {
	opacity: 1;
	top: 50%;
}

/*===================================*/
/* Info Bottom */
/*===================================*/
.woocommerce ul.products li.product-hover-style-info-bottom {
	padding-bottom: 65px;
	position: relative;
}
.woocommerce ul.products.list li.product-hover-style-info-bottom {
 	box-shadow: none;
 }

.woocommerce ul.products.list li.product.product-hover-style-info-bottom {
	padding-bottom: 0px;
	border-bottom: none;
}

.woocommerce .product-hover-style-info-bottom .product-actions {
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 100%;
	margin-top: 0;
}

.woocommerce .product-hover-style-info-bottom .product-info {
	padding: 20px 20px;
	padding-bottom: 0px;
	position: relative;
}
.woocommerce .products .product-hover-style-info-bottom .product-info .star-rating-wrapper {
    margin-top: 0;
    margin-bottom: 8px;
    display: block;
}
.woocommerce .products .product-hover-style-info-bottom .product-info .ciyashop-product-category{
	display: none;
}
.woocommerce .product-hover-style-info-bottom .product-info .product-name{
	padding-top: 0;
}
.woocommerce .product-hover-style-info-bottom .product-info .product-name a,
.woocommerce ul.products li.product-hover-style-info-bottom .product-info .price .amount{
	color: #323232;
}
.woocommerce .product-hover-style-info-bottom .product-actions-inner > .product-action {
    display: inline-block;
    vertical-align: top;
}
.woocommerce .product-hover-style-info-bottom.variations-shown .product-actions-inner > .product-action-add-to-cart{
	display: none;
}
.woocommerce .product-hover-style-info-bottom.product-hover-act-position-center .product-action-wishlist{
	float: left;
}
.woocommerce .product-hover-style-info-bottom.product-hover-act-position-center .product-action-compare{
	float: right;
}
.woocommerce .product-hover-style-info-bottom.product-hover-act-position-center .product-actions .product-action-add-to-cart{
	width: calc(100% - 115px);
}
.woocommerce .product-hover-style-info-bottom .product-actions .product-action-add-to-cart a.button{
	text-align: center;
	padding: 0 15px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.woocommerce .product-hover-style-info-bottom .product-actions .add_to_cart_button,
.woocommerce .product-hover-style-info-bottom .product-actions .product_type_external,
.woocommerce .product-hover-style-info-bottom .product-actions .added_to_cart,
.woocommerce .product-hover-style-info-bottom .product-actions .product_type_grouped{
	font-size: 13px;
	font-weight: 400;
	width: 100%;
	background: #04d39f;
	color: #ffffff;
	line-height: 40px;
	padding: 0 25px;
	border-radius: 0;
	text-transform: uppercase;

}

.woocommerce .product-hover-style-info-bottom .product-actions .add_to_cart_button:hover,
.woocommerce .product-hover-style-info-bottom .product-actions .product_type_external:hover,
.woocommerce .product-hover-style-info-bottom .product-actions .added_to_cart:hover,
.woocommerce .product-hover-style-info-bottom .product-actions .product_type_grouped:hover{
	background: #323232;
	color: #ffffff;
}

.woocommerce .product-hover-style-info-bottom .product-actions .add_to_cart_button:before,
.woocommerce .product-hover-style-info-bottom .product-actions .product_type_external:before,
.woocommerce .product-hover-style-info-bottom .product-actions .added_to_cart:before,
.woocommerce .product-hover-style-info-bottom .product-actions .product_type_grouped:before{
	top: 0;
	padding-right: 10px;
	content: normal;
}

.woocommerce .product-hover-style-info-bottom .product-actions a,
.woocommerce .product-hover-style-info-bottom .product-actions .alt{
	width: 55px;
	height: 40px;
	margin: 0 !important;
	border-radius: 0px;
	box-shadow: none;
	background: none;
	color: #323232;
}

.woocommerce .product-hover-style-info-bottom.product-hover-act-position-left .product-actions a,
.woocommerce .product-hover-style-info-bottom.product-hover-act-position-left .product-actions .alt{
	width: 45px;
}
.woocommerce .product-hover-style-info-bottom.product-hover-act-position-left .product-actions .product-action-add-to-cart a{
	width: auto;
	padding: 0 15px;
}
.woocommerce .product-hover-style-info-bottom .product-actions a:hover {
	background: none;
	color: #323232;
}

.woocommerce .product-hover-style-info-bottom.product-hover-act-position-left .product-actions > .product-action-add-to-cart {
	padding-right: 5px;
}

.woocommerce .product-hover-style-info-bottom.product-hover-act-position-center .product-actions > .product-action-add-to-cart {
	width: calc(100% - 90px);
}

.woocommerce .product-hover-style-info-bottom .product-actions > .product-action-add-to-cart .add_to_cart_button,
.woocommerce .product-hover-style-info-bottom .product-actions > .product-action-add-to-cart .added_to_cart,
.woocommerce .product-hover-style-info-bottom .product-actions > .product-action-add-to-cart .product_type_external {
	width: 100%;
}

.woocommerce .product-hover-style-info-bottom.product-hover-act-position-center .product-actions > .product-action-add-to-cart .added_to_cart {
	width: 100%;
	background: #04d39f;
	color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.woocommerce .product-hover-style-info-bottom.product-hover-act-position-center .product-actions > .product-action-wishlist {
	width: 45px;
}

.woocommerce .product-hover-style-info-bottom.product-hover-act-position-center .product-actions > .product-action-compare {
	width: 45px;
}

.woocommerce .product-hover-style-info-bottom .product-actions .yith-wcwl-add-button .ajax-loading {
	left: 2px;
}

.woocommerce .products .product-hover-style-info-bottom:hover .product-inner .out-of-stock{
	opacity: 1;
    visibility: visible;
    z-index: 1;
}

.pgscore_multi_tab_products_listing_wrapper .woocommerce .products .product.product-hover-style-info-bottom:hover,
.pgscore_multi_tab_products_listing_wrapper .woocommerce .products.owl-carousel .product.product-hover-style-info-bottom:hover {
	box-shadow: none;
}

.woocommerce.mtpl-listing-type-grid .products.products-loop>.product.product-hover-style-info-bottom,
.woocommerce.products-listing-grid .products.products-loop>.product.product-hover-style-info-bottom {
	margin-bottom: 1px;
	margin-top: 29px;
}

.mtpl-listing-type-carousel ul.products li.product.product-hover-style-info-bottom,
.woocommerce .mtpl-listing-type-carousel ul.products li.product.product-hover-style-info-bottom {
	margin-bottom: 1px;
	margin-left: 1px;
	width: 99.3%;
}

.woocommerce .products .product.product-hover-style-info-bottom {
	box-shadow: none;
	border: 1px solid #eeeeee;
}

.woocommerce .products .product.product-hover-style-info-bottom:hover {
	-webkit-box-shadow: 0 3px 22px rgba(0,0,0,.07);
	-moz-box-shadow: 0 3px 22px rgba(0,0,0,.07);
	box-shadow: 0 3px 22px rgba(0,0,0,.07);
}

.products-listing-main .woocommerce .products.owl-carousel .product.product-hover-style-info-bottom:hover {
	box-shadow: none;
}

/* Product Hover Style in 5 Column */
.woocommerce .products-loop-column-5 .product-hover-style-info-bottom .product-actions .product-action-add-to-cart a{
	font-size: 0;
}
.woocommerce .products-loop-column-5 .product-hover-style-info-bottom .product-actions .product-action-add-to-cart a:before{
	content: "\f07a";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 18px;
    padding-right: 0;
}
.woocommerce .products-loop-column-5 .product-hover-style-info-bottom.product_icon_type-line-icon .product-actions .product-action-add-to-cart a:before{
	content: "\f1bf";
    font-family: pgsicon-ecommerce;
    font-size: 18px;
}
.woocommerce .products-loop-column-5 .product-hover-style-info-bottom .product-actions .product-action-add-to-cart a.added_to_cart:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.woocommerce .products-loop-column-5 .product-hover-style-info-bottom .product-actions .product-action-add-to-cart a.loading:before{
    content: "";
    background-image: url(../images/loader-img/cy_loader-light.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    top: 7px;
    left: 0;
    display: inline-block;
}
/* Countdown */
.woocommerce .product-hover-style-info-bottom .product-info .woo-product-countdown-wrapper{
    position: absolute;
    top: -73px;
    left: 0;
    right: 0;
    transition: all 0.2s ease-out 0s;
}
.woocommerce .product-hover-style-info-bottom .product-info .woo-product-countdown-wrapper ul.countdown{
	margin-top: 0 !important;
}

/* Button Shape Round */
.woocommerce .product-hover-style-info-bottom.product-hover-button-shape-round .product-actions .added_to_cart,
.woocommerce .product-hover-style-info-bottom.product-hover-button-shape-round .product-actions .add_to_cart_button,
.woocommerce .product-hover-style-info-bottom.product-hover-button-shape-round .product-actions .product_type_external,
.woocommerce .product-hover-style-info-bottom.product-hover-button-shape-round .product-actions .product_type_grouped {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

/* Loading */
.woocommerce .product-hover-style-info-bottom .product-actions .add_to_cart_button.loading:before{
	content: "";
	background-image: url(../images/loader-img/cy_loader-light.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 25px;
	height: 25px;
	top: 8px;
    left: -5px;
    padding-right: 0px;
}

.woocommerce .product-hover-style-info-bottom .product-action-wishlist .add_to_wishlist.cs-loading:after,
.woocommerce .product-hover-style-info-bottom .product-action-compare .compare.cs-loading:after,
.woocommerce .product-hover-style-info-bottom .product-action .open-quick-view.loading:after{
	top: 10px;
    left: 15px;
}

/* List View */
.woocommerce .products.list .product-hover-style-info-bottom .product-actions {
    bottom: 40px;
    width: 550px;
    padding-left: 300px;
}

/*===================================*/
/* Info Bottom Bar */
/*===================================*/
.woocommerce .product-hover-style-info-bottom-bar .product-info {
	background: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	top: 0px;
	min-height: 100px;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.woocommerce .products.list .product-hover-style-info-bottom-bar{
 	box-shadow: none;
 }
.woocommerce .product-hover-style-info-bottom-bar:hover .product-info {
	top: -40px;
}
.woocommerce .products .product-hover-style-info-bottom-bar .product-info .star-rating-wrapper {
    margin-top: 0;
    margin-bottom: 8px;
    display: block;
}
.woocommerce .products .product-hover-style-info-bottom-bar .product-info .ciyashop-product-category{
	display: none;
}
.woocommerce .product-hover-style-info-bottom-bar .product-info .product-name{
	padding-top: 0;
}
.woocommerce .product-hover-style-info-bottom-bar .product-info .product-name a,
.woocommerce ul.products li.product-hover-style-info-bottom-bar .product-info .price .amount{
	color: #323232;
}
.woocommerce .product-hover-style-info-bottom-bar .product-action-wishlist{
	float: left;
}
.woocommerce .product-hover-style-info-bottom-bar .product-action-compare{
	float: right;
}
.woocommerce .product-hover-style-info-bottom-bar .product-info .product-actions {
	border-bottom: none;
}

.woocommerce .product-hover-style-info-bottom-bar .product-actions {
	bottom: 10px;
	opacity: 0;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}

.woocommerce .product-hover-style-info-bottom-bar:hover .product-actions {
	bottom: -1px;
	opacity: 1;
}

.woocommerce .product-hover-style-info-bottom-bar .product-actions .added_to_cart {
	width: 100%;
}

.pgscore_multi_tab_products_listing_wrapper .woocommerce .products .product.product-hover-style-info-bottom-bar:hover,
.pgscore_multi_tab_products_listing_wrapper .woocommerce .products.owl-carousel .product.product-hover-style-info-bottom-bar:hover {
	box-shadow: none;
}

.woocommerce.mtpl-listing-type-grid .products.products-loop>.product.product-hover-style-info-bottom-bar,
.woocommerce.products-listing-grid .products.products-loop>.product.product-hover-style-info-bottom-bar {
	margin-bottom: 1px;
	margin-top: 29px;
}

.mtpl-listing-type-carousel ul.products li.product.product-hover-style-info-bottom-bar,
.woocommerce .mtpl-listing-type-carousel ul.products li.product.product-hover-style-info-bottom-bar {
	margin-bottom: 1px;
	margin-left: 1px;
	width: 99.3%;
}

.woocommerce .products .product.product-hover-style-info-bottom-bar {
	box-shadow: none;
	border: 1px solid #eeeeee;
}

.woocommerce .products .product.product-hover-style-info-bottom-bar:hover {
	-webkit-box-shadow: 0 3px 22px rgba(0,0,0,.07);
	-moz-box-shadow: 0 3px 22px rgba(0,0,0,.07);
	box-shadow: 0 3px 22px rgba(0,0,0,.07);
}

.products-listing-main .woocommerce .products.owl-carousel .product.product-hover-style-info-bottom-bar:hover {
	box-shadow: none;
}

/* Added Cart */
.woocommerce .product-hover-style-image-bottom-bar .product-actions > .product-action-add-to-cart .added_to_cart,
.woocommerce .product-hover-style-info-bottom .product-actions > .product-action-add-to-cart .added_to_cart,
.woocommerce .product-hover-style-info-bottom-bar .product-actions > .product-action-add-to-cart .added_to_cart {
	font-size: 14px;
	line-height: 45px;
}

.woocommerce .product-hover-style-image-bottom-bar .product-actions > .product-action-add-to-cart .added_to_cart:before,
.woocommerce .product-hover-style-info-bottom .product-actions > .product-action-add-to-cart .added_to_cart:before,
.woocommerce .product-hover-style-info-bottom-bar .product-actions > .product-action-add-to-cart .added_to_cart:before {
	top: 0;
	padding-right: 8px;
}

.products-listing-type-carousel.products-listing-with-intro .products-listing-main {
	position: relative;
}

.products-listing-type-carousel.products-listing-with-intro .products-listing-main .woocommerce-message {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

.products-listing-type-carousel.products-listing-with-intro .products-listing-main .woocommerce-message + .products-loop {
	padding-top: 100px;
}

/* Product Hover Style in 5 Column */
.woocommerce .products-loop-column-5 .product-hover-style-info-bottom-bar .product-actions .product-action-add-to-cart a{
	font-size: 0;
}
.woocommerce .products-loop-column-5 .product-hover-style-info-bottom-bar .product-actions .product-action-add-to-cart a:before{
	padding-right: 0;
}

/* Loading */
.woocommerce .product-hover-style-info-bottom-bar.product-hover-bar-style-flat .product-actions .add_to_cart_button.loading:before{
	background-image: url(../images/loader-img/cy_loader-light.svg);
}
.woocommerce .product-hover-style-info-bottom-bar .product-action-compare .compare.cs-loading:after{
	top: 10px;
    left: 10px;
}
.woocommerce .product-hover-style-info-bottom-bar .product-actions .add_to_cart_button.loading:before{
	top: 8px;
    left: -6px;
	padding-right: 0px;
}
.woocommerce .product-hover-style-info-bottom-bar .product-action .open-quick-view.loading:after{
	top: 9px;
    left: 15px;
}

/* List View */
.woocommerce .products.list .product-hover-style-info-bottom-bar .product-actions {
    bottom: 40px;
    width: 280px;
    margin-left: 0;
}

/*====================================*/
/* Default Hover Style - New Hover */
/*===================================*/
.woocommerce ul.products .product-hover-style-default{
	border: none;
	box-shadow: none;
	background: none;
}

.woocommerce ul.products .product-hover-style-default:hover{
	box-shadow: none;
}

.woocommerce.mtpl-listing-type-grid .products.products-loop > .product-hover-style-default{
    margin-bottom: 40px;
}

.woocommerce ul.products .product-hover-style-default .product-info{
	padding: 0;
	margin-top: 10px;
	text-align: left;
	position: relative;
}

.woocommerce ul.products .product-hover-style-default .product-info .product-name{
	padding-top: 5px;
}

.woocommerce ul.products .product-hover-style-default .product-info .price{
	text-align: inherit;
	float: left;
}
.woocommerce ul.products .product-hover-style-default .product-info .price .amount{
	font-size: 16px;
}
.woocommerce ul.products .product-hover-style-default .product-info .star-rating-wrapper{
	float: right;
    display: inline-block;
    width: auto;
    margin-top: 8px;
}
.woocommerce ul.products .product-hover-style-default .product-info .star-rating{
	margin: 0;
	font-size: 12px;
	background: none;
}

/* Action icons */
.woocommerce-notices-wrapper{
	width: 100%;
}

.woocommerce .product-hover-style-default .product-actions{
    padding-left: 15px;
    padding-right: 15px;
    bottom: 10px;
    opacity: 0;
}

.woocommerce .product-hover-style-default:hover .product-actions {
    bottom: 15px;
    opacity: 1;
}

.woocommerce .product-hover-style-default .product-actions-inner{
	background: #333333;
}

.woocommerce .product-hover-style-default .product-actions-inner > .product-action {
    display: inline-block;
    vertical-align: top;
}
.woocommerce ul.products.list .product-hover-style-default .star-rating-wrapper{

	float: none;
}
.woocommerce .product-hover-style-default .product-actions-inner > .product-action-wishlist {
    float: none;
}
.woocommerce .product-hover-style-default .product-actions-inner > .product-action-add-to-cart + .product-action-wishlist,
.woocommerce .product-hover-style-default .product-actions-inner > .screen-reader-text + .product-action-wishlist {
    float: left;
}

.woocommerce .product-hover-style-default .product-actions a,
.woocommerce .product-hover-style-default .product-actions .alt{
	background: transparent;
	box-shadow: inherit;
	margin: 0 !important;
	border-radius: 0;
	color: #a7a5a6;
}

.woocommerce .product-hover-style-default .product-actions a:hover{
	background: transparent;
}

.woocommerce .product-hover-style-default .product-actions .product-action-add-to-cart {
    width: calc(100% - 97px);
    border-left: 1px solid #5a5a5a;
    border-right: 1px solid #5a5a5a;
}

.woocommerce .product-hover-style-default .product-actions .product-action-add-to-cart a{
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    color: #a7a5a6;
    line-height: 45px;
    text-transform: uppercase;
}

.woocommerce .product-hover-style-default .product-actions .product-action-add-to-cart a:before {
    content: normal;
    top: 0;
    padding-right: 10px;
}

.woocommerce.hover-effect-mobile-disabled .product-hover-style-default .product-actions .add_to_cart_button.loading {
    color: rgb(167 165 166 / 0.4) !important;
}
.woocommerce .product-hover-style-default .product-actions .add_to_cart_button.loading:before,
.woocommerce.hover-effect-mobile-disabled .product-hover-style-default .product-actions .add_to_cart_button.loading:before {
    content: "";
    background-image: url(../images/loader-img/cy_loader.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    display: inline-block;
    padding-right: 0;
    margin-left: -12px;
    position: absolute;
    left: 50%;
    top: 10px;
  }

/* Product Hover Style - Dark */
.woocommerce .product-hover-style-default.product-hover-button-style-dark .product-actions a:hover,
.woocommerce .product-hover-style-default.product-hover-button-style-dark .product-actions .product-action-add-to-cart a:hover{
	color: #ffffff;
}

/* Product Hover Style - Light */
.woocommerce .product-hover-style-default.product-hover-button-style-light .product-actions-inner{
	background: #ffffff;
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.12);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,0.12);
	box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

.woocommerce .product-hover-style-default.product-hover-button-style-light .product-actions a,
.woocommerce .product-hover-style-default.product-hover-button-style-light .product-actions .product-action-add-to-cart a{
	color: #323232;
}

.woocommerce .product-hover-style-default.product-hover-button-style-light .product-actions a:hover,
.woocommerce .product-hover-style-default.product-hover-button-style-light .product-actions .product-action-add-to-cart a:hover{
	color: #04d39f;
}

.woocommerce .product-hover-style-default.product-hover-button-style-light .product-actions .product-action-add-to-cart {
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

/* Product Hover Style in 5 Column */
.woocommerce .products-loop-column-5 .product-hover-style-default .product-actions .product-action-add-to-cart a{
	font-size: 0;
}
.woocommerce .products-loop-column-5 .product-hover-style-default .product-actions .product-action-add-to-cart a:before{
	content: "\f07a";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 18px;
    padding-right: 0;
}
.woocommerce .products-loop-column-5 .product-hover-style-default.product_icon_type-line-icon .product-actions .product-action-add-to-cart a:before{
	content: "\f1bf";
    font-family: pgsicon-ecommerce;
    font-size: 18px;
}
.woocommerce .products-loop-column-5 .product-hover-style-default .product-actions .product-action-add-to-cart a.loading:before{
    content: "";
    background-image: url(../images/loader-img/cy_loader.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    top: 10px;
    display: inline-block;
}
/* Quick View */
.woocommerce .product.product-hover-style-default .open-quick-view {
    top: 5px;
    left: 5px;
    opacity: 1;
    transform: translate(0, 0);
    font-size: 0;
    color: #323232;
    background: none;
    min-width: auto;
    padding: 10px;
    line-height: normal;
    vertical-align: top;
    border-radius: 0;
}
.woocommerce .product-hover-style-default .open-quick-view:before{
    content: "\f06e";
    position: relative;
    left: 0;
    top: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-size: 16px;
}
.woocommerce .product-hover-style-default.product_icon_type-line-icon .open-quick-view:before{
    content: "\f109";
    font-family: pgsicon-ecommerce;
    font-size: 18px;
}
.woocommerce .product.product-hover-style-default:hover .open-quick-view {
    opacity: 1;
    background: none;
}
.woocommerce .product.product-hover-style-default .open-quick-view:hover {
    color: #04d39f;
}
.woocommerce .product.product-hover-style-default .product-action .open-quick-view.loading:after{
	top: 5px;
    left: 5px;
}

.woocommerce .product-hover-style-default.outofstock .product-actions-inner{
    display: inline-block;
    padding: 0 10px;
}

.woocommerce ul.products .product-hover-style-default .product-inner .out-of-stock,
.woocommerce ul.products .product-hover-style-icon-top-left .product-inner .out-of-stock,
.woocommerce ul.products .product-hover-style-icons-left .product-inner .out-of-stock,
.woocommerce ul.products .product-hover-style-icons-rounded .product-inner .out-of-stock,
.woocommerce ul.products .product-hover-style-info-bottom .product-inner .out-of-stock,
.woocommerce ul.products .product-hover-style-info-bottom-bar .product-inner .out-of-stock,
.woocommerce ul.products .product-hover-style-hover-summary .product-inner .out-of-stock,
.woocommerce ul.products .product-hover-style-info-transparent-center .product-inner .out-of-stock,
.woocommerce ul.products .product-hover-style-icons-transparent-center .product-inner .out-of-stock{
    width: calc(100% - 30px);
    line-height: 28px;
    font-size: 13px;
}
.woocommerce ul.products .product-hover-style-default .product-inner .stock{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	opacity: 1;
}
.woocommerce ul.products .product-hover-style-default:hover .product-inner .stock{
	opacity: 0;
}

/* Row Dark BG */
.theme-dark .product-hover-style-default .product-info .ciyashop-product-category a:hover,
.row-background-dark .product-hover-style-default .product-info .ciyashop-product-category a:hover{
	color: #ffffff;
}
.theme-dark .product-hover-style-default .product-info .product-name a,
.row-background-dark .product-hover-style-default .product-info .product-name a{
	color: #ffffff;
}
.theme-dark ul.products .product-hover-style-default .product-info .price .amount,
.row-background-dark ul.products .product-hover-style-default .product-info .price .amount{
	color: #ffffff;
}

/*===================================*/
/* 24 Style height */
/*===================================*/
.products-listing-type-carousel.products-listing-with-intro,
.products-listing-type-carousel.products-listing-with-intro .products-listing-main,
.products-listing-type-carousel.products-listing-with-intro .products-listing-main-inner,
.products-listing-type-carousel.products-listing-with-intro .products-listing-content,
.products-listing-type-carousel.products-listing-with-intro .products-listing-content-inner,
.products-listing-type-carousel.products-listing-with-intro .products-listing-items-wrapper,
.products-listing-type-carousel.products-listing-with-intro .products-loop,
.products-listing-type-carousel.products-listing-with-intro .owl-stage-outer,
.products-listing-type-carousel.products-listing-with-intro .owl-stage,
.products-listing-type-carousel.products-listing-with-intro .owl-item,
.products-listing-type-carousel.products-listing-with-intro .owl-item li.product {
	height: 100%;
}

/*===================================*/
/* 24 Hover Style View Cart Remove */
/*===================================*/
.woocommerce .product-hover-style-default .product-actions .product-action-add-to-cart .added_to_cart,
.woocommerce .product-hover-style-icon-top-left .product-actions .product-action-add-to-cart .added_to_cart,
.woocommerce .product-hover-style-icons-top-right .product-actions .product-action-add-to-cart .added_to_cart,
.woocommerce .product-hover-style-image-center .product-actions .product-action-add-to-cart .added_to_cart,
.woocommerce .product-hover-style-image-icon-left .product-actions .product-action-add-to-cart .added_to_cart,
.woocommerce .product-hover-style-image-left .product-action-add-to-cart .added_to_cart,
.woocommerce .product-hover-style-grocery-1 .product-action-add-to-cart .added_to_cart,
.woocommerce .product-hover-style-grocery-2 .product-action-add-to-cart .added_to_cart,
.woocommerce .product-hover-style-image-icon-bottom .product-actions .product-action-add-to-cart .added_to_cart,
.woocommerce .product-hover-style-button-standard .product-inner .product-info .product-action-add-to-cart .added_to_cart,
.woocommerce .product-hover-style-icons-left .product-inner .product-thumbnail .product-action-add-to-cart .added_to_cart,
.woocommerce .product-hover-style-icons-rounded .product-inner .product-thumbnail .product-action-add-to-cart .added_to_cart,
.woocommerce .product-hover-style-icons-bottom-right .product-actions .product-action-add-to-cart .added_to_cart,
.woocommerce .product-hover-style-image-bottom .product-actions .product-action-add-to-cart .added_to_cart,
.woocommerce .product-hover-style-image-bottom-2 .product-actions .product-action-add-to-cart .added_to_cart,
.woocommerce .product-hover-style-image-bottom-bar .product-actions .product-action-add-to-cart .added_to_cart,
.woocommerce .product-hover-style-info-bottom .product-actions .product-action-add-to-cart .added_to_cart,
.woocommerce .product-hover-style-info-bottom-bar .product-actions .product-action-add-to-cart .added_to_cart,
.woocommerce .product-hover-style-hover-summary .product-actions .product-action-add-to-cart .added_to_cart,
.woocommerce .product-hover-style-minimal-hover-cart .product-action-add-to-cart .added_to_cart,
.woocommerce .product-hover-style-minimal .product-inner .product-info .product-action.product-action-add-to-cart .added_to_cart,
.woocommerce .product-hover-style-info-transparent-center .product-info .product-action-add-to-cart .added_to_cart,
.woocommerce .product-hover-style-icons-transparent-center .product-actions .product-action-add-to-cart .added_to_cart,
.woocommerce .product-hover-style-standard-info-transparent .product-actions .product-action-add-to-cart .added_to_cart,
.woocommerce .product-hover-style-standard-quick-shop .product-info .product-action-add-to-cart .added_to_cart {
	display: none;
}

.woocommerce .product-hover-style-default .product-actions .product-action-add-to-cart .add_to_cart_button.added,
.woocommerce .product-hover-style-image-left .product-inner .product-info .product-action-add-to-cart .add_to_cart_button.added,
.woocommerce .product-hover-style-grocery-1 .product-inner .product-info .product-action-add-to-cart .add_to_cart_button.added,
.woocommerce .product-hover-style-grocery-2 .product-inner .product-info .product-action-add-to-cart .add_to_cart_button.added,
.woocommerce .product-hover-style-button-standard .product-inner .product-info .product-action-add-to-cart .add_to_cart_button.added,
.woocommerce .product-hover-style-icons-left .product-inner .product-thumbnail .product-action-add-to-cart .add_to_cart_button.added,
.woocommerce .product-hover-style-icons-rounded .product-inner .product-thumbnail .product-action-add-to-cart .add_to_cart_button.added,
.woocommerce .product-hover-style-minimal-hover-cart .product-action-add-to-cart .add_to_cart_button.added,
.woocommerce .product-hover-style-minimal .product-inner .product-info .product-action.product-action-add-to-cart .add_to_cart_button.added,
.woocommerce .product-hover-style-standard-quick-shop .product-info .product-action-add-to-cart .add_to_cart_button.added {
	display: inline-block;
}
.woocommerce .product-hover-style-info-transparent-center .product-info .product-action-add-to-cart .add_to_cart_button.added,
.woocommerce .product-hover-style-icons-transparent-center .product-actions .product-action-add-to-cart .add_to_cart_button.added {
	display: inline;
}

.woocommerce .product-hover-style-default .product-actions .product-action-add-to-cart .add_to_cart_button.added:after,
.woocommerce .product-hover-style-image-left .product-inner .product-info .product-action-add-to-cart .add_to_cart_button.added:after,
.woocommerce .product-hover-style-grocery-1 .product-inner .product-info .product-action-add-to-cart .add_to_cart_button.added:after,
.woocommerce .product-hover-style-grocery-2 .product-inner .product-info .product-action-add-to-cart .add_to_cart_button.added:after,
.woocommerce .product-hover-style-button-standard .product-inner .product-info .product-action-add-to-cart .add_to_cart_button.added:after,
.woocommerce .product-hover-style-icons-left .product-inner .product-thumbnail .product-action-add-to-cart .add_to_cart_button.added:after,
.woocommerce .product-hover-style-icons-rounded .product-inner .product-thumbnail .product-action-add-to-cart .add_to_cart_button.added:after,
.woocommerce .product-hover-style-image-bottom-bar .product-actions .product-action-add-to-cart .add_to_cart_button.added:after,
.woocommerce .product-hover-style-info-bottom .product-actions .product-action-add-to-cart .add_to_cart_button.added:after,
.woocommerce .product-hover-style-info-bottom-bar .product-actions .product-action-add-to-cart .add_to_cart_button.added:after,
.woocommerce .product-hover-style-hover-summary .product-actions .product-action-add-to-cart .add_to_cart_button.added:after,
.woocommerce .product-hover-style-minimal .product-inner .product-info .product-action.product-action-add-to-cart .add_to_cart_button.added:after,
.woocommerce .product-hover-style-info-transparent-center .product-info .product-action-add-to-cart .add_to_cart_button.added:after,
.woocommerce .product-hover-style-icons-transparent-center .product-actions .product-action-add-to-cart .add_to_cart_button.added:after,
.woocommerce .product-hover-style-standard-quick-shop .product-info .product-action-add-to-cart .add_to_cart_button.added:after {
	content: normal;
}

/*===================================*/
/* Products Column Setting */
/*===================================*/
.woocommerce .products.products-loop-column-2 > .product {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 30px;
}
.woocommerce .products.products-loop-column-2 > .product.last {
	margin-right: 0;
}
.woocommerce .products.products-loop-column-3 > .product {
	width: 31.9%;
	margin-right: 2%;
	margin-bottom: 30px;
}
.woocommerce .products.products-loop-column-3 > .product.last {
	margin-right: 0;
}
.woocommerce .products.products-loop-column-4 > .product {
	width: 23.4%;
	margin-right: 2%;
	margin-bottom: 30px;
}
.woocommerce .products.products-loop-column-4 > .product.last {
	margin-right: 0;
}
.woocommerce .products.products-loop-column-5 > .product {
	width: 18.3%;
	margin-right: 2%;
	margin-bottom: 30px;
}
.woocommerce .products.products-loop-column-5 > .product.last {
	margin-right: 0;
}

/* Woocommerce Shortcode */
.woocommerce ul.ciyashop-products-shortcode{
	margin-bottom: 0;
	position: relative;
}
.woocommerce.columns-1 ul.ciyashop-products-shortcode > li.product{
	width: 100%;
	margin-bottom: 30px;
}
.woocommerce.columns-2 ul.ciyashop-products-shortcode > li.product{
	width: 49%;
	margin-bottom: 30px;
	margin-right: 2%;
}
.woocommerce.columns-2 ul.ciyashop-products-shortcode > li.product.last{
	margin-right: 0;
}
.woocommerce.columns-3 ul.ciyashop-products-shortcode > li.product{
	width: 31.9%;
	margin-bottom: 30px;
	margin-right: 2%;
}
.woocommerce.columns-3 ul.ciyashop-products-shortcode > li.product.last{
	margin-right: 0;
}
.woocommerce.columns-4 ul.ciyashop-products-shortcode > li.product{
	width: 23.4%;
	margin-bottom: 30px;
	margin-right: 2%;
}
.woocommerce.columns-4 ul.ciyashop-products-shortcode > li.product.last{
	margin-right: 0;
}
.woocommerce.columns-5 ul.ciyashop-products-shortcode > li.product{
	width: 18.3%;
	margin-bottom: 30px;
	margin-right: 2%;
}
.woocommerce.columns-5 ul.ciyashop-products-shortcode > li.product.last{
	margin-right: 0;
}
.woocommerce.columns-6 ul.ciyashop-products-shortcode > li.product{
	width: 15%;
	margin-bottom: 30px;
	margin-right: 2%;
}
.woocommerce.columns-6 ul.ciyashop-products-shortcode > li.product.last{
	margin-right: 0;
}

/* Products Loader */
.woocommerce ul.ciyashop-products-shortcode:after {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background: rgba(255,255,255,0.7);
    height: 100%;
    transition: all 0.1s ease-out 0s;
}

.woocommerce ul.ciyashop-products-shortcode.loading:after {
    opacity: 1;
    width: 100%;
}

.woocommerce ul.ciyashop-products-shortcode:before {
    content: "";
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    background: url(../images/loader-img/cy_loader.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    margin-top: -25px;
    opacity: 0;
    visibility: hidden;
}

.woocommerce ul.ciyashop-products-shortcode.loading:before {
    opacity: 1;
    visibility: visible;
}


@media only screen and (min-width: 1200px){
	/* 5 Column in Filter */
	.woocommerce .products.products-loop-column-5 > .product,
	.woocommerce .products.products-loop-column-5 > .product.last{
		margin-right: 2%;
	}
	.woocommerce .products.products-loop-column-5 > .product:nth-child(5n+5){
		margin-right: 0%;
	}
}

@media only screen and (min-width: 992px){

	/* 4 Column in Filter */
	.woocommerce .products.products-loop-column-4 > .product,
	.woocommerce .products.products-loop-column-4 > .product.last{
		margin-right: 2%;
	}

	.woocommerce .products.products-loop-column-4 > .product:nth-child(4n+4){
		margin-right: 0%;
	}
}

@media only screen and (min-width: 768px){

	/* 3 Column in Filter */
	.woocommerce .products.products-loop-column-3 > .product,
	.woocommerce .products.products-loop-column-3 > .product.last{
		margin-right: 2%;
	}

	.woocommerce .products.products-loop-column-3 > .product:nth-child(3n+3){
		margin-right: 0%;
	}
}

@media only screen and (min-width: 480px){

	/* 2 Column in Filter */
	.woocommerce .products.products-loop-column-2 > .product,
	.woocommerce .products.products-loop-column-2 > .product.last{
		margin-right: 2%;
	}

	.woocommerce .products.products-loop-column-2 > .product:nth-child(2n+2){
		margin-right: 0%;
	}
}

/*===================================*/
/* Products Page (List View) */
/*===================================*/
.woocommerce ul.products.list li.product {
	width: 100%;
	margin-right: 0;
	padding: 0;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border: none;
	border-bottom: 1px solid #e8e8e8;
}

.woocommerce .products.list .product.product-hover-style-hover-summary:hover{
	border-bottom: 1px solid #e8e8e8;
}
.woocommerce ul.products.list li.product:last-child{
	border-bottom: none;
	padding-bottom: 0;
}

.woocommerce ul.products.list li.product:hover{
	box-shadow: none;
}

.woocommerce ul.products.list .product .product-inner {
	width: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap
}
.woocommerce ul.products.list .product-thumbnail {
	position: relative;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
}
.woocommerce ul.products.list .product-thumbnail img {
	width: 100% !important;
	margin-right: 0 !important;
}

.woocommerce ul.products.list .product-info {
	-webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
	text-align: left;
	position: relative;
	top: 0;
	padding: 0px;
	margin-left: 30px;
}

.woocommerce ul.products.list .product-info .gridlist-buttonwrap {
	display: none;
}

.woocommerce ul.products.list .product-hover-style-image-center .product-info .product-actions,
.woocommerce ul.products.list .product-hover-style-image-left .product-info .product-actions,
.woocommerce ul.products.list .product-hover-style-grocery-1 .product-info .product-actions,
.woocommerce ul.products.list .product-hover-style-grocery-2 .product-info .product-actions,
.woocommerce ul.products.list .product-hover-style-image-bottom .product-info .product-actions,
.woocommerce ul.products.list .product .product-info .product-actions {
	display: block;
	opacity: 1;
	position: relative;
	left: 0;
	top: 0;
	transform: inherit;
	text-align: left;
	width: inherit;
	visibility: visible;
}

.woocommerce ul.products.list li.product-hover-style-info-bottom .product-name,
.woocommerce ul.products.list li.product-hover-style-info-bottom-bar .product-name {
	padding: 0.5em 0;
}

.woocommerce ul.products.list li.product-hover-style-info-bottom .product-info .product-actions a {
	width: 45px;
}

.woocommerce ul.products.list .product-hover-style-info-bottom .product-thumbnail .product-actions,
.woocommerce ul.products.list .product-hover-style-info-bottom-bar .product-thumbnail .product-actions {
	display: none;
}

.woocommerce ul.products.list .product-hover-style-icon-top-left .product-actions-inner{
	box-shadow: none;
}

.woocommerce ul.products.list li.product.product-hover-style-icon-top-left .product-info .product-actions .product-action{
	float: left;
}

.woocommerce ul.products.list li.product.product-hover-style-icon-top-left .product-info .product-actions a{
	line-height: 34px;
}

.woocommerce ul.products.list .star-rating-wrapper {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 7px;
}

.woocommerce ul.products.list .star-rating-wrapper:after {
	width: 80px;
	left: 0;
	top: 3px;
	z-index: -1;
	background: #ffffff;
	margin-left: 0;
}

.woocommerce ul.products.list .star-rating-wrapper .star-rating {
	margin: 0;
}

.woocommerce ul.products.list li.product .ciyashop-product-category{
	padding-bottom: 7px;

}

.woocommerce ul.products.list li.product .product-name{
    padding: 0;
    padding-bottom: 5px;
}

.woocommerce ul.products.list li.product .price {
	float: none;
	width: 100%;
	text-align: left;
	margin: 0;
}
.woocommerce ul.products.list li.product.product-hover-style-icons-rounded .price,
.woocommerce ul.products.list li.product-hover-style-icons-bottom-right .price,
.woocommerce ul.products.list li.product-hover-style-image-bottom .price{
	margin-bottom: 5px;
}
.woocommerce ul.products.list li.product.product-hover-style-image-left .woocommerce-product-details__short-description,
.woocommerce ul.products.list li.product.product-hover-style-grocery-1 .woocommerce-product-details__short-description,
.woocommerce ul.products.list li.product.product-hover-style-grocery-2 .woocommerce-product-details__short-description,
.woocommerce ul.products.list li.product.product-hover-style-button-standard .woocommerce-product-details__short-description,
.woocommerce ul.products.list li.product.product-hover-style-icons-left .woocommerce-product-details__short-description,
.woocommerce ul.products.list li.product-hover-style-icons-rounded .woocommerce-product-details__short-description,
.woocommerce ul.products.list li.product-hover-style-image-bottom .woocommerce-product-details__short-description{
	margin-top: 10px;
	margin-bottom: 0;
}
.woocommerce ul.products.list li.product .price del .amount {
	font-size: 18px;
	margin-right: 5px;
	color: #969696;
}

.woocommerce ul.products.list li.product .price .amount{
	font-size: 18px;
	color: #04d39f;
}

.woocommerce ul.products.list li.product img {
	margin-bottom: 0;
}

.woocommerce ul.products .woocommerce-product-details__short-description {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
	max-height: inherit;
	overflow: hidden;
}
.woocommerce ul.products.list .woocommerce-product-details__short-description{
    margin-bottom: 0;
}
.woocommerce ul.products .woocommerce-product-details__short-description p {
	margin: 0;
}
.woocommerce ul.products.list li.product .woocommerce-product-details__short-description strong{
	display: inline-block;
}
.woocommerce ul.products.list .product-thumbnail .stock,
.woocommerce ul.products .product-inner .product-info .stock {
	display: none;
}

.woocommerce ul.products.list .product-info .stock {
	display: inline-block;
	position: absolute;
	left: -120px;
	bottom: auto;
	top: 28px;
	margin-top: -5px;
	margin-bottom: 15px;
	transform: inherit;
}
.woocommerce ul.products.list .product-hover-style-standard-quick-shop .product-info .ciyashop-product-variations-wrapper{
	text-align: left;
}
.woocommerce ul.products.list .product-hover-style-standard-quick-shop .product-info .stock{
	position: relative;
    left: 0;
    margin: 0;
    top: 0;
    min-width: inherit;
    padding: 3px 15px;
}
.woocommerce ul.products.list li.product .product-info .product-actions a {
	background: none;
	color: #04d39f;
	border: 1px solid #eeeeee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: top;
	line-height: 30px;
	margin: 0 !important;
	margin-right: 5px !important;
	box-shadow: none;
}

.woocommerce ul.products.list li.product .product-info .product-actions .product-action-add-to-cart a {
	background: #04d39f;
	color: #ffffff;
	width: auto;
	font-size: 14px;
	line-height: 45px;
	padding: 0 15px;
	border: none;
}

.woocommerce ul.products.list li.product .product-info .product-actions .product-action-add-to-cart a:hover {
	background: #323232;
}

.woocommerce ul.products.list li.product .product-info .product-actions .product-action {
	float: none;
}

.woocommerce ul.products.list li.product .product-info .product-actions,
.woocommerce ul.products.list li.product .product-info .product-actions .product-action-add-to-cart {
	width: auto;
	border: none;
}

.woocommerce ul.products.list li.product .product-info .product-actions .product-action-add-to-cart a:before {
	top: 0;
	padding-right: 7px;
}

.woocommerce ul.products.list .countdown {
	margin: 15px 0px !important;
}

/* Quick View List Style */
.woocommerce .products.list .product-hover-style-icon-top-left .open-quick-view{
	transform: inherit;
    left: 0;
}

.woocommerce .products.list .product-hover-style-default .open-quick-view {
	top: 0 !important;
    left: 0 !important;
    transform: inherit;
}

/* In Stock / Out of Stock */
.woocommerce.single-product div.summary .stock + .product-summary-actions {
	margin-top: 25px;
}
.woocommerce.single-product div.summary .stock {
	display: inline-block;
	background: #61c70e;
	color: #fff;
	border-radius: 3px;
	padding: 2px 10px;
	margin-bottom: 20px;
}
.woocommerce ul.products .product-inner .stock {
	display: inline-block;
	background: rgba(97, 208, 8, 0.8);
	font-size: 12px;
	line-height: 22px;
	color: #ffffff;
	padding: 0px 7px;
	position: absolute;
	left: 15px;
	bottom: 15px;
	margin-bottom: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.woocommerce.single-product div.summary .out-of-stock,
.woocommerce ul.products .product-inner .out-of-stock {
	background: #de4646;
	font-size: 14px;
	min-width: 110px;
	text-align: center;
}
.woocommerce ul.products .product-hover-style-image-center .stock {
	bottom: auto;
	top: 15px;
}
.woocommerce.single-product div.summary .out-of-stock {
	background: none;
	font-size: 14px;
	color: #de4646;
	border: 1px dashed;
	padding: 15px 20px;
	text-align: center;
	line-height: 26px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 5px;
	display: block;
}

.woocommerce ul.products .product-hover-style-image-bottom .stock {
	bottom: auto;
	top: 15px;
}

.woocommerce ul.products .product-hover-style-image-bottom-bar .stock {
	bottom: auto;
	top: 15px;
}

.woocommerce ul.products .product-hover-style-info-bottom-bar .stock {
	left: 15px;
	top: 15px;
	bottom: auto;
}

.woocommerce ul.products .product-hover-style-info-bottom-bar .product-inner .out-of-stock{
	width: auto;
}

.woocommerce ul.products.list .product-hover-style-info-bottom-bar:hover .stock {
	bottom: inherit;
}
.woocommerce ul.products .product-hover-style-info-bottom-bar .product-inner > .stock{
	display: none;
}
.woocommerce.single-product div.summary .woocommerce-variation .woocommerce-variation-availability .stock{
	margin-bottom: 0px;
}

/* Countdown in List View */
.woocommerce ul.products.list li.product .woo-product-countdown-wrapper{
	margin-top: 10px;
}
.woocommerce ul.products.list li.product .woo-product-countdown-wrapper .countdown{
	margin-bottom: 10px !important;
}
.woocommerce ul.products.list li.product .woo-product-countdown-wrapper .countdown li{
	margin-left: 0;
}
.woocommerce ul.products.list li.product-hover-style-icon-top-left .woo-product-countdown-wrapper,
.woocommerce ul.products.list li.product-hover-style-icons-top-right .woo-product-countdown-wrapper,
.woocommerce ul.products.list li.product-hover-style-default .woo-product-countdown-wrapper,
.woocommerce ul.products.list li.product-hover-style-default:hover .woo-product-countdown-wrapper,
.woocommerce ul.products.list li.product-hover-button-shape-square .woo-product-countdown-wrapper,
.woocommerce ul.products.list li.product-hover-button-shape-square:hover .woo-product-countdown-wrapper,
.woocommerce ul.products.list li.product-hover-style-button-standard .woo-product-countdown-wrapper,
.woocommerce ul.products.list li.product-hover-style-icons-left .woo-product-countdown-wrapper,
.woocommerce ul.products.list li.product-hover-style-icons-left:hover .woo-product-countdown-wrapper,
.woocommerce ul.products.list li.product-hover-style-icons-rounded .woo-product-countdown-wrapper,
.woocommerce ul.products.list li.product-hover-style-icons-rounded:hover .woo-product-countdown-wrapper,
.woocommerce ul.products.list li.product-hover-style-icons-bottom-right .woo-product-countdown-wrapper,
.woocommerce ul.products.list li.product-hover-style-icons-bottom-right:hover .woo-product-countdown-wrapper,
.woocommerce ul.products.list li.product-hover-style-image-bottom-bar .woo-product-countdown-wrapper,
.woocommerce ul.products.list li.product-hover-style-image-bottom-bar:hover .woo-product-countdown-wrapper,
.woocommerce ul.products.list li.product-hover-style-info-bottom-bar .woo-product-countdown-wrapper,
.woocommerce ul.products.list li.product-hover-style-minimal-hover-cart .woo-product-countdown-wrapper,
.woocommerce ul.products.list li.product-hover-style-minimal-hover-cart:hover .woo-product-countdown-wrapper,
.woocommerce ul.products.list li.product-hover-style-minimal .woo-product-countdown-wrapper,
.woocommerce ul.products.list li.product-hover-style-minimal:hover .woo-product-countdown-wrapper,
.woocommerce ul.products.list li.product-hover-style-icons-transparent-center .woo-product-countdown-wrapper,
.woocommerce ul.products.list li.product-hover-style-icons-transparent-center:hover .woo-product-countdown-wrapper{
    position: relative;
    top: 0;
    opacity: 1;
    margin-top: 10px;
    text-align: left;
    visibility: visible;
}

/* Countdown */
.woo-product-countdown {
	display: block;
}

.countdown {
	padding: 0;
	margin: 15px 0 0 !important;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: top;
}

.countdown li {
	list-style-type: none;
	float: left;
	min-width: 48px;
	padding: 5px 0;
	margin: 2px;
	background: #323232;
	color: #ffffff;
	line-height: 30px;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.03);
	-ms-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.03);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.03);
	border: 0px solid #e8e8e8;
	text-align: center;
	border-radius: 3px;
}

.countdown li span {
	vertical-align: top;
	color: #ffffff;
	font-weight: 500;
}

.countdown li p {
	margin: 0;
	font-size: 12px;
	line-height: 18px;
	vertical-align: top;
	color: #adadad;
}

.woocommerce.single-product .summary .woo-product-countdown ul {
	margin: 0 !important;
	margin-bottom: 20px !important;
}

.woocommerce.single-product .summary .woo-product-countdown li {
	padding: 5px 0px;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
    min-width: 53px;
    margin-right: 5px;
    margin-left: 0;
    border: 1px solid #f1f1f1;
}

.woocommerce.single-product .summary .woo-product-countdown li span{
	font-weight: 600;
    font-size: 16px;
	color: #323232;
}

.woocommerce.single-product .summary .woo-product-countdown li p{
	font-size: 13px;
	color: #969696;
}

.woocommerce.single-product .owl-carousel .woo-product-countdown-wrapper {
    margin-bottom: 0;
    margin-top: 5px;
}

.woocommerce.single-product .owl-carousel .woo-product-countdown-wrapper h6 {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
}

.woocommerce.single-product .owl-carousel .woo-product-countdown li {
	width: auto !important;
}

.woocommerce .container-fluid .products.products-loop-column-5 .countdown li {
	min-width: 43px;
	margin: 0 1px;
}

.woocommerce .products.products-loop-column-5 .countdown li {
	min-width: 40px;
	margin: 0 1px;
}

/*===================================*/
/* All Hover Style Countdown */
/*===================================*/
.woocommerce ul.products li.product-hover-style-default .woo-product-countdown-wrapper,
.woocommerce ul.products li.product-hover-style-image-center .woo-product-countdown-wrapper,
.woocommerce ul.products li.product-hover-style-image-left .woo-product-countdown-wrapper,
.woocommerce ul.products li.product-hover-style-grocery-1 .woo-product-countdown-wrapper,
.woocommerce ul.products li.product-hover-style-grocery-2 .woo-product-countdown-wrapper,
.woocommerce ul.products li.product-hover-style-image-bottom .woo-product-countdown-wrapper,
.woocommerce ul.products li.product-hover-style-image-bottom-2 .woo-product-countdown-wrapper,
.woocommerce ul.products li.product-hover-style-image-bottom-bar .woo-product-countdown-wrapper,
.woocommerce ul.products li.product-hover-style-icon-top-left .woo-product-countdown-wrapper,
.woocommerce ul.products li.product-hover-style-info-bottom-bar .woo-product-countdown-wrapper{
    position: absolute;
    top: -70px;
    width: 100%;
    left: 0;
    -webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.woocommerce ul.products li.product-hover-style-default .woo-product-countdown-wrapper .countdown,
.woocommerce ul.products li.product-hover-style-image-center .woo-product-countdown-wrapper .countdown,
.woocommerce ul.products li.product-hover-style-image-left .woo-product-countdown-wrapper .countdown,
.woocommerce ul.products li.product-hover-style-grocery-1 .woo-product-countdown-wrapper .countdown,
.woocommerce ul.products li.product-hover-style-grocery-2 .woo-product-countdown-wrapper .countdown,
.woocommerce ul.products li.product-hover-style-image-bottom .woo-product-countdown-wrapper .countdown,
.woocommerce ul.products li.product-hover-style-image-bottom-2 .woo-product-countdown-wrapper .countdown,
.woocommerce ul.products li.product-hover-style-image-bottom-bar .woo-product-countdown-wrapper .countdown,
.woocommerce ul.products li.product-hover-style-icon-top-left .woo-product-countdown-wrapper .countdown,
.woocommerce ul.products li.product-hover-style-icons-top-right .woo-product-countdown-wrapper .countdown,
.woocommerce ul.products li.product-hover-style-info-bottom-bar .woo-product-countdown-wrapper .countdown{
	margin-top: 0 !important;
}

.woocommerce .products .product .woo-product-countdown-wrapper h6 {
	display: none;
}

/* Hover Style Default */
.woocommerce ul.products li.product .woo-product-countdown-wrapper h6{
	display: none;
}


.woocommerce ul.products li.product-hover-style-default .woo-product-countdown-wrapper{
	top: -88px;
	text-align: center;
}

.woocommerce ul.products li.product-hover-style-default:hover .woo-product-countdown-wrapper{
	opacity: 0;
	top: -80px;
	visibility: hidden;
}

/* Hover Style Icon Top Left */
.woocommerce ul.products li.product-hover-style-icon-top-left .woo-product-countdown-wrapper,
.woocommerce ul.products li.product-hover-style-icons-top-right .woo-product-countdown-wrapper{
    position: absolute;
    width: 100%;
	top: -70px;
	left: 0;
	text-align: center;
}

.woocommerce ul.products li.product-hover-style-icon-top-left .woo-product-countdown-wrapper .woo-product-countdown{
	display: inline-block;

}

/*-----------------------------------------*/
/* Icon Center - Image center */
/*-----------------------------------------*/
.woocommerce ul.products li.product-hover-style-image-center .product-info{
	position: relative;
	border: none;
	min-height: 118px;
}
.woocommerce ul.products.list li.product-hover-style-image-center{
	box-shadow: none;
}
.woocommerce ul.products.list li.product-hover-style-image-center .product-info{
	border: none;
}
.woocommerce ul.products li.product-hover-style-image-center:hover .woo-product-countdown-wrapper{
	opacity: 0;
	visibility: hidden;
}
.woocommerce ul.products li.product-hover-style-image-center .product-actions a{
	color: #323232;
}
.woocommerce ul.products li.product-hover-style-image-center.product-hover-button-style-border .product-actions a{
	color: #ffffff;
}
.woocommerce ul.products li.product-hover-style-image-center .product-actions a:hover{
	color: #04d39f;
}

.pgscore_multi_tab_products_listing_wrapper .woocommerce .products .product.product-hover-style-image-center:hover,
.pgscore_multi_tab_products_listing_wrapper .woocommerce .products.owl-carousel .product.product-hover-style-image-center:hover {
	box-shadow: none;
}

.woocommerce.mtpl-listing-type-grid .products.products-loop>.product.product-hover-style-image-center,
.woocommerce.products-listing-grid .products.products-loop>.product.product-hover-style-image-center {
	margin-bottom: 1px;
	margin-top: 29px;
}

.mtpl-listing-type-carousel ul.products li.product.product-hover-style-image-center,
.woocommerce .mtpl-listing-type-carousel ul.products li.product.product-hover-style-image-center {
	margin-bottom: 1px;
	margin-left: 1px;
	width: 99.3%;
}

/* Standerd Icon Left - Image Left */
.woocommerce ul.products li.product-hover-style-image-left .product-info,
.woocommerce ul.products li.product-hover-style-grocery-1 .product-info,
.woocommerce ul.products li.product-hover-style-grocery-2 .product-info {
	position: relative;
}

.woocommerce ul.products li.product-hover-style-image-left .woo-product-countdown-wrapper,
.woocommerce ul.products li.product-hover-style-grocery-1 .woo-product-countdown-wrapper,
.woocommerce ul.products li.product-hover-style-grocery-2 .woo-product-countdown-wrapper {
	top: -70px;
	left: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.woocommerce ul.products li.product-hover-style-image-left:hover .woo-product-countdown-wrapper,
.woocommerce ul.products li.product-hover-style-grocery-1:hover .woo-product-countdown-wrapper,
.woocommerce ul.products li.product-hover-style-grocery-2:hover .woo-product-countdown-wrapper {
	opacity: 0;
}
.woocommerce ul.products li.product-hover-style-image-left .product-inner .stock,
.woocommerce ul.products li.product-hover-style-grocery-1 .product-inner .stock,
.woocommerce ul.products li.product-hover-style-grocery-2 .product-inner .stock {
	bottom: auto;
    top: 15px;
}
.woocommerce ul.products li.product-hover-style-image-left .product-actions a,
.woocommerce ul.products li.product-hover-style-grocery-1 .product-actions a,
.woocommerce ul.products li.product-hover-style-grocery-2 .product-actions a {
	color: #323232;
}
.woocommerce ul.products li.product-hover-style-image-left .product-actions a:hover,
.woocommerce ul.products li.product-hover-style-grocery-1 .product-actions a:hover,
.woocommerce ul.products li.product-hover-style-grocery-2 .product-actions a:hover {
	color: #04d39f;
}

/* Standard Icon Left - Row Dark */
.theme-dark .product-hover-style-image-left .product-info .ciyashop-product-category a:hover,
.row-background-dark .product-hover-style-image-left .product-info .ciyashop-product-category a:hover,
.theme-dark .product-hover-style-grocery-1 .product-info .ciyashop-product-category a:hover,
.row-background-dark .product-hover-style-grocery-1 .product-info .ciyashop-product-category a:hover,
.theme-dark .product-hover-style-grocery-2 .product-info .ciyashop-product-category a:hover,
.row-background-dark .product-hover-style-grocery-2 .product-info .ciyashop-product-category a:hover {
	color: #ffffff;
}
.theme-dark .product-hover-style-image-left .product-info .product-name a,
.row-background-dark .product-hover-style-image-left .product-info .product-name a,
.theme-dark .product-hover-style-grocery-1 .product-info .product-name a,
.row-background-dark .product-hover-style-grocery-1 .product-info .product-name a,
.theme-dark .product-hover-style-grocery-2 .product-info .product-name a,
.row-background-dark .product-hover-style-grocery-2 .product-info .product-name a {
	color: #ffffff;
}
.row-background-dark ul.products li.product-hover-style-image-left .product-info .price del,
.row-background-dark ul.products li.product-hover-style-grocery-1 .product-info .price del,
.row-background-dark ul.products li.product-hover-style-grocery-2 .product-info .price del {
	opacity: 0.8;
}
.theme-dark ul.products li.product-hover-style-image-left .product-info .price .amount,
.row-background-dark ul.products li.product-hover-style-image-left .product-info .price .amount,
.theme-dark ul.products li.product-hover-style-grocery-1 .product-info .price .amount,
.row-background-dark ul.products li.product-hover-style-grocery-1 .product-info .price .amount,
.theme-dark ul.products li.product-hover-style-grocery-2 .product-info .price .amount,
.row-background-dark ul.products li.product-hover-style-grocery-2 .product-info .price .amount {
	color: #ffffff;
}
.theme-dark ul.products .product-hover-style-image-left .product-action-add-to-cart .button,
.theme-dark ul.products .product-hover-style-image-left .product-action-add-to-cart .added_to_cart,
.row-background-dark ul.products .product-hover-style-image-left .product-action-add-to-cart .button,
.row-background-dark ul.products .product-hover-style-image-left .product-action-add-to-cart .added_to_cart,
.theme-dark ul.products .product-hover-style-grocery-1 .product-action-add-to-cart .button,
.theme-dark ul.products .product-hover-style-grocery-1 .product-action-add-to-cart .added_to_cart,
.row-background-dark ul.products .product-hover-style-grocery-1 .product-action-add-to-cart .button,
.row-background-dark ul.products .product-hover-style-grocery-1 .product-action-add-to-cart .added_to_cart,
.theme-dark ul.products .product-hover-style-grocery-2 .product-action-add-to-cart .button,
.theme-dark ul.products .product-hover-style-grocery-2 .product-action-add-to-cart .added_to_cart,
.row-background-dark ul.products .product-hover-style-grocery-2 .product-action-add-to-cart .button,
.row-background-dark ul.products .product-hover-style-grocery-2 .product-action-add-to-cart .added_to_cart {
	color: #ffffff;
}


/* Icons Separate / Icons Bottom - Image Bottom / Image Bottom 2 */
.woocommerce ul.products li.product-hover-style-image-bottom:hover .woo-product-countdown-wrapper,
.woocommerce ul.products li.product-hover-style-image-bottom-2:hover .woo-product-countdown-wrapper{
	opacity: 0;
	top: -65px;
	visibility: hidden;
}
.woocommerce ul.products li.product-hover-style-image-bottom-2 .product-inner .stock{
	bottom: auto;
	top: 15px;
}


/* Image Bottom Bar */
.woocommerce ul.products li.product-hover-style-image-bottom-bar:hover .woo-product-countdown-wrapper{
	opacity: 0;
	top: -65px;
	visibility: hidden;
}

/*===================================*/
/* Quick View PopUp */
/*===================================*/
.mfp-bg,
.mfp-wrap {
	z-index: 999999 !important;
}

.ciyashop-popup-quick-view {
	background: #fff;
	width: 940px;
	margin: 30px auto;
	padding: 0;
	position: relative;
}

.ciyashop-popup-quick-view .summary-inner,
.ciyashop-popup-quick-view .basel-scroll {
	overflow: auto;
    padding: 30px 0;
    padding-left: 15px;
    padding-right: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.ciyashop-popup-quick-view .basel-scroll .basel-scroll-content {
	padding-right: 15px;
}

.ciyashop-popup-quick-view .mfp-close {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
    height: 40px;
	font-size: 34px;
	background: #ffffff;
	color: #323232;
	opacity: 1;
	border-radius: 60px;
}

body .ciyashop-popup-quick-view .product-image-summary .product-images:before {
	content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    bottom: 0;
    z-index: 0;
    background: #f5f5f5;
}

body .ciyashop-popup-quick-view .product-image-summary .product-images img {
	position: relative;
	z-index: 1;
}

body .ciyashop-popup-quick-view .product-image-summary div.summary {
	margin: 0;
    padding: 0;
    min-height: 450px;
}

.ciyashop-popup-quick-view .product_title {
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	color: #323232;
	margin: 0;
	margin-bottom: 15px;
	padding-right: 30px;
}

.ciyashop-popup-quick-view .product_title a {
	color: #323232;
}

.ciyashop-popup-quick-view .product_title a:hover {
	color: #04d39f;
}

.ciyashop-popup-quick-view .woocommerce-product-rating {
	display: flex;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0px !important;
}

.ciyashop-popup-quick-view .woocommerce-product-rating + .price {
	padding-top: 15px;
}

.ciyashop-popup-quick-view div.product p.price del .amount {
	font-size: 20px;
}

.ciyashop-popup-quick-view div.product p.price {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
}

.ciyashop-popup-quick-view div.product p.price del{
	color: #d4d4d4;
}

.ciyashop-popup-quick-view .summary-inner .basel-scroll-content .cart {
	margin-bottom: 0px;
}

.ciyashop-popup-quick-view div.product form.cart div.quantity {
	margin-right: 10px;
	margin-bottom: 15px;
	vertical-align: top;
}

.ciyashop-popup-quick-view .variations .reset_variations{
	display: none;
}

.ciyashop-popup-quick-view form.cart .button {
	background: #04d39f;
	vertical-align: top;
}

.ciyashop-popup-quick-view form.cart .button:hover {
	background: #323232;
}

.ciyashop-popup-quick-view .product_meta {
	margin-bottom: 20px;
}

.ciyashop-popup-quick-view .product_meta > span {
	display: block;
	font-weight: 600;
	margin: 10px 0;
}

.ciyashop-popup-quick-view .product_meta > span span {
	font-weight: normal;
}

.ciyashop-popup-quick-view .product_meta > span a {
	padding-left: 3px;
	font-weight: 400;
}

.ciyashop-popup-quick-view .cart .quantity {
	margin-right: 7px;
}

.ciyashop-popup-quick-view .cart .quantity input {
	height: 43px;
}

.ciyashop-popup-quick-view .cart .quantity .quantity-button.quantity-up,
.ciyashop-popup-quick-view .cart .quantity .quantity-button.quantity-down {
	line-height: 43px;
}

.ciyashop-popup-quick-view div.product form.cart .button.alt,
.ciyashop-popup-quick-view div.product form.cart .button.alt.disabled {
	font-size: 13px;
	line-height: 27px;
	padding: 8px 18px;
	margin-bottom: 15px;
}

/* Default Loader Hide */
.ciyashop-popup-quick-view div.product form.cart .single_add_to_cart_button .blockUI.blockOverlay,
.ciyashop-popup-quick-view div.product form.cart .single_add_to_cart_button .blockUI.blockElement,
.ciyashop-popup-quick-view div.product form.cart .added_to_cart {
	display: none !important;
}
.ciyashop-popup-quick-view div.product form.cart .single_add_to_cart_button.loading:after {
	content: "";
	background-image: url(../images/loader-img/cy_loader-light.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 25px;
	height: 25px;
	display: inline-block;
	padding-right: 0;
	margin-left: -12px;
	position: absolute;
	left: 50%;
	top: 10px;
}
.ciyashop-popup-quick-view div.product form.cart .single_add_to_cart_button.added:after {
	content: normal;
}

.ciyashop-popup-quick-view div.product form.cart .stock.in-stock {
	color: #ffffff;
}

.ciyashop-popup-quick-view div.product form.cart .stock.in-stock {
	display: inline-block;
	background: rgba(97, 208, 8, 0.8);
	color: #ffffff;
	font-size: 12px;
	padding: 2px 8px;
	margin-bottom: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.ciyashop-popup-quick-view div.product form.cart .stock.out-of-stock {
	background: none;
	font-size: 14px;
	color: #de4646;
	border: 1px dashed;
	padding: 15px 20px;
	text-align: center;
	line-height: 26px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 5px;
	display: block;
	width: auto;
}

.ciyashop-popup-quick-view form.cart .group_table {
	margin-bottom: 15px;
}

.ciyashop-popup-quick-view .product-size-guide {
	margin-bottom: 15px;
}

.ciyashop-popup-quick-view table.variations {
	width: 350px;
	border: none;
	margin-bottom: 15px;
}

.ciyashop-popup-quick-view table.variations td,
.ciyashop-popup-quick-view table.variations th {
	border: none;
	padding: 5px 0;
	vertical-align: middle;
}

.ciyashop-popup-quick-view table.variations td label {
	margin-bottom: 0;
}
.ciyashop-popup-quick-view table.variations td label:after {
    content: ":";
    margin-left: 3px;
}

.ciyashop-popup-quick-view table.variations td.value select {
	margin-right: 10px;
}
.ciyashop-popup-quick-view table.variations td.value select{
    height: 38px;
    border: 2px solid #e8e8e8;
    background: transparent;
}
.ciyashop-popup-quick-view .social-profiles {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 10px 0;
	position: relative;
}
.ciyashop-popup-quick-view .social-profiles ul {
    padding: 0;
    margin: 0;
}

.ciyashop-popup-quick-view .social-profiles ul li {
	margin-bottom: 0px;
}

.ciyashop-popup-quick-view .social-profiles ul li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: none;
}

.ciyashop-popup-quick-view div.product form.cart .variations tr{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.ciyashop-popup-quick-view div.product form.cart .variations tr:last-child{
	margin-bottom: 0px;
}
.ciyashop-popup-quick-view div.product form.cart .variations tr > td{
	align-self: center;
	padding: 0;
	line-height: 18px;
}
.ciyashop-popup-quick-view div.product form.cart .variations th.label,
.ciyashop-popup-quick-view div.product form.cart .variations td.label {
    min-width: 70px;
    padding-right: 10px;
	line-height: 28px;
	color: #323232;
}
.ciyashop-popup-quick-view .variations .ciyashop-swatches select,
.ciyashop-popup-quick-view .variations .ciyashop-swatches .select2 {
    display: none !important;
}

.ciyashop-popup-quick-view .single_variation_wrap .woocommerce-variation .woocommerce-variation-price,
.ciyashop-popup-quick-view .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability {
	margin-bottom: 10px;
}

.ciyashop-popup-quick-view form.cart .variations label {
    font-weight: 700;
}
.ciyashop-popup-quick-view form.cart table.variations td.value select {
	max-width: inherit;
    min-width: inherit;
    margin-right: 10px;
}
.ciyashop-popup-quick-view form.cart table.variations td.value .swatches-select {
	margin-right: 10px;
}
.ciyashop-popup-quick-view div.product form.cart .variations .reset_variations {
	font-size: 13px;
}
.ciyashop-popup-quick-view form.cart table.variations td.ciyashop-swatches .reset_variations {
	top: 5px;
}
.ciyashop-popup-quick-view div.product form.cart .price {
	font-size: 18px;
	font-weight: 600;
	color: #04d39f;
}
.ciyashop-popup-quick-view div.product form.cart .price del {
	color: #cccccc;
    font-weight: 500;
    opacity: 1;
}

@media screen and (max-width:992px) {
	.ciyashop-popup-quick-view {
		width: 90%;
	}
}

@media screen and (max-width:768px) {
	.ciyashop-popup-quick-view {
		width: 90%;
		padding: 0;
	}
	.ciyashop-popup-quick-view .product_title {
		padding-right: 0;
	}
}

/*===================================*/
/* Products Navigation */
/*===================================*/
.product-nav-btn {
	position: fixed;
	bottom: 125px;
	right: 35px;
	z-index: 9;
	box-shadow: none;
}

.product-nav-btn .product-nav-arrow i {
	display: none;
}

.product-nav-content .product-nav-content-rating {
	display: none;
}

.product-nav-btn.product-nav-btn-prev + .product-nav-btn.product-nav-btn-next {
	bottom: 200px;
}

.product-nav-btn .product-nav-arrow {
	position: absolute;
	left: 14px;
	top: 18px;
	opacity: 0;
}

.product-nav-btn:hover .product-nav-arrow {
	opacity: 1;
	background: none !important;
}

.product-nav-btn .product-nav-arrow:before {
	content: attr(data-title);
	color: #ffffff;
}

.product-nav-btn.product-nav-btn-prev .product-nav-arrow:before {
	content: attr(data-title);
}

.product-nav-btn .product-nav-content {
	position: absolute;
	top: 8px;
	width: 180px;
	text-align: right;
	opacity: 0;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	visibility: hidden;
}

.product-nav-btn.product-nav-btn-prev .product-nav-content {
	right: 95px;
}

.product-nav-btn.product-nav-btn-next .product-nav-content {
	right: 95px;
}

.product-nav-btn.product-nav-btn-prev:hover .product-nav-content {
	right: 75px;
	opacity: 1;
	visibility: visible;
}

.product-nav-btn.product-nav-btn-next:hover .product-nav-content {
	right: 75px;
	opacity: 1;
	visibility: visible;
}

.product-nav-btn .product-nav-image {
	width: 60px;
	height: 60px;
	border-radius: 50px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	background: #ffffff;
}

.product-nav-btn:hover .product-nav-image {
	background: #323232;
}

.product-nav-btn .product-nav-image img {
	opacity: 1;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}

.product-nav-btn:hover .product-nav-image img {
	opacity: 0;
}

.product-nav-content .product-nav-content-title .product_nav_title {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.product-nav-content .product-nav-content-title a,
.product-nav-content .product_nav_title {
	font-size: 14px;
	color: #323232;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 6px;
}

/*==========================================================*/
/* Woocommerce Filter */
/*==========================================================*/
.woocommerce-products-header .right-banner {
	margin-bottom: 30px;
}

.woocommerce-products-header .loop-header {
	margin-bottom: 20px;
}

/* Header Active Filters */
.loop-header-active-filters .widget {
	margin-bottom: 20px;
}

.loop-header-active-filters .widget_layered_nav_filters ul {
	padding: 0;
	margin: 0;
	padding-left: 3px;
}

.loop-header-active-filters .widget_layered_nav_filters ul li {
	float: left;
	padding: 0;
	margin: 0;
	margin-right: 5px;
	line-height: 14px;
}

.loop-header-active-filters .widget_layered_nav_filters ul li a {
	display: inline-block;
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 40px;
	position: relative;
	background: #ffffff;
	color: #323232;
	border: 1px solid #e8e8e8;
	line-height: 16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-ms-transform: skewX(-10deg);
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
	margin-right: 5px;
}

.loop-header-active-filters .widget_layered_nav_filters ul li a:hover {
	background: #04d39f;
	color: #ffffff;
	border-color: transparent;
}

.loop-header-active-filters .widget_layered_nav_filters ul li a:before {
	content: "\f00d";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 10px;
	right: 15px;
	margin-right: 0;
	color: #323232;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.loop-header-active-filters .widget_layered_nav_filters ul li a:hover:before {
	color: #ffffff;
}

.woocommerce .widget_layered_nav_filters ul li a::before {
	color: #323232;
}

.loop-header-active-filters .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.loop-header-active-filters .col .ciyashop-clear-filters-wrapp {
	margin-left: auto;
	min-width: 72px;
	margin-top: 5px;
}

.loop-header-active-filters .col .ciyashop-clear-filters-wrapp a {
	background: #f1eff2;
	color: #233232;
	padding: 6px 12px;
	font-size: 13px;
	border-radius: 3px;
}

.loop-header-active-filters .col .ciyashop-clear-filters-wrapp a .fa-refresh {
	margin-right: 5px;
}

.loop-header-active-filters .col .ciyashop-clear-filters-wrapp a:hover {
	background: #04d39f;
	color: #ffffff;
}

/* Shop Filters */
.loop-header-filters {
	margin-bottom: 15px;
}

.loop-header-filters-form .widget {
	margin-bottom: 0px;
}

.loop-header-filters-form .widget .widgettitle {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 26px;
	text-transform: uppercase;
}

.pgs-shop-filters-wrapper .row > [class*=col] {
	margin-bottom: 10px;
}

.pgs-shop-filters-wrapper .shop-filter {
	padding: 0;
	padding-right: 10px;
}

.pgs-shop-filters-wrapper .row > div:last-child .shop-filter {
	padding-right: 0;
}
.pgs-shop-filters-wrapper .shop-filter .select2-container{
	width: 100% !important;
}

.loop-header-wrapper .select2-container--default .select2-selection--single {
	height: 40px;
	margin: 0;
}

.loop-header-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px;
	font-size: 14px;
	padding-top: 0;
	padding-bottom: 0;
}

.loop-header-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 38px;
	line-height: 38px;
}

.pgs-shop-filters-wrapper .shop-filter-search {
	position: relative;
}

.pgs-shop-filters-wrapper .shop-filter-search:before {
	content: "\f002";
	font-family: 'Font Awesome 5 Free';
	font-size: 13px;
	font-weight: 900;
	position: absolute;
	top: 7px;
	left: 15px;
	margin-right: 0;
}

.pgs-shop-filters-wrapper .shop-filter-search input.search-field {
	padding-left: 35px;
	background: #fff;
	box-shadow: none;
	border: 1px solid #e8e8e8;
	height: 40px;
	border-radius: 0;
}

.pgs-shop-filters-wrapper .shop-filter-search input.search-field::-webkit-input-placeholder {
	color: inherit;
}

.pgs-shop-filters-wrapper .shop-filter-search input.search-field::-moz-placeholder {
	color: inherit;
}

.pgs-shop-filters-wrapper .shop-filter-search input.search-field:-ms-input-placeholder {
	color: inherit;
}

.pgs-shop-filters-wrapper .shop-filter-search input.search-field:-moz-placeholder {
	color: inherit;
}

.pgs-shop-filters-wrapper .shop-filter-search input.search-field:focus {
	box-shadow: none;
}

.woocommerce .pgs-shop-filters-wrapper .price_slider {
	margin-top: 5px;
	margin-bottom: 5px;
}

.pgs-shop-filters-wrapper .price_slider_wrapper-inner {
	float: left;
	width: 67%;
	padding-left: 3px;
}

.pgs-shop-filters-wrapper .shop-filter .button {
	float: right;
	padding: 0 15px;
	line-height: 33px;
    font-size: 13px;
}

.pgs-shop-filters-wrapper .shop-filter .price_slider_amount .price_label {
	display: block;
	padding: 0;
	line-height: 24px;
	text-align: left;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	margin-right: 5px;
}

/* Shop Filters in Sidebar */
.sidebar .pgs_shop_filters .pgs-shop-filters-wrapper .row > div {
	max-width: 100%;
	-webkit-flex: 100%;
	-webkit-box-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
}

.sidebar .pgs_shop_filters .pgs-shop-filters-wrapper .shop-filter {
	padding-right: 0;
}

.sidebar .pgs_shop_filters .pgs-shop-filters-wrapper .shop-filter-wrapper select {
	height: 35px;
	background: #ffffff;
	border: 1px solid #e8e8e8;
}

.sidebar .pgs_shop_filters .pgs-shop-filters-wrapper .price_slider_wrapper-inner {
	width: 100%;
	float: none;
}

.sidebar .pgs_shop_filters .pgs-shop-filters-wrapper .widget_price_filter {
	padding-bottom: 8px;
}

.sidebar .pgs_shop_filters .pgs-shop-filters-wrapper .shop-filter .button {
	float: none;
	padding: 0;
	position: absolute;
	top: 26px;
    right: 0;
    background: none;
    color: #323232;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
}
.sidebar .pgs_shop_filters .pgs-shop-filters-wrapper .shop-filter .button:hover{
	color: #04d39f;
}
.sidebar .pgs_shop_filters .pgs-shop-filters-wrapper .shop-filter .button:before {
    content: "\f0b0";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 10px;
}

.sidebar .pgs_shop_filters .pgs-shop-filters-wrapper .widget_price_filter .price_slider_amount {
	width: 100%;
	padding-right: 110px;
	padding-top: 10px;
}

/* Header Tools */
.loop-header-tools {
	color: #969696;
	padding: 10px 0px;
}

.loop-header-tools .woocommerce-result-count {
	padding: 0;
	margin: 0;
	line-height: 42px;
	margin-right: 15px;
}

.loop-header-tools .ciyashop-products-tools {
	display: flex;
    align-items: center;
    justify-content: flex-end;
}

.loop-header-tools .woocommerce-ordering {
	display: inline-block;
	margin: 0;
	margin-top: -3px;
    margin-left: 30px;
}

.loop-header-tools .gridlist-toggle-wrap {
	margin-left: 20px;
}

.loop-header-tools .gridlist-toggle-wrap .gridlist-label-wrap {
	display: none;
}

.woocommerce .gridlist-toggle {
	padding: 0;
	margin: 0;
	margin-top: 10px;
}
.woocommerce .gridlist-toggle .gridlist-button{
	display: inline-block;
	background-color: inherit !important;
	width: 19px;
	height: 19px;
	color: #323232;
	font-size: 0;
	line-height: normal !important;
	padding: 0;
	margin-left: 8px;
	text-align: center;
}

.woocommerce .gridlist-toggle .gridlist-button svg {
	fill: #dddddd;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.woocommerce .gridlist-toggle .gridlist-button:hover svg,
.woocommerce .gridlist-toggle .gridlist-button.active svg {
	fill: #04d39f;
}

.woocommerce .gridlist-toggle .gridlist-button em {
	display: none;
}

.woocommerce nav.gridlist-toggle {
	margin-bottom: 25px !important;
}

.woocommerce .gridlist-toggle .gridlist-button .dashicons {
	margin-top: 13px;
}

.products .woocommerce-product-details__short-description{
	display: none;
	line-height: 24px;
}

.products.list .woocommerce-product-details__short-description{
	display: block;
}

.products.grid .woocommerce-product-details__short-description p {
	margin-bottom: 0;
}

/* Products Per Page Variations */
.loop-header-tools .ciyashop-products-per-page {
	display: inline-flex;
	margin-left: 20px;
}
.loop-header-tools .ciyashop-products-per-page .per-page-title {
	color: #323232;
	font-weight: 600;
}
.loop-header-tools .ciyashop-products-per-page .per-page-variation {
    display: inline-block;
    padding: 0 6px;
    color: #8E8E8E;
    vertical-align: middle;
}
.loop-header-tools .ciyashop-products-per-page .per-page-variation.active-variation {
	font-weight: 600;
	color: #323232;
}
.loop-header-tools .ciyashop-products-per-page .per-page-separator:after {
    content: "/";
    font-size: 13px;
    position: relative;
    top: 1px;
}
.loop-header-tools .ciyashop-products-per-page .per-page-separator:last-child {
    display: none;
}

/* Theme Dark - Loop Header */


/*==================================*/
/* Shop Filters Toggle */
/*==================================*/
.loop-header-wrapper .loop-header-filters.loop-header-filters-hide{
	display: none;
}

.loop-header-tools .ciyashop-show-shop-sidebar,
.loop-header-tools .pgs-shop-filter-buttons{
	float: left;
	margin-right: 25px;
	margin-top: 9px;
}
.loop-header-tools .ciyashop-show-shop-sidebar .ciyashop-sidebar-icon,
.loop-header-tools .pgs-shop-filter-buttons .pgs-open-shop-filters{
	margin-bottom: 0;
	line-height: 20px;
    margin-right: 10px;
}
.loop-header-tools .ciyashop-show-shop-sidebar .ciyashop-show-shop-btn{
	color: #969696;
    font-weight: 600;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #e8e8e8;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.loop-header-tools .ciyashop-show-shop-sidebar .ciyashop-show-shop-btn .fa{
	padding-right: 10px;
}

.pgs-shop-filter-buttons .switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 21px;
	float:right;
	margin-top: 2px;
	margin-bottom: 0;
}
.pgs-shop-filter-buttons .switch input {
	display:none;
}
.pgs-shop-filter-buttons .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 34px;
}
.pgs-shop-filter-buttons .slider:before {
	position: absolute;
	content: "";
	height: 15px;
	width: 15px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	border-radius: 50%;
}
.pgs-shop-filter-buttons input.default:checked + .slider {
	background-color: #04d39f;
}
.pgs-shop-filter-buttons input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}
.pgs-shop-filter-buttons input:checked + .slider:before {
	-webkit-transform: translateX(19px);
	-ms-transform: translateX(19px);
	transform: translateX(19px);
}

.loop-header-filters .pgs_widgets_shop-filters{
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #f1f1f1;
    padding-top: 30px;
}
.loop-header-filters .pgs_widgets_shop-filters .row > .widget{
	border-left: 1px solid #f1f1f1;
	padding-left: 25px;
	padding-right: 25px;
}
.loop-header-filters .pgs_widgets_shop-filters .row > .widget:first-child{
	border-left: none;
	padding-left: 15px;
}
.loop-header-filters .pgs_widgets_shop-filters .row > .widget:last-child{
	padding-right: 15px;
}

.pgs_widgets_shop-filters .widget_price_filter .widget-title,
.loop-header-filters .woocommerce-widget-layered-nav > .widget-title{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
}
.pgs-woocommerce-widget-layered-nav-list{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.woocommerce-widget-layered-nav .pgs-woocommerce-widget-layered-nav-list > .wc-layered-nav-term{
	padding: 0;
	margin: 6px 0;
	padding-right: 50px;
	padding-left: 25px;
	position: relative;
	margin-right: 10px;
}
.woocommerce-widget-layered-nav .pgs-woocommerce-widget-layered-nav-list>.wc-layered-nav-term:first-child{
	margin-top: 0;
}
.woocommerce-widget-layered-nav .pgs-woocommerce-widget-layered-nav-list>.wc-layered-nav-term:last-child{
	margin-bottom: 0;
}
.woocommerce-widget-layered-nav .pgs-woocommerce-widget-layered-nav-list > .wc-layered-nav-term > a{
	padding: 0;
}
.woocommerce-widget-layered-nav .pgs-woocommerce-widget-layered-nav-list > .wc-layered-nav-term .woocommerce_attribute_item-title{
	font-size: 14px;
    line-height: 18px;
    color: #969696;
}
.woocommerce-widget-layered-nav .pgs-woocommerce-widget-layered-nav-list .wc-layered-nav-term > .count{
	position: absolute;
	right: 0;
	top: 50%;
	border: 1px solid rgba(130, 130, 130, 0.3);
    width: 35px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    border-radius: 50px;
    font-size: 12px;
    color: #969696;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.woocommerce-widget-layered-nav .pgs-woocommerce-widget-layered-nav-list .wc-layered-nav-term.woocommerce_item-chosen > .count,
.woocommerce-widget-layered-nav .pgs-woocommerce-widget-layered-nav-list .wc-layered-nav-term:hover > .count{
	border-color: #04d39f;
	font-weight: 600;
	color: #04d39f;
}

/* Woocommerce Attribute Price Filter */
.widget_price_filter .widget-title{
	margin-bottom: 30px !important;
}

.widget_price_filter .price_slider_wrapper .price_slider_amount{
	text-align: left;
}
.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
    text-transform: uppercase;
}
.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
    font-size: 14px;
    float: right;
    background: none;
    color: #323232;
    padding: 0;
    line-height: 24px;
    font-weight: 600;
    margin-top: 10px;
}
.widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover{
	color: #04d39f;
	background: none;
}
.widget_price_filter .price_slider_wrapper .price_slider_amount .button:before{
	content: "\f0b0";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	padding-right: 10px;
}

/* Woocommerce Attribute Color */
.woocommerce-widget-layered-nav .pgs-woocommerce-widget-layered-nav-list .wc-layered-nav-term a > span{
	background: #e8e8e8;
	width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.woocommerce-widget-layered-nav .pgs-woocommerce-widget-layered-nav-list .wc-layered-nav-term:hover a > span,
.woocommerce-widget-layered-nav .pgs-woocommerce-widget-layered-nav-list .wc-layered-nav-term.woocommerce_item-chosen a > span{
	background: #04d39f;
}
.woocommerce-widget-layered-nav .pgs-woocommerce-widget-layered-nav-list .wc-layered-nav-term a > span:before{
	content: "\f00c";
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	font-size: 11px;
	color: #ffffff;
	position: absolute;
	top: 1px;
    line-height: 16px;
    left: 3px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.woocommerce-widget-layered-nav .pgs-woocommerce-widget-layered-nav-list .wc-layered-nav-term:hover a > span:before,
.woocommerce-widget-layered-nav .pgs-woocommerce-widget-layered-nav-list .wc-layered-nav-term.woocommerce_item-chosen a > span:before{
	opacity: 1;
}

/* Woocommerce Attribute Image */
.woocommerce-widget-layered-nav .pgs-woocommerce-widget-layered-nav-list .woocommerce_attribute_item-image .woocommerce_attribute_item-title {
	font-size: 0;
    width: 50px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: top;
    display: inline-block;
    margin-top: 5px;
}

/*------------------------------------------*/
/* Scroll Design CSS */
/*------------------------------------------*/
.sidebar .pgs-woocommerce-widget-layered-nav-list-container,
.pgs_widgets_shop-filters .pgs-woocommerce-widget-layered-nav-list-container{
  position : relative;
  width    : 100%;
  min-height   : 215px;
  max-height   : 215px;
  overflow : hidden;
}
.sidebar .pgs-woocommerce-widget-layered-nav-list-container.has-scrollbar,
.pgs_widgets_shop-filters .pgs-woocommerce-widget-layered-nav-list-container.has-scrollbar{
  min-height: inherit;
}

/* Scroll Comman CSS */
.side_shopping_cart-wrapper .pgs_product_list_widget-container > .woocommerce-mini-cart,
.woo-tools-action.woo-tools-cart .pgs_product_list_widget-container > .woocommerce-mini-cart,
.widget.widget_product_categories > .product-categories,
.shop-off_canvas_sidebar .sidebar > .shop-sidebar-widgets,
.sidebar .pgs-woocommerce-widget-layered-nav-list-container > .pgs-woocommerce-widget-layered-nav-list,
.pgs_widgets_shop-filters .pgs-woocommerce-widget-layered-nav-list-container > .pgs-woocommerce-widget-layered-nav-list{
  position      : absolute;
  overflow      : scroll;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
  outline 		: none;
}
.side_shopping_cart-wrapper .pgs_product_list_widget-container > .ciyashop-scroll-pane,
.woo-tools-action.woo-tools-cart .pgs_product_list_widget-container > .ciyashop-scroll-pane,
.widget.widget_product_categories > .ciyashop-scroll-pane,
.shop-off_canvas_sidebar .sidebar > .ciyashop-scroll-pane,
.sidebar .pgs-woocommerce-widget-layered-nav-list-container > .ciyashop-scroll-pane,
.pgs_widgets_shop-filters .pgs-woocommerce-widget-layered-nav-list-container > .ciyashop-scroll-pane{
  background : rgba(0,0,0,.03);
  position   : absolute;
  width      : 3px;
  right      : 0;
  top        : 0;
  bottom     : 0;
  visibility : hidden\9;
  opacity    : .01;
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
  -moz-border-radius    : 3px;
  -webkit-border-radius : 3px;
  border-radius         : 3px;
}
.side_shopping_cart-wrapper .pgs_product_list_widget-container > .ciyashop-scroll-pane > .ciyashop-scroll-slider,
.woo-tools-action.woo-tools-cart .pgs_product_list_widget-container > .ciyashop-scroll-pane > .ciyashop-scroll-slider,
.widget.widget_product_categories > .ciyashop-scroll-pane > .ciyashop-scroll-slider,
.shop-off_canvas_sidebar .sidebar > .ciyashop-scroll-pane > .ciyashop-scroll-slider,
.sidebar .pgs-woocommerce-widget-layered-nav-list-container > .ciyashop-scroll-pane > .ciyashop-scroll-slider,
.pgs_widgets_shop-filters .pgs-woocommerce-widget-layered-nav-list-container > .ciyashop-scroll-pane > .ciyashop-scroll-slider{
  background: #444;
  background: rgba(0,0,0,.3);
  position              : relative;
  margin                : 0px;
  -moz-border-radius    : 3px;
  -webkit-border-radius : 3px;
  border-radius         : 3px;
}
.side_shopping_cart-wrapper .pgs_product_list_widget-container:hover > .ciyashop-scroll-pane,
.woo-tools-action.woo-tools-cart .pgs_product_list_widget-container:hover > .ciyashop-scroll-pane,
.widget.widget_product_categories:hover > .ciyashop-scroll-pane,
.shop-off_canvas_sidebar .sidebar:hover > .ciyashop-scroll-pane,
.sidebar .pgs-woocommerce-widget-layered-nav-list-container:hover > .ciyashop-scroll-pane,
.pgs_widgets_shop-filters .pgs-woocommerce-widget-layered-nav-list-container:hover > .ciyashop-scroll-pane{
  visibility : hidden\9;
  opacity    : 0.99;
}
.side_shopping_cart-wrapper .pgs_product_list_widget-container > .ciyashop-scroll-pane.active,
.woo-tools-action.woo-tools-cart .pgs_product_list_widget-container > .ciyashop-scroll-pane.active,
.widget.widget_product_categories > .ciyashop-scroll-pane.active,
.shop-off_canvas_sidebar .sidebar > .ciyashop-scroll-pane.active,
.sidebar .pgs-woocommerce-widget-layered-nav-list-container > .ciyashop-scroll-pane.active,
.pgs_widgets_shop-filters .pgs-woocommerce-widget-layered-nav-list-container > .ciyashop-scroll-pane.active{
  visibility : hidden\9;
  opacity    : 0.99;
}
.side_shopping_cart-wrapper .pgs_product_list_widget-container > .ciyashop-scroll-pane.flashed,
.woo-tools-action.woo-tools-cart .pgs_product_list_widget-container > .ciyashop-scroll-pane.flashed,
.widget.widget_product_categories > .ciyashop-scroll-pane.flashed,
.shop-off_canvas_sidebar .sidebar > .ciyashop-scroll-pane.flashed,
.sidebar .pgs-woocommerce-widget-layered-nav-list-container > .ciyashop-scroll-pane.flashed,
.pgs_widgets_shop-filters .pgs-woocommerce-widget-layered-nav-list-container > .ciyashop-scroll-pane.flashed{
  visibility : hidden\9;
  opacity    : 0.99;
}

.side_shopping_cart-wrapper .pgs_product_list_widget-container > .pgs-woocommerce-widget-layered-nav-list:focus,
.woo-tools-action.woo-tools-cart .pgs_product_list_widget-container > .pgs-woocommerce-widget-layered-nav-list:focus,
.widget.widget_product_categories > .pgs-woocommerce-widget-layered-nav-list:focus,
.shop-off_canvas_sidebar .sidebar > .pgs-woocommerce-widget-layered-nav-list:focus,
.sidebar .pgs-woocommerce-widget-layered-nav-list-container > .pgs-woocommerce-widget-layered-nav-list:focus,
.pgs_widgets_shop-filters .pgs-woocommerce-widget-layered-nav-list-container > .pgs-woocommerce-widget-layered-nav-list:focus{
  outline: thin dotted;
}
.woocommerce.single-product .widget.widget_product_categories .product-categories::-webkit-scrollbar,
.side_shopping_cart-wrapper .pgs_product_list_widget-container > .pgs-woocommerce-widget-layered-nav-list::-webkit-scrollbar,
.woo-tools-action.woo-tools-cart .pgs_product_list_widget-container > .pgs-woocommerce-widget-layered-nav-list::-webkit-scrollbar,
.widget.widget_product_categories > .pgs-woocommerce-widget-layered-nav-list::-webkit-scrollbar,
.shop-off_canvas_sidebar .sidebar > .pgs-woocommerce-widget-layered-nav-list::-webkit-scrollbar,
.sidebar .pgs-woocommerce-widget-layered-nav-list-container > .pgs-woocommerce-widget-layered-nav-list::-webkit-scrollbar,
.pgs_widgets_shop-filters .pgs-woocommerce-widget-layered-nav-list-container > .pgs-woocommerce-widget-layered-nav-list::-webkit-scrollbar{
  display: none;
}
.woocommerce.single-product .widget.widget_product_categories .product-categories::-webkit-scrollbar,
.side_shopping_cart-wrapper .pgs_product_list_widget-container > .pgs-woocommerce-widget-layered-nav-list::-webkit-scrollbar,
.woo-tools-action.woo-tools-cart .pgs_product_list_widget-container > .pgs-woocommerce-widget-layered-nav-list::-webkit-scrollbar,
.widget.widget_product_categories > .pgs-woocommerce-widget-layered-nav-list::-webkit-scrollbar,
.shop-off_canvas_sidebar .sidebar > .pgs-woocommerce-widget-layered-nav-list::-webkit-scrollbar,
.sidebar .pgs-woocommerce-widget-layered-nav-list-container > .pgs-woocommerce-widget-layered-nav-list::-webkit-scrollbar,
.pgs_widgets_shop-filters .pgs-woocommerce-widget-layered-nav-list-container > .pgs-woocommerce-widget-layered-nav-list::-webkit-scrollbar{
  display: block;
}


.side_shopping_cart-wrapper .pgs_product_list_widget-container > .woocommerce-mini-cart,
.woo-tools-action.woo-tools-cart .pgs_product_list_widget-container.has-scrollbar > .woocommerce-mini-cart {scrollbar-width: none;}
.side_shopping_cart-wrapper .pgs_product_list_widget-container > .woocommerce-mini-cart::-webkit-scrollbar,
.woo-tools-action.woo-tools-cart .pgs_product_list_widget-container.has-scrollbar > .woocommerce-mini-cart::-webkit-scrollbar {display: none;}


/* Sidebar off Canvas CSS */
.shop-off_canvas_sidebar .sidebar{
  position : relative;
  width    : 100%;
  height   : 100%;
  overflow : hidden;
}
.shop-off_canvas_sidebar .sidebar.has-scrollbar > .shop-sidebar-widgets{
  left: 25px;
  padding-right: 25px;
}
.shop-off_canvas_sidebar .sidebar > .ciyashop-scroll-pane{
  width    : 7px;
}

/* Add to Cart on Header */
.woo-tools-action.woo-tools-cart .pgs_product_list_widget-container{
  position : relative;
  width    : 100%;
  max-height   : 338px;
  overflow : hidden;
}

/* Add to Cart on Off Canvas */
.side_shopping_cart-wrapper .pgs_product_list_widget-container{
  position : relative;
  width    : 100%;
  height   : 100%;
  overflow : hidden;
}


/* Sidebar Category CSS */
.widget.widget_product_categories{
  position : relative;
  width    : 100%;
  max-height   : 400px;
  overflow : hidden;
}
.widget.widget_product_categories .product-categories{
	margin-top: 40px;
	margin-bottom: 15px;
}
.widget.widget_product_categories > .ciyashop-scroll-pane{
	margin-top: 40px;
}
.widget.widget_product_categories.has-scrollbar .product-categories > li .count{
	right: 15px;
}

/*==================================*/
/* Shop Filters Offcanvas */
/*==================================*/
.shop-sidebar-widgets-overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.0);
    z-index: 1021;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.shop-sidebar-widgets-overlay.shop_sidebar_widgets-show{
	background: rgba(0, 0, 0, 0.8);
	visibility: visible;
}

/* Offcanvas Close */
.shop-off_canvas_sidebar .sidebar .sidebar-widget-heading{
    padding: 15px 25px;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: 40px;
    margin-top: -30px;
    background: #ffffff;
    border-bottom: 1px solid #e8e8e8;
}
.shop-off_canvas_sidebar .sidebar .sidebar-widget-heading .close-sidebar-widget{
	position: relative;
	display: block;
	font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px;
	color: #323232;
}
.shop-off_canvas_sidebar .sidebar .sidebar-widget-heading .close-sidebar-widget:after,
.shop-off_canvas_sidebar .sidebar .sidebar-widget-heading .close-sidebar-widget:before{
	content: "";
	width: 25px;
	height: 2px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -2px;
	margin-right: -12px;
	display: inline-block;
	background-color: #323232;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.shop-off_canvas_sidebar .sidebar .sidebar-widget-heading .close-sidebar-widget:after{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.shop-off_canvas_sidebar .sidebar .sidebar-widget-heading .close-sidebar-widget:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Offcanvas Sidebar Content */
.shop-off_canvas_sidebar .content{
	flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}
.woocommerce.shop-off_canvas_sidebar .sidebar{
	margin-top: 0;
}
.admin-bar.woocommerce.shop-off_canvas_sidebar .sidebar{
	margin-top: 32px;
}
.shop-off_canvas_sidebar .sidebar{
	position: fixed;
    left: 0;
    top: 0;
    background: #ffffff;
    padding: 0 25px;
    width: 330px;
    height: 100%;
    z-index: 1021;
    overflow: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
    box-shadow: 0 0px 20px rgba(0,0,0,0.1);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
}
.shop-off_canvas_sidebar #right.sidebar{
	left: auto;
	right: 0;
	-webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
}
.shop-off_canvas_sidebar .sidebar.ciyashop_shop_sidebar-open,
.shop-off_canvas_sidebar #right.sidebar.ciyashop_shop_sidebar-open{
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}
.shop-off_canvas_sidebar.admin-bar .sidebar{
	padding-top: 32px;
}
.shop-off_canvas_sidebar .sidebar .shop-sidebar-widgets{
	padding-top: 30px;
	padding-bottom: 30px;
}

/*==========================================================*/
/* Products Details Page */
/*==========================================================*/
.woocommerce.single-product .woocommerce-error,
.woocommerce.single-product .woocommerce-info,
.woocommerce.single-product .woocommerce-message {
	margin-top: 0;
	margin-bottom: 20px;
}

/* Ciyashop Breadcrumbs */
.woocommerce.single-product .content-wrapper #ciyashop_breadcrumbs {
	display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    list-style-type: none;
}
.woocommerce.single-product .content-wrapper #ciyashop_breadcrumbs li {
    padding-right: 6px;
    font-size: 14px;
}
.woocommerce.single-product .content-wrapper #ciyashop_breadcrumbs li:last-child {
    padding-right: 0;
}
.woocommerce.single-product .content-wrapper #ciyashop_breadcrumbs li a {
    color: inherit;
}
.woocommerce.single-product .content-wrapper #ciyashop_breadcrumbs li a:after {
    content: "/";
    font-size: 12px;
    padding-left: 6px;
}
.woocommerce.single-product .content-wrapper #ciyashop_breadcrumbs li.current-item .item-element {
	color: #323232;
	font-weight: 600;
}

.woocommerce.single-product div.product .product_title {
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	word-wrap: break-word;
	margin-bottom: 10px;
}

.woocommerce.single-product div.product .woocommerce-product-rating {
	margin-bottom: 10px;
	line-height: normal;
}
.woocommerce .woocommerce-product-rating .star-rating{
	margin-top: 4px;
    margin-right: 10px;
}

.ciyashop-popup-quick-view .woocommerce-product-rating .woocommerce-review-link,
.woocommerce.single-product div.product .woocommerce-product-rating .woocommerce-review-link {
	color: #969696;
	font-size: 13px;
    line-height: 18px;
}
.ciyashop-popup-quick-view .woocommerce-product-rating .woocommerce-review-link:hover,
.woocommerce.single-product div.product .woocommerce-product-rating .woocommerce-review-link:hover{
	color: #04d39f;
}

.woocommerce.single-product div.product .price {
	font-size: 26px;
	line-height: 32px;
}

.woocommerce.single-product div.product .price .amount {
	font-weight: 600;
}

.woocommerce.single-product div.product .price del {
	color: rgba(0, 0, 0, 0.3);
}

.woocommerce.single-product div.product .price del .amount {
	color: rgba(0, 0, 0, 0.3);
	font-size: 20px;
}

.woocommerce.single-product div.product .woocommerce-product-details__short-description {
	padding-bottom: 20px;
	max-height: inherit;
}

.woocommerce.single-product div.product .woocommerce-product-details__short-description p {
	margin: 0;
	padding: 0;
}

.woocommerce.single-product div.product form .wc-points-rewards-product-message {
	margin-bottom: 15px;
	display: inline-block;
}

.woocommerce.single-product div.product form.cart .quantity {
	padding: 0;
	margin-right: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs {
	padding: 10px 0;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	margin-right: 1.5%;
	width: 18.8%;
	margin-bottom: 10px;
	border: 1px solid #e8ebf1;
	padding: 5px;
}

.woocommerce div.product div.images .flex-control-thumbs li:nth-child(5n+5) {
	margin-right: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n+1) {
	clear: none;
}

.woocommerce.single-product .woo-product-countdown-wrapper {
	margin-bottom: 25px;
}

.woocommerce.single-product .woo-product-countdown-wrapper h6 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 600;
	color: #61c70e;
}

.woocommerce.single-product .woo-product-countdown-wrapper .woo-product-countdown ul {
	margin-bottom: 0px !important;
}

.woocommerce.single-product div.product form.cart {
	margin-bottom: 0px;
	padding-bottom: 25px;
}

.woocommerce.single-product div.product form.cart .single_variation_wrap .woocommerce-variation-availability {
	margin-bottom: 20px;
}

.woocommerce.single-product div.product form.cart .variations{
	margin-bottom: 20px;
}
.woocommerce.single-product div.product form.cart .variations tr{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.woocommerce.single-product div.product form.cart .variations tr:last-child {
    margin-bottom: 0;
}
.woocommerce.single-product div.product form.cart .variations th,
.woocommerce.single-product div.product form.cart .variations td {
	padding: 0;
	margin: 0;
	background: none;
	vertical-align: middle;
	align-self: center;
	line-height: 18px;
}
.woocommerce.single-product div.product form.cart .variations th.label,
.woocommerce.single-product div.product form.cart .variations td.label {
	width: auto;
	min-width: 75px;
    padding-right: 10px;
	line-height: 28px;
}
.woocommerce.single-product div.product form.cart .variations th label,
.woocommerce.single-product div.product form.cart .variations td label {
	margin-bottom: 0;
	font-weight: 600;
	color: #323232;
	text-transform: capitalize;
}
.woocommerce.single-product div.product form.cart .variations th label:after,
.woocommerce.single-product div.product form.cart .variations td label:after {
    content: ":";
    margin-left: 3px;
}
.woocommerce.single-product div.product form.cart .variations td select {
	width: 250px;
	min-width: 250px;
	height: 38px !important;
	color: #969696;
	padding: 0 10px;
	padding-right: 20px;
	border: 1px solid #dddddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.woocommerce.single-product div.product form.cart .variations .ciyashop-swatches select {
	display: none;
}
.woocommerce.single-product div.product form.cart .variations td .select2 {
	width: 250px;
	min-width: 250px;
}
.woocommerce.single-product div.product form.cart .variations td .reset_variations,
.ciyashop-popup-quick-view form.cart .variations td .reset_variations {
	margin-left: 10px;
	color: #323232;
	position: relative;
}
.ciyashop-popup-quick-view form.cart .variations td .reset_variations{
	margin-left: 0;
}
.woocommerce.single-product div.product form.cart .variations td .reset_variations:before,
.ciyashop-popup-quick-view form.cart .variations td .reset_variations:before {
	content: "\f00d";
	font-weight: 900;
	position: relative;
	left: 0;
	top: 0;
	font-family: 'Font Awesome 5 Free';
	font-size: 12px;
	padding-right: 4px;
}
.woocommerce.single-product div.product form.cart .single_variation_wrap .woocs_price_code {
	display: inline-block;
	width: 100%;
	border: none;
	padding-top: 8px;
	padding-bottom: 20px;
}
.woocommerce.single-product div.product form.cart .single_variation_wrap .woocs_price_code .amount {
	font-weight: 600;
	color: #04d39f;
}
.woocommerce.single-product div.product form.cart .single_variation_wrap .woocs_price_code del {
	color: rgba(0,0,0,.3);
}
.woocommerce.single-product div.product form.cart .single_variation_wrap .woocs_price_code del .amount {
    color: rgba(0,0,0,.3);
    padding-right: 5px;
}
.woocommerce.single-product div.product form.cart .single_variation_wrap .woocommerce-variation .woocs_price_code {
	padding-top: 0px;
	padding-bottom: 15px;
	font-size: 20px;
    line-height: 30px;
}

.woocommerce.single-product div.product form.cart .variations td select {
	height: 38px;
	margin-right: 0;
	border: 2px solid #e8e8e8;
}

.woocommerce.single-product div.product .summary .cart .single_add_to_cart_button,
.woocommerce.single-product div.product form.cart .single_add_to_cart_button {
	padding: 10px 20px;
	position: relative;
	border: none;
	font-size: 14px;
}

.woocommerce.single-product div.product .summary .cart .single_add_to_cart_button:before,
.woocommerce.single-product div.product form.cart .single_add_to_cart_button:before {
	content: "\f217";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 16px;
	padding-right: 15px;
}

  .woocommerce.single-product div.product .summary .cart .single_add_to_cart_button.loading:after,
  .woocommerce.single-product div.product form.cart .single_add_to_cart_button.loading:after {
    content: "";
    background-image: url(../images/loader-img/cy_loader-light.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    display: inline-block;
    padding-right: 0;
    margin-left: -12px;
    position: absolute;
    left: 50%;
    top: 10px;
  }

.woocommerce.single-product div.product .summary .cart .single_add_to_cart_button.added:after,
.woocommerce.single-product div.product form.cart .single_add_to_cart_button.added:after {
	content: normal;
}

.woocommerce.single-product div.product .summary .cart .added_to_cart,
.woocommerce.single-product div.product form.cart .added_to_cart {
	display: none;
}

.woocommerce.single-product div.product form.cart .quantity-button {
	line-height: 45px;
	background: #ffffff;
}

.woocommerce.single-product div.product form.cart .quantity input {
	height: 45px;
	padding: 0;
    width: 110px !important;
	background: #f8f8f8;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #04d39f;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
	padding: 10px;
}

.woocommerce table.shop_attributes td p {
	padding: 0px;
}

.woocommerce.single .woocommerce-message {
	margin-bottom: 40px;
}

.product-size-guide {
	margin-bottom: 20px;
}
.pgs-content-popup {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
  transition: 1s all;
}
.pgs-content-popup .pgs-sizeguide-title{
	font-weight: 600;
}
.pgs-content-popup table{
	width: 100%;
	margin-bottom: 0;
}
.pgs-content-popup table th{
	background: #04d39f;
	color: #ffffff;
	border-bottom: inherit;
}
.pgs-content-popup table td,
.pgs-content-popup table th{
    padding: 5px 15px;
}
.pgs-content-popup .table tbody + tbody {
    border-top: inherit;
}

.product-size-guide .open-product-size-guide {
	background: #ffffff;
	border: 1px solid #e8e8e8;
	color: #969696;
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px 15px;
	padding-left: 12px;
	display: inline-block;
	position: relative;
	border-radius: 3px;
}

.product-size-guide .open-product-size-guide:before {
	content: "";
	background: url(../images/size-icon.png);
	width: 23px;
	height: 16px;
	display: inline-block;
	position: relative;
	top: 3px;
	margin-right: 7px;
}

.product-size-guide .open-product-size-guide:hover {
	background: #fbfbfb;
}

.woocommerce-products-header .yith-wcbr-archive-header.term-description {
	margin-top: 30px;
}

.woocommerce-products-header .yith-wcbr-archive-header.term-description p {
	padding: 20px;
	border: 1px solid #e8e8e8;
	margin-top: 0;
}

/*===================================*/
/* Swatch Design */
/*===================================*/
.variations .ciyashop-swatches select,
.variations .ciyashop-swatches .select2{
	display: none;
}

.variations .ciyashop-swatches .swatches-select .ciyashop-swatch{
	width: 20px;
	height: 20px;
	font-size: 0;
	display: inline-block;
	border-radius: 50px;
	margin: 5px;
    margin-left: 0;
    margin-right: 8px;
	border: 2px solid #ffffff;
	cursor: pointer;
	vertical-align: top;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.variations .ciyashop-swatches .swatches-select .ciyashop-swatch:last-child{
	margin-right: 0;
}
.variations .ciyashop-swatches .swatches-select .ciyashop-swatch.cs-disabled{
	opacity: 0.6;
	cursor: no-drop;
}
.variations .value.ciyashop-swatches .swatches-select{
	display: inline-block;
}
.variations .ciyashop-swatches .swatches-select .ciyashop-text-only{
	display: inline-flex;
    justify-content: center;
    align-items: center;
	font-size: 11px;
	color: #323232;
	line-height: 14px;
	font-weight: 600;
    width: auto;
    height: 18px;
    min-width: 18px;
    border-radius: 0;
    text-transform: uppercase;
    padding: 0 2px;
}
.single-product .summary .variations .ciyashop-swatches .swatches-select .swatch-image{
	width: 50px;
	height: 60px;
    border-width: 3px;
    margin-right: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* Swatch Active */
.variations .ciyashop-swatches .swatches-select .ciyashop-swatch.cs-attr-selected{
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.8);
	box-shadow: 0 0 0 1px rgba(0,0,0,0.8);
}

/*===================================*/
/* Shop Page Swatch Design */
/*===================================*/
.woocommerce .products .product.loading-variations .product-thumbnail:before {
	content: "";
	background-color: rgba(255,255,255,0.8);
	background-image: url(../images/loader-img/cy_loader.svg);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99;
	background-position: center;
	background-size: 50px;
}
.woocommerce .products .product .ciyashop-product-variations-wrapper{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 10;
    padding-bottom: 65px;
    background: rgba(255,255,255,0.96);
    text-align: center;
    display: block !important;
    -webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.woocommerce .products .product.variations-shown .ciyashop-product-variations-wrapper{
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}
.woocommerce .products .product .ciyashop-product-variations-wrapper .ciyashop-swatch.swatch-image {
    width: 45px;
    height: 50px;
    border-radius: 3px;
}

/* Variations Close */
.woocommerce .products .product .ciyashop-product-variations-wrapper .ciyashop-variations-close{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width: 20px;
    font-size: 12px;
    z-index: 9;
    color: #969696;
}
.woocommerce .products .product .ciyashop-product-variations-wrapper .ciyashop-variations-close:before {
	content: "Close";
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
	font-size: 12px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.woocommerce .products .product .ciyashop-product-variations-wrapper .ciyashop-variations-close:hover:before{
	right: 20px;
	opacity: 1;
}

/* Variations Form */
.woocommerce .products .product .ciyashop-product-variations-wrapper .ciyashop-variations-form{
    height: 100%;
    display: table;
    width: 100%;
}
.woocommerce .products .product .ciyashop-product-variations-wrapper .variations_form{
    display: table-cell;
    vertical-align: middle;
}
.woocommerce .products .product .ciyashop-product-variations-wrapper .variations{
	border: none;
	margin: 0;
	width: 100%;
	position: relative;
	transition: all 0.15s ease-in-out;
}
.woocommerce .products .product .ciyashop-product-variations-wrapper .variations tr{
    padding-top: 5px;
    margin-bottom: 10px;
    display: list-item;
}
.woocommerce .products .product .ciyashop-product-variations-wrapper .variations tr:first-child{
	padding-top: 0;
}
.woocommerce .products .product .ciyashop-product-variations-wrapper .variations th,
.woocommerce .products .product .ciyashop-product-variations-wrapper .variations td{
	border: none;
	padding: 0;
	display: table;
    width: 100%;
}
.woocommerce .products .product .ciyashop-product-variations-wrapper .variations th.label,
.woocommerce .products .product .ciyashop-product-variations-wrapper .variations td.label{
	display: table;
    width: 100%;
    line-height: normal;
}
.woocommerce .products .product .ciyashop-product-variations-wrapper .variations th.label label,
.woocommerce .products .product .ciyashop-product-variations-wrapper .variations td.label label{
    line-height: 18px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #323232;
    font-weight: 600;
}
.woocommerce .products .product .ciyashop-product-variations-wrapper .variations td.value select {
    height: 35px;
    font-size: 14px;
    min-width: 200px;
    background: #ffffff;
    color: #969696;
    border: 2px solid #e8e8e8;
}

.woocommerce .products.products-loop-column-5 .product .ciyashop-product-variations-wrapper .variations td.value select{
	min-width: 150px;
}
.woocommerce .products .product .ciyashop-product-variations-wrapper .variations .ciyashop-swatches .ciyashop-swatch {
	border: none;
	-webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 1px rgb(0 0 0 / 15%);
}
.woocommerce .products .product .ciyashop-product-variations-wrapper .variations .ciyashop-swatches .ciyashop-swatch.cs-attr-selected {
	-webkit-box-shadow: 0 0 0 1px #424242;
    -moz-box-shadow: 0 0 0 1px #424242;
    box-shadow: 0 0 0 1px #424242;

}
.woocommerce .products .product .ciyashop-product-variations-wrapper .variations .reset_variations{
	width: 100%;
	color: #323232;
    position: absolute;
    left: 0;
    bottom: -20px;
    font-size: 12px;
    display: inline-block !important;
    line-height: 18px;
    font-weight: 600;
    opacity: 0;
}
.woocommerce .products .product .ciyashop-product-variations-wrapper .variations .reset_variations:before {
	content: "\f00d";
	position: relative;
	left: 0;
	top: 0;
	font-family: 'Font Awesome 5 Free';
	font-size: 12px;
	padding-right: 4px;
}
.woocommerce .products .product .ciyashop-product-variations-wrapper .ciyashop-variation-selected .variations{
	margin-bottom: 30px;
}
.woocommerce .products .product .ciyashop-product-variations-wrapper .ciyashop-variation-selected .variations .reset_variations{
	bottom: -20px;
	opacity: 1;
}

.woocommerce .products .product .ciyashop-product-variations-wrapper .single_variation_wrap{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.woocommerce .products .product .ciyashop-product-variations-wrapper .single_variation_wrap .woocommerce-variation{
	float: left;
	line-height: 26px;
}
.woocommerce .products .product .ciyashop-product-variations-wrapper .single_variation_wrap .woocommerce-variation-price > .price{
	padding: 0;
}
.woocommerce .products .product .ciyashop-product-variations-wrapper .single_variation_wrap .price del .amount{
	font-size: 14px;
}
.woocommerce .products .product .ciyashop-product-variations-wrapper .single_variation_wrap .price .amount{
	font-size: 16px;
}
.woocommerce .products .product .ciyashop-product-variations-wrapper .single_variation_wrap .button,
.woocommerce .products .product .ciyashop-product-variations-wrapper .single_variation_wrap .added_to_cart{
    background: #04d39f;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 26px;
    margin-top: 10px;
    width: 100%;
    border-radius: 0;
    font-size: 13px;
    padding: 5px 0;
    position: relative;
    opacity: 1;
}
.woocommerce .products .product .ciyashop-product-variations-wrapper .single_variation_wrap .single_add_to_cart_button.added:after{
	content: normal;
}
.woocommerce .products .product .ciyashop-product-variations-wrapper .single_variation_wrap .added_to_cart{
	display: none;
}
.woocommerce .products .product .ciyashop-product-variations-wrapper .single_variation_wrap .button.loading{
	color: rgba(255,255,255,0.6);
}
.woocommerce .products .product .ciyashop-product-variations-wrapper .single_variation_wrap .button.loading:after {
	content: "";
	animation: inherit;
	background-image: url(../images/loader-img/cy_loader-light.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
    top: 3px;
    margin-left: -15px;
}
.woocommerce .products .product .ciyashop-product-variations-wrapper .single_variation_wrap .quantity{
	padding: 0 22px;
	float: right;
}
.woocommerce .products .product .ciyashop-product-variations-wrapper .single_variation_wrap .quantity:before {
	content: "Qty:";
	position: absolute;
	left: -32px;
	top: 2px;
	font-size: 12px;
	color: #969696;
	text-transform: uppercase;
}
.woocommerce .products .product .ciyashop-product-variations-wrapper .single_variation_wrap .quantity .qty {
    width: 40px !important;
    height: 35px;
    background: #ffffff;
    padding: 0;
    color: #969696;
    border: 1px solid #e6e6e6;

}
.woocommerce .products .product .ciyashop-product-variations-wrapper .single_variation_wrap .quantity .quantity-button.quantity-up,
.woocommerce .products .product .ciyashop-product-variations-wrapper .single_variation_wrap .quantity .quantity-button.quantity-down {
    width: 23px;
    line-height: 33px;
    background: #fff;
    border: 1px solid #e6e6e6;
    color: #969696;
}
.woocommerce .products .product .ciyashop-product-variations-wrapper .single_variation_wrap .woocommerce-variation-availability{
	display: none;
}

/*-------------------------*/
/* Product Hover Hide */
/*-------------------------*/
.woocommerce .product.variations-shown .product-thumbnail .product-actions{
	opacity: 0 !important;
	visibility: hidden;
}
.woocommerce .variations-shown.product-hover-style-info-bottom-bar:hover .product-info{
    top: 0;
}
.woocommerce .product-hover-style-image-center .ciyashop-product-variations-wrapper .single_variation_wrap .woocommerce-variation,
.woocommerce .product-hover-style-image-left .ciyashop-product-variations-wrapper .single_variation_wrap .woocommerce-variation,
.woocommerce .product-hover-style-grocery-1 .ciyashop-product-variations-wrapper .single_variation_wrap .woocommerce-variation,
.woocommerce .product-hover-style-grocery-2 .ciyashop-product-variations-wrapper .single_variation_wrap .woocommerce-variation,
.woocommerce .product-hover-style-image-bottom .ciyashop-product-variations-wrapper .single_variation_wrap .woocommerce-variation,
.woocommerce .product-hover-style-info-bottom .ciyashop-product-variations-wrapper .single_variation_wrap .woocommerce-variation,
.woocommerce .product-hover-style-info-bottom-bar .ciyashop-product-variations-wrapper .single_variation_wrap .woocommerce-variation{
	margin-left: 15px;
}
.woocommerce .product-hover-style-image-center .ciyashop-product-variations-wrapper .single_variation_wrap .quantity,
.woocommerce .product-hover-style-image-left .ciyashop-product-variations-wrapper .single_variation_wrap .quantity,
.woocommerce .product-hover-style-grocery-1 .ciyashop-product-variations-wrapper .single_variation_wrap .quantity,
.woocommerce .product-hover-style-grocery-2 .ciyashop-product-variations-wrapper .single_variation_wrap .quantity,
.woocommerce .product-hover-style-image-bottom .ciyashop-product-variations-wrapper .single_variation_wrap .quantity,
.woocommerce .product-hover-style-info-bottom .ciyashop-product-variations-wrapper .single_variation_wrap .quantity,
.woocommerce .product-hover-style-info-bottom-bar .ciyashop-product-variations-wrapper .single_variation_wrap .quantity{
	margin-right: 15px;
}

.woocommerce-tabs .main-cross-sell #feq-products {
	margin-top: 10px;
}

.woocommerce-tabs .main-cross-sell #feq-products li {
	margin-right: 35px;
	border: 1px solid #e8e8e8;
	overflow: visible;
}

.woocommerce-tabs .main-cross-sell #feq-products li div.plus-sign {
	top: 23px;
	right: -30px;
}

.woocommerce-tabs .main-cross-sell #feq-products li:last-child {
	margin-right: 0;
	overflow: hidden;
}

.woocommerce-tabs .main-cross-sell .cross-sell-buy-selectable {
	font-family: inherit;
}

.woocommerce-tabs .main-cross-sell .cross-sell-buy-selectable .cross-sell-items {
	background: #fbfbfb;
	padding: 25px !important;
}

.woocommerce-tabs .main-cross-sell .cross-sell-buy-selectable .cross-sell-items input {
	margin-top: 5px;
	margin-right: 10px;
}

.woocommerce-tabs .main-cross-sell .cross-sell-buy-selectable .cross-sell-items .cross-sell-product-title a {
	color: #969696;
}

.woocommerce-tabs .main-cross-sell .cross-sell-buy-selectable .cross-sell-items .cross-sell-product-title a:hover {
	color: #323232;
}

.woocommerce-tabs .main-cross-sell .cross-sell-buy-btn {
	margin-top: 15px;
	margin-bottom: 10px;
}

.woocommerce-tabs .main-cross-sell .cross-sell-buy-btn #cross-sell-add-to-cart {
	background: #323232;
	color: #ffffff;
	padding: 12px 20px;
	display: inline-block;
	margin-top: 15px;
	border-radius: 3px;
}

/*===================================*/
/* Single Product Style */
/*===================================*/
.woocommerce.single-product #content div.product:not(.product_page_style-default) .woocommerce-product-gallery {
	width: 100%;
}

.woocommerce.single-product #content div.product:not(.product_page_style-default) div.summary {
	width: 100%;
	margin-top: 0;
}

.woocommerce.single-product #content div.product .woocommerce-tabs {
	width: 100%;
}

.woocommerce.single-product .product-content-bottom {
	margin-top: 40px;
}

.ciyashop-product-gallery .ciyashop-product-gallery_buttons_wrapper{
	z-index: 2;
}

.woocommerce.single-product #content div.product:not(.product_page_style-default) .woocommerce-product-gallery {
    width: 100%;
    z-index: 1;
    border: 1px solid rgba(0,0,0,.05);
}

/*------------------------*/
/* Slider Loading CSS */
/*------------------------*/
.woocommerce.single-product .ciyashop-product-gallery__wrapper > .ciyashop-product-gallery__image {
	display: none;
}
.woocommerce.single-product .ciyashop-product-gallery__wrapper > .ciyashop-product-gallery__image:first-child {
	display: block;
}

/* Thumbnails Bottom */
.woocommerce.single-product .ciyashop-product-images .ciyashop-gallery-thumb_position-bottom .slick-track {
	width: 4000px;
}
.woocommerce.single-product .ciyashop-gallery-thumb_position-bottom .ciyashop-product-thumbnails__wrapper {
	text-align: center;
}
.woocommerce.single-product .ciyashop-gallery-thumb_position-bottom .ciyashop-product-thumbnails__wrapper > .ciyashop-product-thumbnail__image {
    display: inline-block;
    margin: 3px;
}
.woocommerce.single-product .ciyashop-gallery-thumb_position-bottom .ciyashop-product-thumbnails__wrapper > .ciyashop-product-thumbnail__image > img {
	width: 95px;
}

/* Thumbnails Left */
.woocommerce.single-product .ciyashop-gallery-thumb_position-left,
.woocommerce.single-product .ciyashop-gallery-thumb_position-right {
	overflow: hidden;
}
.woocommerce.single-product .ciyashop-gallery-thumb_position-left .ciyashop-product-thumbnails__wrapper > .ciyashop-product-thumbnail__image,
.woocommerce.single-product .ciyashop-gallery-thumb_position-right .ciyashop-product-thumbnails__wrapper > .ciyashop-product-thumbnail__image {
    margin-bottom: 10px;
}
.woocommerce.single-product .ciyashop-gallery-thumb_position-left .ciyashop-product-thumbnails__wrapper > .ciyashop-product-thumbnail__image:last-child,
.woocommerce.single-product .ciyashop-gallery-thumb_position-right .ciyashop-product-thumbnails__wrapper > .ciyashop-product-thumbnail__image:last-child {
    margin-bottom: 0px;
}


/* Product Summary */
.woocommerce.single-product .product-summary-actions {
	margin-bottom: 25px;
    border-bottom: 1px solid #d3ced2;
    padding-bottom: 15px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.woocommerce.single-product .product-summary-actions .cs-wcwl-add-button,
.woocommerce.single-product .product-summary-actions .yith-wcwl-add-to-wishlist {
	float: left;
	margin: 0px;
	margin-right: 20px;
	position: relative;
}

.woocommerce.single-product .product-summary-actions .yith-wcwl-add-to-wishlist + .clear {
	display: none;
}

.woocommerce.single-product .product-summary-actions .yith-wcwl-add-button .add_to_wishlist,
.woocommerce.single-product .product-summary-actions .yith-wcwl-wishlistaddedbrowse,
.woocommerce.single-product .product-summary-actions .yith-wcwl-wishlistexistsbrowse > a {
	color: #323232;
	line-height: 30px;
	font-size: 15px;
}

.woocommerce.single-product .product-summary-actions .yith-wcwl-add-button .add_to_wishlist:hover,
.woocommerce.single-product .product-summary-actions .yith-wcwl-wishlistexistsbrowse > a:hover{
	color: #04d39f;
}

.woocommerce.single-product .product-summary-actions a.add_to_wishlist:before,
.woocommerce.single-product .product-summary-actions .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce.single-product .product-summary-actions .yith-wcwl-wishlistexistsbrowse a:before {
	content: "\f004";
	font-weight: 400;
	position: relative;
	left: 0;
	top: 0;
	font-family: 'Font Awesome 5 Free';
	font-size: 16px;
	padding-right: 7px;
	color: #04d39f;
}

.woocommerce.single-product .product-summary-actions .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce.single-product .product-summary-actions .yith-wcwl-wishlistexistsbrowse a:before {
	content: "\f004";
	font-weight: 900;
}

.woocommerce.single-product .product-summary-actions .yith-wcwl-wishlistaddedbrowse.show a:hover {
	background: none;
}

.woocommerce.single-product .product-summary-actions .yith-wcwl-add-button .ajax-loading {
	position: absolute;
	left: -5px;
	top: 5px;
}

.woocommerce.single-product .product-summary-actions .yith-wcwl-wishlistaddedbrowse .feedback,
.woocommerce.single-product .product-summary-actions .yith-wcwl-wishlistexistsbrowse .feedback {
	display: none;
}

.woocommerce.single-product .product-summary-actions .cs-wcwl-add-button .add_to_wishlist {
	color: #323232;
}
.woocommerce.single-product .product-summary-actions .cs-wcwl-add-button .add_to_wishlist:hover {
	color: #04d39f;
}

.woocommerce.single-product .product-summary-actions .compare,
.woocommerce.single-product .product-summary-actions .compare:hover {
	background: none;
	font-size: 15px;
	color: #323232;
	padding: 0;
	line-height: 30px;
	text-transform: capitalize;
	margin-right: 20px;
}

.woocommerce.single-product .product-summary-actions .compare:hover {
	color: #04d39f;
}

.woocommerce.single-product .product-summary-actions .compare:before {
	content: "\f422";
	position: relative;
	left: 0;
	top: 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 16px;
	padding-right: 7px;
	color: #04d39f;
}
.woocommerce.single-product .product-summary-actions .compare.cs-loading:after {
	content: "";
	background-image: url(../images/ajax-loader.svg);
	background-size: cover;
	width: 37px;
	height: 37px;
	position: absolute;
	left: 28px;
	top: -3px;
}

.woocommerce.single-product .summary .product_meta {
	margin-bottom: 25px;
}

.woocommerce.single-product .summary .social-profiles {
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	border-top: 1px solid #d3ced2;
	border-bottom: 1px solid #d3ced2;
	position: relative;
}

.woocommerce .summary .share-wrapper .share-label {
	float: left;
	color: #323232;
	font-weight: 600;
	font-size: 15px;
	margin-right: 10px;

}
.woocommerce.single-product .site-content .content .social-profiles ul{
	padding: 0;
	margin: 0;
}
.woocommerce.single-product .site-content .content .social-profiles ul li {
	margin-right: 2px;
	margin-bottom: 0;
}
.woocommerce.single-product .site-content .content .social-profiles ul li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: none;
}
.woocommerce.single-product .product_meta > span {
	display: block;
	font-weight: 600;
	margin: 5px 0;
}
.woocommerce.single-product .product_meta > span a {
	padding-left: 3px;
	font-weight: 400;
}
.ciyashop-popup-quick-view .product_meta > span,
.woocommerce.single-product .product_meta > span {
	color: #969696;
	font-size: 15px;
	margin: 6px 0;
}

.ciyashop-popup-quick-view .product_meta > span label,
.woocommerce.single-product .product_meta > span label {
	color: #323232;
	padding-right: 5px;
	margin-bottom: 0;
}

.ciyashop-popup-quick-view .product_meta > span a,
.woocommerce.single-product .product_meta > span a {
	color: inherit;
}

.ciyashop-popup-quick-view .product_meta > span a:hover,
.woocommerce.single-product .product_meta > span a:hover {
	color: #04d39f;
}

.woocommerce.single-product .product_meta > span.yith-wcbr-brands-logo {
	display: none;
}

/* Quantity Input */
.quantity {
	position: relative;
	padding: 0 24px;
	display: inline-block;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.quantity input {
	width: 50px !important;
	height: 45px;
	line-height: 1.65;
	float: left;
	display: block;
	padding: 0 10px;
	margin: 0;
	font-size: 16px;
	color: #969696;
	border: 1px solid #e6e6e6;
	background: #f8f8f8;
}

.quantity-button {
	position: relative;
	cursor: pointer;
	background: #ffffff;
	border: 1px solid #e6e6e6;
	width: 20px;
	text-align: center;
	color: #969696;
	font-size: 20px;
	font-family: "Trebuchet MS", Helvetica, sans-serif !important;
	line-height: 45px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.quantity-button.quantity-up {
	position: absolute;
	width: 26px;
	height: 100%;
	right: 0;
	top: 0;
}

.quantity-button.quantity-down {
	position: absolute;
	width: 26px;
	height: 100%;
	left: 0;
	top: 0;
}

/* Multi Product Variable */
.woocommerce.single-product div.product .cart.grouped_form .group_table {
	border-bottom: none;
	display: block;
	width: 100%;
}

.woocommerce.single-product div.product .cart.grouped_form .group_table tbody {
	display: block;
	width: 100%;
}

.woocommerce.single-product div.product .cart .group_table tr.purchasable {
	display: block;
	border-bottom: 1px solid #d3ced2;
}

.woocommerce.single-product div.product .cart .group_table tr.purchasable td {
	display: table-cell;
	padding: 25px 0;
	padding-right: 30px;
}

.woocommerce.single-product div.product .cart .group_table tr.purchasable .quantity {
	vertical-align: top;
	margin-right: 0;
}

.woocommerce.single-product div.product .cart .group_table tr.purchasable .woocommerce-grouped-product-list-item__label label {
	margin-bottom: 0;
}

.woocommerce.single-product div.product .cart .group_table tr.purchasable .woocommerce-grouped-product-list-item__label label a {
	color: #323232;
}

.woocommerce.single-product div.product .cart .group_table tr.purchasable .woocommerce-grouped-product-list-item__price {
	padding-right: 0;
}

.woocommerce.single-product div.product .cart .group_table tr.purchasable .woocommerce-grouped-product-list-item__price .amount {
	font-weight: 600;
	color: #04d39f;
}

.woocommerce.single-product div.product .cart .group_table tr.purchasable .woocommerce-grouped-product-list-item__price del .amount {
	color: #dddddd;
	display: block;
	line-height: 13px;
}

.woocommerce.single-product div.product .cart .group_table tr.product-type-variable {
	border: 1px solid #f1f1f1;
	background: #fbfbfb;
	display: block;
	padding: 20px;
	margin-bottom: 25px;
	position: relative;
}

.woocommerce.single-product div.product .cart.grouped_form .group_table tr.product-type-variable {
	margin-bottom: 0px;
}

.woocommerce.single-product div.product .cart .group_table tr.product-type-variable > td {
	display: inline-block;
	width: 100%;
	padding: 0;
}

.woocommerce.single-product div.product .cart .group_table tr.product-type-variable > td .product-action .product_type_variable {
	font-size: 13px;
	padding: 0 10px;
	line-height: 30px;
}

.woocommerce.single-product div.product .cart .group_table tr.product-type-variable > td.label {
	padding: 15px 0;
}

.woocommerce.single-product div.product .cart .group_table tr.product-type-variable > td.label a {
	color: #323232;
}

.woocommerce.single-product div.product .cart .group_table tr.product-type-variable > td.label a:hover {
	color: #04d39f;
}

.woocommerce.single-product div.product .cart .group_table tr.product-type-variable > td.label label {
	margin-bottom: 0;
}

.woocommerce.single-product div.product .cart .group_table tr.product-type-variable > td.price {
	padding-bottom: 5px;
}

.woocommerce.single-product div.product .cart .group_table tr.product-type-variable > td .stock {
	font-size: 14px;
	vertical-align: top;
	margin-left: 15px;
	margin-bottom: 0;
	position: absolute;
	top: 16px;
	right: 10px;
	background: none;
	font-weight: 600;
	color: #61c70e;
}

.woocs_price_code ins {
	background: none;
}

.woocommerce.single-product div.product .cart .group_table tr.product-type-simple > td {
	vertical-align: middle;
}

.woocommerce.single-product div.product .cart .group_table tr.purchasable .woocommerce-grouped-product-list-item__price .stock {
	margin-left: 15px;
	margin-bottom: 0;
	font-weight: 600;
	padding: 2px 10px;
	font-size: 12px;
	vertical-align: middle;
	line-height: 20px;
}

.woocommerce.single-product div.product .cart .group_table tr.product-type-variable .woocommerce-grouped-product-list-item__quantity {
	margin-bottom: 15px;
}

/* Tab Default Style */
.woocommerce div.product .woocommerce-tabs {
	margin-top: 30px;
}

.woocommerce div.product .woocommerce-tabs .wc-tabs-nav-wrapper ul.tabs{
	margin-bottom: 30px;
}

.woocommerce div.product .woocommerce-tabs-layout-default ul.tabs li {
	border-radius: 0;
	margin: 0;
	background: none;
	padding: 0;
	margin-right: 5px;
}

.woocommerce div.product .woocommerce-tabs-layout-default ul.tabs li a {
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	color: #323232;
	padding: 12px 25px;
}

.woocommerce div.product .woocommerce-tabs-layout-default ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs-layout-default ul.tabs li.active a {
	color: #04d39f;
}

.woocommerce div.product .woocommerce-tabs-layout-default ul.tabs li:after {
	content: normal;
}

.woocommerce div.product .woocommerce-tabs-layout-default ul.tabs li:before {
	content: "";
	width: 20%;
	height: 3px;
	background: #04d39f;
	top: -1px;
	left: 30%;
	box-shadow: none;
	border: none;
	border-radius: 0;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	opacity: 0;
}

.woocommerce div.product .woocommerce-tabs-layout-default ul.tabs li:hover:before,
.woocommerce div.product .woocommerce-tabs-layout-default ul.tabs li.active:before {
	width: 100%;
	left: 0;
	opacity: 1;
	box-shadow: none;
}

/* Tab Default Center Style */
.woocommerce div.product .woocommerce-tabs-layout-default.tab-align-center ul.tabs {
	text-align: center;
	padding: 0;
}

/* Tab Accordion Left Style */
.woocommerce div.product .woocommerce-tabs-layout-left .wc-tabs-nav-wrapper {
	display: table-cell;
	vertical-align: top;
}

.woocommerce div.product .woocommerce-tabs-layout-left .wc-tabs-content-wrapper {
	display: table-cell;
	width: 100%;
	border: 1px solid #d3ced2;
	padding: 30px 40px;
}

.woocommerce div.product .woocommerce-tabs-layout-left ul.tabs {
	border: 1px solid #d3ced2;
	background: #ffffff;
	padding: 0;
	width: 250px;
	margin-right: -1px;
	border-right: none;
}

.woocommerce-page #content div.product .woocommerce-tabs-layout-left ul.tabs li,
.woocommerce div.product .woocommerce-tabs-layout-left ul.tabs li {
	border-radius: 0;
	margin: 0;
	background: none;
	padding: 0;
	border: none;
	float: none;
	display: block;
	border-bottom: 1px solid #d3ced2;
	border-right: 1px solid #d3ced2;
}

.woocommerce-page #content div.product .woocommerce-tabs-layout-left ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs-layout-left ul.tabs li.active {
	border-right: transparent;
}

.woocommerce-page #content div.product .woocommerce-tabs-layout-left ul.tabs li:last-child,
.woocommerce div.product .woocommerce-tabs-layout-left ul.tabs li:last-child {
	border-bottom: none;
}

.woocommerce div.product .woocommerce-tabs-layout-left ul.tabs li a {
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	color: #323232;
	padding: 15px 25px;
	display: block;
}

.woocommerce div.product .woocommerce-tabs-layout-left ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs-layout-left ul.tabs li.active a {
	color: #04d39f;
}

.woocommerce #content div.product .woocommerce-tabs-layout-left ul.tabs:after,
.woocommerce #content div.product .woocommerce-tabs-layout-left ul.tabs:before,
.woocommerce div.product .woocommerce-tabs-layout-left ul.tabs li:after {
	content: normal;
}

.woocommerce div.product .woocommerce-tabs-layout-left ul.tabs li:before {
	content: "";
	width: 3px;
	height: 0;
	background: #04d39f;
	top: 50%;
	left: 0;
	box-shadow: none;
	border: none;
	border-radius: 0;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	opacity: 0;
}

.woocommerce div.product .woocommerce-tabs-layout-left ul.tabs li:hover:before,
.woocommerce div.product .woocommerce-tabs-layout-left ul.tabs li.active:before {
	height: 100%;
	top: 0;
	opacity: 1;
	box-shadow: none;
}

/* Tab Accordion Style */
.woocommerce-tabs.woocommerce-tabs-layout-accordion .card {
	border-radius: 0;
	margin: 8px 0;
	border: 1px solid #d3ced2;
}

.woocommerce-tabs.woocommerce-tabs-layout-accordion .card-header {
	background: none;
	border: none;
	border-radius: 0;
	padding: 15px 25px;
}

.woocommerce-tabs.woocommerce-tabs-layout-accordion .card-header a {
	font-size: 16px;
	font-weight: 400;
}

.woocommerce-tabs.woocommerce-tabs-layout-accordion #tab-description,
.woocommerce-tabs.woocommerce-tabs-layout-accordion .collapse {
	border-top: 1px solid #d3ced2;
}

.woocommerce-tabs.woocommerce-tabs-layout-accordion .card-block {
	padding: 20px 25px;
}

/* Review */
.woocommerce .wc-tabs-content-wrapper h2,
.woocommerce .card-block h2,
.woocommerce #reviews h2 {
	font-size: 18px;
	font-weight: 500;
}

.woocommerce #reviews {
	display: flex;
}

.woocommerce #reviews #comments {
	width: 50%;
	padding-right: 15px;
	margin-bottom: 25px;
}

.woocommerce #reviews #review_form_wrapper {
	width: 50%;
	padding-left: 15px;
}

.woocommerce #reviews #comments ol.commentlist li{
	position: relative;
	list-style-type: none;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
	width: 70px;
	padding: 2px;
	border-radius: 3px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin-left: 90px;
	border-radius: 0;
	padding: 15px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	font-size: 14px;
    line-height: 26px;
    margin: 0 0 10px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description p {
    margin: 0 0 10px;
    line-height: 24px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
	top: 8px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating:before,
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating span{
	color: #04d39f;
}

/* Review Form */
.woocommerce #reviews #comments h2,
.woocommerce #reviews .comment-reply-title {
	display: block;
	font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
	color: #323232;
	line-height: 26px;
    margin-bottom: 15px;
}

.woocommerce #review_form #respond label {
	margin-bottom: 5px;
    line-height: 24px;
}

.woocommerce #review_form #respond p {
	margin-bottom: 15px;
}

.woocommerce #review_form #respond .comment-form-rating {
	display: flex;
	margin-bottom: 15px;
}

.woocommerce #review_form #respond .comment-form-rating label {
	display: block;
	margin: 0;
	margin-right: 15px;
}

.woocommerce #review_form #respond .comment-form-rating p {
	display: inline-block;
	margin: 0;
	margin-top: 5px;
	line-height: normal;
}

.woocommerce #reviews #comment {
	height: 130px;
}

.woocommerce #review_form #respond .comment-form-cookies-consent {
	display: flex;
	align-items: baseline;
}

.woocommerce #review_form #respond .comment-form-cookies-consent label {
	padding-left: 10px;
}

/* Related Products */
.woocommerce.single-product div.product .related.products {
	margin-top: 30px;
}
.woocommerce.single-product .related.products form.cart .variations tr {
	display: block;
}
.woocommerce.single-product .related.products form.cart .variations th.label,
.woocommerce.single-product .related.products form.cart .variations td.label {
	width: 100%;
}
.woocommerce.single-product .related.products form.cart .variations th.label label,
.woocommerce.single-product .related.products form.cart .variations td.label label {
	padding-right: 0;
}
.woocommerce.single-product .related.products form.cart .variations td.value {
	display: block;
	width: 100%;
	text-align: center;
}
.woocommerce.single-product .related.products form.cart .variations td.value select {
	width: auto;
    min-width: auto;
    margin: 0;
}
/*.woocommerce.single-product .related.products .product .ciyashop-product-variations-wrapper .single_variation_wrap .quantity {
	float: none;
	margin-right: 0;
}*/

.woocommerce.single-product .related.products .product-hover-style-default .product-actions .product-action-add-to-cart a {
	display: flex;
    justify-content: center;
    align-items: center;
    line-height: 22px;
    padding: 11px 0;
    height: auto;
}
.woocommerce.single-product .related.products .product-hover-style-default .product-actions .product-action-add-to-cart .added {
	display: none;
}

.woocommerce.single-product .related.products .product-hover-style-grocery-1 .product-info .variations_form .quantity,
.woocommerce.single-product .related.products .product-hover-style-grocery-2 .product-info .variations_form .quantity {
	margin-right: 0;
    padding: 35px 0;
}
.woocommerce.single-product .related.products .product-hover-style-grocery-1 form.cart,
.woocommerce.single-product .related.products .product-hover-style-grocery-2 form.cart {
	margin: 0;
	padding: 0;
}
.woocommerce.single-product .related.products .product-hover-style-grocery-1 form.cart .single_add_to_cart_button,
.woocommerce.single-product .related.products .product-hover-style-grocery-2 form.cart .single_add_to_cart_button {
	padding: 0;
	font-size: 0;
}
.woocommerce.single-product .related.products .product-hover-style-grocery-1 form.cart .quantity input,
.woocommerce.single-product .related.products .product-hover-style-grocery-2 form.cart .quantity input {
	height: auto;
	width: 100%!important;
    background: none;
}

/* Buy Now and Product Name Sticky */
.product-summary-actions .woo-product-sticky-content {
	display: none;
}

.product-summary-actions .woo-product-sticky-content {
	height: auto !important;
	position: relative;
	z-index: 9;
}

.product-summary-actions .woo-product-sticky-content.is-sticky {
	display: block;
	background: #ffffff;
	z-index: 99 !important;
	padding: 12px 20px;
	width: 550px !important;
	margin-top: 10px;
	right: 50%;
	margin-right: -275px;
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08);
	-ms-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08);
	border: 1px solid #f5f5f5;
}

.product-summary-actions .woo-product-sticky-content.is-sticky .woo-product-title_sticky {
	display: table-cell;
	width: 100%;
	padding-right: 10px;
	vertical-align: middle;
}

.product-summary-actions .woo-product-sticky-content.is-sticky .woo-product-cart_sticky {
	display: table-cell;
}

.product-summary-actions .woo-product-sticky-content.is-sticky .woo-product-title_sticky .woo-product_title {
	font-size: 15px;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 345px;
	margin: 0;
}

.product-summary-actions .woo-product-sticky-content.is-sticky .woo-product-cart_sticky .button {
	line-height: 34px;
	width: 150px;
	padding: 0;
	text-align: center;
}

.product-summary-actions .woo-product-sticky-content.is-sticky .woo-product-cart_sticky .button:before,
.product-summary-actions .woo-product-sticky-content.is-sticky .woo-product-cart_sticky .added_to_cart:before {
	content: "\f217";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 14px;
	padding-right: 10px;
}

.product-summary-actions .woo-product-sticky-content.is-sticky .woo-product-cart_sticky .button:after {
	top: 0;
	right: auto;
}

.product-summary-actions .woo-product-sticky-content.is-sticky .woo-product-cart_sticky .button.loading {
	padding-right: 0;
}

.product-summary-actions .woo-product-sticky-content.is-sticky .woo-product-cart_sticky .button.loading:before {
	opacity: 0;
}

.product-summary-actions .woo-product-sticky-content.is-sticky .woo-product-cart_sticky .button.loading:after {
	left: 18px;
	right: auto;
}

.product-summary-actions .woo-product-sticky-content.is-sticky .woo-product-cart_sticky .button.added {
	display: none;
}

.product-summary-actions .woo-product-sticky-content.is-sticky .woo-product-cart_sticky .added_to_cart {
	padding: 0;
	line-height: 34px;
	width: 140px;
	background: #ffffff;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #04d39f;
}

.product-summary-actions .woo-product-sticky-content.is-sticky .woo-product-cart_sticky .added_to_cart:hover {
	background: #04d39f;
	color: #ffffff;
}

.product-summary-actions .woo-product-sticky-content.is-sticky .woo-product-cart_sticky .added_to_cart:before {
	content: "\f00c";
}

.product-summary-actions .woo-product-sticky-content.is-sticky .woo-product-cart_sticky form.variations_form {
	padding: 0;
}
.product-summary-actions .woo-product-sticky-content.is-sticky .woo-product-cart_sticky form.variations_form .button {
	padding: 0;
	margin-top: 10px;
}


/*===================================*/
/* Sticky Add to Cart */
/*===================================*/
body.cart_sticky-on.woocommerce.single-product{
	padding-bottom: 98px;
}
.ciyashop-sticky-btn{
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 100%;
	background: #ffffff;
	padding: 25px 0;
	-webkit-box-shadow: 0 -3px 13px rgba(0,0,0,.10);
	-moz-box-shadow: 0 -3px 13px rgba(0,0,0,.10);
	box-shadow: 0 -3px 13px rgba(0,0,0,.10);
	-webkit-transition: all 0.25s ease-out 0s;
	-moz-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%);
}
.ciyashop-sticky-btn.sticky{
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
}
.ciyashop-sticky-btn .ciyashop-sticky-btn-content{
	float: left;
	display: table;
}
.ciyashop-sticky-btn .ciyashop-sticky-btn-cart{
	float: right;
	display: table;
}
.woocommerce.single-product .ciyashop-sticky-btn .ciyashop-sticky-btn-cart form.cart .woocommerce-grouped-product-list{
	display: none;
}

/* Sticky Countdown */
.woocommerce.single-product .ciyashop-sticky-btn .woo-product-countdown-wrapper{
    margin-bottom: 0;
    margin-left: 10px;
    float: right;
}
.ciyashop-sticky-btn .woo-product-countdown-wrapper h6{
	display: none;
}
.woocommerce.single-product .ciyashop-sticky-btn .woo-product-countdown li{
	padding: 4px 0;
	line-height: 19px;
	margin-right: 3px;
}
.woocommerce.single-product .ciyashop-sticky-btn .woo-product-countdown li:last-child{
	margin-right: 0;
}

/* Sticky Thumbnail */
.ciyashop-sticky-btn .ciyashop-sticky-btn-content .ciyashop-sticky-btn-thumbnail{
    display: table-cell;
}
.ciyashop-sticky-btn .ciyashop-sticky-btn-content .ciyashop-sticky-btn-thumbnail img{
	width: 45px;
}
.ciyashop-sticky-btn .ciyashop-sticky-btn-content .ciyashop-sticky-btn-info{
    display: table-cell;
    padding-left: 15px;
    vertical-align: middle;
}
.ciyashop-sticky-btn .ciyashop-sticky-btn-content .product-title{
	margin-bottom: 0;
    display: block;
    width: 400px;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ciyashop-sticky-btn .ciyashop-sticky-btn-content .star-rating{
	float: none;
	margin: 0;
	margin-top: 5px;
}
.woocommerce.single-product .ciyashop-sticky-btn .ciyashop-sticky-btn-cart .stock{
	display: none;
}
.woocommerce.single-product .ciyashop-sticky-btn .ciyashop-sticky-btn-cart form.cart{
    margin: 0px;
    padding: 0px;
    display: table-cell;
    vertical-align: top;
}
.woocommerce.single-product .ciyashop-sticky-btn .ciyashop-sticky-btn-cart del{
	margin-right: 5px;
}
.woocommerce.single-product .ciyashop-sticky-btn .ciyashop-sticky-btn-cart .price {
    font-size: 18px;
    line-height: 26px;
    padding-right: 10px;
    display: table-cell;
    vertical-align: middle;
}

/* Sticky Wishlist Compare */
.woocommerce.single-product .ciyashop-sticky-btn .wishlist-compare-button{
	width: 75px;
	margin-top: 7px;
    margin-right: 10px;
}
.woocommerce.single-product .ciyashop-sticky-btn .wishlist-compare-button > div{
	display: inline-block;
	vertical-align: top;
}
.woocommerce.single-product .ciyashop-sticky-btn .yith-wcwl-add-to-wishlist {
    margin-top: 0px;
}
.woocommerce.single-product .ciyashop-sticky-btn .yith-wcwl-add-button{
	position: relative;
}
.woocommerce.single-product .ciyashop-sticky-btn .yith-wcwl-add-button .ajax-loading{
	position: absolute;
    left: 9px;
    top: 8px;
    margin: 0;
}
.woocommerce.single-product .ciyashop-sticky-btn .ciyashop-sticky-btn-cart .add_to_wishlist,
.woocommerce.single-product .ciyashop-sticky-btn .yith-wcwl-wishlistaddedbrowse a,
.woocommerce.single-product .ciyashop-sticky-btn .yith-wcwl-wishlistexistsbrowse a,
.woocommerce.single-product .ciyashop-sticky-btn .ciyashop-sticky-btn-cart .compare{
	display: inline-block;
	background: none;
	font-size: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
}
.woocommerce.single-product .ciyashop-sticky-btn .ciyashop-sticky-btn-cart .add_to_wishlist:before,
.woocommerce.single-product .ciyashop-sticky-btn .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce.single-product .ciyashop-sticky-btn .yith-wcwl-wishlistexistsbrowse a:before{
    content: "\f004";
    font-weight: 400;
    position: relative;
    left: 0;
    top: 0;
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    color: #323232;
}
.woocommerce.single-product .ciyashop-sticky-btn .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce.single-product .ciyashop-sticky-btn .yith-wcwl-wishlistexistsbrowse a:before{
    content: "\f004";
    font-weight: 900;
    color: #04d39f;
}
.woocommerce.single-product .ciyashop-sticky-btn .ciyashop-sticky-btn-cart .compare:before {
	content: "\f422";
    font-weight: 900;
    position: relative;
    left: 0;
    top: 0;
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    color: #323232;
}
.woocommerce.single-product .ciyashop-sticky-btn .yith-wcwl-wishlistaddedbrowse .feedback,
.woocommerce.single-product .ciyashop-sticky-btn .yith-wcwl-wishlistexistsbrowse .feedback{
	display: none;
}

/*---------------*/
/* Theme Dark */
/*---------------*/
.theme-dark .ciyashop-sticky-btn{
	background: #252525;
}

/*===================================*/
/* Product 3 Icon */
/*===================================*/
.ciyashop-product-gallery {
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.05);
}
.ciyashop-product-gallery .ciyashop-product-gallery_buttons_wrapper {
	position: absolute;
	right: 0px;
	bottom: 0;
	background: #ffffff;
	padding: 5px;
	-webkit-border-radius: 5px 0 0;
	-moz-border-radius: 5px 0 0;
	border-radius: 5px 0 0;
}
.ciyashop-product-gallery .ciyashop-product-gallery_button {
	display: table-cell;
	padding: 3px;
	vertical-align: top;
}
.ciyashop-product-gallery .ciyashop-product-gallery_button a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #dddddd;
	color: #323232;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: top;
}
.ciyashop-product-gallery .ciyashop-product-gallery_button a:hover {
	background: #323232;
	color: #ffffff;
	border-color: rgba(255,255,255,0.2);
}
.ciyashop-product-gallery .ciyashop-product-gallery_button-smart-product-image a,
.ciyashop-product-gallery .ciyashop-product-gallery_button-threesixty a {
	background-position: center  center;
	background-repeat: no-repeat;
	background-size: 25px;
}
.ciyashop-product-gallery .ciyashop-product-gallery_button-smart-product-image a:hover,
.ciyashop-product-gallery .ciyashop-product-gallery_button-threesixty a:hover {
	background-position: center  center !important;
	background-repeat: no-repeat !important;
	background-size: 25px !important;
}
.smart-product-image.smart-product-color-ciyashop.smart-product-style-none .smart-product-previous,
.smart-product-image.smart-product-color-ciyashop.smart-product-style-none .smart-product-play,
.smart-product-image.smart-product-color-ciyashop.smart-product-style-none .smart-product-stop,
.smart-product-image.smart-product-color-ciyashop.smart-product-style-none .smart-product-next,

.threesixty.smart-product-color-ciyashop.smart-product-style-none .smart-product-previous,
.threesixty.smart-product-color-ciyashop.smart-product-style-none .smart-product-play,
.threesixty.smart-product-color-ciyashop.smart-product-style-none .smart-product-stop,
.threesixty.smart-product-color-ciyashop.smart-product-style-none .smart-product-next{
	font-size: 0;
	position: relative;
	background: #04d39f;
	text-indent: inherit;
	margin-left: 3px !important;
	text-align: center;
	border-radius: 5px;
	line-height: 32px;
	color: #ffffff;
}
.smart-product-image.smart-product-color-ciyashop.smart-product-style-none .smart-product-previous:before,
.smart-product-image.smart-product-color-ciyashop.smart-product-style-none .smart-product-play:before,
.smart-product-image.smart-product-color-ciyashop.smart-product-style-none .smart-product-stop:before,
.smart-product-image.smart-product-color-ciyashop.smart-product-style-none .smart-product-next:before,
.smart-product-image.smart-product-color-ciyashop.smart-product-style-none .mfp-close:before,

.threesixty.smart-product-color-ciyashop.smart-product-style-none .smart-product-previous:before,
.threesixty.smart-product-color-ciyashop.smart-product-style-none .smart-product-play:before,
.threesixty.smart-product-color-ciyashop.smart-product-style-none .smart-product-stop:before,
.threesixty.smart-product-color-ciyashop.smart-product-style-none .smart-product-next:before,
.threesixty.smart-product-color-ciyashop.smart-product-style-none .mfp-close:before {
	content: "";
	font-family: 'Font Awesome 5 Free';
	font-size: 14px;
	font-weight: 900;
}
.smart-product-image.smart-product-color-ciyashop.smart-product-style-none .smart-product-previous:before,
.threesixty.smart-product-color-ciyashop.smart-product-style-none .smart-product-previous:before {
	content: "\f04a";
}
.smart-product-image.smart-product-color-ciyashop.smart-product-style-none .smart-product-play:before,
.threesixty.smart-product-color-ciyashop.smart-product-style-none .smart-product-play:before {
	content: "\f04b";
}
.smart-product-image.smart-product-color-ciyashop.smart-product-style-none .smart-product-stop:before,
.threesixty.smart-product-color-ciyashop.smart-product-style-none .smart-product-stop:before {
	content: "\f04c";
}
.smart-product-image.smart-product-color-ciyashop.smart-product-style-none .smart-product-next:before,
.threesixty.smart-product-color-ciyashop.smart-product-style-none .smart-product-next:before {
	content: "\f04e";
}
.smart-product-image.smart-product-color-ciyashop.smart-product-style-none .mfp-close,
.threesixty.smart-product-color-ciyashop.smart-product-style-none .mfp-close {
	background: #323232;
	color: #ffffff;
	text-align: center;
	line-height: 26px;
	border-radius: 5px;
	text-indent: inherit;
}
.smart-product-image.smart-product-color-ciyashop.smart-product-style-none .mfp-close:before,
.threesixty.smart-product-color-ciyashop.smart-product-style-none .mfp-close:before {
	content: "\f066";
	top: -2px;
	position: relative;
}
.product-top-left-inner .ciyashop-product-images + .images {
	display: none;
	opacity: 0;
	left: -999999px;
	position: absolute;
	width: 0;
	height: 0;
}

/* Theme Dark */
.theme-dark .ciyashop-product-gallery .ciyashop-product-gallery_buttons_wrapper{
	background: #272727;
}

/*===================================*/
/* Default Style (bottom) */
/*===================================*/
.ciyashop-gallery-style-default .ciyashop-product-thumbnails {
	margin-top: 10px;
}

.ciyashop-gallery-style-default.ciyashop-gallery-thumb_position-bottom .ciyashop-product-thumbnails .slick-list {
	margin-right: -8px;
}

.ciyashop-product-thumbnails .slick-slide {
	margin: 0;
	margin-right: 10px;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.ciyashop-product-thumbnails .slick-slide:hover,
.ciyashop-product-thumbnails .slick-slide.slick-current {
	opacity: 0.6;
}

.ciyashop-product-thumbnails .slick-slide:focus {
	outline: none;
}

.ciyashop-product-thumbnails .slick-slider .slick-arrow {
	background: #ffffff;
	width: 25px;
	height: 25px;
	z-index: 10;
	-webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
	opacity: 0;
}

.ciyashop-product-thumbnails .slick-slider .slick-arrow:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #04d39f;
	font-size: 12px;
	opacity: 1;
	line-height: 22px;
}

.ciyashop-product-thumbnails .slick-slider .slick-prev {
	left: 30px;
}

.ciyashop-product-thumbnails .slick-slider .slick-next {
	right: 30px;
}

.ciyashop-product-thumbnails .slick-slider .slick-prev:before {
	content: "\f053";
}

.ciyashop-product-thumbnails .slick-slider .slick-next:before {
	content: "\f054";
}

.ciyashop-product-thumbnails .slick-slider:hover .slick-prev {
	left: 15px;
	opacity: 1;
	background: #ffffff;
}

.ciyashop-product-thumbnails .slick-slider:hover .slick-next {
	left: auto;
	right: 15px;
	opacity: 1;
	background: #ffffff;
}

.ciyashop-product-thumbnails .slick-arrow.slick-disabled,
.ciyashop-product-thumbnails .slick-slider:hover .slick-arrow.slick-disabled {
	opacity: 0;
	cursor: initial;
}

/* Sticky Gallary */
.product-top-left .sticky-top {
	z-index: 9;
}
.ciyashop-product-images .ciyashop-product-gallery .ciyashop-product-gallery__wrapper .slick-slide > div {
	display: flex;
}
.ciyashop-product-images .ciyashop-product-gallery .ciyashop-product-gallery__image img {
	width: 100%;
	display: inline-block;
	cursor: grab;
}

/*===================================*/
/* Thumb Left/Right Style */
/*===================================*/
.ciyashop-gallery-thumb_position-left .ciyashop-product-thumbnails,
.ciyashop-gallery-thumb_position-right .ciyashop-product-thumbnails {
	margin-top: 0;
}

.ciyashop-gallery-thumb_position-left .ciyashop-product-thumbnails .slick-slide,
.ciyashop-gallery-thumb_position-right .ciyashop-product-thumbnails .slick-slide {
	margin-left: 0;
	margin-right: 0;
}

.ciyashop-gallery-thumb_vh-vertical .slick-slider .slick-prev,
.ciyashop-gallery-thumb_vh-vertical .slick-slider .slick-next{
    left: 50%;
    margin-left: -12px;
}
.ciyashop-gallery-thumb_vh-vertical.ciyashop-gallery-thumb_position-left,
.ciyashop-gallery-thumb_vh-vertical.ciyashop-gallery-thumb_position-right{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
}

.ciyashop-gallery-thumb_position-left .ciyashop-product-thumbnails,
.ciyashop-gallery-thumb_position-right .ciyashop-product-thumbnails {
    position: relative;
    left: 0;
    flex: 0 0 20.5%;
    max-width: 20.5%;
}

.ciyashop-gallery-thumb_position-left .ciyashop-product-gallery,
.ciyashop-gallery-thumb_position-right .ciyashop-product-gallery {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
    flex: 0 0 79.5%;
    max-width: 79.5%;
    align-self: baseline;
}

.product-without-gallery-image .ciyashop-gallery-thumb_position-left .ciyashop-product-gallery,
.product-without-gallery-image .ciyashop-gallery-thumb_position-right .ciyashop-product-gallery {
	flex: 0 0 100%;
    max-width: 100%;
}

.ciyashop-gallery-thumb_vh-vertical.ciyashop-gallery-thumb_position-left .ciyashop-product-thumbnails .slick-slide,
.ciyashop-gallery-thumb_vh-vertical.ciyashop-gallery-thumb_position-right .ciyashop-product-thumbnails .slick-slide {
    margin-bottom: 10px;
}

.ciyashop-gallery-thumb_vh-vertical.ciyashop-gallery-thumb_position-left .slick-slide .ciyashop-product-thumbnail__image,
.ciyashop-gallery-thumb_vh-vertical.ciyashop-gallery-thumb_position-right .slick-slide .ciyashop-product-thumbnail__image {
    vertical-align: top;
}

/*--------------------------------*/
/* Thumbnail Position Left */
/*--------------------------------*/
.ciyashop-gallery-thumb_position-left .ciyashop-product-thumbnails {
	order: 1;
}

.ciyashop-gallery-thumb_position-left .ciyashop-product-thumbnails .ciyashop-product-thumbnails__wrapper {
    padding-right: 10px;
}

.ciyashop-gallery-thumb_position-left .ciyashop-product-gallery {
    order: 2;
}

/*--------------------------------*/
/* Thumbnail Position Right */
/*--------------------------------*/
.ciyashop-gallery-thumb_position-right .ciyashop-product-thumbnails {
    order: 2;
}

.ciyashop-gallery-thumb_position-right .ciyashop-product-thumbnails .ciyashop-product-thumbnails__wrapper {
    padding-left: 10px;
}

.ciyashop-gallery-thumb_position-right .ciyashop-product-gallery {
    order: 1;
}

/* Thumbnail Left/Right Arrow */
@media only screen and (min-width:768px){
	.ciyashop-gallery-thumb_vh-vertical .slick-slider .slick-prev {
		left: 50%;
		margin-left: -12px;
		top: 30px;
		right: auto;
		opacity: 0;
		transform: inherit;
	}

	.ciyashop-gallery-thumb_vh-vertical .slick-slider .slick-next {
		left: 50%;
		margin-left: -12px;
		top: auto;
		bottom: 30px;
		right: auto;
		opacity: 0;
		transform: inherit;
	}

	.ciyashop-gallery-thumb_vh-vertical .slick-slider .slick-prev:before {
		content: "\f077";
	}

	.ciyashop-gallery-thumb_vh-vertical .slick-slider .slick-next:before {
		content: "\f078";
	}

	.ciyashop-gallery-thumb_vh-vertical .slick-slider:hover .slick-prev {
		top: 15px;
		left: 50%;
		right: auto;
		opacity: 1;
	}

	.ciyashop-gallery-thumb_vh-vertical .slick-slider:hover .slick-next {
		top: auto;
		left: 50%;
		bottom: 15px;
		right: auto;
		opacity: 1;
	}
}

/*===================================*/
/* Wide Gallery */
/*===================================*/
.ciyashop-gallery-style-wide_gallery .ciyashop-product-gallery_buttons_wrapper {
	left: 0;
	right: auto;
	z-index: 9;
	-webkit-border-radius: 5px 0 0;
	-moz-border-radius: 5px 0 0;
	border-radius: 5px 0 0;
}

.ciyashop-gallery-style-wide_gallery .slick-prev,
.ciyashop-gallery-style-wide_gallery .slick-next {
	opacity: 0;
	background: #ffffff;
	z-index: 9;
	width: 35px;
	height: 35px;
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
}

.ciyashop-gallery-style-wide_gallery .slick-arrow:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #04d39f;
	font-size: 15px;
	opacity: 1;
}

.ciyashop-gallery-style-wide_gallery .slick-prev:before {
	content: "\f053";
}

.ciyashop-gallery-style-wide_gallery .slick-next:before {
	content: "\f054";
}

.ciyashop-gallery-style-wide_gallery .slick-prev {
	left: 60px;
}

.ciyashop-gallery-style-wide_gallery .slick-next {
	right: 60px;
}

.ciyashop-gallery-style-wide_gallery .slick-slider:hover .slick-prev {
	left: 25px;
	opacity: 1;
}

.ciyashop-gallery-style-wide_gallery .slick-slider:hover .slick-next {
	right: 25px;
	opacity: 1;
}

.ciyashop-gallery-style-wide_gallery .slick-arrow.slick-disabled,
.ciyashop-gallery-style-wide_gallery .slick-slider:hover .slick-arrow.slick-disabled {
	opacity: 0;
	cursor: initial;
}

.woocommerce.single-product #content .product_page_style-wide_gallery .product-content-top > div.summary {
	float: none;
}

/*===================================*/
/* Related / Upsells Products */
/*===================================*/
.woocommerce .products.upsells,
.woocommerce .products.related {
	margin-top: 50px;
}

.woocommerce .products.upsells > h2,
.woocommerce .products.related > h2 {
	font-size: 26px;
	margin-bottom: 20px;
	font-weight: 600;
}

.woocommerce .cross-sells ul.products li.product,
.woocommerce .products.upsells .products li,
.woocommerce .products.related .products li {
	width: 100%;
	margin-bottom: 2px;
}

.woocommerce .products.upsells .products li .price,
.woocommerce .products.related .products li .price {
	border: none;
	padding-bottom: 0;
}

.woocommerce .products.upsells .woocommerce-product-details__short-description,
.woocommerce .products.related .woocommerce-product-details__short-description {
	display: none;
}

.woocommerce .products.upsells .product-info,
.woocommerce .products.related .product-info {
	min-height: 100px;
}

/*==========================================================*/
/* Products Cart Page */
/*==========================================================*/
.woocommerce table.shop_table {
	border: 1px solid #e8e8e8;
	border-radius: 0;
}

.woocommerce table.shop_table thead th {
	background: none;
	border: none;
	padding: 15px 10px;
	font-size: 16px;
}

.woocommerce table.shop_table td {
	border: none;
	border-top: 1px solid #e8e8e8;
	padding: 15px 10px;
}

.woocommerce table.wishlist_table tbody td .cs-wcwl-row-label {
	display: none;
}

.woocommerce table.shop_table td .variation dt,
.woocommerce table.shop_table td .variation dd {
	font-size: 13px;
    line-height: 22px;
    color: #323232;
}

.woocommerce table.shop_table td .variation dt {
    padding-right: 5px;
}

.woocommerce table.shop_table .product-remove {
	text-align: center;
	width: 50px;
}

.woocommerce table.shop_table .remove {
	display: inline-block;
	font-size: 0;
	color: #969696 !important;
}

.woocommerce table.shop_table .remove:hover {
	background: none;
}

.woocommerce table.shop_table .cs-remove-wishlist {
	font-size: 16px;
	cursor: pointer;
}

.woocommerce table.shop_table .remove:before {
	content: "\f2ed";
	position: relative;
	left: 0;
	top: 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 16px;
}

.woocommerce table.shop_table .product-thumbnail img {
	width: 70px;
}

.woocommerce table.shop_table .product-name a {
	color: #969696;
	word-wrap: break-word;
}

.woocommerce table.shop_table .product-name a:hover {
	color: #04d39f;
}

.woocommerce table.shop_table .product-subtotal > span {
	color: #04d39f;
    font-weight: 600;
}

/* Coupon */
.woocommerce .woocommerce-cart-form {
	margin-bottom: 50px;
}

.woocommerce-cart .coupon input {
	height: 40px;
	border-radius: 0px;
}

.woocommerce-cart #content table.cart td.actions .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon input[type=text] {
	width: 250px;
	margin-right: 0;
	padding: 0 15px;
	background: #f5f5f5;
	border: none;
}

.woocommerce td.actions input.button:disabled,
.woocommerce td.actions input.button:disabled[disabled] {
	background: #323232;
	color: #ffffff;
	padding: 0px 18px;
}

.woocommerce-cart td.actions .button {
	height: 40px;
	border-radius: 0px;
	color: #ffffff;
}

.woocommerce-cart-form td.actions button.button:disabled,
.woocommerce-cart-form td.actions button.button:disabled[disabled] {
	padding: 0px 18px;
	color: #ffffff;
}

.woocommerce .cart-collaterals .cross-sells h2{
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 25px;
}

/* Cart Totals  */
.woocommerce .cart-collaterals .cart_totals {
	float: none;
	width: auto;
	border: none;
	padding: 30px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	border: 3px solid #f1f1f1;
}

.woocommerce .cart-collaterals .cart_totals h2 {
	font-size: 20px;
	line-height: 30px;
	padding: 0;
	margin: 0;
	font-weight: 600;
	text-align: left;
	margin-bottom: 20px;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
	border: none;
	border-top: 1px solid #e8e8e8;
	border-top: none;
	margin-bottom: 20px;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr {
	padding: 15px 0;
    display: flex;
    align-items: center;
    border-top: 1px solid #e8e8e8;
}

.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td {
	border: none;
	background: none;
	padding: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
	text-align: left;
	font-size: 16px;
	color: #323232;
	padding: 0;
	font-weight: 600;
}

.woocommerce-cart .cart-collaterals .cart_totals table td {
	text-align: right;
	margin-left: auto;
	font-size: 16px;
	font-weight: 400;
	color: #323232;
	padding: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals .shipping-calculator-form .selection {
	text-align: left;
}

.woocommerce-cart .woocommerce .woocommerce-error,
.woocommerce-cart .woocommerce .woocommerce-info,
.woocommerce-cart .woocommerce .woocommerce-message{
	width: calc(100% - 30px);
	margin-left: 15px;
	margin-right: 15px;
	line-height: 30px;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total td .woocommerce-Price-currencySymbol {
	margin: 0 2px;
}

.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
	padding: 0;
	position: relative;
	z-index: 9;
	margin-top: 10px;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
	padding: 13px 20px;
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	border-radius: 0px;
	background: #04d39f;
}

.woocommerce form.woocommerce-form-login,
.woocommerce form.checkout_coupon,
.woocommerce form.woocommerce-checkout {
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 0;
}

.woocommerce form .form-row-wide span,
.woocommerce-page form .form-row-wide span {
	width: 100%;
}

body .woocommerce form .show-password-input,
body.woocommerce-page form .show-password-input {
	width: auto;
	top: 12px;
	right: 15px;
	text-align: center;
}

.woocommerce-cart .row .woocommerce .product-quantity > .quantity {
	width: auto;
}

/* Woocommerce Message*/
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
	color: #ffffff;
	font-size: 14px;
	padding: 25px 190px;
	padding-left: 25px;
	margin: 0;
	margin-bottom: 15px;
	border: none;
	line-height: 30px;
	padding-left: 60px;
}

.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
	content: "\f05a";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 18px;
	position: relative;
	left: 0px;
	top: 2px;
	color: #ffffff;
	padding-right: 10px;
	position: absolute;
	top: 23px;
    left: 25px;
}

.woocommerce .woocommerce-error:before {
	content: "\f071";
}

.woocommerce .woocommerce-info:before {
	content: "\f05a";
}

.woocommerce .woocommerce-message:before {
	content: "\f1d8";
	font-weight: 400;
}

.woocommerce .woocommerce-error {
	background: #dc3545;
}

.woocommerce .woocommerce-info {
	background: #2c91c3;
}

.woocommerce .woocommerce-message {
	background: #28a745;
}

.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a {
	color: #ffffff;
	padding-left: 5px;
	text-decoration: underline;
}

.woocommerce .woocommerce-error a:hover,
.woocommerce .woocommerce-info a:hover,
.woocommerce .woocommerce-message a:hover {
	text-decoration: none;
}

.woocommerce .woocommerce-NoticeGroup .woocommerce-error a,
.woocommerce .woocommerce-NoticeGroup .woocommerce-info a,
.woocommerce .woocommerce-NoticeGroup .woocommerce-message a,
.woocommerce .woocommerce-NoticeGroup .woocommerce-error a:hover,
.woocommerce .woocommerce-NoticeGroup .woocommerce-info a:hover,
.woocommerce .woocommerce-NoticeGroup .woocommerce-message a:hover {
	color: #ffffff;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
	position: absolute;
	right: 15px;
	top: 20px;
	line-height: 36px;
	background: #ffffff;
	color: #323232;
	text-decoration: none;
	text-transform: capitalize;
}

.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-error .button:focus,
.woocommerce .woocommerce-info .button:focus,
.woocommerce .woocommerce-message .button:focus {
	background: #323232;
	color: #ffffff;
	text-decoration: none;
}
.single-product.woocommerce .woocommerce-error .button,
.single-product.woocommerce .woocommerce-info .button,
.single-product.woocommerce .woocommerce-message .button {
	position: absolute;
	top: 22px;
	right: 20px;
	line-height: 36px;
}
.woocommerce .woocommerce-info.wc_points_redeem_earn_points {
	padding-right: 174px;
}

.woocommerce-cart .woocommerce-message .restore-item {
	color: #ffffff;
}

.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message {
	display: flex;
    align-items: center;
}
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-error:before,
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-info:before,
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message:before {
	top: 0;
}

.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message {
	display: flex;
	flex-wrap: wrap;
	padding-left: 60px;
}
.woocommerce-checkout .woocommerce-error:before,
.woocommerce-checkout .woocommerce-info:before,
.woocommerce-checkout .woocommerce-message:before {
	position: absolute;
	top: 23px;
    left: 25px;
}
.woocommerce-checkout .woocommerce-error li,
.woocommerce-checkout .woocommerce-info li,
.woocommerce-checkout .woocommerce-message li {
	display: block;
	width: 100%;
}

/* Woocommerce Message */
.woocommerce-checkout .woocommerce .woocommerce-info {
	padding: 20px 25px;
	padding-left: 60px;
	color: #323232;
	border: none;
	background: #f9f9f9;
	font-weight: bold;
}
.woocommerce-checkout .woocommerce .woocommerce-info:before {
	color: var(--cs-primary-color);
}

.woocommerce-checkout .woocommerce .woocommerce-info a {
	font-weight: normal;
}

.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info:before {
	content: "\f3ff";
}

.woocommerce-checkout .woocommerce .woocommerce-form-login-toggle .woocommerce-info:before {
	content: "\f2f6";
}

.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info:before,
.woocommerce-checkout .woocommerce .woocommerce-form-login-toggle .woocommerce-info:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #04d39f;
	font-size: 20px;
}

/* Checkout Login */
.woocommerce-checkout .woocommerce form.login {
	border: 1px solid #e5e5e5;
	padding: 30px;
}

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

.woocommerce-checkout .woocommerce form .form-row-first,
.woocommerce-checkout .woocommerce form .form-row-last {
	width: 100%;
	float: none;
}

.woocommerce-checkout .woocommerce form .lost_password {
	margin-bottom: 0;
}

.woocommerce-checkout button.button,
.woocommerce button.button {
	line-height: 46px;
}

/* Checkout Coupon */
.woocommerce form.checkout_coupon {
	text-align: center;
	border: 2px dashed #e5e5e5;
	padding: 30px;
}

.woocommerce-checkout .woocommerce form.checkout_coupon .form-row-first,
.woocommerce-checkout .woocommerce form.checkout_coupon .form-row-last {
	width: auto;
}

.woocommerce-checkout .checkout_coupon .form-row-first,
.woocommerce-checkout .checkout_coupon .form-row-last {
	float: none;
	width: auto;
	display: inline-block;
	vertical-align: top;
}

.woocommerce-checkout .checkout_coupon .input-text {
	min-width: 250px;
}

.woocommerce-checkout .checkout_coupon button.button {
	padding: 12px 30px;
    line-height: 22px;
    margin-left: 5px;
}

/* Return Shop */
.woocommerce .cart-empty.woocommerce-info {
	background-color: inherit;
	width: 100%;
	margin: 0;
}

.woocommerce .cart-empty.woocommerce-info:before,
.woocommerce .cart-empty.woocommerce-info:after {
	content: inherit;
}

.woocommerce .cart-empty,
.woocommerce .cart-empty.woocommerce-info {
	text-align: center;
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
	color: #323232;
	background-image: url(../images/empty-cart-icon.png);
	background-position: center center;
	background-repeat: no-repeat;
	padding-left: 0;
	padding-right: 0;
	padding-top: 100px;
	padding-bottom: 180px;
	margin-bottom: 50px;
}

.woocommerce .cart-empty + .return-to-shop {
	margin-top: -114px;
	position: relative;
	top: -100px;
}

.woocommerce .return-to-shop {
	text-align: center;
}

.woocommerce .return-to-shop .button {
	font-size: 14px;
	padding: 3px 18px;
	position: relative;
}

/* New Design */
.woocommerce-cart .woocommerce .cart-collaterals {
	margin-bottom: 50px;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table td {
	color: #969696;
	background: none;
}

.woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal td{
	margin-left: auto;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table .cart-discount th,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table .cart-discount td,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table .shipping th,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table .shipping td {
	font-size: 14px;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table .cart-discount td {
	color: #323232;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table .shipping {
	padding-top: 25px;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table .shipping td,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table .shipping td[data-title=Shipping] {
	color: #323232;
	margin-left: auto;
}

.woocommerce-cart .cart_totals .woocommerce-shipping-calculator .form-row .select2-container--default .select2-selection--single,
.woocommerce-cart .cart_totals .woocommerce-shipping-calculator .form-row .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-cart .cart_totals .woocommerce-shipping-calculator .form-row input[type=text] {
	height: 32px;
	padding-left: 10px;
}

.woocommerce-cart .cart_totals .woocommerce-shipping-calculator .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 32px;
	padding-left: 0;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table .cart-subtotal td {
	font-weight: 600;
	color: #323232;
	margin-left: auto;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table .order-total td {
	color: #04d39f;
	font-size: 22px;
	margin-left: auto;
}

.woocommerce-cart .woocommerce a.button.alt {
	background: #323232;
}

.woocommerce-cart .woocommerce a.button.alt:hover {
	background: #04d39f;
}

.woocommerce-cart .woocommerce table.shop_table {
	margin: 0px;
}

.woocommerce-cart .woocommerce table.shop_table .remove:before {
	content: "\f2ed";
	font-size: 16px;
	font-weight: 400;
}

/*==========================================================*/
/* Products Checkout Page */
/*==========================================================*/
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	max-width: 48%;
	padding: 0;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	max-width: 48%;
	padding: 0;
}

.woocommerce #customer_details {
	margin: 40px 0;
}

form.woocommerce-checkout .form-row {
	display: inherit;
}

.woocommerce .woocommerce-checkout .input-text {
	border: 1px solid #e5e5e5;
	background: #ffffff;
	height: 45px;
	padding: 0 15px;
	color: inherit;
}

.woocommerce .woocommerce-checkout textarea.input-text {
	height: 130px;
	padding: 15px;
	border-color: #e8e8e8;
}

.woocommerce .woocommerce-checkout .input-text:focus,
.woocommerce .woocommerce-checkout textarea.input-text:focus {
	border-color: #04d39f;
	background: transparent;
}

.woocommerce .woocommerce-checkout .form-row.woocommerce-invalid .input-text {
	border-color: rgba(212, 121, 121, 0.2);
	background: rgba(232, 90, 90, 0.05);
}

.woocommerce-checkout #payment ul.payment_methods input[type=radio] {
	margin-right: 5px;
}

.woocommerce .woocommerce-checkout .input-text,
.woocommerce-checkout .select2-container--default .select2-selection--single {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.select2-container--default .select2-selection--single {
	height: 43px;
	border-color: #e8e8e8;
	padding-left: 5px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 41px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 41px;
	width: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	left: 5px;
}

.select2-container--default .select2-search__field {
	padding: 6px 15px;
	height: 35px;
}

.select2-container--default.select2-container--open li {
	list-style-type: none;
	padding: 5px 15px;
	line-height: 24px;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true],
.select2-container--default.select2-container--open .select2-results__option--highlighted,
.select2-container--default.select2-container--open li:hover {
	background: #04d39f;
	color: #ffffff;
}

.select2-dropdown {
	border-color: #e8e8e8;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	z-index: 98;
}

.select2-dropdown.ciyashop-search_form_cat-dropdown {
	border: none;
}

.select2-dropdown.ciyashop-select2-dropdown,
.select2-dropdown.ciyashop-search_form_cat-dropdown {
	z-index: 9999;
}

.woocommerce table.shop_table th {
	background: none;
	border: none;
	color: #323232;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
	border-color: #04d39f;
}

.woocommerce-checkout #order_review_heading {
	position: relative;
	margin-top: 40px;
	color: #323232;
	margin-bottom: 0;
	padding: 0px 0px 15px;
}

.woocommerce-checkout .woocommerce #customer_details {
	margin: 40px -15px 0 -15px;
}
.woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields{
	margin-top: 25px;
}

/* Your Order */
.woocommerce-checkout-review-order {
	border: 1px solid #e5e5e5;
	padding: 15px 30px 0px 30px;
	position: relative;
}

.woocommerce-checkout-review-order #payment {
	position: static !important;
}

.woocommerce .woocommerce-checkout-review-order-table {
	background: #ffffff;
	border-color: none;
	border-radius: 3px;
}

.woocommerce table.woocommerce-checkout-review-order-table thead th {
	color: #ffffff;
	font-size: 16px;
	padding: 20px;
}

.woocommerce .woocommerce-checkout-review-order-table tbody td {
	border-color: rgba(255, 255, 255, 0.08);
	padding: 15px 20px;
	font-size: 14px;
}

.woocommerce .woocommerce-checkout-review-order-table thead th {
	color: #323232;
}

.woocommerce .woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce .woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce .woocommerce-checkout-review-order-table .order-total th,
.woocommerce .woocommerce-checkout-review-order-table .order-total td {
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.08);
	padding: 15px 20px;
	border-bottom: none;
	background: rgba(255, 255, 255, 0.04);
	border: none;
}

.woocommerce .woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce .woocommerce-checkout-review-order-table .order-total th {
	font-size: 16px;
	font-weight: 600;
	color: #323232;
}

.woocommerce .woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce .woocommerce-checkout-review-order-table .order-total td {
	font-size: 16px;
	font-weight: 400;
	width: 25%;
	color: #969696;
}

.woocommerce .woocommerce-checkout-review-order-table .cart-subtotal td {
	color: #323232;
	font-weight: bold;
}

.woocommerce .woocommerce-checkout-review-order-table .order-total td {
	color: #04d39f;
	font-size: 22px;
}

.woocommerce .woocommerce-thankyou-order-received {
	background: #d4fecc;
	padding: 25px 20px;
	text-align: center;
	font-size: 24px;
	border: 1px solid #a0df98;
	color: #2a851c;
	margin-bottom: 30px;
}

.woocommerce ul.order_details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border: 1px solid #e5e5e5;
	padding: 30px;
	margin-bottom: 30px;
}

.woocommerce ul.order_details li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
	padding-right: 1%;
	margin-right: 2%;
	border-right: 1px dashed #e5e5e5;
	position: relative;
	padding-left: 40px;
	font-size: 12px;
	color: #969696;
	float: none;
}

.woocommerce ul.order_details li:last-of-type {
	padding-right: 0;
	margin-right: 0;
}

.woocommerce ul.order_details li:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 30px;
	position: absolute;
	left: 0;
	color: #c7c7c7;
}

.woocommerce ul.order_details li.woocommerce-order-overview__order {
	padding-left: 36px;
}

.woocommerce ul.order_details li.woocommerce-order-overview__order:before {
	content: "\f886";
}

.woocommerce ul.order_details li.woocommerce-order-overview__date:before {
	content: "\f133";
	font-weight: 400;
}

.woocommerce ul.order_details li.woocommerce-order-overview__email:before {
	content: "\f0e0";
	font-weight: 400;
}

.woocommerce ul.order_details li.woocommerce-order-overview__total {
	padding-left: 28px;
}

.woocommerce ul.order_details li.woocommerce-order-overview__total:before {
	content: "\f155";
}

.woocommerce ul.order_details li.woocommerce-order-overview__payment-method {
	padding-left: 42px;
}

.woocommerce ul.order_details li.woocommerce-order-overview__payment-method:before {
	content: "\f0d1";
}

.woocommerce ul.order_details li strong {
	font-size: 16px;
	color: #323232;
	margin-top: 3px 0px 10px 0px;
}

.woocommerce ul.order_details li.email strong {
	word-break: break-all;
}

/* addresses */
.woocommerce .woocommerce-order .addresses .woocommerce-column__title {
	font-size: 20px;
}

.woocommerce .woocommerce-order .addresses .col-1,
.woocommerce .woocommerce-order .addresses .col-2 {
	border: none;
	padding: 20px;
	background: #f9f9f9;
}

.woocommerce .woocommerce-customer-details address {
	border-radius: 0px;
	padding: 15px;
	border: none;
	line-height: 28px;
	background: #ffffff;
	word-break: break-all;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
	line-height: 30px;
}

.woocommerce-order-details .woocommerce-order-details__title {
	font-size: 20px;
	background: #f5f5f5;
	margin-bottom: 0;
	padding: 15px;
	border: 1px solid #e5e5e5;
	border-bottom: none;
}

.woocommerce-checkout .woocommerce table.shop_table.woocommerce-table--order-details thead th {
	color: #323232;
	border-top: 1px solid #e5e5e5;
}

.woocommerce-checkout .woocommerce table.shop_table.woocommerce-table--order-details td,
.woocommerce-checkout .woocommerce table.shop_table.woocommerce-table--order-details th {
	border: 1px solid #e5e5e5;
	padding: 15px;
	color: var(--cs-secondary-color,#323232);
}

.woocommerce-checkout .woocommerce table.shop_table thead th.product-total,
.woocommerce-checkout .woocommerce table.shop_table tbody td.product-total,
.woocommerce-checkout .woocommerce table.shop_table tfoot td {
    text-align: right;
}

.woocommerce-checkout .woocommerce table.shop_table {
	border: none;
	border-collapse: collapse;
}

.woocommerce-checkout .woocommerce table.shop_table thead th {
	border-top: none;
	width: 70%;
	color: #323232;
}

.woocommerce-checkout .woocommerce table.shop_table td,
.woocommerce-checkout .woocommerce table.shop_table th {
	padding: 15px 0px;
	padding-right: 10px;
	border-top: 1px solid #ececec;
}

.woocommerce .woocommerce-checkout #ship-to-different-address label {
	cursor: pointer;
}

/* Woocommerce Methods */
form.woocommerce-checkout #payment {
	background: none;
}

form.woocommerce-checkout #payment ul.payment_methods {
	padding: 0;
	border: none;
}

form.woocommerce-checkout #payment ul.payment_methods li {
	list-style: none;
	color: #323232;
	margin: 12px 0;
	border: none;
	box-shadow: none;
	border-radius: 0px;
	padding: 0px;
	background: none;
}

form.woocommerce-checkout #payment ul.payment_methods li.woocommerce-notice {
	color: #323232;
	border-bottom: 3px solid #cc3835;
	line-height: 24px;
	padding-left: 70px;
}

form.woocommerce-checkout #payment ul.payment_methods li.woocommerce-notice:before {
	color: #cc3835;
	left: 20px;
	top: 20px;
}

form.woocommerce-checkout #payment ul.payment_methods li div.payment_box {
	background: #f3f3f3;
	color: #323232;
	border-radius: 3px;
}

form.woocommerce-checkout #payment ul.payment_methods li div.payment_box p {
	line-height: 24px;
}

form.woocommerce-checkout #payment ul.payment_methods li div.payment_box:before {
	border-bottom-color: #f3f3f3;
}

form.woocommerce-checkout #payment ul.payment_methods li label {
	margin-bottom: 0;
	font-weight: 600;
}

form.woocommerce-checkout #payment .place-order {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-left: -30px;
	margin-right: -30px;
	padding-bottom: 0;
	width: auto;
}

.woocommerce-checkout-layout-default form.woocommerce-checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper p {
	margin: 0px 30px 30px;
}

.woocommerce-checkout .woocommerce button.button.alt {
	background: #323232;
	border-radius: 0px;
}

.woocommerce-checkout .woocommerce button.button.alt:hover {
	background: #04d39f;
}

.woocommerce-checkout .woocommerce ul#shipping_method {
	font-weight: normal;
}

.woocommerce #payment #place_order {
	padding: 15px 40px;
	margin-bottom: 0;
	font-size: 16px;
	float: none;
	width: 100%;
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
	line-height: 30px;
	padding-left: 5px;
}

/* Woocommerce Button */
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button.alt.disabled {
	margin: 0;
	padding: 9px 18px;
	background: #04d39f;
	font-size: 15px;
	font-weight: 500;
	line-height: 26px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce button.button.alt.disabled:hover {
	background: #323232;
}

.woocommerce-checkout-layout-default form.woocommerce-checkout #payment ul.payment_methods li.woocommerce-notice {
	padding-left: 40px;
	padding-bottom: 10px;
}

.woocommerce-checkout-layout-default form.woocommerce-checkout #payment ul.payment_methods li.woocommerce-notice:before {
	top: 0;
	left: 0;
}

/* Returning Customer */
.woocommerce-form-login .form-row button.button {
	margin-right: 10px;
	padding: 12px 30px;
    line-height: 22px;
}

/*=========================*/
/* Light Design */
/*=========================*/
.woocommerce-checkout-layout-light_spiral .woocommerce-checkout #order_review_heading {
	text-align: center;
	background: #f9f9f9;
	padding: 20px;
	padding-top: 40px;
}

.woocommerce-checkout-layout-light_spiral .woocommerce-checkout #order_review_heading:before {
	background-image: url(../images/book-spiral.png);
	background-repeat: no-repeat;
	content: "";
	height: 100px;
	width: 100%;
	display: inline-block;
	top: -15px;
	position: absolute;
	left: 0;
	background-size: 100%;
}

.woocommerce-checkout-layout-light_spiral .woocommerce-checkout-review-order {
	background: #f9f9f9;
	padding: 0px 25px 25px 25px;
	border: none;
}

.woocommerce-checkout-layout-light_spiral.woocommerce-checkout .woocommerce table.shop_table td,
.woocommerce-checkout-layout-light_spiral.woocommerce-checkout .woocommerce table.shop_table th {
	padding: 15px 20px;
}

.woocommerce-checkout-layout-light_spiral form.woocommerce-checkout #payment .place-order {
	margin: 0px;
}

.woocommerce-checkout-layout-light_spiral form.woocommerce-checkout #payment ul.payment_methods li {
	background: #fdfdfd;
	padding: 15px 20px;
}

.woocommerce-checkout-layout-light_spiral form.woocommerce-checkout #payment ul.payment_methods li.woocommerce-notice {
	padding-left: 55px;
}

/*=========================*/
/* Dark Design */
/*=========================*/

/* Login */
.woocommerce-checkout-layout-dark.woocommerce-checkout .woocommerce .woocommerce-info {
	color: #969696;
	border: none;
	background: #323232;
}

.woocommerce-checkout-layout-dark.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info:before,
.woocommerce-checkout-layout-dark.woocommerce-checkout .woocommerce .woocommerce-form-login-toggle .woocommerce-info:before {
	color: #fff;
}

.woocommerce-checkout-layout-dark.woocommerce-checkout .woocommerce .woocommerce-info a {
	color: #04d39f;
}

.woocommerce-checkout-layout-dark.woocommerce-checkout .woocommerce .woocommerce-info a:hover {
	color: #ffffff;
}

.woocommerce-checkout-layout-dark.woocommerce-checkout .woocommerce table.shop_table td,
.woocommerce-checkout-layout-dark.woocommerce-checkout .woocommerce table.shop_table th {
	border-top: 1px solid #323232;
	padding: 15px 20px;
}

/* Your Order */
.woocommerce-checkout-layout-dark.woocommerce-checkout #order_review_heading {
	background: #323232;
	color: #969696;
	padding: 20px;
}

.woocommerce-checkout-layout-dark.woocommerce-checkout #order_review_heading:before {
	background-image: url(../images/page-effect.png);
	background-repeat: repeat-x;
	content: "";
	height: 100px;
	width: 100%;
	display: inline-block;
	top: -21px;
	position: absolute;
	left: 0;
}

.woocommerce-checkout-layout-dark .woocommerce-checkout-review-order {
	background: #323232;
	padding: 0px 25px 25px 25px;
	border: none;
}

.woocommerce-checkout-layout-dark .woocommerce .woocommerce-checkout-review-order-table {
	background: #212121;
}

.woocommerce-checkout-layout-dark.woocommerce-checkout .woocommerce table.shop_table .order-total td {
	color: #04d39f;
}

.woocommerce-checkout-layout-dark.woocommerce-checkout .woocommerce table.shop_table thead th {
	color: #969696;
}

.woocommerce-checkout-layout-dark.woocommerce-checkout .woocommerce table.shop_table td,
.woocommerce-checkout-layout-dark.woocommerce-checkout .woocommerce table.shop_table th {
	color: #969696;
}

/* Payment Methods */
.woocommerce-checkout-layout-dark form.woocommerce-checkout #payment ul.payment_methods li {
	background: #212121;
	padding: 15px 20px;
}

.woocommerce-checkout-layout-dark form.woocommerce-checkout #payment ul.payment_methods li div.payment_box {
	background: #323232;
}

.woocommerce-checkout-layout-dark form.woocommerce-checkout .woocommerce-checkout-review-order #payment ul.payment_methods li div.payment_box {
	color: #969696;
}

.woocommerce-checkout-layout-dark form.woocommerce-checkout #payment ul.payment_methods li div.payment_box:before {
	border-bottom-color: #323232;
}

.woocommerce-checkout-layout-dark form.woocommerce-checkout #payment ul.payment_methods li label {
	color: #969696;
}

.woocommerce-checkout-layout-dark form.woocommerce-checkout #payment .place-order {
	margin: 0px;
}

.woocommerce-checkout-layout-dark form.woocommerce-checkout #payment .place-order a:hover {
	color: #fff;
}

.woocommerce-checkout-layout-dark.woocommerce-checkout .woocommerce button.button.alt {
	background: #04d39f;
}

.woocommerce-checkout-layout-dark.woocommerce-checkout .woocommerce button.button.alt:hover {
	background: #fff;
	color: #323232;
}

.woocommerce-checkout-layout-dark form.woocommerce-checkout #payment ul.payment_methods li.woocommerce-notice {
	padding-left: 55px;
	color: #969696;
}

/*==========================================================*/
/* Products Wishlist Page */
/*==========================================================*/
.woocommerce .wishlist-title {
	display: block;
	margin-bottom: 20px;
}
body ins{
	background: none;
}
.woocommerce table.wishlist_table {
	font-size: 100%;
	position: relative;
}
.woocommerce table.wishlist_table.cs-loading:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: wait;
	background-image: url(../images/ajax-loader.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,0.3);
	background-size: 40px 40px;
	z-index: 999;
}

.woocommerce table.wishlist_table .product-price .woocs_price_code ins {
	background: none;
}

.woocommerce table.wishlist_table .product-price .woocs_price_code del .amount {
	opacity: 0.4;
	margin-right: 5px;
}

.woocommerce table.wishlist_table .product-stock-status .wishlist-in-stock {
	color: rgb(97, 208, 8);
}

.woocommerce table.wishlist_table .product-price,
.woocommerce table.wishlist_table .product-stock-status {
	text-align: left;
}

.woocommerce table.wishlist_table .product-action a {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px;
	text-transform: uppercase;
}

.woocommerce table.wishlist_table .product-action .added_to_cart {
	background: #323232;
	color: #ffffff;
}

.woocommerce table.wishlist_table .product-action a.loading:after {
	font-size: 14px;
	top: 8px;
	right: 2px;
}

.woocommerce table.wishlist_table tfoot td {
	padding: 10px 20px;
}

.woocommerce table.wishlist_table .yith-wcwl-share {
	margin-bottom: 10px;
}

.wishlist_table tr td a.button {
	white-space: nowrap;
}

.woocommerce table.wishlist_table tfoot td {
    padding: 15px;
}

.woocommerce table.wishlist_table tfoot .yith-wcwl-share {
	display: flex;
    align-items: center;
}

.woocommerce table.wishlist_table tfoot .yith-wcwl-share .yith-wcwl-share-title {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    margin-right: 10px;
}

.woocommerce table.shop_table td .wishlist-in-stock {
	color: #61d008;
}

.woocommerce table.shop_table td .wishlist-out-of-stock {
	color: #ff0000;
}

/*-------------------------*/
/* New Update CSS */
/*-------------------------*/
body.woocommerce.single-product .product-summary-actions .yith-wcwl-wishlistaddedbrowse a,
body.woocommerce.single-product .product-summary-actions .yith-wcwl-wishlistaddedbrowse a:hover {
	background: none;
}

.woocommerce.single-product .product-summary-actions .delete_item:before {
    content: "\f004";
    position: relative;
    left: 0;
    top: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    padding-right: 7px;
}

/*-------------------*/
/* Wishlist Page */
/*-------------------*/
.woocommerce .wishlist_table {
	border-spacing: 0;
}

.woocommerce .wishlist_table .product-add-to-cart .dateadded {
	display: block;
    width: 100%;
	font-size: 13px;
}

.woocommerce .wishlist_table .product-add-to-cart .product-action-add-to-cart,
.woocommerce .wishlist_table .product-add-to-cart .remove_from_wishlist {
	display: inline-block !important;
}

.woocommerce .wishlist_table .product-add-to-cart .button {
	padding: 8px 20px !important;
	margin: 5px 0 !important;
	font-size: 12px;
    line-height: 22px;
    vertical-align: top;
}

.woocommerce .wishlist_table .product-add-to-cart .added_to_cart {
	padding-top: 15px;
    margin-left: 15px;
}

.woocommerce .wishlist_table .product-add-to-cart .button.loading {
	opacity: 1;
    color: rgba(255,255,255,0.5);
}

.woocommerce .wishlist_table .product-add-to-cart .button.loading::after {
	color: #ffffff;
    font-size: 14px;
    right: 50px;
}

.yith_wcwl_wishlist_footer .yith-wcwl-share {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	border: 1px solid #e8e8e8;
    width: 100%;
    padding: 15px;
}

.yith_wcwl_wishlist_footer .yith-wcwl-share .yith-wcwl-share-title {
	font-size: 18px;
    line-height: 24px;
    margin: 0;
    margin-right: 10px;
}

.yith_wcwl_wishlist_footer .yith-wcwl-share .yith-wcwl-after-share-section {
	margin-left: auto;
}

.yith_wcwl_wishlist_footer .yith-wcwl-share .yith-wcwl-after-share-section .copy-target {
	border: 1px solid #d0d0d0;
    padding: 0 10px;
    margin-right: 5px;
}

/*-------------------*/
/* Wishlist Title */
/*-------------------*/
.woocommerce .wishlist-title {
	position: relative;
}

.woocommerce .wishlist-title h2 {
    padding: 0;
    margin-bottom: 0;
}

.wishlist-title.wishlist-title-with-form h2:hover {
    background: none;
}

.woocommerce .yith-wcwl-form .hidden-title-form input[type=text] {
	width: auto;
	border: none;
    padding: 0;
    border-bottom: 1px solid #323232;
    border-radius: 0;
    font-size: 20px;
}

.woocommerce .yith-wcwl-form .hidden-title-form input[type=submit] {
	margin-left: 10px;
}

.woocommerce .yith-wcwl-form .hidden-title-form a.hide-title-form {
	line-height: 44px;
	margin-left: 10px;
}

.wishlist-title a.show-title-form {
    position: absolute;
    right: 0;
    top: 0px;
}

.entry-content .wishlist-empty {
	text-align: center;
}

/*-------------------*/
/* Wishlist Mobile */
/*-------------------*/
.wishlist_table.mobile {
	padding: 0;
}

.wishlist_table.mobile li {
    border: 1px solid #e8e8e8;
    padding: 15px;
    margin-bottom: 15px;
}

.wishlist_table.images_grid li .item-details table.item-details-table td,
.wishlist_table.mobile li .item-details table.item-details-table td,
.wishlist_table.mobile li table.additional-info td,
.wishlist_table.modern_grid li .item-details table.item-details-table td {
	line-height: normal;
}

.wishlist_table.mobile .item-details-table,
.wishlist_table.mobile li .item-wrapper,
.wishlist_table.mobile li .additional-info,
.wishlist_table.mobile .product-action-add-to-cart,
.wishlist_table.mobile .product-add-to-cart .button {
	width: 100%;
	vertical-align: top;
}

.wishlist_table.mobile li .item-wrapper .item-details {
	width: calc(100% - 75px);
}

.wishlist_table.mobile li .item-details .product-name h3 {
	font-size: 22px;
	line-height: 28px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.wishlist_table.mobile li .item-wrapper .item-details-table td.label,
.wishlist_table.mobile li .item-wrapper .item-details-table td.value,
.wishlist_table.mobile li .additional-info-wrapper .additional-info td.label,
.wishlist_table.mobile li .additional-info-wrapper .additional-info td.value {
    font-size: 13px;
}

.wishlist_table.mobile li .item-wrapper .item-details-table td.label,
.wishlist_table.mobile li .additional-info-wrapper .additional-info td.label {
	color: #323232;
}

.wishlist_table.mobile li .additional-info-wrapper .additional-info .wishlist-in-stock {
    color: #61d008;
}

.wishlist_table.mobile li .additional-info-wrapper .additional-info .wishlist-out-of-stock {
    color: red;
}

.wishlist_table.mobile li .additional-info-wrapper .product-remove {
	text-align: center;
}

.wishlist_table.mobile li .additional-info-wrapper .product-remove .remove_from_wishlist {
	font-size: 22px;
	line-height: 22px;
    vertical-align: middle;
}

.wishlist_table.mobile .wishlist-empty {
	border: 1px solid #e8e8e8;
    text-align: center;
    padding: 15px;
}

@media only screen and (max-width: 992px){
	.yith_wcwl_wishlist_footer .yith-wcwl-share {
	    justify-content: center;
	}

	.yith_wcwl_wishlist_footer .yith-wcwl-share .yith-wcwl-after-share-section {
	    margin-left: inherit;
	    display: block;
	    width: 100%;
	    text-align: center;
	    margin-top: 10px;
	}
}

@media only screen and (max-width: 767px){
	.woocommerce .yith-wcwl-form .hidden-title-form a.hide-title-form {
	    line-height: 38px;
	}

	.wishlist-title a.show-title-form {
		position: relative;
		visibility: visible;
	}
}

@media only screen and (max-width: 575px){
	.wishlist_table.mobile li .item-details .product-name h3 {
		font-size: 18px;
		line-height: 26px;
	}

	.yith_wcwl_wishlist_footer .yith-wcwl-share .yith-wcwl-after-share-section .copy-target {
	    margin-right: 0;
	    width: 100%;
	}

	.woocommerce #yith-wcwl-form .hidden-title-form {
		text-align: center;
		margin-top: 0;
		margin-bottom: 20px;
	}

	.woocommerce .yith-wcwl-form .hidden-title-form input[type=text] {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}

	.woocommerce .yith-wcwl-form .hidden-title-form input[type=submit] {
		margin-left: 0;
	}
}

/*==========================================================*/
/* My Account Page */
/*==========================================================*/
.woocommerce-account .woocommerce > .woocommerce-error {
	margin-bottom: 20px;
}

.woocommerce-account .woocommerce > h2 {
	margin-bottom: 20px;
}

.woocommerce-account .woocommerce .woocommerce-form-login label.inline {
	margin-left: 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation > ul {
	border: 1px solid #e5e5e5;
	border-bottom: none;
	padding: 0px;
}

.woocommerce-account .woocommerce-MyAccount-navigation > ul li {
	margin-bottom: 0;
	display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation > ul li a {
	border-bottom: 1px solid #e5e5e5;
	padding: 12px 15px;
	color: #969696;
}

.woocommerce-account .woocommerce table.my_account_orders .order-actions .button {
	background: #04d39f;
	color: #fff;
	text-decoration: none;
}

.woocommerce-account .woocommerce table.my_account_orders .order-actions .button:hover {
	background: #323232;
}

.woocommerce-account .woocommerce table.my_account_orders td,
.woocommerce-account .woocommerce table.my_account_orders th {
	padding: 10px 15px;
	vertical-align: middle;
	font-size: 14px;
}

.woocommerce-account .addresses .title h3 {
	font-size: 20px;
}

.woocommerce .addresses .col-1,
.woocommerce .addresses .col-2 {
	border: none;
	padding: 20px;
	background: #f9f9f9;
}

.woocommerce .woocommerce-Addresses.addresses address {
	border-radius: 0px;
	padding: 15px;
	border: none;
	line-height: 28px;
	background: #ffffff;
	margin-bottom: 0;
}

.woocommerce .woocommerce-MyAccount-content form .form-row {
	margin-top: 0;
}

.woocommerce-account .woocommerce-MyAccount-content a {
	display: inline-block;
}

.woocommerce .woocommerce-MyAccount-content table.shop_table {
	border-collapse: collapse;
}

.woocommerce .woocommerce-MyAccount-content table.shop_table th {
	background: #f5f5f5;
}

.woocommerce-MyAccount-content table.shop_table a {
	color: #323232;
}

.woocommerce .woocommerce-MyAccount-content table.shop_table .button {
	background: none;
	color: #04d39f;
	padding: 0;
}

.woocommerce .woocommerce-MyAccount-content table.shop_table .button:hover {
	background: none;
	color: #323232;
}

.woocommerce-MyAccount-content table.shop_table a:hover {
	color: #04d39f;
}

.woocommerce-account .woocommerce-MyAccount-content table.account-orders-table {
	margin-bottom: 25px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 25%;
	margin-top: 30px;
}

.woocommerce-account .woocommerce-MyAccount-content {
	width: 72%;
	margin-top: 30px;
}

.woocommerce-account .woocommerce-MyAccount-content mark {
	background: none;
}

.woocommerce-account .woocommerce-MyAccount-content .order-number,
.woocommerce-account .woocommerce-MyAccount-content .order-date,
.woocommerce-account .woocommerce-MyAccount-content .order-status {
	color: #04d39f;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-order-details__title {
	margin-bottom: 15px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column {
	padding: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column address {
	border: none;
	padding: 0;
	line-height: 28px;
	padding-top: 5px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-downloads .woocommerce-table .download-file .button {
	font-size: 14px;
	line-height: 22px;
	padding-left: 0px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-downloads .woocommerce-table .download-file .button:before {
	content: "\f019";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	padding-right: 13px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm {
	border: none;
	padding: 0px 0px 20px 0px
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm legend {
	color: #323232;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm p.form-row-first {
	border-bottom: none;
	padding-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button {
	margin-top: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {
	margin-top: 0;
	margin-bottom: 10px;
}

.woocommerce-account .woocommerce-MyAccount-content h3 {
	font-size: 22px;
}

/* Account New Button */
.woocommerce .woocommerce-MyAccount-content table.shop_table.my_account_orders .button.pay,
.woocommerce .woocommerce-MyAccount-content table.shop_table.subscription_details .button.cancel {
    margin-right: 5px;
}

.woocommerce-account .woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-actions a {
    margin: 3px;
    margin-right: 5px;
}

.woocommerce .woocommerce-MyAccount-content table.shop_table.my_account_orders .button,
.woocommerce .woocommerce-MyAccount-content table.shop_table.subscription_details .button,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button{
    background: #04d39f;
    color: #fff;
    padding: 0px 12px;
}

.woocommerce .woocommerce-MyAccount-content table.shop_table.my_account_orders .button:hover,
.woocommerce .woocommerce-MyAccount-content table.shop_table.subscription_details .button:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button:hover{
    background: #323232;
    color: #fff;
}


.woocommerce-MyAccount-navigation > ul {
	border: 1px solid #ccc;
}

.woocommerce-MyAccount-navigation > ul li a {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #999;
}

.woocommerce-MyAccount-navigation > ul li a:before {
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 10px;
}

.woocommerce-MyAccount-navigation > ul li:last a {
	border: none;
}

.woocommerce-MyAccount-navigation > ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
	content: "\f3fd";
}

.woocommerce-MyAccount-navigation > ul li.woocommerce-MyAccount-navigation-link--orders a::before {
	content: "\f15c";
	font-weight: 400;
}

.woocommerce-MyAccount-navigation > ul li.woocommerce-MyAccount-navigation-link--downloads a::before {
	content: "\f019";
}

.woocommerce-MyAccount-navigation > ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
	content: "\f044";
}

.woocommerce-MyAccount-navigation > ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
	content: "\f044";
}

.woocommerce-MyAccount-navigation > ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
	content: "\f2f5";
}
.woocommerce-MyAccount-navigation>ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before {
    content: "\f09d";
}

.woocommerce-account .woocommerce-MyAccount-navigation > ul li.is-active a {
	background: #f5f5f5;
	color: #323232;
}

.woocommerce-account .woocommerce-MyAccount-navigation > ul li a:hover {
	background: #f5f5f5;
	color: #323232;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button {
	text-decoration: none;
	font-weight: normal;
	background: #ffffff;
	color: #323232;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button:hover {
	color: #fff;
	background: #323232;
	border-color: #323232;
}

.woocommerce-account .woocommerce-MyAccount-content legend {
	border: none;
	padding-top: 10px;
	margin-bottom: 5px;
	color: #04d39f;
}

.woocommerce-account .woocommerce-address-fields .form-row label,
.woocommerce-account .woocommerce-address-fields .form-row .woocommerce-input-wrapper {
	width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content  input.button {
	width: auto;
	padding: 0px 20px;
	height: auto;
	background: #04d39f;
	color: #fff;
	font-weight: normal;
	border: none;
	margin-top: 15px;
}

.woocommerce-account .woocommerce-MyAccount-content input.button:hover {
	background: #323232;
	border-color: #323232;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
	margin-top: 20px;
	margin-bottom: 20px;
}

.woocommerce-account #customer_login {
	margin-top: 40px;
	margin-bottom: 0;
	width: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.woocommerce-account #customer_login > [class*=u-column] {
	position: relative;
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.woocommerce-account #customer_login > [class*=u-column] h2 {
	position: absolute;
	top: 30px;
	left: 50px;
}

.woocommerce-account #customer_login .login,
.woocommerce-account #customer_login .register {
	padding: 30px;
	padding-top: 80px;
	margin-bottom: 0;
	height: 100%;
	border-width: 2px;
	border-color: #e5e5e5;
}

.woocommerce-account h2 {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 25px;
}

.woocommerce-account .woocommerce-password-strength {
	font-size: 13px;
	font-weight: 500;
	margin-top: 5px;
}

.woocommerce-account .woocommerce-password-strength.short {
	color: #864444;
}

.woocommerce-account .woocommerce-password-strength.bad {
	color: #8e5436;
}

.woocommerce-account .woocommerce-password-strength.good {
	color: #cc9b1a;
}

.woocommerce-account .woocommerce-password-strength.strong {
	color: #4a6942;
}

.woocommerce-account #customer_login .register .woo-registration-info {
	margin-bottom: 8px;
}

.woocommerce-account #customer_login .register .button {
	color: #ffffff;
	padding: 0 18px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	margin-top: 0;
	border-radius: 0;
	margin-bottom: 30px;
}

.woocommerce form.login .form-row {
	margin-bottom: 20px;
	align-items: center;
}

.woocommerce form.checkout_coupon .form-row,
.woocommerce form.login .form-row,
.woocommerce form.register .form-row {
	padding: 0px;
}

.woocommerce form.checkout_coupon .form-row {
	margin-bottom: 0;
}
.woocommerce form.checkout_coupon .form-row .input-text {
	border-color: #e8e8e8;
	padding: 12px;
}

.woocommerce .woocommerce-account input.button {
	display: inline-block;
	padding: 14px 42px;
	background: #04d39f;
	color: #fff;
	border: none;
}

.woocommerce .woocommerce-account input.button:hover {
	background: #878787;
}

.woocommerce-LostPassword a {
	font-size: 13px;
	text-decoration: underline;
}

.woocommerce form .form-row label.inline {
	display: inline-block;
	margin-bottom: 0;
	margin-top: 10px;
	margin-left: 10px;
}

.woocommerce-account .woocommerce-MyAccount-content p {
	font-size: 16px;
}

.woocommerce-account .woocommerce-MyAccount-content p:first-child {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
}

.woocommerce-account .woocommerce-MyAccount-content p > a {
	color: #323232;
}

.woocommerce-account .woocommerce-MyAccount-content p > a:hover {
	color: #04d39f;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	order: 2;
  margin-left: auto;
  margin-bottom: 0px;
}

/* WooCommerce Form (New) Login - Register */
.woocommerce-form.woocommerce-form-login .form-row .input-text,
.woocommerce-form.woocommerce-form-register .form-row .input-text {
	padding: 10px 10px;
	border-color: #e8e8e8;
}
.woocommerce-form.woocommerce-form-login .form-row .input-text:focus,
.woocommerce-form.woocommerce-form-register .form-row .input-text:focus {
	border-color: var(--cs-primary-color, #04d39f);
}
.woocommerce-form.woocommerce-form-login .form-row .password-input {
	width: 100%;
}
.woocommerce-form.woocommerce-form-login .form-row .password-input .input-text {
	padding-right: 50px;
}
.woocommerce-form.woocommerce-form-login .form-row .password-input .show-password-input {
	top: 20px;
}

/* My Account : Payment Method */
.woocommerce-account #add_payment_method #payment {
	background: #ffffff;
	border: 1px solid #e8e8e8;
}
.woocommerce-account #add_payment_method #payment ul.payment_methods {
	padding: 20px;
	border-bottom: 1px solid #e8e8e8;
}
.woocommerce-account #add_payment_method #payment ul.payment_methods li label[for=payment_method_stripe] {
	width: 60%;
}
.woocommerce-account #add_payment_method #payment div.payment_box {
	background: #f5f5f5;
	padding: 25px;
	margin-bottom: 0;
}
.woocommerce-account #add_payment_method #payment div.payment_box::before {
	border-bottom-color: #f5f5f5;
}
.woocommerce-account #add_payment_method #payment ul.payment_methods .wc-credit-card-form label {
	font-size: 14px;
    margin: 0;
    line-height: 22px;
    display: block;
    width: 100%;
}
.woocommerce-account #add_payment_method #payment div.form-row {
	padding: 20px;
}
.woocommerce-account #add_payment_method #payment .wc-payment-form .form-row {
	padding: 0px;
	margin: 0;
    margin-top: 15px;
}
.woocommerce-account #add_payment_method #payment ul.payment_methods .stripe-card-group {
    width: 100%;
}
.woocommerce-account #add_payment_method #payment ul.payment_methods .wc-stripe-elements-field,
.woocommerce-account #add_payment_method #payment ul.payment_methods .stripe-card-group .wc-stripe-elements-field{
	width: 100%;
	padding: 10px;
}


/* Navigation Grid */
.myaccount-grid-navigation .grid-navigation a {
	padding: 20px;
	margin-bottom: 30px;
	display: block;
	border: 1px solid #e5e5e5;
	background: transparent;
	text-align: center;
}

.myaccount-grid-navigation .grid-navigation a:hover {
	border-color: #04d39f;
}

.myaccount-grid-navigation .grid-navigation i.fa {
	font-size: 50px;
	color: #d8d8d8;
	display: block;
	margin-bottom: 10px;
}

.myaccount-grid-navigation .grid-navigation a span {
	color: #323232;
	font-size: 20px;
	display: block;
	transition: all 0.2s ease-in-out;
}

.myaccount-grid-navigation .grid-navigation a:hover i.fa {
	color: #04d39f;
}

/*===================================*/
/* WooCommerce Sidebar */
/*===================================*/
.sidebar .woocommerce.widget{
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 25px;
}
.sidebar .woocommerce.widget:last-child{
	border-bottom: 0px solid #f1f1f1;
	padding-bottom: 0px;
}
.sidebar .woocommerce.widget.widget_product_categories{
	padding-bottom: 25px;
	margin-bottom: 25px;
	max-height: 415px;
}
.sidebar .woocommerce.widget.widget_product_categories > .ciyashop-scroll-pane{
	margin-bottom: 25px;
}
.single-product .sidebar .woocommerce.widget.widget_product_categories{
	max-height: 400px;
}
.single-product .sidebar .woocommerce.widget.widget_product_categories > .ciyashop-scroll-pane{
	margin-bottom: 0px;
}
/*.sidebar .woocommerce.widget.widget_product_categories,
.single-product .sidebar .woocommerce.widget.widget_product_categories {
	max-height: inherit;
	height: auto !important;
	padding-bottom: 10px;
}*/
/*.sidebar .woocommerce.widget.widget_product_categories .product-categories {
	position: relative;
	margin-top: 0;
	left: auto;
	right: auto !important;
	overflow: inherit;
}*/
.widget_product_categories ul {
	padding-left: 0px;
	margin-bottom: 0;
}
.widget.widget_product_categories ul > li {
	list-style-type: none;
	position: relative;
	margin: 0;
}
.footer-widgets .widget.widget_product_categories ul > li {
	border-bottom: none;
}
.widget.widget_product_categories ul > li > a {
	display: block;
	padding: 8px 0;
    font-size: 14px;
    line-height: 24px;
    padding-right: 35px;
}
.widget_product_categories ul > li.current-cat > a {
	color: #04d39f;
}
.widget_product_categories ul > li:last-child {
	border-bottom: none;
}
.widget_product_categories ul > li .count {
	position: absolute;
	right: 0;
	top: 6px;
	color: #04d39f;
	font-weight: 600;
}

.footer-widgets .widget ul li:hover a {
	color: inherit;
}

/* STOCK FILTER */
.pgs_stock_filter_Widget .pgs-woocommerce-widget-stock-status-widget {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.pgs_stock_filter_Widget .pgs-woocommerce-widget-stock-status-widget li {
    padding: 0;
    margin: 6px 0;
    padding-right: 50px;
    padding-left: 25px;
    position: relative;
    margin-right: 10px;
}
.pgs_stock_filter_Widget .pgs-woocommerce-widget-stock-status-widget li span {
	background: #e8e8e8;
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pgs_stock_filter_Widget .pgs-woocommerce-widget-stock-status-widget li:hover span,
.pgs_stock_filter_Widget .pgs-woocommerce-widget-stock-status-widget li.active span{
	background: #04d39f;
}
.pgs_stock_filter_Widget .pgs-woocommerce-widget-stock-status-widget span:before{
	content: "\f00c";
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	font-size: 11px;
	color: #ffffff;
	position: absolute;
	top: 1px;
    line-height: 16px;
    left: 3px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.pgs_stock_filter_Widget .pgs-woocommerce-widget-stock-status-widget li:hover span:before,
.pgs_stock_filter_Widget .pgs-woocommerce-widget-stock-status-widget li.active span:before{
	opacity: 1;
}

/* Product Categories Menu */
.sidebar .widget_yith_wc_category_accordion .ywcca_category_accordion_widget > li.current-cat > a {
	color: #04d39f;
}

.sidebar .widget_yith_wc_category_accordion .ywcca_category_accordion_widget > li.current-cat-parent ul.children li.current-cat > a {
	color: #04d39f;
}

/* Product Categories Accordion */
.sidebar .widget_yith_wc_category_accordion .ywcca_category_accordion_widget {
	margin: 0;
	padding: 0;
}

.sidebar .widget_yith_wc_category_accordion .ywcca_category_accordion_widget li {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #e8e8e8;
	position: relative;
	list-style-type: none;
}

.sidebar .widget_yith_wc_category_accordion .ywcca_category_accordion_widget li:last-child {
	border-bottom: none;
}

.sidebar .widget_yith_wc_category_accordion .ywcca_category_accordion_widget > li > a {
	display: block;
	padding: 8px 0;
	line-height: 24px;
}

.sidebar .widget_yith_wc_category_accordion .ywcca_category_accordion_widget > li.opened > a {
	font-weight: 600;
	color: #323232;
}

.sidebar .widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget li i.icon-minus,
.sidebar .widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget li i.icon-plus {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	margin: 0;
	background-image: url(../images/accordion-plus-minus.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.sidebar .widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget li i.icon-minus {
	background-position: bottom right;
}

.sidebar .widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget li i.icon-plus {
	background-position: top right;
}

.sidebar .widget_yith_wc_category_accordion .ywcca_category_accordion_widget li .children {
	padding: 0;
	margin: 0;
	padding-left: 15px;
}

.sidebar .widget_yith_wc_category_accordion .ywcca_category_accordion_widget li .children li {
	padding: 3px 0;
}

.sidebar .widget_yith_wc_category_accordion .ywcca_category_accordion_widget li .children li:last-child {
	border-bottom: none;
}

.sidebar .widget_yith_wc_category_accordion .ywcca_category_accordion_widget li .children .cat-item:before {
	margin: 0;
	margin-right: 10px;
}

/* Search */
.widget_product_search button[type=submit] {
	border: none;
	background: #04d39f;
	margin-top: 10px;
	width: 100%;
	display: block;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 38px;
	color: #ffffff;
	cursor: pointer;
	border-radius: 3px;
}

.widget_product_search button[type=submit]:hover {
	background: #323232;
}

/* Cart */
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
	outline: none;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
	padding: 10px 0;
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
	padding-left: 0px;
	padding-right: 25px;
	padding-left: 75px;
	min-height: 76px;
	margin-bottom: 15px;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	float: left;
	margin-right: 15px;
	margin-left: 0px;
	width: 60px;
}

.woocommerce ul.cart_list li a.remove,
.woocommerce ul.product_list_widget li a.remove {
	height: 18px;
	width: 18px;
	line-height: 19px;
	margin-top: -8px;
	margin-left: -8px;
	font-size: 16px;
}

.woocommerce ul.woocommerce-mini-cart.product_list_widget li a.remove {
	left: auto;
    right: 0px;
    top: 5px;
    z-index: 1;
    font-size: 20px;
    color: #323232 !important;
    background: none;
}

.theme-dark .woocommerce ul.woocommerce-mini-cart.product_list_widget li a.remove,
.theme-dark.woocommerce ul.woocommerce-mini-cart.product_list_widget li a.remove {
	color: #ffffff !important;
}

.woocommerce .widget_shopping_cart .cart_list li .quantity .amount,
.woocommerce.widget_shopping_cart .cart_list li .quantity .amount {
    color: #04d39f;
    font-weight: 600;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
	line-height: 18px;
	font-weight: 500;
	color: #323232;
	font-size: 14px;
}

.woocommerce ul.cart_list li a:hover,
.woocommerce ul.product_list_widget li a:hover {
	color: #04d39f;
}

.woocommerce.widget_shopping_cart .widgettitle {
	display: none;
}

.woocommerce .widget_shopping_cart .buttons a.checkout,
.woocommerce.widget_shopping_cart .buttons a.checkout {
	background: #323232;
}

.woocommerce .widget_shopping_cart .buttons a.checkout:hover,
.woocommerce.widget_shopping_cart .buttons a.checkout:hover {
	background: #04d39f;
}

.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
	color: #323232;
}

.woocommerce .widget_shopping_cart .total .amount,
.woocommerce.widget_shopping_cart .total .amount {
	color: #04d39f;
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
	margin-right: 10px;
	margin-bottom: 10px;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
	border-top: 3px double #f5f5f5;
	padding: 10px 0 0;
	margin-bottom: 10px;
}

.widget_top_rated_products ul.product_list_widget li {
	padding: 5px 0;
}

.widget_top_rated_products ul.product_list_widget li:first-child {
	padding-top: 0;
}

.widget_top_rated_products ul.product_list_widget li:last-child {
	padding-bottom: 0;
}

.widget_top_rated_products ul.product_list_widget li a .product-title {
	display: block;
	overflow: hidden;
	max-height: 38px;
}

.woocommerce.widget_shopping_cart .cart_list li:last-child {
	margin-bottom: 0;
}

.woocommerce.widget_shopping_cart .cart_list li img {
	position: absolute;
    left: 0;
    top: 0;
}

.woocommerce.widget_shopping_cart .cart_list li .variation {
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.woocommerce.widget_shopping_cart .cart_list li .variation dt,
.woocommerce.widget_shopping_cart .cart_list li .variation dd {
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 22px;
}

.woocommerce.widget_shopping_cart .cart_list li .variation dt {
    color: #323232;
    padding-right: 5px;
}

/* Woocommerce and PGS Filter */
.woocommerce-widget-layered-nav-dropdown .select2-container .select2-selection--multiple {
	border: 1px solid #e8e8e8;
	min-height: 40px;
	border-radius: 0;
}
.woocommerce-widget-layered-nav-dropdown .select2-container .select2-selection--multiple .select2-selection__rendered {
	width: 100%;
	margin: 0;
	padding: 0 5px;
}
.woocommerce-widget-layered-nav-dropdown .select2-selection--multiple .select2-selection__rendered .select2-selection__choice,
.woocommerce-widget-layered-nav-dropdown .select2-container .select2-search--inline {
	margin: 5px 5px 0 0;
    padding: 0 12px;
    font-size: 13px;
    line-height: 24px;
    background: #04d39f;
    border: none;
    color: #ffffff;
}
.woocommerce-widget-layered-nav-dropdown .select2-container .select2-selection--multiple .select2-selection__choice__remove {
	color: #ffffff;
}
.woocommerce-widget-layered-nav-dropdown .select2-selection--multiple .select2-selection__rendered .select2-search--inline,
.woocommerce-widget-layered-nav-dropdown .select2-container .select2-search--inline {
	background: none;
	font-size: inherit;
}
.woocommerce-widget-layered-nav-dropdown .select2-container .select2-search .select2-search__field {
	color: #969696;
}
.woocommerce-widget-layered-nav-dropdown .select2-container .select2-search--inline .select2-search__field {
	width: 100% !important;
	height: auto;
}
.woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit {
    background: #04d39f;
    border: none;
    color: #ffffff;
    width: 100%;
    padding: 0 15px;
    line-height: 33px;
    font-size: 13px;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 10px;
    border-radius: 3px;
}
.woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit:hover {
	background: #323232;
}

/* Woo Button */
.woocommerce #respond input#submit,
.woocommerce a.button,
.yith-woocompare-widget a.compare,
button.button,
.woocommerce button.button,
.woocommerce input.button,
button.submit,
input[type=submit],
table.compare-list .add-to-cart .product-action .button,
.pgscore_instagram_v2_wrapper .insta_v2_header--button a,
.pgscore_instagram_v3_wrapper .insta_v3_header--button a,
.entry-summary .button.compare:hover,
.cs-woocompare-popup .cs-product-list-column .add-to-cart .button {
	background: #04d39f;
	border: none;
	color: #ffffff;
	line-height: 38px;
	padding: 0px 18px;
	text-transform: uppercase;
	border-radius: 3px;
	font-weight: normal;
	font-size: 14px;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	vertical-align: top;
}
.cs-woocompare-popup .cs-product-list-column .add-to-cart form.cart .quantity {
	vertical-align: top;
	margin-right: 7px;
}
.cs-woocompare-popup .cs-product-list-column .add-to-cart form.cart .quantity input.qty {
	height: 38px;
	text-align: center;
}
.cs-woocompare-popup .cs-product-list-column .add-to-cart form.cart .quantity .quantity-button {
	line-height: 37px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.yith-woocompare-widget a.compare:hover,
button.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
button.submit:hover,
input[type=submit]:hover,
table.compare-list .add-to-cart .product-action .button:hover,
.pgscore_instagram_v2_wrapper .insta_v2_header--button a:hover,
.pgscore_instagram_v3_wrapper .insta_v3_header--button a:hover,
.entry-summary .button.compare,
.cs-woocompare-popup .cs-product-list-column .add-to-cart .button:hover {
	background: #323232;
	color: #ffffff;
}
.theme-dark .cs-woocompare-popup .cs-product-list-column .add-to-cart .button:hover {
	color: #323232;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn,
.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group>.btn,
.input-group-btn:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

button.button:focus {
	outline: none;
}

/* WooCommerce Currency Converter */
.WOOCS_CONVERTER .woocs_converter_shortcode_amount {
	margin-bottom: 10px;
}

.WOOCS_CONVERTER .woocs_converter_shortcode_results {
	margin-top: 10px;
	margin-bottom: 10px;
}

.WOOCS_CONVERTER .widget select {
	width: 45%;
}

/* WooCommerce Currency Rates */
.widget-woocommerce-currency-rates ul.woocs_currency_rates {
	margin-left: 0px !important;
	padding-left: 0px;
}

.widget-woocommerce-currency-rates ul.woocs_currency_rates li {
	list-style-type: none;
	color: #04d39f;
}

.widget-woocommerce-currency-rates ul.woocs_currency_rates li strong {
	color: #323232;
}

/* WooCommerce Currency Switcher */
.woocommerce-currency-switcher-form a.dd-selected:not([href]):not([tabindex]) {
	color: #323232;
}

.WOOCS_SELECTOR .dd-desc {
	color: #04d39f;
	font-size: 13px;
}

.WOOCS_SELECTOR .dd-options li {
	list-style-type: none;
}

.WOOCS_SELECTOR .dd-options li .dd-click-off-close .dd-option-text {
	margin-bottom: 5px;
}

.WOOCS_SELECTOR .dd-container {
	margin-bottom: 15px;
}

/* Filter by price */
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #ffffff;
	border: 2px solid #04d39f;
	top: -7px;
	width: 16px;
	height: 16px;
    border-radius: 50px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #04d39f;
	border-radius: 0px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #e9e9e9;
	height: 3px;
}

.price_slider_amount .price_label {
	font-size: 14px;
	padding: 6px 0px;
}

/* Products */
.widget_recently_viewed_products ins,
.widget_products ins {
	background: none;
}

.widget_recently_viewed_products del .amount,
.widget_products del .amount {
	color: #969696;
	font-weight: 400;
	font-size: 14px;
}

.widget_recently_viewed_products .amount,
.widget_products .amount {
	color: #04d39f;
	font-weight: 600;
	font-size: 14px;
	margin-right: 5px;
}

/* Recent reviews */
.woocommerce.widget_recent_reviews .star-rating {
	margin: 5px 0px 0px;
}

/* Top rated products */
.woocommerce.widget_top_rated_products .star-rating {
	margin: 5px 0px 0px;
}

.woocommerce .widget_top_rated_products ul.product_list_widget li ins {
	background: none;
	color: #04d39f;
	font-weight: 600;
}

.widget_top_rated_products ins {
	background: none;
	color: #04d39f;
	font-weight: 600;
}

/* Bestseller & Related Products */
.widget_pgs_bestseller_widget .sellers-row,
.widget_pgs_related_widget .sellers-row {
	margin-bottom: 12px;
}

.widget_pgs_bestseller_widget .item .sellers-row:last-child,
.widget_pgs_related_widget .item .sellers-row:last-child {
	margin-bottom: 0px;
}

.widget_pgs_bestseller_widget .item-img,
.widget_pgs_related_widget .item-img,
.widget_pgs_featured_products_widget .item-img {
	width: 75px;
	display: table-cell;
	padding-right: 15px;
	margin-left: 0px;
}

.sidebar .widget_pgs_bestseller_widget .sellers-row .item-detail h4,
.sidebar .widget_pgs_related_widget .sellers-row .item-detail h4,
.sidebar .widget_pgs_featured_products_widget .sellers-row .item-detail h4 {
	font-family: inherit;
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
	margin-bottom: 4px;
}

.widget_pgs_bestseller_widget .item-detail,
.widget_pgs_related_widget .item-detail,
.widget_pgs_featured_products_widget .item-detail {
	display: table-cell;
	vertical-align: middle;
}

.widget_pgs_bestseller_widget .item-detail h4 a,
.widget_pgs_related_widget .item-detail h4 a,
.widget_pgs_featured_products_widget .item-detail h4 a {
	font-family: inherit;
	color: #323232;
}

.widget_pgs_bestseller_widget .item-detail h4 a:hover,
.widget_pgs_related_widget .item-detail h4 a:hover,
.widget_pgs_featured_products_widget .item-detail h4 a:hover {
	font-family: inherit;
	color: #04d39f;
}

.widget_pgs_bestseller_widget .item-detail p,
.widget_pgs_related_widget .item-detail p,
.widget_pgs_featured_products_widget .item-detail p {
	margin-bottom: 0px;
}

.widget_pgs_bestseller_widget .amount,
.widget_products .amount,
.widget_pgs_related_widget .amount,
.widget_top_rated_products .amount {
	color: #04d39f;
	font-weight: 600;
	font-size: 14px;
	margin-right: 5px;
}

.widget_pgs_bestseller_widget del .amount,
.widget_products del .amount,
.widget_pgs_related_widget del .amount,
.widget_top_rated_products del .amount {
	color: #969696;
	font-weight: 400;
	font-size: 14px;
}

.widget_pgs_bestseller_widget .item-detail ins,
.widget_pgs_related_widget .item-detail ins,
.widget_pgs_bestseller_widget .item-detail .woocs_price_code ins,
.widget_pgs_related_widget .item-detail .woocs_price_code ins {
	background: none;
}

.widget.widget_products .product_list_widget .star-rating {
	margin: 0;
	margin-top: 5px;
}

/* Owl Arrow */
.widget .owl-carousel .owl-nav {
	top: -43px;
	right: -5px;
	left: auto;
	-webkit-transform: inherit;
	-moz-transform: inherit;
	transform: inherit;
}

.widget .owl-carousel .owl-nav > div i {
	background: none;
	color: #323232;
	box-shadow: none;
	border: none;
	padding-left: 0;
	font-size: 28px;
	height: 30px;
	line-height: 30px;
	width: 20px;
}

.widget .owl-carousel .owl-nav .owl-prev,
.widget .owl-carousel:hover .owl-nav .owl-prev,
.widget .owl-carousel .owl-nav .owl-next,
.widget .owl-carousel:hover .owl-nav .owl-next {
	left: auto;
	right: 0px;
	top: 0;
	opacity: 1;
}

.widget .owl-carousel .owl-nav > .disabled {
	visibility: visible;
	opacity: 0.5;
	cursor: auto;
}

.widget .owl-carousel .owl-nav .owl-prev,
.widget .owl-carousel:hover .owl-nav .owl-prev {
	right: 27px;
}

/* Compare Widget */
.yith-woocompare-widget {
	display: inline-block;
	width: 100%;
}

.yith-woocompare-widget ul {
	padding-left: 0px;
}

.yith-woocompare-widget ul li {
	list-style-type: none;
}

.yith-woocompare-widget ul li a {
	line-height: 24px;
}

.yith-woocompare-widget ul li.list_empty {
	margin-bottom: 20px;
}

.yith-woocompare-widget a.clear-all {
	float: left;
	margin-right: 5px;
	background: #323232;
	border: none;
	color: #ffffff !important;
	line-height: 36px;
	padding: 0px 18px;
	text-transform: uppercase;
	border-radius: 3px;
	font-weight: normal;
	font-size: 12px;
	display: inline-block;
}

.yith-woocompare-widget a.compare {
	font-size: 12px;
}

.yith-woocompare-widget a.clear-all:hover {
	background: #04d39f;
}

.yith-woocompare-widget a.compare {
	float: left;
	line-height: 36px;
}

/* Products Brand */
.widget.pgs_brand_filters .pgs-brand-items {
	padding: 0;
	margin: 0;
}

.widget.pgs_brand_filters .pgs-brand-items li {
	position: relative;
	list-style-type: none;
	padding: 12px 15px;
	border: 1px solid #e8e8e8;
	margin: 6px 0;
}

.widget.pgs_brand_filters .pgs-brand-items li h5 {
	margin-bottom: 0;
}

.widget.pgs_brand_filters .pgs-brand-items li a {
	display: block;
}

.widget.pgs_brand_filters .pgs-brand-items li img {
	height: 23px;
	width: auto;
}

.widget.pgs_brand_filters .pgs-brand-items .widget_brand-product-count {
	position: absolute;
	right: 15px;
	top: 12px;
	font-size: 13px;
	font-weight: 400;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.widget.pgs_brand_filters .pgs-brand-items li:hover .widget_brand-product-count {
	color: #04d39f;
}

/* Featured Products */
.widget_pgs_featured_products_widget .sellers-row {
	padding: 8px 0;
}

.widget_pgs_bestseller_widget .item-detail h4,
.widget_pgs_featured_products_widget .item-detail h4 {
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: normal;
	line-height: 24px;
}

.widget_pgs_featured_products_widget .item-detail .amount {
	color: #04d39f;
	font-size: 14px;
	font-weight: 600;
}

.widget_pgs_featured_products_widget .item-detail del .amount {
	color: #969696;
	font-size: 14px;
	font-weight: 600;
}

.widget_pgs_featured_products_widget .item-detail ins {
	background: none;
}

.widget_pgs_featured_products_widget .item-detail p {
	margin-bottom: 0px;
	line-height: 20px;
}

.woocommerce .widget_pgs_featured_products_widget .woocommerce-product-rating {
	text-align: center;
}

.woocommerce .widget_pgs_featured_products_widget .woocommerce-product-rating .star-rating {
	float: none;
	display: inline-block;
}

.widget_pgs_featured_products_widget .owl-carousel .owl-nav.disabled {
	display: block;
}

.widget_pgs_featured_products_widget .owl-carousel .owl-nav.disabled > div i {
	opacity: 0.5;
	cursor: auto;
}

/* Product tags */
.widget_product_tag_cloud .tagcloud a {
	background: transparent;
	color: #969696;
	margin-bottom: 8px;
	margin-right: 4px;
	display: inline-block;
	border: 1px solid #f2f2f2;
	line-height: 28px;
	padding: 0px 12px;
	font-size: 12px !important;
	text-transform: uppercase;
	border-radius: 2px;
}

.widget_product_tag_cloud .tagcloud a:hover {
	background: #04d39f;
	color: #ffffff;
	border-color: #04d39f;
}

/* Slidebar Menu */
.widget_nav_menu ul {
	padding-left: 0px;
	margin-bottom: 0;
}

.widget_nav_menu ul li {
	list-style-type: none;
	padding: 0px 0px;
}

.widget_nav_menu ul li a {
	line-height: 24px;
}

.widget_nav_menu ul ul.sub-menu {
	padding-left: 15px;
}

/* Active filters */
.woocommerce .widget_layered_nav_filters ul li {
	margin: 0px;
    padding: 5px 0px;
    padding-right: 10px;
}

/*===================================*/
/* Product Details Sidebar */
/*===================================*/
.woocommerce.single-product .sidebar > .yith-woocompare-widget,
.woocommerce.single-product .sidebar > .widget_recently_viewed_products,
.woocommerce.single-product .sidebar > .widget {
	border: 1px solid #ececec;
	padding: 18px;
	margin-bottom: 20px;
}

.woocommerce.single-product .sidebar > .widget:last-child {
	margin-bottom: 0;
}

.woocommerce.single-product .sidebar > .widget.widget_calendar table td,
.woocommerce.single-product .sidebar > .widget.widget_calendar table th {
	padding: 6px 7px;
}

.woocommerce.single-product .sidebar > .widget.widget_media_image {
	background: transparent;
	border: none;
	padding: 0;
}

/* Product Category */
.woocommerce.single-product .widget.widget_product_categories .product-categories{
	left: 18px;
  right: 0px !important;
  margin-top: 55px;
  margin-bottom: 18px;
}
.woocommerce.single-product .widget.widget_product_categories>.ciyashop-scroll-pane{
	right: 18px;
	display: block !important;
	top: 55px;
  margin-top: 0;
  bottom: 18px;
  overflow: hidden;
}

/* Products Brand */
.woocommerce.single-product .sidebar > .pgs_brand_filters .title-block {
	display: none;
}

.woocommerce.single-product .sidebar > .pgs_brand_filters .block-content {
	text-align: center;
}

.woocommerce.single-product .sidebar > .pgs_brand_filters .block-content h5 {
	margin-bottom: 20px;
}

.woocommerce.single-product .sidebar > .pgs_brand_filters .brand-products {
	padding: 6px 20px;
	background: #323232;
	color: #ffffff;
	font-size: 13px;
	display: block;
	margin-bottom: 8px;
}

.woocommerce.single-product .sidebar > .pgs_brand_filters .brand-products:hover {
	background: #04d39f;
}

/* QR Code */
.pgs_qr_code,
.woocommerce.single-product .sidebar > .pgs_qr_code {
	position: relative;
	border: 2px dashed #ddd;
}

.pgs_qr_code .pgs-qrcode-image {
	margin-bottom: 20px;
}

.pgs_qr_code .pgs-qrcode-label {
	font-size: 18px;
	font-weight: 600;
}

.pgs_qr_code .pgs-qrcode-desc p {
	margin-bottom: 0;
}

.sidebar .widget.pgs_qr_code .widget-title {
	padding: 15px 15px 0px 15px;
}

.sidebar .widget.pgs_qr_code .pgs-qrcode-wrapper {
	padding: 15px;
}

.content-wrapper .sidebar .widget.pgs_qr_code .widget-title {
	margin-bottom: 0px;
}

.sidebar .widget.pgs_qr_code .pgs-qrcode-wrapper.pgs-qrcode-style-popup {
	padding: 15px 15px 0px 15px;
}

.pgs-qrcode-wrapper.pgs-qrcode-style-inline .pgs-qrcode-image {
	text-align: center;
}

.pgs-qrcode-wrapper.pgs-qrcode-style-popup .pgs-qrcode-popup-link {
	text-decoration: none;
	background-image: url(../images/qr_code-bg.png);
	background-position: right center;
	background-size: auto;
	display: block;
	background-repeat: no-repeat;
	height: auto;
	min-height: 72px;
}

.pgs-qrcode-wrapper.pgs-qrcode-style-popup .pgs-qrcode-popup-link .pgs-qrcode-popup-link-inner {
	width: calc(100% - 75px);
	text-align: left;
}

.pgs-qrcode-wrapper.pgs-qrcode-style-popup .pgs-qrcode-popup-link .pgs-qrcode-label {
	font-size: 16px;
}

.pgs-qrcode-wrapper.pgs-qrcode-style-popup .pgs-qrcode-popup-link .pgs-qrcode-desc {
	color: #969696;
	font-size: 13px;
	line-height: 19px;
}

.mfp-wrap.mfp-pgs-qrcode .mfp-close {
	display: none;
}

.mfp-wrap.mfp-pgs-qrcode .mfp-pgs-qrcode-img .mfp-img {
	background: #ffffff;
	padding: 25px;
}

.mfp-wrap.mfp-pgs-qrcode:hover {
	cursor: url(../images/mfp-close-icon.png), auto;
}

/*==========================================================*/
/* Blog Pages */
/*==========================================================*/
.content-wrapper article.hentry.post {
	margin-bottom: 60px;
}

.content-wrapper article.hentry.post .entry-content {
	margin-bottom: 30px;
}

.content-wrapper .site-main .col-md-6 article.hentry.post {
	margin-bottom: 60px;
}

body.blog .site-content .row .navigation .page-numbers,
body.blog .site-content .row .pagination .page-numbers {
	margin-bottom: 0px;
}

/* Entry Meta */
.entry-meta ul {
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0;
}

.entry-meta ul li {
	list-style-type: none;
	display: inline;
	margin-right: 8px;
	font-size: 13px;
	line-height: 20px;
}

.entry-meta ul li:after {
	content: "/";
	padding-left: 8px;
	color: #cccccc;
	font-size: 11px;
	position: relative;
	top: 1px;
}

.entry-meta ul li:last-child {
	margin-right: 0px;
}

.entry-meta ul li:last-child:after {
	content: normal;
	padding-left: 0;
}

.entry-meta ul > a {
	margin-right: 10px;
}

.entry-meta ul li,
.entry-meta ul li a,
.entry-meta ul span,
.entry-meta ul a span {
	color: #bbbbbb;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}

.entry-meta ul li a:hover,
.entry-meta ul a:hover,
.entry-meta ul a:hover span {
	color: #04d39f;
}

.entry-meta ul li i,
.entry-meta ul li a i {
	margin-right: 3px;
}

/* Markup: Image Alignment */
.tag-image .entry-header h1 {
	margin-top: 15px;
}

.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Markup: Text Alignment */
.entry-footer .cat-links {
	margin-right: 15px;
}

.entry-footer .cat-links a {
	margin-left: 3px;
}

.entry-footer .tags-links {
	margin-right: 15px;
}

.entry-footer .tags-links a {
	margin-left: 3px;
}

/* Search Results Pages */
article.hentry.sticky {
	background: #f8f8f8;
	padding: 25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

article.hentry {
	margin-bottom: 60px;
}

.blog-image img,
.post-entry-image img,
.blog-entry-image img {
	margin-bottom: 15px;
	width: 100%;
}

/* Pagination */
.navigation.pagination {
	padding-left: 15px;
	display: block;
}

ul.page-numbers {
	border: none;
	padding-left: 0px;
}

ul.page-numbers li {
	border: none;
	margin: 4px;
	list-style: none;
	display: inline-block;
	line-height: inherit;
}

ul.page-numbers li > span,
ul.page-numbers li > a {
	background: #ffffff;
	font-size: 15px;
	color: #323232;
	font-weight: 400;
	border: 1px solid #e5e5e5;
	padding: 8px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	display: inline-block;
}

ul.page-numbers li > span:hover,
ul.page-numbers li > a:hover,
ul.page-numbers li span.current {
	background: #04d39f;
	border-color: #04d39f;
	color: #ffffff;
}

ul.page-numbers li .icon-arrow-left:before,
ul.page-numbers li .icon-arrow-right:before {
	content: none;
}

/* Share Button */
.entry-share {
	position: relative;
	min-height: 58px;
	margin-top: 15px;
}

article.hentry .entry-footer .share {
	position: absolute;
	cursor: pointer;
	right: 0;
	z-index: 9;
	top: 0px;
}

article.hentry .entry-footer .share .share-button {
	background: none;
	border-radius: 3px;
	padding: 2px 12px;
	font-size: 13px;
	color: #323232;
	position: relative;
	display: inline-block;
	z-index: 99;
	border: 1px solid #e5e5e5;
}

article.hentry .entry-footer .share ul {
	float: none;
	opacity: 0;
	background: #f9f9f9;
	border-radius: 3px;
	padding: 1px 10px;
	margin-bottom: 0;
	right: 10px;
	top: 0;
	position: absolute;
	display: table;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

article.hentry .entry-footer .share ul:before {
	position: absolute;
	z-index: 999;
	content: "";
	right: -10px;
	top: 9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 10px;
	border-color: transparent transparent transparent #f9f9f9;
}

article.hentry .entry-footer .share ul li {
	display: table-cell;
	line-height: 26px;
}
.single-post article.hentry .entry-footer .share ul li {
	display: inline;
	float: right;
	list-style-type: none;
}

article.hentry .entry-footer .share ul li a {
	display: block;
	padding: 2px 10px 2px;
	font-size: 14px;
}

article.hentry .entry-footer .share ul li a:hover {
	color: #323232;
}

article.hentry .entry-footer .share:hover ul {
	opacity: 1;
	right: 55px;
	visibility: visible;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

/* Blog Button */
article.hentry .readmore {
	background: #323232;
	font-size: 13px;
	color: #ffffff;
	line-height: 30px;
	display: inline-block;
	padding: 0px 18px;
	text-transform: uppercase;
	border-radius: 3px;
}

article.hentry .readmore:hover {
	background: #04d39f;
}

article.hentry .entry-footer {
	position: relative;
	clear: both;
}

article.hentry .entry-footer .cat-links,
article.hentry .entry-footer .tags-links {
	padding: 10px 40px 10px 0px;
	display: inline-block;
}

/* Entry Header Section */
.entry-header-section {
	position: relative;
	margin-bottom: 15px;
}

.entry-header-section .entry-meta-date {
	display: block;
	margin-bottom: 5px;
}

.entry-header-section .entry-meta-date .entry-date {
	color: #04d39f;
	text-transform: uppercase;
	font-weight: 600;
}

/* Blog Title */
article.hentry .entry-title {
	color: #323232;
	font-weight: 600;
	margin-bottom: 5px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

article.hentry .entry-title a {
	color: #323232;
}

article.hentry .entry-title > .entry-title {
	margin-bottom: 0;
}

article.hentry h1.entry-title {
	font-size: 34px;
	line-height: 44px;
}

article.hentry h2.entry-title {
	font-size: 28px;
	line-height: 40px;
}

article.hentry h3.entry-title {
	font-size: 24px;
	line-height: 34px;
}

article.hentry h4.entry-title {
	font-size: 22px;
	line-height: 32px;
}

article.hentry h5.entry-title {
	font-size: 20px;
	line-height: 30px;
}

article.hentry h6.entry-title {
	font-size: 18px;
	line-height: 28px;
}

article.hentry .entry-title a:hover {
	color: #04d39f;
}

/* Blog Content */
article.hentry .entry-content {
	margin-bottom: 20px;
}

/* Page Link */
.page-links {
	color: #04d39f;
	margin-top: 15px;
}

.page-links > span.page-number,
.page-links a {
	background: #ffffff;
	color: #323232;
	margin-left: 5px;
	padding: 0px;
	line-height: 30px;
	display: inline-block;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	width: 25px;
	height: 30px;
	text-align: center;
}

.page-links a:hover,
.page-links > span.page-number {
	background: #04d39f;
	color: #ffffff;
	text-decoration: none;
	border-color: transparent;
}

/* Blog Header */
.page-header h1 {
	color: #04d39f;
}

.entry-header .entry-title {
	color: #04d39f;
}

/* Common Form */
input[type=text],
input[type=email],
input[type=search],
input[type=password],
textarea,
.woocommerce-address-fields .woocommerce-input-wrapper input.input-text {
	width: 100%;
	padding: 0px 15px;
	height: 46px;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #969696;
	font-size: 14px;
}

textarea {
	padding: 13px;
	height: auto;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
	border-color: #04d39f;
	box-shadow: none;
}

input::-webkit-input-placeholder {
	color: inherit;
}

input::-moz-placeholder {
	color: inherit;
}

input:-ms-input-placeholder {
	color: inherit;
}

input[type=email]::-webkit-input-placeholder {
	color: inherit;
}

input[type=email]::-moz-placeholder {
	color: inherit;
}

input[type=email]:-ms-input-placeholder {
	color: inherit;
}

textarea::-webkit-input-placeholder {
	color: inherit;
}

textarea::-moz-placeholder {
	color: inherit;
}

textarea:-ms-input-placeholder {
	color: inherit;
}

input[type=submit] {
	background: #04d39f;
	border: none;
	color: #ffffff;
	line-height: 44px;
	padding: 0px 18px;
	text-transform: uppercase;
	border-radius: 3px;
	cursor: pointer;
}

input[type=submit]:hover {
	background: #323232;
	color: #ffffff;
}

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

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #969696 transparent transparent transparent;
}

/* Blog Gallery Slider Arrow */
.blog-entry-slider .owl-carousel .owl-nav i {
	font-size: 0;
	width: 28px;
	height: 40px;
	line-height: 40px;
	padding-left: 2;
	display: inline-block;
	color: #323232;
	background: #ffffff;
	text-align: center;
}

.blog-entry-slider .owl-carousel .owl-nav i:before {
	font-size: 18px;
}

.blog-entry-slider .owl-carousel .owl-nav .owl-prev,
.blog-entry-slider .owl-carousel:hover .owl-nav .owl-prev {
	left: 15px;
	opacity: 1;
}

.blog-entry-slider .owl-carousel .owl-nav .owl-next,
.blog-entry-slider .owl-carousel:hover .owl-nav .owl-next {
	right: 15px;
	opacity: 1;
}

/* Form in Row Light */
.row-background-light input[type=text],
.row-background-light input[type=email],
.row-background-light input[type=search],
.row-background-light input[type=password],
.row-background-light textarea,
.row-background-light textarea.wpcf7-textarea {
	color: #969696;
	border-color: rgba(255, 255, 255, 1.0);
}

.row-background-light input[type=text]:focus,
.row-background-light input[type=email]:focus,
.row-background-light input[type=search]:focus,
.row-background-light input[type=password]:focus,
.row-background-light textarea:focus,
.row-background-light textarea.wpcf7-textarea:focus {
	border-color: transparent;
}

.row-background-light .wpcf7-form input.wpcf7-submit {
	background: #323232;
}

/* Form in Row Dark */
.row-background-dark input[type=text],
.row-background-dark input[type=email],
.row-background-dark input[type=search],
.row-background-dark input[type=password],
.row-background-dark textarea,
.row-background-dark textarea.wpcf7-textarea {
	background: rgba(255, 255, 255, 0.15);
	border-color: rgba(255, 255, 255, 0.15);
	color: #aaaaaa;
}

.row-background-dark input[type=text]:focus,
.row-background-dark input[type=email]:focus,
.row-background-dark input[type=search]:focus,
.row-background-dark input[type=password]:focus,
.row-background-dark textarea:focus,
.row-background-dark textarea.wpcf7-textarea:focus {
	border-color: rgba(255, 255, 255, 0.15);
}

.row-background-dark .wpcf7-form input.wpcf7-not-valid {
	background: rgba(255, 255, 255, 0.15);
}

.row-background-dark .wpcf7-form input.wpcf7-submit:hover {
	background: #ffffff;
	color: #323232;
}

.newsletter-bg-type-dark input[type=text],
.newsletter-bg-type-dark input[type=email],
.newsletter-bg-type-dark input[type=search],
.newsletter-bg-type-dark input[type=password],
textarea {
	background: rgba(121, 121, 121, 0.4);
	color: #e2e2e2;
	border-color: transparent;
}

.newsletter-bg-type-dark .btn.submit:focus,
.newsletter-bg-type-dark .btn.submit:hover {
	background: #ffffff;
	color: #555555;
	outline: none;
}

/* Pingbacks */
.comments-area .commentlist li.pingback {
	border: 1px solid #e8e8e8;
	padding: 10px 20px;
	margin-bottom: 15px;
	color: #323232;
}

.comments-area .commentlist li.pingback p {
	margin-bottom: 0;
}

.comments-area .commentlist li.pingback a {
	margin-left: 10px;
}

.comments-area .commentlist li.pingback + li.comment {
	margin-top: 40px;
}

.comments-area .commentlist .bypostauthor .comments-info,
.comments-area .commentlist li ul.children li.bypostauthor .comments-info {
	background: none;
}

/* Comments */
.comments-area .comment-list {
	margin-bottom: 30px;
}

.comments-area h3.comments-title {
	color: #323232;
	font-size: 24px;
	margin-bottom: 20px;
}

.comments-area .comment-respond {
	margin-bottom: 30px;
	margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
	font-size: 24px;
	margin-bottom: 20px;
}

.comments-area .respond-form .section-field,
.comments-area .comment-respond .section-field {
	display: inline-block;
	width: 31.33333%;
	float: left;
	margin-right: 3%;
	margin-bottom: 3%;
}

.comments-area .respond-form .section-field.comment-form-url,
.comments-area .comment-respond .section-field.comment-form-url {
	margin-right: 0px;
}

.comments-area .respond-form .section-field.textarea,
.comments-area .comment-respond .section-field.textarea {
	width: 100%;
	float: none;
}

.comments-area .respond-form .section-field.textarea textarea,
.comments-area .comment-respond .section-field.textarea textarea {
	width: 100%;
	height: auto;
}

.comments-area .respond-form .section-field i,
.comments-area .comment-respond .section-field i {
	display: none;
}

.comments-area .respond-form .form-submit,
.comments-area .comment-respond .form-submit {
	display: inline-block;
	margin-bottom: 0px;
}

.comments-area .comment-respond #cancel-comment-reply-link {
	background: #04d39f;
	font-size: 14px;
	color: #ffffff;
	line-height: 28px;
	display: inline-block;
	padding: 0px 14px;
	border-radius: 3px;
	margin-left: 10px;
}

.comments-area .comment-respond #cancel-comment-reply-link:hover {
	background: #323232;
}

.comments-area .comment-respond .comment-form-cookies-consent {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: center;
	align-items: flex-start;
}

.comments-area .comment-respond .comment-form-cookies-consent input[type=checkbox] {
	margin-right: 10px;
	margin-top: 7px;
}

ol.commentlist {
	padding: 0;
}

li.comment > .comment {
	position: relative;
	padding-left: 75px;
}

ol.commentlist li.pingback {
	list-style-type: none;
}

ol.commentlist li.comment,
.comment-list,
.comment-list .children {
	list-style-type: none;
}

ol.commentlist .comment .comments-photo {
	border: 1px solid #e8e8e8;
	height: auto;
	padding: 5px;
	width: 60px;
	position: absolute;
	top: 0;
	left: 0;
}

ol.commentlist .comment .comments-photo img {
	width: 100%;
	height: auto;
}

ol.commentlist .comment .comments-info {
	display: inline-block;
	border: 1px solid #eaeaea;
	padding: 20px;
	margin-bottom: 20px;
	width: 100%;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
}

ol.commentlist .comment .comments-info p {
	word-break: break-all;
}

ol.commentlist .comment .comments-info .comment-author h4 {
	display: inline-block;
	font-size: 18px;
	margin-bottom: 0;
}

ol.commentlist .comment .comments-info .comment-author h4 a {
	margin-right: 5px;
}

ol.commentlist .comment .comments-info span {
	font-size: 13px;
	color: #969696;
}

ol.commentlist .comment .comments-info span a {
	color: #969696;
}

ol.commentlist .comment .comments-info span a:hover {
	color: #04d39f;
}

ol.commentlist .comment .comments-info a:hover {
	color: #323232;
}

ol.commentlist .comment .comments-info .comment-reply-link {
	background: #04d39f;
	color: #ffffff;
	line-height: 28px;
	display: inline-block;
	padding: 0px 14px;
	border-radius: 3px;
}

ol.commentlist .comment .comments-info .comment-reply-link:hover {
	background: #323232;
	color: #ffffff;
}

.comments-info .comment-content h2 {
	margin-top: 25px;
}

.comments-info .comment-content h1 + h2 {
	margin-top: 0;
}

.comments-area ol.commentlist .children {
	margin-left: 75px;
	padding-left: 0;
}

.comments-info .comment-content h1,
.comments-info .comment-content h2,
.comments-info .comment-content h3,
.comments-info .comment-content h4,
.comments-info .comment-content h5,
.comments-info .comment-content h6 {
	margin-bottom: 15px;
}

/* Password Protected */
.tag-password-2 .post-password-form label {
	float: left;
	margin-right: 15px;
}

.tag-password-2 .post-password-form label input {
	width: auto;
	margin-left: 10px;
}

.tag-password-2 .post-password-form input[type=submit] {
	line-height: 46px;
}

/* Post navigation */
.post-navigation .nav-links {
	display: table;
	width: 100%;
	margin-bottom: 50px;
	position: relative;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.post-navigation .nav-links:before {
	content: "";
	position: absolute;
	left: 50%;
	width: 1px;
	height: 100%;
	background: #e5e5e5;
}

.nav-links .nav-previous {
	padding-right: 1%;
	float: left;
}

.nav-links .nav-previous,
.nav-links .nav-next {
	display: inline-block;
	width: 50%;
}

.nav-links .nav-next {
	text-align: right;
	padding-left: 1%;
	float: right;
}

.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
	vertical-align: middle;
}

.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
	background: none;
	color: #323232;
	padding: 15px 0px;
	font-weight: 500;
	border-radius: 3px;
	display: block;
	-ms-word-break: break-all;
	word-break: break-all;
}

.post-navigation .nav-links .nav-previous a:hover,
.post-navigation .nav-links .nav-next a:hover {
	color: #04d39f;
}

.comment-navigation .nav-links {
	display: table;
	width: 100%;
}

.comment-navigation .nav-links .nav-previous,
.comment-navigation .nav-links .nav-next {
	display: table-cell;
	vertical-align: middle;
}

.comment-navigation .nav-links .nav-previous a,
.comment-navigation .nav-links .nav-next a {
	background: #323232;
	color: #ffffff;
	padding: 6px 10px;
	border-radius: 3px;
	display: inline-block;
}

.comment-navigation .nav-links .nav-previous a:hover,
.comment-navigation .nav-links .nav-next a:hover {
	background: #04d39f;
}

/* Gallery */
.gallery-size-thumbnail .gallery-item {
	margin-right: 2%;
	width: 18.4%;
	margin-bottom: 2%;
	display: inline-block;
	vertical-align: top;
}

.gallery-item .gallery-caption {
	font-size: 14px;
	line-height: 22px;
}

.gallery-size-thumbnail .gallery-item img {
	margin-bottom: 10px;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
	margin-right: 0px;
}

.gallery-columns-2 .gallery-item {
	width: 48%;
}

.gallery-columns-3 .gallery-item {
	width: 31.3%;
}

.gallery-columns-4 .gallery-item {
	width: 23%;
}

.gallery-columns-5 .gallery-item {
	width: 18%;
}

.gallery-columns-6 .gallery-item {
	width: 14.6%;
}

.gallery-columns-7 .gallery-item {
	width: 12.2%;
}

.gallery-columns-8 .gallery-item {
	width: 10.5%;
}

.gallery-columns-9 .gallery-item {
	width: 9.1%;
}

.gallery.gallery-size-thumbnail {
	display: inline-block;
	width: 100%;
}

/* Video */
.js-video {
	height: 0;
	padding-top: 25px;
	padding-bottom: 53.5%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.js-video embed,
.js-video iframe,
.js-video object,
.js-video video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

audio,
video {
	width: 100%;
	vertical-align: top;
}

/* Blockquote */
blockquote {
	background: none;
	padding: 0 20px;
	line-height: 26px;
	font-weight: 400;
	border-left: 3px solid #04d39f;
}

blockquote i,
blockquote .fa {
	float: left;
	font-size: 50px;
	color: #04d39f;
	margin-left: 10px;
	margin-right: 40px;
}

blockquote p {
	display: table;
	vertical-align: top;
	margin-bottom: 10px;
}

blockquote .quote-author {
	color: #04d39f;
	font-size: 14px;
	font-weight: 400;
	text-align: left !important;
}

/* Blog Page Blockquote */
.blog-entry-quote blockquote {
	background: #04d39f;
	color: #ffffff;
	border-left: none;
	padding: 25px;
	font-size: 16px;
	line-height: 28px;
	position: relative;
	padding-left: 50px;
	padding-top: 40px;
	border-radius: 5px;
}

.blog-entry-quote blockquote i {
	position: absolute;
	left: 25px;
	top: 15px;
	opacity: 0.25;
	margin: 0;
	font-size: 80px;
	color: #ffffff;
}

.blog-entry-quote blockquote .quote-author {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	margin-top: 5px;
}

/* Gallery */
.post_format-post-format-gallery .blog-entry-slider {
	margin-bottom: 10px;
}

.blog-entry-grid .grid-post {
	padding: 0px;
}

.blog-entry-grid .grid-post li {
	float: left;
	width: 50%;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
	list-style-type: none;
}

.blog-entry-grid .grid-post .blog-item {
	position: relative;
	overflow: hidden;
}

.blog-entry-grid .grid-post li img {
	width: 100%
}

/* Blog Grid and Masonry */
.content-wrapper [class*=col-] > article.post,
.content-wrapper .masonry-item article.post {
	background: #ffffff;
	position: relative;
	border: 1px solid #f2f2f2;
	padding: 20px;
	margin-bottom: 50px;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
}

[class*=col-] > article.post .entry-meta,
.masonry-item article.post .entry-meta {
	margin-bottom: 10px;
}

[class*=col-] > article.post .entry-meta-date,
.masonry-item article.post .entry-meta-date {
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 2;
}

[class*=col-] > article.post.post-no-image .entry-meta-date,
.masonry-item article.post.post-no-image .entry-meta-date {
	position: relative;
	top: 0px;
	margin-bottom: 10px;
}

[class*=col-] > article.post .entry-meta-date a,
.masonry-item article.post .entry-meta-date a {
	background: #04d39f;
	color: #ffffff;
	padding: 0px 18px;
	line-height: 32px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
}

[class*=col-] > article.post h3.entry-title,
.masonry-item article.post h3.entry-title {
	font-size: 20px;
	line-height: 32px;
}

[class*=col-] > article.post .readmore,
[class*=col-] > article.post .readmore:hover,
.masonry-item article.post .readmore,
.masonry-item article.post .readmore:hover {
	background: none;
	color: #04d39f;
	font-weight: 600;
	padding: 0;
}

[class*=col-] > article.post .readmore:after,
.masonry-item article.post .readmore:after {
	content: "\f30b";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	padding-left: 8px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

[class*=col-] > article.post .readmore:hover:after,
.masonry-item article.post .readmore:hover:after {
	padding-left: 15px;
}

/* Timeline Blog */
.blog .timeline {
	list-style: none;
	padding: 20px 0 50px;
	position: relative;
	margin-bottom: 30px;
}

.blog .timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 4px;
	background-color: #f2f2f2;
	left: 50%;
	margin-left: -1.5px;
}

.blog .timeline > li {
	margin-bottom: 40px;
	position: relative;
	width: 50%;
	float: left;
	clear: left;
	list-style-type: none;
	line-height: 24px;
	padding-right: 30px;
}

.blog .timeline > li:before,
.blog .timeline > li:after {
	content: " ";
	display: table;
}

.blog .timeline > li:after {
	clear: both;
}

.blog .timeline > li:before,
.blog .timeline > li:after {
	content: " ";
	display: table;
}

.blog .timeline > li:after {
	clear: both;
}

.blog .timeline > li > .timeline-panel {
	width: 95%;
	float: left;
	border-radius: 3px;
	position: relative;
	border: 1px solid #f2f2f2;
	padding: 20px;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

.blog .timeline > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #f2f2f2;
	border-right: 0 solid #f2f2f2;
	border-bottom: 15px solid transparent;
	content: " ";
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

.blog .timeline > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
}

.blog .timeline > li > .timeline-badge {
	width: 54px;
	height: 54px;
	line-height: 18px;
	padding: 6px;
	font-size: 22px;
	border: 4px solid #f2f2f2;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
	position: absolute;
	color: #f2f2f2;
	top: 16px;
	right: -27px;
}

.blog .timeline .entry-meta {
	margin-bottom: 8px;
}

.blog .timeline h3.entry-title {
	font-size: 20px;
	line-height: 34px;
	font-weight: 500;
}

.blog .timeline > li > .timeline-badge a {
	color: #04d39f;
}

.blog .timeline > li > .timeline-badge span {
	font-size: 13px;
	font-weight: normal;
	display: block;
}

.blog .timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}

.blog .timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}

.blog .timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}

.blog .timeline .timeline-item .post {
	margin-bottom: 0px;
}

.blog .timeline-title {
	margin-top: 0;
	color: inherit;
}

.blog .timeline-body > p,
.blog .timeline-body > ul {
	padding: 20px;
	margin-bottom: 0;
}

.blog .timeline-body > p + p {
	margin-top: 5px;
}

.blog .timeline-footer {
	padding: 20px;
	background-color: #f4f4f4;
}

.blog .timeline-footer > a {
	cursor: pointer;
	text-decoration: none;
}

.blog .timeline > li.timeline-inverted {
	float: right;
	clear: right;
	margin-top: 30px;
	margin-bottom: 0px;
	line-height: 24px;
	padding-left: 30px;
	padding-right: 0px;
}

.blog .timeline > li.clearfix.timeline-inverted {
	width: 0px;
	float: none;
}

.blog .timeline > li:nth-child(2) {
	margin-top: 60px;
}

.blog .timeline > li:nth-child(3) {
	margin-top: 60px;
}

.blog .timeline .entry-title i {
	font-size: 24px;
}

.blog .timeline-inverted .timeline-badge {
	margin-top: 70px
}

.blog .timeline li.timeline-inverted .timeline-panel:after {
	top: 98px;
}

.blog .timeline li.timeline-inverted .timeline-panel:before {
	top: 97px;
}

.blog .timeline > li.timeline-inverted > .timeline-badge {
	left: -27px;
}

.blog .timeline li.entry-date {
	top: 0;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	width: 100%;
	padding-right: 0;
}

.blog .timeline li.entry-date span {
	background: #f2f2f2;
	color: #323232;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	padding: 10px 15px;
	border-radius: 3px;
}

.blog .timeline li.entry-date-bottom {
	bottom: -48px;
	left: 0px;
	position: absolute;
	right: 0;
	text-align: center;
	width: 100%;
	padding-right: 0;
}

.blog .timeline li.entry-date-bottom a {
	background: #f2f2f2;
	color: #323232;
	font-size: 16px;
	padding: 10px 15px;
	border-radius: 3px;
}

.blog .timeline li.entry-date-bottom a.disabled:hover {
	background: #f2f2f2;
	color: #323232;
	cursor: no-drop;
}

.blog .timeline li.entry-date-bottom a:hover {
	background: #04d39f;
	color: #fff;
}

.blog .timeline li:hover .timeline-panel {
	border-color: #04d39f;
}

.blog .timeline li:hover .timeline-badge a {
	color: #fff;
}

.blog .timeline li:hover .timeline-badge {
	background: #04d39f;
	border-color: #04d39f;
}

.blog .timeline li:hover .timeline-panel:before {
	border-left-color: #04d39f;
	border-right-color: #04d39f;
}

.blog .timeline .entry-quote p {
	font-size: 16px;
}

/* Masonry left sidebar */
.blog .timeline-sidebar .timeline {
	padding-left: 107px;
}

.blog .timeline-sidebar .timeline > li {
	width: 100%;
}

.blog .timeline-sidebar .timeline li .blog-entry-grid .grid-post li {
	width: 50%;
}

.blog .timeline-sidebar .timeline:before {
	left: 68px;
}

.blog .timeline-sidebar .timeline li.entry-date {
	text-align: left;
}

.blog .timeline-sidebar .timeline li.entry-date-bottom {
	text-align: left;
}

.blog .timeline-sidebar .timeline li.timeline-inverted .timeline-badge {
	left: -66px;
}

.blog .timeline-sidebar .timeline > li.timeline-inverted {
	margin-bottom: 0px;
}

.blog .timeline-sidebar .timeline > li.timeline-inverted.timeline-inverted-end {
	float: none;
}

.blog .timeline-sidebar .timeline > li:nth-child(3) {
	margin-top: 30px;
}

.blog .timeline-sidebar .timeline li.entry-date {
	top: 0;
}

.blog .timeline-sidebar .timeline li.entry-date span {
	font-size: 14px;
	padding: 8px 10px;
	min-width: 140px;
	display: inline-block;
	text-align: center;
}

.blog .timeline-sidebar .timeline li.entry-date-bottom {
	bottom: -60px;
}

.blog .timeline-sidebar .timeline li.entry-date-bottom a {
	font-size: 14px;
	padding: 8px 10px;
	min-width: 140px;
	display: inline-block;
	text-align: center;
}

.blog .timeline-sidebar .timeline li .share ul li {
	width: auto;
}

/* All Entry Margin Add */
.post .post-entry-image,
.post .blog-entry-slider,
.post .blog-entry-grid,
.post .blog-entry-quote,
.post .blog-entry-audio,
.post .blog-entry-you-tube,
.post .blog-entry-vimeo,
.post .blog-entry-html-video {
	margin-bottom: 25px;
}

.post .post-entry-image img,
.post .blog-entry-quote .blockquote,
.post .blog-entry-you-tube .js-video,
.post .blog-entry-vimeo .js-video {
	margin-bottom: 0px;
}

.blog .masonry .masonry-item:last-child {
	margin-bottom: 0;
}

/* Masonry */
.masonry .masonry-item {
	padding: 0 15px 0;
}

.masonry.columns-2 .masonry-item {
	width: 50%;
}

.masonry.columns-3 .masonry-item {
	width: 33.3333%;
}

/* Blog Single page */
.single-post .content-wrapper article.hentry.post {
	margin-bottom: 50px;
}

.single-post .content-wrapper article.hentry.post .entry-content {
	margin-bottom: 40px;
}

.single-post article.hentry .entry-footer .share {
	position: initial;
	padding-left: 25%;
}

.single-post article.hentry .entry-footer .share .share-button {
	position: absolute;
	left: 0;
	top: 7px;
	background: none;
	padding: 0;
	color: #323232;
	font-weight: 500;
	font-size: 14px;
	cursor: default;
	border: none;
}

.single-post article.hentry .entry-footer .share .share-button:after {
	content: attr(data-title);
	padding-left: 8px;
}

.single-post article.hentry .entry-footer .share ul {
	margin-left: auto;
}

.single-post article.hentry .entry-footer .share ul,
.single-post article.hentry .entry-footer .share:hover ul {
	position: relative;
	visibility: visible;
	opacity: 1;
	background: none;
	right: 0;
	padding: 0;
}

.single-post article.hentry .entry-footer .share ul:before {
	content: normal;
}

.single-post article.hentry .entry-footer .share ul li a {
	display: block;
	padding: 5px 25px;
	font-size: 14px;
	border: 1px solid #e5e5e5;
	margin: 2px;
	border-radius: 3px;
}

.single-post article.hentry .wp-audio-shortcode,
.single-post article.hentry .mejs-audio {
	margin-bottom: 15px;
}

/*----------------------------------*/
/* Date, Author, Tag, Category */
/*----------------------------------*/
body.category [class*=col-] > article.post .entry-meta-date,
body.category .masonry-item article.post .entry-meta-date,
body.archive [class*=col-] > article.post .entry-meta-date,
body.archive .masonry-item article.post .entry-meta-date {
	position: relative;
	top: 0;
	margin-bottom: 10px;
}

body.category [class*=col-] > article.post .entry-meta-date .entry-date,
body.category .masonry-item article.post .entry-meta-date .entry-date {
	color: #ffffff;
}

body.archive [class*=col-] > article.post .entry-meta-date .entry-date,
body.archive .masonry-item article.post .entry-meta-date .entry-date {
	color: #ffffff;
}

body.category .timeline,
body.archive .timeline {
	padding-left: 0px;
}

body.category .timeline > li,
body.archive .timeline > li {
	list-style-type: none;
}

body.category .timeline .timeline-badge,
body.archive .timeline .timeline-badge,
body.archive .timeline > li.entry-date {
	display: none;
}

body.category .timeline .timeline-panel,
body.archive .timeline .timeline-panel {
	padding-left: 0px;
}

body.archive .timeline li.entry-date-bottom a {
	background: #ffffff;
	padding: 13px 20px;
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
}

/* Social icon Color */
article.hentry .entry-footer .share ul li .facebook-share,
article.hentry .entry-footer .share ul li .facebook-square-share,
article.hentry .entry-footer .share ul li .facebook-official-share {
	color: #3b5998;
}

.single-post article.hentry .entry-footer .share ul li .facebook-share:hover,
.single-post article.hentry .entry-footer .share ul li .facebook-square-share:hover,
.single-post article.hentry .entry-footer .share ul li .facebook-official-share:hover {
	background: #3b5998;
	color: #ffffff;
	border-color: transparent;
}

article.hentry .entry-footer .share ul li .pinterest-share,
article.hentry .entry-footer .share ul li .pinterest-p-share,
article.hentry .entry-footer .share ul li .pinterest-square-share {
	color: #ca2028;
}

.single-post article.hentry .entry-footer .share ul li .pinterest-share:hover,
.single-post article.hentry .entry-footer .share ul li .pinterest-p-share:hover,
.single-post article.hentry .entry-footer .share ul li .pinterest-square-share:hover {
	background: #ca2028;
	color: #ffffff;
	border-color: transparent;
}

article.hentry .entry-footer .share ul li .youtube-share,
article.hentry .entry-footer .share ul li .youtube-play-share,
article.hentry .entry-footer .share ul li .youtube-square-share {
	color: #cd201f;
}

.single-post article.hentry .entry-footer .share ul li .youtube-share:hover,
.single-post article.hentry .entry-footer .share ul li .youtube-play-share:hover,
.single-post article.hentry .entry-footer .share ul li .youtube-square-share:hover {
	background: #cd201f;
	color: #ffffff;
	border-color: transparent;
}

article.hentry .entry-footer .share ul li .googleplus-share,
article.hentry .entry-footer .share ul li .googleplus-square-share {
	color: #fc5b4d;
}

.single-post article.hentry .entry-footer .share ul li .googleplus-share:hover,
.single-post article.hentry .entry-footer .share ul li .googleplus-square-share:hover {
	background: #fc5b4d;
	color: #ffffff;
	border-color: transparent;
}

article.hentry .entry-footer .share ul li .twitter-share,
article.hentry .entry-footer .share ul li .twitter-square-share {
	color: #55acee;
}

.single-post article.hentry .entry-footer .share ul li .twitter-share:hover,
.single-post article.hentry .entry-footer .share ul li .twitter-square-share:hover {
	background: #55acee;
	color: #ffffff;
	border-color: transparent;
}

article.hentry .entry-footer .share ul li .behance-share,
article.hentry .entry-footer .share ul li .behance-square-share {
	color: #005cff;
}

.single-post article.hentry .entry-footer .share ul li .behance-share:hover,
.single-post article.hentry .entry-footer .share ul li .behance-square-share:hover {
	background: #005cff;
	color: #ffffff;
	border-color: transparent;
}

article.hentry .entry-footer .share ul li .flickr-share,
article.hentry .entry-footer .share ul li .flickr-square-share {
	color: #ff0084;
}

.single-post article.hentry .entry-footer .share ul li .flickr-share:hover,
.single-post article.hentry .entry-footer .share ul li .flickr-square-share:hover {
	background: #ff0084;
	color: #ffffff;
	border-color: transparent;
}

article.hentry .entry-footer .share ul li .vimeo-share,
article.hentry .entry-footer .share ul li .vimeo-square-share {
	color: #1ab7ea;
}

.single-post article.hentry .entry-footer .share ul li .vimeo-share:hover,
.single-post article.hentry .entry-footer .share ul li .vimeo-square-share:hover {
	background: #1ab7ea;
	color: #ffffff;
	border-color: transparent;
}

article.hentry .entry-footer .share ul li .rss-share,
article.hentry .entry-footer .share ul li .rss-square-share {
	color: #ff9600;
}

.single-post article.hentry .entry-footer .share ul li .rss-share:hover,
.single-post article.hentry .entry-footer .share ul li .rss-square-share:hover {
	background: #ff9600;
	color: #ffffff;
	border-color: transparent;
}

article.hentry .entry-footer .share ul li .google-share {
	color: #e02f2f;
}

article.hentry .entry-footer .share ul li .instagram-share {
	color: #f03370;
}

article.hentry .entry-footer .share ul li .dribbble-share {
	color: #ea4c89;
}

article.hentry .entry-footer .share ul li .linkedin-share {
	color: #007bb5;
}

article.hentry .entry-footer .share ul li .github-share {
	color: #4078c0;
}

article.hentry .entry-footer .share ul li .skype-share {
	color: #00aff0;
}

article.hentry .entry-footer .share ul li .envelope-share {
	color: #f42958;
}

.single-post article.hentry .entry-footer .share ul li .google-share:hover {
	background: #e02f2f;
	color: #ffffff;
	border-color: transparent;
}

.single-post article.hentry .entry-footer .share ul li .instagram-share:hover {
	background: #f03370;
	color: #ffffff;
	border-color: transparent;
}

.single-post article.hentry .entry-footer .share ul li .dribbble-share:hover {
	background: #ea4c89;
	color: #ffffff;
	border-color: transparent;
}

.single-post article.hentry .entry-footer .share ul li .linkedin-share:hover {
	background: #007bb5;
	color: #ffffff;
	border-color: transparent;
}

.single-post article.hentry .entry-footer .share ul li .github-share:hover {
	background: #4078c0;
	color: #ffffff;
	border-color: transparent;
}

.single-post article.hentry .entry-footer .share ul li .skype-share:hover {
	background: #00aff0;
	color: #ffffff;
	border-color: transparent;
}

.single-post article.hentry .entry-footer .share ul li .envelope-share:hover {
	background: #f42958;
	color: #ffffff;
	border-color: transparent;
}

@media (max-width:992px) {
	.masonry.columns-3 .masonry-item {
		width: 50%;
	}

}

@media (max-width:767px) {
	.masonry .masonry-item {
		padding: 0px;
	}

	.masonry.columns-2 .masonry-item {
		width: 100%;
	}

	.masonry.columns-3 .masonry-item {
		width: 100%;
	}

}

/* Author details */
.author-info:before {
	content: none;
}

.author-info .author-avatar {
	border: 1px solid #f5f5f5;
	float: left;
	height: auto;
	margin-right: 2%;
	padding: 3px;
	width: 10%;
}

.single-post .author-info .author-avatar img {
	border: none;
	height: 100%;
}

.author-info .author-description {
	display: table;
	background: #fbfbfb;
	border: 1px solid #f5f5f5;
	padding: 20px;
	margin-bottom: 20px;
	width: 88%;
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.05);
}

.author-info .author-description h2,
.author-info .author-description h5 {
	font-size: 18px;
	line-height: 22px;
	color: #323232;
}

.author-info .author-description p {
	text-transform: none;
	margin-bottom: 0px;
	color: #969696;
	font-size: 14px;
}

.single-post .author-info {
	background: none;
	padding: 0px;
}

.single-post .author-info .media-body {
	width: 88%;
}

.page-links {
	clear: both;
}

/* Buttons */
.pgscore_hotdeal_wrapper .caption-inner .deal-button {
	margin-top: 15px;
	background: #04d39f;
	color: #ffffff;
	line-height: 44px;
	display: inline-block;
	padding: 0px 18px;
	text-transform: uppercase;
	border-radius: 3px;
}

.pgscore_hotdeal_wrapper .caption-inner .deal-button:hover {
	background: #323232;
}

/* Nothing Found */
.not-found .page-title {
	font-size: 34px;
}

.not-found #searchform {
	position: relative;
}

.not-found #searchform input {
	padding-right: 85px;
}

.not-found #searchform .search-button {
	background: #04d39f;
	border: none;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	height: 46px;
	width: 46px;
	border-radius: 0px 3px 3px 0px;
	cursor: pointer;
	line-height: normal;
}

.not-found #searchform .search-button:hover {
	background: #323232;
}

/* Search Result Page */
.search-results .page-header {
	padding: 10px 0;
	margin-bottom: 15px;
	position: relative;
}

.search-results .page-header .page-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	color: #323232;
}

.search-results .page-header .page-title span {
	color: #969696;
}

.search-results .content-wrapper article.hentry {
	margin-bottom: 60px;
}

.search-results .content-wrapper article.hentry .entry-header .entry-title,
.search-results .content-wrapper article.product-type-simple .entry-header .entry-title {
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
}

.search-results .entry-summary {
	word-break: break-word;
}

.search-results .blog-entry-image img,
.search-results .blog-image img,
.search-results .post-entry-image img {
	width: auto;
}

.no-results.not-found .page-header {
	margin-bottom: 20px;
	position: relative;
}

.no-results.not-found .page-header .page-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	color: #323232;
}

.no-results.not-found .page-content p {
	margin-bottom: 20px;
}

/*===================================*/
/* Blog Sidebar */
/*===================================*/
.widget {
	margin-bottom: 35px;
}

.widget h4.widget-title,
.widget .ywcca_widget_title,
.widget .wp-block-group__inner-container > h2 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
}
.widget ul ul.children {
	padding-left: 25px;
}
.widget ul li {
	margin: 5px 0;
}
.widget ul li:last-child {
	margin: 0px 0;
}
.widget ul li a {
	display: inline-block;
	color: #969696;
	line-height: 24px;
	font-weight: normal;
	text-transform: capitalize;
}
.widget ul li:hover > a {
	color: #04d39f;
}
.widget select {
	width: 100%;
	padding: 0px 10px;
	height: 46px;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	color: #969696;
}
.content-wrapper .sidebar .widget .widget-title,
.content-wrapper .sidebar .widget .ywcca_widget_title,
.content-wrapper .sidebar .widget .wp-block-group__inner-container > h2 {
	position: relative;
	margin-bottom: 15px;
	text-transform: uppercase;
}

/* Sidebar Title */
.sidebar .widget {
	margin-bottom: 30px;
}
.sidebar .widget:last-child {
	margin-bottom: 0px;
}
.sidebar .widget .star-rating {
	background: none;
}

/* Sidebar common ul li */
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_pages ul,
.widget_pgs_contact_widget ul,
.widget_pgs_social_profiles ul,
.widget_recent_comments ul,
.widget_rss ul {
	padding-left: 0px;
	margin-bottom: 0;
}
.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_pgs_contact_widget ul li,
.widget_pgs_social_profiles ul li,
.widget_recent_comments ul li,
.widget_rss ul li {
	list-style-type: none;
}

/* Categories */
.widget_categories ul li .widget_categories-post-count {
	margin-left: 5px;
	color: #04d39f;
	font-weight: 600;
}
.widget_categories ul ul.cat-sub-menu {
	padding-left: 25px;
}

/* Archives */
.widget_archive ul li {
	font-weight: 600;
	color: #04d39f;
}

/* PGS Contact Us */
.widget_pgs_contact_widget ul li {
	color: #969696;
	font-weight: normal;
	margin-bottom: 8px;
	line-height: 24px;
}
.widget_pgs_contact_widget ul li:last-child {
	margin-bottom: 0px;
}
.widget_pgs_contact_widget ul li i {
	display: table-cell;
	padding-right: 10px;
	min-width: 24px;
	color: #04d39f;
}
.widget_pgs_contact_widget ul li span {
	display: table-cell;
}

/* PGS Newsletter */
.widget_pgs_newsletter_widget .newsletter_form .input-area input.newsletter-email {
	margin-bottom: 10px;
}
.widget_pgs_newsletter_widget .newsletter_form .newsletter-msg {
	margin-top: 5px;
	margin-bottom: 0px;
}
.widget_pgs_newsletter_widget .newsletter_form .button-area .input-group-btn:first-child>.btn {
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

/* Search */
.wp-block-search .wp-block-search__label {
	display: none;
}
.wp-block-search .wp-block-search__input {
	border: 1px solid #e5e5e5;
}
.wp-block-search .wp-block-search__button {
	background: #04d39f;
    border: none;
    padding: 5px 15px;
    color: #ffffff;
    border-radius: 3px;
}

.widget_search form,
.widget_search #searchform {
	position: relative;
}
.widget_search input {
	padding-right: 30px;
	border: 1px solid #e5e5e5;
}
.widget_search .search-button {
	background: none;
	border: none;
	position: absolute;
	right: 2px;
	top: 0;
	line-height: 46px;
	padding: 0px 10px;
	color: #969696;
	cursor: pointer;
}
.widget_search .search-button:hover {
	color: #04d39f;
}

/*Tag Cloud */
.widget_tag_cloud .tagcloud a.tag-cloud-link {
	color: #969696;
	margin-bottom: 8px;
	margin-right: 4px;
	display: inline-block;
	border: 1px solid #f2f2f2;
	line-height: 32px;
	padding: 0px 12px;
	font-size: 12px !important;
	text-transform: uppercase;
}
.sidebar .widget_tag_cloud .tagcloud a.tag-cloud-link {
	margin-bottom: 0px;
	margin-top: 8px;
}
.widget_tag_cloud .tagcloud a.tag-cloud-link:hover {
	background: #04d39f;
	color: #ffffff !important;
	border-color: #04d39f;
}

/* Archives */
ul.wp-block-archives,
ul.wp-block-categories {
	padding-left: 0;
	margin-left: 0;
	list-style-type: none;
}
.widget_archive ul li,
.widget_meta ul li,
.widget_categories ul li,
.widget_pages ul li,
ul.wp-block-archives li,
ul.wp-block-categories li {
	padding-left: 15px;
	position: relative;
	line-height: 28px;
	margin-top: 0;
	margin-bottom: 10px;
}
.widget_archive ul li:last-child,
.widget_meta ul li:last-child,
.widget_categories ul li:last-child,
.widget_pages ul li:last-child,
ul.wp-block-archives li:last-child,
ul.wp-block-categories li:last-child {
	margin-bottom: 0px;
}
.widget_archive ul li:before,
.widget_meta ul li:before,
.widget_categories ul li:before,
.widget_pages ul li:before,
ul.wp-block-archives li:before,
ul.wp-block-categories li:before {
	content: "\f054";
	font-family: 'Font Awesome 5 Free';
	height: 24px;
	width: 10px;
	display: inline-block;
	text-align: left;
	color: #969696;
	margin-right: 15px;
	font-weight: 900;
	line-height: 22px;
	padding-left: 2px;
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 10px;
}
.widget_archive ul li a,
.widget_meta ul li a,
ul.wp-block-archives li a,
ul.wp-block-categories li a {
	display: inline-block;
	line-height: 24px;
}

/* Calendar */
.widget_calendar table {
	background: #ffffff;
}
.widget_calendar table#wp-calendar {
	width: 100%;
}
.widget_calendar .calendar_wrap td#today {
	background: #04d39f;
	color: #ffffff;
}
.widget_calendar .calendar_wrap td#today a {
	color: #ffffff;
}
.widget_calendar .calendar_wrap table th {
	background: #ffffff;
	color: #323232;
}
.widget_calendar .calendar_wrap table th,
.widget_calendar .calendar_wrap table td {
	text-align: center;
	padding: 8px;
	color: #969696;
}
.widget_calendar .calendar_wrap table td a {
	color: #969696;
}
.widget_calendar caption {
	padding-bottom: 0px;
}

/* RSS */
.widget_rss ul li {
	font-weight: normal;
	color: #969696;
	margin-bottom: 20px;
	line-height: 24px;
}
.widget_rss ul li:last-child {
	margin-bottom: 0px;
}
.widget.widget_rss ul li a {
	font-weight: 600;
	color: #04d39f;
	display: block;
	line-height: 24px;
}
.widget.widget_rss ul li a:hover {
	color: #323232;
}
.widget.widget_rss ul li .rss-date {
	font-weight: 600;
	margin-bottom: 5px;
	display: block;
	color: #323232;
}

/* Recent Comments */
.widget.widget_recent_comments ul li {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 22px;
}

.widget.widget_recent_comments ul li:last-child {
	margin-bottom: 5px;
}

.widget.widget_recent_comments ul li:last-child {
	margin-bottom: 0px;
}

.widget.widget_recent_comments ul li a {
	color: #969696;
	line-height: 30px;
}

.sidebar .widget.widget_recent_comments ul li a {
	color: #04d39f;
	line-height: 24px;
}

.widget.widget_recent_comments ul li a:hover {
	color: #04d39f;
}

/* Recent Posts */
.widget_recent_entries .recent-post,
.widget_recent_entries ul li {
	display: table;
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	width: 100%;
}

.footer-widgets .widget_recent_entries .recent-post,
.footer-widgets .widget_recent_entries ul li {
	border-bottom: none;
	margin-bottom: 15px;
	padding-bottom: 0px;
}

.widget_recent_entries .recent-post:last-child,
.widget_recent_entries ul li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.widget_recent_entries .recent-post .recent-post-image {
	width: 65px;
	padding-right: 12px;
}

.widget_recent_entries .recent-post .recent-post-image,
.widget_recent_entries .recent-post .recent-post-info {
	display: table-cell;
	vertical-align: middle;
}

.widget_recent_entries .recent-post .recent-post-info a {
	font-size: 14px;
	font-weight: 500;
	color: #323232;
	line-height: 20px;
	margin-bottom: 3px;
	display: inline-block;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.widget_recent_entries .recent-post .recent-post-info a:hover {
	color: #04d39f;
}

.widget_recent_entries .recent-post .recent-post-info .post-date {
	display: block;
	font-size: 12px;
}

.widget_recent_entries .recent-post .recent-post-info .post-date i {
	margin-right: 7px;
	color: #04d39f;
}

/* Monster Widget */
.widget_recent_entries ul {
	padding-left: 0px;
}

.widget_recent_entries ul li {
	list-style-type: none;
}

.widget_mc4wp_form_widget input[type=submit] {
	cursor: pointer;
}

/* Social */
.widget_pgs_social_profiles .social-profiles ul {
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
}

.social-profiles ul li {
	display: inline-block;
	margin: 0;
	margin-right: 7px;
	margin-bottom: 7px;
	float: left;
}

.social-profiles ul li:last-child {
	margin-right: 0px;
}

.social-profiles ul li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid #d5d5d5;
	text-align: center;
	line-height: 40px;
	background: transparent;
	border-radius: 3px;
}

.social-profiles ul li a:hover {
	background: #04d39f;
	border-color: #04d39f;
	color: #ffffff !important;
}

/* Testimonial */
.widget_pgs_testimonials_widget .testimonials {
	background: #04d39f;
	padding-bottom: 20px;
}

.widget_pgs_testimonials_widget .owl-item .item {
	background: #04d39f;
	color: #ffffff;
	text-align: center;
	padding: 30px 15px;
}

.widget_pgs_testimonials_widget .owl-item .item .client-avarta {
	width: 90px;
	display: inline-block;
}

.widget_pgs_testimonials_widget .owl-item .item .client-avarta img {
	border-radius: 100%;
	border: 3px solid #ffffff;
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
	margin-bottom: 10px;
}

.widget_pgs_testimonials_widget .owl-item .item .info h5 {
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 10px;
	font-weight: 600;
}

.widget_pgs_testimonials_widget .owl-item .item {
	background: none;
}

.widget_pgs_testimonials_widget .owl-dots {
	bottom: 15px;
}

.widget_pgs_testimonials_widget .owl-dots .owl-dot {
	background: rgba(255, 255, 255, 0.6);
	border: none;
	margin: 0 2px;
	width: 8px;
	height: 8px;
	padding: 0;
	border-radius: 60px;
}

.widget_pgs_testimonials_widget .owl-dots .owl-dot:focus {
	outline: none;
}

.widget_pgs_testimonials_widget .owl-dots .owl-dot.active {
	width: 15px;
	background: #ffffff;
}

/* Breadcrumbs */
.widget_breadcrumb_navxt ol {
	padding-left: 0px;
}

.widget_breadcrumb_navxt ol li {
	list-style-type: none;
}

/* Cart */
.widget_shopping_cart .quantity {
	/* padding: 0px; */
}

/* YITH COMPARE */
.yith-woocompare-widget ul.products-list li:not( .list_empty ) {
	padding-left: 25px;
}
.yith-woocompare-widget ul.products-list li .remove{
	font-size: 0px;
	line-height: 20px;
}
.yith-woocompare-widget ul.products-list li .remove:before {
	content: "\f2ed";
	position: relative;
	left: 0;
	top: 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	font-size: 16px;
	color: #969696;
}
.yith-woocompare-widget ul.products-list li:last-child{
	border-bottom: none;
}
.theme-dark .yith-woocompare-widget a.clear-all{
	color: #323232 !important;
}
.theme-dark .yith-woocompare-widget a.clear-all:hover{
	color: #ffffff !important;
}
.theme-dark .yith-woocompare-widget ul.products-list li:not( .list_empty ){
	border-bottom-color: rgba(255,255,255,0.1);
}

/*===================================*/
/* WordPress Core */
/*===================================*/
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f5f5f5;
	max-width: 96%;
	padding: 5px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 0px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/*==========================================================*/
/* Inner Header Titile */
/*==========================================================*/
.inner-intro.header_intro {
	position: relative;
	z-index: 0;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.03);
	-ms-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.03);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.03);
}

.inner-intro .intro-title {
	height: 100%;
	position: relative;
	z-index: 9;
}

.inner-intro .container {
	height: 100%;
}

.inner-intro .intro-title-inner {
	margin-bottom: 0px;
	width: 100%;
}

.inner-intro h1 {
	color: #ffffff;
	font-size: 36px;
	line-height: 44px;
	font-weight: 600;
	margin-bottom: 0px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	text-transform: capitalize;
}

.inner-intro ul.page-breadcrumb,
.inner-intro .yoast-breadcrumb {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 100%;
	margin-bottom: 0;
	margin-top: 10px;
}

.inner-intro ul.page-breadcrumb li,
.inner-intro .yoast-breadcrumb > span > span > span {
	line-height: 22px;
	color: #ffffff;
	display: inline;
	list-style: none;
	position: relative;
	margin-right: 5px;
	padding-left: 8px;
}

.inner-intro .yoast-breadcrumb > span a {
	color: #ffffff;
	margin-right: 7px;
	padding-left: 10px;
	position: relative;
}

.inner-intro .yoast-breadcrumb > span a:before {
    content: "\f015";
    font-family: FontAwesome;
    line-height: 19px;
    position: relative;
    left: -8px;
    height: 20px;
}

.inner-intro ul.page-breadcrumb li:last-child{
	margin-right: 0px;
}
.inner-intro ul.page-breadcrumb li.current_item span,
.inner-intro .yoast-breadcrumb > span a:hover {
	color: #04d39f;
}

.inner-intro ul.page-breadcrumb li a {
	color: inherit;
}

.inner-intro ul.page-breadcrumb li > span {
	position: relative;
	padding-left: 0px;
}

.inner-intro ul.page-breadcrumb li > span > span {
	-moz-word-wrap: break-word;
	word-wrap: break-word;
}

.inner-intro ul.page-breadcrumb li.home:hover:before {
	color: #04d39f;
}

.inner-intro ul.page-breadcrumb li:hover a {
	color: #04d39f;
}

.inner-intro ul.page-breadcrumb li:before {
	content: "/";
	font-family: 'Font Awesome 5 Free';
	position: relative;
	left: -8px;
	height: 20px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.inner-intro ul.page-breadcrumb li.home:before {
	content: "\f015";
	font-weight: 900;
	line-height: 19px;
}

.device-type-mobile .inner-intro .intro_header_video-bg {
	display: none;
}

/* Yoast Breadcrumb */
.inner-intro.woocommerce_inner-intro .yoast-breadcrumb span,
.inner-intro.woocommerce_inner-intro .yoast-breadcrumb a {
	color: #323232;
}

/*all center */
.inner-intro .intro-section-center ul.page-breadcrumb {
	text-align: center;
	padding-bottom: 0;
}

.inner-intro .intro-section-center .yoast-breadcrumb {
	text-align: center;
}

/*left*/
.inner-intro .intro-section-left .intro-title-inner {
	text-align: left;
}

.inner-intro .intro-section-left h1:before {
	left: 0;
	margin-left: 0;
}

.inner-intro:hover .intro-section-left .intro-title-inner h1:before {
	width: 50px;
	margin-left: 0;
}

/*right*/
.inner-intro .intro-section-right .intro-title-inner {
	text-align: right;
}

.inner-intro .intro-section-right h1:before {
	right: 0;
	margin-left: 0;
	left: inherit;
}

.inner-intro:hover .intro-section-right .intro-title-inner h1:before {
	width: 50px;
	margin-right: 0;
}

.inner-intro .intro-section-right ul.page-breadcrumb {
	text-align: right;
	padding-bottom: 0;
}

.inner-intro .intro-section-right .yoast-breadcrumb {
	text-align: right;
}

/*title left & bc right*/
.inner-intro .text-left h1:before {
	left: 0;
	margin-left: 0;
}

.inner-intro:hover .text-left .intro-title-inner h1:before {
	width: 50px;
	margin-left: 0;
}

/*title right & bc left*/
.inner-intro .text-right h1:before {
	right: 0;
	margin-left: 0;
	left: inherit;
}

.inner-intro:hover .text-right .intro-title-inner h1:before {
	width: 50px;
	margin-left: 0;
}

/*intro fullwidth*/
.inner-intro .container-fluid {
	height: 100%;
}

/* Text Center */
.inner-intro .intro-section-center .intro-title-inner {
	text-align: center;
}

/* BG Image Overlay */
.inner-intro.header_intro.header_intro_opacity-black:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9;
}

.inner-intro.header_intro.header_intro_opacity-custom:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

embed,
iframe,
object {
	max-width: 100%;
	width: 100%;
}

.vc_video-bg,
.intro_header_video-bg {
	height: 100%;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}

/*-------------------------------------*/
/* Woocommerce Inner Intro */
/*-------------------------------------*/
.inner-intro.woocommerce_inner-intro {
	height: auto !important;
	background: #fbfbfb;
	padding: 10px 0;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04);
}
.inner-intro.woocommerce_inner-intro .intro-title-inner {
	padding: 7px 0;
}
.inner-intro.woocommerce_inner-intro ul.page-breadcrumb li,
.inner-intro.woocommerce_inner-intro ul.page-breadcrumb li a,
.inner-intro.woocommerce_inner-intro h1 {
	color: #323232;
}
.inner-intro.woocommerce_inner-intro h1 {
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 0px;
}
.inner-intro.woocommerce_inner-intro ul.page-breadcrumb {
	margin-top: 0px;
}
.inner-intro.woocommerce_inner-intro ul.page-breadcrumb li > span{
	color: #323232;
}
.inner-intro.woocommerce_inner-intro ul.page-breadcrumb li:hover a {
	color: #04d39f;
}

/*-------------------------------------*/
/* Product Category Inner Intro */
/*-------------------------------------*/
.woocommerce-categories-wrapper .woocommerce-categories-slider{
	display: inline-block;
    width: 100%;
    position: relative;
}
.archive .woocommerce-categories-wrapper + .content-wrapper,
.woocommerce-categories-wrapper + .content-wrapper{
	padding-top: 30px;
}
.woocommerce-categories-wrapper .carousel-wrapper .item a{
	display: inline-block;
	border: 1px solid #f7f7f7;
	background: #ffffff;
	width: 100%;
	text-align: center;
	margin-bottom: 7px;
	padding: 15px;
	padding-top: 10px;
	position: relative;
}
.woocommerce-categories-wrapper .carousel-wrapper .item a:hover{
	border-color: #04d39f;
}
.woocommerce-categories-wrapper .carousel-wrapper .item a:before{
	content: "";
	position: absolute;
    left: 50%;
    bottom: -1px;
    width: 45px;
    height: 1px;
    background: #ffffff;
    z-index: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.woocommerce-categories-wrapper .carousel-wrapper .woo-category-image img{
	display: inline;
}
.woocommerce-categories-wrapper .carousel-wrapper .woo-category-name {
    color: #969696;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.woocommerce-categories-wrapper .carousel-wrapper a:hover .woo-category-name{
    color: #04d39f;
}
.woocommerce-categories-wrapper .carousel-wrapper .woo-category-products-count{
	position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
}
.woocommerce-categories-wrapper .carousel-wrapper .woo-category-products-count .woo-cat-count{
    display: inline-block;
    position: relative;
    border: 1px solid #e8e8e8;
    color: #969696;
    min-width: 33px;
    border-radius: 50px;
    line-height: 16px;
    font-size: 12px;
    background: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.woocommerce-categories-wrapper .carousel-wrapper a:hover .woo-category-products-count .woo-cat-count{
	border-color: #04d39f;
	color: #04d39f;
}
.woocommerce-categories-wrapper .carousel-wrapper .woo-category-products-count .woo-cat-label{
	display: none;
}

/* woocommerce categories slider Loader */
.woocommerce-categories-wrapper .carousel-wrapper:after {
	content: "";
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.8);
	background-image: url(../images/loader-img/cy_loader.svg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px;
    width: 100%;
    height: 100%;
}
.woocommerce-categories-wrapper .carousel-wrapper.loading:after {
	opacity: 1;
	z-index: 1;
}
.woocommerce-categories-wrapper .carousel-wrapper.woocommerce-categories-slider-light:after {
	background-color: rgba(0,0,0,0.8);
	background-image: url(../images/loader-img/cy_loader-light.svg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px;
}

/*----------------*/
/* Style 1 */
/*----------------*/
.woocommerce-categories-wrapper .woocommerce-categories-slider-style-1 {
    padding: 60px 30px;
    min-height: 250px;
}

.woocommerce-categories-wrapper .woocommerce-categories-slider-style-1 .active-category > a,
.woocommerce-categories-wrapper .woocommerce-categories-slider-style-1 .active-category .woo-cat-count {
	border-color: #04d39f;
}
.woocommerce-categories-wrapper .woocommerce-categories-slider-style-1 .active-category .woo-category-products-count .woo-cat-count {
	color: #04d39f;
}

@media (min-width:992px) {
	.woocommerce-categories-wrapper .woocommerce-categories-slider-style-1.woocommerce-categories-count-1 .owl-carousel{
		width: 300px;
		margin: 0 auto;
	}
	.woocommerce-categories-wrapper .woocommerce-categories-slider-style-1.woocommerce-categories-count-2 .owl-carousel{
		width: 550px;
		margin: 0 auto;
	}
	.woocommerce-categories-wrapper .woocommerce-categories-slider-style-1.woocommerce-categories-count-3 .owl-carousel{
		width: 700px;
		margin: 0 auto;
	}
	.woocommerce-categories-wrapper .woocommerce-categories-slider-style-1.woocommerce-categories-count-4 .owl-carousel{
		width: 800px;
		margin: 0 auto;
	}
	.woocommerce-categories-wrapper .woocommerce-categories-slider-style-1.woocommerce-categories-count-5 .owl-carousel{
		width: 900px;
		margin: 0 auto;
	}
	.woocommerce-categories-wrapper .woocommerce-categories-slider-style-1.woocommerce-categories-count-6 .owl-carousel{
		width: 1000px;
		margin: 0 auto;
	}
}

/*----------------*/
/* Style 2 */
/*----------------*/
@media (min-width:992px) {
	.woocommerce-categories-wrapper .woocommerce-categories-slider-style-2.woocommerce-categories-count-1 .owl-carousel{
		width: 300px;
		margin: 0 auto;
	}
	.woocommerce-categories-wrapper .woocommerce-categories-slider-style-2.woocommerce-categories-count-2 .owl-carousel{
		width: 500px;
		margin: 0 auto;
	}
	.woocommerce-categories-wrapper .woocommerce-categories-slider-style-2.woocommerce-categories-count-3 .owl-carousel{
		width: 600px;
		margin: 0 auto;
	}
	.woocommerce-categories-wrapper .woocommerce-categories-slider-style-2.woocommerce-categories-count-4 .owl-carousel{
		width: 700px;
		margin: 0 auto;
	}
	.woocommerce-categories-wrapper .woocommerce-categories-slider-style-2.woocommerce-categories-count-5 .owl-carousel{
		width: 800px;
		margin: 0 auto;
	}
	.woocommerce-categories-wrapper .woocommerce-categories-slider-style-2.woocommerce-categories-count-6 .owl-carousel{
		width: 900px;
		margin: 0 auto;
	}
}

.woocommerce-categories-wrapper .woocommerce-categories-slider-style-2{
	padding: 100px 30px;
	min-height: 227px;
}
.woocommerce-categories-wrapper .container-fluid > .row > div{
	padding-left: 0;
	padding-right: 0;
}
.woocommerce-categories-wrapper .container-fluid .woocommerce-categories-slider-style-2{
	margin-top: 0;
}

.woocommerce-categories-wrapper .woocommerce-categories-slider-style-2 .woo-category-image{
	display: none;
}
.woocommerce-categories-wrapper .woocommerce-categories-slider-style-2 .item a {
    display: inline-block;
    border: none;
    background: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    padding: 0;
    position: relative;
}
.woocommerce-categories-wrapper .woocommerce-categories-slider-style-2 .item a:before{
	content: normal;
}
.woocommerce-categories-wrapper .woocommerce-categories-slider-style-2 .woo-category-name {
    color: #ffffff;
    display: inline-block;
    padding-right: 5px;
}
.woocommerce-categories-wrapper .woocommerce-categories-slider-style-2 .woo-category-products-count {
    position: relative;
    bottom: auto;
    left: 0;
    transform:inherit;
    display: inline-block;
}
.woocommerce-categories-wrapper .woocommerce-categories-slider-style-2 .woo-category-products-count .woo-cat-count {
    display: inline-block;
    position: relative;
    color: #ffffff;
    text-align: center;
    min-width: 33px;
    border-radius: 50px;
    line-height: 16px;
    font-size: 12px;
    background: none;
}

.woocommerce-categories-wrapper .woocommerce-categories-slider-style-2 .active-category .woo-cat-count {
	border-color: #04d39f;
}
.woocommerce-categories-wrapper .woocommerce-categories-slider-style-2 .active-category .woo-category-products-count .woo-cat-count {
	color: #04d39f;
}

/*----------------*/
/* Style 3 */
/*----------------*/
@media (min-width:992px) {
	.woocommerce-categories-wrapper .woocommerce-categories-slider-style-3.woocommerce-categories-count-1 .owl-carousel{
		width: 300px;
		margin: 0 auto;
	}
	.woocommerce-categories-wrapper .woocommerce-categories-slider-style-3.woocommerce-categories-count-2 .owl-carousel{
		width: 550px;
		margin: 0 auto;
	}
	.woocommerce-categories-wrapper .woocommerce-categories-slider-style-3.woocommerce-categories-count-3 .owl-carousel{
		width: 700px;
		margin: 0 auto;
	}
	.woocommerce-categories-wrapper .woocommerce-categories-slider-style-3.woocommerce-categories-count-4 .owl-carousel{
		width: 800px;
		margin: 0 auto;
	}
	.woocommerce-categories-wrapper .woocommerce-categories-slider-style-3.woocommerce-categories-count-5 .owl-carousel{
		width: 900px;
		margin: 0 auto;
	}
	.woocommerce-categories-wrapper .woocommerce-categories-slider-style-3.woocommerce-categories-count-6 .owl-carousel{
		width: 1000px;
		margin: 0 auto;
	}
}

.woocommerce-categories-wrapper .woocommerce-categories-slider-style-3{
	padding: 100px 30px;
	min-height: 270px;
}
.woocommerce-categories-wrapper .container-fluid .woocommerce-categories-slider-style-3{
	margin-top: 0;
}
.woocommerce-categories-wrapper .woocommerce-categories-slider-style-3 .item a{
	display: table;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
.woocommerce-categories-wrapper .woocommerce-categories-slider-style-3 .item a:before{
	content: normal;
}
.woocommerce-categories-wrapper .woocommerce-categories-slider-style-3 .woo-category-image{
	display: table-cell;
	width: 70px;
}
.woocommerce-categories-wrapper .woocommerce-categories-slider-style-3 .woo-category-summary{
	display: table-cell;
	vertical-align: middle;
}
.woocommerce-categories-wrapper .woocommerce-categories-slider-style-3 .woo-category-products-count .woo-cat-label{
	display: inline-block;
}
.woocommerce-categories-wrapper .woocommerce-categories-slider-style-3 .woo-category-name{
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
}
.woocommerce-categories-wrapper .woocommerce-categories-slider-style-3 .woo-category-products-count{
	position: relative;
	bottom: auto;
    left: auto;
    transform: inherit;
    line-height: 18px;
    color: #e2e2e2;
}
.woocommerce-categories-wrapper .woocommerce-categories-slider-style-3 .woo-category-products-count .woo-cat-count{
	background: none;
	border: none;
	border-radius: 0;
	min-width: inherit;
	color: inherit;
}
.woocommerce-categories-wrapper .carousel-wrapper.woocommerce-categories-slider-style-3 a:hover .woo-category-products-count .woo-cat-count{
	color: inherit;
}

/* Style 2/3 Overlay BG */
.woocommerce-categories-wrapper .woocommerce-categories-slider-style-2:before,
.woocommerce-categories-wrapper .woocommerce-categories-slider-style-3:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.woocommerce-categories-wrapper .woocommerce-categories-slider-style-3 .active-category .woo-category-name {
	color: #04d39f;
}

/* Style 2/3 Light */
.woocommerce-categories-wrapper .woocommerce-categories-slider-style-2.woocommerce-categories-slider-light .woo-category-name,
.woocommerce-categories-wrapper .woocommerce-categories-slider-style-3.woocommerce-categories-slider-light .woo-category-name,
.woocommerce-categories-wrapper .woocommerce-categories-slider-style-2.woocommerce-categories-slider-light .woo-category-products-count .woo-cat-count,
.woocommerce-categories-wrapper .woocommerce-categories-slider-style-3.woocommerce-categories-slider-light .woo-category-products-count .woo-cat-count,
.woocommerce-categories-wrapper .woocommerce-categories-slider-style-2.woocommerce-categories-slider-light .woo-category-products-count .woo-cat-label,
.woocommerce-categories-wrapper .woocommerce-categories-slider-style-3.woocommerce-categories-slider-light .woo-category-products-count .woo-cat-label {
	color: #ffffff;
}
.woocommerce-categories-wrapper .woocommerce-categories-slider-style-2.woocommerce-categories-slider-light .woo-cat-count {
	border: 1px solid #ffffff;
}

/* Style 2/3 Dark */
.woocommerce-categories-wrapper .woocommerce-categories-slider-style-2.woocommerce-categories-slider-dark .woo-category-name,
.woocommerce-categories-wrapper .woocommerce-categories-slider-style-3.woocommerce-categories-slider-dark .woo-category-name {
	color: #323232;
}
.woocommerce-categories-wrapper .woocommerce-categories-slider-style-3.woocommerce-categories-slider-dark .woo-category-products-count .woo-cat-count,
.woocommerce-categories-wrapper .woocommerce-categories-slider-style-3.woocommerce-categories-slider-dark .woo-category-products-count a:hover .woo-cat-count,
.woocommerce-categories-wrapper .woocommerce-categories-slider-style-3.woocommerce-categories-slider-dark .woo-category-products-count .woo-cat-label {
	color: #969696 !important;
}
.woocommerce-categories-wrapper .woocommerce-categories-slider-style-2.woocommerce-categories-slider-dark .woo-cat-count {
	border: 1px solid #969696;
}

/*==========================================*/
/* Section Padding */
/*==========================================*/
.content-wrapper.content-wrapper-vc-enabled {
	padding: 0px;
}

.content-wrapper-vc-enabled .wpb_revslider_element.wpb_content_element,
.wpb_single_image.wpb_content_element {
	margin-bottom: 0px;
}

.content-wrapper article.hentry .entry-content,
.content-wrapper article.hentry,
.content-wrapper-vc-enabled article.hentry {
	margin-bottom: 0px;
}

.content-wrapper-vc-enabled article.hentry .entry-content {
	margin-bottom: 0px;
}

.content-wrapper,
.single-post .content-wrapper,
.search .content-wrapper,
.archive .content-wrapper,
.single-product .content-wrapper.content-wrapper-vc-enabled{
	padding: 60px 0px;
}

.content-wrapper.content-wrapper-vc-enabled .sidebar{
	padding-top: 60px;
	padding-bottom: 60px;
}
body.woocommerce .content-wrapper.content-wrapper-vc-enabled .sidebar{
	padding-top: 0px;
}

/*==========================================*/
/* Cookies Info */
/*==========================================*/
.ciyashop-cookies-info {
	text-align: left;
	padding: 30px;
	position: fixed;
	z-index: 1021;
	bottom: 40px;
	left: 40px;
	width: 420px;
	background-color: #fff;
	-webkit-box-shadow: 0px 5px 30px rgba(32, 32, 32, 0.25);
	-moz-box-shadow: 0px 5px 30px rgba(32, 32, 32, 0.25);
	box-shadow: 0px 5px 30px rgba(32, 32, 32, 0.25);
	border-radius: 3px;
	padding-right: 65px;
}

.ciyashop-cookies-info:before {
	content: "";
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(../images/cookies-img.png);
	background-repeat: no-repeat;
	width: 91px;
	height: 90px;
}

.cookies-buttons a,
.cookies-buttons a:focus {
	background-color: #04d39f;
	padding: 0px 30px;
	line-height: 38px;
	text-transform: uppercase;
	border-radius: 3px;
	display: inline-block;
	color: #fff;
	margin-top: 10px;
	margin-left: 5px;
	border: 2px solid transparent;
}

.cookies-buttons a:hover {
	background-color: #323232;
	color: #ffffff;
}

.cookies-buttons a.cookies-more-btn {
	background: none;
	border: 2px solid #e8e8e8;
	color: #969696;
}

.cookies-buttons a.cookies-more-btn:hover {
	background: #04d39f;
	border-color: #04d39f;
	color: #ffffff;
}

/*==========================================*/
/* Related Posts */
/*==========================================*/
.related-posts {
	margin-bottom: 30px;
}

.related-posts h3 {
	font-size: 24px;
	margin-bottom: 30px;
}

.related-posts .related-post-info h5 {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	margin-top: 10px;
}

.related-posts .related-post-info h5 a {
	color: #969696;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.related-posts .related-post-info h5 a:hover {
	color: #04d39f;
}

/*==========================================*/
/* Owl Arrow */
/*==========================================*/
.owl-carousel .owl-nav {
	top: 50%;
}

.owl-theme .owl-nav [class*=owl-] {
	margin: 0px;
	padding: 0px;
}

.owl-theme .owl-nav {
	margin-top: -17px;
}

.owl-carousel .owl-nav i {
	font-size: 18px;
	width: 28px;
	height: 40px;
	line-height: 40px;
	background: #323232;
	color: #ffffff;
	border-radius: 2px;
	border: 0px solid rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.09);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.09);
}

.owl-carousel .owl-nav i:hover {
	background: #04d39f;
	color: #ffffff;
}

.owl-carousel:hover .owl-nav .owl-next {
	right: 15px;
}

.owl-carousel:hover .owl-nav .owl-prev {
	left: 15px;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
	border-radius: 50px;
	width: 8px;
	height: 8px;
	background: #555555;
}

.row-background-dark  .owl-carousel.owl-theme .owl-dots .owl-dot:hover span,
.row-background-dark .owl-carousel.owl-theme .owl-dots .owl-dot.active span {
	background: #02d39f;
}

/*==========================================*/
/* Slick Arrow */
/*==========================================*/
.slick-slider .slick-prev {
	left: 15px;
}

.slick-slider .slick-next {
	right: 15px;
}

.slick-slider .slick-prev:before {
	content: "\f104";
}

.slick-slider .slick-next:before {
	content: "\f105";
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
	color: inherit;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	line-height: inherit;
}

.slick-slider .slick-arrow {
	font-size: 0px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	padding-left: 2px;
	display: inline-block;
	color: #323232;
	background: #ffffff;
	border: 0px solid #353535;
	border-radius: 3px;
	font-weight: normal;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	z-index: 9;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-prev:focus,
.slick-slider .slick-next:hover,
.slick-slider .slick-next:focus {
	background: #04d39f;
	color: #ffffff;
}

/*===================================================================*/
/* Dark Version */
/*===================================================================*/
body.theme-dark{
	background: #171717;
}

.theme-dark .ciyashop-promo-popup {
	background-color: #171717;
}

.theme-dark .ciyashop-promo-popup .newsletter_form .button-area .btn:hover,
.theme-dark .ciyashop-promo-popup .newsletter_form .button-area .btn:focus {
	color: #969696;
}

.theme-dark .ciyashop-cookies-info{
	background: #272727;
	-webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}
.theme-dark .cookies-buttons a:hover{
	background: #ffffff;
    color: #757575;
}
.theme-dark #after_add_to_cart_message-popup{
	background: #171717;
}
.theme-dark .footer-mobile-device{
	background: #272727;
}
.theme-dark .footer-mobile-device .footer-mobile-device-actions > div{
	border-left-color: rgba(255,255,255,0.1);
}
.theme-dark.woocommerce.single-product .sidebar > .pgs_brand_filters .brand-products,
.theme-dark .request-box .request-box-form .wpcf7-submit{
	background: #323232;
	color: #ffffff;
}

/*----------------------*/
/* All Input */
/*----------------------*/
.theme-dark ul.page-numbers li > a,
.theme-dark ul.page-numbers li > span
.theme-dark .comment-form.contact-form input[type=email],
.theme-dark .comment-form.contact-form input[type=password],
.theme-dark .comment-form.contact-form input[type=search],
.theme-dark .comment-form.contact-form input[type=text],
.theme-dark .comment-form.contact-form textarea,
.theme-dark .wp-caption,
.theme-dark .page-links a,
.theme-dark .page-links > span.page-number,
.theme-dark .tag-password-2 .post-password-form label input,
.theme-dark .woocommerce-address-fields .woocommerce-input-wrapper input.input-text,
.theme-dark input[type=email],
.theme-dark input[type=password],
.theme-dark input[type=search],
.theme-dark input[type=text],
.theme-dark textarea,
.theme-dark .widget_search input,
.theme-dark .widget select,
.theme-dark .woocommerce .woocommerce-checkout .input-text,
.theme-dark .woocommerce-form-login input.input-text,
.theme-dark .woocommerce-form-coupon input.input-text,
.theme-dark .select2-container--default .select2-selection--single,
.theme-dark .request-box .request-box-form .form-group .wpcf7-form-control,
.theme-dark .pgs-shop-filters-wrapper .shop-filter-search input.search-field,
.theme-dark .row-background-dark input[type=email], .row-background-dark input[type=password],
.theme-dark .row-background-dark input[type=search], .row-background-dark input[type=text],
.theme-dark .row-background-dark textarea, .row-background-dark textarea.wpcf7-textarea {
	background: rgba(255,255,255,.06);
	border-color: rgba(255,255,255,0.1);
}
.theme-dark .page-links a,
.theme-dark .page-links > span.page-number{
	color: #ffffff;
}

.theme-dark .search_form-search-button input[type=submit]:hover {
	background: transparent;
}

/*----------------------*/
/* All Dark Button */
/*----------------------*/
.theme-dark input[type=submit]:hover,
.theme-dark.woocommerce button.button:hover,
.theme-dark .woocommerce button.button:hover,
.theme-dark #after_add_to_cart_message-popup .cart_message-inner .view-cart:hover,
.theme-dark.woocommerce #respond input#submit.alt:hover,
.theme-dark.woocommerce a.button.alt:hover,
.theme-dark.woocommerce button.button.alt.disabled:hover,
.theme-dark.woocommerce button.button.alt:hover,
.theme-dark.woocommerce input.button.alt:hover,
.theme-dark ol.commentlist .comment .comments-info .comment-reply-link:hover,
.theme-dark .comment-form.contact-form .form-submit input[type=submit]:hover,
.theme-dark.woocommerce-cart td.actions .coupon .button:hover,
.theme-dark .woocommerce-cart-form td.actions button.button:hover,
.theme-dark .woocommerce-cart-form td.actions button.button:disabled:hover,
.theme-dark .woocommerce-cart-form td.actions button.button:disabled[disabled]:hover,
.theme-dark .woo-tools-action.woo-tools-cart .woocommerce-mini-cart__buttons .button:hover,
.theme-dark .side_shopping_cart-wrapper .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons a:hover,
.theme-dark table.compare-list .add-to-cart .product-action .button:hover,
.theme-dark .yith-woocompare-widget a.clear-all,
.theme-dark .yith-woocompare-widget a.compare:hover,
.theme-dark .widget_pgs_newsletter_widget .newsletter_form .button-area .input-group-btn > .btn:hover,
.theme-dark .widget_product_search button[type=submit]:hover,
.theme-dark .woocommerce .cart-empty + .return-to-shop a.button:hover,
.theme-dark .product-summary-actions .woo-product-sticky-content.is-sticky .woo-product-cart_sticky .button:hover,
.theme-dark.woocommerce #respond input#submit:hover,
.ciyashop-promo-popup .newsletter_form .button-area .btn:hover {
	background: #ffffff;
	color: #757575;
}

.theme-dark table.compare-list .add-to-cart td a:hover {
	background: #ffffff;
	color: #323232;
}

.theme-dark.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover {
	color: #ffffff;
}

/* search dropdown */
.theme-dark .select2-dropdown {
	background-color: #171717;
}

.theme-dark .ui-widget-content {
	background-color: #1e1e1e ;
}

.theme-dark .select2-dropdown,
.theme-dark .select2-container--default .select2-search--dropdown .select2-search__field,
.theme-dark .search_form-autocomplete {
	border-color: #313131;
}

/*----------------------*/
/* Cart in Header */
/*----------------------*/
.theme-dark .woo-tools-action.woo-tools-cart .widget_shopping_cart{
	background: #171717;
}
.theme-dark .woocommerce .widget_shopping_cart .total,
.theme-dark .woocommerce.widget_shopping_cart .total{
	border-top-color: rgba(255, 255, 255, 0.1);
}
.theme-dark .widget_shopping_cart .quantity,
.theme-dark .site-header .woo-tools-action.woo-tools-cart .woocommerce-mini-cart li .remove,
.theme-dark .side_shopping_cart-wrapper .side_shopping_cart .widget_shopping_cart_content .cart_list li .remove{
    color: #ffffff !important;
}
.theme-dark .woocommerce.widget_shopping_cart .buttons a.checkout{
	background: rgba(255,255,255,.15);
}

/* Cart in Offcanvas */
.theme-dark .side_shopping_cart-wrapper{
	background: #171717;
}
.theme-dark .side_shopping_cart-wrapper .side_shopping_cart-heading,
.theme-dark .side_shopping_cart-wrapper .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__total{
	background: rgba(255,255,255,.05);
}
.theme-dark .side_shopping_cart-wrapper .side_shopping_cart-heading,
.theme-dark .side_shopping_cart-wrapper .side_shopping_cart .widget_shopping_cart_content .cart_list li{
	border-bottom-color: rgba(255, 255, 255, 0.1);
}

/*-------------------------*/
/* Search Popup */
/*-------------------------*/
.theme-dark #search_popup{
	background: #222222;
}
.theme-dark #search_popup .close{
	color: #ffffff;
	opacity: .8;
	text-shadow: none;
}
.theme-dark #search_popup .search_form-inner{
	background: rgba(255,255,255,0.01);
    border: 1px solid rgba(255,255,255,.1);
}
.theme-dark #search_popup .search_form-inner input.form-control{
	background: none;
	color: #969696;
}
.theme-dark #search_popup .search_form-category-wrap:before{
	background: rgba(255,255,255,0.1);
}
.theme-dark .search_form-keywords-list li a{
	border-color: rgba(255, 255, 255, 0.1);
}
.theme-dark .select2-dropdown.ciyashop-search_form_cat-dropdown{
	background: #323232;
}

/*-------------------------*/
/* Compare Popup */
/*-------------------------*/
.theme-dark table.compare-list .remove td a:hover{
	color: #ffffff;
}
.theme-dark #cboxContent,
.theme-dark table.compare-list td.odd{
	background: #222222;
}
.theme-dark table.compare-list tbody th,
.theme-dark table.compare-list td.even,
.theme-dark .yith_woocompare_colorbox #cboxBottomCenter{
	background: #272727;
}
.theme-dark table.dataTable.compare-list tbody th,
.theme-dark table.dataTable.compare-list tbody td{
	border-right-color: rgba(255,255,255,0.1);
	border-top-color: rgba(255,255,255,0.1);
}
.theme-dark .DTFC_LeftWrapper .DTFC_LeftBodyWrapper table.compare-list,
.theme-dark .dataTables_scroll .dataTables_scrollBody table.compare-list{
	border-top-color: rgba(255,255,255,0.1);
	border-bottom-color: rgba(255,255,255,0.1);
}
.theme-dark.woocommerce-compare h1{
	border-bottom: none;
}
.theme-dark table.dataTable.compare-list tbody tr th{
	border-left-color: rgba(255,255,255,0.1);
}
.theme-dark #yith-woocompare{
	padding: 0;
}
.theme-dark .yith_woocompare_colorbox #cboxLoadedContent{
	border-color: transparent;
}
.theme-dark .cboxIframe{
	background: none;
}

.theme-dark table.dataTable tbody tr {
    background-color: #2d2d2d;
}

.theme-dark table.dataTable.compare-list tbody tr.no-products td {
	border-color: rgba(255,255,255,0.1);
}

.theme-dark table.compare-list td,
.theme-dark table.compare-list th {
	border-right-color: rgba(255,255,255,0.1);
	border-bottom-color: rgba(255,255,255,0.1);
}

.theme-dark .dataTables_scroll .dataTables_scrollBody table.compare-list {
	border-top-color: #393939;
}

/*---------------------------*/
/* Compare Popup Custom CSS */
/*---------------------------*/
#cs-comparelist {
	display: block !important;
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 50px;
    visibility: hidden;
    opacity: 0;
    z-index: 1122;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.admin-bar #cs-comparelist {
	padding-top: 70px;
}
#cs-comparelist.popup-open {
	opacity: 1;
	visibility: visible;
}
#cs-comparelist .cs-woocompare-popup-overlay {
	background: #000000;
	opacity: 0.5;
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}
#cs-comparelist .cs-woocompare-popup {
	background: #ffffff;
	height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
#cs-comparelist .cs-woocompare-popup-header {
	position: relative;
	box-shadow: 0 5px 10px rgba(0,0,0,0.05);
}
#cs-comparelist .cs-woocompare-popup .cs-woocompare-popup-content {
	height: calc( 100% - 70px );
	overflow: hidden;
	overflow-y: scroll;
}
#cs-comparelist .cs-woocompare-popup-header .cs-compare-title {
	background: 0 0;
    font-size: 22px;
    color: #04d39f;
    font-weight: 600;
    margin-bottom: 0;
    padding: 10px 0;
    min-height: 50px;
    text-transform: uppercase;
    text-align: center;
}
#cs-comparelist .cs-woocompare-popup-header .close-model {
    position: absolute;
    right: 20px;
    top: 15px;
    background: none;
    border: none;
    outline: none;
    font-size: 34px;
    padding: 0;
    line-height: normal;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#cs-comparelist .cs-compare-list-wrapper {
	display: flex;
	margin: 0px;
    margin-top: 0;
    border: 1px solid #e8e8e8;
}

/* Product Heading */
#cs-comparelist .cs-compare-list-wrapper .cs-compare-list-header {
	flex: none;
	width: 275px;
}
#cs-comparelist .cs-compare-list-wrapper .cs-compare-list-header .cs-compare-list-title {
	display: flex;
    justify-content: flex-end;
    align-items: center;
	padding: 10px 20px;
    color: #323232;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    min-height: 47px;
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}

/* Product Column */
#cs-comparelist .cs-compare-list-wrapper .cs-compare-list-content {
	display: flex;
	overflow: hidden;
    overflow-x: auto;
}
#cs-comparelist .cs-compare-list-wrapper .cs-compare-list-content .cs-product-list-column {
	width: 325px;
	flex: none;
}
#cs-comparelist .cs-compare-list-wrapper .cs-compare-list-content .cs-product-list-column.ui-sortable-helper {
	background: #ffffff;
	border-top: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
}
#cs-comparelist .cs-compare-list-wrapper .cs-compare-list-content .cs-product-list-column:nth-child(odd) {
  background: #f7f7f7;
}
#cs-comparelist .cs-compare-list-wrapper .cs-product-list-column .cs-product-list-row {
	padding: 10px 15px;
	text-align: center;
	min-height: 47px;
	border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}
#cs-comparelist .cs-compare-list-wrapper .cs-product-list-column .cs-product-list-row > .add-to-cart {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#cs-comparelist .cs-compare-list-wrapper .cs-product-list-column .cs-product-list-row .star-rating {
	float: none;
	top: 7px;
}
#cs-comparelist .cs-compare-list-wrapper .cs-product-list-column {
	opacity: 1;
}
#cs-comparelist .cs-compare-list-wrapper .cs-product-list-column.cs-loading {
	opacity: 0.5;
}
#cs-comparelist .cs-compare-list-wrapper .cs-product-list-column.cs-loading .remove .ciyashop-compare-remove {
	opacity: 0;
}
#cs-comparelist .cs-compare-list-wrapper .cs-product-list-column .remove .cs-product-compare-remove {
	position: relative;
}
#cs-comparelist .cs-compare-list-wrapper .cs-product-list-column.cs-loading .remove .cs-product-compare-remove:after {
    content: "\f19a";
    font-family: 'pgsicon-ecommerce';
    line-height: normal;
    font-weight: 500;
    position: absolute;
    top: 4px;
    left: -4px;
    animation: inherit;
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
}
#cs-comparelist .compare-empty-text{
	text-align: center;
    font-size: 18px;
    padding: 20px 10px;
    border: 1px solid #e7e7e7;
    margin: 0 30px;
}

.cs-woocompare-popup .cs-product-list-column .product-action {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cs-woocompare-popup .cs-product-list-column .product-action .button.loading {
	color: rgba(255,255,255,0.2);
}
.cs-woocompare-popup .cs-product-list-column .product-action .button.loading:after {
    top: 0;
    left: 50%;
    right: auto;
    margin-left: -5px;
    color: #ffffff;
}
.cs-woocompare-popup .cs-product-list-column .product-action .button:after {
	top: 0;
}
.cs-woocompare-popup .cs-product-list-column .product-action .added_to_cart {
	margin-left: 10px;
	padding: 0;
}

/*-------------------------------*/
/* Theme Dark - Compare PopUp */
/*-------------------------------*/
.theme-dark #cs-comparelist .cs-woocompare-popup {
	background: #272727;
}
.theme-dark #cs-comparelist .cs-compare-list-wrapper {
	border-color: rgba(255,255,255,0.1);
}
.theme-dark #cs-comparelist .cs-compare-list-wrapper .cs-compare-list-header .cs-compare-list-title,
.theme-dark #cs-comparelist .cs-compare-list-wrapper .cs-product-list-column .cs-product-list-row {
	border-bottom-color: rgba(255,255,255,0.1);
	border-right-color: rgba(255,255,255,0.1);
}
.theme-dark #cs-comparelist .cs-compare-list-wrapper .cs-compare-list-content .cs-product-list-column.ui-sortable-helper {
	border-top-color: rgba(255,255,255,0.1);
	border-left-color: rgba(255,255,255,0.1);
}
.theme-dark #cs-comparelist .cs-compare-list-wrapper .cs-compare-list-content .cs-product-list-column:nth-child(odd) {
    background: #323232;
}


/*===================================================================*/
/* All Blog Pages Dark Version */
/*===================================================================*/
.theme-dark article.hentry .readmore{
	background: rgba(255, 255, 255, 0.1);
}
.theme-dark .content-wrapper .masonry-item article.post,
.theme-dark .content-wrapper [class*=col-] > article.post,
.theme-dark .comments-area .commentlist li.pingback{
	border-color: rgba(255, 255, 255, 0.1);
}
.theme-dark article.hentry .entry-footer .share ul{
	background: #393939;
}
.theme-dark article.hentry .entry-footer .share .share-button{
	border-color: #393939;
}
.theme-dark article.hentry .entry-footer .share ul:before{
	border-color: transparent transparent transparent #393939;
}
.theme-dark .content-wrapper .masonry-item article.post,
.theme-dark .content-wrapper [class*=col-] > article.post{
	background: #272727;
}
.theme-dark .masonry-item article.post .readmore,
.theme-dark .masonry-item article.post .readmore:hover,
.theme-dark [class*=col-]>article.post .readmore,
.theme-dark [class*=col-]>article.post .readmore:hover{
	background: none;
}
.theme-dark .comments-area .commentlist li.pingback p{
	color: #ffffff;
}
.theme-dark .entry-meta ul a span,
.theme-dark .entry-meta ul li,
.theme-dark .entry-meta ul li a,
.theme-dark .entry-meta ul span {
	color: #cccccc;
}

/* Blog Timeline */
.theme-dark.blog .timeline li.entry-date span,
.theme-dark.blog .timeline li.entry-date-bottom a{
	background: #393939;
}
.theme-dark.blog .timeline:before{
	background: rgba(255, 255, 255, 0.1);
}
.theme-dark ol.commentlist .comment .comments-photo,
.theme-dark ol.commentlist .comment .comments-info,
.theme-dark.single-post article.hentry .entry-footer .share ul li a,
.theme-dark.blog .timeline > li > .timeline-panel{
	border-color: rgba(255, 255, 255, 0.1);
}
.theme-dark.blog .timeline > li > .timeline-panel:before {
    border-top: 15px solid transparent;
    border-left: 15px solid rgba(255, 255, 255, 0.2);
    border-right: 0 solid rgba(255, 255, 255, 0.2);
    border-bottom: 15px solid transparent;
}
.theme-dark.blog .timeline > li > .timeline-panel:after {
    border-top: 14px solid transparent;
    border-left: 14px solid #171717;
    border-right: 0 solid #171717;
    border-bottom: 14px solid transparent;
}
.theme-dark.blog .timeline > li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
}
.theme-dark.blog .timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
}
.theme-dark.blog .timeline > li > .timeline-badge{
	background-color: #383838;
    border-color: #464646;
}
.theme-dark .post-navigation .nav-links{
	border-top-color: rgba(255, 255, 255, 0.1);
	border-bottom-color: rgba(255, 255, 255, 0.1);
}
.theme-dark.single-post article.hentry .entry-footer .share ul{
	background: none;
}
.theme-dark article.hentry.sticky,
.theme-dark .mejs-container,
.theme-dark .mejs-container .mejs-controls,
.theme-dark .mejs-embed,
.theme-dark .mejs-embed body{
	background: #272727;
}
.theme-dark ol.commentlist .comment .comments-info a:hover{
	color: #ffffff;
}

/* Blog Sidebar */
.theme-dark .widget_tag_cloud .tagcloud a.tag-cloud-link{
	border-color: rgba(255,255,255,0.1);
}
.theme-dark .widget select option{
	color: #969696;
	background: #171717;
}
.theme-dark .widget_search .search-button{
	color: #e8e8e8;
}
.theme-dark .widget_recent_entries .recent-post,
.theme-dark .widget_recent_entries ul li{
	border-bottom-color: rgba(255, 255, 255, 0.1);
}
.theme-dark table#wp-calendar,
.theme-dark table th,
.theme-dark .widget_calendar .calendar_wrap table th,
.theme-dark .post-navigation .nav-links:before{
	background: rgba(255, 255, 255, 0.05);
}
.theme-dark .widget table td,
.theme-dark .widget table th{
	border-color: rgba(255, 255, 255, 0.05);
	color: #cccccc;
}

/*===================================================================*/
/* All Woocommerce Pages Dark Version */
/*===================================================================*/
.theme-dark .pgs_widgets_shop-filters .pgs-woocommerce-widget-layered-nav-list-container > .ciyashop-scroll-pane,
.theme-dark .shop-off_canvas_sidebar .sidebar > .ciyashop-scroll-pane,
.theme-dark .side_shopping_cart-wrapper .pgs_product_list_widget-container > .ciyashop-scroll-pane,
.theme-dark .sidebar .pgs-woocommerce-widget-layered-nav-list-container > .ciyashop-scroll-pane,
.theme-dark .widget.widget_product_categories > .ciyashop-scroll-pane,
.theme-dark .woo-tools-action.woo-tools-cart .pgs_product_list_widget-container > .ciyashop-scroll-pane{
    background: rgba(255, 255, 255, 0.2);
}
.theme-dark .pgs_widgets_shop-filters .pgs-woocommerce-widget-layered-nav-list-container > .ciyashop-scroll-pane > .ciyashop-scroll-slider,
.theme-dark .shop-off_canvas_sidebar .sidebar > .ciyashop-scroll-pane > .ciyashop-scroll-slider,
.theme-dark .side_shopping_cart-wrapper .pgs_product_list_widget-container > .ciyashop-scroll-pane > .ciyashop-scroll-slider,
.theme-dark .sidebar .pgs-woocommerce-widget-layered-nav-list-container > .ciyashop-scroll-pane > .ciyashop-scroll-slider,
.theme-dark .widget.widget_product_categories > .ciyashop-scroll-pane > .ciyashop-scroll-slider,
.theme-dark .woo-tools-action.woo-tools-cart .pgs_product_list_widget-container > .ciyashop-scroll-pane > .ciyashop-scroll-slider{
    background: rgba(255, 255, 255, 0.5);
}

/* woocommerce inner intro */
.theme-dark .inner-intro.woocommerce_inner-intro {
	background: #222222;
}

.theme-dark.woocommerce ul.products.list li.product {
	border-bottom-color: rgba(255, 255, 255, 0.1);
}

/*---------------------------*/
/* All Product Hover Style */
/*---------------------------*/
.theme-dark.woocommerce .products .product-hover-style-image-icon-left,
.theme-dark.woocommerce .products .product-hover-style-image-icon-bottom{
	background: #181818;
}

.theme-dark.woocommerce ul.products.list li.product .product-info .product-actions a {
	border-color: rgba(255,255,255,.1);
}

/*---------------------------*/
/* Shop Filter icons */
/*---------------------------*/
.theme-dark.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	background-color: #171717;
}
.theme-dark.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.theme-dark .pgs-shop-filter-buttons .slider,
.theme-dark .woocommerce-widget-layered-nav .pgs-woocommerce-widget-layered-nav-list .wc-layered-nav-term a > span{
    background: rgba(255, 255, 255, 0.2);
}
.theme-dark .loop-header-filters .pgs_widgets_shop-filters,
.theme-dark .loop-header-filters .pgs_widgets_shop-filters .row > .widget,
.theme-dark .loop-header-active-filters .widget_layered_nav_filters ul li a{
	border-color: rgba(255, 255, 255, 0.1);
}

.theme-dark .loop-header-active-filters .widget_layered_nav_filters ul li a,
.theme-dark.woocommerce .widget_layered_nav_filters ul li a::before {
	color: #969696;
}

.theme-dark .loop-header-active-filters .widget_layered_nav_filters ul li a:hover,
.theme-dark.woocommerce .widget_layered_nav_filters ul li a:hover:before {
	color: #ffffff;
}

.theme-dark .loop-header-active-filters .widget_layered_nav_filters ul li a {
	background: #171717;
}

/*---------------------------*/
/* Pagination */
/*---------------------------*/
.theme-dark.woocommerce nav.woocommerce-pagination ul li a,
.theme-dark.woocommerce nav.woocommerce-pagination ul li span{
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.1);
}

/*---------------------------*/
/* Shop Details */
/*---------------------------*/
.theme-dark.woocommerce.single-product .sidebar>.widget,
.theme-dark.woocommerce.single-product .sidebar>.widget_recently_viewed_products,
.theme-dark.woocommerce.single-product .sidebar>.yith-woocompare-widget,
.theme-dark.woocommerce div.product .woocommerce-tabs ul.tabs li,
.theme-dark.woocommerce.single-product div.product form.cart .variations td .select2-selection--single,
.theme-dark.woocommerce.single-product .summary .woo-product-countdown li,
.theme-dark .quantity input,
.theme-dark .quantity-button,
.product-summary-actions .woo-product-sticky-content.is-sticky  {
	border-color: rgba(255, 255, 255, 0.1);
}
.theme-dark.woocommerce.single-product .product-summary-actions,
.theme-dark.woocommerce.single-product .summary .social-profiles{
	border-top-color: rgba(255, 255, 255, 0.1);
	border-bottom-color: rgba(255, 255, 255, 0.1);
}

.theme-dark.woocommerce.single-product .summary .woo-product-countdown li {
	background: transparent;
}

.theme-dark .product-summary-actions .woo-product-sticky-content.is-sticky {
	background: #171717;
}

.theme-dark .variations .ciyashop-swatches .swatches-select .ciyashop-swatch {
	border-color: #171717;
}

.theme-dark .variations .ciyashop-swatches .swatches-select .ciyashop-swatch {
	-webkit-box-shadow: 0 0 0 1px #424242;
	-moz-box-shadow: 0 0 0 1px #424242;
	box-shadow: 0 0 0 1px #424242;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.theme-dark.woocommerce.single-product div.product form.cart .quantity-button,
.theme-dark.woocommerce.single-product div.product form.cart .quantity input,
.theme-dark .quantity-button,
.theme-dark .quantity input{
	background: rgba(0, 0, 0, 0.08);
}

.theme-dark.woocommerce.single-product div.product .price del,
.theme-dark.woocommerce.single-product div.product .price del .amount{
	color: rgba(255, 255, 255, 0.8);
}

.theme-dark .variations .ciyashop-swatches .swatches-select .ciyashop-text-only {
	color: #969696;
}

/* Size Guid */
.theme-dark .product-size-guide .open-product-size-guide{
	background: #222222;
    border-color: rgba(255, 255, 255, 0.1);
}
.theme-dark .pgs-content-popup{
	background: #222222;
}
.theme-dark .mfp-close-btn-in .mfp-close{
	color: #ffffff;
}
.theme-dark .pgs-content-popup table,
.theme-dark .pgs-content-popup table td,
.theme-dark .pgs-content-popup table th {
    border-color: #454545;
}
.theme-dark .pgs-content-popup .table tbody + tbody {
    border-top-color: #454545;
}

.theme-dark .ciyashop-popup-quick-view div.product form.cart .button.alt:hover,
.theme-dark .ciyashop-popup-quick-view div.product form.cart .button.alt.disabled:hover {
    color: #323232;
}

/*-------------------------------------*/
/* Product Category Inner Intro */
/*-------------------------------------*/
.theme-dark .woocommerce-categories-wrapper .carousel-wrapper .item a,
.theme-dark .woocommerce-categories-wrapper .carousel-wrapper .item a:before,
.theme-dark .woocommerce-categories-wrapper .carousel-wrapper .woo-category-products-count .woo-cat-count {
	background: #171717;
}

.theme-dark .woocommerce-categories-wrapper .carousel-wrapper .item a,
.theme-dark .woocommerce-categories-wrapper .carousel-wrapper .woo-category-products-count .woo-cat-count,
.theme-dark .woocommerce-categories-wrapper .woocommerce-categories-slider-style-2 .woo-category-products-count .woo-cat-count {
	border-color: #313131;
}

.theme-dark .woocommerce-categories-wrapper .woocommerce-categories-slider-style-2 .woo-category-products-count .woo-cat-count,
.theme-dark .woocommerce-categories-wrapper .woocommerce-categories-slider-style-2 .item a,
.theme-dark .woocommerce-categories-wrapper .woocommerce-categories-slider-style-3 .item a,
.theme-dark .woocommerce-categories-wrapper .woocommerce-categories-slider-style-3 .woo-category-products-count .woo-cat-count {
	background: transparent;
}

.theme-dark .woocommerce-categories-wrapper .woocommerce-categories-slider-style-3 .woo-category-products-count {
	color: #cccccc;
}

/* Tabs */
.theme-dark .woocommerce-tabs.woocommerce-tabs-layout-accordion .card{
	background: rgba(0, 0, 0, 0.08);
}
.theme-dark.woocommerce #reviews #comments ol.commentlist li .comment-text,
.theme-dark .woocommerce-tabs.woocommerce-tabs-layout-accordion .card,
.theme-dark.woocommerce div.product .woocommerce-tabs-layout-left ul.tabs li,
.theme-dark.woocommerce div.product .woocommerce-tabs-layout-left .wc-tabs-content-wrapper,
.theme-dark.woocommerce div.product .woocommerce-tabs-layout-left ul.tabs,
.theme-dark.woocommerce table.shop_attributes th,
.theme-dark.woocommerce table.shop_attributes td {
	border-color: rgba(255, 255, 255, 0.1);
}
.theme-dark .woocommerce-tabs.woocommerce-tabs-layout-accordion #tab-description,
.theme-dark .woocommerce-tabs.woocommerce-tabs-layout-accordion .collapse,
.theme-dark.woocommerce table.shop_attributes{
	border-top-color: rgba(255, 255, 255, 0.1);
}
.theme-dark.woocommerce div.product .woocommerce-tabs ul.tabs:before{
	border-bottom-color: rgba(255, 255, 255, 0.1);
}
.theme-dark.woocommerce div.product .woocommerce-tabs ul.tabs li{
	border-bottom-color: transparent;
}
.theme-dark.woocommerce div.product .woocommerce-tabs-layout-left ul.tabs li,
.theme-dark.woocommerce-page #content div.product .woocommerce-tabs-layout-left ul.tabs li{
	border-right-color: rgba(255, 255, 255, 0.1);
}
.theme-dark.woocommerce div.product .woocommerce-tabs-layout-left ul.tabs li,
.theme-dark.woocommerce-page #content div.product .woocommerce-tabs-layout-left ul.tabs li{
	border-bottom-color: rgba(255, 255, 255, 0.1);
}
.theme-dark.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	background: #171717;
	border-bottom-color: transparent;
}
.theme-dark.woocommerce div.product .woocommerce-tabs-layout-left ul.tabs{
	background: #171717;
}

.theme-dark.woocommerce table.shop_attributes th {
	background: rgba(255, 255, 255, 0.01);
}

/*---------------------------*/
/* Shop Cart */
/*---------------------------*/
.theme-dark .woocommerce table.shop_table,
.theme-dark.woocommerce .cart-collaterals .cart_totals,
.theme-dark.woocommerce-page .cart-collaterals .cart_totals,
.theme-dark.woocommerce-cart .cart_totals .woocommerce-shipping-calculator .form-row input[type=text],
.theme-dark.woocommerce-checkout .woocommerce form.login,
.theme-dark .woocommerce form.checkout_coupon{
	border-color: rgba(255, 255, 255, 0.1);
}
.theme-dark .woocommerce table.shop_table td,
.theme-dark.woocommerce-cart .cart-collaterals .cart_totals table th{
	border-top-color: rgba(255, 255, 255, 0.1);
}
.theme-dark .woocommerce .cart-collaterals .cart_totals,
.theme-dark.woocommerce-cart .cart_totals .woocommerce-shipping-calculator .form-row input[type=text]{
	background: rgba(255, 255, 255, 0.01);
}
.theme-dark.woocommerce-checkout .woocommerce .woocommerce-info,
.theme-dark.woocommerce-cart #content table.cart td.actions .input-text,
.theme-dark.woocommerce-cart table.cart td.actions .coupon .input-text,
.theme-dark.woocommerce-cart table.cart td.actions .coupon input[type=text],
.theme-dark.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover{
	background: #272727;
}
.theme-dark.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table .shipping td[data-title=Shipping]{
	color: #969696;
}
.theme-dark.woocommerce-cart .cart-collaterals .cart_totals table tr {
	border-top-color: rgb(255,255,255,0.1);
}

/*---------------------------*/
/* Shop Checkout */
/*---------------------------*/
.theme-dark .woocommerce-checkout-review-order,
.theme-dark.woocommerce-checkout .woocommerce table.shop_table td,
.theme-dark.woocommerce-checkout .woocommerce table.shop_table th{
	border-color: rgba(255, 255, 255, 0.1);
}
.theme-dark .woocommerce .woocommerce-checkout-review-order-table{
	background: rgba(255, 255, 255, 0.01);
}
.theme-dark.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info:before,
.theme-dark.woocommerce-checkout .woocommerce .woocommerce-form-login-toggle .woocommerce-info:before {
	color: #ffffff;
}

/* Checkout Layout - Default */
.theme-dark.woocommerce-checkout-layout-default .woocommerce table.shop_table td,
.theme-dark.woocommerce-checkout-layout-default .woocommerce table.shop_table th,
.theme-dark.woocommerce-checkout-layout-default .woocommerce .woocommerce-checkout-review-order-table{
	background: none;
}
.theme-dark.woocommerce-checkout-layout-default form.woocommerce-checkout #payment ul.payment_methods li div.payment_box,
.theme-dark.woocommerce-checkout-layout-default .woocommerce #payment #place_order{
	background: #272727;
}
.theme-dark.woocommerce-checkout-layout-default form.woocommerce-checkout #payment ul.payment_methods li div.payment_box:before {
    border-bottom-color: #272727;
}
.theme-dark.woocommerce-checkout-layout-default .woocommerce #payment #place_order:hover{
	background: #04d39f;
	color: #ffffff;
}

/* Checkout Layout - Light */
.theme-dark.woocommerce-checkout-layout-light_spiral .woocommerce-checkout #order_review_heading,
.theme-dark.woocommerce-checkout-layout-light_spiral .woocommerce table.shop_table thead th,
.theme-dark.woocommerce-checkout-layout-light_spiral .woocommerce table.shop_table tfoot th,
.theme-dark.woocommerce-checkout-layout-light_spiral .woocommerce table.shop_table .cart-subtotal td,
.theme-dark.woocommerce-checkout-layout-light_spiral form.woocommerce-checkout #payment ul.payment_methods li label{
	color: #323232;
}
.theme-dark.woocommerce-checkout-layout-light_spiral .woocommerce .woocommerce-checkout-review-order-table{
	background: #ffffff;
}
.theme-dark.woocommerce-checkout-layout-light_spiral .woocommerce #payment #place_order{
	background: #323232;
	color: #ffffff;
}
.theme-dark.woocommerce-checkout-layout-light_spiral .woocommerce table.shop_table td,
.theme-dark.woocommerce-checkout-layout-light_spiral .woocommerce table.shop_table th,
.theme-dark.woocommerce-checkout-layout-light_spiral form.woocommerce-checkout #payment ul.payment_methods li div.payment_box p{
	color: #757575;
	border-color: #e8e8e8;
}
.theme-dark.woocommerce-checkout-layout-light_spiral .woocommerce #payment #place_order:hover{
	background: #04d39f;
}
.theme-dark.woocommerce-checkout-layout-light_spiral .woocommerce table.shop_table .order-total td{
	color: #04d39f;
}

/*---------------------------*/
/* Shop Order */
/*---------------------------*/
.theme-dark .woocommerce ul.order_details,
.theme-dark .woocommerce-order-details .woocommerce-order-details__title{
	border: 1px solid rgba(255, 255, 255, 0.1);
}
.theme-dark .woocommerce ul.order_details li{
	border-right-color: rgba(255, 255, 255, 0.1);
}
.theme-dark.woocommerce-checkout .woocommerce table.shop_table.woocommerce-table--order-details thead th{
	border-top-color: rgba(255, 255, 255, 0.1);
}
.theme-dark .woocommerce-order-details .woocommerce-order-details__title{
	background: rgba(255, 255, 255, 0.01);
}
.theme-dark .woocommerce .woocommerce-customer-details address{
	background: rgba(255, 255, 255, 0.05);
}
.theme-dark .woocommerce ul.order_details li:before,
.theme-dark.woocommerce-checkout .woocommerce table.shop_table.woocommerce-table--order-details thead th{
	color: #ffffff;
}
.theme-dark .woocommerce ul.order_details li strong{
	color: #969696;
}
.theme-dark .woocommerce .woocommerce-order .addresses .col-1,
.theme-dark .woocommerce .woocommerce-order .addresses .col-2{
	background: #272727;
}

/*---------------------------*/
/* Shop Sidebar */
/*---------------------------*/
.theme-dark .sidebar .woocommerce.widget{
    border-bottom-color: rgba(255, 255, 255, 0.1);
}
.theme-dark .woocommerce-widget-layered-nav .pgs-woocommerce-widget-layered-nav-list .wc-layered-nav-term > .count{
	border-color: rgba(255, 255, 255, 0.5);
}
.theme-dark .widget_product_tag_cloud .tagcloud a{
	border-color: rgba(255, 255, 255, 0.15);
}

/* Off Canvas sidebar */
.theme-dark.shop-off_canvas_sidebar .sidebar,
.theme-dark.shop-off_canvas_sidebar .sidebar .sidebar-widget-heading {
	background: #171717;
}

.theme-dark .loop-header-tools .ciyashop-show-shop-sidebar .ciyashop-show-shop-btn {
	border-color: rgba(255, 255, 255, 0.1);
}

.theme-dark.shop-off_canvas_sidebar .sidebar .sidebar-widget-heading {
	border-bottom-color: rgba(255, 255, 255, 0.1);
}

/*-------------------------*/
/* Quick View */
/*-------------------------*/
.theme-dark .mfp-bg{
	background: #000000;
}
.theme-dark .ciyashop-popup-quick-view,
.theme-dark .ciyashop-popup-quick-view table.variations td.value select option{
	background: #222222;
}
.theme-dark .ciyashop-popup-quick-view .mfp-close{
	color: #ffffff;
	background: #454545;
}

.theme-dark .ciyashop-popup-quick-view table.variations td.value select {
	border-color : rgba(255, 255, 255, 0.1);
}

.theme-dark .ciyashop-popup-quick-view .social-profiles{
	border-top-color: rgba(255, 255, 255, 0.1);
	border-bottom-color: rgba(255, 255, 255, 0.1);
}

/* Login And My Account */
.theme-dark .modal-content{
    background: #171717;
}

.theme-dark.woocommerce-account .woocommerce-MyAccount-navigation>ul li a:hover,
.theme-dark.woocommerce-account .woocommerce-MyAccount-navigation>ul li.is-active a,
.theme-dark .woocommerce .woocommerce-MyAccount-content table.shop_table th,
.theme-dark .woocommerce .addresses .col-1,
.theme-dark .woocommerce .addresses .col-2,
.theme-dark .woocommerce .woocommerce-Addresses.addresses address {
	background: rgba(255, 255, 255, 0.02);
}

.theme-dark.woocommerce-account .woocommerce-MyAccount-navigation>ul,
.theme-dark .myaccount-grid-navigation .grid-navigation a,
.theme-dark.woocommerce-account #customer_login .login,
.theme-dark.woocommerce-account #customer_login .register,
.theme-dark .woocommerce form.checkout_coupon,
.theme-dark .woocommerce form.login,
.theme-dark .woocommerce form.register {
	border-color: rgba(255, 255, 255, 0.1);
}

.theme-dark.woocommerce-account .woocommerce-MyAccount-navigation>ul {
	border-bottom: none;
}

.theme-dark.woocommerce-account .woocommerce-MyAccount-navigation>ul li a,
.theme-dark.woocommerce-account .woocommerce-MyAccount-content p:first-child,
.theme-dark .modal-header {
	border-bottom-color: rgba(255, 255, 255, 0.1);
}

/* Dark Theme Footer */
.theme-dark .site-footer .footer-widgets .widget_pgs_newsletter_widget .newsletter_form .input-area input.newsletter-email {
	background: rgba(255, 255, 255, 0.4);
	color: #444444;
}

/* 404 Page */
.theme-dark .not-found #searchform .search-button:hover {
	background: #3a3a3a;
}

/* Intro Page */
.theme-dark .ciyashop-demos-info .demo-title {
	color: #323232;
}

/*===================================================================*/
/* Mega Menu Builder CSS */
/*===================================================================*/
.site-header .pgs_megamenu-enable > li > a > i{
	padding-right: 10px;
	font-size: 18px;
    line-height: 16px;
}
.header-style-custom .header-nav-wrapper .pgs_megamenu-enable > li .sub-menu{
	min-width: 230px;
}

/*==========================*/
/* Menu List Shortcode */
/*==========================*/
.pgscore_menu_list_wrapper .pgscore_menu_list-title{
	font-size: 16px;
    font-weight: 700;
    color: #323232;
    line-height: 26px;
    margin-bottom: 10px;
}
.pgscore_menu_list_wrapper .pgscore_menu_list{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.pgscore_menu_list_wrapper ul.pgscore_menu_list li{
	margin: 8px 0;
	line-height: 26px;
	position: relative;
}
.pgscore_menu_list_wrapper ul.pgscore_menu_list li.empty-link .menu-title{
	display: inline-block;
}
.pgscore_menu_list_wrapper ul.pgscore_menu_list li.empty-link i + .menu-title{
	padding-left: 35px;
}
.pgscore_menu_list_wrapper ul.pgscore_menu_list li i{
    font-size: 15px;
    width: 20px;
    text-align: center;
    line-height: 16px;
    position: absolute;
    left: 0;
    top: 5px;
}
.pgscore_menu_list_wrapper ul.pgscore_menu_list li > .menu_item_link{
	display: inline-block;
	color: #969696;
    line-height: 24px;
}
.pgscore_menu_list_wrapper ul.pgscore_menu_list li > i + .menu_item_link{
	padding-left: 35px;
}

/* Light Background */
.row-background-dark .pgscore_menu_list_wrapper .pgscore_menu_list-title{
	color: #ffffff;
}
.row-background-dark .pgscore_menu_list_wrapper ul.pgscore_menu_list li > .menu_item_link{
	color: #bbb;
}

/*----------------------*/
/* Menu label */
/*----------------------*/
.pgscore_menu_list_wrapper .pgscore_menu_list .menu_item_label,
.site-header .pgs_megamenu-enable li[class*='pgs_menu-label-'] .text-label{
    background: #ffba03;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    padding: 1px 5px;
    line-height: 16px;
    margin-left: 5px;
    border-radius: 2px;
    position: relative;
    top: -2px;
}
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu .pgs-mega-sub-menu .hot-label > a:after,
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu .pgs-mega-sub-menu .new-label > a:after,
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu .pgs-mega-sub-menu .popular-label > a:after,
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu .pgs-mega-sub-menu .sale-label > a:after{
	position: relative;
    top: -2px;
}
.pgscore_menu_list_wrapper .pgscore_menu_list .menu_item_label-red,
.site-header .pgs_megamenu-enable li.pgs_menu-label-red > a > .text-label{
    background: #ff605f;
}
.pgscore_menu_list_wrapper .pgscore_menu_list .menu_item_label-orange,
.site-header .pgs_megamenu-enable li.pgs_menu-label-orange > a > .text-label{
    background: #ffba03;
}
.pgscore_menu_list_wrapper .pgscore_menu_list .menu_item_label-blue,
.site-header .pgs_megamenu-enable li.pgs_menu-label-blue > a > .text-label{
    background: #5279b3;
}
.pgscore_menu_list_wrapper .pgscore_menu_list .menu_item_label-green,
.site-header .pgs_megamenu-enable li.pgs_menu-label-green > a > .text-label{
    background: #97d041;
}
.pgscore_menu_list_wrapper .pgscore_menu_list .menu_item_label-black,
.site-header .pgs_megamenu-enable li.pgs_menu-label-black > a > .text-label{
    background: #323232;
}

/*----------------------*/
/* Dropdown Menu */
/*----------------------*/
.site-header .pgs_megamenu-enable > li > .pgs-menu-html-block .container,
.site-header .pgs_megamenu-enable > li.pgs-menu-item-dropdown > .pgs_menu_nav-sublist-dropdown .container{
	padding-left: 0;
	padding-right: 0;
}
.site-header .pgs_megamenu-enable > li.menu-item-with-block.pgs-mega-menu-full-width > .pgs-menu-html-block .container,
.site-header .pgs_megamenu-enable > li.menu-item-with-block.pgs-mega-menu-full-width > .pgs_menu_nav-sublist-dropdown .container{
	padding-left: 15px;
	padding-right: 15px;
}
.site-header .pgs_megamenu-enable > li > .pgs_menu_nav-sublist-dropdown .container > .sub-menu{
    position: relative;
    top: auto;
    left: auto;
    opacity: inherit;
    padding: 0;
    background: none;
    box-shadow: none;
}
.site-header .pgs_megamenu-enable > li > .pgs_menu_nav-sublist-dropdown li:hover > .pgs_menu-sublist > .sub-menu{
    top: -7px;
    opacity: 1;
    visibility: visible;
}
.site-header .pgs_megamenu-enable > li.pgs-menu-item-dropdown > .sub-menu .pgs-mega-sub-menu > li a{
	padding: 5px 20px;
	display: inline-block;
}
.site-header .pgs_megamenu-enable > li.pgs-menu-item-dropdown > .sub-menu .pgs-mega-sub-menu > li i{
	left: 10px;
    top: 8px;
}
.site-header .pgs_megamenu-enable > li.pgs-menu-item-dropdown > .sub-menu .pgs-mega-sub-menu > li i + a{
	padding-left: 40px;
}

/*----------------------*/
/* Mega Menu */
/*----------------------*/
.site-header .pgs_megamenu-enable > li > .sub-menu{
    pointer-events: hidden;
    pointer-events: none;
}
.site-header .pgs_megamenu-enable > li:hover > .sub-menu{
    pointer-events: visible;
    pointer-events: unset;
}
body .site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu > .sub-menu{
	visibility: visible;
    -webkit-box-shadow: 0 10px 25px -3px rgba(0,0,0,.1);
    -moz-box-shadow: 0 10px 25px -3px rgba(0,0,0,.1);
    box-shadow: 0 10px 25px -3px rgba(0,0,0,.1);
}
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu .pgs_menu_nav-sublist-dropdown .container > .sub-menu > li > a{
	padding: 0;
}

.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu .sub-menu > li{
	position: relative;
	margin: 8px 0;
    line-height: 26px;
}
.site-header .pgs_megamenu-enable > li.pgs-menu-item-dropdown .sub-menu > li > i,
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu .sub-menu > li > i{
    width: 22px;
    font-size: 15px;
    text-align: center;
    line-height: 16px;
    position: absolute;
    left: 0;
    top: 5px;
}
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu .sub-menu > li a{
	padding: 0;
	display: inline-block;
}
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu .sub-menu > li i + a{
	padding-left: 35px;
}
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu > .sub-menu li.menu-item-has-children > a:before{
	content: normal;
}
.site-header .pgs_megamenu-enable > li.menu-item-with-block > .pgs-menu-html-block,
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu > .pgs_menu_nav-sublist-dropdown{
	left: 0;
    box-shadow: none;
    padding: 0;
}
.site-header .pgs_megamenu-enable > li.menu-item-with-block > .pgs-menu-html-block .html-block-container > .vc_row{
	margin-left: 0;
	margin-right: 0;
}
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu > .pgs_menu_nav-sublist-dropdown .container > .sub-menu{
	display: flex;
	flex-wrap: wrap;
	background: none;
    padding: 35px 20px;
    padding-bottom: 0;
}
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu > .pgs_menu_nav-sublist-dropdown .container > .sub-menu > li{
	max-width: 100%;
	border-right: 1px solid rgba(142, 142, 142, 0.25);
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 0;
    margin-bottom: 35px;
}
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu > .pgs_menu_nav-sublist-dropdown .container > .sub-menu > li:first-child,
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu.columns-2 > .pgs_menu_nav-sublist-dropdown .container > .sub-menu > li:nth-child(2n + 1),
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu.columns-3 > .pgs_menu_nav-sublist-dropdown .container > .sub-menu > li:nth-child(3n + 1),
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu.columns-4 > .pgs_menu_nav-sublist-dropdown .container > .sub-menu > li:nth-child(4n + 1) ,
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu.columns-5 > .pgs_menu_nav-sublist-dropdown .container > .sub-menu > li:nth-child(5n + 1),
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu.columns-6 > .pgs_menu_nav-sublist-dropdown .container > .sub-menu > li:nth-child(6n + 1){
	padding-left: 0;
}
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu > .pgs_menu_nav-sublist-dropdown .container > .sub-menu > li:last-child,
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu.columns-2 > .pgs_menu_nav-sublist-dropdown .container > .sub-menu > li:nth-child(2n),
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu.columns-3 > .pgs_menu_nav-sublist-dropdown .container > .sub-menu > li:nth-child(3n),
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu.columns-4 > .pgs_menu_nav-sublist-dropdown .container > .sub-menu > li:nth-child(4n) ,
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu.columns-5 > .pgs_menu_nav-sublist-dropdown .container > .sub-menu > li:nth-child(5n),
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu.columns-6 > .pgs_menu_nav-sublist-dropdown .container > .sub-menu > li:nth-child(6n){
	border-right: none;
	padding-right: 0;
}
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu.columns-2 > .pgs_menu_nav-sublist-dropdown .container > .sub-menu > li{
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu.columns-3 > .pgs_menu_nav-sublist-dropdown .container > .sub-menu > li{
	-ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu.columns-4 > .pgs_menu_nav-sublist-dropdown .container > .sub-menu > li{
	-ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu.columns-5 > .pgs_menu_nav-sublist-dropdown .container > .sub-menu > li{
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu.columns-6 > .pgs_menu_nav-sublist-dropdown .container > .sub-menu > li{
	-ms-flex: 0 0 16.6666%;
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
}
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu > .pgs_menu_nav-sublist-dropdown .container > .sub-menu > li > a{
	font-weight: 700;
	color: #323232;
	line-height: 28px;
	text-transform: uppercase;
    margin-bottom: 5px;
}
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu > .pgs_menu_nav-sublist-dropdown .container > .sub-menu > li > i{
    left: 25px;
    font-size: 18px;
    color: #323232;
}
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu > .pgs_menu_nav-sublist-dropdown .container > .sub-menu > li:first-child > i,
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu.columns-2 > .pgs_menu_nav-sublist-dropdown .container > .sub-menu > li:nth-child(2n + 1) > i,
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu.columns-3 > .pgs_menu_nav-sublist-dropdown .container > .sub-menu > li:nth-child(3n + 1) > i,
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu.columns-4 > .pgs_menu_nav-sublist-dropdown .container > .sub-menu > li:nth-child(4n + 1) > i,
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu.columns-5 > .pgs_menu_nav-sublist-dropdown .container > .sub-menu > li:nth-child(5n + 1) > i,
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu.columns-6 > .pgs_menu_nav-sublist-dropdown .container > .sub-menu > li:nth-child(6n + 1) > i{
	left: 0px;
}

.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu > .pgs_menu_nav-sublist-dropdown .container > .sub-menu > li > i + a{
	padding-left: 35px;
}
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu > .pgs_menu_nav-sublist-dropdown .container > .sub-menu .sub-menu{
    position: relative;
    visibility: visible;
    min-width: auto;
    opacity: 1;
    top: auto;
    left: auto;
    right: auto;
    box-shadow: none;
    background-color: inherit;
    padding: 0;
}

/*---------------------------*/
/* Custom Size / Full Width */
/*---------------------------*/
.site-header .pgs_megamenu-enable > li.menu-item-with-block.pgs-mega-menu-full-width > .pgs-menu-html-block,
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu.pgs-mega-menu-full-width > .pgs_menu_nav-sublist-dropdown{
	width: 100vw;
	padding-left: 17px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 10px 25px -3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 10px 25px -3px rgba(0,0,0,.1);
	box-shadow: 0 10px 25px -3px rgba(0,0,0,.1);
}
.site-header .pgs_megamenu-enable > li.menu-item-with-block.pgs-mega-menu-full-width > .pgs-menu-html-block .html-block-inner,
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu.pgs-mega-menu-full-width > .pgs_menu_nav-sublist-dropdown .container > .pgs-mega-sub-menu{
	box-shadow: none;
}
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu.pgs-mega-menu-full-width > .pgs_menu_nav-sublist-dropdown .container > .sub-menu{
	position: relative;
	padding: 35px 0;
	padding-bottom: 0;
}
.site-header .pgs_megamenu-enable > li.menu-item-with-block.pgs-mega-menu-full-width > .pgs-menu-html-block .container > .html-block-inner{
	position: relative;
	padding: 0;
	padding-top: 35px;
}
.site-header .pgs_megamenu-enable > li.menu-item-with-block.pgs-mega-menu-custom-size .pgs-menu-html-block{
	padding: 0;
    background-color: #ffffff;
    overflow: hidden;
	-webkit-box-shadow: 0 10px 25px -3px rgba(0,0,0,.1);
    -moz-box-shadow: 0 10px 25px -3px rgba(0,0,0,.1);
    box-shadow: 0 10px 25px -3px rgba(0,0,0,.1);
}

/*---------------------------*/
/* Sub-Menu left */
/*---------------------------*/
.site-header .pgs_megamenu-enable > li.pgs-menu-item-dropdown.sub-menu-left > .sub-menu{
	left: auto;
    right: -15px;
}
.site-header .pgs_megamenu-enable > li.pgs-menu-item-dropdown.sub-menu-left > .sub-menu .pgs-mega-sub-menu > li{
	text-align: right;
}
.site-header .pgs_megamenu-enable > li.pgs-menu-item-dropdown.sub-menu-left > .sub-menu .pgs-mega-sub-menu > li i{
	left: auto;
	right: 10px;
}
.site-header .pgs_megamenu-enable > li.pgs-menu-item-dropdown.sub-menu-left > .sub-menu .pgs-mega-sub-menu > li i + a{
	padding-left: 20px;
	padding-right: 40px;
}

/*---------------------------*/
/* On Click Open Menu */
/*---------------------------*/
.site-header .pgs_megamenu-enable > li.pgs-menu-item-open-on-click > .sub-menu,
.site-header .pgs_megamenu-enable > li.pgs-menu-item-open-on-click:hover > .sub-menu{
    top: 115%;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}
.site-header .pgs_megamenu-enable > li.pgs-menu-item-open-on-click.pgs-menu-item-clicked > .sub-menu{
	top: 100%;
	opacity: 1;
	z-index: 9;
    visibility: visible;
    pointer-events: visible;
    pointer-events: unset;
}

/*----------------------------*/
/* Menu Scheme Dark/Light */
/*----------------------------*/
.site-header .pgs_megamenu-enable > li.pgs-menu-item-color-scheme-dark.menu-item-with-block.pgs-mega-menu-full-width > .pgs-menu-html-block,
.site-header .pgs_megamenu-enable > li.pgs-menu-item-color-scheme-dark.pgs-menu-item-mega-menu.pgs-mega-menu-full-width > .pgs_menu_nav-sublist-dropdown,
.site-header .pgs_megamenu-enable > li.pgs-menu-item-color-scheme-dark .sub-menu,
.site-header .pgs_megamenu-enable > li.menu-item-with-block.pgs-menu-item-color-scheme-dark > .pgs-menu-html-block{
	background-color: #212121;
}
.site-header .pgs_megamenu-enable > li.pgs-menu-item-color-scheme-dark .pgscore_menu_list_wrapper .pgscore_menu_list-title,
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu.pgs-menu-item-color-scheme-dark > .pgs_menu_nav-sublist-dropdown .container > .sub-menu > li > i,
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu.pgs-menu-item-color-scheme-dark > .pgs_menu_nav-sublist-dropdown .container > .sub-menu > li > a{
	color: #ffffff;
}
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu.pgs-menu-item-color-scheme-dark > .pgs_menu_nav-sublist-dropdown .container > .sub-menu > li > a:hover{
	color: #04d39f;
}
.site-header .pgs_megamenu-enable > li.pgs-menu-item-color-scheme-dark .pgscore_menu_list_wrapper ul.pgscore_menu_list li,
.site-header .pgs_megamenu-enable > li.pgs-menu-item-color-scheme-dark .pgscore_menu_list_wrapper ul.pgscore_menu_list li > .menu_item_link,
.site-header .pgs_megamenu-enable > li.pgs-menu-item-color-scheme-dark .sub-menu > li a,
.site-header .pgs_megamenu-enable > li.pgs-menu-item-dropdown.pgs-menu-item-color-scheme-dark .sub-menu > li > i,
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu.pgs-menu-item-color-scheme-dark .sub-menu > li > i{
	color: #d2d2d2;
}

/*----------------------------*/
/* Widget Menu */
/*----------------------------*/
.site-header .pgs_megamenu-enable li.pgs-menu-item-mega-menu .widget_pgs_bestseller_widget .item-detail .woocommerce-review-link,
.site-header .pgs_megamenu-enable li.pgs-menu-item-mega-menu .widget_pgs_featured_products_widget .item-detail .woocommerce-review-link,
.site-header .pgs_megamenu-enable li.pgs-menu-item-mega-menu .widget_pgs_related_widget .item-detail .woocommerce-review-link,
.site-header .pgs_megamenu-enable li.pgs-menu-item-mega-menu .widget_pgs_bestseller_widget .item-detail .woocommerce-product-rating,
.site-header .pgs_megamenu-enable li.pgs-menu-item-mega-menu .widget_pgs_featured_products_widget .item-detail .woocommerce-product-rating,
.site-header .pgs_megamenu-enable li.pgs-menu-item-mega-menu .widget_pgs_related_widget .item-detail .woocommerce-product-rating{
	display: none;
}
.site-header .pgs_megamenu-enable li.pgs-menu-item-mega-menu .pgs_menu-widgets > .widget{
	margin-bottom: 0;
}
.site-header .pgs_megamenu-enable li.pgs-menu-item-mega-menu .pgs_menu-widgets > .widget + .widget{
	margin-top: 20px;
}
.site-header .pgs_megamenu-enable li.pgs-menu-item-color-scheme-dark .widget h4.widget-title,
.site-header .pgs_megamenu-enable li.pgs-menu-item-color-scheme-dark .widget .owl-carousel .owl-nav > div i{
	color: #ffffff;
}
.site-header .pgs_megamenu-enable li.pgs-menu-item-mega-menu .widget .widget_pgs_bestseller_widget .sellers-row,
.site-header .pgs_megamenu-enable li.pgs-menu-item-mega-menu .widget .widget_pgs_featured_products_widget .sellers-row,
.site-header .pgs_megamenu-enable li.pgs-menu-item-mega-menu .widget .widget_pgs_related_widget .sellers-row{
    margin : 0;
    padding-top: 0;
    padding-bottom: 10px;
}

.site-header .pgs_megamenu-enable > li.menu-item-with-block > .pgs-menu-html-block,
.site-header .pgs_megamenu-enable > li.pgs-menu-item-mega-menu > .sub-menu{
	max-height: 500px;
	overflow: auto;
}

/*=========================================*/
/* Product Default Hover */
/*=========================================*/
.woocommerce .product-hover-style-default.product-hover-button-style-light .product-actions-inner{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.woocommerce .product-hover-style-default.product-hover-button-style-light .product-actions-inner > div{
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.woocommerce .product-hover-style-default.product-hover-button-style-light .product-actions-inner > .product-action-add-to-cart{
	order: 2;
}
.woocommerce .product-hover-style-default.product-hover-button-style-light .product-actions-inner > .product-action-wishlist{max-width: 45px;
	order: 1;
}
.woocommerce .product-hover-style-default.product-hover-button-style-light .product-actions-inner > .product-action-compare{max-width: 45px;
	order: 3;
}

/*=========================================*/
/* Mac Safari */
/*=========================================*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .site-header .header-sticky {
    	overflow: inherit;
    }
}

/*==========================================================*/
/* Footer */
/*==========================================================*/
footer.site-footer {
	background: #f5f5f5;
	-webkit-box-shadow: 0 -1px 0px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0 -1px 0px rgba(0, 0, 0, 0.06);
	box-shadow: 0 -1px 0px rgba(0, 0, 0, 0.06);
}

footer.site-footer .footer-widgets-wrapper {
	padding: 50px 0;
	padding-top: 30px;
}

footer.site-footer .footer-widgets .widget .widget-title {
	margin-bottom: 25px;
	text-transform: capitalize;
}

footer.site-footer .footer-widgets .row > [class*='col'] .widget {
	margin-top: 30px;
	margin-bottom: 0;
}

.footer-widgets .widget.widget_media_image {
	max-width: 80%;
}

.footer-widgets .widget.widget_media_image + .widget_text .widget-title {
	display: none;
}

/* Instgram Widgets */
.widget_pgs_instagram_widget::after,
.widget_pgs_instagram_widget_2::after {
	display: block;
	clear: both;
	content: "";
}

.pgs_instgram_widget .instgram_item {
	width: 30%;
	margin-top: 10px;
	margin-right: 10px;
	float: left;
}

.pgs_instgram_widget .instgram_item:nth-child(-n+3) {
	margin-top: 0px;
}

.pgs_instgram_widget .instgram_item:nth-child(3n) {
	margin-right: 0px;
}

/* Footer Menu */
.footer-widgets .widget.widget_nav_menu .menu li a{
	position: relative;
	padding: 0;
	padding-left: 15px;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.footer-widgets .widget.widget_nav_menu .menu li a:before,
.footer-widgets .widget.widget_nav_menu .menu li a:after {
	content: "\f054";
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 10px;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.footer-widgets .widget.widget_nav_menu .menu li a:after {
	left: -10px;
	opacity: 0;
}

.footer-widgets .widget.widget_nav_menu .menu li a:hover:after {
	left: 0px;
	opacity: 1;
}

.footer-widgets .widget.widget_nav_menu .menu li a:hover:before {
	left: 10px;
	opacity: 0;
}

/* Footer Menu Center */
.footer-widgets .footer-align-center .widget.widget_nav_menu .menu li a {
	padding-left: 0px;
}

/*------------------------*/
/* Social Widget */
/*------------------------*/
.widget_pgs_social_profiles .social-profiles li {
	margin-right: 7px;
}
.widget_pgs_social_profiles .social-profiles ul li:last-child {
	margin-right: 0px;
}
.widget_pgs_social_profiles .social-profiles li a,
.widget_pgs_social_profiles .social-profiles li a:hover{
	width: auto;
	height: auto;
	background: none;
	border: none;
	border-radius: 0;
	vertical-align: top;
	line-height: inherit;
	transition: inherit;
}
.widget_pgs_social_profiles .social-profiles li i {
	border: 1px solid rgba(173, 173, 173, 0.5);
	font-size: 13px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 3px;
	vertical-align: top;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.widget_pgs_social_profiles .social-profiles li a:hover i{
	border-color: transparent;
	background: #04d39f;
}

/* Social - Light Flat */
.widget_pgs_social_profiles .social-profiles-light-flat .social-profiles li i {
	border-color: transparent;
	background: #ffffff;
}

/* Social - Dark Flat */
.widget_pgs_social_profiles .social-profiles-dark-flat .social-profiles li i {
	border-color: transparent;
	background: #323232;
	color: #ffffff;
}

/* Social - Light Border */
.widget_pgs_social_profiles .social-profiles-light-border .social-profiles li i {
	border-color: #ffffff;
	color: #ffffff;
}

/* Social - Dark Border */
.widget_pgs_social_profiles .social-profiles-dark-border .social-profiles li i {
	border-color: #323232;
	color: #323232;
}
.widget_pgs_social_profiles .social-profiles-dark-border .social-profiles li a:hover i {
	color: #ffffff;
}

/* Social - Colored */
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li i{
	border-color: transparent;
	color: #ffffff;
}
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-adn{
	background-color:#504e54;
}
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-apple{
	background-color:#aeb5c5;
}
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-android{
	background-color:#A5C63B;
}
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-bitbucket,
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-bitbucket-square{
	background-color:#003366;
}
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-bitcoin,
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-btc{
	background-color:#F7931A;
}
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-css3{
	background-color:#1572B7;
}
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-dribbble{
	background-color:#F46899;
}
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-dropbox{
	background-color:#018BD3;
}
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-facebook,
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-facebook-square{
	background-color:#3C599F;
}
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-flickr{
	background-color:#FF0084;
}
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-foursquare{
	background-color:#0086BE;
}
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-github,
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-github-alt,
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-github-square{
	background-color:#070709;
}
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-google-plus,
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-google-plus-square{
	background-color:#CF3D2E;
}
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-html5{
	background-color:#E54D26;
}
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-instagram{
	background-color:#A1755C;
}
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-vimeo{
	background-color:#16b2e4;
}
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-linkedin,
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-linkedin-square{
	background-color:#0085AE;
}
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-linux{
	background-color:#FBC002;color:#333;
}
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-maxcdn{
	background-color:#F6AE1C;
}
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-pagelines{
	background-color:#241E20;color:#3984EA;
}
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-pinterest,
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-pinterest-square{
	background-color:#CC2127;
}
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-renren{
	background-color:#025DAC;
}
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-skype{
	background-color:#01AEF2;
}
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-stack-exchange{
	background-color:#245590;
}
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-stack-overflow{
	background-color:#FF7300;
}
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-trello{
	background-color:#265A7F;
}
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-tumblr,
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-tumblr-square{
	background-color:#314E6C;
}
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-twitter,
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-twitter-square{
	background-color:#32CCFE;
}
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-vimeo-square{
	background-color:#229ACC;
}
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-vk{
	background-color:#375474;
}
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-weibo{
	background-color:#D72B2B;
}
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-windows{
	background-color:#12B6F3;
}
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-xing,
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-xing-square{
	background-color:#00555C;
}
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-youtube,
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-youtube-play,
.widget_pgs_social_profiles .social-profiles-colored .social-profiles li .fa-youtube-square{
	background-color:#C52F30;
}

/* Social - Rounded */
.widget_pgs_social_profiles .social-profiles-shape-round .social-profiles li i {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

/* Footer Tag Cloud */
.footer-widgets .widget .tagcloud a.tag-cloud-link {
	border: 1px solid rgba(150, 150, 150, 0.25);
	padding: 0px 17px;
	font-size: 13px !important;
}

/* Footer RECENT REVIEWS */
.footer-widgets .widget_recent_reviews ul.product_list_widget li {
	padding: 0;
	padding-bottom: 10px;
}

.footer-widgets .widget_recent_reviews ul.product_list_widget li a {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 7px;
}

.footer-widgets .widget_recent_reviews ul.product_list_widget li img {
	width: 50px;
}

.footer-widgets .widget_recent_reviews .star-rating {
	font-size: 12px;
}

.footer-widgets .widget_recent_entries .recent-post .recent-post-image {
	width: 65px;
}

.footer-widgets .widget_recent_entries .recent-post .recent-post-info a {
	font-weight: 500;
}

/* Bestseller */
.footer-widgets .widget_pgs_bestseller_widget .item-detail h4 {
	margin-bottom: 0;
}

.footer-widgets .widget_pgs_bestseller_widget .item-detail .bestseller-product-title {
	font-size: 14px;
}

/* Footer Widgets */
footer .widget select {
	background: rgba(0, 0, 0, 0.05);
}

footer input[type=text],
footer input[type=password],
footer textarea {
	background: rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(0, 0, 0, 0.1);
}

footer input[type=text],
footer input[type=search],
footer input[type=password],
textarea {
	background: #ffffff;
	border: 1px solid #e5e5e5;
}

footer .widget_product_tag_cloud .tagcloud a {
	border: 1px solid rgba(175, 175, 175, 0.2);
}

footer input[type=text],
footer input[type=email],
footer input[type=search],
footer input[type=password],
footer textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

footer .widget_search input {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

footer .widget.woocommerce .star-rating,
footer .widget.woocommerce ul.products li.product .star-rating {
	background: none;
}

.site-footer .widget_product_tag_cloud .tagcloud a:hover {
	color: #ffffff;
}

/* Footer Newsletter */
.site-footer .footer-widgets .widget_pgs_newsletter_widget .newsletter_form {
	position: relative;
}

.site-footer .footer-widgets .widget_pgs_newsletter_widget .newsletter_form .input-area input.newsletter-email {

	margin-bottom: 0;
	padding-right: 55px;
	color: #323232;
}

.site-footer .footer-widgets .widget_pgs_newsletter_widget .newsletter_form .button-area .input-group-btn > .btn {
	width: 43px;
	height: 46px;
	position: absolute;
	font-size: 0;
	top: 0px;
	right: 0px;
	padding: 0;
	line-height: 46px;
	background: #04d39f;
	border-radius: 0px 2px 2px 0px;
	overflow: hidden;
}

.site-footer .footer-widgets .widget_pgs_newsletter_widget .newsletter_form .button-area .input-group-btn > .btn:hover,
.site-footer .footer-widgets .widget_pgs_newsletter_widget .newsletter_form .button-area .input-group-btn > .btn:focus {
	outline: none;
	box-shadow: none;
}

.site-footer .footer-widgets .widget_pgs_newsletter_widget .newsletter_form .button-area .input-group-btn > .btn:before {
	content: "\f1d8";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 14px;
}

/*==================================*/
/* Footer Center */
/*==================================*/
.site-footer .footer-widgets .footer-align-center {
	text-align: center;
}

.site-footer .footer-widgets .footer-align-center .widget_calendar caption {
	text-align: center;
}

.site-footer .footer-widgets .footer-align-center .widget_archive ul li,
.site-footer .footer-widgets .footer-align-center .widget_meta ul li,
.site-footer .footer-widgets .footer-align-center .widget_categories ul li,
.site-footer .footer-widgets .footer-align-center .widget_pages ul li {
	padding-left: 0;
}

.site-footer .footer-widgets .footer-align-center .widget_archive ul li a:before,
.site-footer .footer-widgets .footer-align-center .widget_meta ul li a:before,
.site-footer .footer-widgets .footer-align-center .widget_categories ul li a:before,
.site-footer .footer-widgets .footer-align-center .widget_pages ul li a:before {
	content: normal;
}

.site-footer .footer-widgets .footer-align-center .widget.widget_nav_menu .menu li,
.site-footer .footer-widgets .footer-align-center .widget_nav_menu ul ul.sub-menu {
	padding-left: 0;
}

.site-footer .footer-widgets .footer-align-center .widget.widget_nav_menu .menu li a:before,
.site-footer .footer-widgets .footer-align-center .widget.widget_nav_menu .menu li a:after {
	content: normal;
}

/* All Arrow in Menu */
.site-footer .footer-widgets .footer-align-center .widget_archive ul li:before,
.site-footer .footer-widgets .footer-align-center .widget_meta ul li:before,
.site-footer .footer-widgets .footer-align-center .widget_categories ul li:before,
.site-footer .footer-widgets .footer-align-center .widget_pages ul li:before {
	content: normal;
}

/* Contact Info */
.site-footer .footer-widgets .footer-align-center .widget_pgs_contact_widget ul li i,
.site-footer .footer-widgets .footer-align-center .widget_pgs_contact_widget ul li span {
	display: inline-block;
}

/* Opening Hours */
.site-footer .footer-widgets .footer-align-center .pgs-opening-hours ul li span {
	width: auto;
}

/* Social icons */
.site-footer .footer-widgets .footer-align-center .widget_pgs_social_profiles .social-profiles ul {
	width: auto;
}

.site-footer .footer-widgets .footer-align-center .social-profiles ul li:last-child {
	margin-right: 0;
}

/* Recent Post */
.site-footer .footer-widgets .footer-align-center .widget_recent_entries .recent-post .recent-post-image {
	display: none;
}

/* Featured Products */
.site-footer .footer-widgets .footer-align-center .widget_pgs_featured_products_widget .item-img {
	display: none;
}

.site-footer .footer-widgets .footer-align-center .widget_pgs_featured_products_widget .item-detail {
	width: 100%;
	display: block;
}

/* Products Reviews */
.site-footer .footer-widgets .footer-align-center .widget_recent_reviews ul.product_list_widget li img {
	display: none;
}

.site-footer .footer-widgets .footer-align-center .widget_recent_reviews .star-rating {
	margin: 0 auto;
}

/* Rated Products */
.site-footer .footer-widgets .footer-align-center .widget_top_rated_products ul.product_list_widget li img {
	display: none;
}

.site-footer .footer-widgets .footer-align-center .widget_top_rated_products .star-rating {
	margin: 0 auto;
	margin-top: 5px;
}

/* Bestseller Products */
.site-footer .footer-widgets .footer-align-center .widget_pgs_bestseller_widget .item-img {
	display: none;
}

.site-footer .footer-widgets .footer-align-center .widget_pgs_bestseller_widget .item-detail {
	width: 100%;
	display: block;
}

/* Owl Carousel Arrow */
.site-footer .footer-widgets .footer-align-center .owl-carousel .owl-nav .owl-prev {
	right: auto;
	left: 0;
}

/*==================================*/
/* Footer Right */
/*==================================*/
.site-footer .footer-widgets .footer-align-right {
	text-align: right;
}

.site-footer .footer-widgets .footer-align-right .widget_calendar caption {
	text-align: right;
}

.site-footer .footer-widgets .footer-align-right .widget_archive ul li,
.site-footer .footer-widgets .footer-align-right .widget_meta ul li,
.site-footer .footer-widgets .footer-align-right .widget_categories ul li,
.site-footer .footer-widgets .footer-align-right .widget_pages ul li {
	padding-left: 0;
	padding-right: 15px;
}

.site-footer .footer-widgets .footer-align-right .widget_archive ul li:before,
.site-footer .footer-widgets .footer-align-right .widget_meta ul li:before,
.site-footer .footer-widgets .footer-align-right .widget_categories ul li:before,
.site-footer .footer-widgets .footer-align-right .widget_pages ul li:before {
	margin-right: 0;
	left: auto;
	right: 0;
	content: "\f104";
}

.site-footer .footer-widgets .footer-align-right .widget.widget_nav_menu .menu li a {
	padding-left: 0;
	padding-right: 15px;
}

.site-footer .footer-widgets .footer-align-right .widget.widget_nav_menu .menu li a:before,
.site-footer .footer-widgets .footer-align-right .widget.widget_nav_menu .menu li a:after {
	margin-right: 0;
	left: auto;
	right: 0;
	content: "\f053";
}

.site-footer .footer-widgets .footer-align-right .widget.widget_nav_menu .menu li a:hover:before {
    right: 10px;
    opacity: 0;
}

.site-footer .footer-widgets .footer-align-right .widget.widget_nav_menu .menu li a:hover:after {
    right: 0;
    opacity: 1;
}

.site-footer .footer-widgets .footer-align-right .widget.widget_nav_menu .menu li:hover:after {
	left: auto;
	right: 0;
	opacity: 1;
}

.site-footer .footer-widgets .footer-align-right .widget.widget_nav_menu .menu li a:after {
	left: auto;
	right: -10px;
	opacity: 0;
}

.site-footer .footer-widgets .footer-align-right .widget.widget_nav_menu .menu li:hover:before {
	left: auto;
	right: 10px;
	opacity: 0;
}

/* Contact Info */
.site-footer .footer-widgets .footer-align-right .widget_pgs_contact_widget ul li i,
.site-footer .footer-widgets .footer-align-right .widget_pgs_contact_widget ul li span {
	display: inline-block;
}

.site-footer .footer-widgets .footer-align-right .widget_pgs_contact_widget ul li {
	display: flex;
    flex-direction: row-reverse;
}

.site-footer .footer-widgets .footer-align-right .widget_pgs_contact_widget ul li i {
	padding: 5px 0px 0px 10px;
}

/* Opening Hours */
.site-footer .footer-widgets .footer-align-right .pgs-opening-hours ul li i {
	display: none;
}

/* Social icons */
.site-footer .footer-widgets .footer-align-right .widget_pgs_social_profiles .social-profiles ul {
	width: auto;
}

.site-footer .footer-widgets .footer-align-right .social-profiles ul li {
	margin-right: 0;
	margin-left: 4px;
}

.site-footer .footer-widgets .footer-align-right .social-profiles ul li:first-child {
	margin-left: 0;
}

/* Recent Post */
.site-footer .footer-widgets .footer-align-right .widget_recent_entries .recent-post .recent-post-image {
	display: none;
}

/* Featured Products */
.site-footer .footer-widgets .footer-align-right .widget_pgs_featured_products_widget .item-img {
	display: none;
}

.site-footer .footer-widgets .footer-align-right .widget_pgs_featured_products_widget .item-detail {
	width: 100%;
	display: block;
}

/* Products Reviews */
.site-footer .footer-widgets .footer-align-right .widget_recent_reviews ul.product_list_widget li img {
	display: none;
}

.site-footer .footer-widgets .footer-align-right .widget_recent_reviews .star-rating {
	display: inline-block;
}

.site-footer .footer-widgets .footer-align-right .widget_recent_reviews .reviewer {
	display: block;
}

/* Rated Products */
.site-footer .footer-widgets .footer-align-right .widget_top_rated_products ul.product_list_widget li img {
	display: none;
}

.site-footer .footer-widgets .footer-align-right .widget_top_rated_products .star-rating {
	display: inline-block;
	margin-top: 5px;
}

.site-footer .footer-widgets .footer-align-right .widget_top_rated_products .woocs_price_code {
	display: block;
}

/* Bestseller Products */
.site-footer .footer-widgets .footer-align-right .widget_pgs_bestseller_widget .item-img {
	display: none;
}

.site-footer .footer-widgets .footer-align-right .widget_pgs_bestseller_widget .item-detail {
	width: 100%;
	display: block;
}

/* Owl Carousel Arrow */
.site-footer .footer-widgets .footer-align-right .owl-carousel .owl-nav .owl-next {
	right: auto;
	left: 27px;
}

.site-footer .footer-widgets .footer-align-right .owl-carousel .owl-nav .owl-prev {
	right: auto;
	left: 0;
}

/*==================================*/
/* Copyright Section */
/*==================================*/
.site-footer .site-info {
	padding: 25px 0;
}

/*==================================*/
/* Footer Bottom */
/*==================================*/
.footer-bottom-wrapper {
	margin-top: -15px;
}

.footer-bottom-wrapper .footer-bottom {
	padding-bottom: 40px;
	padding-top: 40px;
	border-top: 1px solid rgba(142, 142, 142, 0.2);
}

.footer-bottom-wrapper p {
	font-size: 12px;
	line-height: 20px;
	margin: 0;
}

/* Footer Menu */
#footer-menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#footer-menu li {
	display: inline;
	margin: 3px 5px;
}

#footer-menu li:first-child {
	margin-left: 0px;
}

#footer-menu li:last-child {
	margin-right: 0px;
}

.ciyashop-smart-product-wrapper {
	display: none;
}

/*===================================================================================*/
/* Full-Pages CSS */
/*===================================================================================*/

/*==========================================*/
/* Layout Settings */
/*==========================================*/
.ciyashop-site-layout-boxed #page,
.ciyashop-site-layout-framed #page,
.ciyashop-site-layout-rounded #page {
	max-width: 1300px;
	position: relative;
}

.ciyashop-site-layout-boxed #page,
.ciyashop-site-layout-framed #page,
.ciyashop-site-layout-rounded #page {
	margin: 0 auto;
	overflow: hidden;
	box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.14);
	background: #ffffff;
}

.ciyashop-site-layout-framed #page {
	margin: 40px auto;
	position: relative;
}

.ciyashop-site-layout-rounded #page {
	margin: 40px auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.ciyashop-site-layout-boxed .vc_row-fluid {
	width: inherit !important;
	left: inherit !important;
	right: inherit !important;
}

@media (min-width:1300px) {
	.ciyashop-site-layout-boxed .header-style-menu-center.header-above-content,
	.ciyashop-site-layout-boxed .header-style-menu-right.header-above-content {
		width: 1300px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.ciyashop-site-layout-framed .header-style-menu-center.header-above-content,
	.ciyashop-site-layout-framed .header-style-menu-right.header-above-content {
		width: 1300px;
		left: 50%;
		top: 40px;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.ciyashop-site-layout-rounded .header-style-menu-center.header-above-content,
	.ciyashop-site-layout-rounded .header-style-menu-right.header-above-content {
		width: 1300px;
		left: 50%;
		top: 40px;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

/*===================================*/
/* Background Overlay */
/*===================================*/
.vc_row.vc_row-has-fill {
	position: relative;
}
.vc_row-background-overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
}
.vc_row-has-fill .vc_row-background-overlay + .vc_column-inner{
	position: relative;
}

/*===================================*/
/* Section Half Overlap */
/*===================================*/
.vc_row.vc_row-half_overlap {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	width: 100%;
	z-index: 1;
}

/*==========================================================*/
/* Under Maintenance and Comming Soon Page */
/*==========================================================*/
.tc_maintenance_mode-maintenance #header {
	background: transparent;
	text-align: center;
}

.tc_maintenance_mode-maintenance #header img.logo-type-default {
	margin: 20px 0px;
}

.mntc-cs-item.mntc-cs-content {
	padding: 80px 0px 20px;
}

.mntc-cs-item h1 {
	font-size: 62px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin-bottom: 50px;
}

.mntc-cs-item i {
	font-size: 100px;
	margin-bottom: 25px;
	color: #e4e4e4;
}

.mntc-cs-item p {
	font-size: 32px;
	padding: 0 250px;
	line-height: 44px;
}

.mntc-cs-main .social-profiles {
	text-align: center;
	margin-bottom: 30px;
}

.mntc-cs-main .social-profiles ul {
	display: inline-block;
	padding: 0px;
}

.mntc-cs-main .social-profiles ul li {
	margin: 4px;
}

.maintenance-newsletter {
	padding-bottom: 80px;
}

.maintenance-newsletter .notify-form {
	margin-top: 20px;
}

.maintenance-newsletter .notify-form .newsletter_email {
	display: table-cell;
	margin: 0px 10px;
	width: auto;
	min-width: 430px;
}

.maintenance-newsletter .notify-form .newsletter_submit {
	display: table-cell;
}

.tc_maintenance_mode-maintenance .footer {
	background: transparent;
	padding: 0px;
}

.tc_maintenance_mode-maintenance .footer,
.tc_maintenance_mode-comingsoon .footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
}

.tc_maintenance_mode-comingsoon #header {
	background: transparent;
	text-align: center;
}

.tc_maintenance_mode-comingsoon #header img.logo-type-default {
	margin: 20px 0px;
}

.tc_maintenance_mode-comingsoon .mntc-cs-item p {
	font-size: 32px;
	padding: 0 50px;
	line-height: 44px;
}

.tc_maintenance_mode-comingsoon .mntc-cs-item.mntc-cs-content {
	padding: 0px;
	text-align: center;
}

.tc_maintenance_mode-comingsoon .mntc-cs-item i {
	margin-top: 80px;
}

.tc_maintenance_mode-comingsoon ul.countdown {
	list-style: none;
	margin: 75px 0;
	padding: 0;
	display: block;
	text-align: center;
}

.tc_maintenance_mode-comingsoon ul.countdown li {
	display: inline-block;
	width: 24%;
}

.tc_maintenance_mode-comingsoon ul.countdown li span {
	font-size: 90px;
	font-weight: bold;
	line-height: 80px;
	color: #00a9da;
}

.tc_maintenance_mode-comingsoon ul.countdown li p {
	color: #626262;
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 30px;
}

.tc_maintenance_mode-comingsoon .footer {
	background: transparent;
	padding: 0px;
}

/* Commingsoon Countdown */
.tc_maintenance_mode-comingsoon .commingsoon_countdown {
	padding: 0;
	margin: 15px 0 30px;
	display: inline-block;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: top;
}

.tc_maintenance_mode-comingsoon .commingsoon_countdown li {
	list-style-type: none;
	display: inline-block;
	text-align: center;
	padding: 14px 6px;
	margin: 0 2px;
	background: #f5f5f5;
	color: #323232;
}

.tc_maintenance_mode-comingsoon .commingsoon_countdown li:last-child {
	border-right: none;
}

.tc_maintenance_mode-comingsoon .commingsoon_countdown li span {
	vertical-align: top;
	color: #04d39f;
	font-weight: 500;
	font-size: 40px;
	line-height: 50px;
}

.tc_maintenance_mode-comingsoon .commingsoon_countdown li p {
	margin: 0;
	font-size: 22px;
	line-height: 28px;
	vertical-align: top;
	text-transform: capitalize;
}

.tc_maintenance .page-wrapper {
	min-height: 100vh;
	position: relative;
	padding-bottom: 64px;
}

.tc_maintenance .page-wrapper footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 0;
}

/*==========================================================*/
/* Faq Page */
/*==========================================================*/
.faq-layout-layout_1 .accordion .accordion-title,
.faq-layout-layout_2 .accordion .accordion-title {
	margin-top: 25px;
}

.faq-layout-layout_1 .accordion .accordion-title {
	color: #000;
	text-align: left;
}

.faq-layout-layout_2 .accordion .accordion-title {
	font-size: 16px;
}

.faq-layout-layout_1 .accordion .accordion-title a,
.faq-layout-layout_2 .accordion .accordion-title a {
	background: #f7f7f7;
	display: block;
	position: relative;
	color: #323232;
	margin-top: -1px;
	text-decoration: none;
	padding: 10px 50px  10px 21px;
	font-weight: normal;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	border-radius: 3px;
}

.faq-layout-layout_1 .accordion .accordion-title a:hover {
	text-decoration: none;
	background-color: #04d39f;
	color: #ffffff;
}

.faq-layout-layout_1 .accordion .accordion-title a.active,
.faq-layout-layout_2 .accordion .accordion-title a.active {
	color: #fff;
	background-color: #04d39f;
	cursor: default;
	border-color: #04d39f;
}

.faq-layout-layout_1 .accordion .accordion-title a.active:hover {
	color: #fff;
}

.faq-layout-layout_1 .accordion .accordion-title a:after,
.faq-layout-layout_2 .accordion .accordion-title a:after {
	content: "\f067";
	width: 20px;
	height: 20px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	right: 20px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	speak: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #323232;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.faq-layout-layout_2 .accordion .accordion-title a.active:after {
	color: #ffffff;
}

.faq-layout-layout_1 .accordion .accordion-title a.active:after,
.faq-layout-layout_1 .accordion .accordion-title a.active:hover:after,
.faq-layout-layout_2 .accordion .accordion-title a.active:after,
.faq-layout-layout_2 .accordion .accordion-title a.active:hover:after {
	content: "\f068";
	color: #fff;
}

.faq-layout-layout_1 .accordion .accordion-title a:hover:after {
	color: #ffffff;
}

.faqs-wrapper .accordion .accordion-content h5 {
	font-size: 15px;
	color: #04d39f;
	font-weight: 500;
}

.faq-layout-layout_1 .accordion .accordion-content {
	padding: 25px 0px;
	text-align: left;
}

.faq-layout-layout_1 .accordion .accordion-content .title {
	margin-bottom: 15px;
}

.faq-layout-layout_1 .accordion .accordion-content p {
	margin-bottom: 10px;
}

.faq-layout-layout_2 .accordion .accordion-content {
	padding: 25px 0px;
}

/* Faq Tabs */
.faqs-wrapper .tabs {
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 0;
	margin-bottom: 25px;
	text-align: center;
}

.faqs-wrapper .tabs:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #eaeaea;
	z-index: -1;
}

.faqs-wrapper .tabs li {
	display: inline-block;
	list-style-type: none;
	color: #323232;
	font-weight: 700;
	padding: 0px 30px 16px;
	border-bottom: 2px solid transparent;
	cursor: pointer;
	font-size: 18px;
}

.faqs-wrapper .tabs li.active {
	border-bottom-color: #04d39f;
	color: #323232;
}

.faqs-wrapper .tabs_wrapper .tabcontent {
	display: none;
}

.faqs-wrapper .tabs_wrapper .tabcontent.active {
	display: block;
}

/*----------------------*/
/* Theme Dark - Faq */
/*----------------------*/
.theme-dark .faq-layout-layout_1 .accordion .accordion-title a,
.theme-dark .faq-layout-layout_2 .accordion .accordion-title a {
	background: #272727;
}


/*==========================================================*/
/* Error 404 Page */
/*==========================================================*/
.error404 .content-wrapper .post .entry-content {
	padding: 50px 0;
}

.error404.no-results.not-found .page-header {
	padding-left: 0;
}

.error404.no-results.not-found .page-header:before {
	content: normal;
}

.error-block {
	margin-bottom: 50px;
}

.error-block h1 {
	font-size: 200px;
	line-height: 260px;
	margin-bottom: 0px;
	color: #04d39f;
	font-weight: 600;
}

.error-block p {
	font-size: 30px;
	font-weight: 600;
	color: #323232;
}

.error-search-box {
	width: 100%;
	margin: 0;
}

.error-search-box p {
	font-size: 18px;
	margin-bottom: 30px;
	line-height: 30px;
}

.error-search-box a.link {
	background: #04d39f;
	color: #fff;
	padding: 0 5px
}

.error-search-box a.link:hover {
	background: #363636
}

.error-search-box #searchform {
	position: relative;
}

.error-search-box input[type=text] {
	padding-right: 85px;
}

.error-search-box .search-button {
	border: none;
	border-radius: 0 3px 3px 0;
	cursor: pointer;
	display: inline-block;
	padding: 11px 20px;
	margin-right: 10px;
	background: #04d39f;
	color: #ffffff;
	font-size: 15px;
	width: inherit;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	min-width: 70px;
}

.error-search-box .search-button:hover {
	background: #323232;
	color: #fff;
}

.error404 .content-404-image {
	margin-bottom: -60px;
}

/* No Content Image */
.content-no-image .entry-content {
	text-align: center;
}

.content-no-image .error-search-box {
	width: 60%;
	margin: 0 auto;
}

/*==========================================================*/
/* Vendor Information */
/*==========================================================*/
body .dokan-seller-listing .dokan-seller-search-form {
	margin-top: 0;
	margin-bottom: 50px;
	text-align: center;
}

.dokan-seller-listing .dokan-seller-search-form .dokan-seller-search {
	background-position: 8px 13px !important;
}

.dokan-seller-listing #dokan-seller-listing-wrap ul.dokan-seller-wrap {
	margin: 0;
}

.dokan-seller-listing #dokan-seller-listing-wrap ul.dokan-seller-wrap li {
	margin-bottom: 30px;
}

.dokan-seller-listing #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data h2 {
	margin: 0;
	margin-bottom: 10px;
	font-weight: 600;
}

.dokan-seller-listing #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper {
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}

.dokan-seller-listing #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info {
	background-size: cover;
	background-position: center center;
}

.dokan-seller-listing #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer {
	background: #ffffff;
	position: relative;
	padding: 18px 20px;
	border-top: 1px solid #e8e8e8;
}

.dokan-seller-listing #dokan-seller-listing-wrap li .store-footer input[type="submit"].dokan-btn-theme,
.dokan-seller-listing #dokan-seller-listing-wrap li .store-footer a.dokan-btn-theme,
.dokan-seller-listing #dokan-seller-listing-wrap li .store-footer .dokan-btn-theme {
	background: #323232;
	border: none;
	border-radius: 2px;
	padding: 8px 20px;
	text-transform: uppercase;
	font-size: 13px;
}

.dokan-seller-listing #dokan-seller-listing-wrap li .store-footer input[type="submit"].dokan-btn-theme:hover,
.dokan-seller-listing #dokan-seller-listing-wrap li .store-footer a.dokan-btn-theme:hover,
.dokan-seller-listing #dokan-seller-listing-wrap li .store-footer .dokan-btn-theme:hover {
	background: #04d39f;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data .dokan-seller-rating {
	background: none !important;
}

/* Vendor Detail */
.dokan-store-sidebar .dokan-widget-area .widget .widget-title {
	background: none;
	color: #323232;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 26px;
	padding: 0px;
	border: none;
	margin-bottom: 20px;
}

.dokan-store-sidebar .dokan-widget-area .widget.dokan-category-menu {
	border: none;
}

.dokan-store-sidebar .dokan-widget-area .widget.dokan-category-menu .widget-title {
	border: 1px solid #e8e8e8;
	padding: 15px 13px;
	margin-bottom: 0;
}

.dokan-store-sidebar .dokan-widget-area .widget.dokan-category-menu #cat-drop-stack {
	border: 1px solid #e8e8e8;
	border-top: none;
}

.dokan-store-sidebar .dokan-widget-area .widget .seller-form .dokan-form-control {
	border: 1px solid #e8e8e8;
	background: #ffffff;
	padding: 0 15px;
	height: 40px;
	font-size: 13px;
}

.dokan-store-sidebar .dokan-widget-area .widget .seller-form textarea.dokan-form-control {
	height: 120px;
	padding: 10px 15px;
}

.dokan-store-sidebar .dokan-widget-area .widget .seller-form .dokan-btn {
	background: #04d39f;
	border: none;
	border-radius: 2px;
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 14px;
	float: left !important;
}

.dokan-store-sidebar .dokan-widget-area .widget .seller-form .dokan-btn:hover {
	background: #323232;
}

.dokan-single-store .store-page-wrap .dokan-info {
	background-color: inherit;
}

.dokan-single-store .store-page-wrap .dokan-store-tabs .dokan-list-inline {
	margin-bottom: 35px;
}

body .dokan-single-store .dokan-store-tabs ul li a {
	color: #969696;
	padding: 10px 14px;
}

textarea.dokan-form-control{
	color: inherit;
}

@media (min-width:1200px) {
	.dokan-single-store .store-page-wrap .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery {
		background-color: rgba(0, 0, 0, 0.6);
		padding-top: 15px;
		width: 360px;
	}

	.dokan-single-store .store-page-wrap .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info {
		padding: 0 20px;
	}

	.dokan-single-store .store-page-wrap .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img.profile-img-circle img {
		width: 75px;
		height: 75px;
		border: 5px solid #ffffff;
	}

	.dokan-single-store .store-page-wrap .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .store-name {
		margin: 0;
		line-height: 30px;
		margin-bottom: 5px;
	}

	.dokan-single-store .store-page-wrap .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info li {
		padding-bottom: 5px;
		line-height: 24px;
	}

}

/*==========================================================*/
/* Dokan */
/*==========================================================*/
.dokan-dashboard .select2-dropdown {
	z-index: 999999;
}

.dokan-dashboard .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 41px;
	width: 30px;
}

.dokan-dashboard .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 41px;
}

.dokan-seller-search-form .dokan-seller-search {
	background-position: 8px 13px !important;
}

.dokan-theme-ciyashop #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info{
	background-size: cover;
	min-height: 220px;
}

.dokan-theme-ciyashop #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data-container{
	background: none;
	height: auto;
}

.dokan-theme-ciyashop #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data-container:before {
	content: "";
	background: rgba(0, 0, 0, 0.45);
	height: 100%;
	width: 100%;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}

.dokan-theme-ciyashop #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .featured-favourite,
.dokan-theme-ciyashop #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data {
	position: relative;
}

/*==========================================================*/
/* Stores Locator */
/*==========================================================*/
#asl-storelocator.container.no-pad.storelocator-main.asl-p-cont.asl-bg-0 {
	width: 100% !important;
	max-width: 1140px !important;
	height: auto !important;
}

#asl-storelocator.no-pad .col-sm-4,
#asl-storelocator.no-pad .col-sm-8,
#asl-storelocator.no-pad .col-xs-12 {
	padding-left: 15px;
	padding-right: 15px;
}

#asl-storelocator.asl-p-cont.asl-bg-0 #panel {
	height: 405px;
}

#asl-storelocator.asl-p-cont.asl-bg-0 .search_filter > p:first-child {
	font-size: 22px;
	color: #323232;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 15px;
}

#asl-storelocator.asl-p-cont.asl-bg-0 .inside.search_filter {
	border: none;
}

#asl-storelocator.asl-p-cont.asl-bg-0 .col-xs-12.search_filter p:last-child,
#asl-storelocator.asl-p-cont.asl-bg-0 .col-xs-12.search_filter .asl-store-search {
	height: 40px;
}

#asl-storelocator.asl-p-cont.asl-bg-0 input#auto-complete-search {
	border-radius: 0;
}

#asl-storelocator.asl-p-cont.asl-bg-0 .col-xs-12.search_filter p:last-child > span,
#asl-storelocator.asl-p-cont.asl-bg-0 .col-xs-12.search_filter .asl-store-search > span {
	width: 40px;
}

#asl-storelocator.asl-p-cont .inside.search_filter span > i {
	text-align: center;
	line-height: 40px;
	padding: 0 10px !important;
}

#asl-storelocator.asl-p-cont .col-xs-12.inside.search_filter {
	padding-left: 0;
	padding-right: 0;
}

#asl-storelocator.asl-p-cont.asl-bg-0 .Num_of_store {
	background: #e8e8e8;
	text-align: left;
	color: #323232;
}

#asl-storelocator.asl-p-cont.asl-bg-0 #panel.storelocator-panel {
	border-color: #e8e8e8;
	padding: 5px 1px
}

#asl-storelocator.asl-p-cont.asl-bg-0 .col-xs-12.search_filter p:last-child > span,
#asl-storelocator.asl-p-cont.asl-bg-0 .col-xs-12.search_filter .asl-store-search > span {
	background: #323232;
}

#asl-storelocator.asl-p-cont.asl-bg-0 .btn-default,
#asl-storelocator.asl-p-cont.asl-bg-0 .panel-inner .item .addr-sec .p-title {
	color: #323232;
}

.addr-sec p {
	color: #969696;
}

#asl-storelocator.asl-p-cont.asl-bg-0 .col-xs-12.search_filter .asl-store-search {
	margin-bottom: 10px;
}

#asl-storelocator.asl-p-cont.asl-bg-0 .panel-inner .item .addr-sec .p-title {
	font-size: 16px;
	font-weight: 500;
}

#asl-storelocator.asl-p-cont.asl-bg-0 .panel-inner .p-area,
#asl-storelocator.asl-p-cont.asl-bg-0 .panel-inner .p-time,
#asl-storelocator.asl-p-cont.asl-bg-0 .panel-inner .p-category {
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 1.5;
}

#asl-storelocator.asl-p-cont.asl-bg-0 .item .glyphicon {
	width: 23px;
}

#asl-storelocator.asl-p-cont .panel-inner .item p {
	padding-left: 12px !important;
}

#asl-storelocator.asl-p-cont.storelocator-main .panel-cont .item .p-title {
	padding-left: 0 !important;
}

.asl-p-cont a {
	color: #04d39f;
}

.asl-p-cont a:hover {
	color: #323232;
}

#asl-storelocator.asl-p-cont.asl-bg-0 .Num_of_store {
	padding: 10px;
	font-size: 12px;
	font-weight: 500;
}

#asl-storelocator.asl-p-cont.asl-bg-0 .item .p-direction {
	font-size: 13px;
	color: #323232;
	padding-left: 0 !important;
	font-weight: 600;
	margin-top: 6px;
}

#asl-storelocator.asl-p-cont.asl-bg-0 .item {
	border: none !important;
}

#asl-storelocator.asl-p-cont.asl-bg-0 .item:nth-child(2n) {
	padding-left: 10px;
	padding-bottom: 20px;
	margin-top: 10px;
}

#asl-storelocator.asl-p-cont.asl-bg-0 .store-locator h4 {
	color: #323232;
	font-size: 14px;
	margin-bottom: 20px;
	font-weight: 500;
}

.asl-p-cont .form-control {
	border: 1px solid #ccc !important;
	box-shadow: none;
	border-radius: 0;
}

.asl-p-cont .form-control:focus {
	box-shadow: none;
}

#asl-storelocator.asl-p-cont.asl-bg-0 .btn.btn-default.btn-submit {
	background: #323232;
	border-color: #323232;
	color: #ffffff;
	font-size: 12px;
	padding: 8px 13px;
	border-radius: 3px;
}

#asl-storelocator.asl-p-cont.asl-bg-0 .btn.btn-default.btn-submit:hover {
	background: #04d39f;
	border-color: #04d39f;
}

/*popup location*/
#asl-storelocator.asl-p-cont.asl-bg-0 #style_0.infoWindow h3 {
	background: #323232;
	font-size: 12px;
	padding: 10px;
	margin: 0px !important
}

#asl-storelocator.asl-p-cont.asl-bg-0 #style_0.infoWindow {
	border: 3px;
}

#asl-storelocator.asl-p-cont.asl-bg-0 #style_0.infoWindow .address,
#asl-storelocator.asl-p-cont *,
#asl-storelocator.asl-p-cont.asl-bg-0 #style_0.infoWindow .phone > b,
#asl-storelocator.asl-p-cont.asl-bg-0 #style_0.infoWindow .phone > a {
	font-size: 13px;
	line-height: 1.6;
}

#asl-storelocator.asl-p-cont .info-addr > div {
	margin-bottom: 10px;
}

.asl-p-cont .infoWindow .glyphicon {
	width: 25px;
}

#asl-storelocator.asl-p-cont.asl-bg-0 #style_0.infoWindow .asl-buttons {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 10px;
	padding-top: 10px;
}

#asl-storelocator.asl-p-cont.asl-bg-0 #style_0.infoWindow a.action {
	font-size: 12px;
	border-radius: 3px;
	width: auto;
	margin: 2px !important;
	background: #fafafa;
	color: #323232;
}

#asl-storelocator.asl-p-cont.asl-bg-0 #style_0.infoWindow a.action:before {
	width: 1.5em;
	line-height: 1.6em;
}

#asl-storelocator.asl-p-cont.asl-bg-0 #style_0.infoWindow a.action:hover {
	background: #04d39f;
	color: #ffffff;
}

.infoBox,
.asl-p-cont .infoWindow {
	width: 320px !important;
}

.infoBox {
	margin: 0px 0px 33px -160px !important;
}

#asl-storelocator.asl-p-cont.asl-bg-0 div.arrow-down {
	margin-left: 135px !important;
}

#asl-storelocator.asl-p-cont.asl-bg-0 #style_0.infoWindow {
	border-radius: 0;
}

/* Search Location */
#asl-storelocator.asl-p-cont .inside.search_filter .form-control {
	border: 1px solid #e8e8e8 !important;
}

/*========================================================*/
/* BBPress - Forums */
/*========================================================*/
.bbp-logged-in h4 {
	font-weight: normal;
	font-size: 1em;
}

.widget_display_search #bbp_search_submit {
	width: 100%;
	margin-top: 10px;
	padding: 12px 0;
}

.bbp_widget_login button#user-submit {
	padding: 12px 25px;
	background: #f5f5f5;
}

.bbp_widget_login button#user-submit:hover {
	background: #eca525;
	color: #fff;
}

.kt-bbpress-header {
	margin-bottom: 35px;
}

#bbpress-forums p.bbp-topic-meta img.avatar {
	margin-bottom: 0;
	border: none;
}

.bbp-forum-info {
	padding-left: 25px;
}

.bbp-forum-freshness,
.bbp-topic-freshness {
	font-size: 14px;
}

li.bbp-forum-freshness a,
li.bbp-reply-topic-title a,
a.bbp-topic-permalink,
li.bbp-topic-freshness a,
a.favorite-toggle,
a.subscription-toggle,
a.bbp-author-name,
.bbp-logged-in h4 a,
#bbp-user-navigation ul li a {
	color: #323232;
}

li.bbp-forum-freshness a:hover,
li.bbp-reply-topic-title a:hover,
a.bbp-topic-permalink:hover,
li.bbp-topic-freshness a:hover,
a.favorite-toggle:hover,
a.subscription-toggle:hover,
a.bbp-author-name:hover,
.bbp-logged-in h4 a:hover,
#bbp-user-navigation ul li a:hover {
	color: #04d39f;
}

#bbpress-forums ul.bbp-forums {
	border: none;
	margin-top: 0px;
}

#bbpress-forums li.bbp-body ul.topic {
	padding: 20px 0;
}

#bbpress-forums li.bbp-body ul.forum {
	padding: 12px 0 3px 0;
}

.bbp-forum-topic-count,
.bbp-forum-reply-count,
.bbp-forum-freshness,
.bbp-topic-title,
.bbp-topic-voice-count,
.bbp-topic-reply-count,
.bbp-topic-freshness {
	line-height: 24px;
}

ul.forum-titles li {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 40px;
}

/* FORUM - Search Form */
#bbpress-forums div.bbp-search-form {
	margin-bottom: 25px;
	width: 100%;
}

#bbpress-forums #bbp-search-form #bbp_search {
	padding-left: 15px;
	width: 85%;
	display: table-cell;
	vertical-align: middle;
	margin-right: 12px;
}

#bbpress-forums #bbp-search-form #bbp_search:focus {
	background: #fff;
}

#bbpress-forums #bbp-search-form #bbp_search_submit {
	border: none;
	margin: 0;
}

#bbpress-forums #bbp-search-form #bbp_search_submit:hover {
	background: #323232;
}

#bbpress-forums .bbp-breadcrumb {
	display: none;
}

.bbp-forums a {
	font-size: 14px;
	color: #04d39f;
}

.bbp-forums a:hover {
	color: #323232;
}

/* FORUM - Block */
#bbpress-forums li.bbp-header {
	padding: 8px 0;
	border-top: none;
	font-weight: normal;
	color: #ffffff;
	border: none;
	background: #323232;
}

#bbpress-forums li.bbp-body {
	border: 1px solid #dddddd;
	border-top: none;
}

#bbpress-forums li.bbp-body ul.forum {
	padding: 10px 0 10px 0;
}

#bbpress-forums .bbp-forums-list {
	border-left: none;
	margin: 0;
	padding: 0;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
	font-size: 13px;
	line-height: 30px;
}

/* FORUM - Replies */
#bbpress-forums .bbp-replies li.bbp-header {
	padding: 12px 0;
	margin-bottom: 20px;
}

#bbpress-forums .bbp-replies li.bbp-body {
	border: none;
}

#bbpress-forums .bbp-replies li.bbp-body .bbp-reply-header {
	border: 1px solid #ddd;
	padding: 5px 25px;
	background: rgba(249, 249, 249, 0.9);
	border-bottom: none;
}

#bbpress-forums .bbp-replies li.bbp-body .topic-author {
	border: 1px solid #dddddd;
	margin-bottom: 20px;
	background: #ffffff;
}

#bbpress-forums .bbp-replies li.bbp-body .topic-author:last-child {
	margin-bottom: 0px;
}

#bbpress-forums .bbp-replies li.bbp-body .topic-author .avatar {
	margin-bottom: 10px;
}

/* FORUM - Admin Details */
#buddypress #item-header-cover-image #item-header-avatar img.avatar {
	background: rgba(255, 255, 255, 0.8);
	border: 7px solid #ffffff;
}

#buddypress #item-nav .item-list-tabs#object-nav ul li {
	margin-right: 5px;
}

#buddypress #item-nav .item-list-tabs#object-nav ul li a {
	background: #f5f5f5;
	opacity: 1;
	color: #323232;
	font-weight: 600;
	border-radius: 3px;
	border: 1px solid #ececec;
}

#buddypress #item-nav .item-list-tabs#object-nav ul li.selected a {
	background: #04d39f;
	color: #ffffff;
	opacity: 1;
	border-color: #04d39f;
}

#buddypress #item-body .item-list-tabs#subnav {
	border: 1px solid #dddddd;
	color: #ffffff;
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 25px;
}

#buddypress #item-body .item-list-tabs#subnav ul li {
	margin-top: 0px;
	margin-right: 5px;
}

#buddypress #item-body .item-list-tabs#subnav ul li#public-personal-li {
	margin-top: 0px;
}

#buddypress #item-body .item-list-tabs#subnav ul li a {
	background: #f5f5f5;
	opacity: 1;
	color: #969696;
	font-weight: 400;
	border-radius: 3px;
	border: 1px solid #ececec;
	padding: 2px 10px;
	font-size: 13px;
}

#buddypress #item-body .item-list-tabs#subnav ul li.selected a {
	background: #04d39f;
	color: #ffffff;
	opacity: 1;
	border-color: #04d39f;
}

#buddypress #item-body .item-list-tabs#subnav ul #activity-filter-select {
	margin: 0;
}

#buddypress #item-body #activity-filter-select label {
	display: none;
}

#buddypress #item-body #activity-filter-select #activity-filter-by {
	margin: 0;
	border-radius: 3px;
	color: #969696;
	background: #f5f5f5;
	border: none;
}

#buddypress ul.activity-list {
	border: none;
}

#buddypress ul.activity-list .activity {
	border: 1px solid #dddddd;
	padding: 15px;
	margin-bottom: 15px;
}

#buddypress ul.activity-list li .activity-meta .button {
	padding: 4px 15px;
	border-radius: 3px;
}

#buddypress ul.activity-list li .activity-meta .button:focus,
#buddypress ul.activity-list li .activity-meta .button:hover {
	color: #04d39f;
	background: transparent;
	border-color: #04d39f;
}

#buddypress #reply-title small a span,
#buddypress a.bp-primary-action span {
	border-radius: 20px;
	background: #323232;
	font-weight: normal;
	height: 19px;
	display: inline-block;
	width: 19px;
	line-height: 20px;
	text-align: center;
	padding: 0;
}

#buddypress .activity #reply-title small a:hover span,
#buddypress .activity a.bp-primary-action:hover span {
	color: #ffffff;
	background: #323232;
}

/* FORUM - Admin Profile */
#buddypress #item-body .profile .bp-widget {
	border: 1px solid #dddddd;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

#buddypress #item-body .profile .bp-widget h2 {
	font-size: 18px;
	background: #323232;
	text-transform: none;
	font-weight: 400;
	margin: 0;
	padding: 0px 20px;
	color: #ffffff;
}

#buddypress #item-body .profile .bp-widget .profile-fields td {
	border: none;
	border-top: 1px solid #dddddd;
	padding: 5px 20px;
	width: 70%;
	height: auto;
	color: #969696;
	line-height: 26px;
	font-weight: 500;
	font-size: 13px !important;
}

#buddypress #item-body .profile .bp-widget .profile-fields td.label {
	width: 30%;
	text-align: left;
}

/* BBPress - Members */
#buddypress div.dir-search {
	float: none;
	margin-bottom: 25px;
	margin-top: 0px;
}

#buddypress div.dir-search #members_search {
	border: 2px solid #f5f5f5;
	padding: 0px 15px;
	width: 81.5%;
	font-size: 15px;
	background: #f5f5f5;
	color: #323232;
	border-radius: 3px;
	vertical-align: middle;
}

#buddypress div.dir-search #members_search:focus {
	background: #fff;
	border-color: #04d39f;
}

#buddypress div.dir-search #members_search_submit {
	padding: 0px 18px;
	width: 18%;
	border: none;
	margin: 0;
	background: #04d39f;
	color: #ffffff;
}

#buddypress div.dir-search #members_search_submit:hover {
	background: #323232;
}

#buddypress #members-directory-form .item-list-tabs li a {
	background: #04d39f;
	color: #ffffff;
	font-weight: 400;
	opacity: 1;
}

#buddypress #members-dir-list div.pagination .pag-count {
	padding-left: 0;
}

#buddypress #members-dir-list div.pagination .pagination-links {
	padding-right: 0;
}

#buddypress #members-dir-list div.pagination-links a,
#buddypress #members-dir-list div.pagination-links span {
	background: #f5f5f5;
	color: #323232;
	padding: 6px 12px;
	border: 1px solid #ececec;
	font-weight: normal;
	border-radius: 3px;
	margin-left: 5px;
}

#buddypress #members-dir-list div.pagination-links span {
	background: #04d39f;
	border-color: #04d39f;
	color: #ffffff;
}

#buddypress .dir-form #subnav.item-list-tabs {
	border: 1px solid #dddddd;
	background: #f9f9f9;
	color: #ffffff;
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 25px;
}

#buddypress .dir-form #subnav.item-list-tabs .filter label {
	display: none;
}

#buddypress #members-list li {
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	padding: 25px;
}

#buddypress #members-list li.odd {
	background: #f9f9f9;
}

#buddypress div.item-list-tabs ul li a span {
	border: none;
	display: inline-block;
	color: #fff;
	background: #04d39f;
	margin-left: 5px;
	padding: 2px;
	height: 26px;
	width: 26px;
	line-height: 22px;
}

#buddypress div.item-list-tabs ul li a:hover span,
#buddypress div.item-list-tabs ul li.current a span,
#buddypress div.item-list-tabs ul li.selected a span {
	background: #323232;
}

#buddypress ul.item-list li div.item-title span {
	color: #969696;
	font-size: 14px;
}

#buddypress .item-list .item-title a {
	font-weight: 600;
}

#buddypress ul.item-list li div.item-title,
#buddypress ul.item-list li h3,
#buddypress ul.item-list li h4 {
	line-height: 18px;
}

/* BBPress - Members Details */
#buddypress #activity-stream p {
	margin: 0px 0px 5px 0px;
}

#buddypress .activity-list .activity-content .activity-inner,
#buddypress .activity-list .activity-content blockquote {
	margin: 0px;
}

#buddypress div.activity-meta {
	margin: 10px 0 0;
}

#buddypress div.item-list-tabs ul li {
	float: none;
	display: inline-block;
}

#buddypress #item-body .profile .bp-widget .profile-fields tr:first-child td {
	border-top: none;
}

table.profile-settings {
	margin-bottom: 20px;
}

#buddypress table.forum tr.alt td,
#buddypress table.messages-notices tr.alt td,
#buddypress table.notifications tr.alt td,
#buddypress table.notifications-settings tr.alt td,
#buddypress table.profile-fields tr.alt td,
#buddypress table.profile-settings tr.alt td,
#buddypress table.wp-profile-fields tr.alt td {
	color: #969696;
}

#buddypress div.item-list-tabs ul li a,
#buddypress div.item-list-tabs ul li span {
	padding: 6px 12px;
	background: #323232;
	color: #fff;
	border-radius: 3px;
}

#buddypress #profile-edit-form ul.button-nav {
	display: inline-block;
	width: 100%;
	padding: 0;
}

#buddypress .standard-form input[type=text] {
	margin-bottom: 10px;
}

#buddypress div.item-list-tabs ul li.current a,
#buddypress div.item-list-tabs ul li.selected a {
	background-color: #04d39f;
	color: #fff;
	opacity: 1;
	font-weight: normal;
}

/* */
a.bbp-forum-title {
	color: #323232;
	font-weight: 600;
}

a.bbp-forum-title:hover {
	color: #04d39f;
}

li.bbp-forum-info {
	line-height: 40px;
	vertical-align: middle;
}

p.bbp-topic-meta {
	display: none;
}

#bbpress-forums li.bbp-footer {
	display: none;
	background: #fbfbfb;
	border: none;
}

.subscription-toggle {
	display: none;
}

div.bbp-template-notice p {
	font-size: 14px;
	line-height: 30px;
}

#bbpress-forums div.bbp-template-notice img.avatar {
	display: none;
}

.bbp-pagination-count {
	font-size: 14px;
}

.bbp-topic-title {
	padding-left: 25px;
}

a.bbp-topic-permalink {
	font-size: 14px;
	font-weight: 600;
}

.bbp-pagination {
	display: none;
}

div.bbp-template-notice,
div.indicator-hint {
	margin: 0 0 30px 0;
}

#bbpress-forums fieldset.bbp-form {
	border: none;
	padding: 0;
}

legend {
	border-bottom: none;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
	margin-bottom: 30px;
}

#bbpress-forums fieldset.bbp-form label {
	font-size: 14px;
	margin-bottom: 7px;
}

#bbpress-forums fieldset.bbp-form select {
	height: 46px;
	width: 100%;
}

#bbpress-forums fieldset.bbp-form textarea,
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form input {
	background: #f5f5f5;
	font-size: 14px;
	padding-left: 15px;
	border-radius: 3px;
	color: #969696;
}

#bbpress-forums fieldset.bbp-form textarea:focus,
#bbpress-forums fieldset.bbp-form select:focus,
#bbpress-forums fieldset.bbp-form input:focus {
	background: #fff;
}

div.bbp-submit-wrapper {
	float: none;
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
	border: none;
	margin-bottom: 30px;
}

#bbpress-forums div.odd,
#bbpress-forums ul.odd,
#bbpress-forums div.bbp-reply-author,
#bbpress-forums div.bbp-reply-content {
	font-size: 14px;
}

#bbpress-forums li.bbp-header .bbp-reply-content {
	padding-right: 40px;
}

#bbpress-forums div.bbp-topic-tags {
	float: left;
}

div.bbp-breadcrumb,
div.bbp-topic-tags {
	font-size: 14px;
}

/* BBPress - Table */
#bbpress-forums .bbp-forums-list li {
	display: block;
}

/* BBPress Text color */
#buddypress a.activity-time-since,
#buddypress .comment-reply-link,
#buddypress .generic-button a,
#buddypress .standard-form button,
#buddypress a.button,
#buddypress input[type=button],
#buddypress input[type=reset],
#buddypress input[type=submit],
#buddypress ul.button-nav li a,
a.bp-title-button,
#buddypress .activity-list .activity-content .activity-header,
#buddypress .activity-list .activity-content .comment-header,
#buddypress .dir-search input[type=search],
#buddypress .dir-search input[type=text],
#buddypress .groups-members-search input[type=search],
#buddypress .groups-members-search input[type=text],
#buddypress .standard-form input[type=color],
#buddypress .standard-form input[type=date],
#buddypress .standard-form input[type=datetime-local],
#buddypress .standard-form input[type=datetime],
#buddypress .standard-form input[type=email],
#buddypress .standard-form input[type=month],
#buddypress .standard-form input[type=number],
#buddypress .standard-form input[type=password],
#buddypress .standard-form input[type=range],
#buddypress .standard-form input[type=search],
#buddypress .standard-form input[type=tel],
#buddypress .standard-form input[type=text],
#buddypress .standard-form input[type=time],
#buddypress .standard-form input[type=url],
#buddypress .standard-form input[type=week],
#buddypress .standard-form select,
#buddypress .standard-form textarea {
	color: #969696;
}

/* BBPress Button */
.bp_members #buddypress ul.button-nav li a,
#buddypress .generic-button a,
#buddypress input[type=submit],
#buddypress div.activity-comments form div.ac-reply-content a {
	border: none;
	color: #ffffff !important;
	line-height: 44px;
	padding: 0px 18px;
	text-transform: uppercase;
	border-radius: 3px;
	font-weight: normal;
	font-size: 14px;
	cursor: pointer;
	display: inline-block;
}

.bp_members #buddypress ul.button-nav li a,
#buddypress .generic-button a,
#buddypress input[type=submit] {
	background: #04d39f;
}

.bp_members #buddypress ul.button-nav li a:hover,
#buddypress div.generic-button a:hover,
#buddypress input[type=submit]:hover {
	background: #323232;
	border: none;
	color: #ffffff;
}

/* Black btn */
.bp_members #buddypress ul.button-nav li.current a,
#buddypress div.activity-comments form div.ac-reply-content a {
	background: #323232;
}

.bp_members #buddypress ul.button-nav li.current a:hover,
#buddypress div.activity-comments form div.ac-reply-content a:hover {
	background: #04d39f;
}

/* BBPress input */
#buddypress .dir-search input[type=search],
#buddypress .dir-search input[type=text],
#buddypress .groups-members-search input[type=search],
#buddypress .groups-members-search input[type=text],
#buddypress .standard-form input[type=color],
#buddypress .standard-form input[type=date],
#buddypress .standard-form input[type=datetime-local],
#buddypress .standard-form input[type=datetime],
#buddypress .standard-form input[type=email],
#buddypress .standard-form input[type=month],
#buddypress .standard-form input[type=number],
#buddypress .standard-form input[type=password],
#buddypress .standard-form input[type=range],
#buddypress .standard-form input[type=search],
#buddypress .standard-form input[type=tel],
#buddypress .standard-form input[type=text],
#buddypress .standard-form input[type=time],
#buddypress .standard-form input[type=url],
#buddypress .standard-form input[type=week],
#buddypress .standard-form select,
#buddypress .standard-form textarea {
	padding: 0px 10px;
	height: 46px;
	background: #f5f5f5;
	border: 2px solid #f5f5f5;
	border-radius: 3px;
	color: #969696;
	font-size: 14px;
}

#buddypress div.activity-comments form textarea {
	border: 2px solid #f5f5f5;
	background: #f5f5f5;
	padding: 5px 10px;
}

#buddypress div.activity-comments form textarea:focus {
	border-color: #04d39f;
}

/* bbPress Forum Standard Topic */
li.bbp-header div.bbp-topic-content span#subscription-toggle a,
li.bbp-header div.bbp-topic-content span#favorite-toggle a,
li.bbp-header div.bbp-reply-content span#subscription-toggle a,
li.bbp-header div.bbp-reply-content span#favorite-toggle a {
	color: #04d39f;
}

#bbpress-forums fieldset.bbp-form legend {
	padding: 0;
}

#bbpress-forums .bbp-replies div.even,
#bbpress-forums .bbp-replies ul.even,
#bbpress-forums .bbp-replies div.odd,
#bbpress-forums .bbp-replies ul.odd {
	border: 1px solid #dddddd;
	margin-bottom: 20px;
	background: #ffffff;
}

/* bbPress Admin */
#buddypress form#whats-new-form textarea {
	background: #f5f5f5;
	color: #969696;
}

#buddypress #whats-new:focus {
	border-color: #f5f5f5 !important;
	outline-color: #f5f5f5;
}

#buddypress div.activity-comments form .ac-textarea {
	background: none;
	border: none;
	margin-bottom: 5px;
	padding: 0;
}

#buddypress div#item-header div#item-meta {
	color: #969696;
	font-size: 13px;
}

/* BBPRESS FORUMS CATEGORY */
div.bbp-template-notice,
div.indicator-hint {
	color: #323232;
}

div.bbp-template-notice a {
	color: #04d39f;
}

div.bbp-template-notice a:hover {
	color: #323232;
}

/* BBPRESS FORUM ANONYMOUS TOPIC */
span.bbp-admin-links a,
span.bbp-admin-links {
	color: #969696;
}

span.bbp-admin-links a:hover {
	color: #04d39f;
}

.bbp-forum-header a.bbp-forum-permalink,
.bbp-topic-header a.bbp-topic-permalink,
.bbp-reply-header a.bbp-reply-permalink {
	color: #04d39f;
}

.bbp-forum-header a.bbp-forum-permalink:hover,
.bbp-topic-header a.bbp-topic-permalink:hover,
.bbp-reply-header a.bbp-reply-permalink:hover {
	color: #323232;
}

span.bbp-author-ip {
	color: #969696;
}

#buddypress .field-visibility-settings,
#buddypress .field-visibility-settings-notoggle,
#buddypress .field-visibility-settings-toggle {
	color: #969696;
}

/* ACTIVITY */
#buddypress div.activity-comments div.acomment-meta {
	color: #969696;
	font-size: 14px;
}

#buddypress .acomment-options a,
#buddypress .acomment-options a {
	color: #04d39f;
	font-size: 14px;
}

#buddypress .acomment-options a:hover,
#buddypress .acomment-options a:hover {
	color: #323232;
}

#buddypress a.activity-time-since:hover {
	color: #04d39f;
	text-decoration: none;
}

#buddypress .activity-list li.load-more a,
#buddypress .activity-list li.load-newest a {
	color: #323232;
}

#buddypress div.activity-comments div.acomment-content {
	font-size: 14px;
}

/* User destails */
.drag-drop .drag-drop-inside p {
	color: #969696;
}

#buddypress div.pagination {
	color: #969696;
}

table.notifications {
	margin-bottom: 20px;
}

select {
	color: #969696;
}

#buddypress div#message p,
#sitewide-notice p {
	color: #323232;
}

.datebox-selects {
	margin-bottom: 15px;
}

#buddypress .standard-form .checkbox label,
#buddypress .standard-form .radio label {
	color: #969696;
}

/*Other */
#buddypress #reply-title small a:hover span,
#buddypress a.bp-primary-action:hover span {
	color: #323232;
}

#buddypress .comment-reply-link,
#buddypress .generic-button a,
#buddypress .standard-form button,
#buddypress a.button,
#buddypress input[type=button],
#buddypress input[type=reset],
#buddypress input[type=submit],
#buddypress ul.button-nav li a,
a.bp-title-button {
	background: #04d39f;
	border: none;
	color: #ffffff !important;
	line-height: inherit;
	padding: 6px 18px;
	text-transform: uppercase;
	border-radius: 3px;
	font-weight: normal;
	font-size: 14px;
	cursor: pointer;
	display: inline-block;
}

#buddypress .mce-panel .mce-toolbar .mce-ico {
	color: #ffffff;
}

#buddypress .comment-reply-link:hover,
#buddypress .standard-form button:hover,
#buddypress a.button:focus,
#buddypress a.button:hover,
#buddypress div.generic-button a:hover,
#buddypress input[type=button]:hover,
#buddypress input[type=reset]:hover,
#buddypress input[type=submit]:hover,
#buddypress ul.button-nav li a:hover,
#buddypress ul.button-nav li.current a {
	background: #323232;
	border: none;
}

.mce-tinymce .mce-toolbar .mce-btn-group .mce-btn,
.mce-tinymce .qt-dfw {
	border: none;
}

#buddypress ul.activity-list li .activity-meta .button:focus,
#buddypress ul.activity-list li .activity-meta .button:hover {
	background: #323232;
}

/*==========================================================*/
/* Gravity Forms */
/*==========================================================*/
.content-wrapper .gform_wrapper .gfield_required {
	color: #ff0000;
}

.content-wrapper .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.content-wrapper .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
	display: none;
}

.content-wrapper .address_line_1,
.content-wrapper .address_line_2 {
	margin-bottom: 20px;
	display: block;
}

.content-wrapper .gform_wrapper .ginput_complex .ginput_left.address_city,
.content-wrapper .gform_wrapper .ginput_complex .ginput_left.address_state {
	margin-bottom: 20px;
}

.gform_wrapper.gf_browser_chrome select {
	background: #f5f5f5;
	border: 2px solid #f5f5f5;
	color: #969696;
}

.ginput_container_list table th {
	background: none;
}

.gform_wrapper .gform_page_footer .button.gform_next_button,
.gform_wrapper .gform_page_footer .button.gform_previous_button {
	background: #04d39f;
	border: none;
	color: #ffffff;
	line-height: 44px;
	padding: 0px 18px;
	text-transform: uppercase;
	border-radius: 3px;
	font-weight: normal;
	font-size: 14px;
	cursor: pointer;
	display: inline-block;
}

.gform_wrapper .gform_page_footer .button.gform_next_button:hover,
.gform_wrapper .gform_page_footer .button.gform_previous_button:hover {
	background: #323232;
}

.content-wrapper .gform_wrapper .gf_progressbar_percentage {
	background: repeating-linear-gradient(-45deg, rgb(96, 167, 39), rgb(96, 167, 39) 10px, #b4d2a0 10px, #b4d2a0 20px), linear-gradient(to bottom, rgb(96, 167, 39), #ffffff);
}

body .content-wrapper .gform_wrapper ul li.gfield.gfield_html img {
	max-width: 20% !important;
}

.content-wrapper .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.content-wrapper .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.content-wrapper .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin-top: 0px;
	margin-right: 5px;
}

.content-wrapper .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.content-wrapper .gform_wrapper li.gfield_error textarea {
	border-color: rgba(212, 121, 121, 0.2);
	background: rgba(232, 90, 90, 0.05);
	border-width: 2px;
}

.content-wrapper .gform_wrapper .gfield_error .gfield_label {
	color: inherit;
}

.content-wrapper .gform_wrapper li.gfield.gfield_error,
.content-wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: inherit;
	margin-bottom: 0px !important;
	border-top: none;
	border-bottom: none;
	padding-bottom: 0;
	padding-top: 0;
	box-sizing: border-box;
}

.content-wrapper .gform_wrapper .validation_message {
	letter-spacing: inherit;
	color: #a94442;
	background-color: #f2dede;
	border: 1px solid #ebccd1;
	margin-top: 15px;
	font-weight: 600;
	font-size: 13px;
	padding: 10px 15px;
}

.content-wrapper .gform_wrapper .field_description_below .gfield_description {
	padding: 10px 15px;
}

.content-wrapper .gform_wrapper div.validation_error {
	color: #bd5959;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
	border: 2px solid #e4bdbd;
	padding: 18px 14px;
	background: #f7dddd;
	letter-spacing: 0.5px;
}

.content-wrapper .gform_wrapper .gfield_checkbox li label,
.content-wrapper .gform_wrapper .gfield_radio li label {
	font-size: 13px;
}

.content-wrapper .gform_wrapper .description,
.content-wrapper .gform_wrapper .gfield_description,
.content-wrapper .gform_wrapper .gsection_description,
.content-wrapper .gform_wrapper .instruction {
	font-size: 14px;
}

.content-wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 0px 10px;
}

.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
	font-size: 20px;
	text-transform: uppercase;
}

/* Microsoft Edge Browser 12+ (All) - @supports method */
@supports (-ms-ime-align:auto) {
	@media only screen and (min-width:1200px) {
		.header-style-menu-center .container-fluid #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > .mega-sub-menu,
		.header-style-menu-right .container-fluid #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>.mega-sub-menu {
			width: 100% !important;
			left: 0% !important;
			right: 0% !important;
			-webkit-transform: translateX(0%) !important;
			-ms-transform: translateX(0%) !important;
			transform: translateX(0%) !important;
		}

	}
}

.newsletter-msg {
	display: none;
}

.price_slider,
.price_label,
.price_slider_amount input {
	display: none;
}

.blog-entry-html-video.audio-video > video {
	width: 100%;
	height: 100%;
}

.ciyashop-hidden {
	display: none;
}

.star-rating .star-rating-inner {
	width: 0%;
}

.intro_header_video-bg {
	opacity: 0;
}


/*==================================================================*/
/* WooCommerce New */
/*==================================================================*/
.wc-block-cart .wc-block-cart__main {padding-right: 15px;}
.wc-block-cart .wc-block-cart__main .wc-block-cart-items {border: 1px solid #e8e8e8;}
.wc-block-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__header th {background: #323232 !important; padding: 15px 20px; font-size: 15px; text-transform: capitalize;  color: #ffffff;}
.wc-block-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__header th.wc-block-cart-items__header-product {visibility: visible;}
.wc-block-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__header th.wc-block-cart-items__header-total,
.wc-block-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__total {text-align: left;}
.wc-block-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__total .wc-block-cart-item__total-price-and-sale-badge-wrapper {align-items: start;}
.wc-block-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__total .wc-block-components-formatted-money-amount {font-size: 18px; color: var(--cs-primary-color, #04d39f); font-weight: 600;}

.wc-block-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {padding: 20px 0 20px 20px;}
.wc-block-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-name {font-size: 18px;     line-height: 26px; color: var(--cs-secondary-color, #323232); font-weight: 600; margin-bottom: 10px; transition: all 0.25s ease-out 0s;}
.wc-block-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-name:hover {color: var(--cs-primary-color, #04d39f);}
.wc-block-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__prices {display: inline-block; margin-top: 1px; margin-right: 10px;}
.wc-block-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__prices .wc-block-components-product-price {font-size: 15px; color: var(--cs-secondary-color, #323232); font-weight: 600; margin-bottom: 10px;}
.wc-block-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__prices .wc-block-components-product-price .wc-block-components-product-price__value {color: var(--cs-primary-color, #04d39f);}
.wc-block-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-metadata {font-size: inherit; margin-bottom: 15px;}
.wc-block-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-metadata .wc-block-components-product-details .wc-block-components-product-details__name {font-weight: 600; text-transform: capitalize; font-size: 12px; color: var(--cs-secondary-color, #323232);}
.wc-block-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-badge {background: #39b54a; color: #ffffff; vertical-align: top; border: none; margin-right: 10px;}

.wc-block-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity {display: flex; gap: 20px;}
.wc-block-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector {width: 110px;}
.wc-block-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector:after {border-radius: 0;}
.wc-block-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {padding: 8px 0;}

.wc-block-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {font-size: 13px; color: var(--cs-primary-color, #04d39f);}

/*----------------------------------*/
/* Cart Totla */
/*----------------------------------*/
.wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block {border: 3px solid #f1f1f1; padding: 25px; margin-bottom: 20px;}
.wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title {font-size: 22px; line-height: 30px; text-transform: capitalize; color: var(--cs-secondary-color, #323232); margin-bottom: 20px;}

.wc-block-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper {border-left: 1px solid hsla(0,0%,7%,.11); border-right: 1px solid hsla(0,0%,7%,.11);}
.wc-block-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-panel,
.wc-block-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon,
.wc-block-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item {padding-left: 25px; padding-right: 25px;}

.wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-formatted-money-amount {color: var(--cs-secondary-color, #323232);}
.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-shipping-block .wc-block-components-radio-control__input:checked {border-color: var(--cs-primary-color, #04d39f);}
.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-shipping-block .wc-block-components-radio-control__input:checked:before {background: var(--cs-primary-color, #04d39f);}
.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-shipping-block .wc-block-components-radio-control .wc-block-components-radio-control__label {font-size: 14px; font-weight: 600; color: var(--cs-secondary-color, #323232);}
.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-shipping-block .wc-block-components-radio-control .wc-block-components-formatted-money-amount {font-size: 14px; font-weight: 600; color: var(--cs-primary-color, #04d39f);}

/* Address Update */
.wc-block-components-shipping-calculator-address .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-shipping-calculator-address .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-shipping-calculator-address .wc-block-components-text-input input[type=text] {border-color: #e8e8e8; box-shadow: none !important;}
.wc-block-components-shipping-calculator-address .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,
.wc-block-components-shipping-calculator-address .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {border-color: #e8e8e8;}

.wc-block-components-shipping-calculator-address .wc-block-components-combobox .components-combobox-control__suggestions-container .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected {background: #f5f5f5;}
.wc-block-components-shipping-calculator-address .wc-block-components-combobox .components-combobox-control__suggestions-container .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover {background: var(--cs-primary-color, #04d39f); color: #ffffff;}

.wc-block-components-shipping-calculator-address .components-button.wc-block-components-button {background: var(--cs-secondary-color, #323232); border: none;
    color: #ffffff; text-transform: uppercase; transition: all .25s ease-out 0s;}
.wc-block-components-shipping-calculator-address .components-button.wc-block-components-button:hover {background: var(--cs-primary-color, #04d39f);}

.wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-subtotal-block .wc-block-components-formatted-money-amount,
.wc-block-components-sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {color: var(--cs-secondary-color, #323232);}
.wc-block-components-sidebar .wc-block-components-totals-footer-item .wc-block-formatted-money-amount {font-size: 22px; line-height: 30px; color: var(--cs-primary-color, #04d39f); font-weight: 600;}

/* Add Coupon Input */
.wc-block-components-totals-coupon .wc-block-components-totals-coupon-link {color: var(--cs-primary-color, #04d39f); font-size: 16px;}
.wc-block-components-totals-coupon__content .wc-block-components-text-input input[type=text] {border: 1px solid #e8e8e8;}
.wc-block-components-totals-coupon__content .wc-block-components-text-input input[type=text]:focus {border-color: var(--cs-primary-color, #04d39f); box-shadow: none;}
.wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__button {background: #323232; color: #ffffff; border: none; border-radius: 3px;}
.wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__button:hover {background: var(--cs-primary-color, #04d39f);}

/* Proceed to Checkout Button */
.wc-block-cart .wc-block-components-sidebar .wc-block-cart__submit .wc-block-cart__submit-button {background: var(--cs-primary-color, #04d39f); font-size: 15px; color: #ffffff; line-height: 24px; font-weight: 500; text-transform: uppercase; padding: 15px; border: none; outline: none; overflow: hidden; position: relative; z-index: 0; transition: all .5s ease-out 0s;}
.wc-block-cart .wc-block-components-sidebar .wc-block-cart__submit .wc-block-cart__submit-button:focus {outline: none; box-shadow: none;}
.wc-block-cart .wc-block-components-sidebar .wc-block-cart__submit .wc-block-cart__submit-button:hover {background: #323232;}

/*----------------------------------*/
/* You may be interested in */
/*----------------------------------*/
.wc-block-cart .wc-block-cart__main.wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-cross-sells-block .wp-block-heading {line-height: 1.1;}
.wc-block-components-product-image .wc-block-components-product-sale-badge {background: #65cf0f; color: #ffffff; padding: 0 10px; border: none;}
.wc-block-cart .wc-block-cart__main.wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-price .wc-block-components-product-price__value,
.wc-block-cart .wc-block-cart__main.wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-price .wc-block-components-product-price__regular {font-size: 16px; font-weight: 600; color: var(--cs-secondary-color);}
.wc-block-cart .wc-block-cart__main.wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-price .wc-block-components-product-price__regular {opacity: 0.5;}
.wc-block-cart .wc-block-cart__main.wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-rating-stars .wc-block-components-product-rating-stars__stars {font-size: 12px;}
.wc-block-cart .wc-block-cart__main.wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-rating-stars .wc-block-components-product-rating-stars__stars span{color: #ffbe00;}
.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {border-radius: 0;}
.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button:hover {background: var(--cs-primary-color, #04d39f); color: #ffffff;}

/*----------------------------------*/
/* Empty Cart */
/*----------------------------------*/
.wp-block-woocommerce-empty-cart-block .wp-block-separator.is-style-dots {margin-bottom: 30px; margin-top: 30px;}
.wp-block-woocommerce-empty-cart-block .wp-block-heading {font-size: 22px; line-height: 30px; margin-bottom: 20px;}

.wp-block-woocommerce-empty-cart-block .wp-block-product-new.wc-block-grid.has-1-columns li.wc-block-grid__product {flex: 1 0 100%; max-width: 100%;}
.wp-block-woocommerce-empty-cart-block .wp-block-product-new.wc-block-grid.has-2-columns li.wc-block-grid__product {flex: 1 0 50%; max-width: calc(50% - 13px);}
.wp-block-woocommerce-empty-cart-block .wp-block-product-new.wc-block-grid.has-3-columns li.wc-block-grid__product {flex: 1 0 33.3333%; max-width: calc(33.3333% - 17px);}
.wp-block-woocommerce-empty-cart-block .wp-block-product-new.wc-block-grid.has-4-columns li.wc-block-grid__product {flex: 1 0 25%; max-width: calc(25% - 19px);}
.wp-block-woocommerce-empty-cart-block .wp-block-product-new.wc-block-grid.has-5-columns li.wc-block-grid__product {flex: 1 0 20%; max-width: calc(20% - 20px);}
.wp-block-woocommerce-empty-cart-block .wp-block-product-new.wc-block-grid.has-6-columns li.wc-block-grid__product {flex: 1 0 16.6666%; max-width: calc(16.6666% - 21px);}
.wp-block-woocommerce-empty-cart-block .wp-block-product-new.wc-block-grid.has-7-columns li.wc-block-grid__product {flex: 1 0 14.2857%; max-width: calc(14.2857% - 22px);}
.wp-block-woocommerce-empty-cart-block .wp-block-product-new.wc-block-grid.has-8-columns li.wc-block-grid__product {flex: 1 0 12.5%; max-width: calc(12.5% - 22px);}

.wp-block-woocommerce-empty-cart-block .wp-block-product-new ul.wc-block-grid__products {display: flex; flex-wrap: wrap; gap: 25px; margin: 0; padding: 0;}
.wp-block-woocommerce-empty-cart-block .wp-block-product-new li.wc-block-grid__product {text-align: center;}
.wp-block-woocommerce-empty-cart-block .wp-block-product-new li.wc-block-grid__product .wc-block-grid__product-onsale {top: 10px; right: 10px; left: auto; margin: 0; min-height: inherit; z-index: 1; color: #ffffff; border: none; font-size: 12px; line-height: 24px; background-color: #10bf9c; padding: 2px 13px; text-transform: uppercase; border-radius: 3px;}
.wp-block-woocommerce-empty-cart-block .wp-block-product-new li.wc-block-grid__product .wc-block-grid__product-title {font-size: 15px; line-height: 24px; color: var(--cs-secondary-color, #323232); margin-top: 5px;}
.wp-block-woocommerce-empty-cart-block .wp-block-product-new li.wc-block-grid__product .wc-block-grid__product-price {color: var(--cs-secondary-color, #323232); font-weight: 700; font-size: 16px;}
.wp-block-woocommerce-empty-cart-block .wp-block-product-new li.wc-block-grid__product .wc-block-grid__product-price del {font-size: 13px; opacity: 0.5;}

.wp-block-woocommerce-empty-cart-block .wp-block-product-new li.wc-block-grid__product .wp-block-button {margin: 10px 15px 15px;}
.wp-block-woocommerce-empty-cart-block .wp-block-product-new li.wc-block-grid__product .wp-block-button .wp-block-button__link {background: #323232; color: #ffffff; font-size: 14px; font-weight: 500; padding: 8px 20px; line-height: 20px; position: relative; z-index: 0; overflow: hidden; border-radius: 0;}
.wp-block-woocommerce-empty-cart-block .wp-block-product-new li.wc-block-grid__product .wp-block-button .wp-block-button__link:hover {background: var(--cs-primary-color, #04d39f);}


/*=========================================*/
/* Checkout Page */
/*=========================================*/
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper .input-text {border-color: #e8e8e8; padding: 10px 10px;}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper .input-text:focus {border-color: var(--cs-primary-color, #04d39f); box-shadow: none;}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper .select2-container .select2-selection__rendered {padding-top: 0; padding-bottom: 0;}

/* Checkout Block */
.wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {padding-right: 20px; width: 50%;}
.wp-block-woocommerce-checkout .wc-block-components-sidebar {padding-left: 20px; width: 50%;}

.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-checkout-step .wc-block-components-checkout-step__heading .wc-block-components-title {font-size: 22px; text-transform: inherit;}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-checkout-step .wc-block-components-checkout-step__heading .wc-block-components-title:before {color: var(--cs-primary-color, #04d39f);}

.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-checkout-step__content .wc-block-components-text-input input,
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-blocks-components-select .wc-blocks-components-select__select,
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-checkout-step .wc-block-components-text-input input[type=text],
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-checkout-step .wc-block-components-text-input input[type=tel],
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-checkout-step .wc-block-components-textarea,
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {border-color: #dddddd;}

.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-checkout-step__content .wc-block-components-text-input input:focus,
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-blocks-components-select .wc-blocks-components-select__select:focus,
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-checkout-step .wc-block-components-text-input input[type=text]:focus,
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-checkout-step .wc-block-components-text-input input[type=tel]:focus,
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-checkout-step .wc-block-components-textarea:focus,
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus {border-color: var(--cs-primary-color, #04d39f); box-shadow: none;}

/* Payment Option */
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-radio-control .wc-block-components-radio-control__input {min-height: 20px; min-width: 20px;}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-checkout__payment-method .wc-block-components-radio-control__option-checked {color: var(--cs-secondary-color, #323232);}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {border-color: var(--cs-primary-color, #04d39f);}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {min-height: 8px; min-width: 8px; background: var(--cs-primary-color, #04d39f);}

/* Place Order Button */
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button {color: var(--cs-secondary-color, #323232); padding-left: 30px;}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button:hover,
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button svg {color: var(--cs-primary-color, #04d39f); }
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {background: var(--cs-secondary-color, #323232); font-size: 16px; color: #ffffff; font-weight: 500; line-height: 26px; text-transform: uppercase; padding: 15px; overflow: hidden; position: relative; z-index: 0; border: none; transition: all 0.2s ease-in-out;}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-checkout__actions .wc-block-components-checkout-place-order-button:hover {background: var(--cs-primary-color, #04d39f);}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-checkout__actions .wc-block-components-checkout-place-order-button:focus {box-shadow: none; outline: none;}

/*----------------------------------*/
/* Order Summary */
/*----------------------------------*/
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block {border-bottom: 1px solid #e8e8e8;}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-panel__button:focus {outline: none;}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary__button-text {font-size: 18px; color: #323232; font-weight: 600;}
.wp-block-woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-product-metadata .wc-block-components-product-details__name {font-weight: 600;
    text-transform: capitalize; font-size: 12px; color: #323232;}

.wp-block-woocommerce-checkout .wc-block-components-order-summary__content {padding-top: 25px;}
.wp-block-woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-product-name {font-size: 14px; color: var(--cs-secondary-color, #323232); font-weight: 600; margin-bottom: 5px;}
.wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices {font-size: 14px;}
.wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-product-badge.wc-block-components-product-low-stock-badge {background: #39b54a; color: #fff; vertical-align: top; border: none; margin-right: 10px;}
.wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices .wc-block-components-product-price__value {color: var(--cs-primary-color, #04d39f);}
.wp-block-woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image {width: 55px;}
.wp-block-woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image > img {max-width: 55px; width: 55px;}
.wp-block-woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-order-summary-item__quantity {background: #323232; color: #ffffff; box-shadow: 0 0 0 3px #ffffff; font-weight: 600; font-size: 11px; line-height: 14px;}
.wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-product-metadata {font-size: 13px;}
.wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-product-metadata .wc-block-components-product-metadata__description p {line-height: 1.5;}

.wp-block-woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-order-summary-item__total-price .wc-block-formatted-money-amount {font-size: 16px; color: var(--cs-primary-color, #04d39f); font-weight: 600;}

/*----------------------------------*/
/* Order Summary : Light Spiral */
/*----------------------------------*/
.woocommerce-checkout-layout-light_spiral .wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block {position: relative; padding-top: 50px; padding-bottom: 20px; margin-top: 17px; background: #f9f9f9; border: none;}
.woocommerce-checkout-layout-light_spiral .wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block:before {content: "";
	background-image: url(../images/book-spiral.png); background-repeat: no-repeat;	height: 100px; width: 100%;	display: inline-block; top: -15px; position: absolute;	left: 0; background-size: 100%;}

.woocommerce-checkout-layout-light_spiral .wc-block-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper {border: none;}
.woocommerce-checkout-layout-light_spiral .wp-block-woocommerce-checkout .wc-block-components-order-summary__content {padding: 25px; margin-top: 10px; background: #ffffff;}

.woocommerce-checkout-layout-light_spiral .wc-block-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper {padding: 0 25px; margin-bottom: 7px;}
.woocommerce-checkout-layout-light_spiral .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-cart-items-block {padding: 0;}

.woocommerce-checkout-layout-light_spiral .wc-block-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon,
.woocommerce-checkout-layout-light_spiral .wc-block-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item {background: #ffffff; padding: 15px;}

/*----------------------------------*/
/* Order Summary : Dark */
/*----------------------------------*/
.woocommerce-checkout-layout-dark .wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block {position: relative; padding-top: 50px; padding-bottom: 20px; margin-top: 17px; background: #323232; border: none;}
.woocommerce-checkout-layout-dark .wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block:before {content: "";
	background-image: url(../images/page-effect.png); background-repeat: repeat-x;	height: 100px; width: 100%;	display: inline-block; top: -21px; position: absolute; left: 0;}

.woocommerce-checkout-layout-dark .wc-block-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper {border: none;}
.woocommerce-checkout-layout-dark .wp-block-woocommerce-checkout .wc-block-components-order-summary__content {padding: 25px; margin-top: 10px; background: #212121;}

.woocommerce-checkout-layout-dark .wc-block-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper {padding: 0 25px; margin-bottom: 7px;}
.woocommerce-checkout-layout-dark .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-cart-items-block {padding: 0;}

.woocommerce-checkout-layout-dark .wc-block-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon,
.woocommerce-checkout-layout-dark .wc-block-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item {background: #212121; padding: 15px;}

.woocommerce-checkout-layout-dark .wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary__button-text,
.woocommerce-checkout-layout-dark .wp-block-woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-product-name,
.woocommerce-checkout-layout-dark .wp-block-woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-product-metadata .wc-block-components-product-details__name,
.woocommerce-checkout-layout-dark .wc-block-components-sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.woocommerce-checkout-layout-dark .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-subtotal-block .wc-block-components-formatted-money-amount {color: #ffffff;}

/*===================================================*/
/* WooCommerce New Responsive Page */
/*===================================================*/
@media screen and (max-width: 992px) {

		.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main {width: 100%; padding: 0;}
		.wp-block-woocommerce-cart .wc-block-components-sidebar {width: 100%; padding: 0;}

    /*----------------------------*/
    /* Empty Cart */
    /*----------------------------*/
    .wp-block-woocommerce-empty-cart-block .wc-block-grid.has-4-columns li.wc-block-grid__product,
    .wp-block-woocommerce-empty-cart-block .wc-block-grid.has-5-columns li.wc-block-grid__product,
    .wp-block-woocommerce-empty-cart-block .wc-block-grid.has-6-columns li.wc-block-grid__product,
    .wp-block-woocommerce-empty-cart-block .wc-block-grid.has-7-columns li.wc-block-grid__product,
    .wp-block-woocommerce-empty-cart-block .wc-block-grid.has-8-columns li.wc-block-grid__product {flex: 1 0 33.3333% !important; max-width: calc(33.3333% - 17px) !important;}

    /*----------------------------*/
    /* Checkout Page */
    /*----------------------------*/
    .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main,
		.wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {padding-left: 0; padding-right: 0; width: 100%;}

		.wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-checkout__main {order: 1;}
		.wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-checkout__sidebar {margin-bottom: 30px; order: 0;}
}

@media screen and (max-width: 767px) {

    /*----------------------------*/
    /* Cart Page */
    /*----------------------------*/
    .wc-block-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__row {padding: 20px; border-bottom: 1px solid #e8e8e8;}
    .wc-block-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__row:last-child {border-bottom: none;}
    .wc-block-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {padding: 0; margin: 0;}

    .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper > div {padding-left: 16px; padding-right: 16px;}
    .wc-block-cart .wc-block-components-sidebar .wc-block-cart__submit-container--sticky:before {box-shadow: none;}

    .wc-block-cart .wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items {margin-bottom: 30px;}
    .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-radio-control .wc-block-components-radio-control__input {left: 0;}

    /*----------------------------*/
    /* Empty Cart */
    /*----------------------------*/
    .wp-block-woocommerce-empty-cart-block .wc-block-grid.has-3-columns li.wc-block-grid__product,
    .wp-block-woocommerce-empty-cart-block .wc-block-grid.has-4-columns li.wc-block-grid__product,
    .wp-block-woocommerce-empty-cart-block .wc-block-grid.has-5-columns li.wc-block-grid__product,
    .wp-block-woocommerce-empty-cart-block .wc-block-grid.has-6-columns li.wc-block-grid__product,
    .wp-block-woocommerce-empty-cart-block .wc-block-grid.has-7-columns li.wc-block-grid__product,
    .wp-block-woocommerce-empty-cart-block .wc-block-grid.has-8-columns li.wc-block-grid__product {flex: 1 0 50% !important; max-width: calc(50% - 13px) !important;}

    /*----------------------------*/
    /* Checkout Page */
    /*----------------------------*/
    .wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper > div {padding-left: 16px; padding-right: 16px;}
}

@media screen and (max-width: 479px) {

    /*-----------------------------*/
    /* Cart Page */
    /*-----------------------------*/
    .wc-block-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__row {display: flex; flex-direction: column;}
    .wc-block-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {width: 100px; padding: 0; margin-bottom: 15px;}
    .wc-block-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity {padding: 0;}
    .wc-block-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__total {margin: 0; margin-top: 15px;}

    .wc-block-cart .wc-block-components-sidebar {margin-top: 30px;}
    .wc-block-cart .wc-block-components-sidebar .wc-block-cart__submit {margin-bottom: 0;}

    /*----------------------------*/
    /* Empty Cart */
    /*----------------------------*/
    .wp-block-woocommerce-empty-cart-block .wp-block-product-new ul.wc-block-grid__products li.wc-block-grid__product {flex: 1 0 100% !important; max-width: 100% !important;}

    /*----------------------------*/
    /* Checkout Page */
    /*----------------------------*/
    .wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item {flex-wrap: wrap;}
    .wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description {width: 100%; order: 3; padding-bottom: 15px; padding-left: 0; padding-right: 0;}
    .wp-block-woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image {width: 70px; padding-bottom: 0;}
    .wp-block-woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image > img {max-width: 70px; width: 70px;}
    .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description {padding-top: 15px;}
}


/*==========================================================*/
/* Age Varification Popup */
/*==========================================================*/
body.pgs_agegate_enabled {
	overflow: hidden;
	margin-right: 17px;
}
.pgs_agegate_wrapper {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1025;
}
.pgs_agegate_wrapper.hidden,
.pgs_agegate_wrapper .hidden {
	display: none !important;
}

/* Overlay */
.pgs_agegate_wrapper.display_mode_popup.popup_style_modal:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.pgs_agegate_wrapper.display_mode_popup.popup_style_modal.popup_overlay_type_color:before {
	background-color: var(--pgs_agegate_popup_overlay_color_rgba);
}
.pgs_agegate_wrapper.display_mode_popup.popup_style_modal.popup_overlay_type_image:before {
	background-image: var(--pgs_agegate_popup_overlay_image);
	opacity: var(--pgs_agegate_popup_overlay_opacity);
}
.pgs_agegate_wrapper.display_mode_popup.popup_style_modal.popup_overlay_type_image_color {
	background-image: var(--pgs_agegate_popup_overlay_image);
}
.pgs_agegate_wrapper.display_mode_popup.popup_style_modal.popup_overlay_type_image_color:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: var(--pgs_agegate_popup_overlay_color_rgba);
}

/* Popup */
.pgs_agegate_wrapper .ciyashop-agegate-content,
.pgs_agegate_wrapper .ciyashop-agegate-content-forbiden {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 25px;
	position: absolute;
	left: 50%;
	z-index: 1;
	top: 50%;
	width: var( --pgs_agegate_content_width, 700px );
	padding: 60px;
	transform: translate(-50%, -50%);
}

.pgs_agegate_wrapper.display_mode_popup.popup_style_modal.popup_bg_type_color .ciyashop-agegate-content,
.pgs_agegate_wrapper.display_mode_popup.popup_style_modal.popup_bg_type_color .ciyashop-agegate-content-forbiden,
.pgs_agegate_wrapper.display_mode_popup.popup_style_fullscreen.popup_bg_type_color,
.pgs_agegate_wrapper.display_mode_content_restriction.popup_bg_type_color {
	background-color: var(--pgs_agegate_popup_bg_color);
}
.pgs_agegate_wrapper.display_mode_popup.popup_style_fullscreen.popup_bg_type_image_color:before,
.pgs_agegate_wrapper.display_mode_popup.popup_style_modal.popup_bg_type_image_color .ciyashop-agegate-content:before,
.pgs_agegate_wrapper.display_mode_popup.popup_style_modal.popup_bg_type_image_color .ciyashop-agegate-content-forbiden:before,
.pgs_agegate_wrapper.display_mode_content_restriction.popup_bg_type_image_color:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: var(--pgs_agegate_popup_bg_color);
	z-index: -1;
}

.pgs_agegate_wrapper.display_mode_popup.popup_bg_type_image_color .ciyashop-agegate-content,
.pgs_agegate_wrapper.display_mode_popup.popup_bg_type_image_color .ciyashop-agegate-content-forbiden,
.pgs_agegate_wrapper.display_mode_popup.popup_bg_type_image .ciyashop-agegate-content,
.pgs_agegate_wrapper.display_mode_popup.popup_bg_type_image .ciyashop-agegate-content-forbiden {
	background-image: var(--pgs_agegate_popup_bg_image);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.pgs_agegate_wrapper .ciyashop-agegate-popup-middle-text > img {
	max-width: 220px;
	margin-bottom: 15px;
}
.pgs_agegate_wrapper .ciyashop-agegate-popup-text {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	font-family: var(--pgs_agegate_title_font_family);
	font-size: var(--pgs_agegate_title_font_size, 36px);
	font-weight: var(--pgs_agegate_title_font_weight, 600);
	line-height: var(--pgs_agegate_title_line_height, 1.2);
	letter-spacing: var(--pgs_agegate_title_letter_spacing);
	color: var(--pgs_agegate_title_color);
}
.pgs_agegate_wrapper .ciyashop-agegate-popup-desc {
	padding: 0 20px;
	margin: 0;
	font-family: var(--pgs_agegate_desc_font_family);
	font-size: var(--pgs_agegate_desc_font_size, 36px);
	font-weight: var(--pgs_agegate_desc_font_weight, 600);
	line-height: var(--pgs_agegate_desc_line_height, 1.2);
	letter-spacing: var(--pgs_agegate_desc_letter_spacing);
	color: var(--pgs_agegate_desc_color);
}
.pgs_agegate_wrapper .ciyashop-agegate-popup-prompt {
	margin: 15px 0;
	font-family: var(--pgs_agegate_prompt_font_family);
	font-size: var(--pgs_agegate_prompt_font_size);
	font-weight: var(--pgs_agegate_prompt_font_weight);
	line-height: var(--pgs_agegate_prompt_line_height);
	letter-spacing: var(--pgs_agegate_prompt_letter_spacing);
	color: var(--pgs_agegate_prompt_color);
}

.pgs_agegate_wrapper .ciyashop-agegate-popup-button {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
  justify-content: center;
}
.pgs_agegate_wrapper .ciyashop-agegate-popup-button .confirm_btn,
.pgs_agegate_wrapper .ciyashop-agegate-popup-button .cancel_btn {
	border: none;
	outline: none;
	box-shadow: none;
	padding: 10px 20px;
	min-width: 130px;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
}
.pgs_agegate_wrapper .ciyashop-agegate-popup-button .confirm_btn {
	background: var(--pgs_agegate_confirmbtn_bg_color);
	color: var(--pgs_agegate_confirmbtn_text_color);
}
.pgs_agegate_wrapper .ciyashop-agegate-popup-button .cancel_btn {
	background: var(--pgs_agegate_cancelbtn_bg_color);
	color: var(--pgs_agegate_cancelbtn_text_color);
}

/*----------------------*/
/* Popup Full Screen */
/*----------------------*/
/*
.pgs_agegate_wrapper.popup_style_fullscreen.popup_bg_type_color {
	background-color: var(--pgs_agegate_popup_bg_color);
}
*/
.pgs_agegate_wrapper.display_mode_popup.popup_style_fullscreen.popup_bg_type_image_color,
.pgs_agegate_wrapper.display_mode_popup.popup_style_fullscreen.popup_bg_type_image,
.pgs_agegate_wrapper.display_mode_content_restriction.popup_bg_type_image,
.pgs_agegate_wrapper.display_mode_content_restriction.popup_bg_type_image_color {
	background-image: var(--pgs_agegate_popup_bg_image);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.pgs_agegate_wrapper.popup_style_fullscreen .ciyashop-agegate-content,
.pgs_agegate_wrapper.popup_style_fullscreen .ciyashop-agegate-content-forbiden {
	background-color: var(--cs-agegate_popup_bg_color);
}

.pgs_agegate_wrapper.popup_style_fullscreen.popup_bg_type_image_color .ciyashop-agegate-content,
.pgs_agegate_wrapper.popup_style_fullscreen.popup_bg_type_image_color .ciyashop-agegate-content-forbiden,
.pgs_agegate_wrapper.popup_style_fullscreen.popup_bg_type_image .ciyashop-agegate-content,
.pgs_agegate_wrapper.popup_style_fullscreen.popup_bg_type_image .ciyashop-agegate-content-forbiden {
	background-image: none;
}
.pgs_agegate_wrapper.popup_style_fullscreen .ciyashop-agegate-popup-desc,
.pgs_agegate_wrapper.popup_style_fullscreen .ciyashop-agegate-forbiden-desc {
	padding: 0 70px;
}

/*----------------------*/
/* Forbidden Message */
/*----------------------*/
/*
.pgs_agegate_wrapper.popup_style_modal.cs-forbiden .ciyashop-agegate-content,
.pgs_agegate_wrapper.popup_style_fullscreen.cs-forbiden .ciyashop-agegate-content,
.pgs_agegate_wrapper.popup_style_modal .ciyashop-agegate-content-forbiden,
.pgs_agegate_wrapper.popup_style_fullscreen .ciyashop-agegate-content-forbiden {
	display: none;
}
*/
.pgs_agegate_wrapper.popup_style_modal.cs-forbiden .ciyashop-agegate-content-forbiden,
.pgs_agegate_wrapper.popup_style_fullscreen.cs-forbiden .ciyashop-agegate-content-forbiden {
	display: flex;
}

.pgs_agegate_wrapper .ciyashop-agegate-forbiden-text {
	padding: 0;
	margin: 0;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 20px;
	color: var(--cs-agegate_title_color);
}
.pgs_agegate_wrapper .ciyashop-agegate-forbiden-desc {
	padding: 0 20px;
	margin: 0;
	color: var(--cs-agegate_desc_color);
}

/*
@media screen and (max-width: 767px) {
	.pgs_agegate_wrapper.popup_style_modal .ciyashop-agegate-content,
	.pgs_agegate_wrapper.popup_style_fullscreen .ciyashop-agegate-content,
	.pgs_agegate_wrapper.popup_style_modal .ciyashop-agegate-content-forbiden,
	.pgs_agegate_wrapper.popup_style_fullscreen .ciyashop-agegate-content-forbiden {width: 500px;}
	.pgs_agegate_wrapper.popup_style_fullscreen .ciyashop-agegate-popup-desc,
	.pgs_agegate_wrapper.popup_style_fullscreen .ciyashop-agegate-forbiden-desc {padding: 0;}
}

@media screen and (max-width: 520px) {
	.pgs_agegate_wrapper.popup_style_modal .ciyashop-agegate-content,
	.pgs_agegate_wrapper.popup_style_fullscreen .ciyashop-agegate-content,
	.pgs_agegate_wrapper.popup_style_modal .ciyashop-agegate-content-forbiden,
	.pgs_agegate_wrapper.popup_style_fullscreen .ciyashop-agegate-content-forbiden {width: 90%; padding: 40px 30px;}
}
*/
