/*!
Theme Name: Buzz Ecommerce
Theme URI: https://spiderbuzz.com/wordpress-themes/buzz-ecommerce/
Author: Spiderbuzz
Author URI: http://spiderbuzz.com
Description: Buzz Ecommerce is a modern free WooCommerce WordPress theme created by spiderbuzz.com specially designed for shops and eCommerce sites. It could be used for all types of e-commerce online stores, including Fashion, Shoes, Jewelry, Watch, Sport, Technology, Mobile… Buzz E-commerce is easy to use and fully responsive. It comes with an eye-catching layout design that will instantly draw the attention of anyone who visits your website. The theme is translation ready. The Theme Customizer is truly a magic tool to customize the theme with pre-defined parameters, no coding is required. The main theme features: primary menu positions, search, top banner for promo, shop by category, right sidebars, custom logo, custom background, breadcrumbs, fast loading, cross-browser compatibility, font awesome, documentation, support, bootstrap grid layout. Theme including support for wishlist, quick view and compare plugins. for demo : https://spiderbuzz.com/wordpress-themes/buzz-ecommerce/

Version: 1.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: buzz-ecommerce
Tags: e-commerce, blog, one-column, left-sidebar, right-sidebar,custom-background, custom-header, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready,editor-style

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

Buzz Ecommerce is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
	margin: 0;
	font-family: 'Josefin Sans', sans-serif;
}

/**
 * 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;
}

/* h1,h2,h3,h4,h5,h6 {padding: 0; margin: 0; font-weight: 400; text-transform: capitalize;}
h1{font-size: 4rem;}
h2{font-size: 3.6rem;}
h3{font-size: 2.5rem;}
h4{font-size: 2rem;}
h5{font-size: 1.8rem;}
h6{font-size: 1.6rem;}
img {max-width: 100%}
p,span,li {font-size: 1.8rem;}  
a {font-size: 1.6rem; color: #222; text-transform: capitalize; text-decoration: none !important; display: block;}
li {font-size: 1.6rem; list-style: none; line-height: 3rem; text-transform: capitalize;} */

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	text-decoration: none;
	text-transform: capitalize;
}

/**
 * 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

/* 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-size: 15px;
	font-size: 15px;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
	line-height: 25px;
	text-align: justify;
}

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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

mark, ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

ul, ol {
	margin: 0 0 0 0;
}

ul {
	list-style: none;
}

ol {
	list-style: none;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# 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);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #222;
}

a:visited {
	color: #222;
}

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

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.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 {
	left: 100%;
}

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

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

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* 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: block;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 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;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 30px 0;
	/* Make sure select elements fit in widgets. */
}

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

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

