/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
fieldset.wc-block-components-totals-shipping__fieldset {
    display: none !important;
}

.cat-hover{
	transition:0.3s;
	cursor:pointer;
}
.cat-hover:hover{
	transform: translatey(-10px);
}

.w-cart-dropdown {
    padding: 30px 15px !important;
	background: #fafbfc !important;
}
li.woocommerce-mini-cart-item.mini_cart_item {
    background: #ffffff !important;
    border-radius: 5px !important;
    padding: 5px !important;
    font-size: 13px !important;
    /* line-height: 30px; */
    border: 1px solid #c5aeae !important;
}
.woocommerce ul.product_list_widget li img {
    float: right !important;
    margin-left: .5rem !important;
    margin-right: 0 !important;
    border: 1px solid #c5aeae !important;
    border-radius: 5px !important;
}
.widget_shopping_cart p.buttons {
    margin: 0 !important;
  	 display: flex !important; 
    font-size: 12px !important;
}
.w-cart-dropdown .widget_shopping_cart p.total {
    text-align: center !important;
    line-height: 0.5 !important;
    color: #fff !important;
    background: #bb8a0a !important;
    font-size: 14px !important;
    margin: 10px 0 20px 0 !important;
    border-radius: 5px !important;
}
.widget_shopping_cart p.buttons .button {
    display: block;
    font-size: 12px !important;
}
.widget_shopping_cart p.buttons+p.buttons, .widget_shopping_cart p.buttons .button+.button {
    margin-top: 0;
}
.at_top .l-subheader-h {
    margin-bottom: 10px;
}
.sticky .at_top {
    background: #0071BC !important;
}
a {
    cursor: pointer !important;
}
.dir-lang{
	direction: ltr;
}
.brands-img img {
    object-fit: fill !important;
    padding: 10px;
    border: 1px solid #ccc;
}
.waves {
    position: absolute;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px;
    top: -100px;
    z-index: 9;
}
.usg_add_to_cart_1{
	z-index: 99 !important;
}
.about i.fa-info {
    background: #0071bc !important;
    padding: 40px;
    border-radius: 40px 0;
}
.top-bar-cat{
    display: flex;
    align-items: center !important;
    justify-content: space-between;
}
.filter-products select {
    font-size: 13px !important;
    width: 200px !important;
    color: #000 !important;
    background: #ffffff !important;
    border: 1px solid #e9e9e9 !important;
}
.search-form input.search-field {
    border-radius: 50px !important;
    border: 1px solid #afafaf !important;
    background: #fff !important;
    color: #000 !important;
}
/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}

.pattern-layer{
	position: relative;
}

 .pattern-1{
  position: absolute;
  left: 0px;
  bottom: -10px;
  width: 100%;
  height: 55px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 2;
  background-repeat: repeat-x;
  animation: slide 80s linear infinite;
  -webkit-animation: slide 80s linear infinite;
}

 .catg a {
    background: #0071bc;
    font-size: 12px;
    padding: 0px 15px;
    color: #fff !important;
    position: absolute;
    z-index: 9;
    top: 15px;
    right: -3px;
}

.product_list_widget ins, .woocommerce .price>ins, .type-product .price>ins {
    text-decoration: none;
    color: #bb8a0a;
    font-weight: 600;
}
	.ctgies:hover .icon-img{
		transform: rotate(180deg);
	    -webkit-transition:1s ease-in;
   		 transition: 1s ease-in;
	}

@media (max-width: 787px){
 .pattern-1{
  position: absolute;
  left: 0px;
  bottom: -20px;
  width: 100%;
  height: 55px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 2;
  background-repeat: repeat-x;
  animation: slide 80s linear infinite;
  -webkit-animation: slide 80s linear infinite;
}
	
	
.layout_193 .usg_add_to_cart_1 {
        display: flex !important;
    }
}
@media (max-width: 599px) {
    .layout_96 .usg_add_to_cart_1 {
        display: flex;
    }
}
/***** Checkout page *****/

.form-row place-order{
	background:#f00;
}
#ywraq_checkout_quote_button {
    width: auto;
    order: 2 !important;
}
@media(max-width:992px){
	.form-row.place-order{
	    display: flex!important;
    flex-direction: column!important;
}
}


table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
    visibility: visible !important;
}
tr.wc-block-cart-items__header {
    background: #bb8a0a !important;
}
tr.wc-block-cart-items__header th {
    text-align: center !important;
    color: #fff !important;
    font-size: 13px !important;
}
.is-large.wc-block-cart .wc-block-cart-items td {
    border-top: 1px solid hsla(0, 0%, 7%, .11);
     padding: 24px 16px 24px 16px !important;
    vertical-align: top;
    background: #fff  !important;
    /* color: #fff; */
}
.wc-block-components-product-metadata {
    display: none !important;
}
.wc-block-cart-item__quantity {
    display: flex !important;
    justify-content: space-between !important;
    flex-direction: row !important;
}
.wc-block-components-product-badge.wc-block-components-sale-badge {
    display: none !important;
}
a.wc-block-components-product-name {
    font-weight: 600 !important;
    font-size: 14px !important;
}
td.wc-block-cart-item__image img {
    border: 1px solid #bb8a0a !important;
    border-radius: 10px !important;
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    background: #bb8a0a !important;
	color : #fff !important
}
span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value {
    color: #131313  !important;
    font-weight: 600 !important;
    font-size: 15px !important;
}
.is-large.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__total {
    background: #f2f2f2  !important;
}

span.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    background: #bb8a0a !important;
    color: #fff !important;
    text-align: center !important;
    font-size: 13px !important;
}
.wc-block-components-totals-item.wc-block-components-totals-footer-item {
    font-size: 14px !important;
    color: #bb8a0a !important;
}
.woocommerce-privacy-policy-text {
    display: none !important;
}
.w-filter-item-value {
    font-weight: 600;
    font-size: 12px;
	padding-top: 10px
}