body{
	overflow-x: hidden;
}

/*==========================================================*/
/* 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: 5px;
}

.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: table-cell;
}

.ciyashop-promo-popup .newsletter_form .button-area .btn {
	-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;
}

/*===================================*/
/* Store Notice */
/*===================================*/
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: 'FontAwesome';
	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: 'FontAwesome';
	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, .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;
	}

}

/*==========================================================*/
/* General CSS  */
/*==========================================================*/

body {
	color: #969696;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}

/* 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;
}

/* 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;
}

/*==========================================================*/
/* Default Typography */
/*==========================================================*/

/* HTML Tags and Formatting */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #323232;
	font-family: 'Montserrat', 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;
}

/* 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;
}

ol ol {
	padding-left: 25px;
}

ul li {
	list-style: inherit;
}

ul.list-inside {
	padding-left: 15px;
}

ul.list-inside li {
	list-style-position: inside;
}

/* 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;
}

/* Others */
abbr[title] {
	text-decoration: none;
}

div.pp_overlay:hover {
	cursor: crosshair;
}

.sticky-footer-enable .site-content {
	position: relative;
	z-index: 1;
	background: #ffffff;
}

/*================================*/
/* Age Varification Popup */
/*================================*/
.age-gate-wrapper {
	z-index: 9999999;
}

.age-gate-form {
	margin: 0 auto;
	max-width: 650px;
	width: 100%;
	padding: 40px 50px;
	padding-bottom: 20px
}

.age-gate-form .age-gate-logo {
	margin-bottom: 30px;
}

.age-gate-form .age-gate-confirm-message {
	font-size: 22px;
	font-weight: 500;
	line-height: 30px;
	margin: 0 6%;
	margin-bottom: 30px;
}

.age-gate-form .error {
	padding: 0;
	color: #ec0000;
	font-weight: 600;
}

.age-gate-form .age-gate-remember-wrapper .remember {
	margin-bottom: 0;
}

.age-gate-form .age-gate-remember-wrapper .remember input {
	margin-right: 5px;
	position: relative;
	top: 1px;
}

.age-gate-form .age-gate-submit-yes,
.age-gate-form .age-gate-submit-no {
	border: none;
	padding: 15px 40px;
	margin: 0 2px;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
	cursor: pointer;
}

.age-gate-form .age-gate-submit-yes {
	background: #04d39f;
	color: #ffffff;
}

.age-gate-form .age-gate-submit-no {
	background: #323232;
	color: #ffffff;
}

.age-gate-form .age-gate-additional-information {
	font-size: 13px;
	line-height: 22px;
	color: #969696;
	margin-top: 15px;
}

/* Style Dropdown/Input Fields */
.age-gate-form .age-gate-form-elements {
	padding: 0;
	margin: 0;
}

.age-gate-form .age-gate-form-elements .age-gate-form-section {
	margin: 0 3px 20px;
}

.age-gate-form .age-gate-form-elements label {
	cursor: pointer;
	margin-bottom: 5px;
	display: block;
}

.age-gate-form .age-gate-form-elements .age-gate-form-section select#dob-day,
.age-gate-form .age-gate-form-elements .age-gate-form-section select#dob-month {
	min-width: 100px;
}

.age-gate-form .age-gate-form-elements .age-gate-form-section select#dob-year {
	min-width: 120px;
}

.age-gate-form .age-gate-form-elements .age-gate-form-section input#dob-month,
.age-gate-form .age-gate-form-elements .age-gate-form-section input#dob-year {
	max-width: 100px;
}

.age-gate-form .age-gate-form-elements .age-gate-form-section input#dob-year {
	max-width: 120px;
}

.age-gate-form .age-gate-submit {
	border: none;
	padding: 15px 40px;
	margin: 0 2px;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	background: #04d39f;
	color: #ffffff;
	margin-bottom: 20px;
	text-transform: uppercase;
	cursor: pointer;
}

/*---------------------------------------------------------------------
 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 {
	font-size: 20px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	padding-left: 2px;
	display: inline-block;
	color: #ffffff;
	background: #353535;
	border: 0px solid #353535;
	font-weight: normal;
	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;
}

.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: 1021;
    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 .sticky-wrapper {
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
	height: 96px;
	overflow: hidden;
}

.site-header .sticky-wrapper.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-wrapper {
	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;
}

/*===================================*/
/* 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: 26px;
	color: #04d39f;
	font-weight: 600;
	margin-bottom: 15px;
	padding: 10px 0;
	text-transform: capitalize;
	text-align: center;
}

table.compare-list {
	border: 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 .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: 10px 5px;
	display: inline-block;
	font-weight: 600;
}

table.compare-list th,
table.compare-list td {
	padding: 10px 15px;
	border: none;
	border-bottom: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
}

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;
}

/*==========================================================*/
/* 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: 24px;
	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: 10px 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;
}

.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: 70px !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: 5px;
}

#pgs_login_form .modal-header {
	background: #04d39f;
	border-radius: 5px 5px 0 0;
}

#pgs_login_form .modal-title {
	color: #ffffff;
}

#pgs_login_form .close {
	color: #ffffff;
	text-shadow: none;
	opacity: 1;
	width: 35px;
	height: 35px;
}

#pgs_login_form .modal-body {
	padding: 25px;
}

#pgs_login_form .modal-body h2 {
	font-size: 22px;
	line-height: 28px;
}

#pgs_login_form .modal-body .list-log {
	padding-left: 0;
	margin-bottom: 15px;
}

#pgs_login_form .modal-body .btn-primary {
	line-height: 22px;
	padding: 10px 30px;
	border-color: transparent;
}

/*===================================*/
/* 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--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: 'FontAwesome';
	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 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 {

		/* Chrome/Safari */ color: #ffffff;
	}

	.header-search-wrap .search_form-inner.search-bg-transparent input::-moz-placeholder {

		/* Firefox 19+ */ color: #ffffff;
	}

	.header-search-wrap .search_form-inner.search-bg-transparent input:-ms-input-placeholder {

		/* IE 10+ */  color: #ffffff;
	}

	.header-search-wrap .search_form-inner.search-bg-transparent input:-moz-placeholder {

		/* Firefox 18- */  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 {

		/* Chrome/Safari */ color: #323232;
	}

	.header-search-wrap .search_form-inner.search-bg-white input::-moz-placeholder {

		/* Firefox 19+ */ color: #323232;
	}

	.header-search-wrap .search_form-inner.search-bg-white input:-ms-input-placeholder {

		/* IE 10+ */  color: #323232;
	}

	.header-search-wrap .search_form-inner.search-bg-white input:-moz-placeholder {

		/* Firefox 18- */  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 {

		/* Chrome/Safari */ color: #eeeeee;
	}

	.header-search-wrap .search_form-inner.search-bg-dark input::-moz-placeholder {

		/* Firefox 19+ */ color: #eeeeee;
	}

	.header-search-wrap .search_form-inner.search-bg-dark input:-ms-input-placeholder {

		/* IE 10+ */  color: #eeeeee;
	}

	.header-search-wrap .search_form-inner.search-bg-dark input:-moz-placeholder {

		/* Firefox 18- */  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 {

		/* Chrome/Safari */ color: #f5f5f5;
	}

	.header-search-wrap .search_form-inner.search-bg-theme input::-moz-placeholder {

		/* Firefox 19+ */ color: #f5f5f5;
	}

	.header-search-wrap .search_form-inner.search-bg-theme input:-ms-input-placeholder {

		/* IE 10+ */  color: #f5f5f5;
	}

	.header-search-wrap .search_form-inner.search-bg-theme input:-moz-placeholder {

		/* Firefox 18- */  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;
	border: 1px solid #e8e8e8;
	position: absolute;
	left: 0;
	top: 46px;
}

.ciyashop-auto-compalte-default.ciyashop-empty .search_form-autocomplete {
	border: none;
	padding: 0;
}

.search_form-autocomplete .ui-menu-item {
	list-style-type: none;
	padding: 5px 10px;
	line-height: 20px;
	list-style-image: inherit;
}

.search_form-autocomplete .ui-menu-item .search-item-container .wp-post-image {
	margin-right: 10px;
}

.search_form-autocomplete .ui-menu-item a {
	color: #323232;
}

.search_form-autocomplete .ui-menu-item:hover a {
	color: #04d39f;
}

.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:hover .ui-menu-item:hover {
	opacity: 1;
	padding-left: 15px;
}

.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;
}

.categories-menu > li > a {
	color: #323232;
	text-transform: capitalize;
	line-height: 24px;
	font-weight: 500;
	padding: 7px 20px;
	display: block;
	position: relative;
}

.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: 'FontAwesome';
	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: 'FontAwesome';
	-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: #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: 'FontAwesome';
	-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,
.sticky-wrapper #header-sticky {
	display: block;
}

#header-sticky-sticky-wrapper.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-mobile + #header-sticky{
	display: none;
}

#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: 'FontAwesome';
	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: #ffffff;
	color: #969696;
	min-width: 220px;
	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: 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: 'FontAwesome';
	-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-sticky-wrapper .primary-menu > li {
		position: relative;
	}

	.woo-tools + #site-navigation-sticky {
		display: inline-block;
		float: right;
	}

}

/*===================================*/
/* 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: 0;
}

.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.admin-bar .header-style-right-topbar-main {
	top: 60px;
}

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 li .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;
}

/* Mega Main Sub-Menu Label */
#mega-menu-primary .mega-sub-menu .mega-hot-label > a,
#mega-menu-primary .mega-sub-menu .mega-new-label > a,
#mega-menu-primary .mega-sub-menu .mega-sale-label > a,
#mega-menu-primary .mega-sub-menu .mega-popular-label > a {
	display: block !important;
}

#mega-menu-primary .mega-sub-menu .mega-hot-label > a:after,
#mega-menu-primary .mega-sub-menu .mega-new-label > a:after,
#mega-menu-primary .mega-sub-menu .mega-sale-label > a:after,
#mega-menu-primary .mega-sub-menu .mega-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;
}

#mega-menu-primary .mega-sub-menu .mega-hot-label > a:after {
	content: "Hot" !important;
	background: #ff605f;
}

#mega-menu-primary .mega-sub-menu .mega-sale-label > a:after {
	content: "Sale" !important;
	background: #97d041;
}

#mega-menu-primary .mega-sub-menu .mega-popular-label > a:after {
	content: "Popular" !important;
	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%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

}

@media only screen and (min-width:1300px) {
	.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu>.mega-sub-menu,
	.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu>.mega-sub-menu {
		width: 1270px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

}

/*===================================*/
/* 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-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 {
	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: 320px;
	z-index: 9999;
	margin-top: 5px;
	opacity: 0;
	visibility: hidden;
	border-radius: 0;
	border: 10px solid #ffffff;
	-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 .woocommerce-mini-cart {
	padding: 18px;
	max-height: 300px;
	overflow: auto;
	overflow-x: hidden;
}

.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: 20px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	min-height: 76px;
}

.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: 0;
	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 .remove:before {
	content: "\f014";
	position: relative;
	left: 0;
	top: 0;
	font-family: 'FontAwesome';
	font-size: 16px;
	font-weight: normal;
}

.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;
}

.woo-tools-action.woo-tools-cart .woocommerce-mini-cart__total strong {
	font-weight: 400;
}

.woo-tools-action.woo-tools-cart .woocommerce-mini-cart__total .amount {
	font-size: 26px;
	font-weight: 600;
	padding-left: 5px;
}

.woo-tools-action.woo-tools-cart .woocommerce-mini-cart__buttons {
	background: #f5f5f5;
	margin: 0px;
	padding: 10px;
}

.woo-tools-action.woo-tools-cart .woocommerce-mini-cart__buttons .button {
	padding: 0 27px;
	line-height: 34px;
	margin-bottom: 0px;
}

.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;
}

.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;
}

/*==========================================================*/
/* Icons in Bootm */
/*==========================================================*/
body.footer-device-active {
	margin-bottom: 55px;
}

.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 .cart-count {
	position: absolute;
	top: 8px;
	right: 8px;
	background: #04d39f;
	color: #fff;
	width: 18px;
	height: 18px;
	font-size: 12px;
	border-radius: 60px;
	line-height: 19px;
	margin: 0;
}

.footer-mobile-device .footer-mobile-device-actions > .sticky-footer-active > a {
	color: #04d39f;
}

/*==========================================================*/
/* Kite Box */
/*==========================================================*/
.kite-box {
	display: table;
	position: relative;
	overflow: hidden;
}

.kite-images-wrapper {
	position: relative;
	left: -15%;
	width: 55%;
	max-width: 55%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.kite-steps-wrapper {
	display: table-cell;
	width: 45%;
	max-width: 45%;
}

/* Kite Image Box */
.kite-images-wrapper .image-inner {
	margin: 7px;
	overflow: hidden;
}

.kite-image {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.kite-image img {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	transform: scale(1.5);
}

.kite-image-single {
	margin-top: 230px;
	left: -22%;
}

/* Kite Action */
.kite-images-wrapper .image-inner {
	position: relative;
}

.kite-images-actions {
	position: absolute;
	right: 20px;
	top: 50%;
	text-align: right;
	z-index: 9;
	transform: translateY(-50%);
}

.kite-actions-wrapper {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#kite-big .kite-images-actions,
.kite-big .kite-images-actions {
	position: absolute;
	right: 30px;
	top: 25%;
}

.kite-images-actions .title {
	font-size: 30px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.kite-images-actions .kite-btn {
	display: inline-block;
	border: 1px solid #ffffff;
	color: #ffffff;
	text-transform: uppercase;
	padding: 8px 20px;
	text-decoration: none;
	-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;
	border-radius: 3px;
}

.kite-images-actions .kite-btn:hover {
	background-color: #ffffff;
	color: #323232;
}

/* Kite Steps */
.kite-steps-wrapper .kite-step-inner {
	margin: 30px 0;
	display: inline-block;
	width: 100%;
	margin-left: 0px;
}

.kite-steps-wrapper .kite-step-inner.top-step {
	margin-left: -100px;
}

.kite-steps-wrapper .kite-step-inner.middle-step {
	margin-left: 0px;
}

.kite-steps-wrapper .kite-step-inner.bottom-step {
	margin-left: -100px;
}

.kite-steps-wrapper .step-number {
	display: table-cell;
	font-size: 150px;
	color: #04d39f;
	font-weight: 900;
	line-height: 115px;
	vertical-align: top;
	padding-right: 20px;
}

.kite-steps-wrapper .step-content {
	display: table-cell;
	vertical-align: top;
}

.kite-steps-wrapper .step-content .step-title {
	font-size: 26px;
	color: #323232;
	font-weight: 600;
	margin-bottom: 10px;
}

.kite-steps-wrapper .step-content .step-description {
	font-size: 16px;
	color: #969696;
	font-weight: 400;
	line-height: 30px;
}

/* Withaout Images */
.kite-box.no-images .kite-steps-wrapper {
	width: 100%;
	max-width: 100%;
}

.kite-box.no-images .kite-steps-wrapper .kite-step-inner.top-step {
	margin-left: 0px;
}

.kite-box.no-images .kite-steps-wrapper .kite-step-inner.bottom-step {
	margin-left: 0px;
}

/*==========================================================*/
/* 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 .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);
}

/* 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;
	border: 1px solid rgba(0, 0, 0, 0.04);
	-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 .product:hover {
	-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.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 .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: 700;
	color: #FFF;
	font-size: 13px;
	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 */
.woocommerce .star-rating-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
}

.woocommerce .star-rating,
.woocommerce ul.products li.product .star-rating {
	font-size: 14px;
	margin: 0 auto;
	background: #ffffff;
}

.woocommerce .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 del .amount {
	color: #969696;
	font-size: 16px;
	font-weight: 600;
	text-decoration: line-through;
}

.woocommerce ul.products li.product .price .amount {
	color: #323232;
	font-size: 18px;
	font-weight: 700;
	margin: 0 2px;
}

/* 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 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-info .product-name a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.woocommerce .products .product_title_type-full .product-info .product-name a {
	white-space: normal;
	text-overflow: inherit;
	overflow: inherit;
}

.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-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;
}

.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 {
	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 .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;
}

.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: "\f110";
}

.woocommerce .product-actions .added_to_cart {
	vertical-align: top;
}

.woocommerce .product-actions .add_to_cart_button.added {
	display: none;
}

/* Products Icon Code */
.product-actions a:before {
	content: "";
	position: relative;
	left: 0;
	top: 6px;
	font-family: 'FontAwesome';
	font-size: 16px;
}

.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 .yith-wcwl-add-to-wishlist a.add_to_wishlist:before {
	content: "\f08a";
}

.product-actions .yith-wcwl-add-to-wishlist a:before {
	content: "\f004";
}

.product-actions .compare:before {
	content: "\f066";
}

/* 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;
}

.product_icon_type-line-icon .product-actions .compare:before {
	content: "\f176";
	font-family: pgsicon-ecommerce;
	font-size: 18px;
}

.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;
}

/* 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-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;
}

/* 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 {
	margin-bottom: 40px;
}

.woocommerce .products .product-hover-style-icon-top-left,
.woocommerce .products .product-hover-style-icon-top-left:hover {
	border: none;
	box-shadow: none;
}

.woocommerce .product-hover-style-icon-top-left .product-actions {
	position: absolute;
	top: 10px;
	left: -5px;
	width: auto;
	opacity: 0;
	visibility: hidden;
}

.woocommerce .product-hover-style-icon-top-left:hover .product-actions {
	left: 10px;
	opacity: 1;
	visibility: visible;
}

.woocommerce .product-hover-style-icon-top-left .product-actions .product-actions-inner {
	background: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-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:hover .open-quick-view {
	bottom: 0;
	opacity: 1;
	visibility: visible;
}

.woocommerce .product-hover-style-icon-top-left .product-info {
	padding: 0;
	padding-top: 10px;
	position: relative;
}

.woocommerce .product-hover-style-icon-top-left .product-actions a {
	width: 48px;
	height: 48px;
	margin: 0 !important;
	background: none;
	color: #323232;
	border-radius: 0;
	box-shadow: none;
}

.woocommerce .product-hover-style-icon-top-left .product-actions a:hover {
	background: none;
	color: #04d39f;
}

.woocommerce .product-hover-style-icon-top-left .open-quick-view {
	top: auto;
	bottom: -20px;
	left: 0;
	min-width: inherit;
	width: 100%;
	transform: inherit;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	padding: 6px 20px;
	opacity: 0;
	visibility: hidden;
}

.woocommerce ul.products .product-hover-style-icon-top-left .product-info .price .amount {
	font-size: 16px;
}

.woocommerce ul.products .product-hover-style-icon-top-left .product-info .price del .amount {
	color: #969696;
}

.woocommerce ul.products .product-hover-style-icon-top-left .product-info .price .amount {
	color: #04d39f;
}

.woocommerce .product-hover-style-icon-top-left .product-info .product-name {
	padding: 0;
}

.woocommerce .product-hover-style-icon-top-left .product-info .star-rating {
	font-size: 13px;
}

.woocommerce .product-hover-style-icon-top-left .product-info .star-rating-wrapper {
	margin-top: 5px;
}

.woocommerce .product-hover-style-icon-top-left .star-rating::before {
	color: #d2d2d2;
}

/* Dark */
.woocommerce .product-hover-style-icon-top-left.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 {
	color: #a7a5a6;
}

.woocommerce .product-hover-style-icon-top-left.product-hover-button-style-dark .product-actions a:hover {
	color: #ffffff;
}

/*===================================*/
/* Image Bottom Style 2 */
/*===================================*/
.woocommerce .products .product-hover-style-image-bottom-2,
.woocommerce .products .product-hover-style-image-bottom-2:hover {
	border: none;
	box-shadow: 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 .product-hover-style-image-bottom-2 .product-actions .product-action {
	display: inline-block;
	vertical-align: top;
}

.woocommerce .product-hover-style-image-bottom-2 .product-info {
	padding: 0;
	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: 0px;
}

.woocommerce .product-hover-style-image-bottom-2 .product-actions a {
	width: 42px;
	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 {
	font-size: 12px;
	border-radius: 3px;
	text-transform: uppercase;
	min-width: auto;
	padding: 3px 15px;
	top: 45%;
	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-image-bottom-2:hover .open-quick-view {
	top: 50%;
	opacity: 1;
	visibility: visible;
}

/*===================================*/
/* 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 .products li.product-hover-style-image-center:hover .product-actions {
	opacity: 1;
	bottom: auto;
	top: 50%;
}

/* 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;
}

/*===================================*/
/* Image Center - Flat Style */
/*===================================*/
.woocommerce .product-hover-button-style-flat .product-actions a {
	background: #ffffff;
	color: #323232;
}

.woocommerce .product-hover-button-style-flat .product-actions a:hover {
	background: #04d39f;
	color: #ffffff;
}

/*===================================*/
/* 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:before {
	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:before {
	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 */
/*===================================*/
.woocommerce .product-hover-style-image-left .product-actions {
	width: 45px;
	bottom: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	left: 30px;
}

.woocommerce .products li.product-hover-style-image-left:hover .product-actions {
	left: 15px;
	opacity: 1;
}

.woocommerce .product-hover-style-image-left .product-actions a {
	margin: 4px 0 !important;
}

/* Quick View */
.woocommerce .product-hover-style-image-left .open-quick-view {
	left: auto;
	opacity: 0;
	top: 50%;
	right: 35px;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
	-webkit-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	transform: translatey(-50%);
	z-index: 9;
}

.woocommerce .product-hover-style-image-left:hover .open-quick-view {
	right: 15px;
	opacity: 1;
}

/*===================================*/
/* Image Center Bottom */
/*===================================*/
.woocommerce .product-hover-style-image-bottom .product-info {
	position: relative;
	z-index: 9;
	background: #ffffff;
}

.woocommerce .product-hover-style-image-bottom .product-actions {
	bottom: -10px;
	opacity: 0;
}

.woocommerce .product-hover-style-image-bottom:hover .product-actions {
	bottom: 15px;
	opacity: 1;
}

/* Quick View */
.woocommerce .product-hover-style-image-bottom .open-quick-view {
	top: 45%;
	opacity: 0;
}

.woocommerce .product-hover-style-image-bottom:hover .open-quick-view {
	top: 50%;
	opacity: 1;
}

/*===================================*/
/* Image Bottom Bar */
/*===================================*/
.woocommerce .products .product-hover-style-image-bottom-bar {
	border: 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-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 {
	border-top: 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-border .product-actions .add_to_cart_button,
.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-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 {
	font-size: 13px;
	font-weight: 400;
	width: 100%;
	background: #04d39f;
	color: #ffffff;
	line-height: 45px;
}

.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 {
	background: #ffffff;
	color: #04d39f;
}

.woocommerce .product-hover-style-image-bottom-bar .product-actions a,
.woocommerce .product-hover-style-info-bottom-bar .product-actions a {
	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 {
	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 {
	background: #323232;
	color: #ffffff !important;
}

.woocommerce .product-hover-style-image-bottom-bar .product-actions .add_to_cart_button: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 {
	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;
	background: #ffffff;
}

.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;
}

.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;
}

/*===================================*/
/* 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 .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: 'FontAwesome';
	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: 75px;
	position: relative;
}

.woocommerce .product-hover-style-info-bottom .product-actions {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	margin-top: 0;
}

.woocommerce .product-hover-style-info-bottom .product-info {
	padding: 20px 20px;
	padding-bottom: 0px;
}

.woocommerce .product-hover-style-info-bottom .product-actions .add_to_cart_button,
.woocommerce .product-hover-style-info-bottom .product-actions .product_type_external {
	font-size: 13px;
	font-weight: 400;
	width: auto;
	background: #04d39f;
	color: #ffffff;
	line-height: 45px;
	padding: 0 25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.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 {
	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 {
	top: 0;
	padding-right: 10px;
}

.woocommerce .product-hover-style-info-bottom .product-actions a {
	width: 35px;
	margin: 0 !important;
	border-radius: 0px;
	box-shadow: none;
	background: none;
	color: #04d39f;
}

.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;
}

/* 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 {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

/*===================================*/
/* Info Bottom Bar */
/*===================================*/
.woocommerce .product-hover-style-info-bottom-bar .product-info {
	padding-top: 20px;
	padding-bottom: 20px;
	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 .product-hover-style-info-bottom-bar:hover .product-info {
	top: -40px;
}

.woocommerce .product-hover-style-info-bottom-bar .product-info .product-actions {
	border-bottom: none;
}

.woocommerce .product-hover-style-info-bottom-bar .product-info .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-info .product-actions {
	bottom: -40px;
	opacity: 1;
}

.woocommerce .product-hover-style-info-bottom-bar .product-actions .added_to_cart {
	width: 100%;
}

/* 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;
}

/*===================================*/
/* Default Icon Hover Style */
/*===================================*/
.woocommerce ul.products .product-hover-style-default {
	border: 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: 15px;
	text-align: left;
	position: relative;
}

.woocommerce ul.products .product-hover-style-default .product-info .star-rating-wrapper {
	display: block;
}

.woocommerce ul.products .product-hover-style-default .product-info .star-rating {
	margin: 0;
	font-size: 12px;
	background: none;
}

.woocommerce ul.products .product-hover-style-default .product-info .price {
	text-align: inherit;
}

/* Action icons */
.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 .products.list .product-hover-style-default .product-actions {
	padding-left: 0;
	padding-right: 0;
}

.woocommerce .products.list .product-hover-style-default .product-actions-inner {
	background: none;
	box-shadow: none;
}

.woocommerce .product-hover-style-default .product-actions-inner > .product-action {
	display: inline-block;
	vertical-align: top;
}

.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 {
	float: left;
}

.woocommerce .product-hover-style-default .product-actions a {
	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;
}

.woocommerce .product-hover-style-default .product-actions .product-action-add-to-cart a:before {
	content: normal;
	top: 0;
	padding-right: 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;
}

/* 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: 'FontAwesome';
	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;
}

/*===================================*/
/* 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%;
}

/*===================================*/
/* Products Column Setting */
/*===================================*/
.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 .products.products-loop-column-6 > .product {
	width: 15%;
	margin-right: 2%;
	margin-bottom: 30px;
}

.woocommerce .products.products-loop-column-6 > .product.last {
	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 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 {
	display: table;
	width: 100%;
}

.woocommerce ul.products.list .product-thumbnail {
	position: relative;
	display: table-cell;
	width: 330px;
	vertical-align: top;
}

.woocommerce ul.products.list .product-thumbnail img {
	width: 100% !important;
	margin-right: 0 !important;
}

.woocommerce ul.products.list .product-info {
	text-align: left;
	width: 70%;
	display: table-cell;
	position: relative;
	padding: 0px;
	padding-left: 30px;
	top: 0;
	vertical-align: middle;
}

.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-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-image-bottom-bar .product-thumbnail .product-actions,
.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 .product-name {
	padding-top: 3px;
	padding-bottom: 5px;
}

.woocommerce ul.products.list li.product .product-name a {
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 0px;
	white-space: normal;
}

.woocommerce ul.products.list li.product .price {
	float: none;
	width: 100%;
	text-align: left;
	margin: 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 {
	line-height: 24px;
	margin-bottom: 20px;
	max-height: inherit;
	overflow: hidden;
}

.woocommerce ul.products .woocommerce-product-details__short-description p {
	margin: 0;
	font-size: 14px;
	line-height: 24px;
}

.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 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;
}

.woocommerce .products.list .product-hover-style-image-bottom-2 .product-actions .product-actions-inner {
	box-shadow: none;
	border-radius: 0;
	background: none;
	padding: 0;
}

/* Product List view clone remove */
.woocommerce .products.list li.product-hover-style-default .product-actions,
.woocommerce .products.list li.product-hover-style-image-center .product-actions,
.woocommerce .products.list li.product-hover-style-image-left .product-actions,
.woocommerce .products.list li.product-hover-style-image-bottom .product-actions,
.woocommerce .products.list li.product-hover-style-image-bottom-2 .product-actions,
.woocommerce .products.list li.product-hover-style-icon-top-left .product-thumbnail .product-actions {
	display: none;
}

/* Quick View List Style */
.woocommerce .products.list .open-quick-view {
	top: 50% !important;
	bottom: auto !important;
	right: auto !important;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.woocommerce .products.list .product-hover-style-icon-top-left .open-quick-view {
	width: auto;
}

.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);
	color: #fff;
	padding: 2px 8px;
	position: absolute;
	left: 50%;
	bottom: 15px;
	margin-bottom: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.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: 20px;
}

.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: 20px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.woocommerce ul.products .product-hover-style-image-bottom-bar .stock {
	bottom: auto;
	top: 15px;
}

.woocommerce ul.products .product-hover-style-info-bottom-bar .stock {
	-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-info-bottom-bar:hover .stock {
	bottom: 55px;
}

.woocommerce ul.products.list .product-hover-style-info-bottom-bar:hover .stock {
	bottom: inherit;
}

/* 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: 0 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-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-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-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-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 .product-info {
	position: relative;
}

.woocommerce ul.products li.product-hover-style-icon-top-left .woo-product-countdown-wrapper {
	top: -70px;
	left: 0;
}

.woocommerce ul.products li.product-hover-style-icon-top-left:hover .woo-product-countdown-wrapper {
	top: -100px;
	left: 0;
}

/* Hover Style Image center */
.woocommerce ul.products li.product-hover-style-image-center .product-info {
	position: relative;
}

.woocommerce ul.products li.product-hover-style-image-center:hover .woo-product-countdown-wrapper {
	opacity: 0;
	visibility: hidden;
}

/* Hover Style Image Left */
.woocommerce ul.products li.product-hover-style-image-left .product-info {
	position: relative;
}

.woocommerce ul.products li.product-hover-style-image-left .woo-product-countdown-wrapper {
	top: -70px;
	left: 0;
}

/* Hover Style 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;
}

/* Hover Style 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: 70%;
	margin: 0 auto;
	padding: 20px;
	position: relative;
}

.ciyashop-popup-quick-view .summary-inner,
.ciyashop-popup-quick-view .basel-scroll {
	max-height: 600px;
	overflow: auto;
}

.ciyashop-popup-quick-view .mfp-close {
	color: #ffffff;
	right: 0px;
	top: 0px;
	position: absolute;
	font-size: 40px;
	background: #000000;
}

.ciyashop-popup-quick-view .product_title {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	color: #323232;
	margin: 0;
	margin-bottom: 20px;
}

.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 {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0px !important;
}

.ciyashop-popup-quick-view .woocommerce-product-rating + .price {
	padding-top: 25px;
}

.ciyashop-popup-quick-view div.product p.price del .amount {
	font-size: 20px;
}

.ciyashop-popup-quick-view div.product p.price {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 25px;
}

.ciyashop-popup-quick-view div.product p.price del {
	color: #d4d4d4;
}

.woocommerce .ciyashop-popup-quick-view div.product form.cart .quantity {
	margin-right: 10px;
}

.ciyashop-popup-quick-view .variations .reset_variations {
	display: none;
}

.ciyashop-popup-quick-view form.cart {
	margin-bottom: 15px;
}

.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;
}

.woocommerce .ciyashop-popup-quick-view .button.alt {
	font-size: 13px;
	line-height: 27px;
	padding: 8px 18px;
}

.ciyashop-popup-quick-view .stock.in-stock {
	display: inline-block;
	background: rgba(97, 208, 8, 0.8);
	color: #fff;
	padding: 2px 8px;
	margin-bottom: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.woocommerce .ciyashop-popup-quick-view .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: 0;
	margin-top: 5px;
	display: block;
	width: 50%;
}

.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.value select {
	margin-right: 10px;
}

.ciyashop-popup-quick-view .social-profiles {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 10px 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;
}

@media screen and (max-width:992px) {
	.ciyashop-popup-quick-view {
		width: 90%;
	}

}

@media screen and (max-width:768px) {
	.ciyashop-popup-quick-view {
		width: 100%;
		width: 92%;
		margin: 4%;
		padding: 15px;
	}

}

/*===================================*/
/* Products Navigation */
/*===================================*/
.product-nav-btn {
	position: fixed;
	bottom: 125px;
	right: 35px;
	z-index: 9;
	box-shadows: 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: 30px;
}

/* 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);
}

.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: 'FontAwesome';
	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;
}

/* Shop Filters */
.loop-header-filters {
	margin-bottom: 15px;
}
.loop-header-filters-form .widget {
	margin-bottom: 0px;
}
.loop-header-filters-form .widget .widgettitle{
	font-size: 18px;
    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;
}

.loop-header-wrapper .select2-container--default .select2-selection--single {
	height: 35px;
}

.loop-header-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 33px;
	font-size: 14px;
}

.loop-header-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 33px;
	line-height: 33px;
}

.pgs-shop-filters-wrapper .shop-filter-search {
	position: relative;
}

.pgs-shop-filters-wrapper .shop-filter-search:before {
	content: "\f002";
	font-family: 'FontAwesome';
	position: absolute;
	top: 3px;
	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: 35px;
	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%;
}

.pgs-shop-filters-wrapper .shop-filter .button {
	float: right;
	padding: 0 15px;
}

.pgs-shop-filters-wrapper .shop-filter .price_slider_amount .price_label {
	display: block;
	padding: 0;
	line-height: 24px;
	text-align: center;
}

.pgs-shop-filters-wrapper .shop-filter .price_slider_amount .price_label .from {
	float: left;
}

.pgs-shop-filters-wrapper .shop-filter .price_slider_amount .price_label .to {
	float: right;
}

.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 20px;
	line-height: 33px;
	font-size: 13px;
	position: absolute;
	top: 30px;
	right: 0;
}

.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 .woocommerce-ordering {
	float: right;
	display: inline-block;
	margin: 0;
}

.loop-header-tools .gridlist-toggle-wrap {
	float: right;
	margin-left: 15px;
}

.loop-header-tools .gridlist-toggle-wrap .gridlist-label-wrap {
	display: none;
}

.woocommerce .gridlist-toggle {
	padding: 0 !important;
	margin: 0 !important;
}

.woocommerce .gridlist-toggle a {
	display: inline-block;
	background: #ffffff;
	width: 35px;
	height: 35px;
	color: #323232;
	font-size: 0;
	line-height: normal !important;
	padding: 0;
	margin-right: 4px;
	text-align: center;
	-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;
	border: 1px solid #ededed;
}

.woocommerce .gridlist-toggle a em {
	display: none;
}

.woocommerce .gridlist-toggle a i {
	font-size: 14px;
	margin-top: 10px;
}

.woocommerce .gridlist-toggle a:hover,
.woocommerce .gridlist-toggle .active {
	background: #04d39f;
	color: #ffffff;
	border-color: transparent;
}

.woocommerce nav.gridlist-toggle {
	margin-bottom: 25px !important;
}

.woocommerce .gridlist-toggle a .dashicons {
	margin-top: 13px;
}

.products .woocommerce-product-details__short-description {
	display: none;
	font-family: 'Lato', sans-serif;
	line-height: 24px;
}

.products.grid .woocommerce-product-details__short-description p {
	margin-bottom: 0;
}

/*==========================================================*/
/* Products Details Page */
/*==========================================================*/
.woocommerce.single-product .woocommerce-error,
.woocommerce.single-product .woocommerce-info,
.woocommerce.single-product .woocommerce-message {
	margin-top: 0;
	margin-bottom: 20px;
}

.woocommerce.single-product div.product .product_title {
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
	word-wrap: break-word;
}

.woocommerce.single-product div.product .woocommerce-product-rating {
	margin-bottom: 20px;
}

.woocommerce.single-product div.product .woocommerce-product-rating .woocommerce-review-link {
	color: #969696;
}

.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 {
	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 td {
	padding: 10px 0;
	margin: 0;
	vertical-align: middle;
}

.woocommerce.single-product div.product form.cart .variations td label {
	margin-bottom: 0;
	font-weight: 600;
	color: #323232;
	text-transform: capitalize;
	padding-right: 10px;
}

.woocommerce.single-product div.product form.cart .variations td select {
	width: 250px;
	min-width: 250px;
	height: 40px;
	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 td .select2 {
	width: 250px;
	min-width: 250px;
}

.woocommerce.single-product div.product form.cart .variations td .reset_variations {
	margin-left: 10px;
}

.woocommerce.single-product div.product form.cart .single_variation_wrap .price {
	display: inline-block;
	width: 100%;
	border: none;
	padding-top: 8px;
	padding-bottom: 20px;
}

.woocommerce.single-product div.product form.cart .variations td .select2-selection--single {
	height: 38px;
	border: 2px solid #e8e8e8;
}

.woocommerce.single-product div.product form.cart .variations td .select2-selection--single .select2-selection__rendered {
	line-height: 34px;
}

.woocommerce.single-product div.product form.cart .variations td .select2-selection--single .select2-selection__arrow {
	height: 38px;
}

.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: 'FontAwesome';
	font-size: 16px;
	padding-right: 15px;
}

.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;
	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;
}

.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;
}

/*===================================*/
/* Amazon Affiliate */
/*===================================*/
.woocommerce.single-product div.product .WooZone-country-check {
	border: none;
	padding: 0;
	margin-bottom: 20px;
}

.woocommerce.single-product div.product .WooZone-country-check .WooZone-cc_checkbox {
	margin-right: 10px;
}

.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 .woocommerce-product-gallery {
	width: 100%;
}

.woocommerce.single-product #content div.product 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;
}

/* Product Summary */
.woocommerce.single-product .product-summary-actions {
	margin-bottom: 25px;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 15px;
}

.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-wishlistexistsbrowse > a {
	color: #323232;
	line-height: 30px;
}

.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: "\f08a";
	position: relative;
	left: 0;
	top: 0;
	font-family: 'FontAwesome';
	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";
}

.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 .compare,
.woocommerce.single-product .product-summary-actions .compare:hover {
	background: none;
	font-size: 15px;
	color: #323232;
	padding: 0;
	line-height: inherit;
	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: "\f066";
	position: relative;
	left: 0;
	top: 0;
	font-family: 'FontAwesome';
	font-size: 16px;
	padding-right: 7px;
	color: #04d39f;
}

.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 #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

.woocommerce .summary .share-wrapper .share-label {
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	color: #323232;
	font-weight: 600;
}

.woocommerce.single-product .site-content .social-profiles ul li {
	margin-right: 2px;
	margin-bottom: 0;
}

.woocommerce.single-product .site-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;
}
.ciyashop-popup-quick-view .product_meta > span label,
.woocommerce.single-product .product_meta > span label{
	color: #323232;
}
.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 #e8e8e8;
}

.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-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: 400;
	color: #323232;
	padding: 12px 22px;
}

.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 #e8e8e8;
	padding: 30px 40px;
}

.woocommerce div.product .woocommerce-tabs-layout-left ul.tabs {
	border: 1px solid #e8e8e8;
	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 #e8e8e8;
	border-right: 1px solid #e8e8e8;
}

.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: 400;
	color: #323232;
	padding: 18px 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;
}