.hentry {
	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;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* 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;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
.tab-content {
    display: inline-block;
}
.horoscope_ul img {
    width: 70px;
    display: block;
    margin: 0 auto;
}
.horoscope_ul li a p {
    margin: 20px 0px 0px 0px;
    font-weight: 600;
    text-transform: capitalize;
	text-align: center;
}
.col-sm-6.ss_service {
    margin: 20px 0px;
}
.ss_content {
    border: 1px solid #dfdfdf;
    padding: 15px 15px;
	min-height: 160px;
}
.ss_content h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.btn_sid {
    font-size: 12px;
    padding: 3px 19px 3px 20px;
    background: #909090;
    color: white;
    font-weight: 400;
    border: none;
}
.book_puja_ak .sk_ak .btn-info {
    background: #ad2737;
    border: 1px solid #ad2737;
}
.book_puja_ak h3 > a {
    color: #dedede!important;
    position: absolute;
    left: 0;
    background: #ad2737;
    border-radius: 50px;
    padding: 7px 8px;
    height: 55px;
    width: 55px;
    top: 0px;
    font-size: 12px;
    text-transform: capitalize;
}
.book_puja_ak {
    text-align: center;
    margin: 10px 0px;
}
.book_puja_ak h3 {
    font-size: 18px;
    font-weight: 400;
    padding: 12px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.book_puja_ak p {
    font-size: 15px;
    text-transform: capitalize;
    line-height: 21px;
    color: #423e3e;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.dl-menuwrapper li a {
    display: block;
    position: relative;
    padding: 12px 16px;
    font-size: 15px;
    line-height: 20px;
    /* font-weight: 300; */
    color: #4d4d4d;
    outline: none;
    /* font-weight: 500; */
    text-decoration: none;
}
.btn-info:hover {
    color: #fff;
    background: #ad2737;
    border-color: 1px solid #ad2737;
}
.book_puja_ak .sk_ak {
    border: 1px solid #ad2737;
    padding: 0px 0px 15px 0px;
    position: relative;
}
.book_puja_ak p {
    font-size: 13px;
    text-transform: capitalize;
    line-height: 22px;
    color: #423e3e;
    text-align: center;
	    padding: 1px 5px 1px 5px;
}
.book_puja_ak h3 > a {
    color: #dedede!important;
    position: absolute;
    left: 15px;
    background: #ad2737;
    border-radius: 50px;
    padding: 14px 8px;
    height: 55px;
    width: 55px;
    top: -70px;
    font-size: 12px;
    text-transform: capitalize;
	
}

.footer-menu {
    width: 100%;
}

.footer-icon {
    width: 100%;
}

.copyright .textwidget p {
    text-align: center;
}
.copyright {
    width: 100%;
}
.ny_ak_section p {
    clear: both;
    width: 100%;
    text-align: center;
}
.book_ak {
    background: #ad2737;
    font-size: 16px;
    text-transform: uppercase;
    border: 0;
    border-radius: 0px;
    padding: 15px 30px 15px 30px;
    font-weight: 600;
}
.ny_ak_section section {
    width: 100%;
}





.main-form-div {
    padding: 18px;
    padding-top: 25px;
    float: left;
}
.row-element {
    margin-bottom: 4%;
}
.label-text {
    font-size: .938em;
    font-family: 'Roboto Condensed';
    text-align: right;
}

.book_puja_cate p {
    font-size: 20px !important;
    text-transform: capitalize;
    line-height: 22px;
    color: #423e3e;
    text-align: left;
    padding: 1px 5px 1px 5px;
     font-weight: bold;
    
}
.feature_product img {
    width: 100%;
    height: 150px;
}




.yith-wacp-wrapper .product-info p {
    text-align: left;
    font-size: 14px;
}
#yith-wacp-popup .yith-wacp-content .actions a, #yith-wacp-popup .yith-wacp-content .actions a:hover {
    background: #8f0000;
    color: #fff!important;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
}
.cart_ak_shop tbody .cart_item .product-thumbnail a img {
    width: 80px;
    height: 80px;
    margin: 20px 20px;
}
table.shop_table_responsive thead {
    background: #ad2737;
}
table.shop_table_responsive tr td.product-remove a {
    background: #ad2737;
    color: #fff!important;
}
.checkout-button:hover, .coupon input.button, button.button {
    background: #ad2737 !important;
    padding: 10px 20px;
}
.cart_cupon .actions .button_aks {
    margin: 10px 0px;
}
.cart_cupon .actions .coupon {
    float: left;
	width: 100%;
}
.checkout-button {
    padding: 10px 20px;
}
.cart-collaterals table tbody tr th,
.cart-collaterals table tbody tr td {
    border: 1px solid #c3c3c3;
    padding: 10px 15px;
}
.cart_totals {
    width: 50%;
	    float: right;
}
.woocommerce-message {
    background: #ffffff !important;
    color: #be0404;
    text-transform: lowercase;
    font-weight: 600;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    float: left;
    width: 50%!important;
}
.product_description .summary.entry-summary {
    float: left;
    width: 50%;
    padding: 0px 15px;
	margin: 0;

}
.woocommerce-tabs.wc-tabs-wrapper {
    clear: both;
}
.summary.entry-summary .product_title.entry-title {
    font-size: 30px;
}
.product-tab-list ul.tabs li.current, ul.tabs.wc-tabs li.active {
    background: #ad2737;
    color: #fff;
}
ul.tabs.wc-tabs li.active a {
    background: #ad2737;
    color: #fff!important;
}
.wrps_related_products.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.wrps_related_products.wrps_theme_hover figure{
	border: 1px solid #b8b7b7;
}

.owl-wrapper-outer .owl-item .wpb-wrps-item {
    padding: 5px;
}

.wrps_related_products.wrps_theme_hover figcaption {
    top: 0;
    height: 250px!important;
}
.wpb_wrps_title a {
    color: #fff!important;
    border: none!important;
    line-height: 30px;
}
.wrps_related_products.wrps_theme_hover .wpb_wrps_cart_btn:hover a{color:red;}
a.added_to_cart.wc-forward {
    background: #222;
    color: #fff;
    height: 40px;
    line-height: 40px;
width: 130px;}

.wrps_related_products.wrps_theme_hover .wpb_wrps_cart_btn {
    display: inline-flex;
    margin: 0px 0px 0px 0px;
}
.wpb_wrps_cart_btn a {
    color: #fff!important;
	    line-height:25px!important;
}
.wpb_wrps_cart_btn a:hover{color:red!important;background:#fff!important;}
.wrps_related_products.wrps_theme_hover figcaption {
padding: 40px 10px!important;
}
.contact_section .ct_right ul li i {
    font-size: 20px;
    margin: 0px 10px 0px 0px;
}
.contact_section .ct_right ul li {
    margin: 0px 0px 15px 0px;
}
.map_div iframe {
    width: 100%;
    border: 0;
    min-height: 370px;
}
.book_img {
    border: 1px solid #ad2737;
    border-bottom: 0;
    background: #e8e8e8;
}
.book_img img {
    min-height: 210px;
    max-height: 210px;
}
.ppom-section-collapse .ppom-input-time_set .form-control-label {
    width: 100%;
    opacity: 0;
}
.ppom-section-collapse .ppom-input-time_set .form-check {
    float: left;
    padding: 0;
}
.wc-proceed-to-checkout {
    float: right;
}
.cart-collaterals {
    position: relative;
    top: -120px;
}
.woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper {
    border: 1px solid #999090;
    text-align: center;
    background: #ffffff;
}
.woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper .wp-post-image {
    width: 100%;
    height: 500px;
}
.product_description .summary.entry-summary .product_meta {
    display: none;
}


.product_description .summary.entry-summary .birth_time__hh {
    width: 10%;
    max-width: 10%;
    padding: 0px 0px 0px 5px!important;
}
.product_description .summary.entry-summary .birth_time__hh .form-group .form-control-label {
    width: 170px;
    max-width: 170px;
    position: relative;
}
.product_description .summary.entry-summary .time_of_birth__hh {
    padding: 0px 0px 0px 5px!important;
    width: 10%;
    max-width: 10%;
}
.product_description .summary.entry-summary .time_of_birth__hh .form-group .form-control-label {
    width: 200px;
    display: inline-table;
}
.product_description .summary.entry-summary .mm {
    padding: 0px 5px 0px 0px!important;
    width: 10%;
    max-width: 10%;
}
.product_description .summary.entry-summary .mm .form-group .form-control-label {
    opacity: 0;
}
.product_description .summary.entry-summary .time_set {
    max-width: 30%;
    flex: 30%;
}
.product_description .summary.entry-summary form.cart input, .product_description .summary.entry-summary form.cart select {
    border: 1px solid #cec6c6;
    border-radius: 0px;
    box-shadow: none;
    padding: 5px 10px;
}

.product_description .summary.entry-summary .time_of_birth__hh .form-group input[type=number]::-webkit-inner-spin-button, 
.product_description .summary.entry-summary .time_of_birth__hh .form-group input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.product_description .summary.entry-summary .mm .form-group input[type=number]::-webkit-inner-spin-button, 
.product_description .summary.entry-summary .mm .form-group input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.product_description .summary.entry-summary .birth_time__hh .form-group input[type=number]::-webkit-inner-spin-button, 
.product_description .summary.entry-summary .birth_time__hh .form-group input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }


.breadcrumbs a {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'open_sansregular'!important;
    color: #ad2737!important;
}
.breadcrumbs i {
    margin: 0px 8px;
    font-size: 16px;
}
.breadcrumbs span:nth-last-child(1) a {
    color: #000!important;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    width: auto!important;
    height: 40px!important;
}

.wrps_related_products_area .owl-buttons {
    top: 0px!important;
    right: -62px!important;
    background: red;
    z-index: 9999!important;
    width: 100%;
    overflow: visible;
}

.wrps_related_products_area .owl-theme .owl-controls {
    margin-top: 60px;
    text-align: center;
}

.wrps_related_products_area .owl-carousel .owl-wrapper-outer {
    margin: 40px 0px 0px 0px;
}
.wrps_related_products_area .owl-carousel .owl-pagination {
    opacity: 0;
}

.featured_product .featured_product_content {
    border: 1px solid #bcbcbc;
    display: inline-block;
    padding: 10px 10px 15px 10px;
    width: 100%;
    box-shadow: 0 5px 5px -4px black;
	text-align: center;
}

.featured_product .featured_product_content span.price_woo {
    position: absolute;
    left: 0;
    margin: 0px 0px 0px 30px;
    bottom: 12px;
	
}
.featured_product .featured_product_content .button1.featurebtn a {
    color: #fff!important;
}
.featured_product img {
    width: 100%;
	height: 100%;
}
.featured_product_section {
    padding: 40px 0px;
}
.featured_product {
    margin: 10px 0px;
}
.login-register .u-column1, .login-register .u-column2 {
    max-width: 50%;
    float: left;
}
.login-register input {
    padding: 5px 10px!important;
    border: 1px solid #cec6c6;
    border-radius: 0px;
    box-shadow: none;
}
.login-register .form-row{
	margin:0;
}
.login-register .lost_password {
    margin: 10px 0px 0px 0px;
}
.login-register .lost_password a {
    color: #ad2737!important;
    font-weight: 600;
}
.login-register {
    padding: 30px 0px;
    display: inline-block;
}

.blog_detials {
    padding: 15px 0px 0px 0px;
}
.blog_detials .left_img_consulting.ss_ss {
    margin: 0px 0px 15px 0px;
}
.pagination_blog .page-numbers {
    float: left;
    background: #8d8686;
    margin: 2px;
    padding: 5px 15px;
    color: #fff!important;
}
.pagination_blog .page-numbers.current {
    background: #ad2737;
}
.pagination_blog {
    display: inline-block;
    margin: 10px 0px;
}
.store-cate {
    margin: 15px 0px;
}
.store-cate center {
    background: #e3e3e3;
    padding: 15px 0px;
    border: 1px solid #b0aeae;
}
.store-cate center a {
    color: #101010!important;
}
.store_section {
    padding: 30px 15px;
}
.store-cate img {
    width: 100%;
}



/*=======================================================
//////////////RESPONSIVE MEDIA QUERY START///////////////
=======================================================*/

@media (max-width:767px){


	
body, html, h1, h2, h3, h4, h5, h6, p {
    font-family: "Frank Ruhl Libre" !important;
}	

	
.woocommerce form.woocommerce-form.woocommerce-form-login.login {
    width: 100%!important;
}	
	
	
.product_categories_box {
    margin: 10px 0px;
}	
	
.main_header {
    z-index: 999;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background: #fff;
}
.slider_section {
    margin-top: 60px;
}
	
	
	
.menu_div .main.clearfix .column{
    padding: 0;
}	
.menu_div {
    position: absolute!important;
    top: 8px;
}
.ak_slider .owl-buttons .owl-next {
   right: -45px;
}
.blog_section {
    padding: 0px 15px;
}
.tab_menu>li.active>a::before{display:none;}	
.blog_ak_home:nth-child(odd)::before, .blog_ak_home:nth-child(even)::before{display:none;}
.footer-menu .footer_ul li {
    margin: 5px 0px!important;
}
.service_section {
    margin: 0px 0px 0px 0px;
}
.form_sk form .form-row .time_ {
    width: 25%;
    max-width: 25%;
}
.form_sk form .form-row .min_ {
    width: 25%;
    max-width: 25%;
}
.slide_ak {
    display: inline-block;
}
#about_section, #service_section, #mainhome_contact_section, #blog_section, #ny_ak_section, #testimonials_section {
    margin: 20px 0px 0px 0px;
}
.footer-menu .footer_ul li a {
    padding: 0px 10px;
}
.service_section .tab_menu a {
    font-size: 12px;
}
.product_description .product_ak {
    padding: 25px 15px!important;
}
.product_ak .right_img {
    border: 1px solid #c9c7c7;
	padding: 15px 15px;
}
.product_ak .right_img h2 {
    font-size: 18px!important;
}

.product_description .summary.entry-summary .mm {
    width: 20%;
    max-width: 20%;
}
.product_description .summary.entry-summary .birth_time__hh {
    width: 20%;
    max-width: 20%;
}
.product_description .summary.entry-summary .time_set {
    max-width: 50%;
    flex: 50%;
}
.ppom-section-collapse .ppom-input-time_set .form-check {
    float: left;
    padding: 0;
    width: 30%;
}
#ppom-price-container {
    font-size: 13px;
}
.cart-collaterals {
    position: unset;
}
.cart_totals {
    width: 100%;
}
.cart_ak_shop tbody tr {
    padding: 15px 15px;
    display: inline-block;
	margin: 5px 0px;
	background: #f6f6f6;
	width: 100%;
}
.woocommerce-cart-form__cart-item .quantity input {
    float: right;
}
.cart_ak_shop tbody .cart_item .product-thumbnail a img {
    margin: 0px 0px;
}
.cart_ak_shop tbody tr td {
    padding: 5px 0px;
}
.cart_ak_shop tbody tr td.product-remove {
    float: right;
    margin-top: 10px;
}
.cart_ak_shop tbody .cart_item .product-thumbnail {
    text-align: left;
}
.cart_ak_shop tbody .cart_item .product-thumbnail:before{
	display:none;
}
.ak_slider .owl-prev, .ak_slider .owl-next {
    border-radius: 0px!important;
    padding: 5px 10px!important;
}
.ak_slider .owl-buttons i {
    font-size: 15px;
}
.ak_slider .owl-prev {
    left: -15px!important;
}
#blog_section .owl-item:nth-child(even) .item .blog_ak_home {
    top: -210px;
}
.blog_ak {
    padding: 40px 0px 20px 0px;
	border-bottom: 3px solid #bebebe;
}
.left_products {
    border-right: none;
    padding: 0!important;
}
.blog_ak .right_blog {
    padding: 15px 30px;
    margin: 0px;
}
.heading_ak {
    margin: 0;
    font-size: 18px;
}
.custom-logo-link {
    display: inline-block;
    position: relative;
    z-index: 999;
}
.product_description .summary.entry-summary .birth_time_hh {
    width: 20% !important;
    max-width: 20% !important;
}
	tr.ppom-option-price-list.ppom-product-base-price {
    display: none !important;
}
	.woo-product-gallery-slider.woocommerce-product-gallery.wpgs--with-images.images {
    width: 100%;
}
	#tab-description h1 {
    font-size: 30px !important;
}
.woo-product-gallery-slider.woocommerce-product-gallery.wpgs--with-images.images {
    width: 96% !important;
}
	.woocommerce-product-gallery__image.single-product-main-image.slick-slide.slick-current.slick-active {
    width: 300px !important;
    margin: auto;
    display: block;
}
	.slick-list {
    height: inherit!important;
}

	.woo-product-gallery-slider.woocommerce-product-gallery.wpgs--with-images.images img {
    width: 100%;
    padding: 20px 0;
    margin: auto;
    display: block;
}
	.wrps_related_products.wrps_theme_hover figcaption {
    height: 100%!important;
    -webkit-transform: unset !important;
    opacity: 1 !important;
}
	.woocommerce-cart-form__cart-item .product-price, .woocommerce-cart-form__cart-item .product-subtotal {
    width: 40%;
    margin-bottom: 20px;
}
	table.shop_table_responsive tr td {
    display: inline-block !important;
    text-align: right;
    clear: both;
}
	.cart_item td.product-quantity {
    display: none !important;
}
	.cart_item td{
		display: inline-block !important;
	}
	.woocommerce-cart-form__cart-item .product-price, .woocommerce-cart-form__cart-item .product-subtotal {
    width: 40% !important;
}
	table.shop_table_responsive tr td {
    text-align: left !important;
}
	.cart_item .variation dt, .cart_item .variation dd {
    width: 100%;
    float: left;
    margin: 2px 0px;
}
	.shop_table_responsive  td.actions button[name="update_cart"] {
    display: none !important;
}
	.entry-content {
    margin-top: 70px;
}
	#post-7 button.woocommerce-button.button.woocommerce-form-login__submit {
    width: 40% !important;
    margin-left: 20px;
}
}



