/*
Theme Name: Duuri
Description: This is a child theme for Flatsome Theme
Author: Avenla
Template: flatsome
Version: 3.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

h1, h2, h3, h4, h5, h6 {
	font-family: myriad-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
}
h1 {
	font-size: 48px;
}

h2 {
	font-size: 35px;
}

body {
	font-family: myriad-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.lead {
	font-weight: 300;
	font-style: normal;
}

.header-bg-color, .header-wrapper {
	background: rgb(0,0,0);
	background: linear-gradient(135deg, rgba(0,0,0,1) 0%, rgba(199,0,62,1) 100%);
}

.duuri-footer {
	background: rgb(0,0,0);
	background: linear-gradient(135deg, rgba(0,0,0,1) 0%, rgba(76,0,24,1) 100%);
}

#logo img {
    max-height: 96px !important;
}
.stuck #logo img {
    max-height: 96px !important;
}

/* Language switcher */
.wpml-ls-display {
    border: 1px solid #fff;
    border-radius: 99px;
    padding: 7px;
    font-size: 16px;
    width: 33px;
    height: 33px;
}

/* Product page */

.product-title {
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 0px;
}

.custom-product-page .uppercase.mt {
	font-size: 20px;
	color: rgba(54,54,54,0.35);
}

.custom-product-page .panel.entry-content a {
 	font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;	
}

.related .product-section-title {
	font-size: 35px;
  line-height: 40px;
	text-transform: none !important;
}

.product-small .box  {
	 background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}

.custom-product-page .box-text {
	padding: 10px;
}

.product-small .product-title a {
	color: #000000 !important;
  font-size: 16px;
  font-weight: bold;
	text-transform: uppercase;
}

.productpage-button {
	margin-bottom: 0;	
}

.brand-logo div {
	padding: 0 0 20px 0 !important;
}


.archive .shop-container .cat-top-filtters-area {
	box-sizing: border-box;
	border: 1px solid #F2F2F2;
	margin: 1em 0;
}

.archive .shop-container .cat-top-filtters-area .widget-title,
.archive .shop-page-title.category-page-title.page-title,
.archive .shop-container .cat-top-filtters-area .is-divider {
	display: none;
}

.archive .shop-container .cat-top-filtters-area .filter-title {
	text-align: center;
	margin: 1em 0;
	font-size: 19px;
	letter-spacing: 0;
	line-height: 24px;
	font-weight: 600;
}

.archive .shop-container .cat-top-filtters-area .filters-area {
	display: inline-flex;
	width: 100%;
	flex-flow: row wrap;
	justify-content: space-around;
}

.archive .shop-container .cat-top-filtters-area .filters-area .widget_layered_nav {
	margin: 0 1em 0 1em;
}

.archive .shop-container .cat-top-filtters-area .filters-area .widget_layered_nav:last-child {
	/*margin-right: 2em;*/
}

.archive .shop-container .cat-top-filtters-area .filters-area .widget_layered_nav .select2-container--default .select2-selection--single {
	height: 40px;
	width: 300px;
	color: #9C9C9C;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 19px;
	text-align: center;

	display: inline-flex;
	align-items: center;

	justify-content: center;

	display: flex;
	justify-content: center;
	align-items: center;

	background: #FFFFFF;
	box-shadow: none;
}

.archive .shop-container .cat-top-filtters-area .filters-area .select2-container--default .select2-selection--single .select2-selection__rendered {
	width: 100%;
}

.archive .shop-container .cat-top-filtters-area .filters-area .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear {
	font-size: 24px;
}

.archive .shop-container .cat-top-content .where-to-get-link {
	width: 100%;
}

.cat-top-content .woocommerce-result-count {
	margin-top: 1.5em;
}

.tax-product_cat .woocommerce-result-count {
	display: none;
}

.archive .shop-container .parent-cat-links {
	margin-bottom: 1em;
}

.archive .shop-container .parent-cat-links a {
	display: inline-block;
}

.archive .shop-container .parent-cat-links a strong {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
}

.archive .shop-container .parent-cat-links a strong:after {
	content: '';
	box-sizing: border-box;
	height: 26px;
	width: 1px;
	border: 1px solid #F2F2F2;
	margin: 1.3em;
}

.archive .shop-container .parent-cat-links a:last-child strong:after {
	border: none;
}

.archive .shop-container .cat-heder-description {
	background-color: #F2F2F2;
}

.archive .shop-container .cat-heder-description p {
	font-size: 1.3em;
    font-weight: 300;
    font-style: normal;
	margin-bottom: 0;
}

.header-nav .nav-dropdown ul {
	border-left: 1px solid rgba(255,255,255,0.5);
}

.header-nav .nav-dropdown-default .nav-column li>a,
.header-nav .nav-dropdown.nav-dropdown-default>li>a {
	border: none;
	line-height: 1.2em;
	padding: 0 0 10px 0;
}
.header-nav .nav-dropdown-default .nav-column li:last-child>a {
	padding: 0;
}

.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat a,
.header-nav .nav-dropdown .menu-item-has-children>a,
.header-nav .nav-dropdown .title>a,
.header-nav .nav-dropdown .nav-dropdown-col>a {
	font-size: 18px;
	font-weight: 600;
}

.header-nav .menu-item.menu-item-type-taxonomy.menu-item-object-product_cat a {
	margin: 0 !important;
}

.header-nav .menu-item.menu-item-type-taxonomy.menu-item-object-product_cat .menu-item.menu-item-type-taxonomy.menu-item-object-product_cat a {
	margin: 0 7.5px !important;
}

