/*!
Theme Name: Hiphip
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>Hiphip</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Hiphip
Tags: custom-background, custom-logo, custom-menu, featured-images, 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.

Hiphip is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

body.admin-bar header {
	top: 32px;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl !important;
}


header.woocommerce-Address-title {
	position: static;
	box-shadow: none;
}


.woocommerce-MyAccount-content .woocommerce-form-row, .woocommerce-MyAccount-content .woocommerce-form-row input {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
}

.woocommerce-Button, .woocommerce-button  {
    font-family: 'assistant-bold';
    font-size: 17px;
    color: #fff;
    background: #B374F7;
    border-radius: 200px;
    display: inline-block;
    padding: 15px 55px;
    cursor: pointer;
    transition: 0.5s;
    margin-top: 25px;
    border: none;
}

.woocommerce-orders-table td {
	padding: 10px;
}


.woocommerce-orders-table .woocommerce-button {
	margin: 0;
	color: #fff !important;
	font-size: 16px;
	text-decoration: none;
}

table.shop_table_responsive tr th, table.shop_table_responsive tr td {
    text-align: right !important;
	font-size: 22px;
}


.coupon .button {
	margin-right: 20px !important;
	margin-left: 20px !important;
}

section.woo .shop_table .coupon input {
	font-size: 22px;
}

.added_to_cart {
	display: none !important;
}


.woo .woocommerce-error {
    color: red !important;
    border-color: #fff !important;
    background-color: #fff !important;
}

.address-field label {
	display: block !important;
}

.address-field .select2 {
	width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 17px;
    color: #AEAEAE;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 2px solid #DBDBE5;
    border-radius: 5px !important;
}

.order-tracking-model {
	display: none !important;
}

.wc-pao-addon-chars-remaining {
	display: none !important;
}



body.rtl .is-ajax-search-details, body.rtl .is-ajax-search-details *, body.rtl .is-ajax-search-result, body.rtl .is-ajax-search-result * {
	text-align: right;
}

body.rtl .is-search-sections .meta>div>span {
    margin-left: 0px;
	margin-right: 10px;
}


body.rtl .is-show-more-results-text {
	text-align: center;
}