/* Tab Accordion Style */
.woocommerce-tabs.woocommerce-tabs-layout-accordion .card {
	border-radius: 0;
	margin: 8px 0;
}

.woocommerce-tabs.woocommerce-tabs-layout-accordion .card-header {
	background: none;
	border: none;
	border-radius: 0;
	padding: 18px 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 #e8e8e8;
}

.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 #comments {
	margin-bottom: 25px;
}

.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;
}

/* Review Form */
.woocommerce #reviews .comment-reply-title {
	font-size: 18px;
	font-weight: 500;
	color: #323232;
}

.woocommerce #review_form #respond p {
	margin-bottom: 20px;
}

.woocommerce #review_form #respond .comment-form-rating label {
	display: block;
}

.woocommerce #review_form #respond .comment-form-rating p {
	display: inline-block;
}

.woocommerce #reviews #comment {
	height: 130px;
}

/* Related Products */
.woocommerce.single-product div.product .related.products {
	margin-top: 30px;
}

/* Buy Now and Product Name Sticky */
.product-summary-actions .woo-product-sticky-content {
	display: none;
}

.product-summary-actions .sticky-wrapper {
	height: auto !important;
	position: relative;
	z-index: 9;
}

.product-summary-actions .sticky-wrapper.is-sticky .woo-product-sticky-content {
	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 .sticky-wrapper.is-sticky .woo-product-title_sticky {
	display: table-cell;
	width: 100%;
	padding-right: 10px;
	vertical-align: middle;
}

.product-summary-actions .sticky-wrapper.is-sticky .woo-product-cart_sticky {
	display: table-cell;
}

.product-summary-actions .sticky-wrapper.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 .sticky-wrapper.is-sticky .woo-product-cart_sticky .button {
	line-height: 34px;
	width: 150px;
	padding: 0;
}

.product-summary-actions .sticky-wrapper.is-sticky .woo-product-cart_sticky .button:before,
.product-summary-actions .sticky-wrapper.is-sticky .woo-product-cart_sticky .added_to_cart:before {
	content: "\f217";
	font-family: 'FontAwesome';
	font-size: 15px;
	padding-right: 10px;
}

.product-summary-actions .sticky-wrapper.is-sticky .woo-product-cart_sticky .button:after {
	top: 0;
	right: auto;
}

.product-summary-actions .sticky-wrapper.is-sticky .woo-product-cart_sticky .button.loading {
	padding-right: 0;
}

.product-summary-actions .sticky-wrapper.is-sticky .woo-product-cart_sticky .button.loading:before {
	opacity: 0;
}

.product-summary-actions .sticky-wrapper.is-sticky .woo-product-cart_sticky .button.loading:after {
	left: 18px;
	right: auto;
}

.product-summary-actions .sticky-wrapper.is-sticky .woo-product-cart_sticky .button.added {
	display: none;
}

.product-summary-actions .sticky-wrapper.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 .sticky-wrapper.is-sticky .woo-product-cart_sticky .added_to_cart:hover {
	background: #04d39f;
	color: #ffffff;
}

.product-summary-actions .sticky-wrapper.is-sticky .woo-product-cart_sticky .added_to_cart:before {
	content: "\f00c";
}

/*===================================*/
/* 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;
	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: transparent;
}

.ciyashop-product-gallery .ciyashop-product-gallery_button-360degree i {
	display: none;
}

.ciyashop-product-gallery .ciyashop-product-gallery_button-360degree a {
	background-image: url(../images/rotate-360.png);
	background-position: center  center;
	background-repeat: no-repeat;
	background-size: 25px;
}

.ciyashop-product-gallery .ciyashop-product-gallery_button-360degree a:hover {
	background-image: url(../images/rotate-360-hover.png) !important;
	background-position: center  center !important;
	background-repeat: no-repeat !important;
	background-size: 25px !important;
}

.threesixty-image.threesixty-color-ciyashop.threesixty-style-none .threesixty-previous,
.threesixty-image.threesixty-color-ciyashop.threesixty-style-none .threesixty-play,
.threesixty-image.threesixty-color-ciyashop.threesixty-style-none .threesixty-stop,
.threesixty-image.threesixty-color-ciyashop.threesixty-style-none .threesixty-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;
}

.threesixty-image.threesixty-color-ciyashop.threesixty-style-none .threesixty-previous:before,
.threesixty-image.threesixty-color-ciyashop.threesixty-style-none .threesixty-play:before,
.threesixty-image.threesixty-color-ciyashop.threesixty-style-none .threesixty-stop:before,
.threesixty-image.threesixty-color-ciyashop.threesixty-style-none .threesixty-next:before,
.threesixty-image.threesixty-color-ciyashop.threesixty-style-none .mfp-close:before {
	content: "";
	font-family: 'FontAwesome';
	font-size: 14px;
}

.threesixty-image.threesixty-color-ciyashop.threesixty-style-none .threesixty-previous:before {
	content: "\f04a";
}

.threesixty-image.threesixty-color-ciyashop.threesixty-style-none .threesixty-play:before {
	content: "\f04b";
}

.threesixty-image.threesixty-color-ciyashop.threesixty-style-none .threesixty-stop:before {
	content: "\f04c";
}

.threesixty-image.threesixty-color-ciyashop.threesixty-style-none .threesixty-next:before {
	content: "\f04e";
}

.threesixty-image.threesixty-color-ciyashop.threesixty-style-none .mfp-close {
	background: #323232;
	color: #ffffff;
	text-align: center;
	line-height: 26px;
	border-radius: 5px;
	text-indent: inherit;
}

.threesixty-image.threesixty-color-ciyashop.threesixty-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;
}

/*===================================*/
/* Default Style (bottom) */
/*===================================*/
.ciyashop-gallery-style-default .ciyashop-product-thumbnails {
	margin-top: 10px;
}

.ciyashop-product-thumbnails .slick-slide {
	margin: 0;
	margin-right: 5px;
	cursor: pointer;
}

.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: 'FontAwesome';
	color: #04d39f;
	font-size: 12px;
	opacity: 1;
	line-height: 22px;
}

.ciyashop-product-thumbnails .slick-slider .slick-prev {
	left: 20px;
}

.ciyashop-product-thumbnails .slick-slider .slick-prev:before {
	content: "\f053";
}

.ciyashop-product-thumbnails .slick-slider .slick-next {
	right: 20px;
}

.ciyashop-product-thumbnails .slick-slider .slick-next:before {
	content: "\f054";
}

.ciyashop-product-thumbnails .slick-slider:hover .slick-prev {
	left: 5px;
	opacity: 1;
	background: #ffffff;
}

.ciyashop-product-thumbnails .slick-slider:hover .slick-next {
	right: 10px;
	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__image img {
	width: 100%;
}

/*===================================*/
/* Thumb Left/Right Style */
/*===================================*/
.ciyashop-gallery-thumb_vh-vertical {
	position: relative;
}

.ciyashop-gallery-thumb_vh-vertical .slick-slide {
	margin: 0;
	margin-bottom: 5px;
}

.ciyashop-gallery-thumb_vh-vertical.ciyashop-gallery-thumb_position-left {
	padding-left: 100px;
}

.ciyashop-gallery-thumb_vh-vertical.ciyashop-gallery-thumb_position-right {
	padding-right: 100px;
}

.ciyashop-gallery-thumb_vh-vertical .ciyashop-product-thumbnails {
	width: 88px;
	position: absolute;
	top: 0;
	margin-top: 0;
}

.ciyashop-gallery-thumb_position-left .ciyashop-product-thumbnails {
	left: 0;
}

.ciyashop-gallery-thumb_position-right .ciyashop-product-thumbnails {
	right: 0;
}

.ciyashop-gallery-thumb_vh-vertical .slick-slider .slick-prev {
	left: 30px;
	top: 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 {
	left: 30px;
	top: auto;
	bottom: 30px;
	right: auto;
	opacity: 0;
	transform: inherit;
}

.ciyashop-gallery-thumb_vh-vertical .slick-slider .slick-next:before {
	content: "\f078";
}

.ciyashop-gallery-thumb_vh-vertical .slick-slider:hover .slick-prev {
	left: 30px;
	top: 5px;
	right: auto;
	opacity: 1;
}

.ciyashop-gallery-thumb_vh-vertical .slick-slider:hover .slick-next {
	left: 30px;
	top: auto;
	bottom: 10px;
	right: auto;
	opacity: 1;
}

.woocommerce .container .content.col-xl-9 .product-top-left-sticky .ciyashop-gallery-thumb_vh-vertical .ciyashop-product-thumbnail__image {
	text-align: center;
}

.woocommerce .container .content.col-xl-9 .product-top-left-sticky .ciyashop-gallery-thumb_vh-vertical .ciyashop-product-thumbnail__image img {
	width: 55px;
	display: inline;
}

.woocommerce .container-fluid .content .product-top-left-sticky .ciyashop-gallery-thumb_vh-vertical .ciyashop-product-thumbnail__image {
	text-align: center;
}

.woocommerce .container-fluid .content .product-top-left-sticky .ciyashop-gallery-thumb_vh-vertical .ciyashop-product-thumbnail__image img {
	width: 73px;
	display: inline;
}

/*===================================*/
/* 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: 'FontAwesome';
	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;
}

.woocommerce table.shop_table td {
	border: none;
	border-top: 1px solid #e8e8e8;
	padding: 15px 10px;
}

.woocommerce table.shop_table .product-remove {
	text-align: center;
}

.woocommerce table.shop_table .remove {
	display: inline-block;
	font-size: 0;
	color: #969696 !important;
}

.woocommerce table.shop_table .remove:before {
	content: "\f014";
	position: relative;
	left: 0;
	top: 0;
	font-family: 'FontAwesome';
	font-size: 16px;
	font-weight: normal;
}

.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;
}

/* 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;
	background: #f9f9f9;
	padding: 0px 20px 20px;
	]
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	border: 1px solid #e8e8e8;
}

.woocommerce .cart-collaterals .cart_totals h2 {
	font-size: 20px;
	line-height: 30px;
	padding: 20px;
	margin: 0;
	font-weight: 600;
	text-align: center;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
	border: none;
	border-top: 1px solid #e8e8e8;
	border-top: none;
	margin-bottom: 20px;
	background: #fff;
}

.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td {
	border: none;
	background: none;
	border-top: 1px solid #e8e8e8;
	padding: 20px;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
	text-align: left;
	font-size: 18px;
	color: #323232;
	padding: 15px 20px;
	font-weight: 600;
}

.woocommerce-cart .cart-collaterals .cart_totals table td {
	text-align: right;
	font-size: 18px;
	font-weight: 400;
	color: #323232;
}

.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;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
	padding: 15px 20px;
	font-size: 15px;
	font-weight: 500;
	line-height: 26px;
	border-radius: 0px;
}

.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%;
}

/* Woocommerce Message*/
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
	color: #ffffff;
	font-size: 14px;
	padding: 25px 28px;
	padding-left: 60px;
	margin: 0;
	margin-bottom: 20px;
	border: none;
	line-height: 30px;
}

.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
	content: "\f05a";
	font-family: 'FontAwesome';
	font-size: 18px;
	position: absolute;
	left: 30px;
	top: 26px;
	color: #ffffff;
}

.woocommerce .woocommerce-error:before {
	content: "\f071";
}

.woocommerce .woocommerce-info:before {
	content: "\f05a";
}

.woocommerce .woocommerce-message:before {
	content: "\f1d9";
}

.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-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
	position: absolute;
	right: 15px;
	top: 20px;
	line-height: 36px;
	color: #323232;
	background: #ffffff;
	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: relative;
	top: 0;
	right: 0;
	margin-left: 10px;
	line-height: 34px;
}

.woocommerce .woocommerce-info.wc_points_redeem_earn_points {
	padding-right: 174px;
}

/* Woocommerce Message */
.woocommerce-checkout .woocommerce .woocommerce-info {
	padding-left: 120px;
	color: #323232;
	border: none;
	background: #f9f9f9;
	font-weight: bold;
}

.woocommerce-checkout .woocommerce .woocommerce-info a {
	font-weight: normal;
}

.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info:before {
	content: "\f145";
}

.woocommerce-checkout .woocommerce .woocommerce-form-login-toggle .woocommerce-info:before {
	content: "\f090";
}

.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info:before,
.woocommerce-checkout .woocommerce .woocommerce-form-login-toggle .woocommerce-info:before {
	font-family: 'FontAwesome';
	color: #000;
	opacity: 0.1;
	font-size: 64px;
}

/* 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;
}

.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;
}

/* Return Shop */
.woocommerce .cart-empty {
	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-top: 100px;
	padding-bottom: 180px;
}

.woocommerce .cart-empty + .return-to-shop {
	margin-top: -114px;
	position: relative;
	top: -60px;
}

.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: #ffffff;
}

.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-subtotal td {
	font-weight: 600;
	color: #323232;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table .order-total td {
	color: #04d39f;
	font-size: 26px;
}

.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 -1px 20px 0px;
}

.woocommerce-cart .woocommerce table.shop_table .remove:before {
	content: "\f00d";
	font-size: 12px;
	color: #ff0000;
}

/*==========================================================*/
/* 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;
}

.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] {
	float: left;
	margin-top: 8px;
}

.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-search__field {
	padding: 6px 15px;
}

.select2-container--default.select2-container--open li {
	list-style-type: none;
	padding: 5px 15px;
	line-height: 24px;
}

.select2-container--default.select2-container--open .select2-results__option--highlighted,
.select2-container--default.select2-container--open li:hover {
	background: #04d39f;
}

.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-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;
}

/* 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: 18px;
	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: 18px;
	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: 18px;
	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: 26px;
}

.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;
}

.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: FontAwesome;
	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: "\f162";
}

.woocommerce ul.order_details li.woocommerce-order-overview__date:before {
	content: "\f133";
}

.woocommerce ul.order_details li.woocommerce-order-overview__email:before {
	content: "\f003";
}

.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;
}

.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;
	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: 18px 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;
}

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;
}

/* Returning Customer */
.woocommerce-form-login .form-row button.button {
	margin-right: 10px;
}

/*=========================*/
/* 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;
}

/*=========================*/
/* 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;
}

/*==========================================================*/
/* Products Wishlist Page */
/*==========================================================*/
.woocommerce .wishlist-title {
	display: block;
	margin-bottom: 20px;
}

.woocommerce table.wishlist_table {
	font-size: 100%;
}

.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: 5px;
	right: 8px;
}

.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;
}

/*==========================================================*/
/* 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: 'FontAwesome';
	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;
}

.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: normal normal normal 14px/1 FontAwesome;
	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: "\f0e4";
}

.woocommerce-MyAccount-navigation > ul li.woocommerce-MyAccount-navigation-link--orders a::before {
	content: "\f0f6";
}

.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: "\f08b";
}

.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: #04d39f;
	color: #fff;
}

.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: 3px;
	border-color: #e8ebf1;
}

.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 .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 .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;
}

/* Navigation Grid */
.myaccount-grid-navigation .grid-navigation a {
	padding: 20px;
	margin-bottom: 30px;
	display: block;
	border: 1px solid #e5e5e5;
	background: white;
	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 span {
	color: #04d39f;
}

/*===================================*/
/* WooCommerce Sidebar */
/*===================================*/
.widget_product_categories ul {
	padding-left: 0px;
	margin-bottom: 0;
}

.widget.widget_product_categories ul > li {
	list-style-type: none;
	border-bottom: 1px solid #f1f1f1;
	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;
}

.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;
}

/* 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 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: 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.cart_list li a,
.woocommerce ul.product_list_widget li a {
	line-height: 18px;
	font-weight: 500;
	color: #323232;
	font-size: 13px;
}

.woocommerce ul.cart_list li a:hover,
.woocommerce ul.product_list_widget li a:hover {
	color: #04d39f;
}

.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;
}

/* 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,
.entry-summary .button.compare:hover {
	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;
}

.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,
.entry-summary .button.compare {
	background: #323232;
	color: #ffffff;
}

.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: -4px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #04d39f;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #e9e9e9;
	background-color: #e9e9e9;
}

.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_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: 32px;
	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-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;
}

/* 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;
}

.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: 90px;
}

.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;
}

.entry-meta li .entry-meta-categories a,
.entry-meta li .entry-meta-tags a {
	margin-left: 4px;
}

/* 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;
}

/* 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;
}

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: 38px;
	display: inline-block;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	width: 40px;
	height: 40px;
	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: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    color: #323232;
    background: #ffffff;
    text-align: center;
}
.blog-entry-slider .owl-carousel .owl-nav i:before{
	font-size: 16px;
}
.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%;
}

.comments-area .comment-respond .comment-form-cookies-consent input[type=checkbox] {
	margin-right: 10px;
}

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 {
	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: "\f178";
	font-family: "FontAwesome";
	padding-left: 8px;
	font-weight: normal;
	-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;
}

.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,
.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: 0 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 {
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
}

.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 {
	font-size: 18px;
	line-height: 24px;
	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;
}

/* Sidebar Title */
.sidebar .widget {
	margin-bottom: 30px;
}

.sidebar .widget:last-child {
	margin-bottom: 0px;
}

.sidebar .widget .star-rating {
	background: none;
}

.content-wrapper .sidebar .widget .widget-title,
.content-wrapper .sidebar .widget .ywcca_widget_title {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 26px;
	text-transform: uppercase;
}

/* 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 .button-area .input-group-btn:first-child>.btn {
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

/* Search */
.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 */
.widget_archive ul li,
.widget_meta ul li,
.widget_categories ul li,
.widget_pages ul 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 {
	margin-bottom: 0px;
}

.widget_archive ul li:before,
.widget_meta ul li:before,
.widget_categories ul li:before,
.widget_pages ul li:before {
	content: "\f105";
	font-family: "FontAwesome";
	height: 24px;
	width: 10px;
	display: inline-block;
	text-align: left;
	color: #969696;
	margin-right: 15px;
	font-weight: 100;
	line-height: 22px;
	padding-left: 2px;
	position: absolute;
	left: 0;
	top: 2px;
}

.widget_archive ul li a,
.widget_meta ul li a {
	display: inline-block;
	line-height: 24px;
}

/* Calendar */
.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;
}

.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;
}

/*===================================*/
/* 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: 10px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.inner-intro ul.page-breadcrumb {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 100%;
	margin-bottom: 0;
}

.inner-intro ul.page-breadcrumb li {
	line-height: 22px;
	color: #ffffff;
	display: inline;
	list-style: none;
	position: relative;
	margin-right: 5px;
}

.inner-intro ul.page-breadcrumb li.current_item span {
	color: #04d39f;
}

.inner-intro ul.page-breadcrumb li a {
	color: inherit;
}

.inner-intro ul.page-breadcrumb li > span {
	position: relative;
	padding-left: 10px;
}

.inner-intro ul.page-breadcrumb li > span > span {
	-moz-word-wrap: break-word;
	word-wrap: break-word;
}

.inner-intro ul.page-breadcrumb li.home > span {
	padding-left: 8px;
}

.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: FontAwesome;
	position: relative;
	left: 0;
	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";
	line-height: 19px;
}

.device-type-mobile .inner-intro .intro_header_video-bg {
	display: none;
}

/*all center */
.inner-intro .intro-section-center ul.page-breadcrumb {
	text-align: center;
	padding-bottom: 0;
}

/*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;
}

/*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: 20px 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 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 li:hover a {
	color: #04d39f;
}

/*==========================================*/
/* 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;
}


/*==========================================*/
/* Cookies Info */
/*==========================================*/
.ciyashop-cookies-info {
	text-align: left;
	padding: 30px;
	position: fixed;
	z-index: 9999;
	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: 'FontAwesome';
	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;
}

/*===================================================================================*/
/* All Shortcode */
/*===================================================================================*/

/* VC Class */
.vc_row[data-vc-full-width].mpc-row[data-vc-full-width] {
	overflow: hidden;
}

.overflow-visible.vc_row[data-vc-full-width].mpc-row[data-vc-full-width] {
	overflow: visible;
}

/* VC Custom CSS */
.z-index-1 {
	z-index: -1;
}

.z-index0 {
	z-index: 0;
}

.z-index9 {
	z-index: 9;
}

.z-index99 {
	z-index: 99;
}

.z-index999 {
	z-index: 999;
}

.overflow-h {
	overflow: hidden !important;
}

.overflow-v {
	overflow: visible !important;
}

.box-shadow {
	-webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.07);
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.07);
}

/*==========================================================*/
/* VC Buttons */
/*==========================================================*/
.content-wrapper .vc_btn3.vc_btn3-size-lg,
.content-wrapper .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline {
	padding: 0px 30px;
	font-size: 18px;
	line-height: 58px;
}

.content-wrapper .vc_btn3.vc_btn3-size-md,
.content-wrapper .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline {
	padding: 0px 25px;
	font-size: 16px;
	line-height: 48px;
}

.content-wrapper .vc_btn3.vc_btn3-size-sm,
.content-wrapper .vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline {
	padding: 0px 25px;
	font-size: 13px;
	line-height: 36px;
}

.content-wrapper .vc_btn3.vc_btn3-size-xs,
.content-wrapper .vc_btn3.vc_btn3-size-xs.vc_btn3-style-outline {
	padding: 0px 20px;
	font-size: 12px;
	line-height: 30px;
}

.content-wrapper .vc_btn3.vc_btn3-shape-rounded {
	border-radius: 3px;
}

/*==========================================*/
/* Layout Settings */
/*==========================================*/
.ciyashop-site-layout-boxed #page,
.ciyashop-site-layout-framed #page,
.ciyashop-site-layout-rounded #page {
	max-width: 1300px;
}

.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;
}

.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:992px) {
	.ciyashop-site-layout-framed .header-style-right-topbar-main,
	.ciyashop-site-layout-rounded .header-style-right-topbar-main {
		top: 70px;
	}

}

@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 > .vc_row-background-overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
}

/*===================================*/
/* 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;
}

/*==================================*/
/* Address Block */
/*==================================*/
.address-block i {
	color: #04d39f;
}

.address-block .title {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 0px;
}

.address-block.border {
	border: none !important;
}

.address-block.border i {
	border: 2px solid #04d39f;
}

.address-block.flat i {
	background: #04d39f;
	line-height: 60px;
}

.address-block i:before {
	font-size: 26px !important;
}

.address-block.default i:before {
	font-size: 40px !important;
}

.address-block.default {
	padding-left: 70px;
}

.address-block span {
	line-height: 20px;
}

.address-block span a {
	color: #04d39f;
}

.address-block span a:hover {
	text-decoration: underline;
}

.row-background-light .address-block .title {
	color: #ffffff;
}

.row-background-light .address-block i {
	color: #ffffff;
}

.row-background-light .address-block.border i {
	border-color: #ffffff;
	color: #ffffff;
}

.row-background-light .address-block.flat i {
	background: #ffffff;
}

.row-background-light .address-block.flat i {
	color: #323232;
}

.row-background-light .address-block span {
	color: #ffffff;
}

.row-background-light .address-block span a {
	color: #ffffff;
}

/*==================================*/
/* Client Logo */
/*==================================*/

/* Client Logo Slider */
.our-clients .owl-item .item {
	text-align: center;
	padding: 10px 0px;
}

.our-clients.owl-carousel .owl-item img {
	display: inline-block;
	width: inherit;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
	background: #04d39f;
}

.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
	background: #04d39f;
}

.owl-carousel.owl-theme .owl-dots button.owl-dot {
	background: none;
	padding: 0px;
	border: none;
}

.owl-carousel.owl-theme .owl-dots button.owl-dot:focus {
	outline: none;
	border: none;
}

/* Client Logo Grid */
.pgscore_clients .list-inline {
	margin: 0px;
}

.pgscore_clients .list-inline > li {
	float: left;
	margin-bottom: 6%;
	margin-right: 2%;
	padding: 0;
	list-style: none;
	text-align: center;
}

.pgscore_clients.pgscore_clients-grid-column-2 .list-inline > li {
	width: 49%;
}

.pgscore_clients.pgscore_clients-grid-column-2 .list-inline > li:nth-child(2n+2) {
	margin-right: 0;
}

.pgscore_clients.pgscore_clients-grid-column-3 .list-inline > li {
	width: 32%;
}

.pgscore_clients.pgscore_clients-grid-column-3 .list-inline > li:nth-child(3n+3) {
	margin-right: 0;
}

.pgscore_clients.pgscore_clients-grid-column-4 .list-inline > li {
	width: 23.5%;
}

.pgscore_clients.pgscore_clients-grid-column-4 .list-inline > li:nth-child(4n+4) {
	margin-right: 0;
}

.pgscore_clients.pgscore_clients-grid-column-5 .list-inline > li {
	width: 18.4%;
}

.pgscore_clients.pgscore_clients-grid-column-5 .list-inline > li:nth-child(5n+5) {
	margin-right: 0;
}

.pgscore_clients_wrapper .owl-item.cloned {
	margin-bottom: 0px;
}

.pgscore_clients .owl-carousel .owl-dots {
	position: relative;
	bottom: 0;
}

/*==================================*/
/* Info Box */
/*==================================*/
.pgscore_info_box-content_alignment-center .pgscore_info_box-icon-inner {
	margin: 0 auto;
}

.pgscore_info_box-content_alignment-center {
	text-align: center;
}
.pgscore_info_box-layout-style_1.pgscore_info_box-content_alignment-center .pgscore_info_box-icon,
.pgscore_info_box-layout-style_1.pgscore_info_box-content_alignment-right .pgscore_info_box-icon{
    display: inline-block;
}

.pgscore_info_box-content_alignment-right {
	text-align: right;
}

.pgscore_info_box-layout-style_2 .pgscore_info_box-inner {
	clear: both;
}

.pgscore_info_box-with-icon.pgscore_info_box-icon-source-font.pgscore_info_box-icon-size-xs .pgscore_info_box-icon {
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 15px;
}
.pgscore_info_box-with-icon.pgscore_info_box-icon-source-font.pgscore_info_box-icon_position-right.pgscore_info_box-icon-size-xs .pgscore_info_box-icon {
	width: 65px;
}

.pgscore_info_box-with-icon.pgscore_info_box-icon-source-font.pgscore_info_box-icon-size-sm .pgscore_info_box-icon {
	font-size: 33px;
	line-height: 33px;
	margin-bottom: 15px;
}
.pgscore_info_box-with-icon.pgscore_info_box-icon-source-font.pgscore_info_box-icon_position-right.pgscore_info_box-icon-size-sm .pgscore_info_box-icon {
	width: 77px;
}

.pgscore_info_box-with-icon.pgscore_info_box-icon-source-font.pgscore_info_box-icon-size-md .pgscore_info_box-icon {
	font-size: 44px;
	line-height: 44px;
	margin-bottom: 15px;
}
.pgscore_info_box-with-icon.pgscore_info_box-icon-source-font.pgscore_info_box-icon_position-right.pgscore_info_box-icon-size-md .pgscore_info_box-icon {
	width: 87px;
}

