/*!
Theme Name: darkoob
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>darkoob</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
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: darkoob
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.

darkoob 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;
}

a {
	color: #000;
	outline: none;
	text-decoration: none;
}
a:hover {
    color: #e52e06;
}

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

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

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

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

html {
	box-sizing: border-box;
}

p {
	margin-bottom: 0;
}

/* Elements
--------------------------------------------- */

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
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"]: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%;
}


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

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

.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 select {
	max-width: 100%;
}

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

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

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

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


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

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

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

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

/***********************************************************/
.left {
	float: left;
}

.header-1-box {
	display: flex;
    align-items: center;
}
.header-1-box div {
	display: flex;
	margin-left: 22px;
	align-items: center;
    justify-content: center;
}
.header-row-1 {
	font-size: 14px;
	padding-top: 14px;
	display: flow-root;
    padding-bottom: 14px;
    background-color: #f3f3f3;
    border-top: 3px solid #e52e06;
}
.header-row-1 svg {
	margin-left: 14px;
}

.header-row-2 {
	padding: 35px 0;
}
.header-2-box, .header-3-box {
	display: flex;
	margin-top: 8px;
    align-items: center;
	justify-content: center;
}
.header-2-box > div {
	position: relative;
}
.header-2-box .badge {
	top: -9px;
	left: 22px;
	width: 22px;
	height: 22px;
	color: #ffffff;
    background: #e52e06;
    text-align: center;
    border-radius: 50%;
    position: absolute;
	display: inline-block;
}
.header-2-box div:nth-child(1) {
	margin-left: 30px;
}

.aws-container .aws-search-form {
	height: 55px !important;
	max-width: 555px !important;
}
.aws-container .aws-search-field {
	border-radius: 0px 4px 4px 0px !important;
}
.aws-container {
	max-width: 555px !important;
}
.rtl .aws-container .aws-search-form .aws-form-btn {
	width: 90px;
	background: #e52e06;
	border: 1px solid #e52e06 !important;
	border-radius: 4px 0px 0px 4px !important;
}
.rtl .aws-search-result {
	max-width: 555px !important;
}

.aws-container .aws-search-form .aws-search-btn svg {
	fill: #fff;
    width: 71px;
    height: 37px;
    margin-top: -5px;
}
.rtl .aws-container .aws-show-clear .aws-search-field {
	padding: 6px 25px 6px 6px !important;
}

.account-submenu {
	display: none;
    top: 37px;
    right: -7px;
	z-index: 99;
	min-width: 200px;
	position: absolute;
	padding: 15px 5px;
    background-color: #fff;
	transition: margin-top 0.4s ease 0s;
	box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
    border-top: 2px solid #e52e06;
}
.account-submenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-right: 10px;
}
.account-submenu ul li a {
	color: #555555;
	display: block;
    font-size: 15px;
    line-height: 32px;
}
.account-submenu ul li a:hover {
    color: #e52e06;
}
.header-row-3 {
	padding: 12px 0;
    border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}
