@charset "utf-8";


/************
3. 1280px
************/

@media only screen and (max-width: 1280px)
{
	.category_text{
		font-size: 19px;
	}
	
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px)
{
	.cat_menu_container
	{
		width: 211px;
		padding-left: 25px;
	}
	.main_nav_dropdown li
	{
		margin-right: 30px;
	}
	.main_nav_dropdown li a
	{
		font-size: 16px;
	}
	.product_description
	{
		padding-left: 30px;
	}
	.image_list li
	{
		height: 130px;
	}
	.image_selected, .image_list
	{
		height: 420px;
	}
	.product_quantity,
	.product_color
	{
		width: 162px;
	}
	.product_price
	{
		margin-top: 60px;
	}
	.button_container
	{
		margin-top: 38px;
	}
	.header_search
	{
		height: 50px;
		top: 30%;
	}
	.custom_dropdown
	{
		text-align: left;
	}
	.main_nav_menu
	{
		display: none;
	}
	.logo_container,
	.wishlist_cart
	{
		height: 125px;
	}
	.main_nav_content
	{
		background: #0e8ce4;
	}
	.menu_trigger_container
	{
		display: block;
	}
	.top_bar
	{
		height: 40px;
	}
	.top_bar_contact_item
	{
		font-size: 12px;
		margin-right: 20px;
		line-height: 40px;
	}
	.top_bar_contact_item a
	{
		font-size: 12px;
		line-height: 40px;
	}
	.top_bar_icon
	{
		margin-right: 4px;
	}
	.top_bar_icon img
	{
		width: 70%;
	}
	.top_bar_menu
	{
		display: none;
	}
	.top_bar_user a
	{
		font-size: 12px;
		line-height: 40px;
	}
	.footer_col:not(:last-child)
	{
		margin-bottom: 40px;
	}
	.category_post{
		height: 130px;
	}
	.brand, .shop, .category, .single_post{
	padding-top: 40px;
    padding-bottom: 60px;
	}
}

/************
6. 991px
************/