.pgscore_info_box-with-icon.pgscore_info_box-icon-source-font.pgscore_info_box-icon-size-lg .pgscore_info_box-icon {
	font-size: 55px;
	line-height: 55px;
	margin-bottom: 15px;
}
.pgscore_info_box-with-icon.pgscore_info_box-icon-source-font.pgscore_info_box-icon_position-right.pgscore_info_box-icon-size-lg .pgscore_info_box-icon {
	width: 75px;
	padding-left: 0;
}

.pgscore_info_box-with-icon.pgscore_info_box-icon-source-font.pgscore_info_box-icon-size-xs .pgscore_info_box-icon i:before {
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 15px;
}

.pgscore_info_box-with-icon.pgscore_info_box-icon-source-font.pgscore_info_box-icon-size-sm .pgscore_info_box-icon i:before {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 15px;
}

.pgscore_info_box-with-icon.pgscore_info_box-icon-source-font.pgscore_info_box-icon-size-md .pgscore_info_box-icon i:before {
	font-size: 38px;
	line-height: 48px;
	margin-bottom: 15px;
}

.pgscore_info_box-with-icon.pgscore_info_box-icon-source-font.pgscore_info_box-icon-size-lg .pgscore_info_box-icon i:before {
	font-size: 48px;
	line-height: 88px;
	margin-bottom: 15px;
}

.pgscore_info_box-with-icon.pgscore_info_box-icon_position-left .pgscore_info_box-inner {
	display: table;
	width: 100%;
}

.pgscore_info_box-with-icon.pgscore_info_box-icon_position-left .pgscore_info_box-icon {
	width: 6%;
	padding-right: 20px;
}

.pgscore_info_box-with-icon.pgscore_info_box-icon_position-left .pgscore_info_box-icon {
	display: table-cell;
	vertical-align: top;
}

/* Icon position right */
.pgscore_info_box-with-icon.pgscore_info_box-icon_position-right .pgscore_info_box-icon {
	float: right;
	padding-left: 15px;
}

.vc_col-sm-3 .pgscore_info_box-with-icon.pgscore_info_box-icon_position-right .pgscore_info_box-content {
	width: 78%
}

.vc_col-sm-4 .pgscore_info_box-with-icon.pgscore_info_box-icon_position-right .pgscore_info_box-content {
	width: 83%
}

.vc_col-sm-5 .pgscore_info_box-with-icon.pgscore_info_box-icon_position-right .pgscore_info_box-content {
	width: 87%
}

.vc_col-sm-6 .pgscore_info_box-with-icon.pgscore_info_box-icon_position-right .pgscore_info_box-content {
	width: 90%
}

.vc_col-sm-3 .pgscore_info_box-icon-style-flat.pgscore_info_box-icon_position-right.pgscore_info_box-icon-size-lg .pgscore_info_box-content {
	width: 70%
}

.vc_col-sm-4 .pgscore_info_box-icon-style-flat.pgscore_info_box-icon_position-right.pgscore_info_box-icon-size-lg .pgscore_info_box-content {
	width: 75%
}

.vc_col-sm-5 .pgscore_info_box-icon-style-flat.pgscore_info_box-icon_position-right.pgscore_info_box-icon-size-lg .pgscore_info_box-content {
	width: 72%
}

.vc_col-sm-6 .pgscore_info_box-icon-style-flat.pgscore_info_box-icon_position-right.pgscore_info_box-icon-size-lg .pgscore_info_box-content {
	width: 77%
}

.vc_col-sm-3 .pgscore_info_box-icon-style-flat.pgscore_info_box-icon_position-right.pgscore_info_box-icon-size-md .pgscore_info_box-content {
	width: 75%
}

.vc_col-sm-4 .pgscore_info_box-icon-style-flat.pgscore_info_box-icon_position-right.pgscore_info_box-icon-size-md .pgscore_info_box-content {
	width: 67%
}

.vc_col-sm-5 .pgscore_info_box-icon-style-flat.pgscore_info_box-icon_position-right.pgscore_info_box-icon-size-md .pgscore_info_box-content {
	width: 74%
}

.vc_col-sm-6 .pgscore_info_box-icon-style-flat.pgscore_info_box-icon_position-right.pgscore_info_box-icon-size-md .pgscore_info_box-content {
	width: 79%
}

.vc_col-sm-3 .pgscore_info_box-icon-style-flat.pgscore_info_box-icon_position-right.pgscore_info_box-icon-size-sm .pgscore_info_box-content {
	width: 78%
}

.vc_col-sm-4 .pgscore_info_box-icon-style-flat.pgscore_info_box-icon_position-right.pgscore_info_box-icon-size-sm .pgscore_info_box-content {
	width: 70%
}

.vc_col-sm-5 .pgscore_info_box-icon-style-flat.pgscore_info_box-icon_position-right.pgscore_info_box-icon-size-sm .pgscore_info_box-content {
	width: 76%
}

.vc_col-sm-6 .pgscore_info_box-icon-style-flat.pgscore_info_box-icon_position-right.pgscore_info_box-icon-size-sm .pgscore_info_box-content {
	width: 81%
}

.vc_col-sm-3 .pgscore_info_box-icon-style-flat.pgscore_info_box-icon_position-right.pgscore_info_box-icon-size-xs .pgscore_info_box-content {
	width: 80%
}

.vc_col-sm-4 .pgscore_info_box-icon-style-flat.pgscore_info_box-icon_position-right.pgscore_info_box-icon-size-xs .pgscore_info_box-content {
	width: 73%
}

.vc_col-sm-5 .pgscore_info_box-icon-style-flat.pgscore_info_box-icon_position-right.pgscore_info_box-icon-size-xs .pgscore_info_box-content {
	width: 78%
}

.vc_col-sm-6 .pgscore_info_box-icon-style-flat.pgscore_info_box-icon_position-right.pgscore_info_box-icon-size-xs .pgscore_info_box-content {
	width: 82%
}

.vc_col-sm-3 .pgscore_info_box-icon-style-border.pgscore_info_box-icon_position-right.pgscore_info_box-icon-size-lg .pgscore_info_box-content {
	width: 72%
}

.vc_col-sm-4 .pgscore_info_box-icon-style-border.pgscore_info_box-icon_position-right.pgscore_info_box-icon-size-lg .pgscore_info_box-content {
	width: 66%
}

.vc_col-sm-5 .pgscore_info_box-icon-style-border.pgscore_info_box-icon_position-right.pgscore_info_box-icon-size-lg .pgscore_info_box-content {
	width: 72%
}

.vc_col-sm-6 .pgscore_info_box-icon-style-border.pgscore_info_box-icon_position-right.pgscore_info_box-icon-size-lg .pgscore_info_box-content {
	width: 77%
}

.vc_col-sm-3 .pgscore_info_box-icon-style-border.pgscore_info_box-icon_position-right.pgscore_info_box-icon-size-md .pgscore_info_box-content {
	width: 73%
}

.vc_col-sm-4 .pgscore_info_box-icon-style-border.pgscore_info_box-icon_position-right.pgscore_info_box-icon-size-md .pgscore_info_box-content {
	width: 68%
}

.vc_col-sm-5 .pgscore_info_box-icon-style-border.pgscore_info_box-icon_position-right.pgscore_info_box-icon-size-md .pgscore_info_box-content {
	width: 74%
}

.vc_col-sm-6 .pgscore_info_box-icon-style-border.pgscore_info_box-icon_position-right.pgscore_info_box-icon-size-md .pgscore_info_box-content {
	width: 76%
}

.vc_col-sm-3 .pgscore_info_box-icon-style-border.pgscore_info_box-icon_position-right.pgscore_info_box-icon-size-sm .pgscore_info_box-content {
	width: 75%
}

.vc_col-sm-4 .pgscore_info_box-icon-style-border.pgscore_info_box-icon_position-right.pgscore_info_box-icon-size-sm .pgscore_info_box-content {
	width: 72%
}

.vc_col-sm-5 .pgscore_info_box-icon-style-border.pgscore_info_box-icon_position-right.pgscore_info_box-icon-size-sm .pgscore_info_box-content {
	width: 76%
}

.vc_col-sm-6 .pgscore_info_box-icon-style-border.pgscore_info_box-icon_position-right.pgscore_info_box-icon-size-sm .pgscore_info_box-content {
	width: 81%
}

.vc_col-sm-3 .pgscore_info_box-icon-style-border.pgscore_info_box-icon_position-right.pgscore_info_box-icon-size-xs .pgscore_info_box-content {
	width: 78%
}

.vc_col-sm-4 .pgscore_info_box-icon-style-border.pgscore_info_box-icon_position-right.pgscore_info_box-icon-size-xs .pgscore_info_box-content {
	width: 75%
}

.vc_col-sm-5 .pgscore_info_box-icon-style-border.pgscore_info_box-icon_position-right.pgscore_info_box-icon-size-xs .pgscore_info_box-content {
	width: 78%
}

.vc_col-sm-6 .pgscore_info_box-icon-style-border.pgscore_info_box-icon_position-right.pgscore_info_box-icon-size-xs .pgscore_info_box-content {
	width: 82%
}

.pgscore_info_box-with-icon.pgscore_info_box-icon-style-flat .pgscore_info_box-icon-inner,
.pgscore_info_box-with-icon.pgscore_info_box-icon-style-border .pgscore_info_box-icon-inner,
.pgscore_info_box-with-icon.pgscore_info_box-icon-style-flat .pgscore_info_box-icon-outer,
.pgscore_info_box-with-icon.pgscore_info_box-icon-style-border .pgscore_info_box-icon-outer {
	display: inline-block;
}

.pgscore_info_box-with-icon.pgscore_info_box-icon-style-flat .pgscore_info_box-icon-inner {
	background-color: #878787;
	color: #fff;
}

.pgscore_info_box-icon-shape-rounded .pgscore_info_box-icon-inner,
.pgscore_info_box-icon-shape-rounded .pgscore_info_box-icon-outer {
	border-radius: 5px;
}

.pgscore_info_box-icon-shape-round .pgscore_info_box-icon-inner,
.pgscore_info_box-icon-shape-round .pgscore_info_box-icon-outer {
	border-radius: 50%;
}

.pgscore_info_box-icon-style-border .pgscore_info_box-icon-inner {
	border: 1px solid #878787;
}

.pgscore_info_box-with-icon.pgscore_info_box-icon-source-font.pgscore_info_box-icon-style-flat.pgscore_info_box-icon-size-xs .pgscore_info_box-icon-inner,
.pgscore_info_box-with-icon.pgscore_info_box-icon-source-font.pgscore_info_box-icon-style-border.pgscore_info_box-icon-size-xs .pgscore_info_box-icon-inner {
	height: 50px;
	line-height: 50px;
	width: 50px;
}

.pgscore_info_box-with-icon.pgscore_info_box-icon-source-font.pgscore_info_box-icon-style-flat.pgscore_info_box-icon-size-sm .pgscore_info_box-icon-inner,
.pgscore_info_box-with-icon.pgscore_info_box-icon-source-font.pgscore_info_box-icon-style-border.pgscore_info_box-icon-size-sm .pgscore_info_box-icon-inner {
	height: 60px;
	line-height: 60px;
	width: 60px;
}

.pgscore_info_box-with-icon.pgscore_info_box-icon-source-font.pgscore_info_box-icon-style-flat.pgscore_info_box-icon-size-md .pgscore_info_box-icon-inner,
.pgscore_info_box-with-icon.pgscore_info_box-icon-source-font.pgscore_info_box-icon-style-border.pgscore_info_box-icon-size-md .pgscore_info_box-icon-inner {
	height: 70px;
	line-height: 70px;
	width: 70px;
}

.pgscore_info_box-with-icon.pgscore_info_box-icon-source-font.pgscore_info_box-icon-style-flat.pgscore_info_box-icon-size-lg .pgscore_info_box-icon-inner,
.pgscore_info_box-with-icon.pgscore_info_box-icon-source-font.pgscore_info_box-icon-style-border.pgscore_info_box-icon-size-lg .pgscore_info_box-icon-inner {
	height: 80px;
	line-height: 80px;
	width: 80px;
}

.pgscore_info_box-with-icon.pgscore_info_box-icon-source-font.pgscore_info_box-icon-style-flat.pgscore_info_box-icon-size-xs .pgscore_info_box-icon-inner .vc-mono,
.pgscore_info_box-with-icon.pgscore_info_box-icon-source-font.pgscore_info_box-icon-style-border.pgscore_info_box-icon-size-xs .pgscore_info_box-icon-inner .vc-mono {
	line-height: 11px;
}

.pgscore_info_box-with-icon.pgscore_info_box-icon-source-font.pgscore_info_box-icon-style-flat.pgscore_info_box-icon-size-sm .pgscore_info_box-icon-inner .vc-mono,
.pgscore_info_box-with-icon.pgscore_info_box-icon-source-font.pgscore_info_box-icon-style-border.pgscore_info_box-icon-size-sm .pgscore_info_box-icon-inner .vc-mono {
	line-height: 14px;
}

.pgscore_info_box-with-icon.pgscore_info_box-icon-source-font.pgscore_info_box-icon-style-flat.pgscore_info_box-icon-size-md .pgscore_info_box-icon-inner .vc-mono,
.pgscore_info_box-with-icon.pgscore_info_box-icon-source-font.pgscore_info_box-icon-style-border.pgscore_info_box-icon-size-md .pgscore_info_box-icon-inner .vc-mono {
	line-height: 26px;
}

.pgscore_info_box-with-icon.pgscore_info_box-icon-source-font.pgscore_info_box-icon-style-flat.pgscore_info_box-icon-size-lg .pgscore_info_box-icon-inner .vc-mono,
.pgscore_info_box-with-icon.pgscore_info_box-icon-source-font.pgscore_info_box-icon-style-border.pgscore_info_box-icon-size-lg .pgscore_info_box-icon-inner .vc-mono {
	line-height: 26px;
}

.pgscore_info_box.pgscore_info_box-icon-style-flat .pgscore_info_box-icon-inner,
.pgscore_info_box.pgscore_info_box-icon-style-border .pgscore_info_box-icon-inner {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pgscore_info_box.pgscore_info_box-icon-style-flat.pgscore_info_box-icon-source-image .pgscore_info_box-icon-inner,
.pgscore_info_box.pgscore_info_box-icon-style-border.pgscore_info_box-icon-source-image .pgscore_info_box-icon-inner {
	display: inline-block;
}

.pgscore_info_box-icon-shape-square .pgscore_info_box-icon {
	font-size: 30px;
}

.pgscore_info_box-outer-border .pgscore_info_box-icon-outer {
	border: 1px solid #323232;
	padding: 5px;
}

.pgscore_info_box-description p {
	margin-bottom: 0;
	line-height: 22px;
}

.pgscore_info_box-title {
	margin-bottom: 10px;
	font-weight: 600;
}

/* Icon image size */
.pgscore_info_box-icon-source-image .pgscore_info_box-icon {
	display: inline-block;
}

.pgscore_info_box-icon-source-image .pgscore_info_box-icon img {
	width: 100%;
	padding: 10px;
}

.pgscore_info_box-icon-source-image.pgscore_info_box-icon-style-flat.pgscore_info_box-icon-size-lg .pgscore_info_box-icon img {
	padding: 20px;
}

.pgscore_info_box-icon-source-image.pgscore_info_box-icon-style-flat.pgscore_info_box-icon-size-md .pgscore_info_box-icon img {
	padding: 16px;
}

.pgscore_info_box-icon-source-image.pgscore_info_box-icon-style-flat.pgscore_info_box-icon-size-sm .pgscore_info_box-icon img {
	padding: 14px;
}

.pgscore_info_box-icon-source-image.pgscore_info_box-icon-style-flat.pgscore_info_box-icon-size-xs .pgscore_info_box-icon img {
	padding: 12px;
}

.pgscore_info_box-icon-source-image.pgscore_info_box-icon-size-xs .pgscore_info_box-icon {
	width: 42px;
	margin-bottom: 15px;
}

.pgscore_info_box-icon-source-image.pgscore_info_box-icon-size-sm .pgscore_info_box-icon {
	width: 52px;
	margin-bottom: 15px;
}

.pgscore_info_box-icon-source-image.pgscore_info_box-icon-size-md .pgscore_info_box-icon {
	width: 62px;
	margin-bottom: 15px;
}

.pgscore_info_box-icon-source-image.pgscore_info_box-icon-size-lg .pgscore_info_box-icon {
	width: 82px;
	margin-bottom: 15px;
}

.pgscore_info_box-icon-source-image.pgscore_info_box-icon-size-xs.pgscore_info_box-icon_position-left .pgscore_info_box-icon,
.pgscore_info_box-icon-source-image.pgscore_info_box-icon-size-xs.pgscore_info_box-icon_position-right .pgscore_info_box-icon {
	width: 82px;
}

.pgscore_info_box-icon-source-image.pgscore_info_box-icon-size-sm.pgscore_info_box-icon_position-left .pgscore_info_box-icon,
.pgscore_info_box-icon-source-image.pgscore_info_box-icon-size-sm.pgscore_info_box-icon_position-right .pgscore_info_box-icon {
	width: 94px;
}

.pgscore_info_box-icon-source-image.pgscore_info_box-icon-size-md.pgscore_info_box-icon_position-left .pgscore_info_box-icon,
.pgscore_info_box-icon-source-image.pgscore_info_box-icon-size-md.pgscore_info_box-icon_position-right .pgscore_info_box-icon {
	width: 99px;
}

.pgscore_info_box-icon-source-image.pgscore_info_box-icon-size-lg.pgscore_info_box-icon_position-left .pgscore_info_box-icon,
.pgscore_info_box-icon-source-image.pgscore_info_box-icon-size-lg.pgscore_info_box-icon_position-right .pgscore_info_box-icon {
	width: 110px;
}

.pgscore_info_box-icon-source-image.pgscore_info_box-icon-style-default .pgscore_info_box-icon img {
	padding: 0px;
}

.pgscore_info_box-icon-source-image.pgscore_info_box-icon-style-default.pgscore_info_box-icon-size-xs .pgscore_info_box-icon {
	width: 42px;
}

.pgscore_info_box-icon-source-image.pgscore_info_box-icon-style-default.pgscore_info_box-icon-size-sm .pgscore_info_box-icon {
	width: 52px;
}

.pgscore_info_box-icon-source-image.pgscore_info_box-icon-style-default.pgscore_info_box-icon-size-md .pgscore_info_box-icon {
	width: 62px;
}

.pgscore_info_box-icon-source-image.pgscore_info_box-icon-style-default.pgscore_info_box-icon-size-lg .pgscore_info_box-icon {
	width: 72px;
}

/* line Icon */
.pgscore_info_box.pgscore_info_box-icon-style-default.pgscore_info_box-icon_position-left .pgscore_info_box-icon {
	padding-right: 25px;
}

.pgscore_info_box.pgscore_info_box-icon-style-default.pgscore_info_box-icon_position-left.pgscore_info_box-icon-size-sm .pgscore_info_box-icon {
	padding-right: 18px;
}

/*==================================*/
/* Info box with step */
/*==================================*/

/* Info box step position above title */
.info_box-step_position-above_title .pgscore_info_box-inner {
	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;
}

.info_box-step_position-above_title .pgscore_info_box-step {
	font-size: 36px;
	font-weight: bold;
	color: #ddd;
}

/* Info box step position under icon */
.info_box-step_position-under_icon .pgscore_info_box-step {
	font-weight: bold;
	color: #323232;
	opacity: 0.1;
	line-height: 95px;
}

.info_box-step_position-under_icon .pgscore_info_box-icon-outer {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}

.info_box-step_position-under_icon .pgscore_info_box-step-wrapper {
	text-align: center;
}

.info_box-step_position-under_icon .pgscore_info_box-icon-wrap {
	position: relative;
	min-width: 100px;
}

.info_box-step_position-under_icon .pgscore_info_box-inner {
	padding: 15px;
	-webkit-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.13);
	box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.13);
}

.info_box-step_position-under_icon.pgscore_info_box-icon-size-lg .pgscore_info_box-step {
	font-size: 60px;
}

.info_box-step_position-under_icon.pgscore_info_box-icon-size-md .pgscore_info_box-step {
	font-size: 50px;
}

.info_box-step_position-under_icon.pgscore_info_box-icon-size-sm .pgscore_info_box-step {
	font-size: 40px;
}

.info_box-step_position-under_icon.pgscore_info_box-icon-size-xs .pgscore_info_box-step {
	font-size: 30px;
}

/* Style 2 - Opposite icon */
.info_box-step_position-opposite_icon .pgscore_info_box-content {
	position: relative;
}

.info_box-step_position-opposite_icon .pgscore_info_box-step-wrapper {
	position: absolute;
	right: 0;
	top: 0;
}

.info_box-step_position-opposite_icon .pgscore_info_box-step {
	font-size: 95px;
	font-weight: bold;
	color: #777777;
	opacity: 0.1;
	line-height: 95px;
}

.info_box-step_position-under_icon.pgscore_info_box-icon-source-image .pgscore_info_box-icon-wrap,
.info_box-step_position-under_icon.pgscore_info_box-with-icon .pgscore_info_box-icon-wrap {
	min-width: inherit;
}

.info_box-step_position-under_icon.pgscore_info_box-icon-source-image .pgscore_info_box-icon img {
	padding: 4px;
}

/* Style 3 */
.pgscore_info_box-layout-style_3 .pgscore_info_box-icon-wrap {
	position: relative;
	padding: 15px 0;
}

.pgscore_info_box.pgscore_info_box-layout-style_3 .pgscore_info_box-icon-outer {
	display: table-cell;
	min-width: 70px;
	text-align: center;
}

.pgscore_info_box.pgscore_info_box-layout-style_3 .pgscore_info_box-title {
	display: table-cell;
	padding: 0px 0px 0px 15px;
	margin: 0;
	vertical-align: middle;
}

.pgscore_info_box-layout-style_3 .pgscore_info_box-step-wrapper {
	position: absolute;
	left: 0;
	top: 0;
}

.pgscore_info_box-layout-style_3 .pgscore_info_box-step {
	font-size: 85px;
	font-weight: bold;
	color: #000000;
	opacity: 0.03;
	line-height: 85px;
}

.pgscore_info_box-layout-style_3.pgscore_info_box-icon-style-flat .pgscore_info_box-icon-outer,
.pgscore_info_box-layout-style_3.pgscore_info_box-icon-style-border .pgscore_info_box-icon-outer {
	margin-bottom: 15px;
}

.pgscore_info_box-layout-style_3.pgscore_info_box-content_alignment-center .pgscore_info_box-title,
.pgscore_info_box-layout-style_3.pgscore_info_box-content_alignment-right .pgscore_info_box-title {
	display: inherit;
}

.pgscore_info_box-layout-style_3.pgscore_info_box-icon-source-image.pgscore_info_box-icon-size-lg .pgscore_info_box-icon,
.pgscore_info_box-layout-style_3.pgscore_info_box-icon-source-image.pgscore_info_box-icon-size-md .pgscore_info_box-icon,
.pgscore_info_box-layout-style_3.pgscore_info_box-icon-source-image.pgscore_info_box-icon-size-sm .pgscore_info_box-icon,
.pgscore_info_box-layout-style_3.pgscore_info_box-icon-source-image.pgscore_info_box-icon-size-xs .pgscore_info_box-icon {
	width: inherit;
	margin-bottom: inherit;
}

/* Style 3 Right Side */
.pgscore_info_box-layout-style_3.pgscore_info_box-content_alignment-right .pgscore_info_box-step-wrapper {
	left: auto;
	right: 0px;
}

.pgscore_info_box.pgscore_info_box-layout-style_3.pgscore_info_box-content_alignment-right .pgscore_info_box-icon-outer {
	display: inline-block;
	float: right;
}

.pgscore_info_box-layout-style_3.pgscore_info_box-content_alignment-right .pgscore_info_box-title {
	display: inline-block;
	padding: 0px 15px 0px 0px;
}

.pgscore_info_box-layout-style_3.pgscore_info_box-icon-source-image.pgscore_info_box-icon-size-lg .pgscore_info_box-icon-outer {
	min-width: 70px;
}

.pgscore_info_box-layout-style_3.pgscore_info_box-icon-source-image.pgscore_info_box-icon-size-md .pgscore_info_box-icon-outer {
	min-width: 65px;
}

.pgscore_info_box-layout-style_3.pgscore_info_box-icon-source-image.pgscore_info_box-icon-size-sm .pgscore_info_box-icon-outer {
	min-width: 60px;
}

.pgscore_info_box-layout-style_3.pgscore_info_box-icon-source-image.pgscore_info_box-icon-size-xs .pgscore_info_box-icon-outer {
	min-width: 55px;
}

/* Style 4 */
.pgscore_info_box-layout-style_4 .pgscore_info_box-step-wrapper {
	display: table-cell;
	padding-right: 15px;
}

.pgscore_info_box-layout-style_4 .pgscore_info_box-step {
	font-size: 50px;
	color: #04d39f;
	font-weight: bold;
	line-height: 50px;
}

.pgscore_info_box-layout-style_4 .pgscore_info_box-title {
	display: table-cell;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	font-weight: 700;
}

.pgscore_info_box-layout-style_4 .pgscore_info_box-content {
	margin-top: 5px;
}

/* Style 5 */
.pgscore_info_box-layout-style_5 .pgscore_info_box-icon {
	display: table-cell;
	padding-right: 65px;
	text-align: center;
	position: relative;
	vertical-align: top;
	padding-top: 2px;
}
.pgscore_info_box-layout-style_5 .pgscore_info_box-icon:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 40px;
    width: 30px;
    height: 1px;
    background: #cccccc;
}
.pgscore_info_box-layout-style_5 .pgscore_info_box-content {
	display: table-cell;
}

.pgscore_info_box-layout-style_5 .pgscore_info_box-icon-outer {
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
.pgscore_info_box-layout-style_5 .pgscore_info_box-icon-outer:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #969696;
}
.pgscore_info_box-layout-style_5 .pgscore_info_box-icon-outer .pgscore_info_box-icon-inner {
	font-size: 24px;
}
.pgscore_info_box-layout-style_5 .pgscore_info_box-step {
	font-size: 16px;
	color: #04d39f;
	font-weight: bold;
	line-height: 22px;
	vertical-align: top;
}
.pgscore_info_box-layout-style_5 .pgscore_info_box-title {
	font-weight: 600;
}
.pgscore_info_box-layout-style_5 h2.pgscore_info_box-title {
	font-size: 26px;
    line-height: 32px;
}
.pgscore_info_box-layout-style_5 h3.pgscore_info_box-title {
	font-size: 24px;
    line-height: 30px;
}
.pgscore_info_box-layout-style_5 h4.pgscore_info_box-title {
	font-size: 22px;
    line-height: 28px;
}
.pgscore_info_box-layout-style_5 h5.pgscore_info_box-title {
	font-size: 20px;
    line-height: 26px;
}
.pgscore_info_box-layout-style_5 h6.pgscore_info_box-title {
	font-size: 18px;
    line-height: 22px;
}

/* All Info Box Issue Update */
.pgscore_info_box-with-icon.pgscore_info_box-icon-style-border.pgscore_info_box-icon-size-md .pgscore_info_box-icon i:before,
.pgscore_info_box-with-icon.pgscore_info_box-icon-style-flat.pgscore_info_box-icon-size-md .pgscore_info_box-icon i:before {
	font-size: 32px;
}

.pgscore_info_box-with-icon.pgscore_info_box-icon-style-border.pgscore_info_box-icon-size-lg .pgscore_info_box-icon i:before,
.pgscore_info_box-with-icon.pgscore_info_box-icon-style-flat.pgscore_info_box-icon-size-lg .pgscore_info_box-icon i:before {
	font-size: 36px;
}

/* Info Style 1 */
.pgscore_info_box.pgscore_info_box-content_alignment-center.pgscore_info_box-icon-style-default.pgscore_info_box-icon-size-lg .pgscore_info_box-icon i:before {
	line-height: 60px;
}

/* Info Style 2 */
.pgscore_info_box.pgscore_info_box-layout-style_2.pgscore_info_box-icon-style-default.pgscore_info_box-icon-size-lg .pgscore_info_box-icon i:before {
	line-height: 60px;
}

.info_box-step_position-above_title .pgscore_info_box-step {
	line-height: 34px;
}

.info_box-step_position-under_icon .pgscore_info_box-inner {
	-webkit-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.13);
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
	border: 1px solid rgba(0, 0, 0, 0.05);
	margin: 10px 0;
}

.info_box-step_position-opposite_icon .pgscore_info_box-step {
	font-size: 80px;
	line-height: 60px;
}

/* Info Style 3 */
.pgscore_info_box-layout-style_3 .pgscore_info_box-icon-wrap {
	padding: 0;
}

.pgscore_info_box.pgscore_info_box-layout-style_3 .pgscore_info_box-icon-outer {
	min-width: 20px;
}

.pgscore_info_box-layout-style_3.pgscore_info_box-with-icon.pgscore_info_box-icon-source-font.pgscore_info_box-icon-size-lg .pgscore_info_box-icon i:before {
	line-height: 66px;
}

/*==================================*/
/* Testimonial Style 1 */
/*==================================*/
.row-background-light .testimonial {
	box-shadow: none;
}

.testimonial {
	background: none;
	box-shadow: none;
	padding: 0px;
	margin: 0px;
}

.testimonial p {
	font-size: 18px;
	line-height: 34px;
	color: #323232;
	margin-bottom: 15px;
	font-style: italic;
}

.testimonial i.fa-quote-left {
	font-size: 70px;
	margin-bottom: 20px;
	color: #04d39f;
}

.testimonial .client-info {
	margin-bottom: 20px !important;
}

.testimonial .client-info .author-name {
	display: inline-block;
	font-size: 14px;
	color: #04d39f;
	font-weight: normal;
	margin-bottom: 0px;
}

.testimonial .client-info .author-name + span:before {
	content: "|";
	font-size: 14px;
	padding: 0px 6px;
	color: #969696;
}

.testimonial .testimonial-nav {
	margin-bottom: 0;
	width: 200px;
	margin: 0 auto;
}

.testimonial .testimonial-nav .slick-list {
	padding: 0 !important;
}

.testimonial .testimonial-nav .slick-slide {
	margin: 0;
	outline: none;
}

.testimonial .testimonial-nav .slick-slide .author-photo {
	margin-bottom: 0;
	cursor: pointer;
}

.testimonial .testimonial-nav .slick-slide img {
	padding: 8px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	border-radius: 50%;
}

.testimonial .testimonial-nav .slick-current img {
	padding: 0;
	border: 3px solid #04d39f;
}

.testimonial .testimonial-nav .slick-prev {
	left: -35px;
}

.testimonial .testimonial-nav .slick-next {
	right: -35px;
}

.testimonial .slick-initialized .slick-slide {
	outline: none;
}

.testimonial.testimonial-single .testimonial-nav {
	width: 84px;
}

.testimonial .slick-slider .slick-arrow {
	background: none;
}

.testimonial .slick-slider .slick-prev:before,
.testimonial .slick-slider .slick-next:before {
	color: #969696;
}

.testimonial .slick-slider .slick-prev:hover:before,
.testimonial .slick-slider .slick-next:hover:before {
	color: #04d39f;
}

.testimonial.testimonial-style-1 .slick-slider .slick-arrow {
	background: none;
}

/* Light Background */
.row-background-light .testimonial.testimonial-style-1  i.fa-quote-left,
.row-background-light .testimonial.testimonial-style-1  p,
.row-background-light .testimonial.testimonial-style-1 .client-info span,
.row-background-light .testimonial.testimonial-style-1 .client-info .author-name + span:before,
.row-background-light .testimonial.testimonial-style-1 .client-info .author-name,
.row-background-light .testimonial.testimonial-style-1 .slick-slider .slick-prev:before,
.row-background-light .testimonial.testimonial-style-1 .slick-slider .slick-next:before,
.row-background-light .testimonial.testimonial-style-1 .slick-slider .slick-prev:hover:before,
.row-background-light .testimonial.testimonial-style-1 .slick-slider .slick-next:hover:before {
	color: #ffffff;
}

.row-background-light .testimonial.testimonial-style-1 .testimonial-nav .slick-current img {
	border-color: #ffffff;
}

/* Dark Background */
.row-background-dark .testimonial.testimonial-style-1 p,
.row-background-dark .testimonial.testimonial-style-1 .client-info span,
.row-background-dark .testimonial.testimonial-style-1 .client-info .author-name + span:before,
.row-background-dark .testimonial.testimonial-style-1 .slick-slider .slick-prev:before,
.row-background-dark .testimonial.testimonial-style-1 .slick-slider .slick-next:before {
	color: #ffffff;
}

.row-background-dark .testimonial.testimonial-style-1 .slick-slider .slick-prev:hover:before,
.row-background-dark .testimonial.testimonial-style-1 .slick-slider .slick-next:hover:before {
	color: #04d39f;
}