/*=======================================================
//////////////RESPONSIVE MEDIA QUERY END///////////////
=======================================================*/




.woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper .wp-post-image {
    width: 100%;
    height: auto;
}
.elm-button {
    background: #ad2737;
    color: #FFFFFF;
    padding: 12px 30px;
    font-size: 15px;
    display: inline-block;
    border: none;
    border-radius: 20px;
}
.ss_service img {
    width: 100%;
    height: auto;
}





.ss_content span.price {
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #ad2737;
}
.ss_content .content_product {
    margin: 0;
    text-align: center;
    font-size: 14px;
}
.breadcrumbs {
    border-bottom: 0;
}

.product_description .birth_time_hh .form-group .form-control-label {
    width: 170px;
    max-width: 170px;
    position: relative;
}
.product_description .summary.entry-summary .mm .form-group .form-control-label {
    opacity: 0;
}
.product_description .summary.entry-summary .birth_time_hh {
    width: 10%;
    max-width: 10%;
    padding: 0px 0px 0px 5px!important;
}
.product_description .summary.entry-summary .birth_time_hh input[type=number]::-webkit-inner-spin-button, 
.product_description .summary.entry-summary .birth_time_hh input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }

.wrps_related_products.wrps_theme_hover figcaption {
    height: 100%!important;
}
.featurebtn {
    border-radius: 9px;
    background: #ad2737;
    border: 0;
    padding: 7px 20px!important;
    font-size: 13px!important;
}





