@media screen and (max-width: 1210px) {
	.ed-container, .widget_wp_store_pro_video_section_area .container {
		width: 100%;
	}
	.boxed .site, .boxed .sticky-wrapper {
		width: 95%;
	}
	.top-header, .buttom-header, .menu-wrap, #promo-section, #widget-area-one-section, #product-area-section, #widget-area-two-section, 
	#blog-section, #widget-area-three-section, #brand-section, .site-info, .top-footer, .no-sidebar #primary, .footer-top, 
	.sticky-wrapper {
		padding-left: 10px;
		padding-right: 10px;
	}
	.wrap-right .header-call-to {
		padding-right: 30px;
	}
	.woocommerce #content table.cart td.actions .coupon, 
	.woocommerce table.cart td.actions .coupon, 
	.woocommerce-page #content table.cart td.actions .coupon, 
	.woocommerce-page table.cart td.actions .coupon {
		width: 39%;
	}

	/*----------------------------------------
	MAIN NAVIGATION
	-----------------------------------------*/
	.menu-wrap ul li {
		font-size: 12px;
		font-weight: 600;
	}
	.main-navigation ul li.menu-item-has-children > a::before, 
	.main-navigation li.ed-mega-menu-item-megamenu > a::before {
		right: 0;
	}
	
	/*-------------------------------------------
	STICKY HEADER
	--------------------------------------------*/
	.sticky-wrapper .site-branding {
		width: 8%;
	}
	.sticky-wrapper .main-navigation {
		width: 92%;
	}
	.sticky-wrapper .main-navigation ul li {
	    font-size: 12px;
	    font-weight: 600;
	}

	/*----------------------------------------
	MAIN SLIDER SECTION
	-----------------------------------------*/
	.slides, .boxed .slides {
	    height: 50vw;
	}
	#slider-section .slider-caption {
		margin-top: -60px;
		width: 70%;
		margin-left: 60px;
		padding-left: 0;
	}
	.boxed #slider-section .slider-caption {
		padding-left: 0;
		width: 75%;
	}

	/*---------------------------------------
	SIDEBARS
	----------------------------------------*/
	.right-sidebar #primary, .woocommerce-page #primary, .both-sidebar .left-sidebar-right, .left-sidebar .left-sidebar, 
	.left-sidebar .shop-sidebar {
		padding-left: 10px;
	} 
	.right-sidebar .right-sidebar, .woocommerce-page .shop-sidebar, .both-sidebar .sidebar.right-sidebar, .left-sidebar #primary, 
	.right-sidebar .shop-sidebar {
		padding-right: 10px;
	}
}

@media screen and (max-width: 1096px) {
	.widget_wp_store_pro_contact_info ul li .fa {
		margin-right: 8px;
	}

	/*---------------------------------------------
	TOP HEADER
	----------------------------------------------*/
	.boxed .top-header .ed-social-icons {
		width: 15%;
	}
	.boxed .top-header .ed-social-icons + .ticker {
		width: 48%;
	}

	/*------------------------------------------
	BOTTOM HEADER
	-------------------------------------------*/
	.header-search form.searchform, 
	.boxed .header-search form.searchform {
		width: 350px;
	}
	.wrap-right .header-call-to {
		padding-right: 20px;
	}
	.account-wrap div a {
		padding-left: 5px;
		padding-right: 5px;
	}
	.boxed .wrap-right .header-call-to, .wrap-right .header-cart {
		font-size: 12px;
	}
	.main-navigation ul li a {
		padding-left: 12px;
		padding-right: 12px;
	}

	/*-------------------------------------------
	STICKY HEADER
	--------------------------------------------*/
	.sticky-wrapper .main-navigation ul li a {
	    padding-left: 8px;
	    padding-right: 8px;
	}
	.sticky-wrapper .main-navigation ul li.menu-item-has-children > a::before, 
	.sticky-wrapper .main-navigation li.ed-mega-menu-item-megamenu > a::before {
		display: none;
	}

	/*---------------------------------------------
	WIDGET ICON SECTION
	----------------------------------------------*/
	#widget-icon-section .widget figure .fa {
		font-size: 2em;
	}
	.boxed #widget-icon-section .widget .payment-info h3 {
		font-size: 13px;
	}

}