/*========================*/
/* Testimonial Style 2 */
/*========================*/
.testimonial-style-2 .testimonials-title {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0px;
}

.testimonial-style-2 .client-image {
	margin-bottom: 20px;
	padding-top: 20px;
}

.testimonial-style-2 .client-image .author-photo img {
	width: 135px;
	height: auto;
	display: inline-block;
	border: 4px solid #fff;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
}

.testimonial.testimonial-style-2 p {
	font-size: 15px;
	line-height: 28px;
	font-style: normal;
	margin-top: 10px;
}

.testimonial.testimonial-style-2 .client-info {
	margin-bottom: 5px;
}

.testimonial-style-2 .testimonials-carousel-nav {
	margin: 10px 0;
}

.testimonial-style-2 .testimonials-carousel-nav > div {
	width: 35px;
	height: 35px;
	border: 2px solid #323232;
	font-size: 11px;
	background: transparent;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	color: #323232;
	line-height: 38px;
	cursor: pointer;
	margin: 0px 3px;
	-webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.testimonial-style-2 .testimonials-carousel-nav > div:hover {
	background: #04d39f;
	border-color: #04d39f;
	color: #ffffff;
}

.testimonial.testimonial-style-2 .testimonials-carousel-nav .disabled {
	opacity: 0.5;
	visibility: visible;
	cursor: no-drop;
	background: none;
}

/* Light Background */
.row-background-light .testimonial.testimonial-style-2 .item,
.row-background-light .testimonial.testimonial-style-2 p,
.row-background-light .testimonial.testimonial-style-2 .client-info span,
.row-background-light .testimonial.testimonial-style-2 .client-info .author-name,
.row-background-light .testimonial.testimonial-style-2 .client-info .author-name + span:before {
	color: #ffffff;
}

.row-background-light .testimonial.testimonial-style-2 .testimonials-carousel-nav > div {
	border-color: #ffffff;
	color: #ffffff;
}

.row-background-light .testimonial.testimonial-style-2 .testimonials-carousel-nav > div:hover {
	background: #ffffff;
	border-color: #ffffff;
	color: #323232;
}

/* Dark Background */
.row-background-dark .testimonial.testimonial-style-2 .item,
.row-background-dark .testimonial.testimonial-style-2 p,
.row-background-dark .testimonial.testimonial-style-2 .client-info span,
.row-background-dark .testimonial.testimonial-style-2 .client-info .author-name + span:before {
	color: #ffffff;
}

.row-background-dark .testimonial.testimonial-style-2 .testimonials-carousel-nav > div {
	border-color: #ffffff;
	color: #ffffff;
}

.row-background-dark .testimonial.testimonial-style-2 .testimonials-carousel-nav > div:hover {
	border-color: #04d39f;
}

/*========================*/
/* Testimonial Style 3 */
/*========================*/
.testimonial.testimonial-style-3 {
	text-align: left;
}

.testimonial.testimonial-style-3 p {
	font-size: 15px;
	margin-bottom: 25px;
	line-height: 28px;
	color: #323232;
}

.testimonial.testimonial-style-3 .owl-item {
	background: #ffffff;
	margin: 20px 0px;
	padding: 30px;
	-webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.08);
	border-radius: 3px;
}

.testimonial-style-3 .owl-carousel .owl-item img {
	width: 70px;
	border: 2px solid #04d39f;
}

.testimonial-style-3 .testimonial-meta {
	display: table;
	padding-top: 15px;
}

.testimonial-style-3.testimonial .testimonial-content {
	line-height: 1.7em;
}

.testimonial-style-3.testimonial .client-info {
	margin-bottom: 0px;
	display: table-cell;
	position: relative;
	vertical-align: bottom;
}

.testimonial.testimonial-style-3 .client-info:before {
	content: "\f10d";
	font-family: FontAwesome;
	font-size: 46px;
	position: absolute;
	left: 3px;
	top: 12px;
	opacity: 0.1;
}

.testimonial-style-3 .client-image {
	display: table-cell;
	padding-right: 15px;
}

.testimonial-style-3:hover .testimonials-carousel-nav > div {
	opacity: 1;
}

.testimonial-style-3 .testimonials-carousel-nav > div {
	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;
	width: 28px;
	height: 50px;
	background: #323232;
	border-radius: 3px;
	display: inline-block;
	text-align: center;
	color: #ffffff;
	line-height: 50px;
	cursor: pointer;
	margin: 0px 3px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
	position: absolute;
	top: 50%;
	margin-top: -20px;
	z-index: 9;
}

.testimonial-style-3 .testimonials-carousel-nav > div:hover {
	background: #04d39f;
}

.testimonial-style-3 .testimonials-carousel-nav > div .fa {
	font-size: 18px;
}

.testimonial-style-3 .testimonials-carousel-nav .owl-prev {
	left: 0px;
}

.testimonial-style-3 .testimonials-carousel-nav .owl-next {
	right: 0px;
}

.testimonial-style-3:hover .testimonials-carousel-nav .owl-prev {
	left: 15px;
}

.testimonial-style-3:hover .testimonials-carousel-nav .owl-next {
	right: 15px;
}

.testimonial-style-3 .owl-stage {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.testimonial .testimonials-carousel-nav .disabled {
	opacity: 0;
	visibility: hidden;
}

/* Dark Background */
.row-background-dark .testimonial.testimonial-style-3 .client-info span,
.row-background-dark .testimonial.testimonial-style-3 .client-info .author-name + span:before {
	color: inherit;
}

/* Table ==========*/
.info-table{
	border: none; 
	width: 100%;
}
.info-table th{
	background: none;
}
.info-table td, 
.info-table th{
	border: none; 
	border-bottom: none; 
	padding: 7px 0px;
}

/* Table Border ==========*/
.info-table.border{
	border: none !important; 
}
.info-table.border td, 
.info-table.border th{
	border-bottom: 1px solid #e8e8e8; 
	padding: 12px 0px;
}

/* Table Border 2 ==========*/
.info-table.border2{
	border: none !important; 
}
.info-table.border2 tr{
	display: block;
	width: 100%;
	padding: 12px 0;
	border-bottom: 1px solid #e8e8e8; 
}
.info-table.border2 th,
.info-table.border2 td{
	text-transform: uppercase;
	display: block;
	padding: 0;
}
.info-table.border2 th{
	color: #bbbbbb;
	font-size: 12px;
	line-height: 20px;
}
.info-table.border2 td{
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
}
.info-table.border2 tr:last-child{
	border-bottom: none; 
}

/*==================================*/
/* Team */
/*==================================*/
.team {
	border: none;
	padding-top: 0px;
	cursor: default;
}

.team .team-social-icon {
	background: #04d39f;
}

.team .team-social-icon ul {
	margin-bottom: 0;
}

.team .team-description span {
	color: #04d39f;
}

.team .team-description {
	background: #323232;
}

.team.shadow {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05) !important;
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05) !important;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05) !important;
}