.product_box .product_box_price {
    position: absolute;
    right: 30px;
    top: 15px;
    background: #fff;
    color: #ad2737;
    padding: 5px 20px;
    border-radius: 0px 15px;
	z-index: 1;
	transition:0.5s;
}
.product_box .product_box_img {
	position: relative;
	overflow: hidden;
	border: 1px solid #eeeeee;
    border-bottom: 0;
	background: #f3f3f3;
}
.product_box .product_box_content .product_box_btn {
    background: #ad2737;
    border: 0;
    border-radius: 10px;
    color: #fff;
	font-size: 14px;
	padding: 6px 15px;
	line-height: unset;
}
.product_box .product_box_content {
    border: 1px solid #bcbcbc;
    display: inline-block;
    padding: 10px 10px 15px 10px;
    width: 100%;
    box-shadow: 0 5px 5px -4px black;
    text-align: center;
}
.product_box .product_box_img .product_box_overlay {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    left: 50%;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
	margin-top: -100%;
	transition:0.5s;
}
.product_box .product_box_img .product_box_overlay a {
    color: #fff!important;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    left: 50%;
    border: 2px solid #fff;
    padding: 3px 20px;
}
.product_box:hover .product_box_img .product_box_overlay{
	margin-top:0%;
}
.product_box:hover .product_box_price{
    margin-top: -100%;
}
.product_box .product_box_content p {
    text-align: center;
    word-break: break-all;
    color: #6a6a6a;
    text-transform: capitalize;
}
.product_box .product_box_img img {
    width: 100%;
    height: 100%;
}
.product_box .product_box_content .product_box_btn a {
    color: #fff!important;
}
.product_box .product_box_content .product_box_btn a:hover {
    font-weight:normal;
}