.header-3-box {
	font-size: 16px;
}
.header-3-box svg {
	margin-left: 6px;
}
#mega-menu-item-27, #mega-menu-item-27 > a:hover, #mega-menu-item-27 > a {
	color: #fff !important;
	background: #e52e06 !important;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu {
	width: 246px;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {
	font-size: 18px;
    color: gray;
}
#metaslider-id-55 .flexslider .caption-wrap .caption {
	box-shadow: none !important;
	background: transparent !important;
}
.metaslider {
	margin-top: 36px;
}
.metaslider img {
	border-radius: 7px;
}
#metaslider-id-55 .flexslider .flex-control-nav li a:not(.flex-active)
, #metaslider-id-55 .flexslider .flex-control-nav li a.flex-active {
	border-radius: 50%;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard {
	text-align: right;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard h4.mega-block-title {
	max-width: 130px;
	margin-bottom: 10px;
}
.cat-banner-item {
	display: flex;
	border-radius: 7px;
	align-items: center;
	background: #f8f8f8;
	justify-content: center;
}
.cat-banner-item .widget-title {
	position: relative;
	padding-right: 15px;
}
.cat-banner-item p {
	font-size: 25px;
    margin: 7px 0px;
}
.cat-banner-item .widget-title::before {
    content: '';
    position: absolute;
    top: 9px;
    right: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #e52e06;
}
.cat-banner-item .textwidget a {
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    font-size: 11px;
    letter-spacing: 0.1em;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
}
.cat-banner-item .textwidget a:hover {
	transition: 0.5s;
	background-color: #e52e06;
}
.textwidget h3 {
    margin-bottom: 15px;
}

.best-seller-title-box .widget-title:before, .latest-product-title-box .widget-title:before
, .latest-post-title-box .widget-title:before {
    position: absolute;
    content: '';
    width: 40px;
    background-color: #e52e06;
    height: 2px;
    top: 17px;
    right: calc(100% + 10px);
}
.best-seller-title-box .widget-title:after, .latest-product-title-box .widget-title:after
, .latest-post-title-box .widget-title:after {
    position: absolute;
    content: '';
    width: 40px;
    background-color: #e52e06;
    height: 2px;
    top: 17px;
    left: calc(100% + 10px);
}
.best-seller-title-box .widget-title, .latest-product-title-box .widget-title
, .latest-post-title-box .widget-title {
	max-width: 186px;
	position: relative;
    text-align: center;
	margin: 10px auto;
	margin-top: 70px;
}
.best-seller-title-box .textwidget, .latest-product-title-box .textwidget
, .latest-post-title-box .textwidget {
	margin-top: 21px;
    line-height: 32px;
	text-align: center;
	margin-bottom: 35px;
}
.carousel-slider-outer {
	direction: ltr;
}
.widget_carousel_slider .widget-title {
	font-size: 20px;
	margin-bottom: 15px;
}
.carousel-slider .price, ul.products li.product .price {
	color: #e52e06 !important;
}
.carousel-slider .onsale {
	display: none;
}
.carousel-slider a.quick_view {
	font-size: 0px;
}
.carousel-slider a.quick_view::before {
	color: #fff;
    content: "\f06e";
    display: block;
    width: 40px;
    height: 40px;
    font-size: 22px;
    font-family: 'FontAwesome';
}
.owl-item {
	position: relative;
}
.carousel-slider a.quick_view {
	top: 0px;
    right: 0px;
	padding: 3px;
	display: none;
    position: absolute !important;
    border-radius: 2px 7px 2px 38px;
}
.yith-add-to-wishlist-button-block {
    top: 4px;
    left: 10px;
	position: absolute;
}
.carousel-slider__product:hover {
	transition: 0.5s;
	border: 1px solid #e52e06 !important;
}
.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon {
	color: #e52e06 !important;
}
.mfp-content .product a.add_to_cart_button {
	color: #fff;
	margin-top: 10px;
	padding: 8px 19px;
	border-radius: 50px;
	transition: 0.5s;
	background: linear-gradient(to right, #E52727, #E52727) !important;
	display: inline-block;
	margin-bottom: 20px !important;
}
.mfp-content .product .summary {
	direction: rtl;
    text-align: right;
}
.mfp-content .product .price {
	color: #E52727;
	float: right !important;
	margin: 1.5em 1em !important;
}
.best-seller-banner-box, .discount-banner-box {
	position: relative;
	margin: 45px auto;
}
.best-sellet-banner-content {
	color: #fff;
}
.best-sellet-banner-content h3 {
	margin-top: 30px;
}
.discount-banner-content .widget-title {
	color: #e52e06;
	font-weight: 600;
	margin-bottom: 20px;
}
.best-sellet-banner-content, .discount-banner-content {
	position: absolute;
    z-index: 99;
    top: 22%;
}
.best-sellet-banner-content h2, .discount-banner-content h2 {
	margin: 12px 0px;
	margin-bottom: 25px;
}
.best-sellet-banner-content a {
	background-color: #e52e06;
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
}
.discount-banner-content a {
	background-color: #000;
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
}
.best-sellet-banner-content a::after, .discount-banner-content a::after {
	content: "\f104";
    font-family: 'FontAwesome';
    margin-right: 9px;
    font-size: 14px;
}
.best-sellet-banner-content a:hover{
	color: #000;
	transition: 0.5s;
	background-color: #fff;
}
.discount-banner-content a:hover {
	transition: 0.5s;
	background-color: #e52e06;
}
.footer-row-1-item {
	text-align: center;
}
.footer-row-1, .footer-row-2 {
	padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f4f4f4;
}
.footer-row-1 p {
	color: #666666;
}
.footer-row-2 {
	border-bottom: 1px solid silver;
}

.footer-row-2 {
	line-height: 35px;
}

.footer-row-3 {
	padding: 20px;
	background-color: #f4f4f4;
}

.footer-row-3 ul {
    text-align: right;
}
.footer-row-3 ul li {
    margin: 5px;
    height: 43px;
    width: 46px;
    display: inline-block;
    text-align: center;
    line-height: 41px;
    color: #fff;
    background: rgb(30, 30, 30);
    border-radius: 11%;
    font-size: 14px;
    list-style: none;
}
.footer-row-3 ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.footer-row-3 ul li a {
    font-size: 0;
}
.footer-row-3 ul li a:hover {
	color: #E52727 !important;
}
.footer-row-3 li a:before {
    font-family: "FontAwesome";
    font-size: 18px;
    color: #ccc;
}

.footer-row-3 li a:before {
    color: #fff;
	font-size: 18px;
	font-family: "FontAwesome";
}
.footer-row-3 .menu-item-109 a:before {
    content: "\f0e1";
}
.footer-row-3 .menu-item-110 a:before {
    content: "\f1d9";
}
.footer-row-3 .menu-item-111 a:before {
    content: "\f16d";
}
.footer-row-3 .menu-item-112 a:before {
    content: "\f09a";
}
.footer-row-3 {
	line-height: 52px;
}

.comment-form input[type=submit]:hover {
    color: #fff;
    background-color: #1a1a33;
}
.comment-form input[type=submit] {
	color: #fff;
    font-size: 17px;
    margin-top: 25px;
    line-height: 24px;
    padding: 14px 20px;
    transition: 0.5s;
    display: inline-block;
    border-radius: 10px 0px 10px 10px;
    background-color: #e52727;
}

.carousel-slider .star-rating, .mfp-content .star-rating {
	left: 49%;
	bottom: 4px;
	position: absolute !important;
    transform: translate(-61%, -4px);
}
.carousel-slider .woocommerce-loop-product__title {
	height: 30px;
	font-size: 16px !important;
}
.carousel-slider a.add_to_cart_button {
	margin-bottom: 44px !important;
}

.footer-row-3 ul li:hover {
  background-color: #e52727 !important;
}

.woo-variation-swatches .variable-items-wrapper {
	margin-right: 5px;
}

form .quantity {
	display: inline-block;
}
form .quantity input {
	width: 60px!important;
	height: 40px !important;
}
form .add_to_cart_button {
    color: #fff;
    margin-top: 10px;
    padding: 8px 19px;
    border-radius: 4px;
    transition: 0.5s;
    background: linear-gradient(to right, #E52727, #E52727);
    display: inline-block;
	height: 40px !important;
    margin-bottom: 36px !important;
}
body .qib-button-wrapper {
	margin: auto;
    width: 100%;
	align-items: baseline !important;
}
#colophon {
	text-align: justify;
}

@media (min-width:767px) {
	.woocommerce.single-product div.product div.summary {
		width: 60%;
	}
	.best-sellet-banner-content, .discount-banner-content {
		right: 160px;
	}
}
@media (max-width:767px) {
	.best-sellet-banner-content, .discount-banner-content {
		right: 25px;
		top: 4% !important;
	}
	#media_image-6 {
		height: 239px;
    	background: #000000;
	}
	#media_image-7 {
		height: 188px;
    	background: #f2f2f2;
	}
	.discount-banner-content .textwidget h3 {
		display: none !important;
	}
	.cat-banner-item {
		padding: 15px;
		margin-bottom: 15px;
	}
	.cat-banner-item img {
		margin: 2px auto;
		max-width: 70% !important;
	}
	.cat-banner-item .widget_media_image {
		text-align: center;
	}
	#mega-menu-wrap-menu-1 .mega-menu-toggle {
		height: 0 !important;
	}
	.header-3-box {
		display: none;
	}
	.header-1-box {
		float: right !important;
	}
	.header-row-2 {
		position: relative;
	}
	.header-2-box {
    	left: 7px;
    	top: 13px;
		position: absolute;
	}
	#media_image-2 {
		margin-top: -16px;
    	margin-bottom: 10px;
	}
	#maxmegamenu-2 {
		display: none;
	}
	#masthead {
		position: relative;
	}
	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
		top: -200px;
		left: -10px;
		position: absolute;
	}
}