@media screen and (max-width: 980px) {
	/*------------------------------------------
	MAIN NAVIGATION
	-------------------------------------------*/
	.menu-wrap {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	button.menu-toggle {
	    display: block;
	    height: 40px;
	    line-height: 40px;
	    overflow: hidden;
	    text-indent: 40px;
	    white-space: nowrap;
	    width: 40px;
	    padding: 0;
	    border-width: 1px;
	}
	button.menu-toggle::after {
	    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	    color: #333;
	    content: "\f0c9";
	    font-family: fontawesome;
	    font-size: 21px;
	    opacity: 1;
	    position: absolute;
	    text-indent: 0;
	    width: 100%;
	    visibility: visible;
	    transition: all ease-in-out 0.4s;
	    -webkit-transition: all ease-in-out 0.4s;
	}
	button.menu-toggle:hover::after {
	    color: #f6a225;
	}
	.main-navigation .close {
	    border: 1px solid #ddd;
	    cursor: pointer;
	    display: block;
	    font-size: 25px;
	    height: 35px;
	    line-height: 30px;
	    position: absolute;
	    right: 10px;
	    text-align: center;
	    top: 8px;
	    width: 35px;
	    visibility: hidden;
	    opacity: 0;
	    transition: all ease-in-out 0.4s;
	    -webkit-transition: all ease-in-out 0.4s;
	}
	.main-navigation.toggled .close, .main-navigation.nav-toggle .close {
		z-index: 99999999;
		opacity: 1;
		filter: alpha(opacity= 100);
		visibility: visible;
	}
	.main-navigation .close:hover {
		color: red;
		border-color: red;
	}
	.main-navigation ul.nav-menu, .main-navigation ul.top-nav, .main-navigation ul.menu {
	    background: #fff none repeat scroll 0 0;
	    height: 100%;
	    left: 0;
	    position: fixed;
	    top: 0;
	    width: 100%;
	    padding-top: 50px;
	    overflow: scroll;
	    opacity: 0;
	    visibility: hidden;
	    transform: scale(0);
	    -webkit-transform: scale(0);
	    z-index: -1;
	    transition: all 0.4s ease-in-out 0s;
	    -webkit-transition: all 0.4s ease-in-out 0s;
	}
	.main-navigation.toggled ul.nav-menu, .main-navigation.nav-toggle ul.top-nav, .main-navigation.nav-toggle ul.menu {
		z-index: 9999999;
		opacity: 1;
		filter: alpha(opacity= 100);
	    visibility: visible;
	    transform: scale(1);
	    -webkit-transform: scale(1);
	}
	.menu-wrap ul li {
	    display: block;
	    font-size: 14px;
		font-weight: 400;
	}
	.main-navigation ul li a {
	    border-bottom: 1px solid #ddd;
	    padding: 10px;
	    width: 100%;
	}
	.main-navigation .nav-menu > li:first-child > a, 
	.main-navigation .top-nav > li:first-child > a {
		padding-left: 10px;
	}
	.main-navigation ul li.menu-item-has-children > a::before, 
	.main-navigation li.ed-mega-menu-item-megamenu > a::before {
		top: 11px;
		right: 6px;
	}
	.main-navigation ul li > ul, .main-navigation ul li > div {
	    box-shadow: none;
	    opacity: 1;
	    padding-left: 10px;
	    position: static;
	    transform: rotateX(0deg);
	    visibility: visible;
	    width: 100%;
	}
	.center .nav-menu li ul {
		text-align: center;
	}
	.main-navigation ul li ul li a {
		padding: 10px 17px;
	}
	.main-navigation ul li ul li.menu-item-has-children > a::before {
		top: 21px;
		line-height: 0;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	.main-navigation ul.nav-menu > li:last-child ul li.menu-item-has-children > a::before, 
	.main-navigation ul.top-nav > li:last-child ul li.menu-item-has-children > a::before {
		left: inherit;
		right: 6px;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	.main-navigation ul li > ul li > ul, .main-navigation ul li > div ul li > div {
		border-left: none; 
	}
	.main-navigation ul.nav-menu > li:last-child ul li ul, 
	.main-navigation ul.nav-menu > li:last-child div ul li div, 
	.main-navigation ul.top-nav > li:last-child ul li ul, 
	.main-navigation ul.top-nav > li:last-child div ul li div {
		border-right: none;
	}

	/*---------------------------------------------
	STICKY HEADER
	----------------------------------------------*/
	.sticky-wrapper .site-branding {
		width: 50%;
	}
	.sticky-wrapper .main-navigation {
		width: 49%;
	}
	.sticky-wrapper button.menu-toggle {
		float: right;
		margin-top: 15px;
	}

	/*----------------------------------------------
	MAIN SLIDER 
	-----------------------------------------------*/
	#slider-section .small-caption {
		font-size: 2.3em;
	}
	#slider-section .slider-content {
		font-size: 20px;
	}

	/*---------------------------------------------
	WIDGET CATEGORY PROMO
	----------------------------------------------*/
	.widget_wp_store_pro_cat_promo .cat-promo-wrap {
		padding: 20px;
	}

	/*---------------------------------------------
	WIDGET ICON SECTION
	----------------------------------------------*/
	#widget-icon-section .widget {
	    padding-left: 10px;
	    padding-right: 10px;
	}
	#widget-icon-section .widget .payment-info {
		padding-left: 10px;
	}
	#widget-icon-section .widget .payment-info h3 {
		font-size: 12px;
	}
	#widget-icon-section .widget .payment-info p {
		font-size: 11px;
	}

	/*---------------------------------------
	FOOTER SECTION
	----------------------------------------*/
	.top-footer.footer-column-4 .footer-block {
		width: 24.33%;
	}

	/*-----------------------------------------------
	WOOCOMMERCE SHOP PAGE
	------------------------------------------------*/
	.woocommerce .columns-5 ul.products li.product, 
	.woocommerce-page .columns-5 ul.products li.product {
	    width: 24.66%;
	}
	.woocommerce #content table.cart td.actions .coupon, 
	.woocommerce table.cart td.actions .coupon, 
	.woocommerce-page #content table.cart td.actions .coupon, 
	.woocommerce-page table.cart td.actions .coupon {
		width: 50%;
	}

}