.product_box .product_box_content .product_box_btn.add_to_cart_btn {
    padding: unset;
    background: transparent;
}
.product_box .product_box_content .product_box_btn.add_to_cart_btn a {
    height: 33px!important;
    background: #ad2737!important;
    margin: 0px 0px 0px 0px!important;
    line-height: 27px!important;
    padding: 4px 15px;
	border-radius: 5px!important;
}
.product_box .product_box_content .product_box_btn.add_to_cart_btn .added_to_cart {
    background: #479121!important;
}


.variation dt, .variation dd {
    width:25%;
    float: left;
    margin: 2px 0px;
}
.variation dd p {
    margin: 0;
}
.cart_item .product-name {
    padding: 10px 10px;
}
.cart_ak_shop .product-remove {
    color: #ad2737;
}
.checkout_coupon p input#coupon_code {
    width: 100%;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color:#ad2737!important;
    padding: 8px 20px;
    border-radius: 5px;
}
#customer_details .col-1 .woocommerce-billing-fields__field-wrapper .form-row {
    width: 50%!important;
    padding: 0px 15px 0px 0px;
	display: inline-block;
	margin: 0;
}
#customer_details .col-1 .woocommerce-billing-fields__field-wrapper .form-row:nth-child(even)  {
    padding: 0px 0px 0px 15px;
}
#customer_details .col-1 .woocommerce-billing-fields__field-wrapper .form-row input {
    width: 100%;
    padding: 10px 15px!important;
    height: auto!important;
    border: 1px solid #ccc!important;
    border-radius: 5px;
}
#customer_details .col-1 .woocommerce-billing-fields__field-wrapper .form-row span#select2-billing_state-container {
    height: auto!important;
}
#customer_details .col-1 .woocommerce-billing-fields__field-wrapper .form-row span.select2-selection.select2-selection--single {
    width: 100%;
    padding: 0px 10px!important;
    height: auto!important;
    border: 1px solid #ccc!important;
    border-radius: 5px;
    line-height: unset!important;
}
.woocommerce-additional-fields {
    margin-top: 30px;
}
#customer_details .col-2 .woocommerce-additional-fields__field-wrapper .form-row #order_comments {
    padding: 10px 10px;
}
#customer_details .col-2 .woocommerce-additional-fields__field-wrapper .form-row {
    padding: 0px 5px;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    padding: 0px 25px!important;
}