.team.shadow .team-info {
	background: #ffffff;
	width: 100%;
	position: absolute;
	bottom: -55px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.team.shadow:hover .team-info {
	border-top-color: #ffffff;
	background: #04d39f;
	bottom: 0px;
}

.team.shadow .team-description {
	background: none;
	position: initial;
	padding: 15px 10px;
}

.team.shadow .team-description h4 {
	color: #323232
}

.team.shadow .team-description span {
	color: #969696;
}

.team.shadow:hover .team-description h4 {
	color: #ffffff;
}

.team.shadow:hover .team-description span {
	color: #ffffff;
}

.team.shadow .team-social-icon:before,
.team.shadow .team-social-icon:after {
	background: none;
	transition: none;
}

.pgscore_team_members_style_style-3 .team.shadow:hover .team-social-icon a {
	border: 2px solid #fff;
}

.team.shadow .team-info {
	bottom: -65px;
}

.team .team-social-icon {
	padding: 15px 10px;
}

.team-layout-grid .row .team {
	margin-bottom: 30px;
}

@media (min-width:992px) {
	.team-layout-grid .row:last-child .team {
		margin-bottom: 0px;
	}

}

@media (max-width:992px) and (min-width:576px) {
	.team-layout-grid .row:last-child > div:nth-child(n+3) .team {
		margin-bottom: 0px;
	}

}

@media (max-width:575px) {
	.team-layout-grid .row:last-child > div:last-child .team {
		margin-bottom: 0px;
	}

}

/*==================================*/
/* Social */
/*==================================*/
.pgscore-social-icons ul {
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.pgscore-social-icons ul {
	display: inline-block;
}

.pgscore-social-icons li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0 8px 0 0;
}

.pgscore-social-icons li a {
	float: left;
	height: 32px;
	width: 32px;
	line-height: 33px;
	font-size: 16px;
	text-align: center;
	margin: 0;
	border: 0;
	background: transparent;
	color: #333;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

/* Colored */
.pgscore-social-icons.pgssi-style-flat-color a,
.pgscore-social-icons.pgssi-effect-color-hover a:hover {
	color: #fff;
	border: 0;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-rss a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-rss a:hover {
	background-color: #faa33d;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-facebook-square a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-facebook-square a:hover,
.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-facebook a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-facebook a:hover {
	background-color: #5d82d1;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-twitter a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-twitter a:hover {
	background-color: #40bff5;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-vimeo a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-vimeo a:hover {
	background-color: #35c6ea;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-myspace a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-myspace a:hover {
	background-color: #008dde;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-youtube a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-youtube a:hover {
	background-color: #ef4e41;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-instagram a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-instagram a:hover {
	background-color: #548bb6;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-gplus a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-gplus a:hover {
	background-color: #d68400;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-stumbleupon a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-stumbleupon a:hover {
	background-color: #ff5c30;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-lastfm a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-lastfm a:hover {
	background-color: #f34320;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-pinterest a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-pinterest a:hover {
	background-color: #e13138;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-google a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-google a:hover {
	background-color: #eb5e4c;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-evernote a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-evernote a:hover {
	background-color: #9acf4f;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-dribbble a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-dribbble a:hover {
	background-color: #f7659c;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-skype a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-skype a:hover {
	background-color: #13c1f3;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-forrst a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-forrst a:hover {
	background-color: #45ad76;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-linkedin a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-linkedin a:hover {
	background-color: #238cc8;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-wordpress a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-wordpress a:hover {
	background-color: #2592c3;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-grooveshark a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-grooveshark a:hover {
	background-color: #ffb21d;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-delicious a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-delicious a:hover {
	background-color: #377bda;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-behance a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-behance a:hover {
	background-color: #1879fd;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-dropbox a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-dropbox a:hover {
	background-color: #17a3eb;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-soundcloud a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-soundcloud a:hover {
	background-color: #ff7e30;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-deviantart a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-deviantart a:hover {
	background-color: #6a8a7b;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-yahoo a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-yahoo a:hover {
	background-color: #ab47ac;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-flickr a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-flickr a:hover {
	background-color: #ff48a3;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-digg a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-digg a:hover {
	background-color: #75788d;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-blogger a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-blogger a:hover {
	background-color: #ff9233;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-tumblr a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-tumblr a:hover {
	background-color: #426d9b;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-quora a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-quora a:hover {
	background-color: #ea3d23;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-github a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-github a:hover {
	background-color: #3f91cb;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-amazon a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-amazon a:hover {
	background-color: #ff8e2e;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-xing a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-xing a:hover {
	background-color: #1a8e8c;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-wikipedia a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-wikipedia a:hover {
	background-color: #b3b5b8;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-android a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-android a:hover {
	background-color: #A4C639;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-googleplus a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-googleplus a:hover {
	background-color: #d34836;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-apple a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-apple a:hover {
	background-color: #999999;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-twitter-square a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-twitter-square a:hover {
	background-color: #40bff5;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-linkedin-square a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-linkedin-square a:hover {
	background-color: #238cc8;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-github-square a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-github-square a:hover {
	background-color: #000;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-pinterest-square a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-pinterest-square a:hover {
	background-color: #e13138;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-google-plus-square a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-google-plus-square a:hover {
	background-color: #da4f43;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-google-plus a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-google-plus a:hover {
	background-color: #da4f43;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-github-alt a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-github-alt a:hover {
	background-color: #000;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-maxcdn a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-maxcdn a:hover {
	background-color: #ff5b02;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-html5 a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-html5 a:hover {
	background-color: #e44d26;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-css3 a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-css3 a:hover {
	background-color: #0071bb;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-btc a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-btc a:hover {
	background-color: #f7931a;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-youtube-square a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-youtube-square a:hover {
	background-color: #c12025;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-stack-overflow a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-stack-overflow a:hover {
	background-color: #f48023;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-xing-square a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-xing-square a:hover {
	background-color: #006567;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-youtube-play a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-youtube-play a:hover {
	background-color: #c12025;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-adn a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-adn a:hover {
	background-color: #000;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-bitbucket a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-bitbucket a:hover {
	background-color: #205081;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-bitbucket-square a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-bitbucket-square a:hover {
	background-color: #205081;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-tumblr-square a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-tumblr-square a:hover {
	background-color: #395976;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-windows a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-windows a:hover {
	background-color: #04aef4;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-linux a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-linux a:hover {
	background-color: #ffcc00;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-foursquare a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-foursquare a:hover {
	background-color: #fa4778;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-trello a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-trello a:hover {
	background-color: #007cc3;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-gratipay a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-gratipay a:hover {
	background-color: #663300;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-vk a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-vk a:hover {
	background-color: #4c75a3;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-vk a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-vk a:hover {
	background-color: #4c75a3;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-weibo a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-weibo a:hover {
	background-color: #ff9933;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-renren a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-renren a:hover {
	background-color: #005eac;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-pagelines a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-pagelines a:hover {
	background-color: #1996fc;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-stack-exchange a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-stack-exchange a:hover {
	background-color: #f48023;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-vimeo-square a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-vimeo-square a:hover {
	background-color: #23b6ea;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-slack a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-slack a:hover {
	background-color: #78d4b6;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-yahoo a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-yahoo a:hover {
	background-color: #7b0099;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-reddit a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-reddit a:hover {
	background-color: #ff4500;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-reddit-square a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-reddit-square a:hover {
	background-color: #ff4500;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-stumbleupon-circle a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-stumbleupon-circle a:hover {
	background-color: #eb4924;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-pied-piper-pp a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-pied-piper-pp a:hover {
	background-color: #388e3c;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-pied-piper-alt a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-pied-piper-alt a:hover {
	background-color: #388e3c;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-drupal a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-drupal a:hover {
	background-color: #2aa9e0;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-joomla a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-joomla a:hover {
	background-color: #116faf;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-behance-square a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-behance-square a:hover {
	background-color: #005cff;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-steam a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-steam a:hover {
	background-color: #000;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-steam-square a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-steam-square a:hover {
	background-color: #000;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-spotify a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-spotify a:hover {
	background-color: #1dd069;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-openid a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-openid a:hover {
	background-color: #f7931e;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-vine a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-vine a:hover {
	background-color: #1ccd94;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-codepen a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-codepen a:hover {
	background-color: #000;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-jsfiddle a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-jsfiddle a:hover {
	background-color: #4679a4;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-rebel a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-rebel a:hover {
	background-color: #000;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-empire a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-empire a:hover {
	background-color: #000;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-git-square a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-git-square a:hover {
	background-color: #f05033;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-hacker-news a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-hacker-news a:hover {
	background-color: #000;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-tencent-weibo a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-tencent-weibo a:hover {
	background-color: #006cb6;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-qq a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-qq a:hover {
	background-color: #4d97d4;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-weixin a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-weixin a:hover {
	background-color: #50b31b;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-share-alt a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-share-alt a:hover {
	background-color: #02bf01;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-share-alt-square a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-share-alt-square a:hover {
	background-color: #02bf01;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-slideshare a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-slideshare a:hover {
	background-color: #42c0fb;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-twitch a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-twitch a:hover {
	background-color: #6441a4;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-yelp a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-yelp a:hover {
	background-color: #d32323;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-paypal a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-paypal a:hover {
	background-color: #253b80;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-google-wallet a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-google-wallet a:hover {
	background-color: #d7d7d7;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-cc-visa a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-cc-visa a:hover {
	background-color: #3958a6;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-cc-mastercard a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-cc-mastercard a:hover {
	background-color: #003663;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-git a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-git a:hover {
	background-color: #f05033;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-cc-discover a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-cc-discover a:hover {
	background-color: #ff6600;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-cc-amex a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-cc-amex a:hover {
	background-color: #2f77bf;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-cc-paypal a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-cc-paypal a:hover {
	background-color: #002f86;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-cc-stripe a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-cc-stripe a:hover {
	background-color: #009cde;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-lastfm a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-lastfm a:hover {
	background-color: #d20039;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-lastfm-square a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-lastfm-square a:hover {
	background-color: #d20039;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-ioxhost a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-ioxhost a:hover {
	background-color: #000;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-angellist a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-angellist a:hover {
	background-color: #000;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-meanpath a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-meanpath a:hover {
	background-color: #538dd6;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-buysellads a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-buysellads a:hover {
	background-color: #f05033;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-connectdevelop a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-connectdevelop a:hover {
	background-color: #3b164a;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-dashcube a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-dashcube a:hover {
	background-color: #ff7f00;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-forumbee a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-forumbee a:hover {
	background-color: #86ad22;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-leanpub a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-leanpub a:hover {
	background-color: #000;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-sellsy a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-sellsy a:hover {
	background-color: #0075c8;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-shirtsinbulk a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-shirtsinbulk a:hover {
	background-color: #000;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-skyatlas a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-skyatlas a:hover {
	background-color: #4cc3c8;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-facebook-official a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-facebook-official a:hover {
	background-color: #3b5998;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-pinterest-p a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-pinterest-p a:hover {
	background-color: #cb2027;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-whatsapp a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-whatsapp a:hover {
	background-color: #29a71a;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-viacoin a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-viacoin a:hover {
	background-color: #000;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-medium a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-medium a:hover {
	background-color: #263238;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-y-combinator a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-y-combinator a:hover {
	background-color: #f26522;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-optin-monster a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-optin-monster a:hover {
	background-color: #9cff00;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-opencart a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-opencart a:hover {
	background-color: #23c1f0;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-expeditedssl a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-expeditedssl a:hover {
	background-color: #455a64;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-cc-jcb a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-cc-jcb a:hover {
	background-color: #fba51a;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-cc-diners-club a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-cc-diners-club a:hover {
	background-color: #1b458e;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-gg a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-gg a:hover {
	background-color: #f7931e;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-gg-circle a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-gg-circle a:hover {
	background-color: #f7931e;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-tripadvisor a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-tripadvisor a:hover {
	background-color: #7db557;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-odnoklassniki a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-odnoklassniki a:hover {
	background-color: #f96200;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-odnoklassniki-square a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-odnoklassniki-square a:hover {
	background-color: #f96200;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-get-pocket a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-get-pocket a:hover {
	background-color: #ef4056;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-wikipedia-w a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-wikipedia-w a:hover {
	background-color: #000;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-safari a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-safari a:hover {
	background-color: #409ed4;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-chrome a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-chrome a:hover {
	background-color: #333333;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-firefox a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-firefox a:hover {
	background-color: #f58d00;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-opera a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-opera a:hover {
	background-color: #ff1a2e;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-internet-explorer a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-internet-explorer a:hover {
	background-color: #2672ec;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-contao a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-contao a:hover {
	background-color: #f47c00;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-500px a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-500px a:hover {
	background-color: #1e88e5;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-houzz a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-houzz a:hover {
	background-color: #8ac541;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-black-tie a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-black-tie a:hover {
	background-color: #000;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-fonticons a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-fonticons a:hover {
	background-color: #109d58;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-reddit-alien a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-reddit-alien a:hover {
	background-color: #ff4500;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-edge a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-edge a:hover {
	background-color: #2c74be;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-codiepie a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-codiepie a:hover {
	background-color: #96deda;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-modx a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-modx a:hover {
	background-color: #61a349;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-fort-awesome a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-fort-awesome a:hover {
	background-color: #1d9e74;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-usb a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-usb a:hover {
	background-color: #0054a6;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-product-hunt a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-product-hunt a:hover {
	background-color: #da542f;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-mixcloud a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-mixcloud a:hover {
	background-color: #27394d;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-scribd a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-scribd a:hover {
	background-color: #32201e;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-bluetooth a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-bluetooth a:hover {
	background-color: #0a3c91;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-bluetooth-b a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-bluetooth-b a:hover {
	background-color: #0a3c91;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-gitlab a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-gitlab a:hover {
	background-color: #30353e;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-wpbeginner a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-wpbeginner a:hover {
	background-color: #ff6600;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-wpforms a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-wpforms a:hover {
	background-color: #b85a1b;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-envira a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-envira a:hover {
	background-color: #7cc048;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-glide a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-glide a:hover {
	background-color: #00a7ff;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-glide-g a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-glide-g a:hover {
	background-color: #00a7ff;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-viadeo a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-viadeo a:hover {
	background-color: #ff7e00;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-viadeo-square a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-viadeo-square a:hover {
	background-color: #ff7e00;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-snapchat a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-snapchat a:hover {
	background-color: #fff010;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-snapchat-ghost a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-snapchat-ghost a:hover {
	background-color: #fff010;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-snapchat-square a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-snapchat-square a:hover {
	background-color: #fff010;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-pied-piper a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-pied-piper a:hover {
	background-color: #2e9e48;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-first-order a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-first-order a:hover {
	background-color: #800000;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-yoast a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-yoast a:hover {
	background-color: #9d2563;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-themeisle a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-themeisle a:hover {
	background-color: #1599c4;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-google-plus-official a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-google-plus-official a:hover {
	background-color: #dd5044;
}

.pgscore-social-icons.pgssi-style-flat-color .pgssi-color-font-awesome a,
.pgscore-social-icons.pgssi-effect-color-hover .pgssi-color-font-awesome a:hover {
	background-color: #1d9e74;
}

/* Border */
.pgscore-social-icons.pgssi-style-border li a {
	border: 1px solid #eee;
	background: transparent;
}

/* Dark BG Border */
.row-background-dark .pgscore-social-icons li a {
	color: #ffffff;
}

/* Border rounded */
.pgscore-social-icons.pgssi-shape-rounded li a {
	border-radius: 3px;
}

/* Border round */
.pgscore-social-icons.pgssi-shape-Round li a {
	border-radius: 100%;
}

/* Medium Size */
.pgscore-social-icons.pgssi-size-medium li a {
	height: 42px;
	width: 42px;
	line-height: 42px;
	font-size: 18px;
}

/* Large Size */
.pgscore-social-icons.pgssi-size-large li a {
	height: 48px;
	width: 48px;
	line-height: 48px;
	font-size: 20px;
}

/* Extra Large Size */
.pgscore-social-icons.pgssi-size-extra-large li a {
	height: 54px;
	width: 54px;
	line-height: 54px;
	font-size: 22px;
}

.social-icons:not(.color):not(.color-hover) li a:hover {
	background-color: #eee;
}

.pgscore-social-icons li:hover i {
	-webkit-animation: pgs-toTopFromBottom 0.3s forwards;
	-moz-animation: pgs-toTopFromBottom 0.3s forwards;
	animation: pgs-toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes pgs-toTopFromBottom {
	49% {
		-webkit-transform: translateY(-100%);
	}

	50% {
		opacity: 0;
		-webkit-transform: translateY(100%);
	}

	51% {
		opacity: 1;
	}

}

@-moz-keyframes pgs-toTopFromBottom {
	49% {
		-moz-transform: translateY(-100%);
	}

	50% {
		opacity: 0;
		-moz-transform: translateY(100%);
	}

	51% {
		opacity: 1;
	}

}

@keyframes pgs-toTopFromBottom {
	49% {
		transform: translateY(-100%);
	}

	50% {
		opacity: 0;
		transform: translateY(100%);
	}

	51% {
		opacity: 1;
	}

}

/*==================================*/
/* List */
/*==================================*/
ul.pgscore_list {
	padding-left: 0;
}

ul.pgscore_list li {
	list-style-type: circle;
}

ul.pgscore_list i {
	color: #04d39f;
	display: table-cell;
	padding-right: 10px;
}

ul.pgscore_list li a {
	color: #969696;
}

ul.pgscore_list li a:hover {
	color: #04d39f;
}

ul.pgscore_list.list-unstyled li {
	list-style-type: none;
	line-height: 24px;
	display: table;
}

ul.pgscore_list.list-unstyled li .pgscore-list-info {
	display: table-cell;
}

ul.list-unstyled li {
	line-height: 24px;
}

ul.list-unstyled li .pgscore-list-info {
	display: table-cell;
}

/* PGS List in Ligh BG */
.row-background-light ul.pgscore_list li,
.row-background-light ul.pgscore_list i,
.row-background-light ul.pgscore_list li a,
.row-background-light ul.pgscore_list li a:hover {
	color: #ffffff;
}

/* PGS List in Dark BG */
.row-background-dark ul.pgscore_list li,
.row-background-dark ul.pgscore_list li a {
	color: #ffffff;
}

/*==================================*/
/* News Letter */
/*==================================*/
.newsletter-wrapper.pgscore_newsletter-content-alignment-left {
	padding-right: 40%;
}

.newsletter-wrapper.newsletter-bg-type-dark,
.newsletter-wrapper.newsletter-bg-type-dark .newsletter-title {
	color: #ffffff
}

.newsletter-wrapper .newsletter-title {
	font-size: 28px;
	font-weight: 600;
	line-height: 34px;
	margin-bottom: 10px;
}

.newsletter-wrapper .input-area {
	margin-bottom: 20px;
}

.newsletter-wrapper .input-area input[type=text] {
	width: 100%;
}

.newsletter-wrapper .button-area {
	display: inline-block;
	position: relative;
}

.newsletter-wrapper .button-area .newsletter-spinner {
	position: absolute;
	right: -25px;
	top: 6px;
}

.newsletter-wrapper .button-area .btn:focus,
.newsletter-wrapper .button-area .btn:hover {
	outline: none;
	box-shadow: none;
}

.newsletter-wrapper .button-area + .newsletter-msg {
	margin-bottom: 0;
	margin-top: 10px;
}

.newsletter-wrapper.pgscore_newsletter-content-alignment-center {
	text-align: center;
}

.newsletter-wrapper.pgscore_newsletter-content-alignment-center .newsletter p {
	padding-left: 5%;
	padding-right: 5%;
}

.newsletter-wrapper.pgscore_newsletter-content-alignment-right {
	padding-left: 40%;
	text-align: right;
}

.newsletter-wrapper.pgscore_newsletter-content-alignment-right .button-area .newsletter-spinner {
	position: absolute;
	right: auto;
	left: -25px;
	top: 6px;
}

.newsletter-wrapper .newsletter-error-message {
	color: red;
	margin-bottom: 0;
	margin-top: 10px;
}

/*================================*/
/* Style 1 */
/*================================*/
.newsletter-wrapper.newsletter-style-1 {
	text-align: center;
}

.newsletter-wrapper.newsletter-style-1 .newsletter-title {
	margin-bottom: 10px;
}

.newsletter-wrapper.newsletter-style-1 .newsletter > p {
	padding: 0 50px;
	margin-bottom: 0px;
}

.newsletter-wrapper.newsletter-style-1 .newsletter .section-field {
	margin-top: 15px;
}

.newsletter-wrapper.newsletter-style-1 .newsletter > p + .section-field {
	margin-top: 25px;
}

/* Row Light Background */
.row-background-light .newsletter-wrapper .newsletter-title,
.row-background-light .newsletter-wrapper.newsletter-style-1 .newsletter > p {
	color: #ffffff;
}

/* Row Dark Background */
.row-background-dark .newsletter-wrapper.newsletter-style-1 .newsletter > p {
	color: #f5f5f5;
}

/* Newsletter Validation */
.newsletter-wrapper.newsletter-style-1 .button-area .newsletter-spinner {
	position: absolute;
	right: auto;
	left: -30px;
	top: 10px;
}

.row-background-light .newsletter-wrapper.newsletter-style-1 .newsletter-msg,
.row-background-dark .newsletter-wrapper.newsletter-style-1 .newsletter-msg {
	color: #ffffff;
}

.row-background-light .newsletter-wrapper.newsletter-style-1 .newsletter-error-message,
.row-background-dark .newsletter-wrapper.newsletter-style-1 .newsletter-error-message {
	color: red;
	margin-bottom: 0;
	margin-top: 10px;
}

/*---------------*/
/* Design 1 */
/*---------------*/
.newsletter-wrapper.newsletter-style-1.newsletter-design-1 .newsletter_form {
	display: block;
	width: 100%;
	position: relative;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-1 .input-area {
	display: block;
	padding-right: 125px;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-1 .input-area input[type=text] {
	border-right: none;
	background: #ffffff;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-1 .button-area {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-1 .button-area .btn.submit {
	min-width: 125px;
	line-height: 46px;
	padding: 0 10px;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

/* Row Light Background */
.row-background-light .newsletter-wrapper.newsletter-style-1.newsletter-design-1 .button-area .btn.submit,
.row-background-light .newsletter-wrapper.newsletter-style-1.newsletter-design-1 .button-area .btn.submit:hover {
	background: #323232;
	color: #ffffff;
}

.row-background-light .newsletter-wrapper.newsletter-style-1.newsletter-design-1 .button-area .btn.submit:hover {
	color: #04d39f;
}

.row-background-dark .newsletter-wrapper.newsletter-style-1.newsletter-design-1 .button-area .btn.submit:hover,
.row-background-dark .newsletter-wrapper.newsletter-style-1.newsletter-design-1 .button-area .btn.submit:focus {
	background: #04d39f;
	color: #323232;
}

/* Row Light/Dark Background */
.row-background-light .newsletter-wrapper.newsletter-style-1.newsletter-design-1 .input-area input[type=text],
.row-background-dark .newsletter-wrapper.newsletter-style-1.newsletter-design-1 .input-area input[type=text] {
	border-color: transparent;
}

/*---------------*/
/* Design 2 */
/*---------------*/
.newsletter-wrapper.newsletter-style-1.newsletter-design-2 .newsletter_form {
	display: block;
	width: 100%;
	position: relative;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-2 .input-area {
	display: block;
	padding-right: 165px;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-2 .button-area {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-2 .input-area input[type=text] {
	border: 0px solid #e5e5e5;
	background: rgba(0, 0, 0, 0.03);
	padding-left: 25px;
	padding-right: 25px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-2 .button-area .btn.submit {
	background: #323232;
	padding: 0 40px;
	min-width: 155px;
	line-height: 46px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-2 .button-area .btn.submit:hover {
	background: #04d39f;
}

/* Row Light Background */
.row-background-light .newsletter-wrapper.newsletter-style-1.newsletter-design-2 .button-area .btn.submit:hover {
	background: #323232;
	color: #04d39f;
}

/* Row Dark Background */
.row-background-light .newsletter-wrapper.newsletter-style-1.newsletter-design-2 .input-area input[type=text],
.row-background-dark .newsletter-wrapper.newsletter-style-1.newsletter-design-2 .input-area input[type=text] {
	background: #ffffff;
}

.row-background-dark .newsletter-wrapper.newsletter-style-1.newsletter-design-2 .button-area .btn.submit {
	background: #04d39f;
}

.row-background-dark .newsletter-wrapper.newsletter-style-1.newsletter-design-2 .button-area .btn.submit:hover {
	background: #04d39f;
	color: #323232;
}

/* Newsletter Validation */
.newsletter-wrapper.newsletter-style-1.newsletter-design-2 .button-area .newsletter-spinner {
	left: -50px;
}

/*---------------*/
/* Design 3 */
/*---------------*/
.newsletter-wrapper.newsletter-style-1.newsletter-design-3 .newsletter_form {
	position: relative;
	width: 100%;
	display: block;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-3 .input-area {
	padding-right: 0px;
	display: block;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-3 .input-area:before {
	color: #ffffff;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-3 .input-area input[type=text] {
	border: none;
	background: #04d39f;
	padding-left: 25px;
	padding-right: 130px;
	height: 50px;
	color: #ffffff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.05);
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-3 .button-area {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-3 .button-area .btn.submit {
	background: none;
	padding: 0 10px;
	font-size: 13px;
	font-weight: 600;
	min-width: 120px;
	line-height: 50px;
	-webkit-border-radius: 0 50px 50px 0;
	-moz-border-radius: 0 50px 50px 0;
	border-radius: 0 50px 50px 0;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-3 .button-area .btn.submit:hover {
	color: #323232;
}

/* Row Light Background */
.row-background-light .newsletter-wrapper.newsletter-style-1.newsletter-design-3 .input-area input[type=text] {
	border: 1px solid rgba(255, 255, 255, 0.5);
	background: rgba(255, 255, 255, 0.05);
	color: #ffffff;
}

.row-background-light .newsletter-wrapper.newsletter-style-1.newsletter-design-3 .button-area .btn.submit:hover {
	background: #ffffff;
}

/* Newsletter Validation */
.newsletter-wrapper.newsletter-style-1.newsletter-design-3 .button-area .newsletter-spinner {
	left: -10px;
	top: 11px;
	color: #ffffff;
}

/*---------------*/
/* Design 4 */
/*---------------*/
.newsletter-wrapper.newsletter-style-1.newsletter-design-4 .newsletter_form {
	position: relative;
	width: 100%;
	display: block;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-4 .input-area {
	padding-right: 0px;
	display: block;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-4 .input-area:before {
	content: normal;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-4 .input-area input[type=text] {
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background: none;
	padding-left: 0px;
	padding-right: 120px;
	height: 50px;
	border-radius: 0px;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-4 .button-area {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-4 .button-area:before {
	content: "\f1d9";
	font-family: 'FontAwesome';
	position: absolute;
	top: 50%;
	left: 0px;
	color: #323232;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-4 .button-area .btn.submit {
	background: none;
	min-width: 100px;
	padding: 0px;
	padding-left: 25px;
	font-size: 13px;
	font-weight: 600;
	line-height: 50px;
	color: #323232;
	-webkit-border-radius: 0 50px 50px 0;
	-moz-border-radius: 0 50px 50px 0;
	border-radius: 0 50px 50px 0;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-4 .button-area:hover:before,
.newsletter-wrapper.newsletter-style-1.newsletter-design-4 .button-area .btn.submit:hover {
	color: #04d39f;
}

/* Row Light/Dark Background */
.row-background-light .newsletter-wrapper.newsletter-style-1.newsletter-design-4 .input-area input[type=text],
.row-background-dark .newsletter-wrapper.newsletter-style-1.newsletter-design-4 .input-area input[type=text] {
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	color: #ffffff;
}

.row-background-light .newsletter-wrapper.newsletter-style-1.newsletter-design-4 .button-area:before,
.row-background-dark .newsletter-wrapper.newsletter-style-1.newsletter-design-4 .button-area:before,
.row-background-light .newsletter-wrapper.newsletter-style-1.newsletter-design-4 .button-area .btn.submit,
.row-background-dark .newsletter-wrapper.newsletter-style-1.newsletter-design-4 .button-area .btn.submit {
	color: #ffffff;
}

.row-background-light .newsletter-wrapper.newsletter-style-1.newsletter-design-4 .button-area:hover:before,
.row-background-light .newsletter-wrapper.newsletter-style-1.newsletter-design-4 .button-area .btn.submit:hover {
	color: #ffffff;
}

/* Newsletter Validation */
.newsletter-wrapper.newsletter-style-1.newsletter-design-4 .button-area .newsletter-spinner {
	left: -30px;
	top: 12px;
}

.row-background-light .newsletter-wrapper.newsletter-style-1.newsletter-design-4 .button-area .newsletter-spinner,
.row-background-dark .newsletter-wrapper.newsletter-style-1.newsletter-design-4 .button-area .newsletter-spinner {
	color: #ffffff;
}

/*---------------*/
/* Design 5 */
/*---------------*/
.newsletter-wrapper.newsletter-style-1.newsletter-design-5 .newsletter_form {
	position: relative;
	width: 100%;
	display: block;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-5 .input-area {
	padding-right: 0px;
	display: block;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-5 .input-area:before {
	content: normal;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-5 .input-area input[type=text] {
	border: none;
	background: #323232;
	padding-left: 20px;
	padding-right: 140px;
	height: 50px;
	color: #ffffff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-5 .button-area {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-5 .button-area:before {
	content: "\f1d9";
	font-family: 'FontAwesome';
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 0px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-5 .button-area .btn.submit {
	background: none;
	min-width: 115px;
	border: none;
	padding: 0 20px;
	padding-left: 30px;
	font-size: 13px;
	font-weight: 600;
	line-height: 50px;
	-webkit-border-radius: 0 50px 50px 0;
	-moz-border-radius: 0 50px 50px 0;
	border-radius: 0 50px 50px 0;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-5 .button-area:hover:before,
.newsletter-wrapper.newsletter-style-1.newsletter-design-5 .button-area .btn.submit:hover,
.row-background-dark .newsletter-wrapper.newsletter-style-1.newsletter-design-5 .button-area:hover:before {
	color: #04d39f;
}

/* Row Dark Background */
.row-background-dark .newsletter-wrapper.newsletter-style-1.newsletter-design-5 .input-area input[type=text] {
	background: #ffffff;
	color: #323232;
}

.row-background-dark .newsletter-wrapper.newsletter-style-1.newsletter-design-5 .button-area:before,
.row-background-dark .newsletter-wrapper.newsletter-style-1.newsletter-design-5 .button-area .btn.submit {
	color: #323232;
}

/* Newsletter Validation */
.newsletter-wrapper.newsletter-style-1.newsletter-design-5 .button-area .newsletter-spinner {
	left: -30px;
	top: 12px;
	color: #ffffff;
}

.row-background-dark .newsletter-wrapper.newsletter-style-1.newsletter-design-5 .button-area .newsletter-spinner {
	color: inherit;
}

/*---------------*/
/* Design 6 */
/*---------------*/
.newsletter-wrapper.newsletter-style-1.newsletter-design-6 .newsletter_form {
	position: relative;
	width: 100%;
	display: block;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-6 .input-area {
	padding-right: 0px;
	display: block;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-6 .input-area:before {
	content: normal;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-6 .input-area input[type=text] {
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #ffffff;
	padding-left: 15px;
	padding-right: 130px;
	height: 50px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.05);
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-6 .button-area {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-6 .button-area:before {
	content: "\f1d9";
	font-family: 'FontAwesome';
	position: absolute;
	top: 50%;
	left: 0px;
	color: #323232;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-6 .button-area .btn.submit {
	background: none;
	min-width: 115px;
	padding: 0 15px;
	padding-left: 25px;
	font-size: 13px;
	font-weight: 600;
	line-height: 50px;
	color: #323232;
	-webkit-border-radius: 0 50px 50px 0;
	-moz-border-radius: 0 50px 50px 0;
	border-radius: 0 50px 50px 0;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-6 .button-area:hover:before,
.newsletter-wrapper.newsletter-style-1.newsletter-design-6 .button-area .btn.submit:hover {
	color: #04d39f;
}

/* Newsletter Validation */
.newsletter-wrapper.newsletter-style-1.newsletter-design-6 .button-area .newsletter-spinner {
	left: -30px;
	top: 12px;
}

/* Row Light background */
.row-background-light .newsletter-wrapper.newsletter-style-1.newsletter-design-6 .input-area input[type=text] {
	border: 1px solid rgba(255, 255, 255, 0.5);
	background: rgba(255, 255, 255, 0.05);
	color: #ffffff;
}

.row-background-light .newsletter-wrapper.newsletter-style-1.newsletter-design-6 .button-area:before,
.row-background-light .newsletter-wrapper.newsletter-style-1.newsletter-design-6 .button-area:hover:before,
.row-background-light .newsletter-wrapper.newsletter-style-1.newsletter-design-6 .button-area .btn.submit,
.row-background-light .newsletter-wrapper.newsletter-style-1.newsletter-design-6 .button-area .btn.submit:hover {
	color: #ffffff;
}

.row-background-light .newsletter-wrapper.newsletter-style-1.newsletter-design-6 .button-area .newsletter-spinner {
	color: #ffffff;
}

/*================================*/
/* Style 3 */
/*================================*/
.newsletter-wrapper.newsletter-style-3 .newslatter-text p {
	margin-bottom: 0px;
}

.newsletter-wrapper.newsletter-style-3 .newslatter-form .input-area {
	display: table-cell;
	width: 100%;
}

.newsletter-wrapper.newsletter-style-3 .newslatter-form .input-area input[type=text] {
	-webkit-border-radius: 3px 0px 0px 3px;
	-ms-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
	height: 47px;
}

.newsletter-wrapper.newsletter-style-3 .newslatter-form .button-area {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}

.newsletter-wrapper.newsletter-style-3 .newslatter-form .button-area button.submit {
	line-height: 47px;
	-webkit-border-radius: 0px 3px 3px 0px;
	-ms-border-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;
	box-shadow: none;
	background: #323232;
}

.row-background-light .newsletter-wrapper.newsletter-style-3 .newslatter-text,
.row-background-light .newsletter-wrapper.newsletter-style-3 .newsletter-title,
.row-background-light .newsletter-wrapper.newsletter-style-3 .newsletter-msg {
	color: #ffffff;
}

.row-background-light .newsletter-wrapper.newsletter-style-3 .newslatter-form .input-area input[type=text] {
	border-color: #ffffff;
	border-right: 1px solid #ececec;
}

.row-background-light .newsletter-wrapper.newsletter-style-3 .newslatter-form .button-area button.submit:hover {
	background: #ffffff;
	color: #555555;
}

.row-background-dark .newsletter-wrapper.newsletter-style-3 .newslatter-form .input-area input {
	border-color: #ffffff;
	background: #ffffff;
}

.row-background-dark .newsletter-wrapper.newsletter-style-3 .newslatter-form .button-area button.submit {
	background: #04d39f;
}

.row-background-dark .newsletter-wrapper.newsletter-style-3 .newslatter-form .button-area button.submit:hover {
	color: #323232;
}

/* Newsletter Validation */
.newsletter-wrapper.newsletter-style-3 .button-area .newsletter-spinner {
	position: absolute;
	left: -30px;
	top: 10px;
}

/*==================================*/
/* Category Box */
/*==================================*/
.pgscore_categorybox_wrapper {
	position: relative;
	overflow: hidden;
}

.pgscore_categorybox_wrapper:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 155px 160px 155px;
	border-color: transparent transparent rgba(0, 0, 0, 0.05) transparent;
	position: absolute;
	right: -20px;
	bottom: 0;
}

.category-box {
	padding: 20px 0px 20px 20px;
	background-repeat: no-repeat;
	background-position: 120% 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	position: relative;
	overflow: hidden;
}

.category-box:hover {
	background-position: 110% 100%;
}

.category-box h2 {
	color: #04d39f;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.category-box span.subhead {
	display: block;
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 500;
	color: #323232;
}

.category-box-link ul {
	padding: 0;
	margin-bottom: 0px;
}

.category-box-link ul li {
	margin-bottom: 0px;
	text-transform: capitalize;
	list-style: none;
	line-height: 30px;
}

.category-box-link ul li a {
	color: #969696;
}

.category-box-link ul li a:hover {
	color: #04d39f;
}

.category-box-link ul li a i {
	margin-right: 12px;
	font-size: 16px;
	color: #969696;
}

.category-box-link ul li a:hover,
.common-link ul li a:hover i {
	color: #04d39f;
	padding-left: 4px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.category-box ul li.view-all {
	margin-top: 5px;
	padding-bottom: 0;
}

.category-box ul li.view-all a {
	color: #04d39f;
	padding-left: 0px;
	text-decoration: underline;
}

.category-box ul li.view-all a:hover {
	text-decoration: none;
	color: #323232;
}

/*==================================*/
/* PGS Core Banner */
/*==================================*/
.pgscore_banner {
	position: relative;
	overflow: hidden;
}

.pgscore_banner .pgscore_banner-image {
	webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
}

.pgscore_banner.pgscore_banner-effect-zoom:hover .pgscore_banner-image {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}

.pgscore_banner-content {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 10;
	padding: 25px;
	-webkit-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

.pgscore_banner-content-wrapper {
	display: table;
	height: 100%;
	width: 100%;
}

.pgscore_banner-content-inner-wrapper {
	display: table-cell;
}

.pgscore_banner-content-hleft {
	text-align: left;
}

.pgscore_banner-content-hcenter {
	text-align: center;
}

.pgscore_banner-content-hright {
	text-align: right;
}

.pgscore_banner-content-vtop .pgscore_banner-content-inner-wrapper {
	vertical-align: top;
}

.pgscore_banner-content-vmiddle .pgscore_banner-content-inner-wrapper {
	vertical-align: middle;
}

.pgscore_banner-content-vbottom .pgscore_banner-content-inner-wrapper {
	vertical-align: bottom;
}

.pgscore_banner .pgscore_banner-content .pgscore_banner-text {
	line-height: normal;
	margin: 0px;
	display: inline-block;
	vertical-align: top;
}

.pgscore_banner .pgscore_banner-content .pgscore_banner-text-bg_color .pgscore_banner-text {
	padding: 7px 15px;
	margin-bottom: 5px;
}

.pgscore_banner-text span {
	color: #04d39f;
}

.pgscore_banner .pgscore_banner-content .pgscore_banner-btn-wrap .pgscore_banner-btn {
	font-weight: 500;
	display: inline-block;
	font-size: 14px;
}

.pgscore_banner .pgscore_banner-content .pgscore_banner-btn-wrap.pgscore_banner-btn-style-link .pgscore_banner-btn {
	font-weight: 600;
	border-bottom: 1px solid;
	padding-left: 0px;
	padding-right: 0px;
}

.pgscore_banner .pgscore_banner-content .pgscore_banner-btn-wrap.pgscore_banner-btn-size-xs .pgscore_banner-btn {
	font-size: 12px;
	line-height: 34px;
	padding: 0px 15px;
}

.pgscore_banner .pgscore_banner-content .pgscore_banner-btn-wrap.pgscore_banner-btn-size-sm .pgscore_banner-btn {
	font-size: 13px;
	line-height: 38px;
	padding: 0px 20px;
}

.pgscore_banner .pgscore_banner-content .pgscore_banner-btn-wrap.pgscore_banner-btn-size-md .pgscore_banner-btn {
	font-size: 14px;
	line-height: 44px;
	padding: 0px 25px;
}

.pgscore_banner .pgscore_banner-content .pgscore_banner-btn-wrap.pgscore_banner-btn-size-lg .pgscore_banner-btn {
	font-size: 18px;
	line-height: 54px;
	padding: 0px 30px;
}

.pgscore_banner .pgscore_banner-content .pgscore_banner-btn-wrap {
	display: flex;
}

.pgscore_banner .pgscore_banner-content.pgscore_banner-content-hcenter .pgscore_banner-btn-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pgscore_banner .pgscore_banner-content.pgscore_banner-content-hright .pgscore_banner-btn-wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.pgscore_banner-btn-style-flat .pgscore_banner-btn {
	padding: 5px 10px;
}

.pgscore_banner-btn-style-border .pgscore_banner-btn {
	border-style: solid;
	border-width: 1px;
	padding: 5px 14px;
}

.pgscore_banner-btn-shape-rounded .pgscore_banner-btn {
	border-radius: 3px;
}

.pgscore_banner-btn-shape-round .pgscore_banner-btn {
	border-radius: 100px;
}

/* White Flash Effect */
.pgscore_banner.pgscore_banner-effect-flash:hover .pgscore_banner-image {
	webkit-transform: inherit;
	-moz-transform: inherit;
	-o-transform: inherit;
	transform: inherit;
}

.pgscore_banner.pgscore_banner-effect-flash:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 150px;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
	-webkit-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.pgscore_banner.pgscore_banner-effect-flash:hover:before {
	-webkit-animation: pgs-shine 1.5s;
	-moz-animation: pgs-shine 1.5s;
	animation: pgs-shine 1.5s;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	left: -100%;
}

@-webkit-keyframes pgs-shine {
	100% {
		left: 125%
	}

}

@keyframes pgs-shine {
	100% {
		left: 125%
	}

}

/* Border Effect */
.pgscore_banner.pgscore_banner-effect-border .pgscore_banner-image:before {
	-webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	content: "";
	display: inline-block;
	left: 0;
	top: 0;
	opacity: 0;
}

.pgscore_banner.pgscore_banner-effect-border:hover .pgscore_banner-image:before {
	opacity: 1;
}

.pgscore_banner.pgscore_banner-effect-border:before,
.pgscore_banner.pgscore_banner-effect-border:after {
	content: "";
	position: absolute;
	opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 2;
}

.pgscore_banner.pgscore_banner-effect-border:before {
	border-top: 1px dotted  rgba(255, 255, 255, 0.7);
	border-bottom: 1px dotted  rgba(255, 255, 255, 0.7);
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transform: scale(1, 0);
	top: 30px;
	right: 15px;
	bottom: 30px;
	left: 15px;
}

.pgscore_banner.pgscore_banner-effect-border:after {
	border-left: 1px dotted  rgba(255, 255, 255, 0.7);
	border-right: 1px dotted  rgba(255, 255, 255, 0.7);
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	top: 15px;
	right: 30px;
	bottom: 15px;
	left: 30px;
}

.pgscore_banner.pgscore_banner-effect-border:hover:before,
.pgscore_banner.pgscore_banner-effect-border:hover:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* Banner Badge */
.pgscore_banner-badge {
	border-radius: 50%;
	color: #323232;
	display: inline-block;
	font-size: 15px;
	height: 70px;
	line-height: 15px;
	max-height: 100%;
	padding: 5px;
	position: absolute;
	width: 70px;
	margin: 30px;
}

.pgscore_banner-badge-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	text-align: center;
	width: 100%;
}

.pgscore_banner-badge-inner > .pgscore_banner-badge-text {
	overflow: hidden;
	padding: 3px;
}

.pgscore_banner-badge.pgscore_banner-badge_type-border {
	border-color: #323232;
	border-style: solid;
	border-width: 2px;
}

.pgscore_banner-badge.pgscore_banner-badge_type-flat {
	background-color: #ffffff;
	border: medium none;
}

.pgscore_banner-badge_align-vtop {
	top: 0;
}

.pgscore_banner-badge_align-vmiddle {
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	top: 50%;
}

.pgscore_banner-badge_align-hcenter {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
}

.pgscore_banner-badge_align-vtop.pgscore_banner-badge_align-hcenter,
.pgscore_banner-badge_align-vbottom.pgscore_banner-badge_align-hcenter {
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}

.pgscore_banner-badge_align-vbottom {
	bottom: 0;
}

.pgscore_banner-badge_align-hleft {
	left: 0;
}

.pgscore_banner-badge_align-hright {
	right: 0;
}

/*==================================*/
/* Request Box */
/*==================================*/
.request-box .title {
	font-size: 20px;
	font-weight: 600;
}

.request-box .request-box-form .form-group {
	margin-bottom: 10px;
}

.request-box .request-box-form .form-group .wpcf7-form-control {
	background: #ffffff;
	border-color: rgba(0, 0, 0, 0.05);
	vertical-align: top;
}

.request-box .request-box-form > p {
	margin-bottom: 10px;
	position: relative;
}

.request-box .request-box-form .wpcf7-submit {
	display: block;
	width: 100%;
	background: #323232;
	box-shadow: none;
}

.request-box.request-box-inline {
	display: inline-block;
	width: 100%;
}

.request-box.request-box-inline .request-box-info,
.request-box.request-box-inline .request-box-form {
	display: table-cell;
	vertical-align: middle;
}

.request-box.request-box-inline .request-box-info {
	width: 35%;
}

.request-box.request-box-inline .request-box-form {
	width: 65%;
}

.request-box.request-box-inline .request-box-form .form-group,
.request-box.request-box-inline .request-box-form p {
	width: 33.3333%;
	padding: 0px 15px;
	float: left;
	margin-bottom: 0px;
	position: relative;
}

.request-box.request-box-inline .request-box-info p {
	margin-bottom: 0px;
}

.request-box.request-box-inline .request-box-form .form-group .wpcf7-textarea {
	height: 46px;
	padding: 10px 10px;
}

.request-box .request-box-info p {
	position: relative;
	margin-bottom: 15px;
}

.request-box .request-box-form input.wpcf7-not-valid {
	border-color: rgba(212, 121, 121, 0.2);
	background: rgba(232, 90, 90, 0.05);
}

.request-box .request-box-form {
	margin-top: 15px;
}

.request-box .request-box-form .wpcf7-not-valid-tip {
	display: none;
}

div.wpcf7 .request-box .ajax-loader {
	right: -15px;
	top: 50%;
	margin-top: -8px;
	position: absolute;
}

.request-box + div.wpcf7-validation-errors {
	clear: both;
	margin: 15px 0 0;
	color: red;
	font-size: 13px;
	font-weight: 600;
	line-height: 22px;
}

/*==================================*/
/* Contact form 7 */
/*==================================*/
.wpcf7-form input.wpcf7-not-valid {
	border-color: rgba(212, 121, 121, 1.0);
	background: rgba(232, 90, 90, 0.05);
	color: rgba(212, 121, 121, 1.0);
}

.wpcf7-form .wpcf7-not-valid-tip {
	display: none;
}

.row-background-light .wpcf7-form div.wpcf7-validation-errors,
.row-background-light .wpcf7-form div.wpcf7-acceptance-missing {
	color: #ffffff;
}

.row-background-light div.wpcf7-mail-sent-ng,
.row-background-light div.wpcf7-aborted {
	color: #fd2a2a;
}

.row-background-dark .wpcf7-form div.wpcf7-validation-errors,
.row-background-dark .wpcf7-form div.wpcf7-acceptance-missing {
	color: #ffffff;
}

.row-background-dark div.wpcf7-mail-sent-ng,
.row-background-dark div.wpcf7-aborted {
	color: #fd2a2a;
}

/*==================================*/
/* Single Product Slider */
/*==================================*/
.single-product-carousel {
	text-align: center;
}

.single-product-carousel .top-info h3 {
	text-transform: uppercase;
	font-size: 24px;
	padding: 15px 0px 0px 0px;
	margin-bottom: 10px;
}

.single-product-carousel .product-action-quick-view {
	margin: 10px 0px;
}

.single-product-carousel .star-rating-wrapper {
	margin-bottom: 10px;
}

.single-product-carousel .star-rating-wrapper:before,
.single-product-carousel .star-rating-wrapper:after {
	content: none;
}

.single-product-carousel .star-rating-wrapper .star-rating {
	float: none;
}

.single-product-carousel .product-name {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 22px;
	font-weight: 500;
}

.single-product-carousel .product-name a {
	color: #323232;
}

.single-product-carousel .product-name a:hover {
	color: #04d39f;
}

.single-product-carousel .woocommerce-product-details__short-description {
	margin-top: 10px;
	padding-bottom: 15px;
}

.single-product-carousel .item .product-thumbnail {
	position: relative;
}

.single-product-carousel .item .product-thumbnail .open-quick-view {
	position: absolute;
	top: 50%;
	left: 50%;
	background: #04d39f;
	color: #ffffff;
	font-size: 13px;
	line-height: 22px;
	text-align: center;
	padding: 4px 10px;
	-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-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 9;
	opacity: 0;
}

.single-product-carousel .item:hover .product-thumbnail .open-quick-view {
	opacity: 1;
}

.single-product-carousel .item .product-thumbnail .open-quick-view:hover {
	background: #323232;
}

.single-product-carousel .product-info {
	padding-top: 10px;
}

/* Style 2 */
.single-product-carousel.single-product-carousel-style_2 .item {
	border: 1px solid #ececec;
}

.single-product-carousel.single-product-carousel-style_2 .product-info,
.single-product-carousel.single-product-carousel-style_3 .product-info {
	padding: 10px 15px 0px 15px;
}

.single-product-carousel.single-product-carousel-style_3 {
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
	border: 1px solid #ececec;
}

.single-product-carousel.single-product-carousel-style_3 .single-product-carousel-top-info {
	padding: 0px 15px 0px 15px;
}

/*==================================*/
/* Tabbing */
/*==================================*/

/* Outline Tab */
.wpb-js-composer .vc_tta.vc_tta-style-outline .vc_tta-tab {
	position: relative;
}

.wpb-js-composer .vc_tta.vc_tta-style-outline .vc_tta-tab.vc_active {
	z-index: 9;
	background: #ffffff;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-outline .vc_tta-tab.vc_active::before {
	content: "";
	border-top: 3px solid #04d39f;
	width: 100%;
	position: absolute;
	left: 0;
	top: 1px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-outline .vc_tta-tab.vc_active>a {
	border-color: #ddd !important;
}

.wpb-js-composer .entry-content .vc_tta-tabs.vc_tta-style-outline:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a {
	border-bottom-color: transparent !important;
}

.wpb-js-composer .entry-content .vc_tta.vc_general .vc_tta-tab>a {
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 20px;
}

.wpb-js-composer .entry-content .vc_tta.vc_general.vc_tta-style-outline .vc_tta-tab>a {
	color: #323232;
}

.wpb-js-composer .entry-content .vc_tta.vc_general.vc_tta-style-outline .vc_tta-tab>a {
	border: 1px solid transparent;
	background: none;
	border-bottom-color: #ddd;
}

.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-outline .vc_tta-tabs-list {
	padding-top: 20px;
}

.wpb-js-composer .entry-content .vc_tta.vc_general.vc_tta-style-outline .vc_tta-panel-body {
	padding: 20px;	
}

.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading, 
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-outline .vc_tta-panel:not(:last-child) .vc_tta-panel-heading {
  margin-bottom: 0px;
}

.wpb-js-composer .entry-content .vc_tta.vc_general.vc_tta-style-outline .vc_tta-panel-body:before,
.wpb-js-composer .entry-content .vc_tta.vc_general.vc_tta-style-outline .vc_tta-panel-body:after {
	content: normal;
}

@media (min-width:768px) {
	.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
		border: 0px solid transparent;
	}

}

/* Modern Tab */
.wpb-js-composer .content-wrapper .vc_tta.vc_general.vc_tta-style-modern .vc_tta-tab.vc_active>a {
	background: #04d39f;
	color: #fff;
}

.wpb-js-composer .vc_tta.vc_tta-style-modern .vc_tta-tab.vc_active>a {
	border-color: #04d39f;
}

.wpb-js-composer .entry-content .vc_tta.vc_general.vc_tta-style-modern .vc_tta-tab>a {
	border: 3px solid #04d39f;
	background: #f5f5f5;
	color: #323232;
	border-left: none;
	border-right: none;
	border-top-color: #f5f5f5;
}

.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-modern .vc_tta-tabs-list:before {
	content: none;
}

.wpb-js-composer .content-wrapper .vc_tta.vc_general.vc_tta-style-modern .vc_tta-tab.vc_active>a {
	background: #04d39f;
	color: #fff;
	border-top-width: 3px;
	border-top-color: #60a757;
}

.wpb-js-composer .entry-content .vc_tta-tabs.vc_tta-style-modern:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a {
	border-bottom-color: #04d39f;
}

@media (min-width:768px) {
	.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
	.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after,
	.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before {
		border: none;
	}

	.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
		background: none;
	}

}

/* Classic Tab */
.wpb-js-composer .content-wrapper .entry-content .vc_tta.vc_general.vc_tta-style-classic .vc_tta-tab>a {
	border: none;
	color: #ffffff;
}

.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-classic .vc_tta-tab>a {
	background-color: #323232;
}

.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-classic .vc_tta-tab.vc_active>a {
	background-color: #04d39f;
	color: #fff;
}

.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-classic .vc_tta-tab>a:focus,
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-classic .vc_tta-tab>a:hover {
	background-color: #04d39f;
}

/* Flat Tab */
.wpb-js-composer .entry-content .vc_tta.vc_general.vc_tta-style-flat .vc_tta-panel-body {
	color: #969696;
	padding: 20px 0px 0px;
}

.wpb-js-composer .entry-content .vc_tta.vc_general.vc_tta-style-flat .vc_tta-tab>a {
	border: 1px solid #e6e6e6;
	background: none;
}

.wpb-js-composer .entry-content .vc_tta.vc_general.vc_tta-style-flat .vc_tta-tab>a {
	border: 1px solid #04d39f;
	background: none;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom-color: transparent;
}

.wpb-js-composer .entry-content .vc_tta-tabs.vc_tta-style-flat:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a {
	border-bottom-color: #04d39f;
	border-bottom-width: 3px;
}

.wpb-js-composer .entry-content .vc_tta.vc_general.vc_tta-style-flat .vc_tta-tab.vc_active>a {
	color: #04d39f;
}

@media (min-width:768px) {
	.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
		background: none;
	}

	.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
		border-color: #ddd;
	}

}

/* Tab Pagination style */
.content-wrapper .vc_pagination.vc_pagination-style-flat .vc_pagination-trigger,
.content-wrapper .vc_pagination.vc_pagination-style-outline .vc_active .vc_pagination-trigger,
.content-wrapper .vc_pagination.vc_pagination-style-outline .vc_pagination-trigger:hover {
	background-color: #04d39f;
}

.content-wrapper .vc_pagination.vc_pagination-style-outline .vc_pagination-trigger {
	border-color: #04d39f;
}

.wpb-js-composer .vc_tta.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title>a:hover {
	color: #04d39f;
}

/*==================================*/
/* According */
/*==================================*/

/* Outline According */
.wpb-js-composer .content-wrapper .vc_tta.vc_general .vc_tta-panel-title>a {
	padding: 15px 20px;
}

.wpb-js-composer .entry-content .vc_tta.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title>a {
	color: #04d39f;
}

.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
	border-color: #04d39f;
}

.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
	border-color: #04d39f;
}

.wpb-js-composer .entry-content .vc_tta.vc_general.vc_tta-style-outline .vc_tta-panel-body {
	border: 1px solid #e3e3e3;
	border-top: none;
}

.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus,
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover {
	background: none;
	border-color: #04d39f;
}

.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::after,
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before {
	border-color: #04d39f;
}

.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title>a:hover {
	color: #04d39f;
}

.wpb-js-composer .entry-content .vc_tta-accordion.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a, 
.wpb-js-composer .entry-content .vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
	color: #323232;
}

.wpb-js-composer .vc_tta.vc_tta-style-outline .vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
.wpb-js-composer .vc_tta.vc_tta-style-outline .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
	border-color: #323232;
}

/* Flat According */
.wpb-js-composer .entry-content .vc_tta.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
	color: #04d39f;
}

.wpb-js-composer .entry-content .vc_tta.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
.wpb-js-composer .entry-content .vc_tta.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
	border-color: #04d39f;
}

.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body,
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading,
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
	background-color: inherit;
}

.wpb-js-composer .content-wrapper .vc_tta.vc_general.vc_tta-style-flat .vc_tta-panel-title>a {
	padding-left: 0px;
}

.wpb-js-composer .entry-content .vc_tta.vc_general.vc_tta-style-flat.vc_tta-accordion .vc_tta-panel-body {
	border-top: none;
}

.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus,
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover {
	background-color: inherit;
}

.wpb-js-composer .entry-content .vc_tta.vc_tta-style-flat .vc_tta-panel:hover .vc_tta-panel-title > a {
	color: #04d39f;
}

.wpb-js-composer .vc_tta.vc_tta-style-flat .vc_tta-panel-heading:hover .vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
.wpb-js-composer .vc_tta.vc_tta-style-flat .vc_tta-panel-heading:hover .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
	border-color: #04d39f;
}

.wpb-js-composer .entry-content .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-flat .vc_tta-panel-body {
	color: #969696;
}

.wpb-js-composer .entry-content .vc_tta-accordion.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a, 
.wpb-js-composer .entry-content .vc_tta-accordion.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
	color: #323232;
}

.wpb-js-composer .vc_tta.vc_tta-style-flat .vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
.wpb-js-composer .vc_tta.vc_tta-style-flat .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
	border-color: #323232;
}

/* Classic According */
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-classic .vc_tta-panel-body,
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-classic .vc_tta-panel-heading,
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-classic .vc_tta-tab>a {
	border-width: 0px;
}

.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
	background-color: #04d39f;
}

.wpb-js-composer .content-wrapper .vc_general.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
	color: #fff;
}

.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
	border-color: #ffffff;
}

.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
	color: #fff;
}

.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
	background-color: #323232;
}

.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
	border-color: #ffffff;
}

.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus,
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
	background-color: #04d39f;
}

.wpb-js-composer .vc_tta.vc_tta-o-no-fill.vc_tta-style-classic .vc_tta-panels .vc_tta-panel-body {
	background-color: #f5f5f5;
}

/* Modern According */
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-modern .vc_tta-panel-body,
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-modern .vc_tta-panel-heading,
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-modern .vc_tta-tab>a {
	border-width: 0px;
	border-bottom-width: 1px;
}

.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
	border-bottom-color: #dddddd;
	background: transparent;
}

.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
	border-color: #04d39f;
	background-color: transparent;
	border-bottom-width: 3px;
}

.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title>a {
	color: #04d39f;
}

.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-modern .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before {
	border-color: #04d39f;
}

.wpb-js-composer .content-wrapper .vc_tta.vc_general.vc_tta-style-modern .vc_tta-panel-title>a {
	padding: 20px 0px;
	color:#323232;
}

.wpb-js-composer .vc_tta.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title:hover>a {
	color: #04d39f;
}

.wpb-js-composer .vc_tta.vc_tta-style-modern .vc_tta-panel-title:hover .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before {
	border-color: #04d39f;
}

.wpb-js-composer .vc_tta.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus,
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover {
	background-color: transparent;
}

.wpb-js-composer .entry-content .vc_tta.vc_general.vc_tta-style-modern .vc_tta-panel-body {
	padding: 25px 0px;
}

.wpb-js-composer .entry-content .vc_tta.vc_general.vc_tta-style-modern .vc_tta-panel-body {
	background: transparent;
}

.wpb-js-composer .entry-content .vc_tta-accordion.vc_tta-style-modern .vc_tta-controls-icon::after, 
.wpb-js-composer .entry-content .vc_tta-accordion.vc_tta-style-modern .vc_tta-controls-icon::before {
	border-color: #323232;
}

.wpb-js-composer .entry-content .vc_tta-accordion.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, 
.wpb-js-composer .entry-content .vc_tta-accordion.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
	border-color: #04d39f;
}

/*==================================*/
/* Tour */
/*==================================*/

/* Classic Tour */
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic .vc_tta-tab.vc_active>a::after,
.wpb-js-composer .vc_tta.vc_general .vc_tta-tab.vc_active>a::before {
	content: none !important;
}

/* Modern Tour */
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-tabs-list {
	border-right: 3px solid #04d39f;
}

.wpb-js-composer .entry-content .vc_tta.vc_general.vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-panel-body {
	padding: 25px;
}

.wpb-js-composer .vc_tta.vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-tab:first-child {
	margin-top: -1px;
}

.wpb-js-composer .vc_tta.vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-tab {
	margin-top: 0px;
}

/* Flat Tour */
.wpb-js-composer .entry-content .vc_tta.vc_general.vc_tta-style-flat.vc_tta-tabs-position-left .vc_tta-panel-body {
	border-top: none;
	border-left: 1px solid #ddd;
}

.wpb-js-composer .entry-content .vc_tta.vc_general.vc_tta-style-flat.vc_tta-tabs-position-left .vc_tta-tab>a {
	border-bottom: 3px solid #ddd;
	padding: 0px 30px 18px 30px;
}

.wpb-js-composer .entry-content .vc_tta.vc_general.vc_tta-style-flat.vc_tta-tabs-position-left .vc_tta-tab.vc_active>a {
	border-bottom: 3px solid #04d39f;
	padding: 0px 30px 18px 30px;
}

/* Outline Tour */
.wpb-js-composer .entry-content .vc_tta.vc_general.vc_tta-style-outline.vc_tta-tabs-position-left .vc_tta-tab>a {
	border: 1px solid #ddd;
	border-bottom-color: #fff;
}

.wpb-js-composer .entry-content .vc_tta.vc_general.vc_tta-style-outline.vc_tta-tabs-position-left .vc_tta-tab:last-child>a {
	border-bottom: 1px solid #ddd;
}

/*==================================*/
/* Recent Post */
/*==================================*/
.pgscore_recent_posts_wrapper .latest-post-intro-wrapper {
	height: 100%;
	padding: 25px 25px 70px 25px;
	position: relative;
	z-index: 1;
}

.pgscore_recent_posts_wrapper .latest-post-intro-bg_type-none {
	padding: 0;
	margin-right: 30px;
}

.pgscore_recent_posts_wrapper .latest-post-description + .latest-post-link {
	margin-top: 15px;
}

.pgscore_recent_posts_wrapper .latest-post-intro-wrapper .latest-post-link a {
	font-weight: 600;
	text-decoration: underline;
}

.pgscore_recent_posts_wrapper .latest-post-type-carousel .latest-post-nav > div {
	width: 40px;
	height: 40px;
	background: #ffffff;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	color: #04d39f;
	line-height: 48px;
	cursor: pointer;
	margin-left: 3px;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.07);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.07);
}

.pgscore_recent_posts_wrapper .latest-post-type-carousel .latest-post-control {
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	padding: 25px;
}

.pgscore_recent_posts_wrapper .latest-post-intro-bg_type-none .latest-post-control {
	padding: 0;
}

.pgscore_recent_posts_wrapper .latest-post-control-link-alignment-right .latest-post-nav {
	float: left;
}

.pgscore_recent_posts_wrapper .latest-post-control-link-alignment-right .latest-post-link {
	float: right;
	margin-top: 8px;
}

.pgscore_recent_posts_wrapper .latest-post-control-link-alignment-left .latest-post-link {
	float: left;
	margin-top: 8px;
}

.pgscore_recent_posts_wrapper .latest-post-control-link-alignment-left .latest-post-nav {
	float: right;
}

/* Grid Setting */
.pgscore_recent_posts_wrapper .latest-post-type-grid .latest-post-intro-wrapper {
	margin-right: 15px;
}

.pgscore_recent_posts_wrapper .latest-post-type-grid .latest-post-item {
	margin-bottom: 0;
	padding-top: 30px;
	height: 100%;
}

.pgscore_recent_posts_wrapper .latest-post-type-grid .latest-post-item .latest-post-image {
	background: #dcdcdc;
}
.row-background-dark .pgscore_recent_posts_wrapper .latest-post-type-grid .latest-post-item .latest-post-image {
	background: none;
}

.pgscore_recent_posts_wrapper .latest-post-type-grid .latest-post-item .latest-post-content {
	height: 100%;
}

.pgscore_recent_posts_wrapper .latest-post-type-grid .latest-post-main {
	margin-top: -30px;
}

.latest-post-item-inner {
	position: relative;
	display: table;
	height: 100%;
}

.latest-post-item .latest-post-image {
	display: table-cell;
	width: 50%;
	height: 100%;
	background: #dddddd;
}

.latest-post-item .latest-post-content {
	display: table-cell;
	vertical-align: top;
	padding: 20px;
	position: relative;
	height: 100%;
}

.latest-post-wrapper.latest-post-style-1 .latest-post-item .latest-post-image img{
	width: 100%;
}
.latest-post-wrapper.latest-post-style-1 .latest-post-item .latest-post-content{
	padding: 0px;
	padding-left: 30px;
	vertical-align: middle;
	position: static;
}
.latest-post-wrapper.latest-post-style-1 .latest-post-item .blog-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}
.latest-post-wrapper.latest-post-style-1 .latest-post-item .post-date {
	position: absolute;
	left: 15px;
	top: 15px;
	background: #323232;
	color: #ffffff;
	-webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
	margin-left: 0;
	width: auto;
    height: auto;
    display: inline-block;
    padding: 0 10px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}
.latest-post-wrapper.latest-post-style-1 .latest-post-item .post-date span {
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
    text-transform: inherit;
    line-height: inherit;
    padding-left: 5px;
}
.latest-post-wrapper.latest-post-style-1 .latest-post-entry-footer > a{
    float: none;
    color: #323232;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0;
    display: inline-block;
    padding-top: 0;
}
.latest-post-wrapper.latest-post-style-1 .latest-post-entry-footer > a:hover{
	color: #04d39f;
}
.latest-post-wrapper.latest-post-style-1 .latest-post-entry-footer > .latest-post-social-share{
	display: none;
}

/* Post Date */
.latest-post-type-grid.latest-post-style-2 .latest-post-item .latest-post-item-inner,
.latest-post-type-carousel.latest-post-style-2 .latest-post-item .latest-post-item-inner {
	display: block;
}

.latest-post-type-grid.latest-post-style-2 .latest-post-item .blog-title a,
.latest-post-type-carousel.latest-post-style-2 .latest-post-item .blog-title a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.latest-post-item .post-date {
	position: absolute;
	top: 5px;
	left: 0;
	margin-left: -85px;
	width: 60px;
	height: 60px;
	background: #ffffff;
	text-align: center;
	color: #04d39f;
	font-size: 18px;
	font-weight: 600;
	padding-top: 7px;
	-webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
}

.latest-post-item .post-date span {
	display: block;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 16px;
}

/* Post Content */
.latest-post-item .blog-title {
	font-size: 18px;
	color: #323232;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 5px;
}

.latest-post-item .blog-title a {
	color: #323232;
}

.latest-post-item .blog-title a:hover {
	color: #04d39f;
}

.latest-post-item .latest-post-meta {
	display: inline-block;
	margin-bottom: 5px;
}

.latest-post-item .latest-post-meta ul {
	padding: 0;
	margin: 0;
}

.latest-post-item .latest-post-meta ul li {
	list-style-type: none;
	float: left;
	margin-right: 10px;
	display: inline-block;
	font-size: 13px;
	color: #969696;
	line-height: 24px;
}

.latest-post-item .latest-post-meta ul li:last-child {
	margin-right: 0;
}

.latest-post-item .latest-post-meta ul li a {
	color: #969696;
	text-transform: capitalize;
}
.latest-post-item .latest-post-meta ul li a:hover{
	color: #04d39f;
 }

.latest-post-item .latest-post-meta ul li i {
	margin-right: 5px;
	color: #04d39f;
}

/* Post Footer */
.latest-post-entry-footer {
	display: inline-block;
	width: 100%;
}

.latest-post-entry-footer > a {
	float: left;
	line-height: 28px;
	margin-bottom: -58px;
	padding-top: 30px;
}

.latest-post-social-share {
	margin-left: -9px;
}

.latest-post-social-share ul {
	padding: 0;
	margin: 0;
}

.latest-post-social-share ul li {
	list-style-type: none;
	display: table-cell;
}

.latest-post-social-share ul li a {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	display: inline-block;
	color: #969696;
}

.latest-post-social-share ul li a:hover {
	color: #04d39f;
}

/* Post Title */
.latest-post-title h2 {
	font-size: 34px;
	line-height: 42px;
	font-weight: 700;
}


/*==================================*/
/* Recent Post height */
/*==================================*/
.latest-post-type-carousel,
.latest-post-type-carousel .latest-post-main,
.latest-post-type-carousel .latest-post-main-inner,
.latest-post-type-carousel .latest-post-content,
.latest-post-type-carousel .latest-post-content-inner,
.latest-post-type-carousel .carousel-wrapper,
.latest-post-type-carousel .owl-carousel,
.latest-post-type-carousel .owl-carousel .owl-stage-outer,
.latest-post-type-carousel .owl-carousel .owl-stage-outer .owl-stage,
.latest-post-type-carousel .owl-carousel .owl-item,
.latest-post-type-carousel .owl-carousel .owl-item .item,
.latest-post-type-carousel .owl-carousel .latest-post-item,
.latest-post-type-carousel .owl-carousel .latest-post-item-inner {
	height: 100%;
}
.row-background-dark .latest-post-wrapper .owl-carousel .owl-nav i{
	background: #ffffff;
	color: #969696;
}
.row-background-dark .latest-post-wrapper .owl-carousel .owl-nav i:hover{
	background: #04d39f;
	color: #ffffff;
}

/* Post Style 1 - Dark */
.row-background-dark .latest-post-item .blog-title,
.row-background-dark .latest-post-item .blog-title a{
	color: #ffffff;
}
.row-background-dark .latest-post-item p{
	color: #bbbbbb;
}
.row-background-dark .latest-post-wrapper.latest-post-style-1 .latest-post-item .post-date,
.row-background-dark .latest-post-wrapper.latest-post-style-2 .latest-post-item .post-date{
	background: #04d39f;
}

/*==================================*/
/* Recent Post Style 2 */
/*==================================*/
.latest-post-wrapper.latest-post-style-2 .latest-post-item-inner {
	background: #ffffff;
	-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
	-ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
}

.latest-post-wrapper.latest-post-style-2 .latest-post-item .latest-post-image {
	width: 100%;
	height: auto;
	display: block;
}

.latest-post-wrapper.latest-post-style-2 .latest-post-item .latest-post-content {
	width: 100%;
	height: auto;
	display: block;
	padding: 30px;
	background: none;
	position: static;
}
.latest-post-wrapper.latest-post-style-2 .latest-post-item .latest-post-content .latest-post-excerpt p {
	margin-bottom: 0px;
	line-height: 22px;
}

.latest-post-wrapper.latest-post-style-2 .latest-post-item .post-date {
	position: absolute;
	left: 0;
	top: 15px;
	background: #323232;
	color: #ffffff;
	-webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
	margin-left: 0;
	width: auto;
    height: auto;
    display: inline-block;
    padding: 0 10px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}
.latest-post-wrapper.latest-post-style-2 .latest-post-item .post-date span {
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
    text-transform: inherit;
    line-height: inherit;
    padding-left: 5px;
}

.latest-post-type-carousel.latest-post-style-2 .owl-carousel .latest-post-item-inner {
	box-shadow: none;
	border: 1px solid #e8e8e8;
}

.latest-post-wrapper.latest-post-style-2 .latest-post-entry-footer {
	display: none;
}

/* Post Style 2 - Dark */
.row-background-dark .latest-post-wrapper.latest-post-style-2 .latest-post-item-inner {
    background: #323232;
    -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);
}

/*==================================*/
/* Recent Post Style 3 */
/*==================================*/
.latest-post-wrapper.latest-post-style-3 .latest-post-item-inner {
	box-shadow: none;
	padding-bottom: 30px;
}

.latest-post-wrapper.latest-post-style-3 .latest-post-item-inner .latest-post-meta {
	display: none;
}

.latest-post-wrapper.latest-post-style-3 .latest-post-item .latest-post-social-share {
	display: none;
}

.latest-post-wrapper.latest-post-style-3 .latest-post-item .latest-post-image {
	width: 100%;
	height: auto;
	display: block;
}

.latest-post-wrapper.latest-post-style-3 .latest-post-item .latest-post-content {
	background: #ffffff;
	width: 91%;
	height: auto;
	display: block;
	margin: 0 4.5%;
	margin-top: -40px;
	padding: 40px 20px 15px;
	position: relative;
	z-index: 9;
	text-align: center;
	-webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 25px rgba(0, 0, 0, 0.05);
}

.latest-post-wrapper.latest-post-style-3 .latest-post-item .blog-title {
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.latest-post-wrapper.latest-post-style-3 .latest-post-item .post-date {
	left: 50%;
	top: -35px;
	margin-left: -30px;
	background: #04d39f;
	color: #ffffff;
	-webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
	transform: inherit;
}

.latest-post-wrapper.latest-post-style-3 .latest-post-item .post-date .post-date-inner {
	transform: inherit;
}

.latest-post-wrapper.latest-post-style-3 .latest-post-item-inner .latest-post-entry-footer {
	position: relative;
	bottom: auto;
	top: -5px;
	left: 0;
	padding: 0;
}

.latest-post-wrapper.latest-post-style-3 .latest-post-item-inner .latest-post-entry-footer > a {
	float: none;
}

.latest-post-type-carousel.latest-post-style-3 .owl-carousel .latest-post-item-inner {
	box-shadow: none;
	border: none;
	padding-bottom: 10px;
	display: block;
}

/* Post Style 3 - Dark */
.row-background-dark .latest-post-wrapper.latest-post-style-3 .latest-post-item .latest-post-content {
    background: #323232;
    -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 25px rgba(0, 0, 0, 0.15);
}
.row-background-dark .latest-post-wrapper.latest-post-style-3 .latest-post-item-inner .latest-post-entry-footer > a:hover{
	color: #ffffff;
}

/*==================================*/
/* Recent Post Style 4 */
/*==================================*/
.latest-post-wrapper .latest-post-meta img {
	display: inline-block;
	margin-right: 7px;
	width: 16px;
	border-radius: 50px;
}
.latest-post-category {
	margin-bottom: 10px;
	margin-left: 0px;
}
.latest-post-category span {
	background: #04d39f;
	padding: 0px 25px;
	display: inline-block;
	color: #ffffff;
	line-height: 30px;
    text-transform: capitalize;
}
.latest-post-style-4 .latest-post-entry-footer .latest-post-social-share, 
.latest-post-style-5 .latest-post-social-share, 
.latest-post-style-6 .latest-post-social-share, 
.latest-post-style-7 .latest-post-social-share {
	display: none;
}
.latest-post-style-4 .latest-post-entry-footer > a, 
.latest-post-style-6 .latest-post-entry-footer > a, 
.latest-post-style-7 .latest-post-entry-footer > a {
	margin-bottom: 0px;
	padding: 2px 26px;
	border: 2px solid #e8e8e8;
	color: #969696;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}
.latest-post-style-4 .latest-post-entry-footer > a:hover, 
.latest-post-style-6 .latest-post-entry-footer > a:hover, 
.latest-post-style-7 .latest-post-entry-footer > a:hover {
	color: #04d39f;
}
.latest-post-style-4 .latest-post-item .post-date {
	background: #04d39f;
	color: #ffffff;
	margin-left: -30px;
	top: 30px;
}
.latest-post-style-4 .latest-post-item .latest-post-content {
	padding: 15px 0px 15px 50px;
	vertical-align: middle;
}

/* Post Style 4 - Dark */
.row-background-dark .latest-post-style-4 .latest-post-entry-footer > a, 
.row-background-dark .latest-post-style-6 .latest-post-entry-footer > a, 
.row-background-dark .latest-post-style-7 .latest-post-entry-footer > a{
    border: 2px solid rgba(255, 255, 255, 0.2);
}
.row-background-dark .latest-post-style-4 .latest-post-entry-footer > a:hover, 
.row-background-dark .latest-post-style-6 .latest-post-entry-footer > a:hover, 
.row-background-dark .latest-post-style-7 .latest-post-entry-footer > a:hover {
	background: #ffffff;
}

/*==================================*/
/* Recent Post Style 5 */
/*==================================*/
.latest-post-style-5 .latest-post-item-inner {
	display: block;
	height: auto;
}
.latest-post-style-5 .latest-post-item .latest-post-image {
	display: block;
	width: 100%;
	height: auto;
}
.latest-post-style-5 .latest-post-item .latest-post-content {
	display: block;
	vertical-align: inherit;
	padding: 20px 0px 0px;
}
.latest-post-style-5 .latest-post-item .latest-post-meta {
    margin-bottom: 0;
}
.latest-post-style-5 .latest-post-entry-footer > a {
	float: none;
	line-height: inherit;
	margin-bottom: 0;
	padding-top: 0;
	color: #969696;
	position: relative;
}
.latest-post-style-5 .latest-post-entry-footer > a:hover {
	color: #04d39f;
}
.latest-post-style-5 .latest-post-entry-footer > a:after {
	content: "";
	background: #e5e5e5;
	height: 2px;
	width: 50px;
	display: inline-block;
	top: 50%;
	position: absolute;
	margin-top: 0px;
	margin-left: 8px;
}
.latest-post-style-5 .latest-post-item .post-date {
	top: 10px;
	left: inherit;
	right: 10px;
	margin-left: 0px;
	width: auto;
	height: auto;
	color: #969696;
	font-size: 14px;
	font-weight: 400;
	padding: 2px 12px;
}
.latest-post-style-5 .latest-post-item .post-date .fa {
	color: #04d39f;
	margin-right: 3px;
}

/* Post Style 5 - Dark */
.row-background-dark .latest-post-style-5 .latest-post-entry-footer > a:after{
	background: rgba(255, 255, 255, 0.4);
}

/*==================================*/
/* Recent Post Style 6 */
/*==================================*/
.latest-post-style-6 .latest-post-item .post-date {
	top: 45px;
	left: 0px;
	margin-left: 0px;
	width: auto;
	height: auto;
	color: #323232;
	font-size: 32px;
	font-weight: 900;
	padding: 0px 0px 5px 0px;
	box-shadow: none;
	background: none;
	border-bottom: 2px solid #e5e5e5;
	line-height: 32px;
}
.latest-post-style-6 .latest-post-item .post-date span {
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 2px;
}
.latest-post-style-6 .latest-post-item .latest-post-meta{
	margin-bottom: 0;
}
.latest-post-style-6 .latest-post-item .latest-post-content {
	padding: 0px 0px 0px 60px;
}
.latest-post-style-6 .latest-post-category {
	margin-left: -60px;
	margin-bottom: 15px;
}

/* Post Style 6 - Dark */
.row-background-dark .latest-post-style-6 .latest-post-item .post-date{
    color: #ffffff;
    border-bottom-color: rgba(255, 255, 255, 0.4);
}

/*==================================*/
/* Recent Post Style 7 */
/*==================================*/
.latest-post-style-7 .latest-post-item .latest-post-category {
    margin-bottom: 5px;
}
.latest-post-style-7 .latest-post-item .latest-post-meta ul li {
	float: none;
	background: none;
	position: inherit;
	height: auto;
	width: auto;
	margin-left: 0px;
	box-shadow: none;
	color: #969696;
	font-size: 13px;
	font-weight: 400;
}
.latest-post-style-7 .latest-post-item .latest-post-content {
	padding: 0px 0px 0px 20px;
    vertical-align: middle;
}

/*==================================*/
/* Single Recent Post */
/*==================================*/
.latest-post-item.single-post .latest-post-image {
	width: 100%;
	display: block;
	position: relative;
}

.latest-post-item.single-post .post-date {
	top: auto;
	left: 40px;
	bottom: 40px;
	margin-left: 0;
}

.latest-post-item.single-post .latest-post-content {
	display: block;
	padding: 20px;
}

.latest-post-item.single-post .latest-post-item-inner {
	height: auto;
}

/*==================================*/
/* Image Slider */
/*==================================*/
.image_slider-style-1 .about-details {
	background: #f5f5f5;
	padding: 25px 30px;
	text-align: center;
}

.image_slider-style-1 .about-details .title {
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 0;
}

.image_slider-style-1 .about-details .about-des {
	display: inline-block;
	border: 1px solid #d0d0d0;
	margin-bottom: 20px;
	padding: 3px 20px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;
}

.image_slider-style-1 .about-details .about-des:before,
.image_slider-style-1 .about-details .about-des:after {
	content: "";
	position: absolute;
	top: 15px;
	width: 35px;
	height: 1px;
	background: #d0d0d0;
}

.image_slider-style-1 .about-details .about-des:before {
	left: -42px;
}

.image_slider-style-1 .about-details .about-des:after {
	right: -42px;
}

.image_slider-style-1 .about-details .about-des + .title {
	padding-bottom: 0;
}

.image_slider-style-1 .about-details .title + .about-des {
	margin-bottom: 0;
}

/* Style 2 */
.image_slider-style-2 {
	position: relative;
}

.image_slider-style-2 .about-details {
	background: rgba(255, 255, 255, 0.92);
	padding: 15px 20px;
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 30px;
}

.image_slider-style-2 .about-details .title {
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 0px;
	padding-top: 3px;
}

.image_slider-style-2 .about-details .about-des {
	display: inline-block;
	margin-bottom: 5px;
	color: #04d39f;
}

.image_slider-style-2 .about-details .about-des + .title {
	padding-bottom: 0;
}

.image_slider-style-2 .about-details .title + .about-des {
	margin-bottom: 0;
}

/*==================================*/
/* Banner Deal */
/*==================================*/
.deal-banner {
	border: 1px solid #e8e8e8;
}

.deal-banner .countdown li {
	padding: 5px 12px;
}

.pgscore_banner .pgscore_banner-content .pgscore_banner-btn-wrap {
	position: relative;
	z-index: 9;
	margin-top: 15px;
}

.pgscore_banner .deal-expire-message {
	font-size: 18px;
	color: #ffffff;
	background: #000000;
	padding: 10px 20px;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
	display: inline-block;
}

/* Deal Style - 2 */
.pgscore_banner-style-deal-2 .pgscore_banner-content .pgscore_banner-btn-wrap > a {
	padding: 5px 15px;
	font-weight: 400;
	text-transform: none;
}

.pgscore_banner-style-deal-2 .pgscore_banner-content .pgscore_banner-btn-shape-round > a {
	padding: 5px 20px;
}

.pgscore_banner-style-deal-2 .pgscore_banner-content-wrapper {
	position: relative;
}

.pgscore_banner-style-deal-2 .deal-counter-wrapper {
	margin-top: 15px;
}

.pgscore_banner-content-wrapper .deal-counter {
	font-size: initial;
}

.pgscore_banner-content-wrapper .deal-counter .countdown {
	margin-top: 0 !important;
	overflow: visible;
}

.pgscore_banner-style-deal-2 .deal-counter-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
}

/*==================================*/
/* Countdown All Size */
/*==================================*/
.counter-size-lg .countdown li,
.counter-size-md .countdown li,
.counter-size-sm .countdown li,
.counter-size-xs .countdown li {
	border: none;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
	-ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
}

/* Countdown Large Size */
.counter-size-lg .countdown li {
	padding: 10px 0;
	min-width: 65px;
	line-height: 20px;
	margin: 0 2px;
	text-align: center;
}

.counter-size-lg .countdown li span {
	font-size: 20px;
	line-height: 32px;
}

.counter-size-lg .countdown li p {
	font-size: 14px;
	line-height: 20px;
}

/* Countdown Medium Size */
.counter-size-md .countdown li {
	padding: 8px 0;
	line-height: 20px;
	text-align: center;
	min-width: 60px;
}

.counter-size-md .countdown li span {
	font-size: 16px;
	line-height: 22px;
}

.counter-size-md .countdown li p {
	font-size: 13px;
	line-height: 22px;
}

/* Countdown Small Size */
.counter-size-sm .countdown li {
	padding: 8px 0;
	line-height: 20px;
	text-align: center;
	min-width: 50px;
}

.counter-size-sm .countdown li span {
	font-size: 16px;
	line-height: 24px;
}

.counter-size-sm .countdown li p {
	font-size: 12px;
	line-height: 20px;
}

/* Countdown Ex-Small Size */
.counter-size-xs .countdown li {
	padding: 5px 0;
	line-height: 20px;
	text-align: center;
	min-width: 40px;
}

.counter-size-xs .countdown li span {
	font-size: 13px;
	line-height: 22px;
}

.counter-size-xs .countdown li p {
	font-size: 11px;
	line-height: 18px;
}


/*==================================*/
/* Deal 1 - Countdown All Style */
/*==================================*/
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-1 .countdown li,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-1 .countdown li{
	background: none;
	box-shadow:none;
	border: none;
	position: relative;
	padding: 0;
    margin: 0;
    text-align: center;
    margin-right: 35px;
}
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-1 .countdown li:before,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-1 .countdown li:before{
	content: ":";
	position: absolute;
	top: 20px;
	right: -22px;
	font-size: 26px;
	color: #323232;
	font-weight: 800;
}
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-1 .countdown li:last-child,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-1 .countdown li:last-child{
	margin-right: 0px;
}
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-1 .countdown li:last-child:before,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-1 .countdown li:last-child:before{
	content: normal;
}
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-1 .countdown li span,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-1 .countdown li span{
    font-size: 38px;
    color: #323232;
    line-height: 64px;
    font-weight: 800;
}
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-1 .countdown li p,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-1 .countdown li p{
	color: #969696;
	font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

/*--------------------*/
/* Deal Style 2 */
/*--------------------*/
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-2 .countdown li,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-2 .countdown li{
	box-shadow:none;
	border: none;
	background: #323232;
	min-width: 65px;
	padding: 5px 0;
    margin: 0;
    text-align: center;
    margin-right: 8px;
}
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-2 .countdown li span,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-2 .countdown li span{
    display: block;
    color: #ffffff;
    font-size: 26px;
    line-height: 44px;
    font-weight: 600;
}
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-2 .countdown li .days,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-2 .countdown li .days{
	min-width: auto;
	padding: 0 10px;
}
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-2 .countdown li p,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-2 .countdown li p{
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
    font-size: 13px;
}

/*--------------------*/
/* Deal Style 3 */
/*--------------------*/
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-3 .countdown li,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-3 .countdown li{
	background: none;
	box-shadow:none;
	border: 2px solid #04d39f;
	min-width: 65px;
	padding: 5px 0;
    margin: 0;
    text-align: center;
    margin-right: 8px;
}
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-3 .countdown li span,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-3 .countdown li span{
    display: block;
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    color: #04d39f;
}
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-3 .countdown li p,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-3 .countdown li p{
	text-transform: uppercase;
	font-size: 13px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 2px;
	color: #323232;
}

/*--------------------*/
/* Deal Style 4 */
/*--------------------*/
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-4 .countdown,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-4 .countdown{
	border: 3px solid #04d39f;
	padding: 0 10px;
}
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-4 .countdown li,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-4 .countdown li{
	background: none;
	box-shadow:none;
	border: none;
	min-width: 60px;
	padding: 10px 12px;
    margin: 0;
    text-align: center;
}
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-4 .countdown li span,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-4 .countdown li span{
    display: block;
    color: #323232;
    font-size: 30px;
    line-height: 46px;
    font-weight: 700;
}
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-4 .countdown li .days,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-4 .countdown li .days{
	min-width: auto;
}
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-4 .countdown li p,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-4 .countdown li p{
	text-transform: uppercase;
	font-size: 13px;
	color: #323232;
	font-weight: 600;
	letter-spacing: 0px;
}

/*--------------------*/
/* Deal Style 5 */
/*--------------------*/
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-5 .countdown,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-5 .countdown{
	background: #ffffff;
	padding: 0 15px;
	-webkit-box-shadow: 0 5px 30px rgba(0,0,0,0.04);
	-moz-box-shadow: 0 5px 30px rgba(0,0,0,0.04);
	box-shadow: 0 5px 30px rgba(0,0,0,0.04);
}
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-5 .countdown li,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-5 .countdown li{
	box-shadow:none;
	background: none;
	border: none;
	min-width: 75px;
	padding: 15px 0px;
    margin: 0;
    text-align: center;
}
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-5 .countdown li span,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-5 .countdown li span{
    display: block;
    font-size: 26px;
    line-height: 42px;
    font-weight: 700;
    color: #04d39f;
}
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-5 .countdown li p,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-5 .countdown li p{
	color: #969696;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0px;
}

/*--------------------*/
/* Deal Style 6 */
/*--------------------*/
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-6 .countdown li,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-6 .countdown li{
	background: none;
	box-shadow:none;
	border: none;
	padding: 0;
    margin: 0;
    text-align: center;
    margin-right: 10px;
}
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-6 .countdown li span,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-6 .countdown li span{
	display: block;
    font-size: 28px;
    color: #323232;
    line-height: 40px;
    padding-bottom: 5px;
    font-weight: 600;
}
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-6 .countdown li p,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-6 .countdown li p{
	background: #323232;
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	padding: 0 10px;
	text-transform: uppercase;
}

/*--------------------*/
/* Deal Style 7 */
/*--------------------*/
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-7 .countdown li,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-7 .countdown li{
	box-shadow:none;
	border: none;
	background: #ffffff;
	width: 80px;
	height: 80px;
	padding: 0;
    margin: 0;
    text-align: center;
    margin-right: 5px;
    border-radius: 50px;
    -webkit-box-shadow: 0 5px 30px rgba(0,0,0,0.06);
	-moz-box-shadow: 0 5px 30px rgba(0,0,0,0.06);
	box-shadow: 0 5px 30px rgba(0,0,0,0.06);
}
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-7 .countdown li span,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-7 .countdown li span{
    display: block;
    color: #323232;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    padding-top: 16px;
}
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-7 .countdown li p,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-7 .countdown li p{
	color: #323232;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/*--------------------*/
/* Deal Style 8 */
/*--------------------*/
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-8 .countdown li,
 .pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-8 .countdown li{
	background: none;
	box-shadow:none;
	border: none;
	padding: 0;
    margin: 0;
    position: relative;
    text-align: center;
    margin-right: 20px;
}
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-8 .countdown li:before,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-8 .countdown li:before{
	content: ":";
	position: absolute;
	top: 18px;
	right: -13px;
	font-size: 26px;
	color: #323232;
	font-weight: 700;
}
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-8 .countdown li:last-child,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-8 .countdown li:last-child{
	margin-right: 0px;
}
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-8 .countdown li:last-child:before,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-8 .countdown li:last-child:before{
	content: normal;
}
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-8 .countdown li span,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-8 .countdown li span{
	display: block;
    background: #323232;
    font-size: 28px;
    color: #ffffff;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 0 7px;
    border-radius: 5px;
    position: relative;
}
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-8 .countdown li span:before,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-8 .countdown li span:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000000;
}
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-8 .countdown li p,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-8 .countdown li p{
	font-size: 14px;
	font-weight: 600;
	color: #323232;
	padding-top: 8px;
	text-transform: uppercase;
}

/*--------------------*/
/* Deal Style 9 */
/*--------------------*/
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-9 .countdown,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-9 .countdown{
	border-left: 5px solid #04d39f;
	border-right: 5px solid #04d39f;
	padding: 0 25px;
	border-radius: 10px;
}
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-9 .countdown li,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-9 .countdown li{
	background: none;
	box-shadow:none;
	border: none;
	min-width: inherit;
	position: relative;
	padding: 0;
    margin: 0;
    text-align: center;
    margin-right: 40px;
}
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-9 .countdown li:before,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-9 .countdown li:before{
	content: ":";
	position: absolute;
	top: 15px;
	right: -23px;
	font-size: 18px;
	color: #323232;
	font-weight: 600;
}
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-9 .countdown li:last-child,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-9 .countdown li:last-child{
	margin-right: 0px;
}
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-9 .countdown li:last-child:before,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-9 .countdown li:last-child:before{
	content: normal;
}
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-9 .countdown li span,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-9 .countdown li span{
    display: block;
    font-size: 28px;
    color: #323232;
    line-height: 50px;
    font-weight: 800;
}
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-9 .countdown li p,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-9 .countdown li p{
	color: #969696;
	font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 5px;
}

/*--------------------*/
/* Deal Style 10 */
/*--------------------*/
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-10 .countdown li,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-10 .countdown li{
	box-shadow:none;
	border: none;
	background: #04d39f;
	min-width: 65px;
	padding: 0;
    margin: 0;
    text-align: center;
    margin-right: 5px;
    border-radius: 3px;
}
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-10 .countdown li span,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-10 .countdown li span{
    display: block;
    color: #ffffff;
    font-size: 26px;
    line-height: 50px;
    font-weight: 600;
}
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-10 .countdown li .days,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-10 .countdown li .days{
	min-width: auto;
}
.pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-10 .countdown li p,
.pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-10 .countdown li p{
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	background: rgba(0,0,0,0.06);
    padding: 2px 0;
}

/*==================================*/
/* All Deal Style in Dark BG */
/*==================================*/
.row-background-dark .pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-1 .countdown li span,
.row-background-dark .pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-1 .countdown li:before,
.row-background-dark .pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-1 .countdown li span,
.row-background-dark .pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-1 .countdown li:before{
	color: #ffffff;
}

/* Style-2 in Dark BG */
.row-background-dark .pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-2 .countdown li,
.row-background-dark .pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-2 .countdown li{
	background: #ffffff;
}
.row-background-dark .pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-2 .countdown li span,
.row-background-dark .pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-2 .countdown li p,
.row-background-dark .pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-2 .countdown li span,
.row-background-dark .pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-2 .countdown li p{
	color: #323232;
}

/* Style-3 in Dark BG */
.row-background-dark .pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-3 .countdown li p,
.row-background-dark .pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-3 .countdown li p{
	color: #ffffff;
}

/* Style-4 in Dark BG */
.row-background-dark .pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-4 .countdown li span,
.row-background-dark .pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-4 .countdown li p,
.row-background-dark .pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-4 .countdown li span,
.row-background-dark .pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-4 .countdown li p{
	color: #ffffff;
}

/* Style-6 in Dark BG */
.row-background-dark .pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-6 .countdown li span,
.row-background-dark .pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-6 .countdown li span{
	color: #ffffff;
}
.row-background-dark .pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-6 .countdown li p,
.row-background-dark .pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-6 .countdown li p{
	background: #04d39f;
	color: #ffffff;
}

/* Style-8 in Dark BG */
.row-background-dark .pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-8 .countdown li span,
.row-background-dark .pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-8 .countdown li span{
	background: #ffffff;
	color: #323232;
}
.row-background-dark .pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-8 .countdown li span:before,
.row-background-dark .pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-8 .countdown li span:before{
	background: #f5f5f5;
}
.row-background-dark .pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-8 .countdown li:before,
.row-background-dark .pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-8 .countdown li p,
.row-background-dark .pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-8 .countdown li:before,
.row-background-dark .pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-8 .countdown li p{
	color: #ffffff;
}

/* Style-9 in Dark BG */
.row-background-dark .pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-9 .countdown li span,
.row-background-dark .pgscore_banner-style-deal-1 .deal-counter-wrapper.counter-style-style-9 .countdown li:before,
.row-background-dark .pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-9 .countdown li span,
.row-background-dark .pgscore_countdown_wrapper .deal-counter-wrapper.counter-style-style-9 .countdown li:before{
	color: #ffffff;
}

/*==================================*/
/* Product Deal */
/*==================================*/
.product-deal-wrapper {
	background: #ffffff;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
}

.product-deal-wrapper .product-deal-inner {
	position: relative;
}

.product-deal-wrapper .product-deal-counter {
	text-align: center;
	padding: 15px 10px;
}

.product-deal-wrapper .deal-counter-expired .deal-expire-message {
	color: #ff0000;
}

.product-deal-wrapper .product-deal-counter .countdown {
	padding: 0;
	margin: 0 !important;
}

.product-deal-style-default .product-deal-counter {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.product-deal-wrapper .product-deal-content {
	text-align: center;
	padding: 20px;
}

.product-deal-wrapper .product-deal-image {
	text-align: center;
}

.product-deal-wrapper .product-deal-title {
	display: block;
	margin: 0;
	margin-bottom: 10px;
	color: #323232;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
}

.product-deal-content-rating {
	position: relative;
	display: inline-block;
	margin-bottom: 0px;
}

.product-deal-content-rating:before,
.product-deal-content-rating:after {
	content: "";
	position: absolute;
	top: 6px;
	width: 60px;
	height: 1px;
	background: #ececec;
}

.product-deal-content-rating:before {
	right: 110%;
}

.product-deal-content-rating:after {
	left: 110%;
}

.product-deal-wrapper .product-deal-content-price ins {
	background: none;
	font-size: 16px;
	color: #04d39f;
	font-weight: 700;
	margin-left: 5px;
}

/*==================================*/
/* Vertical Categories Menu */
/*==================================*/
.pgscore_v_menu-header {
	background: #04d39f;
	padding: 15px 20px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}

.pgscore_v_menu-header > i {
	padding-right: 15px;
}

.pgscore_v_menu .pgscore_v_menu-main .slicknav_menu-wrap .slicknav_brand {
	display: block;
	float: none;
	background: #04d39f;
	padding: 10px 20px;
	height: auto;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
}

.pgscore_v_menu .pgscore_v_menu-main .slicknav_menu-wrap .slicknav_brand .slicknav_brand_icon {
	margin-right: 15px;
}

.pgscore_v_menu .pgscore_v_menu-main .slicknav_menu-wrap .slicknav_nav > li {
	list-style-type: none;
	border-bottom: 1px solid #efefef;
	position: relative;
	z-index: 9;
}

.pgscore_v_menu .pgscore_v_menu-main .slicknav_menu-wrap .slicknav_nav > li:last-child {
	border-bottom: none;
}

.pgscore_v_menu .pgscore_v_menu-main .slicknav_menu-wrap .slicknav_nav > li > a {
	display: block;
	padding: 10px 20px;
	margin: 0;
	font-size: 13px;
	color: #969696;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 24px;
	position: relative;
	border-radius: 0;
}

.pgscore_v_menu .pgscore_v_menu-main .slicknav_menu-wrap .slicknav_nav > li > a a {
	color: inherit;
}

.pgscore_v_menu .pgscore_v_menu-main .slicknav_menu-wrap .slicknav_nav > li > a i {
	margin: 0;
	padding-right: 8px;
	width: 27px;
	text-align: left;
	font-size: 16px;
}

.pgscore_v_menu .pgscore_v_menu-main .slicknav_menu-wrap .slicknav_nav > li > a:hover {
	background: rgba(0, 0, 0, 0.03);
	color: #04d39f;
	border-radius: 0;
}

.pgscore_v_menu .pgscore_v_menu-main .slicknav_menu-wrap .slicknav_nav > li > a:hover a {
	background: none;
}

/* Slick Nav Sub Menu */
.pgscore_v_menu .pgscore_v_menu-main .slicknav_menu-wrap .slicknav_nav > li .slicknav_arrow {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 45px;
	margin: 0;
	text-align: center;
	line-height: 45px;
	font-size: 20px;
	font-weight: 500;
}

.pgscore_v_menu .pgscore_v_menu-main .slicknav_menu-wrap .slicknav_nav li .sub-menu {
	background: #ffffff;
	border: 1px solid #dddddd;
	padding: 8px 0px;
	margin: 0;
}

.pgscore_v_menu .pgscore_v_menu-main .slicknav_menu-wrap .slicknav_nav > li > .sub-menu li > a:hover,
.pgscore_v_menu .pgscore_v_menu-main .slicknav_menu-wrap .slicknav_nav > li > .sub-menu li > a:hover a {
	background: none;
}

.pgscore_v_menu .pgscore_v_menu-main .slicknav_menu-wrap .slicknav_nav > li .sub-menu li {
	list-style-type: none;
	position: relative;
	padding: 0;
}

.pgscore_v_menu .pgscore_v_menu-main .slicknav_menu-wrap .slicknav_nav > li .sub-menu li .slicknav_arrow {
	right: 0;
	top: 0;
	width: 30px;
	height: 36px;
	line-height: 36px;
}

.pgscore_v_menu .pgscore_v_menu-main .slicknav_menu-wrap .slicknav_nav > li .sub-menu li a {
	display: block;
	color: #969696;
	padding: 3px 15px;
	font-size: 13px;
	position: relative;
	margin: 0;
}

.pgscore_v_menu .pgscore_v_menu-main .slicknav_menu-wrap .slicknav_nav > li .sub-menu li a a {
	padding: 0;
	color: inherit;
}

.pgscore_v_menu .pgscore_v_menu-main .slicknav_menu-wrap .slicknav_nav > li .sub-menu li:hover > a {
	color: #04d39f;
}

/* Dark Background */
.row-background-dark .pgscore_v_menu .pgscore_v_menu-main .slicknav_menu-wrap .slicknav_nav > li {
	border-bottom-color: rgba(255, 255, 255, 0.2);
}

.row-background-dark .pgscore_v_menu .pgscore_v_menu-main .slicknav_menu-wrap .slicknav_nav > li > a {
	color: #ffffff;
}

.row-background-dark .pgscore_v_menu .pgscore_v_menu-main .slicknav_menu-wrap .slicknav_nav > li > a:hover {
	background: rgba(0, 0, 0, 0.05);
}

/* Remove */
.pgscore_v_menu .pgscore_v_menu-headersss,
.pgscore_v_menu .pgscore_v_menu-main .pgscore_v_menu__menu_wrap {
	display: none;
}

/*==================================*/
/* Vertical Mega Menu */
/*==================================*/
.pgscore_v_menu-main #mega-menu-wrap-shortcode_v_menu #mega-menu-shortcode_v_menu > li.mega-menu-item {
	display: block;
}

.pgscore_v_menu-main #mega-menu-wrap-shortcode_v_menu #mega-menu-shortcode_v_menu > li.mega-menu-item:last-child > a {
	border-bottom: none;
}

.pgscore_v_menu-main #mega-menu-wrap-shortcode_v_menu #mega-menu-shortcode_v_menu > li.mega-menu-item > a i {
	margin: 0;
	padding-right: 8px;
	width: 27px;
	text-align: left;
}

.pgscore_v_menu-main #mega-menu-wrap-shortcode_v_menu #mega-menu-shortcode_v_menu > li.mega-menu-item > a.mega-menu-link:after {
	position: absolute;
	right: 15px;
}

.pgscore_v_menu-main #mega-menu-wrap-shortcode_v_menu #mega-menu-shortcode_v_menu > li.mega-menu-item > .mega-sub-menu {
	left: 100%;
	top: 0;
}

.pgscore_v_menu-main #mega-menu-wrap-shortcode_v_menu #mega-menu-categories_menu > li.mega-menu-megamenu {
	position: static;
}

/* Vertical Menu Dark */
.row-background-dark .pgscore_v_menu-main .menu > li {
	border-bottom-color: rgba(255, 255, 255, 0.2);
}

.row-background-dark .pgscore_v_menu-main .menu > li > a {
	color: #ffffff;
}

/*==================================*/
/* Instagram */
/*==================================*/
.pgscore_instagram_wrapper .instagram-title {
	display: inline-block;
}

.pgscore_instagram_wrapper .instagram-title h3 {
	text-transform: uppercase;
	font-weight: 600;
	margin: 2px 0px;
}

.pgscore_instagram_wrapper .instagram-heading {
	display: inline-block;
	width: 100%;
	margin-bottom: 25px;
}

.pgscore_instagram_wrapper .instagram-button {
	display: inline-block;
	float: right;
}

.pgscore_instagram_wrapper .instagram-button i {
	padding-right: 5px;
}

.pgscore_instagram_wrapper ul {
	padding: 0px;
	display: inline-block;
	width: 100%;
}

.pgscore_instagram_wrapper ul li {
	list-style-type: none;
	float: left;
	width: 20%;
}

.pgscore_instagram_wrapper ul li a img {
	width: 100%;
}

/*==================================*/
/* Instagram V2 */
/*==================================*/
.insta_v2_list_type--grid .insta_v2_items > .row {
	margin-left: 0px;
	margin-right: 0px;
}

.insta_v2_list_type--grid .insta_v2_items > .row > [class*='col'] {
	padding-left: 0px;
	padding-right: 0px;
}

.insta_v2_item {
	position: relative;
}

.insta_v2_item .insta_v2_item--content:after {
	background-color: #000;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

.insta_v2_item:hover .insta_v2_item--content::after {
	opacity: .5;
}

.insta_v2_list_type--grid .insta_v2_item--content img {
	width: 100%;
}

/* Likes / Comment */
.insta_v2_item .insta_v2_item--meta {
	position: absolute;
	top: 50%;
	opacity: 0;
	width: 100%;
	text-align: center;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	margin-top: 5px;
}

.insta_v2_item:hover .insta_v2_item--meta {
	opacity: 1;
	margin-top: 0px;
}

.insta_v2_item .insta_v2_item--meta .insta_v2_item--meta_items {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.insta_v2_item .insta_v2_item--meta_item {
	display: inline-block;
	color: #ffffff;
	margin: 0 6px;
	font-size: 15px;
	font-weight: 600;
}

.insta_v2_item .insta_v2_item--meta_item .insta_v2_item--meta_item_likes_icon,
.insta_v2_item .insta_v2_item--meta_item .insta_v2_item--meta_item_comments_icon {
	padding-right: 5px;
}

/* Hover Border */
.insta_v2_style--hover-border .insta_v2_item--content:before {
	content: "";
	border: 1px solid rgba(255, 255, 255, 0.6);
	position: absolute;
	left: 0;
	top: 0;
	width: 80%;
	height: 80%;
	margin: 10%;
	opacity: 0;
	z-index: 9;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

.insta_v2_style--hover-border .insta_v2_item:hover .insta_v2_item--content:before {
	width: 90%;
	height: 90%;
	margin: 5%;
	opacity: 1;
}

/* Instagram title Button */
.pgscore_instagram_v2_wrapper .insta_v2_header {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}

.pgscore_instagram_v2_wrapper .insta_v2_header--title {
	display: table-cell;
	vertical-align: middle;
}

.pgscore_instagram_v2_wrapper .insta_v2_header--button {
	display: table-cell;
	text-align: right;
}

.pgscore_instagram_v2_wrapper .insta_v2_title {
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 0px;
}

.pgscore_instagram_v2_wrapper .insta_v2_header--button i {
	margin-right: 5px;
}

/*==================================*/
/* Product Deals Multiple */
/*==================================*/
.product-deals-wrapper .product-deals-content-wrapper {
	height: 100%;
	padding: 25px 25px 80px 25px;
	position: relative;
	z-index: 1;
}

.product-deals-wrapper .product-deals-content-bg_style-none {
	padding: 0px
}

.product-deals-wrapper .product-deals-content-wrapper .product-deals-content-wrapper-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.product-deals-wrapper .product-deals-content-wrapper .product-deals-title h2 {
	font-size: 34px;
	line-height: 42px;
	font-weight: 700;
}

.product-deals-wrapper .product-deals-description {
	margin-bottom: 10px;
}

.product-deals-wrapper .product-deals-link a {
	font-weight: 600;
	text-decoration: underline;
}

.product-deals-wrapper .product-deals-description + .product-deals-link {
	margin-top: 15px;
}

.product-deals-content-wrapper .product-deals-control {
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	padding: 0px 25px 20px;
}

.product-deals-content-wrapper .product-deals-nav > div {
	width: 40px;
	height: 40px;
	background: #ffffff;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	color: #969696;
	line-height: 48px;
	cursor: pointer;
	margin-right: 5px;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.07);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.07);
}

.product-deals-content-bg_style-none .product-deals-control {
	padding: 0;
}

.product-deals-content-wrapper .intro-link-alignment-left .product-deals-link {
	float: left;
	margin-top: 8px;
}

.product-deals-content-wrapper .intro-link-alignment-left .product-deals-nav {
	float: right;
}

.product-deals-content-wrapper .intro-link-alignment-right .product-deals-link {
	float: right;
	margin-top: 8px;
}

.product-deals-content-wrapper .intro-link-alignment-right .product-deals-nav {
	float: left;
}

.product-deals-items-column .product-deals-item {
	display: table;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #e8e8e8;
	min-height: 140px;
}

.row-background-dark .product-deals-items-column .product-deals-item {
	border-color: 1px solid rgba(255, 255, 255, 0.3);
}

.product-deals-items-column .product-deals-item:last-child {
	margin-bottom: 0px;
}

.product-deals-item-left {
	display: table-cell;
	width: 35%;
	background-color: #ffffff;
	vertical-align: middle;
}

.product-deals-item-right {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 12px;
	background-color: #fff;
}

.product-deal-content .product-deal-title {
	display: block;
	margin: 0;
	margin-bottom: 5px;
	color: #323232;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.product-deal-content .product-deal-title a {
	color: #323232;
}

.product-deal-content .product-deal-title a:hover {
	color: #04d39f;
}

.product-deal-content .product-deal-content-rating .star-rating {
	font-size: 12px;
}

.product-deal-content .product-deal-content-rating:before,
.product-deal-content .product-deal-content-rating:after {
	content: normal;
}

.product-deal-content-price ins {
	background: none;
	font-size: 18px;
	color: #04d39f;
	font-weight: 600;
	margin-left: 5px;
}

.product-deal-content .product-deal-counter .countdown {
	margin-top: 10px !important;
}

/*==================================*/
/* Multi Tab Product */
/*==================================*/
.pgs-mtpl-intro-wrapper {
	padding: 25px;
	height: 100%;
	position: relative;
	z-index: 1;
}

.pgs-mtpl-intro-wrapper.pgs-mtpl-intro-bg_type-none {
	padding: 0px;
}

.pgs-mtpl-intro-wrapper .pgs-mtpl-wrapper-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.mtpl-title h2,
.pgs-mtpl-intro-wrapper .mtpl-title h2 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
}

.pgs-mtpl-intro-wrapper .mtpl-description {
	margin-bottom: 20px;
}

/* Default Tab */
.pgs-mtpl-header-wrapper .nav {
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}

.pgs-mtpl-header-wrapper .nav li {
	list-style-type: none;
	margin: 2px;
	display: inline-block;
}

.pgs-mtpl-header-wrapper .nav li a {
	color: #323232;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	padding: 5px 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.pgs-mtpl-header-wrapper .nav li a.active,
.pgs-mtpl-header-wrapper .nav li a:hover {
	color: #ffffff;
	background: #04d39f;
}

/* Tabs Alignment Right */
.vc_row[data-vc-stretch-content] .pgs-mtpl-with-intro .pgs-mtpl-intro-content-alignment-right {
	padding-left: 35%;
}

.pgs-mtpl-header-tabs_alignment-right .pgs-mtpl-header-inner {
	text-align: right;
}

.pgs-mtpl-header-tabs_alignment-right .mtpl-description {
	margin-bottom: 30px;
}

/* Tabs Alignment Left - Intro */
.pgs-mtpl-intro-wrapper .nav {
	padding: 0;
	margin: 0;
}

.pgs-mtpl-intro-wrapper .nav li {
	list-style-type: none;
}

.pgs-mtpl-intro-wrapper .nav li a {
	padding: 6px 0;
	font-weight: 600;
	position: relative;
	line-height: 22px;
}

.pgs-mtpl-intro-wrapper .nav li a:before {
	content: "\f105";
	position: absolute;
	left: 0;
	top: 4px;
	font-family: 'FontAwesome';
	font-size: 16px;
}

.pgs-mtpl-intro-content-alignment-left .nav li a {
	padding-left: 20px;
}

.pgs-mtpl-intro-content-alignment-right .nav li a {
	padding-right: 20px;
}

.pgs-mtpl-intro-content-alignment-right .nav li a:before {
	left: auto;
	right: 0;
}

.pgs-mtpl-with-intro .pgs-mtpl-intro-content-alignment-left {
	text-align: left;
}

.pgs-mtpl-with-intro .pgs-mtpl-intro-content-alignment-right {
	text-align: right;
}

.pgs-mtpl-with-intro .woocommerce.mtpl-listing-type-grid .products.products-loop > .product {
	margin-bottom: 0;
	margin-top: 30px;
}

/* Tabs Style 1 */
.pgs-mtpl-header-wrapper .mtpl-tabs--tabs_style-style-1 {
	position: relative;
}

.pgs-mtpl-header-wrapper .nav.mtpl-tabs--tabs_style-style-1 li {
	position: relative;
	margin: 2px 8px;
}

.pgs-mtpl-header-wrapper .nav.mtpl-tabs--tabs_style-style-1 li a {
	padding: 0px 8px;
	font-size: 18px;
	font-weight: 400;
}

.pgs-mtpl-header-wrapper .nav.mtpl-tabs--tabs_style-style-1 li a:hover,
.pgs-mtpl-header-wrapper .nav.mtpl-tabs--tabs_style-style-1 li:hover a,
.pgs-mtpl-header-wrapper .nav.mtpl-tabs--tabs_style-style-1 li a.active {
	background: none;
	color: #04d39f;
}

.pgs-mtpl-header-wrapper .nav.mtpl-tabs--tabs_style-style-1 li:last-child:before {
	content: normal;
}

/* Tabs Alignment Left */
.pgs-mtpl-header-wrapper.pgs-mtpl-header-tabs_alignment-left .nav.mtpl-tabs--tabs_style-style-1 li:first-child {
	margin-left: 0px;
}

.pgs-mtpl-header-wrapper.pgs-mtpl-header-tabs_alignment-left .nav.mtpl-tabs--tabs_style-style-1 li:first-child a {
	padding-left: 0px;
}

/* Tabs Alignment Right */
.pgs-mtpl-header-wrapper.pgs-mtpl-header-tabs_alignment-right .nav.mtpl-tabs--tabs_style-style-1 li:last-child {
	margin-right: 0px;
}

.pgs-mtpl-header-wrapper.pgs-mtpl-header-tabs_alignment-right .nav.mtpl-tabs--tabs_style-style-1 li:last-child a {
	padding-right: 0px;
}

/* Tabs Alignment Center */
.pgs-mtpl-header-tabs_alignment-center .pgs-mtpl-header-inner {
	text-align: center;
}

.pgs-mtpl-header-tabs_alignment-center .mtpl-description {
	margin-bottom: 20px;
}

@media only screen and (min-width:992px) {
	.pgs-mtpl-header-tabs_alignment-center .mtpl-description {
		padding: 0 13%;
	}

}

.nav.mtpl-tabs--tabs_style-style-2 {
	padding: 0;
	margin: 0;
	background: #fbfbfb;
	border: 1px solid #f1f1f1;
	margin-top: 10px;
	margin-bottom: 40px;
}

.nav.mtpl-tabs--tabs_style-style-2 li {
	list-style-type: none;
	margin: 0;
	margin-left: 2px;
}

.nav.mtpl-tabs--tabs_style-style-2 li a {
	color: #323232;
	font-size: 15px;
	font-weight: 600;
	padding: 13px 23px;
	position: relative;
}

.pgs-mtpl-header-wrapper .nav.mtpl-tabs--tabs_style-style-2 li a.active,
.pgs-mtpl-header-wrapper .nav.mtpl-tabs--tabs_style-style-2 li a:hover {
	color: #04d39f;
	background: #ffffff;
}

.nav.mtpl-tabs--tabs_style-style-2 li a:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 3px;
	background: transparent;
}

.nav.mtpl-tabs--tabs_style-style-2 li a.active:after {
	background: #ffffff;
}

.nav.mtpl-tabs--tabs_style-style-2 li a:before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 3px;
	background: transparent;
}

.nav.mtpl-tabs--tabs_style-style-2 li a.active:before,
.nav.mtpl-tabs--tabs_style-style-2 li a:hover:before {
	background: #04d39f;
}

/* Tabs Alignment All Left */
.pgs-mtpl-header-tabs_alignment-left .mtpl-description {
	margin-bottom: 20px;
	margin-top: 10px;
}

/* Woocommerce Multi Listing */
.woocommerce.mtpl-listing-type-grid .products.products-loop {
	margin-bottom: 0;
}

.woocommerce.mtpl-listing-type-grid .products.products-loop-column-2 > .product,
.woocommerce.mtpl-listing-type-grid .products.products-loop-column-2 > .product.last {
	width: 48%;
	margin-right: 4%;
}

.woocommerce.mtpl-listing-type-grid .products.products-loop-column-3 > .product,
.woocommerce.mtpl-listing-type-grid .products.products-loop-column-3 > .product.last {
	width: 31.96%;
	margin-right: 2%;
}

.woocommerce.mtpl-listing-type-grid .products.products-loop-column-4 > .product,
.woocommerce.mtpl-listing-type-grid .products.products-loop-column-4 > .product.last {
	width: 23.47%;
	margin-right: 2%;
}

.woocommerce.mtpl-listing-type-grid .products.products-loop-column-5 > .product,
.woocommerce.mtpl-listing-type-grid .products.products-loop-column-5 > .product.last {
	width: 18.37%;
	margin-right: 2%;
}

.woocommerce.mtpl-listing-type-grid .products.products-loop-column-2 > .product:nth-child(2n),
.woocommerce.mtpl-listing-type-grid .products.products-loop-column-3 > .product:nth-child(3n),
.woocommerce.mtpl-listing-type-grid .products.products-loop-column-4 > .product:nth-child(4n),
.woocommerce.mtpl-listing-type-grid .products.products-loop-column-5 > .product:nth-child(5n) {
	margin-right: 0;
}

.pgs-mtpl-with-intro .woocommerce.mtpl-listing-type-grid .products-loop-column-2 > .product:nth-child(-n+2) {
	margin-top: 0;
}

.pgs-mtpl-with-intro .woocommerce.mtpl-listing-type-grid .products-loop-column-3 > .product:nth-child(-n+3) {
	margin-top: 0;
}

.pgs-mtpl-with-intro .woocommerce.mtpl-listing-type-grid .products-loop-column-4 > .product:nth-child(-n+4) {
	margin-top: 0;
}

.pgs-mtpl-with-intro .woocommerce.mtpl-listing-type-grid .products-loop-column-5 > .product:nth-child(-n+5) {
	margin-top: 0;
}

/* Multi Product with Carousel*/
.woocommerce .mtpl-listing-type-carousel ul.products,
.mtpl-listing-type-carousel ul.products {
	margin-bottom: 0;
}

.woocommerce .mtpl-listing-type-carousel ul.products li.product,
.mtpl-listing-type-carousel ul.products li.product {
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
}

/* Carousel Arrow */
.mtpl-arrows {
	margin-top: 20px;
}

.mtpl-arrow {
	display: none;
}

.mtpl-arrow.active {
	display: block;
}

.mtpl-arrows .mtpl-arrow > div {
	width: 40px;
	height: 40px;
	background: #ffffff;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	color: #969696;
	line-height: 48px;
	cursor: pointer;
	margin-right: 5px;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.07);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.07);
}

/* Multi Product Loader */
.pgscore_multi_tab_products_listing_wrapper {
	overflow: hidden;
}

.pgs-mtpl-wrapper .pgs-mtpl-products-wrapper {
	position: relative;
}

.pgs-mtpl-wrapper.multi-tab-product-loader .pgs-mtpl-products-wrapper:before {
	content: "";
	background: rgba(255, 255, 255, 0.9);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 99;
}

.pgs-mtpl-wrapper.multi-tab-product-loader .pgs-mtpl-products-wrapper:after {
	content: "";
	background: 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: 70px;
	top: 0;
}

/* Multi-Tab Listing Woth Carousel */
.pgs-mtpl-wrapper.multi_tab-products-listing-type-carousel.pgs-mtpl-with-intro .pgs-mtpl-main-wrapper + .pgs-mtpl-products-wrapper .products .product-info {
	margin-bottom: 1px;
}

.pgs-mtpl-wrapper.multi_tab-products-listing-type-carousel.pgs-mtpl-with-intro .pgs-mtpl-main-wrapper .products .product-info {
	margin-bottom: 5px;
}

.pgs-mtpl-wrapper.multi_tab-products-listing-type-carousel.pgs-mtpl-with-intro .pgs-mtpl-main-wrapper,
.pgs-mtpl-wrapper.multi_tab-products-listing-type-carousel.pgs-mtpl-with-intro .pgs-mtpl-main-wrapper .pgs-mtpl-products-wrapper,
.pgs-mtpl-wrapper.multi_tab-products-listing-type-carousel.pgs-mtpl-with-intro .pgs-mtpl-main-wrapper .tab-content,
.pgs-mtpl-wrapper.multi_tab-products-listing-type-carousel.pgs-mtpl-with-intro .pgs-mtpl-main-wrapper .tab-pane,
.pgs-mtpl-wrapper.multi_tab-products-listing-type-carousel.pgs-mtpl-with-intro .pgs-mtpl-main-wrapper .mtpl-listing-wrapper,
.pgs-mtpl-wrapper.multi_tab-products-listing-type-carousel.pgs-mtpl-with-intro .pgs-mtpl-main-wrapper .mtpl-listing-inner,
.pgs-mtpl-wrapper.multi_tab-products-listing-type-carousel.pgs-mtpl-with-intro .pgs-mtpl-main-wrapper .products-loop,
.pgs-mtpl-wrapper.multi_tab-products-listing-type-carousel.pgs-mtpl-with-intro .pgs-mtpl-main-wrapper .products-loop .owl-stage-outer,
.pgs-mtpl-wrapper.multi_tab-products-listing-type-carousel.pgs-mtpl-with-intro .pgs-mtpl-main-wrapper .owl-stage,
.pgs-mtpl-wrapper.multi_tab-products-listing-type-carousel.pgs-mtpl-with-intro .pgs-mtpl-main-wrapper .owl-item {
	height: 100%;
}

.pgs-mtpl-wrapper.multi_tab-products-listing-type-carousel.pgs-mtpl-with-intro .pgs-mtpl-main-wrapper .product {
	height: 99.8%;
}

.pgs-mtpl-wrapper.multi_tab-products-listing-type-carousel .pgs-mtpl-main-wrapper .pgs-mtpl-header-wrapper + .pgs-mtpl-products-wrapper {
	height: 88%;
	padding-bottom: 1px;
}

/* Multi Product Tab Style 3 */
.pgs-mtpl-header-wrapper .nav.mtpl-tabs--tabs_style-style-3 {
	display: inline-block;
	width: auto;
	border: 2px solid #04d39f;
}

.pgs-mtpl-header-wrapper .nav.mtpl-tabs--tabs_style-style-3 li {
	margin: 0;
	float: left;
}

.pgs-mtpl-header-wrapper .nav.mtpl-tabs--tabs_style-style-3 li a {
	font-size: 14px;
	font-weight: 600;
	padding: 6px 33px;
	text-transform: uppercase;
	border-radius: 0px;
}

/* Multi Product Tab Style 4 */
.pgs-mtpl-header-wrapper .nav.mtpl-tabs--tabs_style-style-4 li {
	margin: 1px 0px 2px 0px;
}

.pgs-mtpl-header-wrapper .nav.mtpl-tabs--tabs_style-style-4 li a {
	font-size: 15px;
	font-weight: 600;
	background: #323232;
	color: #ffffff;
	text-transform: uppercase;
	padding: 13px 45px;
	border-radius: 0px;
}

/*==================================*/
/* Product Slider */
/*==================================*/
.products-listing-intro-wrapper {
	height: 100%;
	padding: 25px 25px 85px 25px;
	position: relative;
	z-index: 1;
}

.products-listing-intro-bg_type-none {
	padding: 0px 0px 50px 0px;
}

.products-listing-intro-wrapper .products-listing-title h2,
.products-listing-header .products-listing-title h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 42px;
}

