/*!
Theme Name: akdezigns
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: akdezigns
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

akdezigns is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: none;
    margin: 0;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #000;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 70%;
    text-align: center;
    float: left;
    margin-top: 50px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	padding: 0 20px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	background: #000;
    padding: 10px 20px;
    color: #fff;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display:inline-flex;
		
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


.header-one .elementor-heading-title a:hover{
	color:#243df5;
}
:focus{
	outline:none !important;
}
.cat-menu li a{
	border-bottom: 2px solid #e3e3e3;
}
.page{
	margin:0px !important;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    width: 1170px;
    margin: 2% auto;
}
.woocommerce-account h2, .woocommerce h1{
	text-align:center;
	color: #243df5 !important;
    text-transform: uppercase;
}
.woocommerce form .form-row .required {
    color: #243df5;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button , .bdp-readmorebtn,.woocommerce div.product form.cart .button , .elementor-widget-posts .ecs-load-more-button .elementor-button{
    padding: 10px 30px 12px 30px;
    font-weight: 500;
    background-color: #243df5 !important;
    border: 0;
	color:#fff;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover , .bdp-readmorebtn:hover , .woocommerce div.product form.cart .button:hover , .elementor-widget-posts .ecs-load-more-button .elementor-button:hover{
    background-color: #00d0ee !important;
    color: #000000;
}
.woocommerce-LostPassword a{
	color: #243df5;
}
.woocommerce-LostPassword a:hover{
	color: #00d0ee;
}
.woocommerce-MyAccount-navigation li{
    padding: 15px 0px;
    border-top: solid 1px #d7d7d7;
    color: #000;
}
.woocommerce-MyAccount-navigation ul{
	 border-bottom: solid 1px #d7d7d7;
	padding: 0;
	margin-right:50px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 25%;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 75%;
}
.woocommerce-MyAccount-navigation li.is-active a , .woocommerce-MyAccount-navigation a:hover , .woocommerce-MyAccount-content a{
	color: #243df5;
}
.woocommerce-MyAccount-content strong {
	color: #5d5d5d;
}
.woocommerce-MyAccount-navigation a{
color:#333e48;
    font-size: 16px;
    padding-left: 10px;
}
.woocommerce-account h3{
	color: #5d5d5d;
	margin-top: 0px;
}
.woocommerce p{
		margin-top: 0px;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 , .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
    float: left;
    width: 47%;
    background: #f2f2f2;
    padding: 20px;
	margin:10px;
}
.form-row label{
	font-size: 15px;
    color: #000;
    margin-bottom: 5px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea , .select2-container--default .select2-selection--single{
	border-radius: 50px;
	height: 40px;
	color: #787878;
    font-size: 13px;
	padding-left:15px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #787878;
    font-size: 13px;
	vertical-align: -webkit-baseline-middle;
}
.select2-container .select2-selection--single .select2-selection__rendered{
	padding-left:0px;
}
/*.woocommerce button.button {
	margin-top: 20px;
}*/
.woocommerce-form-login__rememberme{
	margin-top: 30px;
}
.single-product{
	width:100% !important;
	margin:0 !important;
}
.card.category-second-layout .btn.btn-primary{
	display:none
}
.product-cat-slider .owl-item{
	margin-right:0px !important;
}
.category-second-layout img{
	height: 100px;
	object-fit: scale-down;
} 
#secondary.widget-area {
    width: 25%;
    margin: 0;
	float: right;
	padding:20px;
}
.single-product h1 {
	color: #333e48 !important;
	text-align: left;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #000000;
    font-weight: 500;
}
.woocommerce .woocommerce-breadcrumb {
    color: #000000;
}
#secondary ul{
	margin-left:0px;
	padding-left:0px;
}

.single-product h2{
	color: #333e48 !important;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 35%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 60%;
    clear: none;
	margin: 0px;
}
.single-product .entry-content {
     margin: 0;
}
.woocommerce div.product p.price , .single-product .posted_in a{
	color: #243df5;
	margin-bottom:10px;
}
.single-product .woocommerce p{
	font-size: 15px;
    text-align: justify;
    line-height: 27px;
}
.single-product .woocommerce button.button{
	margin-left: 20px;
	margin-top: 0px;
}
.yith-wcwl-add-button span , .yith-wcwl-add-button i , .single-product .sku_wrapper , .single-product .posted_in{
	color: #949494;
}
.yith-wcwl-add-button a{
	text-decoration:none;
}
.single-product .woocommerce div.product form.cart {
    margin-bottom: 20px;
}
.single-product .sku_wrapper{
	width: 100%;
    float: left;
	margin:5px 0;
}
.single-product .woocommerce div.product div.images.woocommerce-product-gallery{
	border: solid 1px #e3e3e3;
}
#secondary .cat-item{
	padding: 10px 0;
    border-bottom: solid 1px #e0e0e0;
}
.single-product .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	box-shadow: 0px 0px 5px -3px #000;
    padding: 20px;
	transition:1s all;
}
.single-product .woocommerce ul.products li.product:hover , .woocommerce-page ul.products li.product:hover{
	box-shadow: 0px 0px 10px -3px #000;
	transition:1s all;
}
.single-product .product-categories li a{
	text-decoration: none;
	color: #000;
	padding-left:20px;
}
.single-product .product-categories .cat-parent{
	padding:10px 0;
	border-bottom: solid 1px #e3e3e3;
}


.single-product .product-categories{
border: solid 1px #e3e3e3;
    padding: 0 0px 0px 0px;
}
.home-pro-sub-list img, .home-pro-sub-list a h2 .count {
display:none !important
}
.home-pro-sub-list a h2  {
font-weight:400
}
.home-pro-sub-list li.product {
	width: auto !important;
    white-space: nowrap;
}
.home-pro-sub-list ul.products {
	margin:0 !important
}
.home-pro-sub-list .product, .home-pro-sub-list .product.first {
	 margin:0 0 0 30px !important;
	float:right !important;
	clear: initial!important;
}
.banner-image-full img {
	width:100%
}
/* Home category block left side category */
.home-pro-sub-left img, .home-pro-sub-left a h2 .count{
	display:none !important
}
/* Home banner Left category List */
.banner-left-cate .children .children {
	display:none
}
.banner-left-cate .product-categories {
	padding:0 ;
}
.banner-left-cate .product-categories > li > a {
	padding: 10px 11px 10px 11px;
    float: left;
    width: 100%; 
	font-size: 16px;
	border-bottom: 1px solid #f1f1f1;
}

