/*!
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/
*/

@font-face {
	font-family: IRANSans;
	/*font-style: bold;*/
	font-weight: normal;
	src:url('fonts/iransans/IRANSansWeb(FaNum.html).eot');
	src:url('fonts/iransans/IRANSansWeb(FaNum.html).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		url('fonts/iransans/IRANSansWeb(FaNum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		url('fonts/iransans/IRANSansWeb(FaNum).ttf') format('truetype');
	
	font-display: swap;
}

@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/fontawesome-webfont.eot") format("embedded-opentype"), 
    url("fonts/fontawesome-webfont.woff") format("woff"), 
    url("fonts/fontawesome-webfont.ttf") format("truetype"), 
    url("fonts/fontawesome-webfont.svg") format("svg");
    font-display: swap;
}

html, body {
    overflow-x: hidden !important;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{float:right !important;}
*{
    line-height: 2.5;
}
article img {
	height: auto;
	max-width: 100%;
	margin-bottom: 10px;
}
article .wp-post-image {
    width: 100%;
}
.archive article, .single-post article {
    margin-bottom: 50px;
    box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
}
article .entry-content {
	padding: 15px;
}
article .entry-title {
    margin: 13px;
    font-size: 20px;
    line-height: 27px;
}

a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}

.entry-content .more-link, .form-submit .submit {
    clear: both;
    display: block;
    max-width: 160px;
    text-align: center;
}
.entry-content .more-link, .form-submit .submit {
    color: #fff;
    margin-top: 10px;
    padding: 12px 23px;
    border-radius: 4px;
    transition: 0.5s;
    background: linear-gradient(to right, #a800c8, #556cec);
    display: inline-block;
    margin-bottom: 20px !important;
    border: none;
}
.single-post article {
    margin-top: 51px;
}
article p {
	text-align: justify;
}
th { text-align: right !important; }

html {
	scroll-behavior: smooth;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

.table {
	margin-bottom: 5px !important;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	font-family: 'IRANSans' !important;
	margin: 0;
}

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

.darkoob-part-5 img, .darkoob-part-6 img, .darkoob-part-7 img { width: 100%; }

a {
	outline: none;
	text-decoration: none;
}
a:hover {
	
	text-decoration: none !important;
}

h1,h2,h3,h4,h5,h6{
    margin-top: 24px;
    margin-bottom: 16px;
    line-height: 24px !important;
}
h2{ font-size: 20px !important }

.center {
	text-align: center;
}

#comments {
	padding: 10px;
}

.header-row-1 {
	padding: 5px;
	background-color: #a800c8; /* #22d1a9 */
}
.header-row-1 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.header-row-1 ul li {
	color: #fff;
	margin: 2px 4px;
	display: inline-block;
}
.header-row-1 ul a {
	color: #fff;
}

.header-row-2 {
	padding: 8px 0px;
	line-height: 41px;
}
.shop-cart-box {
    direction: ltr;
	position: relative;
}
.shop-cart-box .cart-item {
	z-index: 10;
    width: 400px;
    padding: 4px;
	display: none;
	margin-top: 5px;
	position: absolute;
	border-radius: 2px;
	background-color: #fff;
    box-shadow: 0px 0px 4px 0px #dbdbdb;
}
.cat-show-btn {
	display: flex;
	cursor: pointer;
    align-items: center;
}
.cat-show-btn:hover .badge {
	transition: 0.5s;
	transform: rotate(360deg);
}
.cat-show-btn .fa {
	color: #a800c8;
    margin: 0px 5px;
    font-size: 29px;
}
.cat-show-btn .badge {
	background: #f22e00;
    margin-top: -18px;
	
	border-radius: 2px !important;
}
.wc-backward {
	color: #fff !important;
    font-weight: 100 !important;
    background: #a800c8 !important;
}
.wc-backward:hover {
	background: #8db31b !important;
}

.aws-container .aws-search-form .aws-search-btn_icon {
	color: #fff !important;
}
.aws-container .aws-search-form .aws-form-btn {
	background: #a800c8 !important;
}

.rtl .aws-container .aws-show-clear .aws-search-field{
	border-radius: 0px 3px 3px 0px!important;
}
.rtl .aws-container .aws-search-form .aws-form-btn {
	border-radius: 4px 0px 0px 4px!important;
}
.aws-container .aws-search-form {
	height: 44px !important; 
}

.widget_maxmegamenu .textwidget {
	direction: rtl;
	text-align: right !important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
	float: right !important;
}

.darkoob-part-1 {
	margin-top: 30px;
}
.darkoob-part-1 .price {
    display: none !important;
}
.cat-img-box-1 img {
	border-radius: 14px;
	margin-bottom: 20px;
}
.darkoob-part-2 img, .product-slider-1 img, .product-slider-2 img {
	border-radius: 6px;
}
.metaslider .flex-viewport {
	border-radius: 14px;
}
.flex-control-paging li a {
	background: #a800c8 !important;
}
.carousel-slider__product {
    box-shadow: none !important;
}
.flex-control-paging li a.flex-active {
	background: #b9bbb4 !important;
}
.widget_carousel_slider .carousel-slider-outer {
	direction: ltr;
}
.owl-carousel.owl-rtl .owl-item {
	border: 1px solid silver;
}
.wpb-woo-products-slider.owl-theme .owl-nav [class*=owl-] {
	margin: 1px !important;
	border: 1px solid gray !important;
}
.darkoob-part-2 .widget-title, .darkoob-part-title,
.widget_carousel_slider .widget-title {
	font-size: 17px;
	padding: 10px 10px;
    margin-bottom: 10px;
    border-right: 3px solid #a800c8;
}

.darkoob-part-3 .cat-img-box img {
	margin-top: 20px;
	border-radius: 14px;
	border: 1px solid #c0c0c0;
}
.darkoob-part-4, .darkoob-part-3, .product-slider-1, .darkoob-part-5
, .product-slider-2, .darkoob-part-6, .darkoob-part-7 {
	margin-top: 25px;
}
.darkoob-part-4 .best-cat { 
	margin: 15px;
	display: flow-root;
}
.best-cat .widget-title {
    font-size: 17px !important;
    margin-top: 4px !important;
}
.best-cat .image {
    margin-top: 30px;
    border-radius: 50%;
    max-width: 70% !important;
    margin-bottom: 20px;
    box-shadow: 0px 0px 2px 0px #ef4de3;
}
.best-cat .widget_media_image {
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
}

.darkoob-part-7 {
	margin-bottom: 40px;
}
.carousel-slider .price {
	font-size: 14px !important;
    margin-bottom: 15px !important;
}
ins .woocommerce-Price-amount {
	color: #a800c8 !important;
}
.carousel-slider .price ins {
	text-decoration: none;
}
.owl-carousel.owl-drag .owl-item {
	text-align: center;
}
.owl-carousel.owl-drag .owl-item h2 {
	font-size: 15px !important;
    line-height: 28px;
}
.carousel-slider__post-excerpt {
	text-align: center !important;
	font-size: 13px !important;
}
.carousel-slider__post-publication-meta {
	display: none !important;
}
.carousel-slider__post-category-link {
	font-size: 12px;
}
.site-footer {
	color: #123456;
    margin-top: 45px;
    line-height: 28px;
	display: flow-root;
    text-align: justify;
}
.darkoob-footer-part {
	padding-top: 30px;
	background: #e7eaed;
}
.footer_back, .footer_front {
    position: absolute;
    left: 0;
    right: 0;
    height: 48px;
    overflow: hidden;
}
.footer_front svg {
    fill: #a800c8;
}
.footer_front svg, .footer_back svg {
	width: 100vw;
    fill-rule: evenodd;
}
.footer_back svg {
	fill: #e7eaed;
}
.darkoob-footer-part {
	padding-bottom: 15px;
}
.darkoob-footer-part .widget-title {
    font-size: 20px;
    margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #a800c8;
}
.site-info {
	color: #fff;
	padding: 10px;
	text-align: center;
	background: #123456;
}
.site-info a {
	color: #fff;
}
.site-info a:hover {
	color: #a800c8;
}
#backToTopBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #a800c8;
    color: white;
    cursor: pointer;
    padding: 11px;
    border-radius: 4px;
    width: 50px;
}
del {
	color: #f22e00 !important;
}
.fix-menu {
	top: 0;
    position: fixed;
    clear: both;
    display: block;
    width: 100%;
    z-index: 100000;
    transition: 0.5s;
	background: #fff;
    box-shadow: 0px 0px 4px #000;
}

.site-main {
	margin: 15px auto;
}

.woocommerce div.product .product_title {
	font-size: 18px;
    margin: 10px 0px 20px 0px;
}
.single_add_to_cart_button, .woocommerce #review_form #respond .form-submit input {
	color: #fff;
	background-color: #87ac1a !important;
}
.woocommerce .quantity .qty {
	font-size: 17px;
}
.woocommerce div.product p.price {
	margin-bottom: 15px;
}
.woocommerce-product-details__short-description {
	padding: 12px;
    border: 1px solid silver;
    border-radius: 5px;
    margin-bottom: 10px;
}
.woocommerce-product-details__short-description ul {
    list-style: none;
    padding: 0;
}
.woocommerce-product-details__short-description ul li {
    display: block;
    margin-bottom: 6px;
    border-bottom: 1px solid silver;
}
.woocommerce-product-details__short-description ul li:last-child {
    border-bottom: none ;
}
.woocommerce-tabs p {
	line-height: 35px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom: 4px solid #a800c8 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none !important;
  position: static !important;
  background-color: transparent !important;
  min-width: 170px;
  text-align: center;
}
.woocommerce-Tabs-panel p {
    line-height: 35px;
}
#tab-description table {
    margin: 20px auto;
}
#tab-description td, #tab-description th {
    padding: 2px;
    border: 1px solid silver;
}
#tab-description tr:nth-child(even) {
    background: #a800c821;
}
.woocommerce.single div.product .woocommerce-tabs .panel {
  margin-bottom: 24px;
  padding: 38px 0 16px 0;
  text-align: right;
}