.products-listing-intro-wrapper .products-listing-link {
	margin-top: 15px;
}

.products-listing-intro-wrapper .products-listing-link a {
	font-weight: 600;
	text-decoration: underline;
}

.products-listing-intro-wrapper.products-listing-intro-content-alignment-left {
	text-align: left;
}

.products-listing-intro-wrapper.products-listing-intro-content-alignment-right {
	text-align: right;
}

.products-listing-intro-wrapper .products-listing-intro-wrapper-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.products-listing-main .products-listing-header .products-listing-title {
	margin-bottom: 15px;
}

.products-listing-main .products-listing-header .products-listing-description {
	margin-bottom: 25px;
}

/* Product Slider Woocommerce */
.woocommerce.products-listing-grid .products.products-loop {
	margin-bottom: 0;
}

.woocommerce.products-listing-grid .products.products-loop-column-2 > .product,
.woocommerce.products-listing-grid .products.products-loop-column-2 > .product.last {
	width: 48%;
	margin-right: 4%;
}

.woocommerce.products-listing-grid .products.products-loop-column-3 > .product,
.woocommerce.products-listing-grid .products.products-loop-column-3 > .product.last {
	width: 32%;
	margin-right: 2%;
}

.woocommerce.products-listing-grid .products.products-loop-column-4 > .product,
.woocommerce.products-listing-grid .products.products-loop-column-4 > .product.last {
	width: 23.47%;
	margin-right: 2%;
}

