/*!
Theme Name: Maham
Theme URI: http://underscores.me/
Author: FMDA
Author URI: https://flag.media
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: maham
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 with others.

Maham 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.
 */

body {
	margin: 0;
}

/**
 * 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 {
	-webkit-box-sizing: content-box;
	        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;
}

/**
 * 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 */
	-webkit-text-decoration: underline dotted;
	        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;
}
.wpcf7 form .wpcf7-response-output {
    border: none!important;
    font-size: 16px!important;
    color: #46b450;
}
.wpcf7 form.invalid .wpcf7-response-output {
	color: #dc3232;
}
/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: Heebo; /* 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 {
	-webkit-box-sizing: border-box;
	        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"] {
	-webkit-box-sizing: border-box;
	        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: #000000;
	font-family: Heebo;
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #0a395d;
}

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;
	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 {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.main-navigation a {
	color: #003c60;
}
.main-navigation .current-menu-item>a {
	color:#003c60;
	position: relative;
}
#top-navigation a {
	position: relative;
}
#top-navigation a:after {
	content: "";
	bottom: -20px;
	left: 0;
	right: 0;
	height: 4px;
	background-color: #ed1c24;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: absolute;
}
#top-navigation a:hover:after, #top-navigation .current_page_item a:after {
	bottom: -8px;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	        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/ */
	-webkit-box-sizing: inherit;
	        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 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: 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: royalblue;
}
/*
a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}
a:focus {
	outline: thin dotted;
}
*/
a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#top-navigation ul {
	padding: 0;
	margin: 0;
}
#top-navigation a {
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
}
#top-navigation li {
	margin-right: 22px;
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
}
#top-navigation li:before {
    content: "/";
    position: absolute;
    left: -15px;
}
#top-navigation li:last-child:before {
	display: none;
}
.cat-wrapper .berocket_aapf_widget > li.berocket_term_depth_0,
.cat-wrapper .berocket_aapf_widget > li.berocket_term_depth_1 {
    display: none;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	font-weight: 500!important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
	font-weight: 500!important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	padding: 0 22px!important;
	overflow: hidden;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
	padding: 0 13px!important
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-child {
	padding-left: 0!important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    margin: 0 -22px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:before {
	content: "";
	position: absolute;
	bottom: -10px;
	height: 7px;
	width: 100%;
	left: 0;
	background-color: #f30a13;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover:before {
	bottom:0;
}
#ajaxsearchprores1_1.vertical, #ajaxsearchprores1_2.vertical, div.asp_r.asp_r_1.vertical {
	background-color: rgba(215, 215, 215, 1)!important;
}
.mega-sub-menu .simple-image a {
	display: block;
}
.mega-sub-menu .simple-image a img {
	width: 100%;
}
.site-content {
	position: relative;
}
.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);
	-webkit-clip-path: inset(50%);
	        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;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	        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-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-footer:after {
	clear: both;
}

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

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

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

