/*
Theme Name: Armita 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.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  ***************/

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.relative {
	position: relative;
}

.w-100 {
	width: 100%;
}

.flex {
	display: flex;
}

.wrap {
	flex-wrap: wrap;
}

.grow {
	flex-grow: 1;
}

.pointer {
    cursor: pointer;
}

.custom-select-wrapper {
	margin-bottom: 10px;
}

.custom-select-group {
	border-radius: 3px;
    border: 1px solid;
    border-color: var(--porto-input-bc);
}

.custom-select-item {
    padding: 8px 12px;
}

.custom-select-item:hover {
	background: #f1f1f1;
}

.custom-seletbox {
	color: #777;
	background: #fff url(/wp-content/themes/porto/images/select-bg.svg) 96% 49%/26px 60px no-repeat;
    text-indent: .01em;
    padding-right: 25px;
    text-align: left;
    line-height: 1.42857;
    padding: 8px 12px;
    font-size: .85rem;
    position: relative;
}

.custom-select-item-group {
	border-top: 1px solid;
    border-color: var(--porto-input-bc);
}

.custom-details-opener {
	border-radius: 15px;
	padding: 0px 10px;
	border: 1px solid #e0e0e0;
    color: #4e4e4e;
}

.custom-details-opener:hover {
	background: #fff;
}

.custom-details-photo {
	max-width: 128px;
	margin-right: 18px;
}

.custom-details {
    padding: 8px 12px;
}

.custom-details-opener .opened {
	display: inline;
}

.custom-details-opener .closed {
	display: none;
}

.custom-details-opener.collapsed .opened {
	display: none;
}

.custom-details-opener.collapsed .closed {
	display: inline;
}

.custom-select-wrapper .custom-calc-submit {
	color: #ffffff;
    background-color: #bc002c;
    border: none;
    padding: 10px 10px;
    display: inline-block;
    font-size: 15px;
    border-radius: 3px;
    text-align: center;
    outline: none;
    margin-top: 20px;
}

.custom-select-wrapper option:disabled {
    display: none;
}

.custom-select-item-group.disabled {
	display: none;
}

.for-required-error {
	width: 1px;
	height: 1px;
	position: absolute;
	bottom: 1px;
	left: 50%;
	opacity: 0;
}