.woocommerce-Tabs-panel {
  margin-top: -27px !important;
  border-radius: 2px;
}

#reviews {
  padding: 0px 25px;
}
.woocommerce-page .comment-form button,
.woocommerce-page .comment-form input,
.woocommerce-page .comment-form select,
.woocommerce-page .comment-form button textarea {
	display: block;
}
.wp-comment-cookies-consent { display: inline-block !important; }
.woocommerce-page .comment-form label .required {
	color: #f22e00;
}
.woocommerce .star-rating {
	color: goldenrod;
}
.related-products {
	display: flow-root;
	margin: 35px 0px;
}

#media_image-5, #media_image-7 {
    margin-bottom: 20px;
}
.woocommerce-loop-product__title {
    min-height: 50px;
	font-size: 14px !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align: center; 
	min-height: 310px;
	border-radius: 14px;
	padding-bottom: 15px;
	border: 1px solid silver;
}
.woocommerce ul.products li.product a img {
    border-radius: 14px 14px 0 0;
}
select, input[type=number], input[type=text], input[type=email], input[type=url], input[type=password] {
    outline: none;
    border-radius: 6px;
    height: 44px !important;
    border: 1px solid silver;
}
.woocommerce ul.products li.product .onsale {
    top: 6px !important;
	left: 6px !important;
	font-size: 10px;
}
.rtl .woocommerce .col2-set .col-1 {
	float: right !important;
}
.comment-form-comment #comment, #contact-us-form input[type=text], #contact-us-form input[type=email], .woocommerce-checkout input, .woocommerce-checkout textarea, #contact-us-form textarea, .comment-form input[type=text], .comment-form input[type=email] {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.comment-form-comment #comment, #contact-us-form input[type=text], #contact-us-form input[type=email], .woocommerce-checkout input {
    height: 34px;
}
.woocommerce .woocommerce-breadcrumb
{
	color: #a800c8 !important;
}
.single-product span.onsale {
    display: none;
}
.woocommerce div.product form.cart .button {
    float: none !important;
}
.woocommerce div.product form.cart {
    display: flex;
    justify-content: center;
    align-items: center;
}
.woocommerce button.button.alt, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce div.product form.cart .button {
    color: #fff;
    transition: 0.5s;
    margin-bottom: 0px !important;
    font-size: 14px;
    padding: 15px;
    background: #a800c8 !important;
    font-weight: 100 !important;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #f22e00 !important;
}