.banner-left-cate .product-categories > li > li > a {
	padding: 10px;
    float: left;
    width: 100%; 
}
.banner-left-cate .product-categories > li:hover > .children {
	display:block
}
.banner-left-cate .product-categories > li > .children {
	display:none;
	position: absolute;
    top: 0;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 15px #dcdcdc;
	    left: 100%;
    z-index: 99;
    margin: 0;
    padding:0;
    min-width: 250px;
}
.banner-left-cate .product-categories > li > .children > a { 
    padding:30px; 
	float:left;
	width:100%
}
.banner-left-cate .product-categories > li > a:after {
    content: "";
    right: 20px;
    position: absolute;
    background: #000;
    height: 1px;
    width: 10px;
    transform: rotate(45deg);
	margin: 10px 0 0 0;
}
.banner-left-cate .product-categories > li > a:before {
    content: "";
    right: 20px;
    position: absolute;
    background: #000;
    height: 1px;
    width: 10px;
    transform: rotate(-45deg);
	margin: 16px 0 0 0;
}
.banner-left-cate .product-categories > li   li > a {
    border-bottom: 2px solid #e3e3e3;
    float: left;
    width: 100%;
    padding: 10px;
	font-size: 14px;
} 
.home-pro-sub-left li {
float: left !important;
    width: 100% !important;
    margin: 0 !important;
	border-bottom: 1px solid #e5e5e5;
	
}
.home-pro-sub-left li h2 {
	font-weight: normal;
}
.home-pro-sub-list ul.products .elementor-heading-title {
	margin: 10px 0 0 0;
}
.produ-cate-title .elementor-heading-title {
margin:10px 0 0 0;
}
a:hover , .woocommerce ul.products li.product .woocommerce-loop-category__title:hover{
	color: #243df5;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title{
	color:#000;
}
.mobile-cat .category-second-layout img{
    width: 60px !important;
    height: 60px !important;
    left: 50%;
    position: relative;
    transform: translate(-50%, 0);
}
.mobile-cat .card-title{
	font-size: 9px;
}
.mobile-cat .card {
	width: fit-content;
	margin: 0 10px;
}
.mobile-cat .card-body{
	padding:0px !important;
}
.card-body{
	padding:15px 0 !important;
}

.fix-menu{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:9999;
}
.mobile-cat .card-text{
	margin-bottom:0px;
}
/*.woocommerce ul.products li.product a img {
    position: absolute;
    padding: 0 0 0 0;
    width: 50%;
}.woocommerce ul.products li.product .woocommerce-loop-product__title {
    width: 50%;
    position: absolute;
    right: 10px;
	text-align: right;
}
.woocommerce ul.products li.product .star-rating {
    position: absolute;
    right:10px;
    top: 70px;
}
.woocommerce ul.products li.product .price {
    position: absolute;
    top: 110px;
    right: 10px;
}
.woocommerce ul.products li.product .button {
	    position: absolute;
    top: 140px;
    right: 10px;
}*/
.woocommerce ul.products.columns-2 li.product, .wcpscwc-product-slider .products li { 
    height: 200px;
	    border-right: 1px solid #e0e0e0;
}
.wcpscwc-product-slider span.onsale, .woocommerce ul.products li.product .onsale { 
    right: auto !important; 
}
.woocommerce span.onsale {
	background-color: #09c9f6;
}
.woocommerce ul.products li.product .price {
    color: #000000; 
	font-weight: 600;
    font-size: 18px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title { 
    font-weight: 500;
    color: #000;
	font-size: 15px;
}
.elementor-element-b97b0da {
    text-align: center;
}
.elementor-element-544b8d5 .elementor-icon-box-title {
margin:0 !Important
}
.elementor-18 .elementor-element-544b8d5 .elementor-column {
    padding: 10px 0;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
	width:100%;
}
.woocommerce-cart .woocommerce , .woocommerce-checkout .woocommerce{
	margin: 0 auto;
    padding: 5%;
}
.woocommerce-page .product-name a{
	color: #000000;
    font-size: 16px;
}
.woocommerce .cart .button , .woocommerce a.button.alt, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
	 background:  #243df5!important;
	color: #fff !important;
}
.woocommerce .cart .button:hover, .woocommerce a.button.alt:hover{
	 background:  #000!important;
	color: #fff !important;
}
.woocommerce-checkout #payment div.payment_box{
	background:#fff;
}
.woocommerce-info , .woocommerce-message{
    border-top-color: #243df5;
}
.woocommerce-message::before{
	color:#243df5;
}
.woocommerce-info::before , .woocommerce-info a , .woocommerce-privacy-policy-text a{
    color:#243df5;
}
.woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #fff;
	border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
.woocommerce-cart table.cart th , .cart_totals h2{
	 color: #444f6c !important;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
	width: auto;
    text-align: center;
	color:#000;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
	width:50%;
	float:left;
}
.woocommerce a.remove{
	color: #243df5!important;
}
.woocommerce a.remove:hover {
    background:  #243df5!important;
}
.woocommerce-checkout h3{
	 color: #444f6c !important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea , .select2-container--default .select2-selection--single .select2-selection__rendered{
	font-size:14px;
	padding-left: 10px;
	border-radius: 10px;
}
.woocommerce form .form-row label {
    font-size: 18px;
    color: #000;
}
.woocommerce form .form-row .required{
	color:#243df5 !important;
}

