/*!
Theme Name: sevenbravo
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: sevenbravo
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.

sevenbravo 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: disc;
}

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: #4169e1;
}

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: 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 {
	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;
}

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
/* .custombtn-block a.elementor-button {	background-image:url(./images/shape-img.png);} */
.custombtn-block a.elementor-button .elementor-button-text{
	background: -webkit-linear-gradient(42deg, #29a1d7 0%, #d948ba 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}

.custombtn-block a.elementor-button:hover .elementor-button-text{
	background: none;
	-webkit-background-clip: text;
	-webkit-text-fill-color: inherit;
	color: #fff;

}

.custombtn-block a.elementor-button.elementor-button-link {
	position: relative;
	box-sizing: border-box;
	background: #fff;
	background-clip: padding-box;
	/* !importanté */
	/* !importanté */
	text-align: center;
	border-radius: 5em;
}
.custombtn-block .elementor-button-wrapper {position: relative; z-index: 4;}
.custombtn-block a.elementor-button.elementor-button-link:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: -1.5px;
	/* !importanté */
	border-radius: inherit;
	/* !importanté */
	background: linear-gradient(63deg, #45b6df, #e176ca);
}



/* new */

.form-block .custombtn-submit input{
	background: -webkit-linear-gradient(42deg, #29a1d7 0%, #d948ba 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    cursor: pointer;
    border: none;
}

.form-block .custombtn-submit:hover input{
	background: -webkit-linear-gradient(42deg, #29a1d7 0%, #d948ba 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    border: none;

}

.form-block .custombtn-submit {
	position: relative;
	box-sizing: border-box;
	background: #fff;
	background-clip: padding-box;
	/* !importanté */
	/* !importanté */
	text-align: center;
	border-radius: 5em;
}

.form-block .custombtn-submit:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: -1.5px;
	/* !importanté */
	border-radius: inherit;
	/* !importanté */
	background: linear-gradient(63deg, #45b6df, #e176ca);
}
.form-block .cust-btn { position: relative; z-index: 4;}
.custombtn-submit {width: 155px;}
.custombtn-submit p{margin: 0px;}
.form-block .wpcf7-spinner {display: none;}
.leftbg{ position: relative;}
.leftbg::after { position: absolute;  top: 0px; bottom: 0px; left: -1055px; content: ""; width: 1055px; background: url(https://sevenbravo.ituldev.com/wp-content/uploads/2023/09/linebg.png) repeat-x; background-size: 100% 100%;}
@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: 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;
}

.custom-product .woocommerce ul.products li.product a img {background-color: #D9D9D9; transition: all 0.5s;}
.custom-product .woocommerce ul.products li.product a img:hover {background-color: #3EBAE1;}
.custom-rating { height:19px; width: 138px;  margin:10px auto 15px;}
.custom-rating.rating_one { background: url(./images/rating_one.png) no-repeat;}
.custom-rating.rating_two { background: url(./images/rating_two.png) no-repeat;}
.custom-rating.rating_three { background: url(./images/rating_three.png) no-repeat;}
.custom-rating.rating_four { background: url(./images/rating_four.png) no-repeat;}
.custom-rating.rating_five { background: url(./images/rating_five.png) no-repeat;}
.custom-rating.rating { background: url(./images/rating.png) no-repeat;}

@font-face {
    font-family: 'AvenirLTStdRoman';
    src: url('./fonts/AvenirLTStdRoman.eot');
    src: url('./fonts/AvenirLTStdRoman.eot') format('embedded-opentype'),
         url('./fonts/AvenirLTStdRoman.woff2') format('woff2'),
         url('./fonts/AvenirLTStdRoman.woff') format('woff'),
         url('./fonts/AvenirLTStdRoman.ttf') format('truetype'),
         url('./fonts/AvenirLTStdRoman.svg#AvenirLTStdRoman') format('svg');
}


.custom-product ul.products li.product a.button {
	position: relative;

	box-sizing: border-box;
  
	background: #fff;
	background-clip: padding-box;
	/* !importanté */
	transition: max-width 0.2s ease,min-width 0.2s ease;
	/* !importanté */
	text-align: center;
	min-width: 0px;
	border-radius: 5em;
}
.custom-product ul.products li.product a.button:hover {
	min-width: 195px;
	transition: max-width 0.2s ease,min-width 0.2s ease;
    display: inline-block !important;
}

.custom-product ul.products li.product a.button:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: -1.5px;
	/* !importanté */
	border-radius: inherit;
	/* !importanté */
	background: linear-gradient(63deg, #45b6df, #e176ca);
}



.custom-product ul.products li.product a.button span {	background: -webkit-linear-gradient(42deg, #29a1d7 0%, #d948ba 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;}












	.newblog .elementor-post__read-more {
		position: relative;
	
		box-sizing: border-box;
	  padding: 10px 55px;
		background: #fff;
		background-clip: padding-box;
		/* !importanté */
		transition: max-width 0.2s ease,min-width 0.2s ease;
		/* !importanté */
		display: inline-block;
		text-align: center;
		min-width: 0px;
		border-radius: 5em;
	}
	.newblog .elementor-post__read-more:hover {
	
		transition: max-width 0.2s ease,min-width 0.2s ease;
		display: inline-block !important;
	}
	
	.newblog .elementor-post__read-more:before{
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
		margin: -1.5px;
		/* !importanté */
		border-radius: inherit;
		/* !importanté */
		background: linear-gradient(63deg, #45b6df, #e176ca);
	}
	
	
	
	.newblog .elementor-post__read-more span {	background: -webkit-linear-gradient(42deg, #29a1d7 0%, #d948ba 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;}








.cart-form-custom { padding-top: 80px; padding-bottom: 50px;}  	
.cart-form-custom table.shop_table { border: none;}
.cart-form-custom table.shop_table tr td {border-top: none;}
.cart-form-custom table.shop_table thead th { border-bottom: #000000 solid 2px;     font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 600;}
.cart-form-custom table.shop_table .product-remove a img {width: 23px;}
.cart-form-custom table.shop_table .product-remove a:focus{ outline: none; border: none;}
.cart-form-custom table.shop_table .product-remove a:hover {color:transparent; background: transparent; }
.cart-form-custom table.shop_table .product-thumbnail a img {width: 85px;}
.cart-form-custom table.shop_table .product-name a, .cart-form-custom table.shop_table .woocommerce-Price-amount.amount {color: #000000; font-size: 18px;  font-family: "Montserrat", Sans-serif;}

.cart-form-custom table.shop_table .product-quantity .quantity input.qty {border: #C7C7C7 solid 1px; border-radius: 2px; color: #000000; font-weight: 500; font-size: 18px; font-family: "Montserrat", Sans-serif;}
.cart-form-custom table.shop_table .actions { background-color: #F5F5F5; border-top: #000000 solid 1px; padding: 15px;}
.cart-form-custom table.shop_table .actions .coupon input.input-text {width: 250px; border: #C7C7C7 solid 1px; height: 34px; border-radius: 2px;  font-size: 18px;  font-family: "Montserrat", Sans-serif; color: #969696;}
.cart-form-custom table.shop_table .actions  button.button {background-color: #000000; padding-left: 35px; padding-right: 35px; height: 34px; margin-left: 15px; border-radius: 50px; color: #fff; font-size: 14px; font-family: "Montserrat", Sans-serif; font-weight: 500;} 
.custom-cart_totals h2 {font-size: 24px; color: #000000; font-weight: 600; font-family: "Montserrat", Sans-serif;}
.custom-cart_totals table.shop_table { border: none;}
.custom-cart_totals table.shop_table td, .custom-cart_totals table.shop_table th{ color: #000000; font-weight: 400 !important; font-size: 18px; font-family: "Montserrat", Sans-serif;}
.custom-cart_totals table.shop_table .order-total strong {font-weight: normal !important;}
.custom-cart_totals a.checkout-button { color: #fff; font-size: 18px !important; font-family: "Montserrat", Sans-serif;  font-weight: 500 !important; padding: 13px !important; background: rgb(62,186,225);
	background: linear-gradient(195deg, rgba(62,186,225,1) 0%, rgba(226,119,202,1) 78%, rgba(226,119,202,1) 100%);  border-radius: 50px;}
	.custom-cart_totals a.checkout-button:hover { color: #fff; font-size: 18px !important; font-family: "Montserrat", Sans-serif;  font-weight: 500 !important; padding: 13px !important; background: rgb(62,186,225);
		background: linear-gradient(195deg, rgba(62,186,225,1) 0%, rgba(226,119,202,1) 78%, rgba(226,119,202,1) 100%); border-radius: 50px;}

		.product_digi {background: url(./images/product-img.png) no-repeat center center; background-size: cover; padding-top: 25px; padding-bottom: 35px;}
.single-product .product .entry-content { margin-top: 0px;}
.product_digi .rtproduct {color: #fff; font-family: "Montserrat", Sans-serif; font-size: 18px !important;  display: inline-flex; align-items: center; margin-bottom: 78px; }
.product_digi .rtproduct:hover { text-decoration: none;}
.product_digi .woocommerce-product-gallery__wrapper .zoomImg { background-color: transparent !important;}
.product_digi .summary h1 { color: #FFFFFF; font-family: "Montserrat", Sans-serif; font-size: 32px; font-weight: 600; margin-bottom: 15px; }
.product_digi .summary .price {color: #FFFFFF !important; margin-bottom: 15px !important; font-family: "Montserrat", Sans-serif; font-size: 24px !important; font-weight: 700; }
.product_digi .summary .woocommerce-product-details__short-description	{color: #FFFFFF !important; margin-bottom: 15px !important; font-family: "Montserrat", Sans-serif; font-size: 18px !important;  }
.product_digi .entry-summary {margin-top: 6.5em;}

.product_digi .entry-summary form.cart button.single_add_to_cart_button {border: #fff solid 1px; border-radius: 50px; color: #fff; background-color: transparent; padding: 14px 65px; font-family: "Montserrat", Sans-serif; font-size: 18px; font-weight: 400;}
.product_digi .entry-summary form.cart button.single_add_to_cart_button:focus{outline: none;}
.product-discription-content { padding-top: 125px; padding-bottom: 125px;}
.product-discription-content h3 { color: #000000; font-family: "Montserrat", Sans-serif; margin-bottom: 15px; font-weight: 600; font-size: 24px;}
.product-discription-content p {color: #000000; font-family: "Montserrat", Sans-serif; font-size: 18px; font-weight: 400;}
.woocommerce form.checkout_coupon { border-radius: 0px;}
.woocommerce form.checkout_coupon p{ margin-bottom: 10px;}
.woocommerce form.checkout_coupon input.input-text { border: #cfc8d8 solid 1px; border-radius: 0px; color: #000000; font-family: "Montserrat", Sans-serif; padding: 10px;  font-size: 16px; }
.woocommerce form.checkout_coupon .button {
	background-color: #000000;
    padding-left: 35px;
    padding-right: 35px;
    height: 41px;
    margin-left: 15px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
}
.woocommerce-info a.showcoupon { color: #1e85be;}
#customer_details .col-bill .woocommerce-billing-fields h3 {
	font-size: 24px;  font-weight: 600; color: #000000; margin-bottom: 20px;
    font-family: "Montserrat", Sans-serif;
}
#customer_details .col-bill .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {width: 100%; display: block; margin-bottom: 20px;}
#customer_details .col-bill .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label {color: #000000; line-height: normal; margin-bottom: 4px; font-size: 18px; font-family: "Montserrat", Sans-serif;}
#customer_details .col-bill .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input.input-text  {background-color: #efefef; border-radius: 0px; height: 40px; border: none; padding: 8px; font-family: "Montserrat", Sans-serif; color: #000000; font-size: 16px;}
#customer_details .col-bill .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .select2-container .selection .select2-selection {border-radius: 0px; border: 0px; background-color: #efefef; border-radius: 0px; height: 40px; border: none; padding: 8px; font-family: "Montserrat", Sans-serif; color: #000000; font-size: 16px;}
#customer_details .col-bill .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .select2-container .selection .select2-selection .select2-selection__arrow { margin-top: 7px;}
#customer_details .col-bill .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_city_field {width: 50%; float: left; clear: none;}
#customer_details .col-bill .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_state_field {width: 25%; float: left; clear: none;}
#customer_details .col-bill .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_postcode_field {width: 25%; float: left; clear: none;}
.checkout #customer_details { padding-right: 25px;}
.your-order-block { padding-left: 25px;}
.your-order-block h3#order_review_heading {color: #000000; font-family: "Montserrat", Sans-serif; margin-bottom: 15px; font-weight: 600; font-size: 24px;}
.your-order-block #order_review .shop_table { border: none; border-radius: 0px; border-collapse:collapse;}
.your-order-block #order_review .shop_table thead tr th { border-bottom: #000000 solid 2px; color: #000000; padding-top: 5px; padding-bottom: 5px; font-size: 18px;  font-family: "Montserrat", Sans-serif; font-weight: 700;}

.your-order-block #order_review .shop_table tbody .cart_item td { border-top: #000000 solid 1px !important; color: #000000; font-size: 18px;  font-family: "Montserrat", Sans-serif;}
.your-order-block #order_review .shop_table tfoot th, .your-order-block #order_review .shop_table tfoot td {border-top: #000000 solid 1px;}
.your-order-block #order_review .shop_table tfoot .cart-subtotal th, .your-order-block #order_review .shop_table tfoot .cart-subtotal td {
	color: #000000; font-size: 18px;  font-family: "Montserrat", Sans-serif; font-weight: normal;
}
.your-order-block #order_review .shop_table tfoot .order-total th, .your-order-block #order_review .shop_table tfoot .order-total td {
	color: #000000; font-size: 18px;  font-family: "Montserrat", Sans-serif;
}
.your-order-block #order_review .shop_table tfoot .order-total td strong { font-weight: 700;}
.your-order-block #order_review #payment {background-color: #EEEEEE;}
.your-order-block #order_review #payment .wc_payment_methods .woocommerce-info .e-description {color: #000000; font-size: 16px; line-height: 22px;  font-family: "Montserrat", Sans-serif;}
.your-order-block #order_review #payment .wc_payment_methods .woocommerce-info {line-height: normal;}
.your-order-block #order_review #payment .wc_payment_methods .woocommerce-info::before{top: 1.3em;}
.your-order-block #order_review #payment .place-order .woocommerce-privacy-policy-text p {color: #000000; font-size: 16px; line-height: 22px;  font-family: "Montserrat", Sans-serif;}
.your-order-block #order_review #payment .place-order .woocommerce-privacy-policy-text p a{color: #1e85be;}
.your-order-block #order_review #payment .place-order button.button  { color: #fff; font-size: 18px !important; font-family: "Montserrat", Sans-serif;  font-weight: 500 !important; padding: 13px !important; background: rgb(62,186,225);
	background: linear-gradient(195deg, rgba(62,186,225,1) 0%, rgba(226,119,202,1) 78%, rgba(226,119,202,1) 100%);  border-radius: 50px; width: 100%;}



.side-bar-nav { background-color: #F4F4F4; float: left; padding-top: 115px; padding-left: 80px; padding-right: 80px;}	
.side-bar-nav .woocommerce-MyAccount-navigation { width: auto;}
.side-bar-nav .woocommerce-MyAccount-navigation h3.dshbord { font-family: "Montserrat", Sans-serif;  font-weight: 700; color: #000000; font-size: 32px; }
.side-bar-nav .woocommerce-MyAccount-navigation hr { background-color: #3EBAE1; height: 3px; width: 60%; float: left;}
.side-bar-nav .woocommerce-MyAccount-navigation ul { float: left; margin: 0px; padding: 0px;}
.side-bar-nav .woocommerce-MyAccount-navigation ul li{ list-style: none; margin-bottom: 20px;}
.side-bar-nav .woocommerce-MyAccount-navigation ul li a { color: #000000; font-family: "Montserrat", Sans-serif;  font-weight: 500; font-size: 18px; }
.side-bar-nav .woocommerce-MyAccount-navigation ul li a:hover {text-decoration: none;}
.side-bar-nav .woocommerce-MyAccount-navigation ul li.is-active a { color: #3EBAE1; font-weight: bold;}
.h_user { color: #000000; font-family: "Montserrat", Sans-serif;  font-weight: 700; font-size: 32px; }
.h_user strong{ font-weight: 700;}
.container.container_account .entry-content.test { margin-top: 0px;} 
.h_logout {font-size: 14px;  color: #000000; font-family: "Montserrat", Sans-serif;}
.h_logout strong{ font-weight: normal;}
.h_logout a {  font-weight: 500; font-size: 14px;  color: #000000; font-family: "Montserrat", Sans-serif; text-decoration: underline;}
.discription-my-account { margin-top: 35px; padding-bottom: 10px; border-bottom: #707070 solid 1px;}
.discription-my-account p { font-weight: 500; font-size: 18px;  color: #000000; font-family: "Montserrat", Sans-serif; }
.discription-my-account p a { color: #000000; text-decoration: underline;}
.side-bar-nav .woocommerce-MyAccount-navigation ul li a:hover { color: #3EBAE1;}
.woocommerce-account .woocommerce-MyAccount-content {
	padding-top: 105px; padding-left: 50px;
}
.woocommerce table.shop_table.custom_order_block { border: 0px; border: #F0F0F0 solid 1px;     border-collapse:collapse;}
.woocommerce table.shop_table.custom_order_block th { background-color: #000000; font-weight: 500; color: #FFFFFF; font-family: "Montserrat", Sans-serif; font-size: 16px; padding: 5px 15px;}
.woocommerce table.shop_table.custom_order_block tbody td {padding: 25px 15px; color: #2E3433;  font-family: "Montserrat", Sans-serif; font-size: 16px; font-weight: 400;}
.woocommerce table.shop_table.custom_order_block tbody td a {color: #3EBAE1;}
.woocommerce table.shop_table.custom_order_block tbody td a.button.view {background-color: #E2E2E2; background-image: url(./images/awesome-eye.png); background-repeat: no-repeat;    background-position: 5px 11px;  font-family: 'AvenirLTStdRoman'; border-radius: 0px; padding: 10px 10px 10px 22px; color: #767676; font-weight: 800; font-size: 10px;}
.addresses-custom .col-1, .addresses-custom .col-2{    max-width: inherit;}
.addresses-custom .woocommerce-Address-title h3{color: #2E3433; font-family: "Montserrat", Sans-serif; font-size: 26px; font-weight: bold;}
.addresses-custom .woocommerce-Address-title a {color: #009DFF; font-family: 'AvenirLTStdRoman'; font-weight: 500; font-size: 16px;}
.addresses-custom address {color: #2E3433; font-size: 18px;  font-family: "Montserrat", Sans-serif;}
.addresses-custom { margin-left: -15px; margin-right: 15px;}
.custom-signup .yikes-easy-mc-form .submit-button-inline-label .yikes-easy-mc-submit-button { margin-bottom: 0px;     position: relative;
    box-sizing: border-box;
    background: #fff;
    background-clip: padding-box;
	border-radius: 50px;
	z-index: 1;
    text-align: center;}
	.custom-signup .yikes-easy-mc-form .submit-button-inline-label .yikes-easy-mc-submit-button::after{ position: absolute;  	
		top: 0;
		right: 0;
		z-index: 1;
		bottom: 0;
		content: "";
		border-radius: 50px;
		left: 0;
		background-color: #000000;
		z-index: -1;}
	.custom-signup .yikes-easy-mc-form .submit-button-inline-label .yikes-easy-mc-submit-button::before{    content: "";
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
		bottom: 0;
		left: 0;
		z-index: -1;
		border-radius: 50px;
		margin: -1.5px;

		background: linear-gradient(63deg, #45b6df, #e176ca);}
		.custom-signup .yikes-easy-mc-form .submit-button-inline-label .yikes-easy-mc-submit-button .yikes-mailchimp-submit-button-span-text {
			background: -webkit-linear-gradient(42deg, #29a1d7 0%, #d948ba 100%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
		}

		.custom-signup input.yikes-easy-mc-email {border-radius: 0px;}

		.custom-testimonial .elementor-testimonial__text{ position: relative;}
		.custom-testimonial .elementor-testimonial__text::before{ position: absolute; margin-left: -70px; margin-top: -35px; left: 0px; content: ""; background: url(./images/formatquote.png) no-repeat; width: 62px; height: 75px;}
		.custom-testimonial .elementor-testimonial__text::after{ position: absolute; right: 0px; content: ""; background: url(./images/rightformatquote.png) no-repeat; margin-right: -70px; bottom: 0px; margin-bottom: -35px; width: 62px; height: 75px;}
		
		.text-wrap .elementor-widget-container p { word-break: break-all;}
		.serch_filter label{ margin-bottom: 0px; margin-right: 5px;}
		.serch_filter label input.search-field  {width: 400px; font-family: "Montserrat", Sans-serif; color: #686868; font-size: 18px; padding: 15px; border: none; border-radius: 0px; height: 50px; background: #F4F4F4;}
		.serch_filter input.search-submit { text-indent: 122px; top: 3px; position: relative; background-color: transparent; border: 0px; border-radius: 0px; width: 29px; height: 29px; background-image: url(./images/icon_search.png); background-repeat: no-repeat;}
		.shop_page .woocommerce-result-count {
			color: #000;
		
		
		font-family: "Montserrat", Sans-serif;
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		}
		.shop_page .woocommerce-ordering .orderby {padding: 5px 4px; font-size: 16px; color: #000; font-family: "Montserrat", Sans-serif;}
		.shop_page .custom-product { margin-top: 80px;}
		.shop_page .custom-product ul.products li a h2.woocommerce-loop-product__title {
			color: #000;
		
		text-align: center;
		font-family: "Montserrat", Sans-serif;
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		}
		
		.shop_page ul.products li.product {text-align: center;}
		.shop_page ul.products li.product .price { text-align: center; color: #000;
			font-family: "Montserrat", Sans-serif;
			font-size: 20px;
			font-style: normal;
			font-weight: 600;
			line-height: normal;
		}
		.custom-width-1920 > .elementor-container {max-width: 2350px !important;}
		.search_sec h1 {color: #000; font-weight: bold; font-family: "Montserrat", Sans-serif;}
		.heading-custom .elementor-image-box-wrapper .elementor-image-box-img { position: absolute; top: -66px}
		.heading-custom .elementor-image-box-content { position: relative; z-index: 5;}
		.heading-custom .elementor-image-box-content h3 {padding-left: 22px;}

ul.custom-mynavtab {margin:0px; padding: 0px; border: none;}
ul.custom-mynavtab li { padding-top: 10px; padding-bottom: 10px;}
ul.custom-mynavtab li a { color: #000000;font-family: "Montserrat", Sans-serif; position: relative; font-size: 18px; padding-top: 0px; padding-bottom: 0px; }
ul.custom-mynavtab li a::after {content: ""; width: 1px; height: 23px; background-color: #000000; position: absolute;     top: 50%;
	right: 0px; transform: translateY(-50%);}
	ul.custom-mynavtab li:last-child a::after { display: none;}
ul.custom-mynavtab li a.active { border-color: transparent !important; color: #000000 !important; font-weight: bold;}
ul.custom-mynavtab li a:focus,ul.custom-mynavtab li a:hover {border-color: transparent !important; outline: none;}

.serch_filter  {
	text-align: right;
}
.relatate-box { position: relative; max-width: 100%; overflow: hidden; height: 240px;}
.relatate-box > img {width: 100%;  position: absolute; display: block;}

.relatate-box .bottm-shape{ background: url(./images/shape-img.png) no-repeat; background-size:100% 100%; z-index: 8; font-family: 'Montserrat', sans-serif;  width: 80%; position: absolute; bottom: 0px; left: 0px; padding: 7px 12px;}
.relatate-box .bottm-shape .titletext{ font-size: 18px; color: #fff; font-weight: 600;}
.relatate-box .bottm-shape .discription{ font-size: 14px; color: #fff; font-weight: 400; font-family: 'Raleway', sans-serif;}
/* Opacity #1 */
.relatate-box > img{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	height: 270px; object-fit: cover;
}

.relatate-box > img:hover {
	opacity: .5; transform: translateY(-15px); object-fit: cover; 
}
.relatate-box a  {width: 156px; z-index: 55; transition: 0.5s; height: auto; position: absolute; left: 50%; top: 55%; transform: translate(-50%, -50%); opacity: 0;}
.relatate-box:hover > a{opacity: 1; }

.relatate-box:hover > img{
	opacity: .5; transform: translateY(-15px); object-fit: cover; 
}

.relatate-box a img {opacity:1; width: 100%;}

@media only screen and (max-width: 575px) {
	.relatate-box .bottm-shape .titletext {font-size:14px}
}



@media (min-width: 300px){.custommb-3 { margin-bottom: 30px;}}
@media (min-width: 767px){
	.custom_order_block {min-width: 655px;}
}
@media (min-width: 1200px){
	.container.container_account {
		max-width: 1390px;
	}
	
}

@media (min-width: 1300px){
	.gx-5 { margin-left: -40px; margin-right: -40px;}
	.gx-5 > * {padding-left: 40px; padding-right: 40px;}
	.custommb-3 { margin-bottom: 80px;}
	
	
}







.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: calc(100% - 389px);
}

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

.product_digi .entry-summary {
    margin-top: 2.5em;
}
}
@media screen and (max-width: 992px) {
	.shop_page .custom-product ul.products li a h2.woocommerce-loop-product__title {font-size: 14px;}
	.shop_page ul.products li.product .price { font-size: 14px;}
	.serch_filter {
		text-align: left;
	}
}
@media screen and (max-width: 1024px) {

	.addresses-custom .woocommerce-Address-title h3 { font-size: 18px;}
	.addresses-custom .woocommerce-Address-title a {font-size: 14px;}
	.addresses-custom address { font-size: 14px;}
	.side-bar-nav {width: 100%; padding-top: 45px;}
	.woocommerce-account .woocommerce-MyAccount-content {width: 100%;     padding-right: 50px;}
	.woocommerce-account .woocommerce-MyAccount-content {padding-top: 45px;}
	.side-bar-nav .woocommerce-MyAccount-navigation hr {width: 100%;}
	
}
@media screen and (max-width: 767px) {
	.search_sec { margin-top: 270px;}
	.heading-custom .elementor-image-box-content h3 { padding-left: 0px;}
	.search_sec h1 {color: #000; font-size: 24px; font-family: "Montserrat", Sans-serif;}
	.serch_filter label {width: calc(100% - 54px);}
			.container_account {padding-left: 0px; padding-right: 0px;}
			.newblog.elementor-posts--thumbnail-left .elementor-post {display: block;}
			.serch_filter input.search-submit { width: 24px; height: 24px; background-size:22px; top: 7px; background-image: url(./images/icon_search.png);}
			ul.custom-mynavtab li a { font-size: 14px; padding: .5rem 0.5rem;}
			ul.custom-mynavtab li a::after {    height: 15px;}
			.serch_filter label input.search-field { font-size: 14px; height: 40px;     width: 100%; padding: 10px;}
			.product_digi { margin-top: 250px;}
			.your-order-block {
				padding-left: 0px;
			} 
			main#primary.site-main { margin-top: 250px;}
			.checkout #customer_details { padding-right: 0px;}
			.cart-form-custom table.shop_table .actions .coupon input.input-text {width: 100% ; margin-right: 0px;}
			.cart-form-custom table.shop_table .actions button.button {width: 100% !important; margin-left: 0px; margin-top: 10px;}
			.product-discription-content {padding-top: 75px; padding-bottom: 75px;}
			.product-discription-content p { font-size: 16px;}
			.product_digi .summary h1 {font-size: 26px;}
			.product_digi .summary .price { font-size: 20px !important;}
			.product_digi .summary .woocommerce-product-details__short-description {font-size: 16px !important;}
			.product-discription-content h3 {font-size: 22px;}
			#customer_details .col-bill .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_city_field, #customer_details .col-bill .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_state_field,#customer_details .col-bill .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_postcode_field {width: 100%;}
		  }

		  @media screen and (max-width: 500px) {
			.shop_page ul.products[class*=columns-] li.product, .shop_page ul.products[class*=columns-] li.product {width: 100%;}
			.side-bar-nav { padding-left: 15px; padding-right: 15px;}
			.side-bar-nav .woocommerce-MyAccount-navigation h3.dshbord { font-size: 24px;}
			.woocommerce form.checkout_coupon .form-row {width: 100%;}
			.woocommerce form.checkout_coupon .form-row button.button { margin-left: 0px;}
			.woocommerce-account .woocommerce-MyAccount-content { padding-right: 15px; padding-left: 15px;}
			.h_user { font-size: 24px;}
			.discription-my-account p { font-size: 14px;}
		  }
