/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


/*---------- SHOP ----------*/

.productAccordionColumn .divider {
	position:absolute;
	top:29px;
}
.productAccordion .accordion-title {
	border-top:none;
	border-bottom:2px solid #ececec;
	color:#611825;
	font-weight:600;
	padding-top:12px;
	padding-bottom:5px;
	margin-top:-9px;
}
/*.productAccordion .accordion-title i {
	margin-top:5px;
}*/
.productAccordion .accordion-title span {
	margin-top:15px;
}
.productAccordion .accordion-title button {
	margin-top:4px;
}

.openProductOrderForm {
	position:fixed;
	top:150px;
	right:-20px;
	cursor:pointer;
	z-index:9;
}
.openProductOrderForm:hover {
	cursor:pointer;
}
.centenaryRangeStarFirst {
    position: absolute;
    right: 0px;
    top: -20px;
}
.centenaryRangeStar {
    position: absolute;
    right: 0px;
    top: 20px;
}
.centenaryRangeStarCategory {
    position: absolute;
    right: 0px;
    top: 50px;
}
.centenaryRangeBadge {
    position: absolute;
    right: 0px;
    bottom: 10px;
}

.wineImg {
	
}
.wineTitle {
	margin-top:25px;
}
.wineQuantity {
	margin-top:15px;
}
/*.wineTotal input:before {
  content: "R";
}*/
.frm_three_fourths.wineDeliveryAddress {
margin-left:0 !important;	
}

@media only screen and (max-width: 850px) {

}

@media only screen and (max-width: 1420px) {
.wineTitle {
	margin-top:15px;
}

}

@media only screen and (max-width: 600px) {
.wineTitle {
	margin-top:0px;
}
.wineQuantity {
	margin-top:0px;
}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}