/*

Theme Name: Shine Trimmings Fabrics
Theme URI: https://6sense.com.au
Author: 6 Sense Web Solutions
Author URI: https://6sense.com.au
Description: Custom Wordpress theme for Shine Trimmings & Fabrics online store
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.2.1
Requires at least: 5.0
Tested up to: 5.9
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shinetrimmingsfabrics
*/

/************ SHOP CATEGORY OVERLAY ***********/

.container-overlay {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000000;
}

.container-overlay:hover .overlay {
  opacity: 1;
}

.text-overlay {
  color: white;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /*chorme*/
  -ms-transform: translate(-50%, -50%); /*IE*/
  transform: translate(-50%, -50%); /*moz???*/
  text-align: center;

}

.select-box {
    font-size:14px;
    border-style: solid;
    color:#ffffff;
    padding:10px;
}

p.centre-text {
    margin: auto;
}

/******* Beguinning *************/

.post-image {
   margin: 0px 10px 0px 10px;
}

.post-excert {
  font-family: "avalonregular", sans-serif;
  font-size: 14px;
  color: #555555;
  text-align: left!important;
  font-weight: normal;
}

.posted-on {
  font-family: "avalonregular", sans-serif;
  font-size: 12px;
  color: #555555;
  text-align: left!important;
}

.cat-item {
   list-style-type: none!important;
   colour: #555555!important;
}

.cat-item:hover {
   list-style-type: none!important;
   colour: #ed576a!important;
}

/************ FIX RADIO BUTTONS POSITION ***********/

.gform_wrapper .gfield_checkbox li label,�.gform_wrapper .gfield_radio li label�{
    padding: 15px!important;
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
    padding:15px!important;
}

/************ SA SLIDER ***********/

.sa_owl_theme .owl-nav div, .sa_owl_theme .owl-nav button {
    position: absolute;
    top: 40%!important;
}

/************ TABS ***********/

.text-tabs {
    margin: 10px 0px 5px 0px;
	border-top: 1px solid black;
}

.tab-font  {
    font-size:16px;
	color:#000000;
	text-align: center!important;
	font-family:Amalfi Coast;
	font-weight: 300;
}
.tab-font > a {
    color:#222222;
	font-weight: 700;
}
.tab-font > a:hover {
    color:#ed576a;
	font-weight: 700;
}
.view-font  {
    font-size:20px;
	color:#000000;
	text-align: center!important;
	font-family: "avalonregular", sans-serif;
	font-weight: 300;
}
.view-font > a {
    color:#222222;
}
.view-font > a:hover {
    color:#ed576a;
}


/************ BUTTONS ***********/

.order-again {
	display:none!important;
}

.woocommerce table.cart td.actions .coupon .button {
	width: 70px!important;
}

.booking_form_div .btn {
    background: #ed576a!important;
    /*border-color: #222222!important;*/
    box-shadow: white;
    /*color: #555555!important;*/
  	text-shadow: none!important;
  	color: #ffffff!important;
}

.booking_form_div .btn:hover {
    background: #c61b2f!important;
    /*border-color: #222222!important;*/
    box-shadow: white;
    /*color: #555555!important;*/
  	text-shadow: none!important;
  	color: #ffffff!important;
}

.submit {
    background: #ed576a!important;
    /*border-color: #222222!important;*/
    box-shadow: white;
    /*color: #555555!important;*/
  	text-shadow: none!important;
	  color: #ffffff!important;
}

.submit:hover {
    background: #c61b2f!important;
    /*border-color: #222222!important;*/
    box-shadow: white;
    /*color: #555555!important;*/
	  text-shadow: none!important;
  	color: #ffffff!important;
}

input[type=submit] {
    background: #ed576a!important;
    /*border-color: #222222!important;*/
    box-shadow: white;
    color: #555555!important;
  	text-shadow: none!important;
  	color: #ffffff!important;
}

input[type=submit]:hover {
    background: #c61b2f!important;
    /*border-color: #222222!important;*/
    box-shadow: white;
    /*color: #555555!important;*/
  	text-shadow: none!important;
  	color: #ffffff!important;
}

.button {
    color: #ffffff!important;
    background-color: #ed576a;
    /*border: 1px solid #222222;*/
	  border-radius: 4px;
}

.button:hover {
    color: #ffffff!important;
    background-color: #c61b2f;
    /*border: 1px solid #222222;*/
	  border-radius: 4px;
}

