/*
Theme Name: Twenty Seventeen
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, 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.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/


ul.products { display:flex; flex-wrap:wrap}
ul.products li{ position:relative; padding-bottom:80px; }
ul.products li a.add_to_cart_button{ position:absolute; bottom:20px ; left:10px; width: calc(100% - 20px); }
ul.products li a.product_type_simple{ position:absolute; bottom:20px ; left:10px; width: calc(100% - 20px); }


.woocommerce .products ul li, .woocommerce ul.products li {
    padding: 10px 10px 80px 10px !important;  position:relative !important; width:33.33% !important; margin:0 0 30px 0 !important;
}

.get-tuch{ margin-bottom:30px;}
.cont-info li:first-child{ margin-bottom:15px;}

@media only screen and (max-width: 767px) {
.woocommerce .products ul li, .woocommerce ul.products li {
    padding: 10px 10px 80px 10px !important;  position:relative !important; width:100% !important; margin:0 0 30px 0 !important;
}
	
}

@media only screen and (max-width: 1199px) {
	.seller_detaiks_box{ padding:10px 15px; font-size:16px;  }
	.story_cn h2{ font-size:60px; line-height:60px; }
	img{ max-width:100%}
	.header_content{ padding:0 15px; }
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0 5px!important;
    font-size: 12px !important;
}
}

@media only screen and (max-width: 992px) {
	#mega-menu-wrap-max_mega_menu_1{ width:100% !important;  }	
	.top_seller_hd{ font-size:24px; }
	.seller_detaiks_box{ font-size:14px; line-height:22px; }
	.story_cn h2 br{ display:none;}
	.story_cn h2{ font-size:40px; padding-bottom:0}
	.story_cn h4{ position:static}
	.foot_lg{ padding:0 10px;}
}
@media only screen and (max-width: 767px) {
	.top_seller_cn{ flex-wrap:wrap; width:100%;}	
	.top_seller_hd{ width:100%; text-align:center}
	.top_seller_details{flex-wrap:wrap;  width:100%; border:none; }
	.seller_detaiks_box{ width:100%; }
	.top_seller_details a{width:100%;  }
	.seller_detaiks_box{ border:none; border-bottom:1px solid #454545}
	.hair_care_section h2{ font-size:75px; line-height:75px; }
	.testimonials_section h2{ font-size:50px;}
	.testi_holder{ padding:0 15px;}
	.cpycn{ flex-direction:column}
	.cpycn p{ text-align:center; padding-bottom:15px; }
}