@media only screen and (max-width: 991px)
{
	.header_search
	{
		height: 50px;
	}
	.custom_dropdown
	{
		text-align: left;
	}
	.main_nav
	{
		margin-top: 56px;
	}
	.main_nav_menu
	{
		display: none;
	}
	.logo_container
	{
		height: 80px;
	}
	.main_nav_content
	{
		background: #0e8ce4;
	}
	.menu_trigger_container
	{
		display: block;
	}
	.top_bar
	{
		height: 40px;
	}
	.top_bar_contact_item
	{
		font-size: 12px;
		margin-right: 20px;
		line-height: 40px;
	}
	.top_bar_contact_item a
	{
		font-size: 12px;
		line-height: 40px;
	}
	.top_bar_icon
	{
		margin-right: 4px;
	}
	.top_bar_icon img
	{
		width: 70%;
	}
	.top_bar_menu
	{
		display: none;
	}
	.top_bar_user a
	{
		font-size: 12px;
		line-height: 40px;
	}
	.user_icon
	{
		-webkit-transform: translateY(-1px);
	    -moz-transform: translateY(-1px);
	    -ms-transform: translateY(-1px);
	    -o-transform: translateY(-1px);
	    transform: translateY(-1px);
	    width: 12px;
	}
	.cat_menu_container ul
	{
		visibility: hidden;
		opacity: 0;
	}
	.char_col:not(:last-child):not(:nth-child(3))
	{
		margin-bottom: 30px;
	}
	.char_item
	{
		padding-left: 36px;
	}
	.blog_post
	{
		width: calc((100% - 30px) / 2);
	}
	.footer_col:not(:last-child)
	{
		margin-bottom: 40px;
	}
	.shop_sidebar
	{
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.shop_content
	{
		margin-top: 60px;
	}
	.product_item
	{
		width: 25%;
	}
	.product_description
	{
		padding-left: 0px;
		padding-top: 40px;
	}
	.image_selected
	{
		width: 100%;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.image_list
	{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		padding-top: 15px;
	}
	.image_list li
	{
		width: calc(33.33333333% - 10px);
		height: 220px;
		margin-bottom: 0px;
	}
	.image_list li:not(:last-child)
	{
		margin-right: 15px;
	}
	.category_text{
		max-width: 200px;
	}
	.shop{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.image_list{
		height: fit-content;
	}
	.single_product{
		padding-top: 80px;
    	padding-bottom: 60px;
	}
	.brand_post {
		width: calc((100% - 30px) / 3);
	}
}

/************
10. 767px
************/

@media only screen and (max-width: 767px)
{
	.top_bar
	{
		display: none;
	}
	.header_search
	{
		display: none;
	}
	.page_menu_search
	{
		display: block;
	}
	.main_nav
	{
		margin-top: 0px;
	}
	.banner_product_image
	{
		opacity: 0.5;
		width: 60vw;
	    top: 50%;
	    -webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.banner_product_image img
	{
		width: 100%;
	}
	.char_col:nth-child(3)
	{
		margin-bottom: 30px;
	}
	.char_item
	{
		padding-left: 36px;
	}
	.brand_post
	{
		width: 100%;
	}
	.product_item
	{
		width: 33.33333333%;
	}
	.image_list li
	{
		height: 160px;
	}
	.blog_post
	{
		width: 100%;
	}
	.category_post{
		width: 100%;
	}
	.single_post_img{
		width: 100%;
	}
	.brand_post {
		width: calc((100% - 30px) / 2);
	}
    .home .carousel .banner_2_title{
        font-size: 18px;
    }
    .home .carousel .banner_2_text{
        font-size: 14px;
    }
    .home .carousel .banner_2_button{
		display: none !important;
	}
    .home, .carousel-item{
        height: auto !important;
        padding: 10px 0;
    }
    .home .carousel .banner_2_image img{
        height: auto;
        width: 100%;
    }
    .home .carousel .slide_info{
        padding-top: 10px !important;
    }
    .home .carousel .carousel-indicators{
        display: none;
    }
    .slide_img .banner_2_image_container, .banner_2_image{
        height: 260px;
    }
}

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
	h2{font-size: 24px;}
	p{font-size: 13px;}
	.logo_container, .wishlist_cart
	{
		height: 72px;
	}
	.logo a
	{
		font-size: 24px;
	}
	.cat_menu_container
	{
		width: auto;
		padding-right: 15px;
	}
	.cat_menu_text
	{
		font-size: 13px;
		margin-left: 12px;
	}
	.cat_burger
	{
	    width: 16px;
	    height: 12px;
	}
	.cat_burger span:nth-child(2)
	{
		top: 5px;
	}
	.cat_burger span:nth-child(3)
	{
		top: 10px;
	}
	.menu_trigger_text
	{
		font-size: 13px;
		margin-right: 10px;
	}
	.top_bar_user
	{
		margin-left: 0px;
	}
	.header_search
	{
		display: none;
	}
	.main_nav
	{
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px;
		margin-top: 0px;
	}
	.main_nav_content
	{
		height: 35px;
	}
	.cat_menu_container
	{
		padding-left: 15px;
	}
	.menu_trigger_container
	{
		padding-right: 15px;
	}
	.cat_menu li
	{
		height: 36px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.cat_menu li a
	{
		font-size: 13px;
		line-height: 36px;
	}
	.cat_menu li ul
	{
		left: 50%;
		z-index: 10;
	}
	.page_menu_item > a
	{
		font-size: 12px;
	}
	.page_menu_selection li a
	{
		font-size: 12px;
	}
	.banner_product_image
	{
	    right: 15px;
	}
	.button
	{
		height: 32px;
	}
	.button a
	{
		font-size: 12px;
		line-height: 32px;
		padding-left: 25px;
		padding-right: 25px;
	}
	.rating_r i::before
	{
		font-size: 14px;
	}
	.shop_product_count, 
	.shop_sorting
	{
		float: none;
	}
	.shop_sorting
	{
		margin-top: 7px;
	}
	.shop_page_nav
	{
		height: 40px;
	}
	.page_prev, .page_next
	{
		width: 30px;
	}
	.page_nav li
	{
		width: 30px;
		height: 40px;
	}
	.single_product
	{
		padding-top: 80px;
	}
	.image_selected
	{
		height: calc(100vw - 30px);
	}
	.image_list li
	{
		height: calc((100vw - 30px) / 3 - 15px);
	}
	.product_name
	{
		font-size: 24px;
	}
	.product_quantity
	{
		float: none;
	}
	.product_color
	{
		float: none;
		margin-top: 15px;
	}
	.cart_button
	{
		font-size: 13px;
		line-height: 32px;
		padding-left: 25px;
		padding-right: 25px;
	}
	.blog_text
	{
		font-size: 16px;
	}
	.single_post_quote
	{
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media only screen and (max-width: 480px)
{
	.product_item
	{
		width: 50%;
	}
	.single_post_title
	{
		font-size: 24px;
	}
	.single_post_text p
	{
		font-size: 14px;
	}
	.brand_text
	{
		font-size: 15px;
	}
    .slide_img .banner_2_image_container, .banner_2_image{
        height: 200px;
    }
}

@media only screen and (max-width: 376px)
{
    .slide_img .banner_2_image_container, .banner_2_image{
        height: 160px;
    }
}

@media only screen and (max-width: 321px)
{
    .slide_img .banner_2_image_container, .banner_2_image{
        height: 140px;
    }
}