.btn-primary {
   color: #ffffff;
   background-color: #ed576a;
   border: none;
   /*border-color: #222222;*/
}

.btn-primary:hover {
    color: #fff;
    background-color: #c61b2f;
    /*border-color: #222222;*/
}

.btn-primary:active {
    color: #fff;
    background-color: #c61b2f;
    /*border-color: #c61b2f;*/
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #c61b2f;
    /*border-color: #222222;*/
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #c61b2f;
    /*border-color: #222222;*/
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    height: 35px;
}

.topbutton {
    height:50px;
    width:50px;
    position:fixed;
    right:5px;
    bottom:5px;
    z-index:1;
	background-color:#ed576a;
	border: 1px solid #222222;
    display:none;
	color:#ffffff;
	border-radius: 5px;
}

.topbutton:hover {
    background-color:#c61b2f;
	color:#ffffff!important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    color: #ffffff;
    background-color: #ed576a!important;
	  /*border: 1px solid #222222;*/
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #c61b2f!important;
    text-decoration: none;
    background-image: none;
    color: #ffffff!important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #ed576a;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #c61b2f;
    color: #fff!important;
}

.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
    color: #fff;
}

.woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover {
    background-color: #ed576a;
    color: #fff;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    height: 40px;
}

.woocommerce a.button {
    padding:14px;
}

.woocommerce ul.products li.product .button {
    margin-top: 0.5em;
	/*border: 1px solid #222222;*/
	margin-right:5px;
}

#customers {
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even) {
    background-color: #f2f2f2;
}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #ed576a;
  color: white;
}


/************ FIX COUPON FIELD WIDTH ***********/

#content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 260px !important;
}


/*************** GENERAL STYLE ***************/

.vip-club {
    background-image: url("https://shinetrimmingsfabrics.com.au/wp-content/uploads/2019/07/vip-club.jpg");
    background-repeat: no-repeat;
	background-size: cover;
    background-color: #ffffff;
}

.screen-reader-text {
	display: none;
}

.row {
	margin-left: 0px;
	margin-right: 0px;
}

.rollover-tab {
	opacity: 1;
}

