/*
Theme Name: Kapee Child
Theme URI: https://kapee.presslayouts.com/
Author: PressLayouts
Description: This is a child theme for Kapee
Version: 1.0.0
Author URI: https://www.presslayouts.com/
Template: kapee
Text Domain: kapee-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

.buttonSelectionItemContainer {
    display: flex;
    flex-direction: row;
    justify-content: left !important;
    flex-wrap: wrap;
    margin-bottom: -5px;
    gap: 10px !important;
}

.RNButtonSelectorImageContainer img, .RNButtonSelectorImageContainer svg {
    width: auto !important;
}

.mini-cart-item-content .buttonSelection{
	display: flex;
    justify-content: center;
	padding: 5px 5px;
    height: auto !important;
    width: auto !important;	
}

.mini-cart-item-content .buttonSelection img{
	float: none !important;
	margin-right: auto !important;
}

.mini-cart-item-content .variation dt, .mini-cart-item-content .variation dd {
   margin-bottom: 10px !important;
}

.wc-dnd-file-upload {   
    display: block;
    width: 100%;
}

.single-product-wrapper .summary .rednaoLabel label {
    display: inline-block !important;
}

.rednaoExtraProductForm .rn-price .amount {
    font-size: 28px !important;
}

.single-product-wrapper .yith-wcwl-add-to-wishlist-button--added:before{
	color: #fff;
    background-color: #2370F4;
    border-radius: 50%;
    padding: 5px;
    height: 27px;
    width: 27px;
}

.single-product .kapee-swatches .swatch.swatch-large img {
    height: 80px;
    width: 80px;
    line-height: 30px;
    border: solid 1px #eaeaea;
    padding: 2px;
}

.single-product .rednaoControl > div:nth-child(2) {
    display: none;
}