@media (max-width:1024px) {
	.elementor-16 .elementor-element.elementor-element-e6c4244 .elementor-social-icon {
    background-color: #81535300;
    font-size: 20px;
}
}
@media (max-width:767px) {
.woocommerce.columns-1 ul.products li.product {
height:200px;
}
.desktop-cate-product {
	display:none
}	
.mobile-cate-product {
		display:block
}
}
@media (min-width:768px) {
.desktop-cate-product {
	display:block
}	
.mobile-cate-product {
		display:none
}
}
@media (max-width:400px)  {
	.woocommerce ul.products li.product.type-product {
    width: 100%;
height: 9em;
}
	
	.woocommerce ul.products li.product .button { 
    top: 120px; 
}
	.woocommerce ul.products li.product .price { 
    top: 100px; 
}
	.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .bdp-readmorebtn, .woocommerce div.product form.cart .button {
    padding: 10px 20px 12px 20px 
}
	.elementor-18 .elementor-element.elementor-element-40f0ab3 .elementor-heading-title {
    color: #000; 
    font-size: 14px;
    font-weight: 500;
}
.elementor-18 .elementor-element.elementor-element-d31ae0c .elementor-heading-title {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

}
@media (min-width:401px) and (max-width:500px) {
	.woocommerce ul.products li.product.type-product {
    width: 100%;
height: 12em;
}
	.elementor-18 .elementor-element.elementor-element-40f0ab3 .elementor-heading-title {
    color: #000; 
    font-size: 14px;
    font-weight: 500;
}
.elementor-18 .elementor-element.elementor-element-d31ae0c .elementor-heading-title {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

}
@media (min-width:501px) and (max-width:600px) {
	.woocommerce ul.products li.product.type-product {
    width: 100%;
height: 15em;
}
}
@media (min-width:601px) and (max-width:700px) {
	.woocommerce ul.products li.product.type-product {
    width: 100%;
height: 19em;
}
}
@media (min-width:701px) and (max-width:767px) {
	.woocommerce ul.products li.product.type-product {
    width: 100%;
height: 21em;
}
}
@media (min-width:768px) and (max-width:1030px) {
.product-img img {
    height: -webkit-fill-available !important;
}
}
.pc-cat .category-second-layout img{
	margin-top:25px;
}
.elementor-16 .elementor-element.elementor-element-b1c4fdf .hfe-menu-cart__toggle .elementor-button-icon i{
	font-weight:bold !important;
}
.coutd .eael-countdown-items>li {
    display: block;
    float: left;
    margin: 0 10px;
}
.coutd .eael-countdown-item > div{
	width:36px;
}
@media(max-width:320px){
.mobile-cat .owl-carousel .owl-item{
width:190px !important;	
	}
}
.card-title {
    margin-bottom: 0px !important;
}
.product-img img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: unset;
    height: 336px !important;
    object-fit: cover;
	width:-webkit-fill-available;
}
.product-title {
	height: 26px;
    overflow: hidden;
}
.owl-carousel{
	display:flex !important;
}
.sp-wcsp-slider-area.sp-wcsp-slider-area-1949 .sp-wcsp-section-title{
	display:none;
}
.nav-top-right{
	padding-top:0px !important;
}
.sp-wcsp-slider-section{
	padding-top:5px !important;
}
.sp-wcsp-slider-area #sp-wcsp-slider-section-1949 .sp-wcsp-cat-item .sp-wcsp-cat-details .sp-wcsp-cat-details-content{
	padding:0px !important;
}
.sp-wcsp-slider-area #sp-wcsp-slider-section-1949 .sp-wcsp-cat-item .sp-wcsp-cat-details .sp-wcsp-cat-details-content .sp-wcsp-cat-name a{
	font-size:10px !important;
	vertical-align: text-top;
	margin:0px !important;
	line-height: 13px !important;
}
.sp-wcsp-pagination{
	margin:0px !important;
}
@media (max-width: 767px){
	
	.product-whats-btn .fab.fa-whatsapp {
    color: #000;
    font-size: 2.7vw !important;
	}
	.pro-price h2{
		font-size:9px !important;
	}
	.product-main .elementor-element-populated {
		padding:0px !important;
	}
	.pos-rel{
		padding-left:10px;
	}
}
footer{
	display: block;
    width: 100%;
    float: left;
}
.intl-tel-input {
   
    margin-top: 20px;
}
.wish .yith-wcwl-add-button span{
	    color: #737373;
    text-transform: uppercase;
    font-size: 16px;
}
.wish i{
	font-size: 18px;
    color: #2d2d2d;
}
.product-gallery .elementor-image-gallery .gallery-item img {
    margin: 0 auto;
    height: 110px;
    width: -webkit-fill-available!important;
    object-fit: cover;
	margin-top:2px;
	padding-right:2px;
}
.product-gallery .elementor-image-gallery .gallery-item:nth-child(4){
	display:none !important;
}
.product-whats-btn .fab.fa-whatsapp{
	color: #000;
    font-size: 17px;
    font-weight: 600;
}
.bottom{
position: absolute;
    bottom: 7px;
    margin: 0;
    padding: 0 !important;
}
.product-main-part .product-brand-part{
	color: #353535; 
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
.product-main-part .product-title-part a{
	color: #A0A0A0; 
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
	text-decoration:none;
}
.product-main-part .product-title-part h2{
	 line-height: 20px;
	margin:0px;
}
.product-main-part .product-price-part-sale{
	font-weight: bold;
    font-size: 17px;
	color: #4A4A4A; 
    font-family: "Verdana", Sans-serif;
	margin-top: 1px;
}
.product-main-part .product-price-part-regular{
	color: #b3b3b3;
	font-family: "Verdana", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
	text-decoration:line-through; 
}
.product-main-part .product-min-piece-part{
	color: #4A4A4A; 
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}
.product-main-part .product-min-piece-part span{
	color: #A0A0A0; 
    font-size: 18px;
    font-weight: 500;
    line-height: 1.9em;
}
.product-main-part .product-rating-part .rating{
	color: #4A4A4A; 
    font-size: 20px;
    font-weight: 600;
	padding-right:10px;
}
.product-main-part .product-main-part-left-image img{
    /*height: 336px !important;*/
    object-fit: cover;
    width: -webkit-fill-available;
}
.product-main-part .product-main-part-right{
	padding-left:10px;
}
.product-main-part .product-main-part-left-gallery img{
	margin: 0 auto; 
    width: -webkit-fill-available!important;
    object-fit: cover; 
	border-bottom: 2px solid #fff;
}
.product-main-part .product-delivery-part span{
	color: #9E9E9E;
}

.woocommerce .star-rating span::before{
	color: #F3D02C;
}
.product-price-part{
	margin-top:10px!important;
}

.product-rating-part , .product-assured-part{
	margin:15px 0 !important;
}
.product-assured-part {
	margin-top:13px !important;
}
.product-delivery-part img{
	margin-top:3px !important;
}
.product-wishlist-part span{
	color: #737373;
    text-transform: uppercase;
   font-size: 16px !important;
    font-weight: 400 !important;
}
.product-wishlist-part i{
	color: #000;
}
.product-view-btns-part a{
	text-decoration:none;
	color:#fff;
}
.elementor-element-b610b91 .popupaoc-image-popup img, .product-filter-left-part .popupaoc-image-popup img {
       width: 100px;
}
.elementor-element-9408a35 .popupaoc-image-popup img, .product-filter-right-part .popupaoc-image-popup img {
    width: 125px;
}
.elementor-element-b610b91 .popupaoc-image-popup, .elementor-element-9408a35 .popupaoc-image-popup { 
    text-align: center;
}
#paoc-modal-3 .wpf_items_group.wpf_left_tab {
    width: 300px;
}
#paoc-modal-3 .wpf_layout_horizontal .wpf_items_group { 
    width: 300px !important;
}
.product-filter-part {
	margin:0;
	padding:0;
	float:left;
	width:100%;
	text-align:center
}
.product-filter-left-part {
	margin:0;
	padding:0;
	float:left;
	width:50%;
	border:1px solid #ededed
}
.product-filter-right-part {
	margin:0;
	padding:0;
	float:left;
	width:50%;
	border:1px solid #ededed
}
@media(max-width:500px){
	.product-main-part .yith-wcwl-add-button {
		padding: 1px 0 !important;
	}
	.elementor-element-9408a35 .popupaoc-image-popup img, .product-filter-right-part .popupaoc-image-popup img {
		width: 65px;
	}
	.elementor-element-b610b91 .popupaoc-image-popup img, .product-filter-left-part .popupaoc-image-popup img {
		width: 45px;
	}
.product-main-part .product-price-part-regular{
	    margin: 0 5px 0 0; 
}
	.product-main-part .product-rating-part .star-rating::before, .product-main-part .product-rating-part .star-rating span {
    left: 72% !important; 
		top: 3px !important;
}
	.product-main-part .product-main-part-right {
		padding-left: 5px;
	}
	.product-main-part .product-title-part a {
		font-size:3vw
	}
	.product-main-part .product-main-part-left-gallery img {
    margin: 0 auto; 
}
	 .product-main-part .product-price-part-sale {
		font-size: 3vw !important;
	}
	.product-main-part  .product-wts-btns-part a {
		padding: 8px 5px 8px 5px !important; 
		width:100%
	}
	.product-main-part .product-price-part-regular {
		font-size: 3vw !important;
		line-height:17px
	}
	.product-main-part .product-price-part-off {
		font-size: 2.5vw !important;
	}
	.product-main-part .product-brand-part  ,  .product-main-part .product-rating-part .rating{
		font-size: 3.5vw !important;
    line-height: 15px !important;
	}
	.product-rating-part , .product-assured-part , .product-delivery-part , .product-wishlist-part .yith-wcwl-add-to-wishlist{
		margin:0px !important;
	}
	/*.product-rating-part .star-rating::before , .product-rating-part .star-rating span{
		left:37px !important;
		top: 5px !important;
	}*/
	.product-wts-btns-part a{
		padding: 3px 5px 2px 5px !important;
		display: inherit !important;
	} 
	.yith-wcwl-add-button{
		padding:5px 0 !important;
	}
	.product-view-btns-part{
		padding: 0px 0px 4px 0px !important;
	}
	.product-price-part-off {
    font-size: 2vw !important;
}
	.product-assured-part img{
		width: 60%;
    vertical-align: super;
	}
	.woocommerce .star-rating{
		font-size:2.2vw;
	}
	.product-wts-btns-part{
		line-height:5px;
	}
	.whatsapp-share-btn-text{
		padding-top:5px;
	}
	.whatsapp-share-btn i{
		font-size:3vw !important;
		vertical-align: baseline;
	}
	.product-view-btns-part a {
    display: contents!important;
}
	.product-delivery-part img{
		width:25%;
		margin-top:0px !important;
	}
	.product-wishlist-part .yith-wcwl-add-button i {
    font-size: 4vw !important;
    margin-right: 4px;
}
	
	.product-main-part .product-min-piece-part , .product-main-part .product-min-piece-part span , .product-view-btns-part a, .whatsapp-share-btn-text , .product-main-part .product-delivery-part span , .product-wishlist-part span, .platinium-text-left, .platinium-text-right{
		font-size: 3vw !important;
		margin: 0px !important;
	}
	.pro-det-main-part-bg .product-main-part .product-title-part a{
		font-size: 2.8vw;
		line-height:15px;
	}
	.pro-det-main-part-bg .product-title-part{
		height:30px !important;
	}
	.pro-det-main-part-bg .product-main-part .product-title-part h2{
		 line-height: 10px;
	}
	.product-main-part .platinium-text-right, .product-main-part .platinium-text-left {
		padding:6px 8px
	}
}
@media (min-width:501px) and (max-width:767px) {
	
	.product-main-part .product-wts-btns-part a {  
		width: 100%;
	}
	.product-main-part .product-min-piece-part span, .product-main-part .product-min-piece-part {
		font-size:16px;
	}
	.product-main-part .product-rating-part .rating { 
		font-size: 16px;
		font-weight: 700; 
	}
	.product-main-part .product-rating-part .star-rating span {
		left: 40px !important;
	}
	.product-main-part .product-rating-part .star-rating::before {
		left: 40px !important;
	}
	.product-main-part .whatsapp-share-btn-text { 
		font-size: 17px;
	}
	.product-main-part .product-wts-btns-part {
		justify-content:left
	}
	.product-main-part .product-wts-btns-part a { 
		padding: 3px 5px 2px 5px; 
		width: 100%;
	}
	.product-main-part .platinium-text-left { 
		padding: 6px 8px; 
	}
	.product-main-part .elementor-icon-list-text {
		font-size: 17px;
	}
}
@media(min-width:992px) and (max-width:1199px){
	.product-main-part .product-main-part-left-gallery img {
    margin: 0 auto; 
}
	.product-main-part .product-brand-part , .product-main-part .product-price-part-sale , .product-main-part .product-price-part-regular, .product-main-part .product-rating-part .rating{
		font-size: 16px !important;
    line-height: 20px !important;
	}
	.product-rating-part , .product-assured-part , .product-delivery-part , .product-wishlist-part .yith-wcwl-add-to-wishlist{
		margin:0px !important;
	}
	.product-rating-part .star-rating::before , .product-rating-part .star-rating span{
		left:40px !important;
		top: 2px !important;
	}
	.yith-wcwl-add-button{
		padding:5px 0 !important;
	}
	.product-view-btns-part{
		padding: 0px 0px 4px 0px !important;
	}
	.product-assured-part img{
		width: 60%;
    vertical-align: super;
	}
	.woocommerce .star-rating{
		font-size:1.2vw;
	}
	.product-wts-btns-part{
		line-height:5px;
	}
	.whatsapp-share-btn-text{
		padding-top:5px;
	}
	.whatsapp-share-btn i{
		font-size:16px !important;
		vertical-align: text-top;
	}
	.product-delivery-part img{
		width:25%;
		margin-top:0px !important;
	}
	.product-wishlist-part .yith-wcwl-add-button i {
    font-size: 25px!important;
    margin-right: 4px;
}
	
	.product-main-part .product-min-piece-part , .product-main-part .product-min-piece-part span , .product-view-btns-part a, .whatsapp-share-btn-text , .product-main-part .product-delivery-part span , .product-wishlist-part span, .platinium-text-left, .platinium-text-right{
		font-size:16px !important;
	}
	.product-main-part .product-title-part a{
		font-size: 15px;
		line-height:15px;
	}
	.pro-det-main-part-bg .product-title-part{
		height:40px !important;
	}
	.product-main-part .product-title-part { 
		height: 21px;
	}
	.product-main-part .product-title-part h2{
		 line-height: 10px;
	}
	.product-main-part .product-price-part-off {
		margin: 0 0 0 0 
	} 
	.product-main-part .product-wts-btns-part a {
		padding: 10px 5px 11px 5px;
		width: 100%;
	}
}
input[type="search"]{
	border-radius: 50px;
    padding: 3px 0px 3px 15px;
    width: 70%;
    height: 44px;
    border: solid 1px #243df5;
}
.woocommerce-product-search button{
	background: #243df5 !important;
    color: rgb(255 255 255) !important;
    line-height: 1 !important;
    padding: 10px 20px !important;
    font-size: 18px;
	border-radius: 20px !important;
}
.tpslick-dots li button{
	background: #d5d6d1;
    border-radius:50%;
}
.product-price-part-off{
	font-size:14px;
}
.platinium-text-left{
	font-size:18px;
}