.services_box.product_box .product_box_img {
    height: auto;
}

.woocommerce .user-login-sidebar-ak {
    background: #ad2737;
	display: inline-block;
    float: left;
}
.woocommerce .user-login-sidebar-ak ul li a {
    color: #fff!important;
    padding: 10px 15px;
    display: inline-block;
    border-bottom: 1px solid #ffffff;
    width: 100%;
}
.woocommerce-MyAccount-content {
    background: #ecebeb;
    margin: 0;
    padding: 15px;
    min-height: 600px;
    display: inline-block;
	float: right;
}
.woocommerce .user-login-sidebar-ak ul li.is-active a{
	background:#000;
}

.woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table thead tr th {
    text-align: center;
}
.woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tbody tr td {
    text-align: center;
    padding: 10px 0px;
    border: 1px solid #bcbcbc;
}
.woocommerce-MyAccount-content .woocommerce-form-row input {
    padding: 10px 10px;
    height: auto!important;
}
.woocommerce-MyAccount-content .woocommerce-form-row {
    margin: 0px 0px 10px 0px;
}
.woocommerce-MyAccount-content fieldset {
    padding: 0;
}
.btn_s a {
    background: #ad2737;
    color: #fff!important;
    padding: 8px 20px;
    border-radius: 5px;
	float: right!important;
}
.btn_s a:hover {
    background: #ad2737!important;
	font-weight:normal!important;
}