@media screen and (max-width: 800px){
	.widget_wp_store_pro_icon_text {
		width: 47%;
	}

	/*-------------------------------------------
	TOP HEADER 
	--------------------------------------------*/
	.top-header .ed-social-icons {
		width: 28%;
	}
	.top-header .ed-social-icons + .ticker {
		width: 71%;
	}
	.top-header .ed-social-icons + .ticker + .account-wrap {
	    margin-top: 10px;
	    text-align: left;
	    width: 100%;
	}
	.top-header .ed-social-icons + .account-wrap {
		width: 73%;
	}
	.account-wrap div a {
	    padding: 0 3px;
	}
	.my-account p, .wishlist-box .my-wishlist {
		display: none;
	}

	/*-----------------------------------------------
	BOTTOM HEADER 
	------------------------------------------------*/
	.header-search {
		float: none;
		padding-right: 0;
		margin-top: 0;
	}
	.right .header-search {
		float: none;
		padding-left: 0;
	}
	.header-search form.searchform {
		width: 420px;
	}
	.boxed .header-search form.searchform {
	    width: 408px;
	}
	.header-search + .header-call-to, .header-search ~ .header-cart {
		margin-top: 10px;
	}

	/*----------------------------------------
	MAIN SLIDER SECTION
	-----------------------------------------*/
	#slider-section .small-caption {
		font-size: 3em;
	}

	/*------------------------------------------------
	BELOW SLIDER SECTION
	-------------------------------------------------*/
	#promo-section .promo-text {
		padding: 15px;
	}
	#promo-section .promo-text .category a {
	    font-size: 0.8em;
	    line-height: 0.8;
	    margin-bottom: 5px;
	}
	#promo-section .promo-text .title {
		margin-bottom: 5px;
		font-size: 1.2em;
	}
	.promo-text .desc {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 5px;
	}

	/*---------------------------------------------
	WIDGET CATEGORY PROMO
	----------------------------------------------*/
	.widget_wp_store_pro_cat_promo .promo-cat-desc {
		width: 49%;
	}

	/*--------------------------------------------------
	CALL TO ACTION
	---------------------------------------------------*/
	#cta-section .cta-content {
		padding: 30px;
		width: 59%;
	}

	/*------------------------------------------------
	WIDGET AREA THREE SECTION
	-------------------------------------------------*/
	#widget-area-three-section .woocommerce ul.cart_list li img, 
	#widget-area-three-section .widget ul li img {
	    float: none;
	    padding-right: 0;
	    width: auto;
	}
	#widget-area-three-section .widget ul li .product-title {
		width: auto;
		display: block;
		float: none;
	}

	/*--------------------------------------
	WIDGET PROMO VIDEO
	---------------------------------------*/
	#widget-area-one-section .widget_wp_store_pro_video_section_area .widget-title, 
	#product-area-section .widget_wp_store_pro_video_section_area .widget-title, 
	.widget_wp_store_pro_video_section_area .widget-title {
		font-size: 1.5em;
		width: 100%;
		padding-right: 10px;
		padding-left: 10px;
	}
	.promovidoedesc {
		font-size: 18px;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}

	/*---------------------------------------
	SIDEBARS
	----------------------------------------*/
	.right-sidebar #primary, .woocommerce-page #primary, 
	.right-sidebar .right-sidebar, .woocommerce-page .shop-sidebar, .both-sidebar .left-sidebar-right, 
	.both-sidebar .left-sidebar-right #primary, .both-sidebar .left-sidebar-right .sidebar, .both-sidebar .sidebar, 
	.left-sidebar #primary, .left-sidebar .left-sidebar, .left-sidebar .shop-sidebar, .right-sidebar .shop-sidebar, 
	.side-left .primary, .side-right .primary, .side-left .secondary, .side-right .secondary {
		float: none;
		padding-left: 10px;
		padding-right: 10px;
		width: 100%;
	}
	.side-left .primary, .side-right .primary, .side-left .secondary, .side-right .secondary {
		padding-left: 0;
		padding-right: 0;
	}
	
	/*----------------------------------------------
	FOOTER SECTION
	-----------------------------------------------*/
	.top-footer.footer-column-3 .footer-block, 
	.top-footer.footer-column-4 .footer-block {
		width: 32.66%;
		margin-bottom: 30px;
	}
	.top-footer.footer-column-3 .footer-block:nth-last-of-type(1),  
	.top-footer.footer-column-4 .footer-block:nth-last-of-type(1) {
		margin-bottom: 0;
	}
	.footer-copyright, 
	.payment-partner {
		width: 100%;
		text-align: center;
	}
	.payment-partner {
		margin-top: 10px;
	}

}

