@charset "UTF-8";

/*
Theme Name: pegasus
Version: 1.0
*/
#header .header-logo img{
	height: auto;
}
.content-area.shop{
    margin-bottom: 30px;
}
#billing_country_field{
    display: none;
}

html body .tabs-dark.tabs-simple .nav-tabs li.ui-state-active .nav-link{
    color: #212529 !important;
    border-bottom-color: #212529;
}
.attr_table p{
    margin-bottom: 0;
}

.product .product-thumb-info img {
    width: 100%;
}


.woocommerce div.product p.price > .amount{
    color: #212529;
}
.product-template-default .page-header{
    display: none;
}
.page-header .woocommerce-breadcrumb {
    text-align: right;
    margin-bottom: 0;
}
.thumb-gallery-detail.owl-carousel .owl-item img{
    width: 100%;
}
.woocommerce div.product div.summary{
    float: none;
    width: 100%;
}
.woocommerce div.product form.cart div.quantity.quantity-lg {
    margin: 0 15px 25px 0;
}

.woocommerce div.product p.price del{
    color: #212529;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    opacity: 1;
    margin-right: 6px;
}
.woocommerce div.product p.price del .amount{
    font-weight: 500;
}

.woocommerce div.product p.price ins{
    font-size: 25px;
    font-weight: 600;
    color: #212529;
}

.woocommerce #reviews #comment {
    height: auto;
}
.product-thumb-info-inner {
    padding: 0;
    border: 0;
    background: #f7f9fc;
    display: block;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    text-align: center;
    text-decoration: none;
}

.product .product-thumb-info-inner .product-thumb-info-badges-wrapper {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 3;
}

.meta_data {
    text-transform: uppercase;
}

#header .header-nav-features .header-nav-features-cart .totals > strong {
    float: left;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #474747;
}
#header .header-nav-features .header-nav-features-cart .totals > .amount {
    float: right;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #474747;
}

.woocommerce-cart table.cart img{
    width: auto;
}
.woocommerce table.shop_table{
    border: none;
}
.woocommerce table.shop_table td{
    padding: 17px 10px;
}

#coupon_code + .btn{
    line-height: 21px;
}
.total-card-body {
    display: block;
}

.woocommerce form .form-row input.input-text{
    line-height: 1.85;
}

.shop .cart-totals tr.total .amount{
    color: #212529 !important;
}

.woocommerce-checkout #payment {
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.woocommerce-privacy-policy-text p{
    margin-bottom: 0;
}
.wc_payment_methods td{
    border-top: 1px solid rgba(0,0,0,.1) !important;
}
.order-received-table-first td{
    border-bottom: 1px solid rgba(0,0,0,.1) !important;

}

.breadcrumb-shop > li + li:before{
    padding-right: 12px;
}
#headerTopCartDropdown .actions {
    text-align: right;
}

.border-color-failed {
    background-color: #ed5348;
}
.woocommerce-table__line-item.order_item:not(:first-child) td{
    padding-top: 0;
}

#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-image img{
    height: auto;
}

.owl-carousel .owl-item img{
    height: auto;
}
.wpfFilterContent select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-weight: 400;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    font-size: 0.85rem;
    line-height: 1.85;

    border: 1px solid #dee2e6!important;
}

.header-extra-info-icon {
    display: flex;
    align-items: center;
}

#block-modal-contact .mfp-close {
    top: -40px !important;
    right: -40px !important;
    opacity: 1;
    color: #ffffff;
    cursor: pointer;
}
.mfp-figure .mfp-close {
    right: 0 !important;
    padding-right: 15px;
    padding-top: 5px;
}
.hidden{
    display: none !important;
}


#mainNav .menu-item-has-children {
    position: relative;
}
#mainNav .menu-item-has-children > a:after {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 8px;
    font-size: 0.5rem;
    content: "\f107";
    position: relative;
    left: 1px;
    top: -1px;
    display: block !important;
    margin-left: 5px;
    -webkit-transition: .15s linear;
    -moz-transition: .15s linear;
    -ms-transition: .15s linear;
    -o-transition: .15s linear;
    transition: .15s linear;
}

#mainNav .menu-item-has-children:hover > a:after{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#mainNav .menu-item-has-children .sub-menu{
    display: none;
    position: absolute;
    width: 200px;
    background: #fff;
    padding: 20px 30px;
    top: 100%;
    left: 0;

    list-style: none;
    box-shadow: 0 0 40px rgba(0, 0, 0, .15);
    margin-top: -20px;
}
#mainNav .menu-item-has-children:hover .sub-menu{
    display: block;
}
#mainNav .menu-item-has-children .sub-menu a{
    font-size: 13px;
    font-weight: 600;

    border-radius: 4px;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    text-decoration: none;
}

@media (max-width: 991px) {
    #mainNav .menu-item-has-children > a:after{
        display: none !important;
    }
    #mainNav .menu-item-has-children .sub-menu{
        display: block;
        position: static;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 0 20px;
        margin-top: 0;
        width: 100%;
    }
}