.expire-date {
	color: #fff;
	padding: 4px;
	margin: 14px;
	font-size: 13px;
	max-width: 205px;
	border-radius: 2px;
	background: #f22e00;
	box-shadow: 0px 0px 4px 0px rgb(221, 221, 221);
}


.darkobcontentpage {
    margin: 20px 0px;
}
.darkobcontentpage > div{
    text-align: justify;
}
.darkobcontentpage .type-page > h1
{
    padding: 8px;
    color: #2d2d2d;
    margin-top: 30px;
    border-radius: 5px;
    border-left: 4px solid #ea1d21;
    border-right: 4px solid #131313;
    box-shadow: rgb(0 0 0 / 10%) 0 0 10px -3px;
    background:#fff;
}
.darkobcontentpage img{ 
    max-width: 100%;
    height: 166px;
}
.darkobcontentpage .post-item {
    margin: 10px;
    border-radius: 2px;
    display: flow-root;
    box-shadow: 0px 0px 4px 0px silver;
}

.archive-aside .widget-title {
    margin-top: 45px;
    font-size: 19px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eeeeee;
}
.page-title {
    margin-bottom: 4px;
    font-size: 20px;
    padding-top: 3px;
}
.archive-aside .widget-title {
    margin-top: 45px;
    font-size: 19px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eeeeee;
}
.latest-posts-item a {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: center;
}
.latest-posts-item a img {
    border-radius: 8px;
}
.latest-posts-item a div:nth-child(1) {
    flex: 2;
    margin-left: 10px;
}
.latest-posts-item a div:nth-child(2) {
    flex: 6;
}

