/*
 Theme Name:   roohina Child
 Theme URI:    http://www.roohina.net/
 Description:  roohina Child Theme
 Author:       Mohammad Cheraghi
 Author URI:   http://www.mohammadcheraghi.ir/
 Template:     roohina
 Version:      2.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  roohina-child
*/
@import url("../roohina/style.css");

/*
******************************************************** Shop Page
*/

.woocommerce-ordering, .woocommerce-result-count{
    display: none;
}

ul.products{
    text-align: center;
}

ul.products li{
    border: 2px solid #6f6f6f;
    width: 24%!important;
    margin: 0 0 5px 5px!important;
    padding: 2px!important;
    transition: 0.2s all ease-in-out;
}

ul.products li.product a img{
    margin: 0!important;
}

.woocommerce a.button{
    background-color: #000;
    color: #fff;
    border-radius: 0;
}

.woocommerce a.button:hover{
    background-color: #fff;
    color: #000;
    border-radius: 0;
}

ul.products li a.woocommerce-LoopProduct-link.woocommerce-loop-product__link span.price{
    display: none;
}

ul.products li .button.product_type_simple.add_to_cart_button.ajax_add_to_cart i{
    font-size: 22px;
}

ul.products li a.woocommerce-LoopProduct-link.woocommerce-loop-product__link h2.woocommerce-loop-product__title{
    background-color: #b9ecf1;
    color: #2d95a0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

ul.products li .button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
    float: right;
    margin-top: 0;
    width: 50%;
    padding: 5.5px 0;
}

ul.products li span.price{
    float: left;
    margin-bottom: 0!important;
    width: 50%;
    background-color: rgba(22, 87, 111, 0.8);
    color: #fff!important;
    cursor: pointer;
    padding: 6px;
    border-right: 1px solid #fff;
    transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}

ul.products li span.price:hover{
    background-color: #fff;
    color: #000!important;
    transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}

ul.products li span.price .woocommerce-Price-amount.amount{
    font-size: 15px;
}

ins{
    text-decoration: none;
}

.woocommerce-message {
    border-top-color: #000;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 3.5em 1em 2em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #000;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.woocommerce-message::before {
    content: '\e015';
    color: rgba(22, 87, 111, 0.8);
}

.woocommerce a.button {
    background-color: rgba(22, 87, 111, 0.8);
    color: #fff;
    border-radius: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
    height: 52px;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #000;
    color: #fff;
}

.woocommerce-input-wrapper{
    width: 100%;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #000;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.woocommerce-info::before {
    color: #000;
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block;
    display: none;
}

.woocommerce ul.products li.product .button {
    margin-top: 1em;
    float: right;
    margin-top: 0;
    width: 50%;
    padding: 5.5px 0;
}

.woocommerce ul.products li.product .button i{
	font-size:22px;
}

.woocommerce ul.products li.product strong {
    display: block;
    font-size: 15px;
}

/*basket*/
.basket{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999999999;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
}
.border-top-table-cart h2{
    font-weight: bold;
}
.border-top-table-cart div{
    margin: 10px 0;
}
.border-top-table-cart{
    padding: 20px;
}

.top-level-terms{
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #676767;
    color: #fff;
}
.top-level-terms li{
    display: block;
    position: relative;
}
.top-level-terms li i{
    position: absolute;
    top: 10px;
    right: 3px;
    font-size: 12px;
    border: 1px solid #fff;
    padding: 3px;
    cursor: pointer;
}
.top-level-terms>li>a{
    display: block;
    padding: 10px 25px 10px 0;
    color: #fff;
    font-size: 12px;
}
.top-level-terms li ul{
    display: none;
    padding: 0 25px 0 0;
}

.top-level-terms li ul li a{
    display: block;
    padding: 10px 25px 10px 0;
    color: #a7a7a7;
    font-size: 12px;
}
.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red!important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
    margin: 0 auto;
}
.woocommerce-MyAccount-navigation ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.woocommerce-MyAccount-navigation ul li{
    display: block;
    margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation ul li a{
    display: block;
    background-color: #edf7f8;
    padding: 10px 5px;
}
.woocommerce-account .addresses .title .edit {
    float: left;
    background-color: #edf7f8;
    padding: 5px 20px;
    display: block;
}
.woocommerce-account .addresses .title h3 {
    float: right;
    display: block;
    background-color: #bfe4e9;
    width: 100%;
    padding: 10px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    border: none;
    background-color: #f1f1f1;
    padding: 5px;
}
.print-link {
    display:inline-block;
    margin-bottom: 15px;
    padding:8px 20px;
    line-height:1em;
    background-color: #005288;
    color: #FFF !important;
    font-size: 14px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-shadow: 1px 1px 1px #111;
    box-shadow: 1px 1px 1.2px #555555;
    -moz-box-shadow: 1px 1px 1.2px #555555;
    -webkit-box-shadow: 1px 1px 1.2px #555555;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -0-transition: all 0.5s ease 0s;
}
.print-link:hover {
    background-color: #C60;
    color: #FFF;
    text-decoration:none;
}

.woocommerce form .form-row label.inline {
    display: block;
    width: 100%;
    margin-top: 12px;
}
.woocommerce-product-details__short-description{
    text-align: justify;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab{
    text-align: justify;
}

.woocommerce-account .fixed-right-menu{
    display: none;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link{
    position:relative;
}
.top-product-meta {
   /* position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;*/
    width: 100%;
    background-color: #45798c;
    color: #fff;
    padding: 6px;
}

.top-product-meta span {
  font-size: 0.9rem;
}

.woocommerce ul.products li.product:hover{
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.2);
    border: 2px solid transparent;
    transition: 0.2s all ease-in-out;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper:hover{
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
}