/*

 Theme Name:   Ama-Ali Child

 Theme URI:    http://7uptheme.com/wordpress/ama-ali

 Description:  Ama-Ali Child Theme

 Author:       The 7up WordPress Team

 Author URI:   http://themeforest.net/user/7-up

 Template:     ama-ali

 Version:      1.0

 License:      GNU General Public License v2 or later

 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 Tags:         full-width-template, theme-options, rtl-language-support, two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments

 Text Domain:  ama-ali

*/

#radio_choice_field label{
	display: inline-block;
	padding: 10px;
}
.detail-gallery .gallery-control > a.prev {
	left : -35px;
}
.detail-gallery .gallery-control > a.next {
	right : -35px;
}
.product-title {
	white-space : normal; 
}
#wpmc-prev {
	margin-right: 10px !important;
}
a#toggle-search {
	color: #fff;
	border-color: transparent;
	background: rgba(0,0,0,0.5);
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
	font-size: 18px;
}
.wrap-mini-cart5 .wpb_content_element {
	margin-bottom: 0;
}
a#toggle-search:hover {
	background-color: #2677e7;
}
.yith-ajaxsearchform-container #yith-ajaxsearchform {
	position: absolute;
	top: 100%;
	left: auto;
	right: 10px;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}

.yith-ajaxsearchform-container.yith-ajaxsearchform-wide .search-input-container input[type="search"] {
	width: 290px;
	background: #fff;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	border: 0;
	min-height: 40px;
	font-size: 13px;
}
/* Shipping Dimensions */
th.woocommerce-product-attributes-item__label:before {
    content: "Baggage " !important;
}
@media (min-width:767px) {
	.wrap-mini-cart5 {
		margin-top: 20px !important;
	}
	li.bordercls {
		border-bottom: none !important;
	}
}

@media (max-width:767px) {
	a#toggle-search {
		border: 1px dashed #fff;
	}
	li.bordercls {
		border-bottom: 1px solid #e5e5e5 !important;
	}
}
@media screen and (max-width: 768px){
.woocommerce #content table.cart .product-thumbnail,
.woocommerce table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail {
   display: block !important;
   max-width: none;
   text-align: center !important;
}
.woocommerce #content table.cart .product-thumbnail img,
.woocommerce table.cart .product-thumbnail img,
.woocommerce-page #content table.cart .product-thumbnail img,
.woocommerce-page table.cart .product-thumbnail img {
    max-width: 100% !important;
    float: none;
    display: table;
    margin: 0 auto;
}
.woocommerce #content table.cart .product-thumbnail::before,
.woocommerce table.cart .product-thumbnail::before,
.woocommerce-page #content table.cart .product-thumbnail::before,
.woocommerce-page table.cart .product-thumbnail::before {
    display: none !important;
}
}
.woocommerce-MyAccount-content a {
    color: #337ab7;
}
.woocommerce table.my_account_orders .button {
	margin : 2px;
}