/* product detail page */

.product-details-new .product-title{
	color: #A0A0A0; 
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
}
.product-details-new .product-title span{
	color: #000; 
    font-size: 22px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
}
.product-details-new .product-price-part-sale{
	 font-weight: bold;
	 font-size: 22px;
}
.product-details-new .product-price-part-off {
    font-size: 18px;
} 
.product-min-piece-part{
	color: #000;
}
.product-details-new .product-assured-part img{
	width:60%;
}
.product-details-new .product-assured-part{
	float:right;
}
.pro-details-title-part{
	color:#000;
	font-size: 22px;
	 font-weight: bold;
}
 #carusel_poduct_related ul li .woocommerce-loop-product__title{
	padding-left:10px;
	 color: #000 !important;
}
#carusel_poduct_related ul li{
	margin: 10px!important;
}
.add_to_cart_button{
	display:none!important;
}
.glide__slides{
	padding:20px !important;
}
#carusel_poduct_related ul li .price{
	padding-left:10px;
}
#carusel_poduct_related ul li .saved-sale{
	color:#b97d51;
}
.woocommerce-product-attributes-item__value a{
	color:#243df5;
	font-style:normal;
}
.pro-details-bottom1{
		border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
	}
.pro-details-bottom1 , .pro-details-bottom2{
	padding:10px 0 !important;
}