@media screen and (max-width: 600px){
	.admin-bar .sticky-wrapper.fixed {
		top: 46px;
	}
}

@media screen and (max-width: 768px) {
	#widget-area-one-section aside.widget, 
	#product-area-section aside.widget, 
	#widget-area-two-section aside.widget, 
	.full-width-section aside.widget {
		margin-bottom: 30px;
	}

	/*-------------------------------------------------
	WIDGET PRODUCT
	--------------------------------------------------*/
	.widget ul.new-prod-slide li, .widget ul.feature-cat-product li {
		width: 49.66%;
	}
	.widget ul.new-prod-slide li:nth-child(1), .widget ul.feature-cat-product li:nth-child(2) {
		margin-bottom: 30px;
	}

	/*-----------------------------------------------
	WIDGET STAT COUNTER
	------------------------------------------------*/
	.widget_wp_store_pro_stat_counter {
		width: 47%;
		margin-bottom: 30px;
	}

	/*-----------------------------------------------
	WIDGET TEAM
	------------------------------------------------*/
	.widget.widget_wp_store_pro_team {
		width: 50%;
		margin-bottom: 30px;
	}

	/*-----------------------------------------------
	WIDGET OFFER
	------------------------------------------------*/
	.widget.widget_wp_store_pro_offer {
		padding: 0 0 35px 0;
	}
	#widget-area-one-section aside.widget.widget_wp_store_pro_offer, 
	#product-area-section aside.widget.widget_wp_store_pro_offer, 
	#widget-area-two-section aside.widget.widget_wp_store_pro_offer, 
	.full-width-section aside.widget.widget_wp_store_pro_offer {
		padding-bottom: 35px;
	}
	.widget_wp_store_pro_offer .offer-img, .widget_wp_store_pro_cta_form .cta-desc {
		width: 100%;
	}
	.widget_wp_store_pro_offer .offer-percent {
		bottom: inherit;
		font-size: 16px;
		font-weight: 400;
		height: inherit;
		left: inherit;
		padding: 5px 45px;
		right: -40px;
		top: 20px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		width: auto;
	}
	.widget_wp_store_pro_offer .offer-percent span {
		display: initial;
		font-size: 18px;
		line-height: 30px;
	}
	.widget_wp_store_pro_offer .offer-content-wrap {
		padding: 20px;
		width: 100%;
	}
	.widget_wp_store_pro_offer .owl-pagination {
		bottom: -20px;
	}

	/*---------------------------------------------
	WIDGET ICON SECTION
	----------------------------------------------*/
	#widget-icon-section .widget {
		padding-left: 30px;
    	padding-right: 30px;
	}
	#widget-icon-section .widget .payment-info {
		padding: 20px 0 20px 20px;
	}
	#widget-icon-section .widget .payment-info h3, 
	#widget-icon-section .widget .payment-info p {
		text-align: center;
	}
	#widget-icon-section .widget .payment-info h3 {
		font-size: 14px;
	}
	#widget-icon-section .widget .payment-info p {
		font-size: 13px;
	}

	/*-----------------------------------------------
	WOOCOMMERCE SHOP PAGE
	------------------------------------------------*/
	.woocommerce .columns-4 ul.products li.product, 
	.woocommerce-page .columns-4 ul.products li.product, 
	.woocommerce .columns-5 ul.products li.product, 
	.woocommerce-page .columns-5 ul.products li.product, 
	.woocommerce .related ul.products li.product, 
	.woocommerce-page .related ul.products li.product {
	    width: 32.66%;
	}
	.woocommerce #content table.cart td.actions .coupon, 
	.woocommerce table.cart td.actions .coupon, 
	.woocommerce-page #content table.cart td.actions .coupon, 
	.woocommerce-page table.cart td.actions .coupon {
		width: 100%;
	}
	.woocommerce-account .woocommerce-MyAccount-content, 
	.woocommerce-account .woocommerce-MyAccount-navigation {
		margin-bottom: 30px;
	}

	/*-----------------------------------------------
	RESPONSIVE TABLE LAYOUT
	------------------------------------------------*/
	/* Force table to not be like tables anymore */
	.woocommerce-cart table, .woocommerce-cart thead, .woocommerce-cart tbody, .woocommerce-cart th, .woocommerce-cart td, .woocommerce-cart tr,
	.woocommerce-wishlist table, .woocommerce-wishlist thead, .woocommerce-wishlist tbody, .woocommerce-wishlist th, .woocommerce-wishlist td, 
	.woocommerce-wishlist tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.woocommerce-cart thead tr, .woocommerce-wishlist thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.woocommerce-cart tr, .woocommerce-wishlist tr { 
		border: 1px solid #ccc; 
	}
	
	.woocommerce-cart td, .woocommerce-wishlist td { 
		/* Behave  like a "row" */
		border: none !important;
		border-bottom: 1px solid #eee  !important; 
		position: relative;
		padding-left: 50%  !important; 
	}
	.woocommerce table.wishlist_table tbody td.wishlist-empty {
		padding-left: 5px;
	}
	.woocommerce-cart td:before, .woocommerce-wishlist td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-weight: bold;
	}
	
	/*
	Label the data
	*/
	.woocommerce-cart td:nth-of-type(1):before { content: ""; }
	.woocommerce-cart td:nth-of-type(2):before { content: "Product Image"; }
	.woocommerce-cart td:nth-of-type(3):before { content: "Product"; }
	.woocommerce-wishlist td:nth-of-type(3):before { content: "Product Name"; line-height: 40px; }
	.woocommerce-cart td:nth-of-type(4):before { content: "Price"; }
	.woocommerce-wishlist td:nth-of-type(4):before { content: "Price"; line-height: 40px; }
	.woocommerce-wishlist td:nth-of-type(5):before{ content: "stock Status";}
	.woocommerce-wishlist td:nth-of-type(6):before { content: "";}
	.woocommerce-cart td:nth-of-type(5):before { content: "Quantity"; }
	.woocommerce-cart td:nth-of-type(6):before { content: "Total"; }
	.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, 
	.woocommerce table.my_account_orders tr td.order-actions::before, .woocommerce-page #content table.cart .product-thumbnail, 
	.woocommerce-page table.cart .product-thumbnail, .woocommerce-page table.my_account_orders tr td.order-actions::before{
		display: block;
	}

	.woocommerce-cart td.product-remove{
		text-align: right;
	}
	.woocommerce table.wishlist_table tr td.product-remove {
		padding: 5px !important;
		text-align: right;
	}
	.woocommerce #content table.wishlist_table.cart a.remove {
		margin: 0;
	}
	.woocommerce-cart td.product-remove a {
		left: 90%;
		position: relative;
	}
	.woocommerce table.wishlist_table tbody td.product-price {
		display: block;
	}
	.woocommerce table.wishlist_table tbody td.product-name a {
		display: block;
		padding-bottom: 5px;
	}
	.woocommerce-cart td.actions {
		padding-left: 10px !important;
	}
	.woocommerce table.cart td.actions .input-text{
		width: 100% !important;
		margin-bottom: 10px !important;
	}
	.woocommerce-cart td.actions .button {
		width: 100% !important;
	}
	.woocommerce-cart .cart-collaterals th{
		float: left;
		padding-left: 10px !important;
	}
	.wishlist_table tr td.product-thumbnail, .wishlist_table tr td.product-name, .wishlist_table tr td.wishlist-name, 
	.wishlist_table tr td.wishlist-privacy, .woocommerce table.wishlist_table tfoot td {
		text-align: center;
	}
	.woocommerce-wishlist.woocommerce .cart .button {
		float: none;
	}
	.woocommerce #review_form #respond p.comment-form-author, .woocommerce #review_form #respond p.comment-form-email {
		width: 100%;
		padding: 0;
	}

}