.xoo-aff-group label input#xoo-el-rememberme , .xoo-aff-input-group input#xoo_el_reg_terms{
    display: flex;
    padding: 0!Important;
    margin: 4px 5px 0px 0px;
    width: auto;
    float: left;
}
ul.xoo-el-tabs li.xoo-el-active {
    background-color: #ad2737;
    color: #fff;
}
.woocommerce .xoo-el-form-container {
    width: 50%;
    margin: 0 auto;
}
.shop_table.woocommerce-checkout-review-order-table {
    padding: 0px!important;
	border: none!important;
}
.shop_table.woocommerce-checkout-review-order-table thead tr th {
    padding: 5px 10px;
    border: 1px solid #c5baba;
	width: 100%;
}
.shop_table.woocommerce-checkout-review-order-table thead, .shop_table.woocommerce-checkout-review-order-table tbody, .shop_table.woocommerce-checkout-review-order-table tfoot{
	display: inline-block;
    width: 100%;
}
.shop_table.woocommerce-checkout-review-order-table thead tr, .shop_table.woocommerce-checkout-review-order-table tbody tr, .shop_table.woocommerce-checkout-review-order-table tfoot tr{
	width: 100%;
    display: flex;
}
.shop_table.woocommerce-checkout-review-order-table tbody tr td {
    border: 1px solid #c5baba;
    padding: 5px 10px;
	width: 100%;
}
.shop_table.woocommerce-checkout-review-order-table tfoot tr th, .shop_table.woocommerce-checkout-review-order-table tfoot tr td {
    border: 1px solid #c5baba;
    padding: 5px 10px;
	width:100%;
}
.shop_table.woocommerce-checkout-review-order-table thead tr th.product-name, .shop_table.woocommerce-checkout-review-order-table tbody tr td.product-name , .shop_table.woocommerce-checkout-review-order-table tfoot tr th {
    width: 80%;
}
.shop_table.woocommerce-checkout-review-order-table thead tr th.product-total, .shop_table.woocommerce-checkout-review-order-table tbody tr td.product-total, .shop_table.woocommerce-checkout-review-order-table tfoot tr td {
    width: 20%;
}
table.shop_table.woocommerce-checkout-review-order-table {
    background: #ffffff;
}	
	
.woocommerce form.woocommerce-form.woocommerce-form-login.login {
    width: 50%;
    margin: 0;
    padding: 15px 0px;
}

.woocommerce-info .showlogin:hover {
    color: #fff!important;
}
.woocommerce form.woocommerce-form.woocommerce-form-login.login .form-row {
    margin: 0px 0px 15px 0px;
}
.woocommerce form.woocommerce-form.woocommerce-form-login.login .form-row .button {
    padding: 0px 30px;
    line-height: 0;
}





.quantity .input-text.qty {
    width: 70px;
}


.product_categories_box img {
    width: 100%;
}

.product_categories_box {
    overflow: hidden;
    position: relative;
}
.product_categories_box .product_categories_box_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
	text-align: center;
	transition:0.5s;
	transform: rotateY(180deg) scale(0.5, 0.5);
	opacity:0;
}
.product_categories_box .product_categories_box_overlay a {
    color: #fff!important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border: 2px solid #fff;
    padding: 5px 15px;
}

#product_categories_section{
	margin: 50px 0px 0px 0px;
}

.product_categories_box:hover .product_categories_box_overlay{
	-webkit-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
	opacity:0.9;
}
.product_categories_box .product_categories_box_title {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 0px 15px;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: 100%;
}

p.desp {
    color: #2c2c2c;
}

table.variations tbody tr td.label {
    display: none;
}
table.variations tbody tr td.value a.reset_variations {
    padding: 10px;
}
.woocommerce-variation-price {
    padding-bottom: 10px;
}

.woocommerce-tabs.wc-tabs-wrapper {
    width: 100%;
}
.woocommerce .woocommerce-order .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center;
    color: #4b9514;
    font-size: 24px;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    margin-bottom: 8px;
}
ul.wc-bacs-bank-details.order_details.bacs_details li {
    margin-bottom: 8px;
}
.woocommerce .woocommerce-order {
    width: 70%;
    margin: 0 auto;
    border: 1px solid #cdcdcd;
    padding:30px 15px 15px 15px;
}
.woocommerce-table--order-details tr td, .woocommerce-table--order-details tr th {
    border: 1px solid #c7c7c7;
    padding: 6px 10px;
}