.woocommerce.products-listing-grid .products.products-loop-column-5 > .product,
.woocommerce.products-listing-grid .products.products-loop-column-5 > .product.last {
	width: 18.37%;
	margin-right: 2%;
}

.woocommerce.products-listing-grid .products.products-loop-column-2 > .product:nth-child(2n),
.woocommerce.products-listing-grid .products.products-loop-column-3 > .product:nth-child(3n),
.woocommerce.products-listing-grid .products.products-loop-column-4 > .product:nth-child(4n),
.woocommerce.products-listing-grid .products.products-loop-column-5 > .product:nth-child(5n) {
	margin-right: 0;
}

/* Product Slider - Carousel */
.products-listing-intro-wrapper .products-listing-control {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 25px;
	padding-top: 0;
	width: 100%;
}

.products-listing-intro-wrapper.products-listing-intro-bg_type-none .products-listing-control {
	padding: 0;
}

.products-listing-header .products-listing-nav {
	text-align: right;
}

.products-listing-intro-wrapper .products-listing-nav > div,
.products-listing-header .products-listing-nav > div {
	width: 40px;
	height: 40px;
	background: #ffffff;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	color: #969696;
	line-height: 48px;
	cursor: pointer;
	margin-right: 5px;
	-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);
}

.products-listing-header .products-listing-nav > div {
	border-radius: 3px;
	margin-left: 10px;
	margin-right: 0px;
	border: 1px solid rgba(0, 0, 0, 0.03);
}