.pro-details-bottom-right1 {
    margin: 0;
    padding: 10px;
    float: right;
    background: #243df5;
    font-size: 20px !important;
    color: #fff;
    width: 35px !important;
    height: 35px !important;
    text-align: center;
    border-radius: 50%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 10px !important;
}
.pro-details-bottom3{
    padding: 0px 10px 10px 10px !important;
    border-bottom: 1px solid #e6e6e6;
	}
	.pro-details-bottom4{
		 padding: 10px 10px 10px 10px !important;
	}
.product-view-btns-part:hover {
	background:#243df5 
}

.product-view-btns-part .tpwpg-main{
    width: 100%;
}
.product-view-btns-part .launchGallery{
float: left;
    width: 100%;
    padding: 18px 0;
}
.launchGallery, .tpwpg-main {
	font-size:inherit
}
/* product details page*/
.single-product #primary  {
	margin:0 auto;
	padding:0;
	width:1170px;
	float:none
}

	.product-template-default .tpwpg_zoom svg, .product-template-default .tpwpg-big p, .product-template-default .launchGallery {
display:none
}
.launchGallery {
	position:initial !important
}
.pro-det-price-left-main {
	margin:0;
	padding:0;
	float:left;
	width:100%
}
.pro-det-price-left {
	margin:0;
	padding:0;
	float:left;
	width:50%
}
.pro-det-piece-right {
	margin:0;
	padding:0;
	float:left;
	width:50%;
	text-align:right
}
.pro-det-gst-part {
	margin:0;
	padding:0;
	float:left;
	width:100%
}
.pro-det-sap {
	margin:10px 0;
	padding:0;
	float:left;
	width:100%;
	background:#f8f8f8;
	height:15px
}
.pro-det-pla{
	margin:0;
	padding:0;
	float:left;
	width:100%
}
.pro-det-pla .product-platinium-part {
	width:100%
}
.pro-det-ratings-main{
	margin: 0;
	padding:0;
	float:left;
	width:100%;
}
.pro-det-ratings-part{
	margin: 0;
	padding:0;
	float:left;
	width:50%;
}
.pro-det-assured-part {
	margin: 0;
	padding:0;
	float:left;
	width:50%;
}
.discount-part-details {
	    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
	position:relative
}
.discount-part-details1 {
	      margin: 0;
    padding: 0;
   position: absolute;
    background: #243df5;
    font-size: 35px;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}