.header-nav .header-nav .nav-dropdown .menu-item-has-children>a,
.header-nav .nav-dropdown .title>a,
.header-nav .header-nav .nav-dropdown .nav-dropdown-col>a {
	text-transform: initial;
}

.header-nav .sub-menu.nav-dropdown.nav-dropdown-default.dark {
	display: flex !important;
	flex-wrap: wrap;
	padding: 31px;
	width: 1300px;
}

.header-nav .menu-item.menu-item-type-taxonomy.menu-item-object-product_cat {
	/* color: red;
    border: 1px solid; */
	list-style: none;
  	flex: 0 0 16.6666%;
	margin-bottom: 1.5em;
}

.header-nav .menu-item.menu-item-type-taxonomy.menu-item-object-product_cat a {
	text-transform: initial;
}

.header-nav .menu-item.menu-item-type-taxonomy.menu-item-object-product_cat .menu-item.menu-item-type-taxonomy.menu-item-object-product_cat {
	/* color: blue;
    border: 1px solid; */
	width: 100%;
	margin-bottom: 0;
}

.header-nav .menu-item.menu-item-type-taxonomy.menu-item-object-product_cat .menu-item.menu-item-type-taxonomy.menu-item-object-product_cat a {
	/* color: chartreuse; */
	font-weight: 400;
	font-size: 15px;
}

.stuck #logo img {
    max-height: 96px !important;
}

/* Language switcher */
.wpml-ls-display {
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 7px;
    font-size: 16px;
    width: 33px;
    height: 33px;
	box-shadow: 0 0 1px 0 white inset, 0 0 1px 0 white;
	text-align: center;
}

.mobile-sidebar .wpml-ls-display {
	border: none;
	box-shadow: none;
}

.header-nav .wpml-ls-current-language .sub-menu.nav-dropdown {
	width: auto !important;
	min-width: auto !important;
}

.header-nav .wpml-ls-current-language .sub-menu.nav-dropdown .wpml-ls-display {
	border: none !important;
    box-shadow: none !important;
}

.wpml-ls-current-language .nav-top-link i,
.single.single-post #tag_cloud-2 {
	display: none;
}

.header-nav li:nth-child(4) .sub-menu.nav-dropdown.nav-dropdown-default.dark {
	display: table !important;
    flex-wrap: unset;
    padding: 31px;
    width: auto;
}

.header-nav li:nth-child(4) .sub-menu.nav-dropdown.nav-dropdown-default.dark li.menu-item {
	margin-bottom: .6em;
}

@media only screen and (max-width: 1088px) {
	.header-nav .sub-menu.nav-dropdown.nav-dropdown-default.dark {
		width: 980px;
	}
}

@media only screen and (max-width: 950px) {
	.header-nav .sub-menu.nav-dropdown.nav-dropdown-default.dark {
		width: 970px;
	}
}

@media only screen and (max-width: 906px) {
	.header-nav .sub-menu.nav-dropdown.nav-dropdown-default.dark {
		width: 916px;
	}
}

.product_meta {
	font-size: unset;
}

.product_meta .attribute-symbols .attachment-product-symbol {
	margin: 5px 10px 5px 0;
}


/**
	Header search dropdown
 */
.header-search-dropdown ul.nav-dropdown {
	min-width: 560px;
}

.autocomplete-suggestion img+.search-name {
	margin-top: 0;
	padding-left: 0.5em;
	font-size: .95em;
}

.autocomplete-suggestion .search-sku > label {
	font-weight: normal;
	color: #ccc;
	text-transform: uppercase;
	display: inline;
}

.autocomplete-suggestion.autocomplete-selected {
	background-color: rgba(255,255,255,0.15);
	border-bottom: transparent;
}




/* Make product category page image and text content even in height */
.cat-top-content .col .col-inner .row .col:nth-last-child(3) {
    display: flex;
    position: relative;
    background-color: #eee;
    flex-wrap: wrap;
    overflow-x: visible;
	padding-top: 33px !important;
    padding-bottom: 33px !important;
}
.cat-top-content .col .col-inner .row .col:nth-last-child(3) .col-inner {
	box-sizing: border-box;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    overflow-x: visible;
}
.cat-top-content .col .col-inner .row .col:nth-last-child(3) .col-inner .img {
	overflow: visible;
	height: 100%;
}
.cat-top-content .col .col-inner .row .col:nth-last-child(3) .col-inner .img .img-inner {
	overflow: visible;
	height: 100%;
}
@media only screen and (min-width: 850px) {
	.cat-top-content .col .col-inner .row .col:nth-last-child(3) .col-inner .img .img-inner {
		padding-top: 0% !important;
	}
}
.cat-top-content .col .col-inner .row .col:nth-last-child(3) .col-inner .img .img-inner img {
	height: 100%;
    width: 100%;
    object-fit: cover;
}



/* Fix SelectWoo dropdown positioning issue
* @see https://github.com/woocommerce/selectWoo/issues/41
*/
body.admin-bar .select2-dropdown {
	margin-top: 32px;
}
@media( max-width: 782px ) {
	body.admin-bar .select2-dropdown {
		margin-top: 46px;
	}
}

.next-prev-nav .flex-col {
	padding: .7em .5em;
}

.next-prev-nav .flex-col+.flex-col {
	margin-left: -1px; /* hides the left border when nav items stack vertically */
}

.next-prev-nav > .flex-col {
	flex: 1 1 50%;
	min-width: fit-content;
}

.next-prev-nav {
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.next-prev-nav i.icon-angle-left, .next-prev-nav i.icon-angle-right {
	line-height: initial;
}


.sub-menu .wpml-ls-item a img.wpml-ls-flag {
	width: 18px;
	margin-top: 1px;
}