#media_image-2 {
    display: flex;
    align-items: center;
    direction: ltr;
    float: right;
}
#media_image-2 .widget-title {
    font-weight: 600;
    margin-top: 15px !important;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}
.nav-previous, .nav-next {
    float: right;
    margin-left: 10px;
    margin-bottom: 30px;
    padding: 22px;
    min-height: 71px;
    border-radius: 4px;
    border: 1px dashed;
}
.comments-area {
    clear: both;
    display: flow-root;
    margin-bottom: 50px;
}
.woocommerce-Tabs-panel img {
    border-radius: 14px;
}
.aligncenter {
    display: block;
    margin: 24px auto;
}

.contact-button {
    background-color: #a800c8 !important;
    color: #fff !important;
    padding: 18px 25px !important;
    text-decoration: none !important;
    display: inline-block;
    margin-bottom: 20px !important;
}

.contact-button:hover {
    background-color: #128C7E !important;
    color: #fff !important;
}

.custom-stock-status {
    margin: 8px 0 15px;
    font-size: 14px;
    font-weight: 600;
}

.custom-stock-status.in-stock {
    color: #28a745;
}

.custom-stock-status.out-of-stock {
    color: #dc3545;
}

@media (min-width: 768px) {
    .woocommerce div.product form.cart .button {
        width: 93%;
    }
    .header-row-3 {
    	background-color: #e7eaed;
    	border-top: 1px solid #c6cfdd;
        border-bottom: 1px solid #c6cfdd;
    }
}
@media only screen and (max-width: 768px) {
    .woocommerce div.product form.cart .button {
        width: 100%;
    }
    #primary {
        padding-top: 127px;
    }
    #main {
        margin: 12px;
    }
    #masthead {
        top: 0;
        width: 100%;
        position: fixed;
        z-index: 99999;
        background: #fff;
    }
    .shop-cart-box {
        position: absolute;
        left: 72px;
        top: -92px;
    }
    .header-row-3 {
        position: absolute;
        top: 58px;
        left: 7px;
    }
    .nav-previous, .nav-next {
        width: 48%;
    }
	h1{ font-size: 20px !important; }
    h2{ font-size: 18px !important; }
    h3{ font-size: 16px !important; }
    h4{ font-size: 14px !important; }

	.footer_back svg, .footer_front svg {
		width: auto;
		height: 48px;
	}

	.woocommerce-page div.product div.images {
		width: 100% !important;
	}
	.woocommerce-page div.product div.summary {
		width: 100%;
		padding: 10px;
	}
}
@media (min-width: 1200px) { 
	h1{ font-size: 22px !important; }
    h2{ font-size: 20px !important; }
    h3{ font-size: 18px !important; }
    h4{ font-size: 16px !important; }

	.woocommerce-page div.product div.images {
		width: 30% !important;
	}
	.woocommerce-page div.product div.summary {
		width: 67%;
	}
	.shop-cart-box {
		font-size: 15px;
	}
	
	.header-row-2 .aws-container, .shop-cart-box {
		margin-top: 10px;
	}
	.site-main {
		padding: 10px;
		width: 1170px;
	}
}