.discount-part-details2 {
	       margin: 0;
    padding: 0 60px 0 60px;
    float: left;
    width: 100%;
}
.discount-top-part {
	font-weight:bold
}
.discount-part-details3 {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    font-size: 25px;
}
.addition-pro-details {
	  margin: 0;
    padding: 0;
    float: left;
	text-align:center;
    width: 100%;
}
.pro-details-title-part {
	 margin: 0;
    padding: 0;
    float: left;
    width: 100%;
	text-align:left
}
.pro-details-attributes-part {
	margin: 0;
    padding: 0;
    float: left;
    width: 100%;
	text-align:left
}
.woocommerce .pro-details-attributes-part  table.shop_attributes th {
	width: 210px !important;
	text-align: left !important;
	font-weight: normal !important;
}
.pro-details-ratings {
	margin: 20px 0 0 0;
	padding: 0;
	float: left;
	width: 100%;
}
.pro-details-related .star-rating{
	display:none !important
}
.pro-details-related .related products > h2 {
	display:none !important
}
.pro-details-assured-part-bootm {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.pro-det-assu-img {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.related.products > h2 {
	display:none !important
}
.pro-details-related, .pro-details-title-part, 
.related.products, .pro-details-bottom1, .pro-details-bottom2, .pro-details-bottom3, .pro-details-bottom4 {
	
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.pro-details-bottom-left {
	margin: 0;
	padding: 0;
	float: left;
	width: 70%;
}
.pro-details-bottom-right{
	margin: 0;
	padding: 0;
	float: left;
	width: 30%;
}
.pro-details-bottom-right2 {
	margin: 0;
	padding: 0;
	float: right;
}
.pro-details-bottom-right1 {
	  margin: 0;
    padding: 0; 
	float:right
    background: #243df5;
    font-size: 35px;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}
.pro-det-assu-featured {
	margin: 0;
	padding: 20px 0;
	float: left;
	width: 33.33%;
	text-align:center
}
.pro-det-assu-featured-icon {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.pro-det-assu-featured-text {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	font-weight: bold;
}
.pro-details-bottom-pattern {
	    margin: 0;
    padding: 30px 0 5px 0;
    float: left;
    width: 100%;
    text-align: center;
    background: #eaeaea;
}
.pro-detail-bottom-bg {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.pro-details-price-part {
	margin: 0;
	padding:30px 0 0 ;
	float: left;
	width: 100%;
}
.pro-details-more-part {
	margin: 0;
	padding: 0;
	float: left;
}
.pro-details-share-part {
	margin: 0;
	padding: 0;
	float: left;
}
.pro-details-buy-part {
	margin: 0;
	padding: 0;
	float: left;
}
.pro-details-buy-part .quantity {
display:none;
}
	.pro-details-related #carusel_poduct_related ul li .woocommerce-loop-product__title {
color: #949494 !important;
    font-weight: normal;   
}
.woocommerce .woocommerce-breadcrumb, .woocommerce span.onsale {
	display:none
}
.tpslick-dots li.tpslick-active button:before, .tpslick-dots li.tpslick-active button {
    background: #575757;
}
.pro-det-main-part-bg .product-brand-part {
	margin-top:20px
}
.pro-det-main-part-bg .product-price-part-regular {
	font-size:22px
}
.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
    background: transparent;
}
.pro-det-main-part-bg .pro-details-more-part {
text-align: center;
}
.pro-det-main-part-bg .pro-details-more-part img{
    width: 40px;
}
.pro-det-main-part-bg .pro-details-more-part  span {
    clear: both;
    width: 100%;
    float: left;
}
.pro-det-main-part-bg.pro-details-share-part { 
    width: 40%;
}
.pro-det-main-part-bg .pro-details-share-part .whatsapp-share-btn {
    background: #128f07;
    float: left;
    width: 60px;
    height: 60px;
    text-align: center;
    justify-content: center;
    display: inline-flex;
    flex-direction: column;
	border-radius: 5px 0 0 5px;
}
.pro-det-main-part-bg .pro-details-share-part .whatsapp-share-btn i {
color:#fff;
	font-size: 40px !important;
    font-weight: 400!important;
}
.pro-det-main-part-bg .pro-details-share-part  .whatsapp-share-btn-text {
background: #149f06;
    color: #fff;
    height: 60px;
    float: left;
    width: 70%;
    text-align: center;
    justify-content: center;
    display: inline-flex;
    flex-direction: column;
	border-radius: 0 5px 5px 0;;
	font-weight: normal !important; 
    font-size: 20px!important;
	padding: 0 20px 0 0;
}
.pro-det-main-part-bg .pro-details-buy-part {
	width:40%;
}
.pro-det-main-part-bg .pro-details-share-part {
	width:40%;
}
 .woocommerce .pro-det-main-part-bg  button.button {
height:60px;
	 width:100%;
	 font-weight: normal !important;
    width: 100%;
    font-size: 20px;
}
.pro-det-main-part-bg .pro-details-buy-part {
	position:relative;
	
    font: normal normal normal 14px/1 FontAwesome;
}

.pro-det-main-part-bg .pro-details-buy-part:before {
    content: "\f07a";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    color: #fff;
    background: #ce6562;
    height: 60px;
    width: 60px;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px 0 0 5px;
    font-size: 30px;
}
.woocommerce div.product .pro-det-main-part-bg .pro-details-buy-part form.cart .button {
    background-color: #e8706f !important;
    background: #e8706f !important;
	padding: 0px 0 0 40px;
}
.pro-details-description {
	margin:0;
	padding:0;
	float:left;
	width:100%
}
.produc-desc {
	margin:0;
	padding:0;
	float:left;
	width:100%
}
.produc-desc .pro-details-title-part{
	border-bottom: solid 2px #c0c0c0;
    border-top: solid 2px #c0c0c0;
    padding: 10px 20px !important;
    margin: 0 0 15px 0;
}
.produc-desc p {
	margin: 0 0 10px 0;
    padding: 0 10px;
	float:left;
	width:100%
}
	.addition-pro-details .pro-details-title-part{
		padding-bottom:10px !important;
		border-bottom: solid 2px #c0c0c0;
	}

.mfp-gallery .mfp-content  .summary.entry-summary {
display:none
}
#woosq-popup .single-product .product > div {
    width: 100%; 
}
#woosq-popup {
width: 500px;
}
.product-view-btns-part .woosq-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    color: #fff;
    padding: 8px 0;
    font-weight: 500;
    text-transform: uppercase;
	width: 100%;
}
.pro-gall-count {
	    margin: 0;
    padding: 4px 13px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgb(0 0 0 / 50%);
    color: #fff;
	height: 33%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
	width: 100%;
    text-align: center;
}
.product-main-part-left-gallery {
	position:relative
}
.ywar_review_row span{
	color:#000;
}
.ywar_rating_bar{
	border-radius: 50px;
}
.reviews_summary .star-rating span::before {
    color: #24890d;
}
.single-product .product-rating-part #reviews , .single-product .product-rating-part .reviews_bar , .pro-details-ratings #reviews , .product-main-part .reviews_bar ,  .product-main-part #reviews , #reviews_summary h3{
	display:none;
}
 .pro-details-ratings .reviews_bar , #reviews_summary {
	display:block;
}
.pro-det-ratings-main .woocommerce-product-rating {
    margin-bottom:0px !important;
}
.pro-det-ratings-main #reviews_header {
     padding-top: 0px; 
}
.pro-details-related .woosq-btn{
	display:none !important;
}
.ywar_review_row i{
	color: #55ce71;
}
.ywar_review_count {
    color: #000000;
    font-weight: 600;
}
.pro-details-ratings .star-rating span{
	font-size: 22px;
	padding: 12px 8px !important;
	top: -10px;
    left: -4px;
}
.pro-details-ratings .ywar_review_count {
    color: #000;
    bottom: 28px;
    position: relative;
}
.ywar_review_row span {
    height: 14px;
	line-height: 12px;
}
.ywar_review_row:nth-child(2) .ywar_perc_rating{
	background-color:#5eec0e !important
}
.ywar_review_row:nth-child(3) .ywar_perc_rating{
	background-color:#99f75b !important
}
.ywar_review_row:nth-child(4) .ywar_perc_rating{
	background-color:#cfffaf !important
}
.ywar_review_row:nth-child(5) .ywar_perc_rating{
	background-color:#e51f1c !important
}