.products-listing-control.products-listing-control-link-alignment-left .products-listing-link {
	float: left;
	margin-top: 10px;
}

.products-listing-control.products-listing-control-link-alignment-left .products-listing-nav {
	float: right;
}

.products-listing-control.products-listing-control-link-alignment-right .products-listing-link {
	float: right;
	margin-top: 10px;
}

.products-listing-control.products-listing-control-link-alignment-right .products-listing-nav {
	float: left;
}

.products-listing-type-carousel .products-listing-intro-wrapper {
	height: 100%;
}

.products-listing-type-carousel ul.products-loop {
	margin-bottom: 0;
}

.products-listing-type-carousel ul.products.products-loop li.product {
	width: 100%;
	margin: 0;
}

/*==================================*/
/* Product Showcase */
/*==================================*/
.pgscore_product_showcase_wrapper .pgscore_product_showcase-title {
	font-weight: 600;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e8ebf1;
}

.pgscore_product_showcase_wrapper h1.pgscore_product_showcase-title {
	font-size: 28px;
	line-height: 32px;
}

.pgscore_product_showcase_wrapper h2.pgscore_product_showcase-title {
	font-size: 24px;
	line-height: 26px;
}

.pgscore_product_showcase_wrapper h3.pgscore_product_showcase-title {
	font-size: 22px;
	line-height: 24px;
}

.pgscore_product_showcase_wrapper h4.pgscore_product_showcase-title {
	font-size: 20px;
	line-height: 22px;
}

.pgscore_product_showcase_wrapper h5.pgscore_product_showcase-title {
	font-size: 18px;
	line-height: 20px;
}

.pgscore_product_showcase_wrapper h6.pgscore_product_showcase-title {
	font-size: 17px;
	line-height: 22px;
}

.pgscore_product_showcase_wrapper .content-row {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}

.pgscore_product_showcase_wrapper .content-row:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.pgscore_product_showcase_wrapper .left-image {
	padding-right: 20px;
	width: 90px;
	display: table-cell;
}

.pgscore_product_showcase_wrapper .right-info {
	font-weight: 600;
	display: table-cell;
	vertical-align: middle;
}

.pgscore_product_showcase_wrapper .right-info > span {
	display: block;
}

.pgscore_product_showcase_wrapper .right-info .product_type-title {
	font-weight: 500;
	line-height: 20px;
}

.pgscore_product_showcase_wrapper .right-info .product_type-title a {
	color: #323232;
}

.pgscore_product_showcase_wrapper .right-info .product_type-title a:hover {
	color: #04d39f;
}

.pgscore_product_showcase_wrapper .right-info span.price {
	padding-top: 5px;
	color: #04d39f;
}

.pgscore_product_showcase_wrapper .right-info span.price del {
	color: #969696;
}

/* Carousel Control */
.pgscore_product_showcase_wrapper .owl-carousel .owl-nav {
	display: none;
	top: -78px;
	margin-top: 0;
	transform: inherit;
}

.pgscore_product_showcase_wrapper .pgscore_product_showcase-title + .owl-carousel .owl-nav {
	display: block;
}

.pgscore_product_showcase_wrapper h1 + .owl-carousel .owl-nav {
	top: -83px;
}

.pgscore_product_showcase_wrapper h2 + .owl-carousel .owl-nav {
	top: -80px;
}

.pgscore_product_showcase_wrapper h4 + .owl-carousel .owl-nav,
.pgscore_product_showcase_wrapper h5 + .owl-carousel .owl-nav,
.pgscore_product_showcase_wrapper h6 + .owl-carousel .owl-nav {
	top: -78px;
}

.pgscore_product_showcase_wrapper .owl-carousel .owl-nav.disabled {
	opacity: 0.3;
}

.pgscore_product_showcase_wrapper .owl-carousel .owl-nav.disabled > div i {
	cursor: auto;
}

.pgscore_product_showcase_wrapper .owl-carousel .owl-nav > div i {
	background: none;
	color: #323232;
	box-shadow: none;
	border: none;
	font-size: 28px;
	height: 40px;
	line-height: 40px;
}

.pgscore_product_showcase_wrapper .owl-carousel .owl-nav .owl-prev,
.pgscore_product_showcase_wrapper .owl-carousel:hover .owl-nav .owl-prev,
.pgscore_product_showcase_wrapper .owl-carousel .owl-nav .owl-next,
.pgscore_product_showcase_wrapper .owl-carousel:hover .owl-nav .owl-next {
	left: auto;
	right: 0px;
	top: 0;
	opacity: 1;
}

.pgscore_product_showcase_wrapper .owl-carousel .owl-nav .owl-prev,
.pgscore_product_showcase_wrapper .owl-carousel:hover .owl-nav .owl-prev {
	right: 30px;
}

/* Row Dark background */
.row-background-dark .pgscore_product_showcase_wrapper .pgscore_product_showcase-title {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.row-background-dark .pgscore_product_showcase_wrapper .right-info .product_type-title a,
.row-background-dark .pgscore_product_showcase_wrapper .owl-carousel .owl-nav > div i {
	color: #ffffff;
}

/*==================================*/
/* Opening Hours */
/*==================================*/
.pgs-opening-hours-title {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 38px;
	margin-bottom: 10px;
}

.pgs-opening-hours ul {
	padding: 0;
	margin: 0;
}

.pgs-opening-hours ul li {
	list-style-type: none;
	color: #969696;
	margin: 3px 0;
}

.pgs-opening-hours ul li i {
	margin-right: 8px;
	color: #04d39f;
}

.pgs-opening-hours ul li span {
	font-weight: 600;
	width: 120px;
	display: inline-block;
}

.pgs-opening-hours ul li label {
	margin-bottom: 0;
	float: none;
}

.pgscore_opening_hours_wrapper .pgs-opening-hours ul li {
	color: #323232;
	margin: 5px 0;
}

.pgscore_opening_hours_wrapper .pgs-opening-hours ul li span {
	width: auto;
}

.pgscore_opening_hours_wrapper .pgs-opening-hours ul li label {
	float: right;
}

.row-background-dark .pgscore_opening_hours_wrapper .pgs-opening-hours ul li {
	list-style-type: none;
	color: #ffffff;
}

/*===================================================================================*/
/* Full-Pages CSS */
/*===================================================================================*/

/*==========================================================*/
/* 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: 15px;
}

.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: transparent;
	border: 1px solid #e8e8e8;
	display: block;
	position: relative;
	color: #323232;
	margin-top: -1px;
	text-decoration: none;
	padding: 17px 50px  17px 25px;
	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);
}

.faq-layout-layout_1 .accordion .accordion-title a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #04d39f;
}

.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: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: 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: #04d39f;
}

.faq-layout-layout_1 .accordion .accordion-content {
	padding: 25px 25px;
	border: 1px solid #eceff7;
	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: 1px;
	background: #e8e8e8;
	z-index: -1;
}

.faqs-wrapper .tabs li {
	display: inline-block;
	list-style-type: none;
	color: #323232;
	font-weight: 600;
	padding: 10px 15px;
	border: 1px solid transparent;
	border-bottom: none;
	border-top: 3px solid transparent;
	cursor: pointer;
}

.faqs-wrapper .tabs li.active {
	background: #ffffff;
	border-color: #d3ced2;
	border-top-color: #04d39f;
	color: #04d39f;
}

.faqs-wrapper .tabs_wrapper .tabcontent {
	display: none;
}

.faqs-wrapper .tabs_wrapper .tabcontent.active {
	display: block;
}

/*==========================================================*/
/* Portfolio Page */
/*==========================================================*/
.portfolio-content-area .project-item {
    position: relative;
}
.portfolio-content-area .project-item .project-info{
	position: relative;
	overflow: hidden;
}
.portfolio-content-area .project-info img{
	max-width: 100%;
	-webkit-transform: scale(1.0); 
	-moz-transform: scale(1.0); 
	transform: scale(1.0);
	-webkit-transition: all 0.3s ease-in-out !important; 
	-moz-transition: all 0.3s ease-in-out !important; 
	transition: all 0.3s ease-in-out !important;
}
.portfolio-content-area .project-info:hover img{
	transform: scale(1.1);
}
.portfolio-content-area.column-2 .portfolio-grid-item,
.portfolio-content-area.column-2 .portfolio-grid-column-item{
	width: 50%; float: left;
}
.portfolio-content-area.column-3 .portfolio-grid-item,
.portfolio-content-area.column-3 .portfolio-grid-column-item{
	width: 33.3333%; float: left;
}
.portfolio-content-area.column-4 .portfolio-grid-item,
.portfolio-content-area.column-4 .portfolio-grid-column-item{
	width: 24.9%; float: left;
}
.portfolio-content-area.column-6 .portfolio-grid-item,
.portfolio-content-area.column-6 .portfolio-grid-column-item{
	width: 16.6666%; float: left;
}
.portfolio-content-area.column-4 .project-info img{
	    max-width: 100.2%;
}


/*-----------------------*/
/* Portfolio Space */
/*-----------------------*/
.portfolio-space-0 .portfolio-grid-item .project-item,
.portfolio-space-0 .portfolio-grid-column-item .project-item{
	padding: 0px;
}
.portfolio-space-5 .portfolio-grid-item .project-item,
.portfolio-space-5 .portfolio-grid-column-item .project-item{
	padding: 2.5px;
}
.portfolio-space-10 .portfolio-grid-item .project-item,
.portfolio-space-10 .portfolio-grid-column-item .project-item{
	padding: 5px;
}
.portfolio-space-15 .portfolio-grid-item .project-item,
.portfolio-space-15 .portfolio-grid-column-item .project-item{
	padding: 7.5px;
}
.portfolio-space-20 .portfolio-grid-item .project-item,
.portfolio-space-20 .portfolio-grid-column-item .project-item{
	padding: 10px;
}
.portfolio-space-25 .portfolio-grid-item .project-item,
.portfolio-space-25 .portfolio-grid-column-item .project-item{
	padding: 12.5px;
}
.portfolio-space-30 .portfolio-grid-item .project-item,
.portfolio-space-30 .portfolio-grid-column-item .project-item{
	padding: 15px;
}

/*---------------------------*/
/* Isotop Space */
/*---------------------------*/
.isotope.portfolio-space-5{
	margin-left: -2.5px;
	margin-right: -2.5px;
}
.isotope.portfolio-space-10{
    margin-left: -5px;
    margin-right: -5px;
}
.isotope.portfolio-space-15{
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.isotope.portfolio-space-20{
    margin-left: -10px;
    margin-right: -10px;
}
.isotope.portfolio-space-25{
    margin-left: -12.5px;
    margin-right: -12.5px;
}
.isotope.portfolio-space-30{
    margin-left: -15px;
    margin-right: -15px;
}

/*---------------------------*/
/* Grid Left Right Space */
/*---------------------------*/
.portfolio-space-0 > .row{
    margin-left: 0px;
    margin-right: 0px;
}
.portfolio-space-5 > .row{
    margin-left: -2.5px;
    margin-right: -2.5px;
}
.portfolio-space-10 > .row{
    margin-left: -5px;
    margin-right: -5px;
}
.portfolio-space-15 > .row{
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.portfolio-space-20 > .row{
    margin-left: -10px;
    margin-right: -10px;
}
.portfolio-space-25 > .row{
    margin-left: -12.5px;
    margin-right: -12.5px;
}
.portfolio-space-30 > .row{
    margin-left: -15px;
    margin-right: -15px;
}

/*-----------------------*/
/* Isotope Filter */
/*-----------------------*/
.portfolio-section .isotope-filters{
	text-align: center;
	margin-bottom: 30px;
}
.portfolio-section .isotope-filters button{
	background: none;
	border: none;
	outline: none;
	color: #969696;
	line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0 12px;
    margin: 0 2px;
    cursor: pointer;
}
.portfolio-section .isotope-filters button.active,
.portfolio-section .isotope-filters button.active:hover{
	background: #04d39f;
	color: #ffffff;
}
.portfolio-section .isotope-filters button:hover{
	color: #04d39f;
}

/*-----------------------*/
/* Style 1 */
/*-----------------------*/
.portfolio-content-area .project-info .overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio-content-area .project-info:hover .overlay{
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;
}
.portfolio-content-area .project-info .project-image {
    position: relative;
}
.portfolio-content-area .project-info .portfolio-control {
    position: absolute;
    top: 0px;
    right: 15px;
    z-index: 1;
    width: 40px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out; 
    -ms-transition: all 0.3s ease-in-out;	
    transition: all 0.3s ease-in-out;
}
.portfolio-content-area .project-info:hover .portfolio-control{
	top: 18px;
	opacity: 1;
}
.portfolio-content-area .project-info .portfolio-control > a{
	display: block;
	padding: 0;
	background: none;
	border: 1px solid #ffffff;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	line-height: 35px;
	vertical-align: top;
	font-size: 12px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 8px;
}
.portfolio-content-area .project-info .portfolio-control > a:hover{
	background: #04d39f;
	border-color: transparent;
}
.portfolio-content-area .project-info .portfolio-control > a i{
	padding: 0;
}

.portfolio-content-area .project-info .overlay-content{
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    padding: 0 25px;
}
.portfolio-content-area.portfolio-style-1 .project-info .overlay-content{
	bottom: 0px;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.portfolio-content-area.portfolio-style-1 .project-info:hover .overlay-content{
	bottom: 25px;
	opacity: 1;
}
.portfolio-content-area .project-info .category-link{
    color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    display: block;
    margin-bottom: 3px;
}
.portfolio-content-area .project-info .entry-title{
    display: flex;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 24px;
    text-transform: uppercase;
}
.portfolio-content-area .project-info .entry-title a{
	color: inherit;
}
.portfolio-content-area .project-info .entry-title a:hover{
	color: #04d39f;
}

/*-----------------------*/
/* Style 2 */
/*-----------------------*/
.portfolio-content-area.portfolio-style-2 .project-info .overlay{
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    background: rgba(255, 255, 255, 0);
}
.portfolio-content-area.portfolio-style-2 .project-info:hover .overlay{
    background: rgba(255, 255, 255, 0.95);
    opacity: 1;
}
.portfolio-content-area.portfolio-style-2 .project-info .portfolio-control{
	top: 30px;
	right: 40px;
}
.portfolio-content-area.portfolio-style-2 .project-info:hover .portfolio-control{
	top: 30px;
	right: 30px;
}
.portfolio-content-area.portfolio-style-2 .project-info .portfolio-control > a{
	border: 1px solid #e3e3e3;
    color: #323232;
}
.portfolio-content-area.portfolio-style-2 .project-info .portfolio-control > a:hover{
	background: #323232;
	color: #ffffff;
	border-color: transparent;
}
.portfolio-content-area.portfolio-style-2 .project-info .overlay-content span{
    display: flex;
    overflow: hidden;
    margin-bottom: 10px;
}
.portfolio-content-area.portfolio-style-2 .project-info .category-link {
    background: #04d39f;
    color: #ffffff;
    padding: 0 10px;
    display: inline-block;
    line-height: 24px;
    margin-bottom: 5px;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    transform: translateY(50%);
}
.portfolio-content-area.portfolio-style-2 .project-info:hover .category-link{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}
.portfolio-content-area.portfolio-style-2 .project-info .entry-title{
    color: #323232;
    white-space: normal;
    text-transform: capitalize;
    overflow: hidden;
}
.portfolio-content-area.portfolio-style-2 .project-info .entry-title a{
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}
.portfolio-content-area.portfolio-style-2 .project-info:hover .entry-title a{
	color: inherit;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

/*-----------------------*/
/* Style 3 */
/*-----------------------*/
.portfolio-content-area.portfolio-style-3 .owl-carousel .item .project-item{
	padding-bottom: 10px;
}
.portfolio-content-area.portfolio-style-3 .project-info .project-image img{
	transform: inherit;
}
.portfolio-content-area.portfolio-style-3 .project-info .portfolio-control{
	opacity: 1;
	top: auto;
    bottom: -18px;
}
.portfolio-content-area.portfolio-style-3 .project-info .portfolio-control > .portfolio-link{
	display: none;
}
.portfolio-content-area.portfolio-style-3 .project-info .portfolio-control > a{
	border: none;
    background: #04d39f;
    color: #ffffff;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    margin-bottom: 0;
}
.portfolio-content-area.portfolio-style-3 .project-info .portfolio-control > a:hover{
	background: #323232;
	color: #ffffff;
}
.portfolio-content-area.portfolio-style-3 .project-info{
	-webkit-box-shadow: 0 2px 15px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 2px 15px rgba(0,0,0,0.05);
	box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}
.portfolio-content-area.portfolio-style-3 .project-info .overlay{
    position: relative;
    background: none;
    padding: 18px 20px;
    opacity: 1;
}
.portfolio-content-area.portfolio-style-3 .project-info .overlay-content {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 0px;
}
.portfolio-content-area.portfolio-style-3 .project-info .category-link {
    font-size: 13px;
    color: #cccccc;
    margin-bottom: 2px;
    display: block;
}
.portfolio-content-area.portfolio-style-3 .project-info .entry-title{
    color: #323232;
    line-height: 24px;
    text-transform: none;
    text-overflow: inherit;
    white-space: inherit;
    overflow: inherit;
}

/*-----------------------*/
/* Style 4 */
/*-----------------------*/
.portfolio-content-area.portfolio-style-4 .project-info .overlay{
    position: absolute;
    top: auto;
    bottom: 0px;
    background: #ffffff;
    padding: 18px 20px;
    margin: 0 15px;
    opacity: 0;
    -webkit-box-shadow: 0 3px 15px rgba(0,0,0,0.08);
	-moz-box-shadow: 0 3px 15px rgba(0,0,0,0.08);
	box-shadow: 0 3px 15px rgba(0,0,0,0.08);
	text-align: center;
}
.portfolio-content-area.portfolio-style-4 .project-info:hover .overlay{
	bottom: 15px;
	opacity: 1;
}
.portfolio-content-area.portfolio-style-4 .project-info .portfolio-control > a{
	border: none;
    background: #ffffff;
    color: #323232;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}
.portfolio-content-area.portfolio-style-4 .project-info .portfolio-control > a:hover{
	background: #04d39f;
	color: #ffffff;
}
.portfolio-content-area.portfolio-style-4 .project-info .overlay-content {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 0px;
}
.portfolio-content-area.portfolio-style-4 .project-info .category-link {
    font-size: 12px;
    color: #04d39f;
    margin-bottom: 5px;
    display: block;
}
.portfolio-content-area.portfolio-style-4 .project-info .entry-title{
    color: #323232;
    display: block;
    font-size: 15px;
}

/*-----------------------*/
/* Style 5 */
/*-----------------------*/
.portfolio-content-area.portfolio-style-5 .project-info .overlay{
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;
}
.portfolio-content-area.portfolio-style-5 .project-info:hover .overlay{
    background: rgba(0, 0, 0, 0.8);
}
.portfolio-content-area.portfolio-style-5  .project-info .portfolio-control {
    width: 96px;
    top: 50%;
    left: 8%;
    right: auto;
    margin-top: -53px;
    padding-top: 13px;
    margin-left: 12px;
    overflow: hidden;
}
.portfolio-content-area.portfolio-style-5  .project-info .portfolio-control > a{
	width: 35px;
	height: 35px;
    line-height: 35px;
    background: #ffffff;
    color: #323232;
    border: none;
    margin: 0;
    margin-right: 5px;
    float: left;
    position: relative;
    bottom: -40px;
    -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;

}
.portfolio-content-area.portfolio-style-5  .project-info:hover .portfolio-control > a{
    bottom: 13px;
}
.portfolio-content-area.portfolio-style-5  .project-info .portfolio-control > a:hover{
	color: #ffffff;
}
.portfolio-content-area.portfolio-style-5 .project-info .overlay-content {
    bottom: auto;
    top: 50%;
    padding: 0;
    padding-top: 10px;
    margin-left: 8%;
    width: 92%;
    text-align: left;
    overflow: hidden;
}
.portfolio-content-area.portfolio-style-5 .project-info .overlay-content:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: #ffffff;
	width: 20%;
	height: 2px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.portfolio-content-area.portfolio-style-5 .project-info:hover .overlay-content:before{
	width: 100%;
	opacity: 1;
}
.portfolio-content-area.portfolio-style-5 .project-info .category-link,
.portfolio-content-area.portfolio-style-5 .project-info .entry-title{
    position: relative;
    top: -60px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.portfolio-content-area.portfolio-style-5 .project-info:hover .category-link,
.portfolio-content-area.portfolio-style-5 .project-info:hover .entry-title{
    top: 0px;
    opacity: 1;
}
.portfolio-content-area.portfolio-style-5 .project-info .entry-title{
	display: block;
	font-size: 15px;
}

/*-----------------------*/
/* More Button */
/*-----------------------*/
.portfolio-content-area + .row{
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
.portfolio-more-button,
.product-more-button{
	display: inline-block; 
	width: 100%; 
	margin-top: 30px;
	text-align: center;
}
.portfolio-more-button a,
.product-more-button a{
	display: inline-block;
	padding: 0 15px;
	min-width: 180px;
	line-height: 45px;
	background: none;
	border: 2px solid #e8e8e8;
	font-size: 14px;
	color: #323232;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	border-radius: 3px;
}
.portfolio-more-button .content-loading, 
.product-more-button .content-loading{
	color: rgba(50, 50, 50, 0.2);
	position: relative;
}
.portfolio-more-button .content-loading:before, 
.product-more-button .content-loading:before{
	content: "";
	background: url(../images/loader-img/cy_loader.svg);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	z-index: 99;
	background-size: cover;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
}

.portfolio-content-area.isotope-off .portfolio-grid-item,
.post-type-archive-product.woocommerce ul.products li.product{
	-webkit-animation: animateZoom .5s ease-in-out;
	animation: animateZoom .5s ease-in-out;
}
@keyframes animateZoom{
  0% {
    opacity:0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity:1;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/*===========================*/
/* Portfolio Single */
/*===========================*/
.wpb_column.sticky-top {
    position: -webkit-sticky;
    position: sticky;
}
.single-portfolio .related-portfolio{
	padding-top: 0;
	margin-bottom: 60px;
}
.single-portfolio .related-portfolio .container{
	padding-left: 0;
	padding-right: 0;
}
.single-portfolio .related-portfolio .owl-dots{
	display: none;
}
.single-portfolio .related-portfolio .portfolio-style-3 .project-item{
	padding-bottom: 10px;
}
.single-portfolio .related-portfolio .section-title .title{
	font-weight: 600;
	margin-bottom: 20px;
}

/*-------------------*/
/* Navigation */
/*-------------------*/
.single-portfolio .navigation .nav-links{
	border-top: 2px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
    margin-top: 60px;
    margin-bottom: 60px;
    display: table;
    width: 100%;
    position: relative;
}
.single-portfolio .navigation .nav-links:before{
	content: normal;
}
.single-portfolio .navigation .nav-links .portfolio-back-to-archive{
	position: absolute;
    left: 50%;
    top: 38px;
    margin-left: -8px;
    z-index: 10;
}
.single-portfolio .navigation .nav-links .portfolio-back-to-archive .portfolio-back-to-list{
	font-size: 20px;
	color: #e5e5e5;
}

.portfolio-navigation .nav-links .nav-previous a,
.portfolio-navigation .nav-links .nav-next a {
	background: none;
	color: #323232;
	padding: 25px 0;
	font-weight: 500;
	border-radius: 3px;
	display: inline-block;
	-ms-word-break: break-all;
	word-break: break-all;
}
.single-portfolio .navigation .nav-previous,
.single-portfolio .navigation .nav-next{
	width: 50%;
	-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.single-portfolio .navigation .nav-previous > a{
	padding-left: 70px;
}
.single-portfolio .navigation .nav-next > a{
	padding-right: 70px;
}
.single-portfolio .navigation .nav-previous > a:hover{
	padding-left: 65px;
}
.single-portfolio .navigation .nav-next > a:hover{
	padding-right: 65px;
}
.single-portfolio .navigation .nav-previous .portfolio-image,
.single-portfolio .navigation .nav-next .portfolio-image{
	position: absolute;
	top: 26px;
}
.single-portfolio .navigation .nav-previous .portfolio-image{
	left: 0;
}
.single-portfolio .navigation .nav-next .portfolio-image{
	right: 0;
}
.single-portfolio .navigation .nav-links .portfolio-image img{
	width: 50px;
}
.single-portfolio .navigation .portfolio-arrow{
    position: absolute;
    left: 0;
    top: 26px;
    background: #04d39f;
    width: 50px;
    height: 50px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.single-portfolio .navigation .nav-next .portfolio-arrow{
	left: auto;
	right: 0;
}
.single-portfolio .navigation .nav-previous > a:hover .portfolio-arrow,
.single-portfolio .navigation .nav-next > a:hover .portfolio-arrow{
	opacity: 1;
}
.single-portfolio .navigation .nav-links .portfolio-title{
	display: block;
	font-weight: 600;
    font-size: 16px;
}
.single-portfolio .navigation .nav-links .portfolio-previous,
.single-portfolio .navigation .nav-links .portfolio-next{
    color: #cccccc;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

/*==========================================================*/
/* 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;
}

/*==========================================================*/
/* 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;
}

/*==========================================================*/
/* Instagram Shop */
/*==========================================================*/
.hotspot-modal .modal-dialog {
	pointer-events: inherit;
}

.hotspot-modal .modal-dialog .modal-content {
	background: #ffffff !important;
	color: #323232 !important;
}

.hotspot-modal--frontend .modal-dialog .public-item-modal div {
	color: #323232;
}

.hotspot-modal .modal-dialog .public-hotspot-info-holder .public-hotspot-info.public-hotspot-info--highlighted .public-hotspot-info__number,
.hotspot-modal .modal-dialog .public-hotspot-info-holder .public-hotspot-info:hover .public-hotspot-info__number {
	color: #04d39f;
}

body .hotspot-modal .modal-dialog .chevron {
	top: 50%;
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.widget-hotspot {
	border: 5px solid #ffffff !important;
	background: #323232 !important;
	color: #ffffff !important;
	width: 40px !important;
	height: 40px !important;
	font-size: 18px !important;
	line-height: 33px !important;
}

.snptwdgt-container .snptwdgt__item .snptlinked-item-ico {
	background: #04d39f !important;
	font-size: 16px !important;
}

.hotspot-modal .modal-left-column .image-holder .hotspot {
	color: #ffffff !important;
}

.hotspot-modal .modal-left-column .image-holder .hotspot.hotspot--highlighted,
.hotspot-modal .modal-left-column .image-holder .hotspot:hover {
	background-color: #ffffff;
	color: #323232 !important;
}

.hotspot-modal .modal-right-column .above-previews-row {
	margin-top: 15px;
}

/*==========================================================*/
/* 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;
}

/*==========================================================*/
/* 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;
}

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 {
	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: "\f105";
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'FontAwesome';
	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 Social */
/*------------------------*/
.footer-widgets .widget .social-profiles li {
	margin-right: 7px;
}

.footer-widgets .widget .social-profiles ul li:last-child {
	margin-right: 0px;
}

.footer-widgets .widget .social-profiles li a {
	width: auto;
	height: auto;
	background: none;
	border: none;
	border-radius: 0;
	vertical-align: top;
	line-height: inherit;
	transition: inherit;
}

.footer-widgets .widget .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;
}

.footer-widgets .widget .social-profiles li a:hover i {
	border-color: transparent;
	background: #04d39f;
}

/* Social - Light Flat */
.footer-widgets .social-profiles-light-flat .social-profiles li i {
	border-color: transparent;
	background: #ffffff;
}

/* Social - Dark Flat */
.footer-widgets .social-profiles-dark-flat .social-profiles li i {
	border-color: transparent;
	background: #323232;
	color: #ffffff;
}

/* Social - Light Border */
.footer-widgets .social-profiles-light-border .social-profiles li i {
	border-color: #ffffff;
	color: #ffffff;
}

/* Social - Dark Border */
.footer-widgets .social-profiles-dark-border .social-profiles li i {
	border-color: #323232;
	color: #323232;
}

.footer-widgets .social-profiles-dark-border .social-profiles li a:hover i {
	color: #ffffff;
}

/* Social - Colored */
.footer-widgets .social-profiles-colored .social-profiles li i {
	border-color: transparent;
	color: #ffffff;
}

.footer-widgets .social-profiles-colored .social-profiles li .fa-facebook {
	background: #3b5998;
}

.footer-widgets .social-profiles-colored .social-profiles li .fa-twitter {
	background: #55acee;
}

.footer-widgets .social-profiles-colored .social-profiles li .fa-google-plus {
	background: #fc5b4d;
}

.footer-widgets .social-profiles-colored .social-profiles li .fa-instagram {
	background: #f03370;
}

.footer-widgets .social-profiles-colored .social-profiles li .pinterest {
	background: #ca2028;
}

.footer-widgets .social-profiles-colored .social-profiles li .youtube {
	background: #cd201f;
}

.footer-widgets .social-profiles-colored .social-profiles li .behance {
	background: #005cff;
}

.footer-widgets .social-profiles-colored .social-profiles li .flickr {
	background: #ff0084;
}

.footer-widgets .social-profiles-colored .social-profiles li .vimeo {
	background: #1ab7ea;
}

.footer-widgets .social-profiles-colored .social-profiles li .rss {
	background: #ff9600;
}

.footer-widgets .social-profiles-colored .social-profiles li .google {
	background: #e02f2f;
}

.footer-widgets .social-profiles-colored .social-profiles li .dribbble {
	background: #ea4c89;
}

.footer-widgets .social-profiles-colored .social-profiles li .linkedin {
	background: #007bb5;
}

.footer-widgets .social-profiles-colored .social-profiles li .github {
	background: #4078c0;
}

.footer-widgets .social-profiles-colored .social-profiles li .skype {
	background: #00aff0;
}

.footer-widgets .social-profiles-colored .social-profiles li .envelope {
	background: #f42958;
}

/* Social - Rounded */
.footer-widgets .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: "\f1d9";
	font-family: 'FontAwesome';
	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,
.site-footer .footer-widgets .footer-align-right .widget_nav_menu ul ul.sub-menu {
	padding-left: 0;
	padding-right: 15px;
}

.site-footer .footer-widgets .footer-align-right .widget.widget_nav_menu .menu li:before,
.site-footer .footer-widgets .footer-align-right .widget.widget_nav_menu .menu li:after {
	margin-right: 0;
	left: auto;
	right: 0;
	content: "\f104";
}

.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: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;
}

/* 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-threesixty-wrapper {
	display: none;
}

/*==========================================*/
/* Back To Top */
/*==========================================*/
#back-to-top .top {
	z-index: 999;
	margin: 0px;
	color: #fff;
	position: fixed;
	bottom: 50px;
	right: 40px;
	font-size: 24px;
	background: #04d39f;
	width: 40px;
	height: 40px;
	line-height: 37px;
	text-align: center;
	display: inline-block;
	-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;
}

#back-to-top .top:hover {
	background: #323232;
}

/*========================================================*/
/* 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 */

/* Green btn */
.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;
	ont-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;
}