/*
Theme Name:     UK Pool Store - Child Theme
Theme URI:      
Description:    Ukpoolstore child theme.
Author:         Matt Sanders
Author URI:     
Template:       ukpoolstore
Version:        0.1.0
*/

.koala-modal-content-wrap.layout-one{
    display: flex;
	flex-wrap: wrap;
}
.koala-modal-content-wrap.layout-one div:nth-child(3) {
    order: 4;
}

.message_text_color {
   width: 40%;
}

.k-pc-product-info {
    width: 45% !important;
}
.k-pc-product-price-info, .k-pc-product-price-info span {
    color: #22aed1 !important;
    font-weight: bold;
}
.koala-modal-content-wrap .k-pc-grid-row:last-child {
    background: #fff !important;
}
.k-pc-related-products h3, .layout-three .k-pc-product-cart-info h3{
	    margin-bottom: 0px;
}
.koala-related-product ul.products.columns-3 {
    margin-top: 0px;
}
.k-pc-related-products h3.suggested_title_color {
    color: #fff;
    text-align: left;
    padding: 8px 5px 8px 10px;
	line-height: revert;
	text-transform: capitalize;
    font-size: 20px;
	margin-bottom: 0px;
}
.k-pc-related-products{
	background-color: #0f548f;
	line-height: 32px;
    margin-bottom: 10px;
}
.k-pc-product-title-info h3 {
    font-size: 18px !important;
    line-height: 26px !important;
    color: #404040;
    margin-bottom: 7px;
}
.k-pc-product-actions li:nth-child(3) a {
    background: #22aed1 !important;
    border: 1px solid #22aed1;
    color: #fff;
}
.koala-related-product .product-thumbnail.group.relative.overflow-hidden{
	width: 43%;
    margin: auto;
}
.koala-related-product .woocommerce-loop-product__reference {
  display: none;
}
.koala-related-product .woocommerce-loop-product__title {
  font-size: 13px;
}
.koala-related-product .woocommerce-Price-amount.amount {
  font-size: 16px;
}
.my-modal-box .message_icon_style {
	width: 25px
}
.koala-related-product section.related.products {
    overflow-y: scroll;
    height: 350px;
}
section.related.products::-webkit-scrollbar-thumb {
    background: #0f548f;
}
section.related.products::-webkit-scrollbar {
    width: 2px;
}
.my-modal-box{
	height: auto !important;
	max-height: initial !important;
	padding: 15px !important;
}
.my-modal-box .close-btn{
	z-index: 999;
}
.koala-related-product ul.products .product .product-loop__wrapper, .koala-related-product, ul.products .product .woocommerce-loop-product__image{
	padding-bottom: 10px;
}
.koala-related-product ul.products .product .product-loop__wrapper{
	gap: 3px;
}
.my-modal-box .k-pc-product-thumb {
  width: 80%;
}
.my-modal-box .layout-one .k-pc-product-cart-info{
	border-bottom: 0px;
	border-top: 0px;
}
.my-modal-box .kpc-col-12 {
  box-shadow: 0 -9px 10px -11px rgba(0,0,0,.5);
}
.my-modal-box .k-pc-product-actions a{
	margin-top: 10px;
	margin-bottom: 0px;
}
.k-pc-product-actions li:nth-child(3) a:hover{
	background:#0f548f
}

/*Print Invoice & Packing Slip*/
body#woocommerce-pip h3.order-info {
   color: #000;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}

body#woocommerce-pip .customer-addresses h3 {
    font-weight: bold;
    font-size: 14px;
    color: #000;
    padding: 3px
    padding-left: 0px;
}

body#woocommerce-pip {
    color: #202020;
    font-size: 12px;
    font-weight: 400;
    box-sizing: border-box;
    width: 100%;
    padding: 0px 0px 30px 0px;
    margin: 30px 0px;
    background: #fff;
    height: auto;
}
body#woocommerce-pip h5.order-date {
    text-align: right;
}
body#woocommerce-pip .company-title.left h1 a {
    color: #23a8f9;
    font-size: 30px;
    font-weight: bold;
    height: auto;
    width: 100%;
    line-height: 22px;
	text-transform: uppercase;
}
body#woocommerce-pip h3.order-info a:before {
    content: "#";
}

.rwpp-product .rwpp-product-info {
  display: block !important;
}


@media (max-width: 991px) {
	.my-modal-box .k-pc-product-info {
	  width: 100% !important;
	}
	.my-modal-box .message_text_color {
	  width: 100%;
	}
}