.woocommerce-product-rating .star-rating{
	overflow:inherit;
}
.tpslick-dots li button {
	height:10px;
	width:10px
}
.pro-det-ratings-part .star-rating::before,
.pro-det-ratings-part .ywar_review_count,
.pro-det-ratings-part  .star-rating span::before {
display:none

}
.pro-det-ratings-part .star-rating > span {
width:100% !Important
}
.pro-det-ratings-part .star-rating span {
padding-top: 0;
}
.pro-det-ratings-part .review-rating-value {
    position: relative !Important; 
    background: green;
    padding: 5px 10px 5px 10px !important;
    color: #fff;
    border-radius: 5px;
}
.pro-det-ratings-part  .product-rating-part .star-rating {
    float: left !important;
    overflow: inherit;
    margin: 5px 0 0 0 !important;
}
.ywar_perc_value{
	display:none !important;
}
.pro-details-buy-part .stock.in-stock {
display:none
}
@media(max-width:500px){
	.pro-det-main-part-bg .pro-details-more-part img {
    width: 20px; 
}
	.pro-det-main-part-bg .pro-details-more-part span {
        line-height: 6px;
}
	.pro-details-more-part span {
		font-size:12px
	}
	.pro-det-main-part-bg .pro-details-share-part .whatsapp-share-btn {
    width: 40px;
    height: 40px;
}
.pro-det-main-part-bg .pro-details-share-part .whatsapp-share-btn i { 
    font-size: 20px !important; 
}

.pro-det-main-part-bg .pro-details-share-part .whatsapp-share-btn-text {
font-size: 5vw!important;
    padding: 0 0 0 0;
}
.pro-det-main-part-bg .pro-details-share-part .whatsapp-share-btn-text {
    width: 100% !important;
    height: 40px;
}
.pro-det-main-part-bg .pro-details-buy-part:before {
     height: 40px;
    width: 40px;
    font-size: 20px;
}
.woocommerce .pro-det-main-part-bg button.button {
    height: 40px;
    font-size: 5vw;
}
	.pro-det-main-part-bg .product-brand-part {
	margin-top:10px
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
	width:100%;
}
	.pro-det-assu-featured-text{
		font-size: 3vw;
	}
	.pro-det-main-part-bg{
	background: #c0c0c0;
    padding: 0 2%;
    float: left;
    width: 100%;
}
.pro-detail-bottom-bg{
	background:#fff;
}
.product-details-new{
	background:#fff;
}

	.pro-details-bottom4 .pro-details-bottom-left{
		width: 100% !important;
		padding:0px !important;
		font-size: 3.8vw;
	}
	.pro-details-bottom4 .pro-details-bottom-right{
		width:0 !important;
	}
	.pro-det-price-left .woocommerce-Price-amount.amount{
		vertical-align: middle;
	}
	.pro-det-sap{
		padding:0px!important;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		width:100%;
	}
	.pro-det-main-part-bg .pro-det-price-left-main , .pro-det-main-part-bg  .product-brand-part , .pro-det-main-part-bg .pro-det-pla , .pro-det-main-part-bg .pro-det-ratings-main , .pro-det-main-part-bg .discount-part-details , .pro-det-main-part-bg .pro-details-title-part{
		padding:0 10px !important;
	}
	.discount-part-details3{
		right:20px !important;
		margin-top: 7px;
	}
	
	.product-details-new .product-title , .pro-det-price-left .woocommerce-Price-amount.amount , .product-details-new .product-price-part-off , .product-min-piece-part{
		font-size:4vw !important;
	}
	.product-details-new .product-title span , .pro-det-price-left .woocommerce-Price-amount.amount , .single-product h2{
		font-size:5vw !important;
	}
	.product-details-new .product-price-part-off{
		font-size:4vw !important;
		margin:2vw 0 0 0
		}
	.product-details-new .product-price-part{
		margin-top:0px !important;
	}
	.pro-det-ratings-main .product-rating-part .star-rating {
    font-size: 5vw !important; 
}
	.discount-part-details2{
		padding:0 40px 0 40px !important;
	}
	.discount-top-part{
		font-size: 3.6vw;
		font-weight: 600 !important;
	}
	.discount-part-details1 , .pro-details-bottom-right1{
		width: 30px !important;
    height: 30px !important;
    font-size: 6vw !important;
	}
	.glide__arrow--right {
    right: 0em !important;
	}
	.woocommerce span.onsale{
		padding:0px !important;
	}
	.pro-details-bottom3 .pro-details-title-part{
		padding:0px !important;
	}
	.pro-detail-bottom-bg ul.products li.product.type-product{
		height: 14em !important
	}
	.pro-det-assu-img{
		padding-left: 10px;
	}
	.glide__arrow{
		width: 30px !important;
    height: 30px !important;
		padding:1px 8px !important;
	}
	.glide__arrow--left{
		left:0em !important;
	}
	.pro-details-bottom-left {
    padding: 0 40px 0 0 !important;
    font-size: 4vw;
}
	.pro-details-bottom1{
		border-top: 1px solid #e6e6e6;
    padding: 10px 10px 5px 10px !important;
    border-bottom: 1px solid #e6e6e6;
	}
	.pro-details-bottom3{
    padding: 0px 10px 10px 10px !important;
    border-bottom: 1px solid #e6e6e6;
	}
	
	#carusel_poduct_related ul li .woocommerce-loop-product__title {
    font-size: 4vw !important;
}
	.pro-details-bottom4{
		 padding: 10px 10px 0px 10px !important;
	}
	.pro-details-bottom2{
		 padding: 10px 10px 0 10px !important
	}
	.pro-details-bottom-right1{
		margin-right: 20px !important;
		margin-top: -1px!important;
	}
	.discount-bottom-part{
		font-size: 3.5vw;
    font-weight: 400;
	}
	.pro-details-title-part {
    font-size: 5vw;
	}
	.woocommerce table.shop_attributes th{
		 font-size: 4vw;
	}
	body.woocommerce .pro-details-attributes-part table.shop_attributes th {
    width: 55% !important;
	}
	.woocommerce table.shop_attributes td a {
    font-size: 4vw;
}
	.product-details-new .product-assured-part img {
    width: 100%;
}
	.woocommerce span.onsale{
		left: 0.5em;
	}
	.pro-det-price-left{
		width: 70% !important;
	}
	.pro-det-piece-right{
		width: 30%  !important;
	}
}
@media (max-width:500px) {
	.pro-details-related #carusel_poduct_related ul li .woocommerce-loop-product__title {
color: #949494 !important;
    font-weight: normal;
    font-size: 12px !important;
		    height: 40px;
		overflow:hidden
}
	.pro-details-ratings{
		padding:0 10px;
	}
	.pro-details-ratings .reviews_bar{
		padding: 0 0 0 80px !important;
	}
	.pro-details-description .pro-details-title-part{
		border-bottom: solid 2px #c0c0c0;
		border-top: solid 2px #c0c0c0;
		padding: 5px 10px !important;
	}
	.ywar_stars_value{
		min-width: 43px;
	}
	.ywar_num_reviews, .ywar_review_row span{
		font-size: 4vw;
	}
	.produc-desc p , .pro-details-ratings .star-rating span , .ywar_review_count{
		font-size: 4vw;
	}
	#copyDescTarget{
		margin-top: 10px;
	}
	.addition-pro-details .pro-details-title-part{
		padding: 0 20px 10px 10px !important;
	}