/*--------------------------------------------------------------
# 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;
}
.site-branding {
    margin-top: -6px;
}
header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 18px 70px 3px 70px;
    position: fixed;
    z-index: 99;
    width: 100%;
    left: 0;
    top:0;
    right: 0;
    background: #fff;
    -webkit-box-shadow: 0 3px 20px 1px rgba(1,1,1,.2);
    box-shadow: 0 3px 20px 1px rgba(1,1,1,.2);
}
.basket-item-count {
    position: relative;
}
.basket-item-count span {
    position: absolute;
    width: 15px;
    height: 15px;
    display: block;
    background-color: #ff0000;
    color: #fff;
    font-size: 9px;
    line-height: 17px;
    text-align: center;
    top: -1px;
    right: -6px;
    border-radius: 50%;
    margin-left: 0px;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.top-row--icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.top-row--icons a {
	margin-right: 25px;
	display: block;
	position: relative;
}
.row.top-row {
    margin-top: 10px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.slider_top .slider_item:before {
	content: "";
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	background:url(images/slider-gradient.png) no-repeat top;
	height: 100%;
}
.slider_top .slider_item:after {
	content: "";
	position: absolute;
	bottom:0;
	left: 0;
	right: 0;
	background:url(images/slider-gradient2.png) no-repeat bottom;
	height: 100%;
	    background-color: rgba(0,0,0,0.39);
}
.page-narrow-content {
	max-width: 830px;
	margin: 0 auto;
	text-align: center;
}
.page-narrow-content h2 {
	font-size: 50px;
}

.btn-link {
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
    line-height: 40px;
    color: #ffffff;
    height: 40px;
    background-color: #ff0000;
    position: relative;
    padding: 0 10px 0 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    text-align: center;
}

.btn-link span.icn {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #d20008;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.btn-link:hover span.icn {
    width: 100%;
}
.btn-link span.icn:before {
    position: absolute;
    content: "";
    display: inline-block;
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    padding: 7px;
    top: 12px;
    left: 16px;
}
.btn-link span:last-child {
    position: relative;
}
.footer-menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-menu a {
	display: block;
}
.footer-menu div {
	display: none;
}
.footer-menu div:nth-child(2) {
	display: block;
}
.footer-menu--main div {
	display: block;
}
.footer-bottom .align-space {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.footer-bottom .text-left {
    direction: ltr;
}
.footer-menu h3 {
    font-size: 16px;
}
.footer-menu ul {
    padding: 0;
    margin: 0;
}
form, table, td, th {
	direction: rtl;
}
#billing_country_field{
display: none;
}
@media print {
 
    body{
        font-size: 11px;
    }
     
    .custom-header-media,
    .entry-title,
    #wc-print-button,
    .site-description, header, footer,
    .breadcrumbs, #breadcrumbs, .related.products, .contact_form-text, .product-video, .entry-summary .cart, .product-full-screen, .share-product,
    .woocommerce-checkout h2, form.checkout.woocommerce-checkout, .print-cart {
        display: none !important;
    }
     
    .site-branding,
    .custom-header,
    .page:not(.home) #content,
    #content .site-content  {
        margin:0 !important;
        padding:0 !important;
    }
    .product-image-block, .single-product div.product .entry-summary {
    	width: 100%!important;
    }
    .page-about_title {
    	height: auto!important;
    	padding: 0px!important;
    	margin: 30px 0!important;
    }
    .single-product .product-details {
    	display: block!important;
    }
 .page-about_title h1, .page-about_title .h1 {
    font-size: 50px!important;
}
.single-product div.product .entry-summary .product-title {
	font-size: 32px!important
}
.summary.entry-summary h3.desc-title {
	padding-right: 0px!important
}
}
.btn {
    height: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 16px 0 57px;
    line-height: 40px;
    cursor: pointer;
    font-size: 20px;
    color: #ffffff;
    background: #FF001E;
    position: relative;
    border: none;
    border-radius: 0;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    text-decoration: none;
        display: inline-block;
}
.btn .icn {
    display: block;
    width: 41px;
    height: 40px;
    background: #F3001A;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.btn:hover .icn {
	width: 100%;
}
.btn span:last-child {
	position: relative;
	z-index: 1;
}
.btn .icn:before {
    display: block;
    content: "";
    position: absolute;
    border-left: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    padding: 7px;
    top: 11px;
    left: 16px;
    z-index: 2;
}
.woocommerce-mini-cart__empty-message, .woocommerce-mini-cart {
    display: none; 
    position: absolute;
    top: -150%;
}
.search-block--input {
    position: absolute;
    top: -15px;
    width: 0px;
    opacity: 0;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.search-block--input.showed {
	opacity: 1;
	width: 830px;
}
header .dgwt-wcas-search-wrapp {
    max-width: 835px!important;
}
header .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    width: 100%;
    height: 42px!important;
    font-size: 18px!important;
    color: #002d51!important;
    background: #d7d7d7!important;
    border: none!important;
    border-radius: 0px!important;
    -webkit-border-radius: 0px!important;
}
header .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder {
	color: #002d51!important;
	font-style: normal!important;
}
header .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder {
	color: #002d51!important;
	font-style: normal!important;
}
header .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-ms-input-placeholder {
	color: #002d51!important;
	font-style: normal!important;
}
header .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
	color: #002d51!important;
	font-style: normal!important;
}



.footer-newsletter input.wpcf7-email::-webkit-input-placeholder {
	color: #fff!important;
	font-style: normal!important;
}

.footer-newsletter input.wpcf7-email:-ms-input-placeholder {
	color: #fff!important;
	font-style: normal!important;
}

.footer-newsletter input.wpcf7-email::-ms-input-placeholder {
	color: #fff!important;
	font-style: normal!important;
}

.footer-newsletter input.wpcf7-email::placeholder {
	color: #fff!important;
	font-style: normal!important;
}





header div.asp_m.ajaxsearchpro .probox {
    direction: rtl!important;
}
header div.asp_m.ajaxsearchpro .probox .promagnifier {
	position: relative;
}
header div.asp_m.ajaxsearchpro .probox .promagnifier:before {
	content: "";
	position: absolute;
	right: 0;
	top:7px;
	bottom: 7px;
	width: 1px;
	background-color: #003c60;
}
#ajaxsearchpro1_1 .probox .promagnifier div.innericon, #ajaxsearchpro1_2 .probox .promagnifier div.innericon, 
div.asp_m.asp_m_1 .probox .promagnifier div.innericon,
#ajaxsearchpro1_1 .probox .promagnifier, #ajaxsearchpro1_2 .probox .promagnifier, div.asp_m.asp_m_1 .probox .promagnifier {
    width: 54px!important;
}
div.asp_m.ajaxsearchpro .probox .proinput {
	padding: 0 15px!important;
}
aside div.asp_m.ajaxsearchpro .probox .promagnifier .innericon svg, aside div.asp_m.ajaxsearchpro .probox .prosettings .innericon svg, 
aside div.asp_m.ajaxsearchpro .probox .proloading svg {
    width: 34px!important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
	display: none;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    background-image: url(images/menu-bg.png)!important;
    position: fixed!important;
    width: 100vw!important;
    left: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 480px;
    background-color: transparent;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
    max-width: 1300px;
    float: none!important;
    margin: 0 auto;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column:last-child > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0!important;
}
.page-id-632 .site-content {
    direction: ltr;
}
.page-id-632 .home_about-link a span.icn {
    right: 0;
    left: auto;
}
.page-id-632 .home_about-link a span.icn:before {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    left: auto;
    right: 16px;
}
.page-id-632.page-template-page-about-php .home_about-link a {
	padding: 0 52px 0 20px;
}
.mfp-iframe-holder .mfp-close {
    top: 0!important;
    right: -50px!important;
    background-color: #d20008;
    width: 40px!important;
    height: 40px;
    opacity: 1;
    border-radius: 0;
    text-align: center!important;
    padding: 0!important;
    font-size: 60px;
    font-weight: 300;
    font-family: initial;
    line-height: 42px;
}
#ajaxsearchprores2_1.vertical, #ajaxsearchprores2_2.vertical, div.asp_r.asp_r_2.vertical {
    background: rgba(243, 10, 19, 1)!important;
}
ul.mega-sub-menu {
    background-size: cover!important;
    background-repeat: no-repeat!important;
}
.brand-logo {
    max-width: 35%;
}
.product-imgB {
    height: 100%;
}
.product-gallery .slick-slide img {
    position: relative!important;
}
.div.wpcf7 .ajax-loader {
	display: block!important;
	background-image: url(images/Spinner-1s-31px.gif)!important;
}
.footer-newsletter input.wpcf7-email {
	    display: block;
    width: 100%;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ffffff;
    background: transparent;
    font-size: 16px;
    color: #ffffff;
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 0;
}
.bapf_sfilter .bapf_body .mCSB_container>ul, .bapf_sfilter .bapf_body>ul {
    padding-right: 0;
}
.bapf_sfilter.bapf_ckbox label {
	padding-right:10px;
}