@media screen and (max-width: 640px) {
	.section-title, #widget-area-one-section .widget-title, #product-area-section .widget-title {
		margin-bottom: 20px;
	}

	/*-----------------------------------------
	SHORTCODE
	------------------------------------------*/
	.ed_column {
		float: none;
	}
	.ed-span1, .ed-span2, .ed-span3, .ed-span4, .ed-span5 {
		width: 100%;
	}
	.shortcode-cta-video .cta-wrap-left {
		width: 100%;
	}
	.shortcode-cta-video .cta-wrap-right {
		width: 100%;
		margin-top: 20px;
		padding-left: 0;
	}
	.shortcode-cta-form .cta-wrap-left {
		float: none;
		width: 100%;
	}
	.shortcode-cta-form .cta-wrap-right {
		float: none;
		padding-left: 0;
		width: 100%;
		margin-top: 20px;
	}
	.ed_call_to_action .ed_call_to_action_content {
		padding-right: 0;
		width: 100%;
		margin-bottom: 20px;
	}

	/*-----------------------------------------------
	BOTTOM HEADER 
	------------------------------------------------*/
	.header-search form.searchform {
		width: 350px;
	}
	.boxed .header-search form.searchform {
		width: 320px;
	}

	/*----------------------------------------------
	BANNER SLIDER
	-----------------------------------------------*/
	#slider-section .slider-caption {
	    margin-top: -15px;
	    margin-left: 0;
	    padding-left: 50px;
	    padding-right: 50px;
	    text-align: center;
	    width: 100%;
	}
	.boxed #slider-section .slider-caption {
		padding-left: 50px;
		width: 100%;
	}
	#slider-section .small-caption {
	    font-size: 1.7em;
	}
	#slider-section .slider-content {
		display: none;
	}

	/*------------------------------------------------
	WIDGET CATEGORY PROMO
	------------------------------------------------*/
	.widget_wp_store_pro_cat_promo .promo-cat-desc {
	    position: relative;
	    width: 100%;
	    z-index: 1;
	}
	.widget_wp_store_pro_cat_promo .promo-cat-image {
	    left: 0;
	    opacity: 0.2;
	    position: absolute;
	    top: 0;
	    width: 100%;
	}

	/*-----------------------------------------------
	WIDGET AREA THREE SECTION
	------------------------------------------------*/
	#widget-area-three-section .widget {
	    float: none;
	    padding: 0;
	    width: 100%;
	    margin-bottom: 30px;
	}
	#widget-area-three-section .widget:last-child {
		margin-bottom: 0;
	}
	#widget-area-three-section .woocommerce ul.cart_list li img, 
	#widget-area-three-section .widget ul li img {
	    float: left;
	    padding-right: 10px;
	    width: 126px;
	}
	#widget-area-three-section .widget ul li .product-title {
		width: calc(100% - 146px);
		display: inherit;
		float: left;
	}

	/*----------------------------------------
	FOOTER SECTION
	-----------------------------------------*/
	.footer-top .top-footer-menu {
	    text-align: center;
	    width: 100%;
	}
	.footer-top .top-footer-menu + .ed-social-footer {
	    margin-top: 10px;
	    text-align: center;
	    width: 100%;
	}
	.top-footer.footer-column-3 .footer-block, 
	.top-footer.footer-column-4 .footer-block {
		width: 49.33%;
		margin-bottom: 30px;
	}
	.top-footer.footer-column-3 .footer-block:nth-last-of-type(1), 
	.top-footer.footer-column-3 .footer-block:nth-last-of-type(2), 
	.top-footer.footer-column-4 .footer-block:nth-last-of-type(1), 
	.top-footer.footer-column-4 .footer-block:nth-last-of-type(2) {
		margin-bottom: 0;
	}

	/*-------------------------------------------
	WOOCOMMERCE LAYOUT
	--------------------------------------------*/
	.lost_reset_password .woocommerce-FormRow {
		width: 100% !important;
	}

	/*-----------------------------------------------
	WOOCOMMERCE SHOP PAGE
	------------------------------------------------*/
	.woocommerce .columns-3 ul.products li.product, 
	.woocommerce-page .columns-3 ul.products li.product, 
	.woocommerce .columns-4 ul.products li.product, 
	.woocommerce-page .columns-4 ul.products li.product, 
	.woocommerce .columns-5 ul.products li.product, 
	.woocommerce-page .columns-5 ul.products li.product, 
	.woocommerce .related ul.products li.product, 
	.woocommerce-page .related ul.products li.product {
		width: 49.66%;
	}
	.contact-info .float-left {
	    border-right: medium none;
	    margin-bottom: 20px;
	    margin-right: 0;
	    padding-right: 0;
	    width: 100%;
	}
	.float-left {
		float: none;
	}

}

