/*
Theme Name: Yk Theme
Author: Cihan Yasin Kaya | Web Artisan
Author URI: https://www.linkedin.com/in/cihan-yasin-kaya-65b17457/
Description: Hotel Theme
License: GNU General Public License v2 or later
*/


/*Styles for hotel booking plugin*/

.attachment-woocommerce_thumbnail{width:60px;height:60px;margin-right: 15px;}
.remove_from_cart_button{font-weight: bold!important;margin-left: 0px!important;font-size: 27px;}
.woocommerce-mini-cart a{
    font-weight: 500;
    text-align: right;
    color: #0f676e;
    float: left;
    margin-right: 15px;
    }
.quantity{float:left;}
.woocommerce-mini-cart{padding:0px!important;}
.woocommerce-mini-cart li{
    list-style: none;
    display: flex;
    margin-bottom:  15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.wc-forward{font-weight: bold;
    background: #eee;
    padding: 15px;
    margin-right: 15px;
    color: #3a3a39;}
.checkout{font-weight: bold;
    background: #eee;
    padding: 15px;
    margin-right: 15px;
    color: #3a3a39;}
	
.col-1{max-width:60%!important;}
.woocommerce form .form-row label{width:100%;}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{max-width:38%;}
.woocommerce-input-wrapper{width:100%!important;}