.woocommerce .pro-details-related ul.products li.product .price del {
font-size: 12px !important;
    float: left;
}
.woocommerce .pro-details-related ul.products li.product .price ins {
float: left;
    margin: -6px 0 0 5px;
}
.woocommerce .pro-details-related span.woocommerce-Price-amount.amount {
    font-size: 12px;
}
.woocommerce .pro-details-related .saved-sale {
font-size: 12px;
}
 .pro-details-related #carusel_poduct_related ul li .saved-sale {
    color: #b97d51;
    float: left;
    margin: 0 0 0 5px;
}
}
@media (max-width:991px) { 
	.single-product #primary{
		margin:0 auto;
		padding:0;
		width:100%
	}
	.product.type-product .tpwpg-main.images {
		width:100%
	}
	.product-details-new {
		width: 100% !important;
	}
	.pro-details-price-part {
		position: fixed;
		bottom: 63px;
		background: #fff;
		border-top: 1px solid #e4e4e4;
		z-index: 999;
		width: 100%;
		left: 0;
		padding: 15px 20px 0;
	}
	.pro-details-more-part {
		width:15%
	}
	.pro-det-main-part-bg .pro-details-buy-part {
		width: 42%;
	}
	.pro-det-main-part-bg .pro-details-share-part {
		width: 43%;
	}
	.woocommerce div.product form.cart {
		margin-bottom: 1em;
	}
	.pro-det-main-part-bg .pro-details-share-part .whatsapp-share-btn-text {
		width:65%
	}
	.pro-det-main-part-bg .pro-details-more-part img {
		width: 30px;
		margin: 5px 0 0 0;
	}


}
@media (min-width:992px)  and (max-width:1199px) {
	.single-product #primary{
		margin:0 auto;
		padding:0;
		width:970px
	}
}
.wishlist-title h2{
	color: #243df5;
}
.container {
	margin:0 auto;
	width:1170px;
}
/********* Responsive *********
******************************/

@media screen and (max-width: 1800px) {

}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1199px) {
	.container { 
		width:970px;
	}
}

@media screen and (max-width: 991px) {
	.container { 
		width:750px;
	}
}

@media screen and (max-width: 767px) {
.container {
	margin:0 auto;
	width:100%;
	padding: 0 10px
}
}

@media screen and (max-width: 500px) {

}