.rollover-tab:hover {
	opacity: 0.6;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.alignnone {
	float: none;
}

.aligncenter {
	margin: 0 auto;
}

@font-face{
    font-family: "Amalfi Coast";
    src: url("fonts/Amalfi-Coast.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avalonregular';
    src: url('fonts/avalon_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'samanthaquills';
    src: url('fonts/Samantha_Quills-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avalonregular';
    src: url('fonts/avalon_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.body, body {
    font-family: "avalonregular", sans-serif;
    color: #555555;
	font-size: 14px;
}

.p, p {
    font-family: "avalonregular", sans-serif;
	font-size:14px;
}

.h1, h1 {
    font-family: "avalonregular", sans-serif;
	font-size: 30px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 28px;
    color: #222222;
	text-align: center;
}

.statement {
    padding:15px 0px 5px 0px; 
    font-family:Amalfi Coast; 
    font-size:28px; 
    color:#000000; 
    text-align:center;
    font-weight: 200!important;
}

.h2, h2 {
    font-family: "avalonregular", sans-serif;
    font-size: 24px;
	font-weight: bold;
    color: #222222;
}

.h3, h3 {
    font-family: "avalonregular", sans-serif;
    font-size: 20px;
	font-weight: bold;
    color: #ed576a;
}

.footer-menu-text {
    font-family: Amalfi Coast; 
    font-size: 18px; 
    color: #000000; 
    text-align: center;
    padding-bottom: 10px;
}

a:focus, a:hover {
	text-decoration: none;
}

b, strong {
    font-weight: 700;
    color: #222222;
}

.payment-cards {
	float: right;
	padding-left: 3px;
	padding-bottom: 3px;
}

.mark, mark {
    background-color: #ffffff;
}

.woocommerce div.product p.stock {
    margin-top: 10px;
    font-size: 14px;
}

.button, input ,select, textarea {
	color: #222222;
}

.tagged_as {
    display: none;
	}

.fabrics_menu {
  background: url(https://shinetrimmingsfabrics.com.au//wp-content/uploads/2014/07/fabrics.jpg);
  background-repeat: no-repeat;
  height: 94px;

}

.blog-title > a {
    color:#222222!important;
}

.blog-title > a:hover {
    color:#ed576a!important;
}


/************* FORM STYLE **************************/

.form-control {
	border: 1px solid #555555;
	border-radius: 4px!important;
}
.input-group .form-control:first-child {
	height: 40px;
    width: 260px;
}


/*************** WOOCOMMERCE GENERAL ***************/

.woocommerce table.my_account_orders .button {
    white-space: nowrap;
    margin-right: 5px;
}

.woocommerce-mini-cart__empty-message {
    padding: 5px 0px 0px 5px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    margin-top: 10px;
}

.woocommerce .woocommerce-breadcrumb {
    display:none;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    color: #ed576a;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #ed576a;
    color: #ffffff!important;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    margin-right: 5px;
}

.woocommerce ul.products li.product a img {
    margin: 0 0 0em;
}

.woocommerce ul.products:hover li.product:hover a img {
    margin: 0 0 0em;
}

.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
    margin: 0;
    padding-left: 0em;
    border-left: 0px solid rgba(0,0,0,.1);
}

thead {
	color: #222222;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 1.0em;
	line-height: 1.4em;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title {
	font-size: 1.2em;
}

.woocommerce ul.products {
	text-align: center;
}

.woocommerce div.product .product_title {
	text-align: center;
}

h1.woocommerce-products-header__title.page-title {
	text-align: center;
}

.woocommerce ul.products li.product .price {
    color: #ed576a;
    font-size: 1em;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #ed576a;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        float: left;
        margin: 0 1% 1em 0;
        padding: 0;
        position: relative;
        width: 24%;
        margin-left: 0;
}

.woocommerce ul.product_list_widget {
        list-style: none outside;
        padding: 0;
        padding-left: 0px;
        margin: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title {
    font-size: 1.0em;
    line-height: 1.4em;
}

.woocommerce div.product form.cart .variations select {
    margin-bottom: 5px;
    padding-left: 0.5em;
}

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
    background: rgba(0,0,0,0);
}

/*************** WIDGETS GENERAL ***************/

.widget {
    border-width: 1px;
	border-style: solid;
	border-color: #000;
    margin-bottom: 0;
}

.widget-title {
    margin-top: 0px;
	text-align: center;
}


/*************** PAGINATION **********************/

#products {
	height:100%!important;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: none;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}


/*************** FOOTER MENU STYLE ***************/

.footer_menu a {
    color:#222222!important;
	font-size: 14px;
}

.footer_menu a:hover {
    color:#ed576a!important;
	font-size: 14px;
}

.footer_menu ul {
    color:#ffffff!important;
	font-size: 14px;
}


/*************** MY ACCOUNT STYLE ***************/

.woocommerce-MyAccount-navigation-link--downloads {
	display:none;
}

.woocommerce-MyAccount-navigation-link {
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 4px;
	padding:12px 12px;
	margin:5px;
	background-color:#888888;
	color:#ffffff;
}

.woocommerce-MyAccount-navigation-link a {
	display: block;
	color:#ffffff;
	text-decoration: none;
}

.woocommerce-MyAccount-navigation-link.is-active {
	color:#ffffff;
	background-color:#ed576a;
}

.woocommerce-MyAccount-navigation-link:hover {
	color:#ffffff!important;
	background-color:#ed576a;
}

.woocommerce-MyAccount-navigation-link {
	border: 1px solid #222222;
}

.woocommerce form.login, .woocommerce form.register {
	border: 1px solid #555555 !important;
}


/*************** SIDEBAR STYLE***************/

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
	padding-top: 2px!important;
}

#categories-5 {
	padding: 0;
	list-style: none;
}

.product-categories {
	padding: 0;
	list-style: none;
}

ul.product-categories > li > a {
	color: #222222;
	display: block;
	background-color: #f6f6f6;
	padding: 10px;
	padding-left: 20px;
	text-decoration: none;
	border-style: solid;
	border-color: #ffffff;
	border-width: 1px;
}

ul.product-categories > li > a:hover {
	display: block;
	background-color: #ed576a;
	color: #ffffff!important;
	padding: 10px;
	padding-left: 20px;
	text-decoration: none;
}

h4.widget-title {
	display: block;
	color: #fff;
	background-color: #333333;
	padding: 20px;
	margin-bottom: 0px;
	font-family: Amalfi Coast;
    font-size: 18px;
    font-weight: bold;
}

.tagcloud {
	margin-top: 4px;
}

.tagcloud a {
    line-height: 1.2em;
    margin-bottom: .3em;
	padding-left:10px;
    display: block;
	font-size: 14px!important;
	color:#222222!important;
}

.tagcloud a:hover {
	color:#ed576a!important;
}

.moretag {
    display:none;
}

.select2-container .select2-selection--single {
    height: 40px!important;
    margin: 3px!important;
	background-color: #f6f6f6!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #222222!important;
    /*line-height: 40px!important; */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #222 transparent transparent transparent!important;
    margin-top: 0px!important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #222222!important;
}

.dropdown, .dropup {
    cursor: pointer;
}

.woocommerce .woocommerce-ordering select {
    cursor: pointer;
}

.ajax-layered {
    margin: 3px;
}

.woocommerce .widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong {
	padding-left: 10px;
}

p.woocommerce-mini-cart__buttons.buttons {
    padding-left: 10px;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    font-size: 14px;
	line-height: 14px;
	color: #222222;
	margin-top: 2px;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    font-size: 1.5em;
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    padding: 0px 0px 0px 5px;
    margin: 0;
    list-style: none;
}

div#sidebar {
    margin-bottom: 10px;
}
.rounded-image {
    border-radius: 10px;
}


/*************** ACCORDIAN STYLE***************/

.panel-default>.panel-heading {
	color: #fff;
	background-color: #424242;
	border-color: #1f1f1f;
}

.panel-default>.panel-heading:hover {
	color: #fff;
	background-color: #ed576a;
	border-color: #1f1f1f;
}

.panel-default>.panel-heading a:hover {
	color: #fff;
	background-color: #ed576a;
	border-color: #1f1f1f;
}

.panel-default>.panel-heading a:focus {
	color: #fff;
	border-color: #1f1f1f;
}

.woocommerce span.onsale {
	background-color: #ff0000;
	color: #fff;
}

.form-row.place-order {
	float: left;
}

.woocommerce-Price-amount.amount {
	font-size: 1em;
}

#cart-contents {
    color: #222222;
	font-size: 14px;
}

.quantity {
	padding-right: 20px;
}

.posted_in {
	display: block;
}

#add_payment_method table.cart input, .woocommerce-cart table.cart input, .woocommerce-checkout table.cart input {
	margin: 0;
	vertical-align: middle;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
  outline: 0;
  /* height: 30px; */
}