.woocommerce-cart-form__contents tbody tr td {
    padding: 0px 10px;
}
.woocommerce-cart-form__contents thead tr th {
    padding: 0px 10px;
}

.whatsapp a {
    position: relative;
    top: 28px;
    left: -22px;
}
.inner_ul {
    list-style: disc;
    margin: unset;
    padding-left: 15px;
}
.inner_ul li {
    line-height: 28px;
}

.blog_section img {
    height: 240px!important;
    border: 1px solid #ece8e8;
	background: #000;
}
.ft_box .ft_menu_link li a {
    padding: 5px 0px;
    display: inline-block;
}
.ft_box.ft_1 img {
    width: 170px;
    margin: 13px 0px;
}

.ft_box.social_box .footer_ul li {
    float: left;
}
.ft_box.social_box .footer_ul li a {
    background: #ad2737;
    font-size: 18px;
    width: 35px;
    display: block;
    text-align: center;
    height: 35px;
    border-radius: 50px;
    padding: 5px;
    margin-right: 5px;
    color: #fff!important;
}
.ft_box.map iframe {
    width: 100%;
    height: 210px;
}
.copyright_section {
    background: #c7c7c7;
    text-align: center;
    padding: 20px 0px;
}
.copyright_section p {
    margin: 0;
    text-align: center;
}



.fix_btn {
    position: fixed;
    right: -62px;
    top: 40%;
    color: #fff;
    background: #ad2737!important;
    border: 0!important;
    padding: 12px 20px!important;
    line-height: normal!important;
    font-size: 12px!important;
    z-index: 99!important;
    border-radius: 10px 10px 0px 0px!important;
    transform: rotate(270deg);
}
.fix_btn:hover{
	background: #ad2737;
}
.ft_address {
    margin-top: 30px;
}
.ft_address p {
    margin-bottom: 10px;
	text-align: left;
}
.ft_modal_popup .modal-body p {
    margin-bottom: 5px;
}
.ft_modal_popup .modal-body ul li {
    line-height: 22px;
	font-size: 12px;
}
.ft_modal_popup {
    font-size: 13px;
}
.ft_modal_popup .modal-body p .click_here {
    color: #ad2737!important;
}
.ft_modal_popup .modal-body {
    max-height: unset;
}





.wc-item-meta {
    margin-top: 15px;
}
.wc-item-meta li {
    float: left;
    width: 50%;
    margin-bottom: 10px;
}
.wc-item-meta li p {
    margin: 0;
}

.woocommerce-order .woocommerce-order-overview {
    width: 50%;
    float: left;
}
.woocommerce-order .woocommerce-bacs-bank-details {
    width: 50%;
    float: left;
}
.woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name {
    font-size: 18px;
}
.variation dd p {
    margin: 0;
    text-align: left;
}
.woocommerce-cart-form__cart-item .product-price , .woocommerce-cart-form__cart-item .product-subtotal{
    width: 10%;
}
.cart_ak_shop tbody .cart_item .product-thumbnail a img {
    width: 60px;
    height: 60px;
    margin: 20px 20px 20px 10px;
}



.blog_section .owl-controls .owl-buttons .owl-prev, .blog_section .owl-controls .owl-buttons .owl-next {
    position: unset;
    background: #ad2737;
    opacity: 1;
    border-radius: 5px;
    padding: 8px 20px;
}
.blog_section .owl-controls {
    margin: 0!important;
    position: absolute;
    right: 0;
    top: -45px;
}
.blog_section .owl-carousel {
    position: relative;
    overflow: unset;
}



.blog_section {
    padding-bottom: 50px;
}

.ss_service .product_box_img {
    height: 300px;
}
.product_box .product_box_img .product_box_overlay {
    margin-top: -150%;
}




.btn-primary.focus, .btn-primary:focus {
    box-shadow:none;
}
body{
    padding: 0!important;
	margin:0!important;
}

.dl-menuwrapper ul {
    float: right;
    display: unset;
    width: auto!important;
    position: absolute;
    right: 175px;
}
.whatsapp i {
    color: #2b8b04;
}
.slide_ak {
	width: 100%;
	text-align: center;
}
.slide_ak  p {
	text-align: center;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    opacity: 1 !important;
}
#ppom-price-cloner-wrapper #ppom-price-cloner {
	display: none;
}