/*
Theme Name: Proflow
Theme URI: https://proflowinternational.ae/
Author: Saira Mondal
Author URI: https://proflowinternational.ae/
Description: The renowned WordPress starter theme framework that combined Underscores and Bootstrap and Understrap. Trusted by more than 100,000 developers for building handcrafted, custom WordPress sites.
Version: 1.1.0
Requires at least: 5.0
Tested up to: 5.8.1
Requires PHP: 5.2
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: Proflow
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, translation-ready, block-styles, wide-blocks, editor-style, threaded-comments, accessibility-ready

Proflow WordPress Theme, (C) 2021 Howard Development & Consulting, LLC
Proflow is distributed under the terms of the GNU GPL.

Resource Licenses:
Proflow is based on Underscores https://underscores.me/, (C) Automattic, Inc.
Font Awesome: https://fontawesome.com/v4.7/license/ (Font: SIL OFL 1.1, (S)CSS: MIT)
Bootstrap: https://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (MIT)
WP Bootstrap Navwalker by Edward McIntyre & William Patton: https://github.com/twittem/wp-bootstrap-navwalker (GNU GPLv3)
*/

/*
Do not modify the parent Proflow theme. Instead, download a copy of the Proflow Child starter theme and do all your development within the child theme.
Full developer documentation: https://docs.understrap.com
*/

form input[type="submit"], .wpcf7 input[type=submit] 
 {
    border: none;
    padding: 15px 45px;
    width: auto;
    font-size: 16px;
    text-transform: capitalize;
    line-height: normal;
    margin: 0 auto;
    display: flex;
    background: #333 !important;
    color: #fff !important;
    font-weight: 600;
    transition: ease all 0.1s;
    height: auto;
}


.wpcf7 input[type=submit]:hover {
    color: #fff !important;
    background-color: #005d6c !important;
    border-color: #005d6c;
}


.form-control:focus, 
.widget_archive select:focus, 
.widget_categories select:focus, 
.wpcf7 .wpcf7-validation-errors:focus, 
.wpcf7 input[type=color]:focus, 
.wpcf7 input[type=date]:focus, 
.wpcf7 input[type=datetime-local]:focus, 
.wpcf7 input[type=datetime]:focus, 
.wpcf7 input[type=email]:focus, 
.wpcf7 input[type=file]:focus, 
.wpcf7 input[type=month]:focus, 
.wpcf7 input[type=number]:focus, 
.wpcf7 input[type=range]:focus, 
.wpcf7 input[type=search]:focus, 
.wpcf7 input[type=submit]:focus, 
.wpcf7 input[type=tel]:focus, 
.wpcf7 input[type=text]:focus, 
.wpcf7 input[type=time]:focus, 
.wpcf7 input[type=url]:focus, 
.wpcf7 input[type=week]:focus, 
.wpcf7 select:focus, 
.wpcf7 textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: rgb(0, 93, 108) !important; 
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,93,108,.25) !important;
}
.form-control,
.widget_archive select,
.widget_categories select,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 input[type=color],
.wpcf7 input[type=date],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=datetime],
.wpcf7 input[type=email],
.wpcf7 input[type=file],
.wpcf7 input[type=month],
.wpcf7 input[type=number],
.wpcf7 input[type=range],
.wpcf7 input[type=search],
.wpcf7 input[type=submit],
.wpcf7 input[type=tel],
.wpcf7 input[type=text],
.wpcf7 input[type=time],
.wpcf7 input[type=url],
.wpcf7 input[type=week],
.wpcf7 select,
.wpcf7 textarea
 {
    background: #fff;
    border: solid #ccc 1px;
    padding: 15px 15px !important;
    width: 100%;
    font-size: 14px !important;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: normal;
    height:auto !important;
}

.box .detail-box h2.woocommerce-loop-product__title {
    font-size: 18px;
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    color: #0c0c0c;
}
.related.products{
    clear: both;
}
.product-type-simple .woocommerce-product-gallery.images{

    position: relative;
    margin-top: 25px;
    padding: 35px 35px;
    background-color: #f7f8f9;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
    box-shadow: 5px 5px 5px -5px rgba(0,0,0,.2);
    border: solid #fff 10px;

}
a {
    color: #10518D;
    text-decoration: none;
    background-color: transparent;
    font-weight: bold;
}
a:hover {
    color: #001e3a;
    text-decoration: underline;
}
.arrival_section .arrivallink{
    position: absolute;
    z-index: 4;
}