#order_comments_field {
       height: 100px !important;
}

/******* Colour Remove From Cart Button ******************/

.woocommerce a.remove {
    color: #aaaaaa!important;
}

.woocommerce a.remove:hover {
    color: #777777!important;
}

.woocommerce a.remove:hover {
    background: #fff!important;
}

/******* ******************/

.woocommerce span.onsale {
	border-radius: 0%;
	left: 50px;
	opacity: 70%;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 100px;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
	float: right;
	margin-left: 4px;
	width: 70px;
	height: auto;
	box-shadow: none;
}

.woocommerce ul.products li.product:hover a img {
    opacity: 0.6;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    z-index: -1;
}

.woocommerce ul.products li.product .onsale {
    top: 0;
    left: auto;
    margin: 0;
    z-index: 10;
	opacity: 70%;
}

.woocommerce ul.product_list_widget li img:hover {
	opacity: 0.6;
}

.woocommerce .star-rating {
    color: orange;
}

#order_comments {
    height: 100px;
}

#comment {
    height: 80px;
}

.woocommerce div.product p.stock {
    margin-top: 10px;
}


/**************ON SALE BOXES STYLE***************/

.floating-box {
    display: inline-block;
    width: 140px;
    height: 105px;
}


/************** TICK BOXES **************/

  woocommerce-store-notice, p.demo_store {
      background-color: #ed576a!important;
  }
  .admin-bar p.demo_store {
    top: 0px;
}

.woocommerce ul#shipping_method li input {
	vertical-align: middle;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: relative;
}

input[type=checkbox], input[type=radio] {
    vertical-align: middle;
}


/**************TEXT IMAGE BOXES STYLE***************/

.text-image {
  position: relative;
  font-family: "avalonregular", sans-serif;
}

.text-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background-color: #222222;
  opacity: 0.8;
  color: white;
  padding: 10px 30px 10px 30px;
}