@media screen and (max-width: 600px){
	.admin-bar .sticky-wrapper.fixed {
		top: 0;
	}
}

@media screen and (max-width: 540px){
	
	/*----------------------------------------
	SHORTCODES
	-----------------------------------------*/
	.ed_tab_wrap.horizontal .ed_tab_group {
		padding-left: 0;
		margin-bottom: 10px;
	}
	.ed_tab_wrap.horizontal .tab-title {
		border-bottom: 1px solid #ddd;
	    display: block;
	    margin-right: 0;
	    text-align: left;
	}
	.ed_tab_wrap.horizontal .ed_tab_group .active, 
	.ed_tab_wrap.horizontal .ed_tab_group .tab-title:hover.active {
		top: inherit;
	}
	.ed_tab_wrap.horizontal .tab-title:last-child {
		border-bottom: none;
	}
	.ed_tab_content {
		background: #eee;
	}
	.ed_tab_wrap.vertical .ed_tab_group {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	.ed_tab_wrap.vertical .tab-title.active {
		border-right: 1px solid #ddd;
	}
	.ed_tab_wrap.vertical .ed_tab_content {
		float: none;
		width: 100%;
		border-left: 1px solid #ddd;
	}

	/*-----------------------------------------------
	TOP HEADER 
	------------------------------------------------*/
	.top-header .ed-container {
	    position: relative;
	}
	.top-header .ed-social-icons, 
	.top-header .ticker, .top-header .ed-social-icons + .ticker, 
	.top-header .ticker + .account-wrap {
	    padding-right: 0;
	    width: 100%;
	    text-align: left;
	}
	.top-header .ed-social-icons + .ticker, 
	.top-header .ticker + .account-wrap {
		margin-top: 10px;
	}
	.top-header .ed-social-icons + .ticker + .account-wrap, 
	.top-header .ed-social-icons + .account-wrap {
		position: absolute;
	    right: 0;
	    top: 0;
	    width: auto;
	    margin-top: 0;
	}
	.boxed .top-header .ed-social-icons + .ticker + .account-wrap div, 
	.boxed .top-header .ed-social-icons + .account-wrap div {
		font-size: 12px;
	}
	.boxed .wrap-right .header-call-to, 
	.boxed .wrap-right .header-cart {
		padding-left: 35px;
	}
	.boxed .wrap-right .lnr.lnr-phone {
		font-size: 25px;
	}
	.boxed .header-cart .lnr.lnr-cart {
		top: 5px;
		font-size: 25px;
	}

	/*-----------------------------------------------
	BOTTOM HEADER 
	------------------------------------------------*/
	.buttom-header {
		padding-top: 10px;
	}
	.buttom-header .ed-container {
		padding-bottom: 10px;
	}
	.buttom-header .site-branding {
		width: 100%;
	}
	.buttom-header .wrap-right {
	    margin-top: 10px;
	    width: 100%;
	}
	.header-search {
	    float: none;
	    margin-top: 0;
	    padding-right: 0;
	    width: 100%;
	}
	.header-search form.searchform, 
	.boxed .header-search form.searchform {
	    width: 100%;
	}

	.header-search form .search-field, 
	.header-search form .search-in-select, 
	.header-search form .search-in-select select, 
	.header-search form button {
		height: 35px;
	}
	.header-search form .search-field {
		width: 50%;
	}
	.header-search form button {
		width: 15%;
	}
	.wrap-right .header-call-to {
		padding-right: 10px;
	}
	.wrap-right .header-search + .header-call-to {
		margin-left: 0;
	}

	/*-----------------------------------------------
	BELOW SILDER SECTION
	------------------------------------------------*/
	#promo-section .promo-block {
	    float: none;
	    margin-bottom: 30px;
	    margin-right: 0;
	    width: 100%;
	}
	#promo-section .promo-block:last-child {
		margin-bottom: 0;
	}
	#promo-section .promo-text .category a {
	    font-size: 1em;
	    line-height: 1;
	    margin-bottom: 15px;
	}
	#promo-section .promo-text .title {
	    font-size: 1.3em;
	    margin-bottom: 10px;
	}
	.promo-text .desc {
	    font-size: 16px;
	    line-height: 22px;
	    margin-bottom: 5px;
	}

	/*-------------------------------------------
	WIDGET CATEGORY TAB
	--------------------------------------------*/
	.widget_wp_store_pro_category_tab .tabcat-title::after, 
	.widget_wp_store_pro_category_tab .tabcat-title > ul li::before {
		display: none;
	}
	.widget_wp_store_pro_category_tab .tabcat-title ul {
		display: block;
	}
	.widget_wp_store_pro_category_tab .tabcat-title > ul li {
	    background: #eee none repeat scroll 0 0;
	    display: block;
	    margin-bottom: 1px;
	    padding-bottom: 10px;
	    padding-top: 10px;
	    text-align: left;
	}
	.widget_wp_store_pro_category_tab .tabcat-title > ul li:hover, 
	.widget_wp_store_pro_category_tab .tabcat-title > ul li.active {
	    background: #ddd none repeat scroll 0 0;
	    color: #e18d10;
	}

	/*------------------------------------------------
	WIDGET PRODUCT
	-------------------------------------------------*/
	.widget .prod-title-desc, .widget_wp_store_pro_slider .wdgt-slider-desc {
		width: 100%;
		margin-bottom: 20px;
	}
	.widget ul.new-prod-slide li, .widget ul.feature-cat-product li {
		width: 100%;
		margin-bottom: 30px;
	}
	.widget ul.new-prod-slide li:last-child, .widget ul.feature-cat-product li:last-child {
		margin-bottom: 0;
	}

	/*-----------------------------------------------
	WIDGET STAT COUNTER
	-----------------------------------------------*/
	.widget_wp_store_pro_stat_counter {
	    margin-left: 0;
	    margin-right: 0;
	    width: 100%;
	}

	/*-----------------------------------------------
	WIDGET TEAM AND TESTIMONIAL
	------------------------------------------------*/
	.widget.widget_wp_store_pro_team, 
	.widget.widget_wp_store_pro_testimonial {
		padding: 0;
		width: 100%;
	}
	.ed-client-message {
		padding-top: 15px;
	}

	/*------------------------------------------------
	WIDGET CATEGORY PROMO
	------------------------------------------------*/
	.widget_wp_store_pro_cat_promo .cat-promo-wrap {
	    float: none;
	    margin-right: 0;
	    overflow: hidden;
	    width: 100%;
	}
	.widget_wp_store_pro_cat_promo .cat-promo-wrap:nth-child(3n) {
		margin-bottom: 30px;
	}

	/*------------------------------------------------
	WIDGET CATEGORY PRODUCT
	------------------------------------------------*/
	.widget_wp_store_pro_cat_product .feature-cat-image, 
	.widget_wp_store_pro_cat_product .right_align .feature-cat-image {
	    float: none;
	    margin-bottom: 20px;
	    width: 100%;
	}
	.widget_wp_store_pro_cat_product .feature-cat-product, 
	.widget_wp_store_pro_cat_product .right_align .feature-cat-product {
	    float: none;
	    padding-left: 0;
	    padding-right: 0;
	    width: 100%;
	}
	.widget_wp_store_pro_cat_product .right_align .owl-theme .owl-controls .owl-buttons div.owl-next {
		right: 0;
	}
	.widget_wp_store_pro_cat_product .left_align .owl-theme .owl-controls .owl-buttons div.owl-prev {
		left: 0;
	}

	/*-----------------------------------------------
	WIDGET ICON TEXT
	-----------------------------------------------*/
	.widget_wp_store_pro_icon_text {
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}

	/*-----------------------------------------------
	CALL TO ACTION
	------------------------------------------------*/
	#cta-section {
	    position: relative;
	}
	#cta-section .cta-content {
	    padding: 30px;
	    position: relative;
	    width: 100%;
	    z-index: 1;
	}
	#cta-section figure {
	    bottom: 0;
	    left: 0;
	    margin: auto;
	    opacity: 0.2;
	    position: absolute;
	    right: 0;
	    top: 0;
	    width: 100%;
	}

	/*-------------------------------------------------
	BLOG SECTION
	--------------------------------------------------*/
	.blogs {
	    float: none;
	    margin-bottom: 30px;
	    padding: 0;
	    width: 100%;
	}
	.blogs:last-child {
		margin-bottom: 0;
	}

	/*-----------------------------------------------
	WIDGET ICON SECTION
	------------------------------------------------*/
	#widget-icon-section .widget {
	    border-right: medium none;
	    float: none;
	    padding-left: 0;
	    padding-right: 0;
	    width: 100%;
	}
	#widget-icon-section .widget .payment-info h3, 
	#widget-icon-section .widget .payment-info p {
		text-align: left;
	}

	/*-------------------------------------------
	SEARCH PAGE
	--------------------------------------------*/
	.no-results form.search-form label {
		width: 100%;
		margin-bottom: 10px;
	}
	.no-results form.search-form .search-submit {
		width: 30%;
	}
	
	/*-----------------------------------------
	ERROR PAGE
	------------------------------------------*/
	.error404-text > h1 {
		font-size: 6em;
		line-height: 90px;
		width: 100%;
	}

	/*-------------------------------------------
	FOOTER SECTION
	--------------------------------------------*/
	.top-footer .footer-block {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 30px;
	}
	.top-footer .footer-block:last-child {
		margin-bottom: 0;
	}
	.top-footer.footer-column-4 .footer-block, 
	.top-footer.footer-column-3 .footer-block, 
	.top-footer.footer-column-2 .footer-block {
		width: 100%;
	}
	.top-footer.footer-column-3 .footer-block:nth-last-of-type(2), 
	.top-footer.footer-column-4 .footer-block:nth-last-of-type(2) {
		margin-bottom: 30px;
	}
	.top-footer.footer-column-2 .footer-block:last-child, 
	.top-footer.footer-column-3 .footer-block:last-child, 
	.top-footer.footer-column-4 .footer-block:last-child {
		margin-bottom: 0;
	}
	.textwidget > p:last-child {
		margin-bottom: 0;
	}

	/*-----------------------------------------------
	WOOCOMMERCE PAGE
	------------------------------------------------*/
	.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count, 
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering, 
	.woocommerce .gridlist-toggle {
		float: none;
	}
	.woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product {
		padding-left: 0;
		padding-right: 10px;
	}
	.woocommerce ul.products li.product .compare, .woocommerce-page ul.products li.product .compare.button {
		left: 12px;
	}
	.woocommerce .columns-3 ul.products li.product, 
	.woocommerce-page .columns-3 ul.products li.product, 
	.woocommerce .columns-2 ul.products li.product, 
	.woocommerce-page .columns-2 ul.products li.product, 
	.woocommerce .columns-4 ul.products li.product, 
	.woocommerce-page .columns-4 ul.products li.product, 
	.woocommerce .columns-5 ul.products li.product, 
	.woocommerce-page .columns-5 ul.products li.product, 
	.woocommerce .related ul.products li.product, 
	.woocommerce-page .related ul.products li.product {
		width: 100%;
	}
	.ufbl-default-template .ufbl-form-field-wrap {
	    float: none;
	    margin-right: 0;
	    width: 100%;
	}
	ul.products.list li.product .wrap-image-sale {
		float: none;
		margin-right: 0 !important;
		width: 100% !important;
	}
	.woocommerce ul.products.list li.product h3, 
	.woocommerce ul.products.list li.product div[itemprop="description"], 
	.woocommerce ul.products.list li.product .price, 
	.woocommerce ul.products.list li.product .gridlist-buttonwrap {
		float: none;
		width: 100%;
	}
	.woocommerce .order_details li {
	    float: none;
	    margin-right: 0;
	    padding-right: 0;
	    border-right: none;
	    margin-bottom: 15px;
	    padding-bottom: 15px;
	    border-bottom: 1px dashed #d3ced2;
	}
	
}