/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
body{
	width: auto !important;
}
.bypostauthor { display: block; }
.product-delivery-info{
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	width: 100%;
}
.sep-2px{
	border-top: 2px solid #e7e7e7;
	margin-top: 1rem;
}
.single-product .woocommerce-product-rating::after{
	width: 100% !important;
}
.single-product .cart:not(.variations_form), .single_variation_wrap{
	border: none !important;
}
.product-extra-info{
	padding-bottom: 10px;
}
#header .main-menu > li.menu-item.active:hover > a, #header .main-menu > li.menu-item:hover > a,
#header .main-menu > li.menu-item.active > a{
	color: #003a83 !important;
}
#mini-cart .cart-items, .gutenberg-hb .compare-count, .my-wishlist .wishlist-count, header .compare-count{
	background-color: #003a83 !important;
}
.single_add_to_cart_button{
	background: #f1d600;
	color: #003a83;
}
.product-image .labels .onsale, .summary-before .labels .onsale{
	background: #003a83 !important;
}
.product-image .labels .onhot, .summary-before .labels .onhot{
	background: #f1d600 !important;
	color: #000000 !important;
}
.summary-before .labels .onhot, .summary-before .labels .onnew, .summary-before .labels .onsale{
	font-size: 1em;
}
#ct-ultimate-gdpr-cookie-popup{
	width: calc(100% - 60px) !important;
}
#ct-ultimate-gdpr-cookie-change-settings .fa-check::before,
#ct-ultimate-gdpr-cookie-change-settings .fa-cog::before{
	font-weight: 400 !important;
}
.single-product .product-summary-wrap .price{
	text-align: right;
	font-size: 40px;
    font-weight: bold;
    color: #003a83;
}
.single-product .product-summary-wrap .price del{
	font-size: 18px;
    color: #000000;
    display: block;
}
.single-product form.cart:not(.variations_form){
	display: block;
	text-align: right;
}
.single_variation_wrap .woocommerce-variation-add-to-cart{
	display: block !important;
	text-align: right !important;
}
.wapf-wrapper{
	display: block !important;
	text-align: left !important;
	margin-bottom: 15px;
}
.wapf-wrapper .wapf-field-group .wapf-field-input{
	width: 300px;
}
.wapf-field-container{
	padding-left: 0px !important;
}
.wapf-field-description{
	font-size: 15px;
	line-height: 14px;
}
.product-summary-wrap .single_add_to_cart_button{
	margin-right: 0px;
}
.text-right{
	text-align: right;
}
.single-product .product_title{
	color: #003a83;
}
ul.products .woocommerce-loop-product__title{
	color: #003a83;
	white-space: normal;
	min-height: 40px;
}
ul.products .price{
	color: #003a83;
}
.header-wrapper .header-row{
	max-width: 1170px;
	margin-right: auto;
	margin-left: auto;
}
.header-top{
	background: #003a83;
}
#place_order,
#mini-cart .buttons a,
.wc-proceed-to-checkout .btn{
	background: #f1d600;
	color: #003a83;
}
#place_order:hover,
#mini-cart .buttons a:hover,
.wc-proceed-to-checkout .btn:hover{
	background: #003a83;
	color: #ffffff;
}
.woocommerce-product-details__short-description{
	margin-bottom: 1.4286em;
	padding-bottom: 1.4286em;
	border-bottom: 2px solid #e7e7e7;
}
.single-product .woocommerce-product-rating::after{
	display: none !important;
}
.product .product_meta .product-stock{
	font-size: 1.1428em;
	text-align: right;
}
.product .product_meta .out-of-stock .stock{
	color: #ff0000;
}
.text-header-top .owl-stage,
.text-header-top .owl-item{
	width: auto !important;
}
.wpml-top{
	text-align: right;
}


@media only screen and (max-width: 480px) {
	.wpml-top{
		text-align: center;
	}
	.wpml-top .wpml-ls-legacy-list-horizontal{
		padding-top: 0px;
	}
}