a.tag-cloud-link.tag-link-3757.tag-link-position-13 {
    display: none;
}
li#wp-admin-bar-wpbc_bar {
	display:none!important;
}

.search-form-container {
width: 100%;
display: flex;
}

.shine-cart {
    color:#000000;
}
.shine-cart:hover {
    color:#000000;
}

  /***************** MEGA MENU *************/

*{
	margin:0;
	box-sizing: border-box;
}
:before,:after{
	box-sizing: border-box;
}
.container{
	max-width: 1400px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
.v-center{
	align-items: center;
}
ul{
	list-style: none;
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
}
/* header */
.header{
	display: block;
	width: 100%;
	position: relative;
	z-index: 99;
	padding:15px;
}
.header .item-left{
	flex:0 0 17%;
}
.header .logo a{
	font-size: 30px;
	color:#000000;
	font-weight: 700;
	text-decoration: none;
}
.header .item-center{
	flex:0 0 83%;
}
.header .item-right{
	flex:0 0 17%;
	display: flex;
	justify-content: flex-end;

}
.header .item-right a{ 
     text-decoration: none;
     font-size: 16px;
     color:#555555;
     display: inline-block;
     margin-left: 10px;
     transition: color 0.3s ease;
}
.header .menu > ul > li{
	display: inline-block;
	line-height: 50px;
	margin-left: 25px;
}
.header .menu > ul > li > a{
	font-size: 15px;
	font-weight: 500;
	color:#000000;
	position: relative;
	text-transform: capitalize;
	transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu{
	position: absolute;
	z-index: 500;
	background-color:#ffffff;
	box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3); 
	padding: 20px 30px;
	transition: all 0.5s ease;
	margin-top:25px;
	opacity:0;
	visibility: hidden;
}
@media(min-width: 992px){
.header .menu > ul > li.menu-item-has-children:hover .sub-menu{
	margin-top: 0;
	visibility: visible;
	opacity: 1;
}
}
.header .menu > ul > li .sub-menu > ul > li{
	line-height: 1;
}
.header .menu > ul > li .sub-menu > ul > li > a{
	display: inline-block;
	padding: 10px 0;
	font-size: 15px;
	color: #555555;
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
}
.header .menu > ul > li .single-column-menu{
	min-width: 280px;
	max-width: 350px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
   line-height: 1;
   display: block; 
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
	padding:10px 0;
	display: inline-block;
	font-size: 15px;
	color:#555555;
	transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu.mega-menu{ 
    left: 50%;
    transform: translateX(-50%);	
}

.header .menu > ul > li .sub-menu.mega-menu-column-4{
  max-width: 1100px;
  width: 100%; 	
  display: flex;
  flex-wrap: wrap;
  padding:10px 10px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
  flex:0 0 16.6%;
  padding:0 5px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title{
	font-size: 16px;
	color:#000000;
	font-weight: 500;
	line-height: 1;
	/* padding:10px 0; */
}
 .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title:hover{
	color:#ea4636;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
	text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	margin-top: 10px;
	object-fit: cover;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a{
	color:#ea4636;
}
/* banner section */
.banner-section{
  background-image: url('../img/banner.jpg');
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}
.mobile-menu-head,
.mobile-menu-trigger{
	display: none;
}

/*responsive*/
@media(max-width: 991px){

	.header .item-center{
		order:3;
		flex:0 0 auto;
	}
	.header .item-left,
	.header .item-right{
		flex:0 0 100%;
	}
	.v-center{
		justify-content: space-between;
	}
	.header .mobile-menu-trigger{
		display: flex;
		height: 30px;
		width: 30px;
		margin-left: 15px;
		cursor: pointer;
		align-items: center;
		justify-content: center;
	}
	.header .mobile-menu-trigger span{
		display: block;
		height: 2px;
		background-color: #333333;
		width: 24px;
		position: relative;
	}
	.header .mobile-menu-trigger span:before,
	.header .mobile-menu-trigger span:after{
		content: '';
		position: absolute;
		left:0;
		width: 100%;
		height: 100%;
		background-color: #333333;
	}
	.header .mobile-menu-trigger span:before{
		top:-6px;
	}
	.header .mobile-menu-trigger span:after{
		top:6px;
	}
	.header .item-right{
		align-items: center;
	}

	.header .menu{
		position: fixed;
		width: 320px;
		background-color:#ffffff;
		left:0;
		top:0;
		height: 100%;
		overflow: hidden;
		transform: translate(-100%);
		transition: all 0.5s ease;
		z-index: 1099;
	}
	.header .menu.active{
	   transform: translate(0%);	
	}
	.header .menu > ul > li{
		line-height: 1;
		margin:0;
		display: block;
	}
	.header .menu > ul > li > a{
		line-height: 50px;
		height: 50px;
		padding:0 50px 0 15px;
		display: block;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.header .menu > ul > li > a i{
		position: absolute;
		height: 50px;
		width: 50px;
		top:0;
		right: 0;
		text-align: center;
		line-height: 50px;
		transform: rotate(-90deg);
	}
	.header .menu .mobile-menu-head{
		display: flex;
		height: 50px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 501;
		position: sticky;
		background-color: #ffffff;
		top:0;
	}
	.header .menu .mobile-menu-head .go-back{
		height: 50px;
		width: 50px;
		border-right: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;
		font-size: 16px;
		display: none;
	}
	.header .menu .mobile-menu-head.active .go-back{
		display: block;
	}
	.header .menu .mobile-menu-head .current-menu-title{
		font-size: 15px;
		font-weight: 500;
		color:#000000;
	}
	.header .menu .mobile-menu-head .mobile-menu-close{
	    height: 50px;
		width: 50px;
		border-left: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;	
		font-size: 25px;
	}
	.header .menu .menu-main{
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.header .menu > ul > li .sub-menu.mega-menu,
	.header .menu > ul > li .sub-menu{
		visibility: visible;
		opacity: 1;
		position: absolute;
		box-shadow: none;
		margin:0;
		padding:15px;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		padding-top: 65px;
		max-width: none;
		min-width: auto;
		display: none;
		transform: translateX(0%);
		overflow-y: auto;
	}
.header .menu > ul > li .sub-menu.active{
	display: block;
}
@keyframes slideLeft{
	0%{
		opacity:0;
		transform: translateX(100%);
	}
	100%{
	    opacity:1;
		transform: translateX(0%);	
	}
}
@keyframes slideRight{
	0%{
		opacity:1;
		transform: translateX(0%);
	}
	100%{
	    opacity:0;
		transform: translateX(100%);	
	}
}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
		margin-top:0;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
		margin-bottom: 20px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title{
		margin-bottom:0px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
		flex: 0 0 100%;
        padding: 10px;
	}
	.header .menu > ul > li .sub-menu > ul > li > a,
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
		display: block;
	}
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
		margin-bottom: 15px;
	}
	.menu-overlay{
		position: fixed;
		background-color: rgba(0,0,0,0.5);
		left:0;
		top:0;
		width: 100%;
		height: 100%;
		z-index: 1098;
		visibility: hidden;
		opacity:0;
		transition: all 0.5s ease;
	}
	.menu-overlay.active{
	  visibility: visible;
	  opacity:1;	
	}
}

/**************MEDIA STYLE***************/

@media (min-width: 1200px) {
.container {
    width: 1120px;
	padding-right: 0px;
    padding-left: 0px;
}
.header .menu > ul > li {
        margin-left: 20px;
    }
}

 @media (min-width: 768px) {
 .dropdown:hover .dropdown-menu {
    display: block;
}

}

 @media (max-width: 1200px) {

 .tab-font {
    font-size: 1em;
 }
 .view-font {
    font-size: 1em;
 }
 .header .menu > ul > li {
        margin-left: 20px;
    }
}
@media (max-width: 991px) {

    .woocommerce-Price-amount.amount {
        font-size: 0.9em;
    }
    .reduce-size {
        width: 240px;
    }
    .hide-on-med{
        display: none!important;
    }
}

 @media (max-width: 767px) {
 .navbar-collapse {
 padding-right: 15px;
 padding-left: 15px;
}
 .dropdown-menu>li>a {
 text-align: center;
 margin-right: 0px;
 margin-left: 0px;
}
.hide-on-small {
    display: none!important;
}
.center-on-small {
    display: block;
  margin-left: auto;
  margin-right: auto;
}
}

 @media (max-width: 569px) {

 .statement{
    font-size: 20px;
 }
}

  @media (max-width: 499px) {

 .statement{
    font-size: 18px;
 }
 }

@media (max-width: 299px) {
  .woocommerce ul.products li.product .onsale {
 display:none;
 }
 }