/*
Theme Name: Florona
Description: Florona description
Version: 1.0
*/

*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#020101;
	text-decoration:none;
}
a:hover {
	color:#020101;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/*****************
    Layout
*****************/
html {
	font-size: 16px;
}
body.rtl {
	font-family: 'Alef', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	color: #020101;
}
.rtl h1, .rtl h2, .rtl h3,
.rtl h4, .rtl h5, .rtl h6 {
	font-family: 'Alef', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.wrapper {
	max-width:100%;
	width:100%;
	margin:0 auto;
	position:relative;
}

.row {
	max-width: 76.56rem; /* 1225px */
}

.top_line {
	background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 10px;
}
.logo_line {
	display: inline-block;
	text-align: center;
	margin-left: auto;
	margin-right: auto; 
}
.main_menu_line {
	border-top:1px solid #9d9d9d;
	border-bottom:1px solid #9d9d9d;
}

.main_site_navigation {
	color: #020101;
	font-size:1.25rem;
	margin: 0;
	padding: 0;
	line-height: 1;
	list-style-type: none;
	text-align: center;
	display: flex;
    justify-content: space-between;
}
.main_site_navigation li {
	display: inline-block;
	width: 14%;
	float: right;
}
.main_site_navigation > li > a {
	display: inline-block;
	text-align: right;
	padding: 20px 0;
}
.main_site_navigation > li > a:hover,
.main_site_navigation > li > a:focus,
.main_site_navigation > li.current-menu-item > a,
.main_site_navigation > li.current-menu-parent > a,
#main_menu_line ul.sub-menu li.current-menu-item a {
	color: #ec008c;
	font-weight: bold;
}

.cart-counter {
	background: url(images/mini_cart_icon.png) no-repeat 0 0;
	display: inline-block;
	width: 47px;
	height: 47px;
	color: #FFF;
	text-align: center;
	font-size:14px;
	float: right;
}
.cart-counter:hover {
	color: #FFF;
	background: url(images/mini_cart_black.png) no-repeat 0 0;
}
.cart-counter-value {
    position: relative;
    top: 50%;
}
.cart-total-label,
.cart-total-value {
	display: inline-block;
	font-size:1.25rem;
}
.cart-total {
    display: inline-block;
    float: right;
    margin-top: 22px;
    margin-right: 22px;
	line-height: 1;
}

.call-icon {
	width:17px;
}
.whatsapp-icon {
	width:25px;
}
.top-header-menu {
	float: right;
	display: inline-block;
	margin-top: 22px;
}
.top-header-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1;
}
.top-header-menu ul li {
	float: right;
	display: inline-block;
	font-size:1.25rem;
	border-right:2px solid #020101;
	padding-right: 10px;
	margin-right: 10px;
}
.top-header-menu ul li a {
	line-height: 1;
}
.top-header-menu ul li a:hover,
.top-header-menu ul li a:focus {
	text-decoration: underline;
}

.header-phone-number a {
	color: #880d54;
    font-size: 1.875rem;
	line-height: 1;
}
.header-phone-number {
	float: left;
	padding-top: 10px;
	white-space: nowrap;
}
.header-search-form .search-input {
	border:0;
	border-bottom:1px solid #a5a5a5;
	background: transparent;
	border-radius:0;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 84%;
	margin: 0;
    float: right;
}
.header-search-form .search-input:focus {
	border:0;
	border-bottom:1px solid #a5a5a5;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.header-search-form .search-form {
	position: relative;
}
.header-search-form {
    float: right;
    width: 46%;
}
.header-search-form .search-submit {
	border:0;
	padding: 0;
	background: url(images/search_icon.png) no-repeat 0 0;
	display: inline-block;
	float: left;
	width:23px;
	height: 22px;
	text-indent: -99999px;
	position: relative;
    top: 1rem;
}
.top-left-header {
    padding-right: 5rem;
	width: auto;
}

.top-left-header-div {
	width: auto;
}

.main_slider_wrapper {
	opacity: 0;
	position: relative;
}
.slick-arrow {
	position: absolute;
	top:50%;
	margin-top: -26px;
	width: 53px;
	height: 52px;
	z-index: 10;
	text-indent: -9999px;
}
.slick-prev {
	left:5%;
	background: url(images/slider_left.png) no-repeat 0 0;
}
.slick-next {
	right:5%;
	background: url(images/slider_right.png) no-repeat 0 0;
}

#main-slider {
    margin-bottom: 20px;
}


.category_grid_row:before,
.category_grid_row:after {
	clear: both;
	display: block;
	content:' ';
}
.category_grid280 {
	min-height: 280px;
}
.category_grid600 {
	min-height: 600px;
}
.category_grid300 {
	min-height: 300px;
}
.category_grid_right {
    float: right;
    width: 48.4%;
}


.category_grid_inner {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.category_grid_inner:after {
	content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);

    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.13) 0%,
      rgba(255, 255, 255, 0.13) 77%,
      rgba(255, 255, 255, 0.5) 92%,
      rgba(255, 255, 255, 0.0) 100%
    );
}
.category_grid_inner:hover:after {
  opacity: 1;
  top: -30%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}


/*.category_grid_inner:hover .category_grid_inner_bg {
	transform: scale(1.15);
}*/
.category_grid_inner_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.category_grid_right .category_grid_inner {
	width: 48.5%;
	float: right;
}
.category_grid_right .category_grid_inner:last-child {
	float: left;
}
.category_grid_title {
    color: #880d54;
    font-size: 2.5rem;
    line-height: 1;
	position: relative;
	padding-bottom: 20px;
}
.category_grid_title:after {
	content:'';
	height: 2px;
	width: 77px;
	background-color: #c3d600;
	display: inline-block;
	position: absolute;
	right: 0;
	bottom:12px;
}
.category_grid_subtitle {
	color: #020101;
	font-size: 1.25rem;
	line-height: 1;
}
.category_grid_content {
    position: absolute;
}
.grid_item1 .category_grid_content {
	bottom: 30px;
    right: 45px;
}
.grid_item2 .category_grid_content {
	top: 30px;
    /*left: 45px;*/
	right: 45px;
}
.category_grid_right .category_grid_row:first-child {
	margin-bottom: 20px;
}
.category_grid_row {
    clear: both;
}
.grid_item3,
.grid_item4 {
	width: 100% !important;
}
.grid_item3 .category_grid_content,
.grid_item4 .category_grid_content {
	bottom: 60px;
    right: 55px;
}
.grid_item3 .category_grid_title,
.grid_item4 .category_grid_title {
	font-size:3rem;
}
.grid_item3 .category_grid_subtitle,
.grid_item4 .category_grid_subtitle {
	font-size:1.5rem;
}
.category_grid_subtitle a:hover {
	/*text-decoration: underline;*/
}
.category_grid_left {
    width: 50.2%;
    float: left;
}
#category_grid_section {
}
.top_products_title {
    color: #f650b2;
    text-align: center;
    border-bottom: 1px solid #880d54;
    font-size: 3rem;
}

.top_products_carousel_filter {
	text-align: center;
	margin: 32px 0;
}
.cat_filter {
	height: 74px;
	line-height: 74px;
	padding: 0 2rem;
	display: inline-block;
	color: #020101;
	font-size:1.875rem;
	cursor:pointer;

	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
.cat_filter.active_filter,
.cat_filter:hover {
	background: #c3d600;
	color: #FFF;
}
.top_products_navigation_wrapper {
    display: block;
    clear: both;
    text-align: center;
    min-height: 36px;
	margin-top: 50px;
}

.top_products_navigation .slick-prev,
.instagram_carousel_wrapper .slick-prev{
	position: relative;
	left:auto;
	right:auto;
	top:auto;
	margin:0 3px;
	background: url(images/right_nav.png) no-repeat 0 0;
	width: 36px;
	height: 36px;
	display: inline-block;
	border: 1px solid #d4d4d4;
    border-radius: 0;
}
.top_products_navigation .slick-next,
.instagram_carousel_wrapper .slick-next {
	position: relative;
	left:auto;
	right:auto;
	top:auto;
	margin:0 3px;
	background: url(images/left_nav.png) no-repeat 0 0;
	width: 36px;
	height: 36px;
	display: inline-block;
	border: 1px solid #d4d4d4;
    border-radius: 0;
}
.top_products_navigation .slick-arrow,
.instagram_carousel_wrapper .slick-arrow {
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
.top_products_navigation .slick-arrow:hover,
.instagram_carousel_wrapper .slick-arrow:hover{
	background-color: #c3d600;
}
.top_item {
    margin: 0 10px;
	position: relative;
}
.top_thumbnail {
    position: relative;
}
.top_products_carousel_wrapper {
	margin-left: -10px;
	margin-right: -10px;
	opacity: 0;
}
.top_products_carousel_wrapper .slick-next {
	right: -3rem;
    background: url(images/dark_arr_right.png) no-repeat 0 0;
    width: 19px;
    height: 37px;
}
.top_products_carousel_wrapper .slick-prev {
	left: -3rem;
    background: url(images/dark_arr_left.png) no-repeat 0 0;
    width: 19px;
    height: 37px;
}

#top_products_carousel {
    margin-bottom: 40px;
}
.top_title {
    text-align: center;
    color: #000;
    font-size: 1.125rem;
}
.top_price {
	color: #880d54;
	font-size:1.125rem;
	text-align: center;
	display: inline-block;
	width: auto;
	direction: ltr;
	padding-bottom: 15px;
}
.top_item{
	text-align: center;
}
.top_price del span.woocommerce-Price-amount.amount {
	text-decoration: line-through;
}
.top_price span.woocommerce-Price-amount.amount {
	display: inline-block;
}
.top_price span.before_price_title {
	direction: rtl;
	float: none;
}
.top_permalink {
	margin: 0;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.top_price ins {
	margin-right: 2px;
}
.top_item:hover .top_permalink {
	opacity: 1;
}
.top_permalink a {
	color: #FFF;
	background-color: #ea0b8c;
	display: block;
	font-weight: bold;
	font-size:1.7rem;
	line-height: 75px;
	height: 75px;

	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
.top_permalink_home a {
	background-color: #f750b3 !important;
}
.top_permalink a:hover {
	background-color: #ea0b8c;
}

#welcome-section {
	background-color: #feedf7;
	padding-top: 46px;
    padding-bottom: 60px;
}
.welcome_title {
    color: #880d54;
    font-size: 4rem;
    text-align: center;
    font-weight: 300 !important;
	line-height: 1;
    margin: 0;
}
.welcome_content {
    font-size: 1.125rem;
}
.welcome_content p:last-child {
	margin-bottom: 0;
}


.instagram_title {
	text-align: center;
	border-bottom: 1px solid #880d54;
	padding-bottom: 26px;
	margin-bottom: 36px;
}
.instagram_meta {
	text-align: center;
	margin-bottom: 30px;
}
.instagram_meta ul {
	list-style-type: none;
	margin: 0;
	direction: ltr;
	text-align: center;
}
.instagram_meta li {
	display: inline-block;
	margin:0 20px;
}
.instagram_meta span {
	font-weight: bold;
}
#instagram-section {
    padding: 50px 0 25px 0;
}
.instagram_carousel_wrapper {
	margin-left: -10px;
	margin-right: -10px;
	opacity: 0;
}
.instagram_carousel_item {
	padding: 0 10px;
}
.follow_link {
	padding: 0 10px;
	display: inline-block;
	float: right;
	border:1px solid #dddddd;
	color: #868686;
	font-size:1.25rem;
}
.instagram_carousel_thumbnail {
	margin-bottom: 20px;
	position: relative;
}
.like_link {
	height: 29px;
	display: inline-block;
	float: left;
	position: relative;
	background: url(images/insta_like.png) no-repeat 0 0;
	padding-left: 2rem;
	cursor: default;
}
.instagram_navigation {
    margin: 30px 0;
    text-align: center;
    clear: both;
}
.footer_wrapper {
    clear: both;
    padding: 30px 0;
    border-top: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
}
.footer_wrapper:after,
.footer_wrapper:before {
	clear: both;
	display: block;
	content: ' ';
}
.footer_widget_title {
    color: #f750b3;
    font-weight: bold;
    font-size: 1.25rem;
	margin-bottom: 32px;
}
.footer_column {
	width: 22%;
	float: right;
	position: relative;
}
.footer_column:after {
	content:'';
	display: block;
	width: 1px;
	height: 100%;
	background-color: #b2b2b2;
	position: absolute;
    top: 0;
	left: 20px;
    min-height: 365px;
}
.footer_column:last-child:after {
	display: none;
}
.footer_widget_content,
.footer_widget_content a {
	color: #4c4c4c;
	font-size:1.125rem;
}
.footer_widget_content ul {
	list-style-type: none;
	margin:0;
	line-height: 1.4;
	padding: 0;
}
.footer_widget_content .current-menu-item a,
.footer_widget_content a:hover {
	text-decoration: none;
	border-bottom: 1px solid #4c4c4c;;
}
.footer_column.social_column {
    text-align: left;
	width: 12%;
}
.credits_content {
	font-size:1.125rem;
}
.credits_content a:hover {
	text-decoration: underline;
}
.credits_content p:last-child {
	margin-bottom: 0;
}
.rights_column {
    text-align: left;
}
.credits_row {
	padding: 26px 0;
}
.social_column a {
	margin: 0 5px;
}
.social_column a:hover {
	text-decoration: none !important;
	border-bottom: none !important;
}
.social_column a:last-child {
	margin-left: 0;
}

.contact_form_shortcode {
	max-width: 655px;
}
#contact-map-wrapper {
    min-height: 250px;
}
.page-template-default .breadcrumbs_section {
	border-bottom:1px solid #d8d8d8;
}
.breadcrumbs_section {
	border-bottom:1px solid #880d54;
	padding-top: 20px;
	margin-bottom: 22px;
}
.single-product .breadcrumbs_section {
	margin-bottom: 10px;
}
.woocommerce.single-product div.product form.cart {
	margin-bottom: 0;
}
.breadcrumbs_section:before,
.breadcrumbs_section:after {
	clear: both;
	display: block;
	content:' ';
}
.page_title {
	color: #f650b2;
	font-size:1.875rem;
	font-weight: bold;
	line-height: 1;
	margin:0;
	padding-bottom: 20px;
	float: right;
	width: auto;
}
.breadcrumbs_links {
    float: left;
    width: auto;
    text-align: left;
}
.contact_form_shortcode input,
.contact_form_shortcode textarea {
	border:1px solid #cdcecf;
	border-radius:0;
	box-shadow: none;
	height: 38px;
	font-size:1.25rem;
	color: #6d6e71;
	text-align: right;
	direction: rtl;
	margin-bottom: 25px;
}
.contact_form_shortcode textarea {
	height: 235px;
	resize: none;
}
.wpcf7-submit {
	background: #880d54;
	color: #FFF !important;
	font-weight: bold;
	font-size:1.25rem;
	border:0 !important;
	padding: 0 2rem;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-size:1.25rem;
	color: #6d6e71;
}

input:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 18- */
	font-size:1.25rem;
	color: #6d6e71;
}

input::-moz-placeholder,
textarea::-moz-placeholder {  /* Firefox 19+ */
	font-size:1.25rem;
	color: #6d6e71;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-size:1.25rem;
	color: #6d6e71;
}
span.woo_breadcrumbs_delimiter {
    margin: 0 4px;
}
.woocommerce-breadcrumb a,
.woocommerce-breadcrumb {
	color: #000 !important;
	font-size:1.125rem !important;
}
.woocommerce-breadcrumb a:hover {
	text-decoration: underline;
}
.form_column {
	position: relative;
	width: 64%;
}
.form_column:after {
	display: block;
	background: url(images/contact_decoration.png) no-repeat 0 0;
	position: absolute;
	left: -64px;
	top:0;
	content:' ';
	width: 128px;
    height: 376px;
}
span.wpcf7-not-valid-tip {
	position: relative;
	margin-top: -20px;
}
div.wpcf7-validation-errors {
	background: #880d54;
	border:0;
	color: #FFF;
}
.contact_form_content {
    padding-right: 5rem;
	color: #000;
	font-size:1.125rem;
}
.contact_form_content h3 {
	color: #880d54;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 36px;
    line-height: 1;
}
.contact_form_content p {
    margin-bottom: 15px;
    line-height: 1;
}
.contact_form_content a:hover {
	text-decoration: underline;
}
.contact_form_content p:last-child {
	margin-bottom: 0;
}

.woo_cat_product_thumbnail {
    position: relative;
	margin-bottom: 1px;
	overflow: hidden;
	min-height: 80%;
	max-height: 80%;
	padding: 15%;
}
.woo_cat_product_thumbnail img {
	width: 100%;
}
.woo_cat_product_permalink {
    position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #ea0b8c;
	color: #FFF;
	text-align: center;
	font-size:1.5rem;
	font-weight: bold;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
	opacity: 0;
}
.woo_cat_product_thumbnail:hover .woo_cat_product_permalink {
	opacity: 1;
	color: #FFF;
}
.yith-similar-products .products {
	 display: flex;
}
span.woocommerce-Price-amount.amount {
    color: #860756;
    font-size: 1.3rem;
    text-align: center;
    display: block;
}
table.shop_table.woocommerce-checkout-review-order-table span.woocommerce-Price-amount.amount{
	display: inline-block;
}
.woocommerce table.shop_table tfoot th{
	border:0;
}
table.shop_table.woocommerce-checkout-review-order-table .order-total,
table.shop_table.woocommerce-checkout-review-order-table tr.shipping,
table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal {
    display: none;
}
.woocommerce ul.products li.product h3,
.woocommerce .products div.product h3 {
    padding: 0;
    margin: 0;
    font-size: 1.125rem;
    text-align: center;
    font-weight: normal;
}
.woocommerce ul.products li.product .onsale,
.woocommerce .products div.product .onsale {
	z-index: 2;
    right: auto;
	border-radius:0;
	left: 5px !important;
    top: 15px !important;
	width: 114px;
	height: 98px;
	background-color: transparent !important;
	background: url(images/woo_product_status_label.png) no-repeat 0 0;
}
.single-product .onsale {
	display: none !important;
}
span.text_holder {
	-moz-transform: scale(1) rotate(-30deg);
	-webkit-transform: scale(1) rotate(-30deg);
	-o-transform: scale(1) rotate(-30deg);
	-ms-transform: scale(1) rotate(-30deg);
	transform: scale(1) rotate(-30deg);
	color: #FFF;
	font-weight: bold;
	font-size:1.125rem;
	display: inline-block;
}
span.price del,
.tax-product_cat .add_to_cart_button {
	display: none !important;
}

.woocommerce ul.products li.product .price ins,
.woocommerce .products div.product .price ins {
	font-weight: normal !important;
	text-decoration: none;
}
.woocommerce ul.products li.product .price ins {
	display: inline-block;
}
span.custom_product_id {
    color: #717171;
    font-size: 1.125rem;
	display: inline-block;
}
.top_products_pagination {
    float: left;
}
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul {
	border:0 !important;
	direction: ltr;
}
.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
	float: right;
}
.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers {
	border-right:1px solid #000;
}
.woocommerce .woocommerce-pagination ul.page-numbers li a,
.woocommerce .woocommerce-pagination ul.page-numbers li span {
	padding: 0 .5rem;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	color: #000;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #000;
    font-weight: bold;
	background: none;
}
.woocommerce .woocommerce-ordering select,
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
	margin-bottom: 13px !important;
}
.tax-product_cat ul.products {
	margin-top: 10px;
}

.main_content_wrapper nav.woocommerce-pagination {
	float: left;
}
.top_button {
	display: inline-block;
	width: 43px;
	height: 43px;
	background: url(images/top_button.png) no-repeat 0 0;
	text-indent: -99999px;
	margin-bottom: 19px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	margin-bottom: 30px;
}
.woocommerce-info {
	border-top-color: #880d54;
}
.woo_cat_slider_wrapper {
	opacity: 0;
}

.woocommerce .main_product_wrapper p.price {

}
.woocommerce .main_product_wrapper p.price > span {
	/*color: #000;
	font-size:2.25rem;*/
	background-color: #e3ea8a;
	display: inline-block;
	clear: both;
	color: #000;
	font-weight: bold;
	font-size:2.25rem;
	padding: 15px 10px;
	line-height: 1;
}
.single-product-discout-label {
	color: #880d54;
	font-size:1.5rem;
	line-height: 1;
    margin-bottom: 20px;
}
.single_product_custom_id {
    font-weight: bold;
    color: #000;
    font-size: 1.125rem;
	line-height: 1;
    margin-bottom: 10px;
}
.single-product .related.products {
    clear: both;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.zoom_in_icon {
	position: absolute;
    left: 0;
    top: 0;
	width: 38px;
	height: 35px;
	display: inline-block;
	z-index: 10;
	cursor: pointer;
	background: url(images/zoom_in_icon.png) no-repeat 0 0;
}
.icon_title {
    font-size: 1.125rem;
    font-weight: bold;
    padding-right: 40px;
}
.size_icon {
	background: url(images/size_icon.png) no-repeat 100% 0;
	height: 31px;
}
.tool_icon_included{
	background: url(images/tool_icon_included.png) no-repeat 100% 0;
	height: 38px;
	padding-right: 35px;
	padding-top: 5px;
}
.tool_icon_not_included{
	background: url(images/tool_icon_not_included.png) no-repeat 100% 0;
	height: 38px;
	padding-right: 35px;
	padding-top: 5px;
}
.single_product_description {
	font-size:1.125rem;
	margin-bottom: 30px;
}
.single_product_description p:last-child {
	margin-bottom: 0;
}
.product_sizes_description ul {
	list-style-type: none;
	margin:0;
	padding: 0;
	font-size: 1.125rem;
}
.product_sizes_description {
    margin-bottom: 20px;
}

.product_line_devider {
	height: 1px;
	background: #880d54;
	display: block;
	clear: both;
	margin: 15px 0;
}

.single-product table thead,
.single-product table tbody,
.single-product table tfoot {
	border:0;
}
.woocommerce.single-product div.product div.summary {
	margin-bottom: 5px;
}
/** Swatches **/
.variations-table .label label {
	color: #880d54;
	font-size:1.5rem;
	font-weight: normal;
	line-height: 1;
	display: block;
	clear: both;
}
.variations-table td.label {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.variations-table td {
	padding: 0;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
}

.swatch-wrapper {
	position: relative;
	padding: 2px !important;
	margin: 0 0 0 30px;
}
.swatch-wrapper img {
	height: auto !important;
    width: auto !important;
    display: inline-block;
}
.swatch-wrapper a {
	text-align: center;
	display: flex;
    align-items: flex-end;
	justify-content: center;
}
.swatch-wrapper a:focus {
	outline: none;
	-webkit-box-shadow: none;
    box-shadow: none;
}
div.swatch-wrapper.selected,
.swatch-wrapper {
	border:0 !important;
}
.option_label {
    text-align: center;
    display: block;
	position: relative;
	font-weight: bold;
	cursor: pointer;
	font-size:1.125rem;
	margin-top: 10px;
}
.selected_option_radio {
    text-align: center;
    margin-top: 15px;
}
div.swatch-label,
a#variations_clear {
    display: none !important;
}
.single_product_image_credits {
    font-size: 14px;
}
.single_product_image_credits p {
	margin-bottom: 0;
}
.single_product_buttom_section {
    display: block;
    clear: both;
	padding-top: 16px;
    padding-bottom: 20px;
    border-top: 1px solid #880d54;
    border-bottom: 1px solid #880d54;
}
.add_to_cart_row{
	text-align: center;
}
a.add_to_cart_button_f {
	color: #FFF;
	font-weight: bold;
	font-size: 1.875rem;
	background: #880d54;
	height: 54px;
	line-height: 54px;
	display: inline-block;
	padding: 0 5rem;

	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
a.add_to_cart_button_f:hover {
	background: #970459;
}
.about_shipping_label {
	font-size:1.125rem;
	padding-right: 64px;
	height: 31px;
	margin-top: 10px;
	float: right;
	background: url(images/car_icon.png) 100% 0 no-repeat;
}
.row.add_to_cart_row {
    margin-top: 65px;
}
.share_single_product {
	text-align: left;
	margin-top: 10px;
}
.share_single_product ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.share_single_product ul li {
	display: inline-block;
	margin-right: 22px;
}
.single_variation_wrap {
	display: none !important;
}
.variation_form_section{
	position: relative;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	border-top: 3px solid #a46497 !important;
	padding: 1em 3.5em 1em 2em!important;
}
.woocommerce-error a.button,
.woocommerce-info a.button,
.woocommerce-message a.button {
	margin-left: 1rem;
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
    color: #a46497;
	left: auto !important;
	right: 1.5rem !important;
}

.single-product .related div.products {
	opacity: 0;
}
.single-product .related.products .add_to_cart_button {
	display: none !important;
}

h3.related_products_title {
    color: #880d54;
    text-align: center;
    font-size: 1.875rem;
	margin-bottom: 45px;
    line-height: 1;
}
.top_thumbnail img {
	width: 99%;
	height: auto;
	margin: 1px;
}
.related div.product {
	padding: 0 10px;
}

.related .slick-next {
	width: 19px;
	height: 37px;
	background: url(images/dark_arr_right.png) no-repeat 0 0;
	right: -35px;
}
.related .slick-prev {
	width: 19px;
	height: 37px;
	background: url(images/dark_arr_left.png) no-repeat 0 0;
    left: -35px;
}
.related div.products {
	margin-left: -10px;
	margin-right: -10px;
}
.recently_viewed.products {
    margin-bottom: 55px;
	clear: both;
    display: inline-block;
    width: 100%;
}
.recently_viewed.products div.product {
	max-width: 281px;
}
.recently_viewed.products .add_to_cart_button {
	display: none !important;
}
.woocommerce-cart table.cart img {
	width: 100%;
	height: auto;
	max-width: 175px;
}
td.product-thumbnail {
	max-width: 175px;
	width: 175px;
}
td.product-thumbnail img {
	border:1px solid #d8d8d8;
}
td.product-thumbnail a {
	display: inline-block;
	margin-bottom: 55px;
}
table.shop_table {
    border: 0 !important;
    padding-bottom: 20px;
}
tr .tr_with_borders {
	border-bottom: 1px solid #9d9d9d !important;
	border-top: 1px solid #9d9d9d !important;
	display: inline-block;
    clear: both;
    width: 100%;
    padding: 35px 0;
}
table tbody tr:nth-child(even) {
	background-color: #FFF !important;
}
.woocommerce table.shop_table td {
	border-top:0 !important;
	padding: 0 !important;
}
.woocommerce table.shop_table td.product-name {
	text-align: right;
	color: #000;
	font-weight: bold;
	font-size: 1.125rem;
	padding-right: 1rem !important;
}
.woocommerce a.remove {
	display: inline-block;
}
.woocommerce a.remove:hover {
	background: none !important;
}
td.product-remove {
    text-align: left;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
	float: right;
}
td.product-subtotal span.woocommerce-Price-amount.amount {
	color: #000;
	font-weight: bold;
}

.woocommerce input[name='update_cart'] {
	background-color: #555555 !important;
	color: #FFF !important;
    font-weight: 400 !important;
    font-size: 24px !important;
	height: 39px;
    line-height: 36px !important;
    padding: 0 20px !important;
	float: left !important;
	border-radius:0;

}
table.shop_table td.actions .coupon {
	display: none;
}
.product-custom-subtotal {
    text-align: left;
	margin-bottom: 55px;
	float: left;
}
.product-custom-subtotal span {
    text-align: left !important;
    color: #000 !important;
    font-size: 1.5rem !important;
	display: inline-block !important;
}
.product-custom-subtotal span span.woocommerce-Price-currencySymbol {
    display: none !important;
}

.woocommerce .cart-collaterals .cart_totals {
	width: 100%;
	text-align: center;
}
.cart-collaterals .cart_totals h2,
.cart-collaterals .cart_totals table.shop_table {
	display: none !important;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout a {
	display: inline-block !important;
	height: 39px !important;
	line-height: 36px !important;
    padding: 0 15px !important;
	font-size: 1.5rem !important;
    border-radius: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
a.checkout-button.button.alt.wc-forward.wc_get_checkout_url:hover,
.cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover {
	color: #FFF;
	background: #000;
}
a.cart_back_to_shop {
	border:1px solid #787878;
	color: #000;
	background: #FFF;
}
a.checkout-button.button.alt.wc-forward.wc_get_checkout_url {
    background: #880d54;
    margin-right: 10px;
    position: relative;
    top: -3px;
	margin-bottom: 0 !important;

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.page-template-template-cart footer.footer {
    margin-top: 4rem;
}

.header_minicart_wrapper {
	position: relative;
}
.mini-cart-wrapper ul.cart_list {
	list-style-type: none;
	margin:0;
	padding: 0;
	line-height: 1;
	height: 350px;
	max-width: 480px;
	overflow: hidden;
}
li.mini_cart_item {
	display: inline-block;
    clear: both;
    width: 100%;
    margin-bottom: 30px !important;
	padding-bottom: 30px !important;
	border-bottom: 1px solid #000;
}
.mini-cart-wrapper {
    display: none;
    position: absolute;
    z-index: 50;
    top: 100%;
    margin-top: 4rem;
    background: #FFF;
    padding: 1rem;
	min-width: 480px;
}

.mini_cart_item_title {
    font-size: 1.5rem;
    font-weight: bold;
	margin-bottom: 45px;
}
.mini_cart_quantity,
.mini_cart_item_price {
    font-size: 1.125rem;
	margin-bottom: 14px;
}
span.mini_cart_item_price_value {
    display: inline-block;
}
span.mini_cart_item_price_value span.woocommerce-Price-amount.amount {
	color: #000 !important;
}
.mini_cart_item .variation dt,
.mini_cart_item .variation dd {
	display: inline-block;
}
.mini_cart_item dl.variation,
.mini_cart_item dl.variation dt {
	margin-bottom: 0;
}


p.buttons a {
	display: inline-block !important;
	height: 39px !important;
	line-height: 36px !important;
	padding: 0;
	margin-bottom: 0 !important;
    min-width: 31%;
	font-size: 1.5rem;
    font-weight: 400;
	border-radius:0 !important;
}
a.button.go_to_cart_button.wc-forward {
    background: #636363;
}
a.button.shop_page_url.wc-forward {
    background: #FFF;
    color: #000;
    border: 1px solid #000;
	margin: 0 1.5%;
}
a.button.checkout.wc-forward {
    background: #880d54;
}
.mini-cart-wrapper p.total {
    text-align: left;
	padding-left: 15%;
    margin-top: 2rem;
}
.mini-cart-wrapper p.total strong {
	font-size:1.5rem;
}
.mini-cart-wrapper p.total strong,
.mini-cart-wrapper p.total span {
	display: inline-block;
}
.mini-cart-wrapper p.total span {
	color: #000;
}


#login_popup_wrapper,
#register_popup_wrapper,
#password_recovery_popup_wrapper,
#username_recovery_popup_wrapper {
    background: #FFF;
	padding: 80px 30px 30px;
    max-width: 745px;
    width: 100%;
    margin: 0 auto;
	position: relative;
}
#password_recovery_popup_wrapper{
	padding-bottom: 5rem;
}
#login_popup_wrapper .login_popup_wrapper_inner,
#register_popup_wrapper .register_popup_wrapper_inner,
#password_recovery_popup_wrapper .login_popup_wrapper_inner,
#username_recovery_popup_wrapper .login_popup_wrapper_inner {
	max-width: 400px;
	width: 100%;
	margin:0 auto;
}

.popup_form input {
	height: 39px;
	line-height: 38px;
	border:1px solid #787878;
	border-radius:0;
	color: #000;
	font-weight: normal;
	font-size:1.125rem;
	text-align: right !important;
}
.popup_form input.error,
.popup_form select.error {
	border:1px solid red;
}
.popup_form_row input::-webkit-input-placeholder {
	color: #000 !important;
    font-size: 1.125rem;
    font-weight: normal;
    opacity: 1;
}
.popup_form_row input:-moz-placeholder { /* Firefox 18- */
	color: #000 !important;
    font-size: 1.125rem;
    font-weight: normal;
    opacity: 1;
}
.popup_form_row input::-moz-placeholder {  /* Firefox 19+ */
	color: #000 !important;
    font-size: 1.125rem;
    font-weight: normal;
    opacity: 1;
}
.popup_form_row input:-ms-input-placeholder {
	color: #000 !important;
    font-size: 1.125rem;
    font-weight: normal;
    opacity: 1;
}
.login_popup_init .mfp-bg {
	/*background: #FFF url(images/login_popup_overlay.png) repeat 0 0;*/
	background: rgba(228,230,207,0.9) url(images/pattern.png) repeat 0 0;
	opacity: 0.8;
}
.register_popup_init .mfp-bg {
	/*background: #FFF url(images/register_popup_overlay.png) repeat 0 0;*/
	background: rgba(227,216,222,0.9) url(images/pattern.png) repeat 0 0;
	opacity: 0.8;
}
.popup_title {
    color: #880d54;
    font-weight: bold;
    font-size: 1.875rem;
    text-align: right;
    margin-bottom: 10px;
    line-height: 1;
}
.mfp-close-btn-in .mfp-close {
	background: url(images/remove_product_from_cart.png) no-repeat 0 0;
	width: 27px;
	height: 27px;
	right: auto;
	left: 30px;
	top:30px;
	opacity: 1;
	text-indent: -9999999px;
}
input#user_login_pass {
    margin: 55px 0 25px 0;
}
.actions_links a {
	font-size:14px;
}
.actions_links a:hover {
	text-decoration: underline;
}
a.recover_pass {
    float: right;
}
a.recover_user_name {
	float: left;
}
button.submit_popup,
button.submit_register_popup {
    height: 60px;
    line-height: 60px;
    color: #FFF;
    background: #880d54;
    border-radius: 0;
    display: block;
    width: 100%;
    font-size: 1.5rem;
    margin-top: 30px;
    margin-bottom: 45px;

	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
button.submit_register_popup[disabled="disabled"] {
	opacity: 0.8;
}
button.submit_popup:hover {
    background: #ab0263;
}
button.register_popup {
	height: 38px;
    line-height: 38px;
    color: #000;
	border:1px solid #000;
    background: #FFF;
    border-radius: 0;
    display: block;
    width: 100%;
    font-size: 1.5rem;
    margin-bottom: 30px;

	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
button.register_popup:hover{
	background: #000;
	color: #FFF;
}
.go_like_guest {
	display: block;
	text-align: center;
	font-size:1.5rem;
}
body ul.the_champ_login_ul li {
	display: inline-block !important;
	width: 100% !important;
	background: #0054a6 !important;
}
body ul.the_champ_login_ul li i {
	background: #0054a6 url(images/facebook_login.png) no-repeat 94% 50%;
    display: inline-block !important;
    width: 100% !important;
    margin: 0;
    height: 39px;
}
body .theChampFacebookLoginSvg {
	display: none !important;
}
span.facebook_login_button_title {
    color: #FFF;
    font-style: normal;
    font-size: 1.5rem;
    text-align: center;
    display: block;
}
body .the_champ_login_container {
    margin: 0 0 30px 0;
    clear: both;
    display: inline-block;
    width: 100%;
}
.popup_notice {
    text-align: right;
}
.popup_notice div.error-notice {
	margin-bottom: 1rem;
	color: red;
	font-weight: bold;
}
.popup_notice div.success-notice {
	margin-bottom: 1rem;
	color:green;
	font-weight: bold;
}
.popup_subtitle {
    margin-bottom: 30px;
    text-align: right;
    font-size: 1.375rem;
    color: #880d54;
}
#register_popup_wrapper input {
	margin-bottom: 30px;
}
.date_label {
    color: #000;
    font-size: 1.25rem;
    float: right;
    width: 40%;
    text-align: right;
}
.date_inputs {
    width: 58%;
    float: left;
    min-height: 1px;
}
.date_inputs select {
    width: 31%;
    float: left;
    margin-right: 2.3%;
    margin-bottom: 0;
    border-radius: 0;
    background-image: none;
    padding: 5px;
    text-align: center;
	color: #000;
	border: 1px solid #787878;
	font-size: 1.25rem;
}
.date_inputs select option {
	text-align: center;
}
.dates_row {
	margin-bottom: 30px;
}
.register_form_bottom_description {
    font-size: 1.125rem;
    text-align: right;
}
body .product.has-default-attributes.has-children>.images {
	opacity: 1;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	width: 100%;
}
.mini_cart_item_data {
    width: 56%;
    float: left;
}
.mini_cart_thumbnail {
    float: right;
	margin-left: 4%;
    width: 39%;
}
.mini_cart_item dl.variation {
	width: 100% !important;
	clear: both;
	border: 0 !important;
}
.mini_cart_item dl.variation,
.mini_cart_item dl.variation dt,
.mini_cart_item dl.variation dd {
	float: right !important;
}

/** Sidebar parents menu **/
.page_parents_menu_list,
.page_parents_menu_list ul {
	list-style-type: none;
	margin: 0;
	line-height: 1;
	padding: 0;
}
.sidebar_element {
    margin-top: 36px;
}
.page_parents_menu_list > li {
	color: #880d54;
	font-size:1.125rem;
	font-weight: bold;
	background: url(images/arr_down.png) no-repeat 0 6px;
}
.page_parents_menu_list ul li a {
	color: #000;
	font-size:1rem;
	font-weight: normal;
	height: 27px;
	line-height: 27px;
	margin-bottom: 5px;
	display: block;
}
.page_parents_menu_list ul li.current_page_item a {
	background-color: #f3f7cc;
	padding-right: 5px;
}
.page_parents_menu_list ul {
	padding-top: 15px;
    border-top: 1px solid #d8d8d8;
    margin-top: 15px;
}
.user_profile_form {
    max-width: 400px;
    width: 100%;
    float: right;
	margin-bottom: 70px;
}
.user_profile_form input[type="submit"] {
	border:0;
	padding: 0;
	background-color: #880d54;
	color: #FFF;
	font-weight: bold;
	font-size:1.5rem;
	border-radius:0;
	display: block;
	width: 100%;
    height: 60px;
}
.user_profile_form input {
	color: #000;
	font-size:1.25rem;
	border-radius:0;
	border:1px solid #777777;
}
.user_profile_form label {
	color: #000;
	font-size:1.25rem;
}
.user_order_wrapper {

}

.order-item-thumbnail {
	width: 24%;
	float: right;
	margin-left: 4%;
}
.order-item-data {
	width: 40%;
	float: right;
}
.order-item-label {
	font-weight: bold;
}
.order-item-action {
	float: left;
	width: 22%;
}
.order-item-wrap {
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom:1px solid #9d9d9d;
}
a.remove-order-from-history {
	background: url(images/remove_product_from_cart.png) no-repeat 0 0;
	width: 27px;
	height: 27px;
	right: auto;
	left: 30px;
	top:30px;
	opacity: 1;
	text-indent: -9999999px;
	display: inline-block;
	position: absolute;
	top:0;
	left: 0;
}
a.add-order-from-history {
    position: absolute;
    display: inline-block;
    bottom: 40px;
    left: 0;
    height: 53px;
    background-color: #880d54;
    color: #FFF;
    font-weight: bold;
    padding: 0 4rem;
    line-height: 53px;
    font-size: 1.25rem;
}
.no-borders {
	border:0 !important;
}

.payments_provider_wrapper {
	text-align: left;
	font-weight: bold;
	font-size:1.125rem;
	color: #646464;
}
body.page-template-template-checkout,
body.page-template-template-checkout .off-canvas-content {
	background: #f2e7ef url(images/pattern.png) repeat 0 0;
}
body.page-template-template-checkout header {
	background: #FFF;
}
body.page-template-template-checkout .breadcrumbs_section {
	padding-bottom: 10px;
	border-bottom: 1px solid #9d9d9d;
}
.payments_provider_inner {
	padding-left: 9rem;
	background: url(images/ssl_logo.png) no-repeat 0 0;
	min-height: 56px;
    line-height: 56px;
}
body.page-template-template-checkout .page_title {
	width: 30%;
	position: relative;
	top:10px;
}
body.page-template-template-checkout .main_menu_line {
	border-bottom:1px dashed #9d9d9d;
}

.checkout-box {
	margin-bottom: 35px;
}
.checkout-box-head {
	background: #4b4b4b;
	background: rgba(75, 75, 75, 0.8);
	color: #FFF;
	font-weight: bold;
	font-size:1.5rem;
	line-height: 1;
	padding: 10px 14px;
	position: relative;
}
.checkout-box-content {
	background: #FFF;
	padding: 24px 20px;
}

p#shipping_country_field,
h3#ship-to-different-address,
p#order_comments_field {
	display: none;
}

p#shipping_first_name_field,
p#shipping_last_name_field {
    width: 100%;
}

.checkout-box-content input:not([type="radio"]) {
	height: 37px;
	border:1px solid #cdcecf;
	color: #6d6e71;
	font-size:1.25rem;
	font-weight: normal;
	padding: 0 10px;
    border-radius: 0;
}
.checkout-box-content input::-webkit-input-placeholder {
	color: #6d6e71;
	font-size:1.25rem;
	opacity: 1;
}
.checkout-box-content input:-moz-placeholder { /* Firefox 18- */
	color: #6d6e71;
	font-size:1.25rem;
	opacity: 1;
}
.checkout-box-content input::-moz-placeholder {  /* Firefox 19+ */
	color: #6d6e71;
	font-size:1.25rem;
	opacity: 1;
}
.checkout-box-content input:-ms-input-placeholder {
	color: #6d6e71;
	font-size:1.25rem;
	opacity: 1;
}

.checkout-box-content .woocommerce-shipping-fields label,
.checkout-box-content .woocommerce-billing-fields label {
	display: none !important;
}
.checkout-box-content .woocommerce-shipping-fields .form-row {
	margin-bottom: 6px !important;
	position: relative;
}
.checkout-box-content #shipping_myfield12_field .icon { /* calendar icon */
	background: url(images/florona_calendar.png) no-repeat 0 0 !important;
	width: 100%;
	display: inline-block;
	height: 42px;
	position: absolute;
	left: 4px;
    top: -2px;
}
.ui-datepicker .ui-datepicker-header,
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #7b0046;
	border:1px solid #7b0046;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	color: #FFF;
}


.checkout-box-content .woocommerce-billing-fields h3 {
	display: none !important;
}

.woocommerce-checkout #payment ul.payment_methods li {
	text-align: right !important;
	line-height: 50px;
}
.woocommerce-checkout #payment ul.payment_methods {
	text-align: right;
	border:0 !important;
	padding: 0 !important;
}
.woocommerce-checkout #payment {
	background: none !important;
	border-radius: 0 !important;
}
.woocommerce-checkout #payment ul.payment_methods li input {
	margin: 0 0 0 1rem !important;
}
.woocommerce-checkout #payment ul.payment_methods li label {
	margin: 0 !important;
	font-size:1.25rem;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
	display: none !important;
}

.wc_payment_methods li.payment_method_bacs,
.wc_payment_methods li.payment_method_pelecard {
	background: url(images/payment_credit_card.png) no-repeat 0 0;
}
.wc_payment_methods li.payment_method_cod {
	background: url(images/payment_by_phone.png) no-repeat 0 0;
}
.woocommerce-checkout #payment ul.payment_methods li.payment_method_cod input {
	vertical-align: top;
	margin-top: 10px !important;
}
.woocommerce-checkout #payment ul.payment_methods li.payment_method_cod label span {
	font-size:14px;
	display: block;
}
.wc_payment_methods li.payment_method_paypal label img {
	display: none !important;
}
.wc_payment_methods li.payment_method_paypal {
	background: url(images/payment_paypal.png) no-repeat 0 50%;
}

.radio_meta_field label {
	color: #6d6e71;
	font-weight: normal;
	font-size:1.25rem;
	margin-right: 0;
	line-height: 1;
}
.schedule_meta_field label {
	display: inline-block;
	float: right;
	color: #6d6e71;
	font-weight: normal;
	font-size:1.15rem;
	margin-right: 0;
	line-height: 37px;
}
.schedule_meta_field input {
	float: left;
	max-width:80px;
	margin: 0;
	text-align: center !important;
	direction: ltr !important;
	padding: 0 6px !important
}

.radio_meta_field,
.schedule_meta_field {
	margin-bottom: 12px;
}

label.timer_icon {
	background: url(images/timer_icon.png) no-repeat 100% 50%;
	padding-right: 35px;
}
.shipping_notes_label {
	font-weight: bold;
	font-size:1rem;
	color: #880d54;
}
.schedule_meta_notes_field {
	margin-top: 27px;
}
.schedule_meta_notes_field textarea {
	margin: 0;
	border-radius:0 !important;
	border:1px solid #c6c7c8;
	height: 50px;
	color: #6d6e71;
	font-weight: normal;
	font-size:1.25rem;
}
textarea#schedule_meta_blessing {
	height: 76px;
}
/* hide placeorder button */
.form-row.place-order {
    display: none;
}
.pay-box-wrapper #payment {
	display: none;
}
#trigger_place_order input {
	border:0;
	border-radius:0;
	background: #880d54;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size:1.875rem;
	height: 118px;
	line-height: 118px;
	width: 100%;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
#trigger_place_order input:hover {
	background: #000;
}
.discount-field-label {
    display: inline-block;
    float: right;
    color: #000000;
    font-size: 1.125rem;
	width: 55%;
	line-height: 37px;
}
.discount-field-label.small_label {
    font-size: 14px;
	display: none;
}
.discount-fields-wrapper {
    margin-bottom: 10px;
}
.discount-field-input {
    float: right;
    width: 40%;
    /*margin-right: 5%;*/
	margin-right: 0;
}
.discount-field-input input {
	max-width: 100% !important;
}
.discount-field-value {
    float: left;
    font-size: 1.25rem;
}

.original_checkout_form_row .woocommerce-info,
.original_checkout_form_row form.checkout_coupon {
	display: none;
}
.shipping-info-wrapper {
	color: #000000;
    font-size: 1.125rem;
}
.shipping-info-value {
    display: inline-block;
    float: left;
    width: 30%;
    text-align: left;
    font-size: 1.25rem;
}
.shipping-info-label {
    width: 60%;
    display: inline-block;
    float: right;
}
.pay-section-devider {
	height: 1px;
	background-color: #7f7f7f;
	clear: both;
	width: 100%;
	margin:30px 0;
}
.total-pay-wrapper {
    font-size: 2.25rem;
    font-weight: bold;
}
.total-pay-label {
	display: inline-block;
	float: right;
	width: 50%;
}
.total-pay-value {
	display: inline-block;
	float: left;
	text-align: left;
	width: 50%;
}
div#order_review tfoot {
    background: none;
	border:0;
}
.woocommerce table.shop_table tfoot th{
	padding:0 !important;
}
.woocommerce .pay-box-wrapper #order_review table tbody td.product-name {
	padding-right: 0 !important;
	font-weight: normal;
}
.woocommerce .pay-box-wrapper #order_review table tbody td.product-name dt {
	font-weight: normal;
}
.woocommerce .pay-box-wrapper #order_review table tbody tr.cart_item {
	border:0;
	border-bottom:1px solid #7f7f7f;
}
.woocommerce .pay-box-wrapper #order_review table {
	border-collapse: collapse;
}
.woocommerce .pay-box-wrapper #order_review table tbody {
	border:0;
}
.woocommerce .pay-box-wrapper #order_review table.shop_table tfoot td {
	vertical-align: top;
	direction: ltr;
}

/** Order thank you page **/
.hidden_wrapper,
ul.woocommerce-thankyou-order-details.order_details {
	display: none !important;
}
.woocommerce-thankyou-order-received {
    max-width: 1194px;
    margin: 0 auto;
}

.header_minicart_wrapper a.button.go_to_cart_button.wc-forward {
	color: #FFF;
    line-height: 38px !important;
    padding: 0;
}
.header_minicart_wrapper a.button.shop_page_url.wc-forward {
	line-height: 38px !important;
    padding: 0;
}
.header_minicart_wrapper a.button.checkout.wc-forward {
	color: #FFF;
    line-height: 38px !important;
    padding: 0;
}

.pink_bg .mfp-bg {
	background: rgba(243,230,238,0.9) url(images/pattern.png) repeat 0 0 !important;
}
#after-added-tocart{
	max-width: 1023px;
	width: 100%;
	margin:0 auto;
	background: #FFF;
	position: relative;
}
.after-added-tocart-inner {
	padding: 85px 70px;
}
.ap_title {
    text-align: center;
}
.ap_subtitle {
    text-align: center;
    color: #000;
}

.back_to_shop {
	background: #717171;
	color: #FFF;
	font-weight: bold;
	font-size:1.25rem;
	display: inline-block;
	height: 60px;
	border:0;
	line-height: 60px;
	padding: 0 3rem;
	margin:0 10px;
}
.addons_buttons {
	text-align: center;
	margin-bottom: 20px;
}
.addons_buttons a:hover {
	color: #FFF;
}
.go_to_checkout {
	background: #890d55;
	color: #FFF;
	font-weight: bold;
	font-size:1.25rem;
	display: inline-block;
	height: 60px;
	border:0;
	line-height: 60px;
	padding: 0 3rem;
	margin:0 10px;
}

.product_addons_title {
	margin-bottom: 20px;
	color: #880d54;
    font-weight: bold;
    font-size: 1.2rem;
	text-align: center;
}
.product-addon-item {
	float: right;
	width: 31%;
	margin-left:1.5%;
	position: relative;
}
.product-addon-item:last-child {
	margin-left: 0;
}

.product-addon-thumbnail {
	position: relative;
}
.product-addon-thumbnail:hover .product-addon-addtocart {
	opacity: 1;
}
.product-addon-addtocart {
    position: absolute;
    right: 0;
    bottom: 0;
	width: 100%;
	opacity: 0;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
.product-addon-addtocart a {
    display: block;
	background-color: #890d55;
	color: #FFF;
	font-weight: bold;
	font-size:1.25rem;
	height: 58px;
	line-height: 58px;
	text-align: center;
}
.product-addon-title {
    text-align: center;
    color: #000;
    font-size: 1.125rem;
}
.product-addon-price {
    color: #880d54;
    font-size: 1.125rem;
    text-align: center;
}

.relative_column {
	position: relative;
}

.mobile_line .relative_column {
	padding-bottom: 10px;
}

a.toggle_mobile_menu {
	width: 32px;
	height: auto;
	display: none;
    margin-top: -14px;
	padding-top: 15px;
	padding-bottom: 15px;
}
a.toggle_mobile_menu span {
	display: block;
	height: 4px;
	margin: 4px 0;
	background: #880d54;
}
.off-canvas-wrapper,
.off-canvas {
    background: #880d54;
}
.off-canvas.position-right {
	padding: 10px;
	color: #FFF;
}
.mobile_menu {
	list-style-type: none;
	margin:0;
	padding: 0;
}
.mobile_menu a {
	color: #FFF;
	display: block;
	font-size: 1.125rem;
    padding: 4px 0;
}
.mobile_menu a:hover {
	text-decoration: underline;
}
.mobile_menu .current-menu-item a {
	font-weight: bold;
}

.search-result-item .thumbnail-permalink {
	display: inline-block;
	float: right;
	width: 17%;
}

.search-result-item h3 a {
	color: #880d54;
	font-size: 1.6rem;
}
.search-result-item h3 a:hover {
	text-decoration: underline;
}
.search-result-item .content-wrap {
	width: 80%;
	float: left;
}
article.search-result-item {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid silver;
}
article.search-result-item:last-child {
	border-bottom: 0;
}
a.home404 {
	text-decoration: underline;
	font-weight: bold;
}
a.home404:hover {
	text-decoration: none;
}
.header_minicart_wrapper .mini-cart-wrapper p.total span {
	font-size: 1.5rem;
	font-weight: bold;
}

/** Recently viewed products YITH Plugins **/
.main_product_wrapper .up-sells.upsells.products,
.main_product_wrapper .woocommerce.yith-similar-products,
.woocommerce.yith-similar-products h2 {
	display: none !important;
}
.recently_viewed.products .woocommerce.yith-similar-products div.product {
	float: right;
	width: 24%;
	text-align: center;
	margin-left:1.33333333%;
}
.recently_viewed.products .woocommerce.yith-similar-products div.product:last-child {
	margin-left: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	width: 23.5%;
	margin: 0 0 30px 0;
}

.woocommerce .products ul:after, .woocommerce .products ul:before, .woocommerce ul.products:after, .woocommerce ul.products:before {
	content: none;
}

.woocommerce ul.products li.product:nth-child(4n+4),
.woocommerce-page ul.products li.product:nth-child(4n+4) {
	margin-left: 0;
}

.woocommerce ul.products li.product .price,
.woocommerce .products div.product .price {
	color: #880d54;
}
.product-type-variable span.price {
	display: block;
	text-align: center;
}
.product-type-variable span.price span.woocommerce-Price-amount {
	display: inline-block;
	margin:0 4px;
}
.single-product span.woocommerce-Price-amount.amount {
	display: inline-block;
	margin:0 4px;
}
.single-product.woocommerce div.product p.price {
	color: #000;
}

/* submenu */
#main_menu_line ul.main_site_navigation > li {
	position: relative;
	width: auto !important;
}
#main_menu_line ul.sub-menu {
	position: absolute;
    z-index: 1000;
    background: rgba(255,255,255,0.84);
    margin: 0;
    list-style-type: none;
	/*min-width: 280px;*/
	display: none;
	padding: 10px;
}
#main_menu_line ul.sub-menu li,
#main_menu_line ul.sub-menu li a {
	display: block;
}
#main_menu_line ul.sub-menu li {
	float: none;
	width: 100%;
}
#main_menu_line ul.sub-menu li a {
	text-align: right;
	white-space: nowrap;
}
#main_menu_line ul.sub-menu li a:hover {
	font-weight: bold;
	color: #ec008c;
}
#main_menu_line ul.main_site_navigation > li:hover ul.sub-menu {
	display: block;
}

.reset_password_form {
	max-width: 320px;
	width: 100%;
	margin:2rem auto;
}
.reset_password_form .ajax-response {
	font-weight: bold;
}
span.message-status-error {
    color: red;
}
span.message-status-ok {
    color: green;
}
.pre_price_label {
	font-size: 1.125rem;
}
ul.products span.woocommerce-Price-currencySymbol {
    margin-right: 4px;
}
.addons_line_devider {
	height: 1px;
	background-color: #890d55;
	width: 100%;
	clear: both;
	margin: 45px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
	height: auto;
	min-height: 55px;
    background: #bebebe !important;
    border-radius: 0;
	position: relative;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:before {
	background: url(images/top_scroller.jpg) no-repeat 0 0;
	width: 16px;
	height: 25px;
	display: inline-block;
	position: absolute;
	top:1px;
	left: 0;
	content: '';
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:after {
	background: url(images/bottom_scroller.jpg) no-repeat 0 0;
	width: 16px;
	height: 25px;
	display: inline-block;
	position: absolute;
	bottom:0;
	left: 0;
	content: '';
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	border: 1px solid #acacac;
    width: 17px;
    border-radius: 0;
    background: #FFF;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: #bebebe;
}
.woocommerce ul.products li.product a img {
	margin-bottom: 0;
	height: 300px;
	object-fit: contain;
}
.florona_checkbox {
	height: 16px !important;
	width: 16px !important;
}
.custom-subtotal-label {
	font-weight: bold;
}
.product-custom-subtotal-message {
    font-size: 24px;
    float: right;
    width: 70%;
}
#main_navigation {
	text-align: center;
}
.mini-cart-wrapper.small_height ul.cart_list {
	height: 220px;
}
p.form-row.form-row-wide.create-account.woocommerce-validated {
	display: none;
}
.popup_description {
    text-align: center;
    margin-top: 2rem;
}
button.back_to_login_button_title {
    display: block;
    text-align: center;
    width: 100%;
    border: 1px solid #000;
    border-radius: 0;
    height: 38px;
    line-height: 38px;
    font-size: 1.5rem;
}
span.before_price_title {
    display: inline-block;
    float: right;
}
.date_links {
	margin-top: 5px;
}
p#shipping_myfield12_field {
    margin-bottom: 5px !important;
}
.date_links a {
	font-size: 1.2rem;
    color: #880d54;
	font-weight: bold;
	display: inline-block;
	margin-left: 1rem;
}
.autocomplete-suggestions {
	background-color: #FFF;
	padding: 5px;
}
.autocomplete-selected {
	background-color: #880d54;
	color:#FFF;
}

.discount-field-input.full_width_input_wrap {
    width: 70%;
}
input#discount-field-input {
    width: 60%;
}
input#discount-field-input.error {
	border:1px solid red;
}
a.validate_coupon_code {
    text-decoration: underline;
    margin-right: 1rem;
}
.shipping-info-value {
	text-align: left;
}
.shipping-info-value span.woocommerce-Price-amount.amount {
	text-align: left;
	color: #000;
	display: inline-block;
}
.total-pay-value span.woocommerce-Price-amount.amount {
	font-size: 2.25rem;
	font-weight: bold;
	color: #000;
	display: inline-block;
}
select#order_meta_schedule_hours_to {
    max-width: 80px;
    float: left;
    border-radius: 0;
	height: 37px;
	line-height: 1;
    border: 1px solid #cdcecf;
    color: #6d6e71;
	font-size: 1.25rem;
    padding-top: 4px;
}

.product-type-variable span.price {
    direction: ltr;
}
.tax-product_cat span.before_price_title,
.recently_viewed span.before_price_title,
.products.slick-slider span.before_price_title {
	float: none;
	direction: rtl;
}

.wp-person a:focus .gravatar,
a:focus,
a:focus .media-icon img {
    -webkit-box-shadow: none;
    box-shadow: none;
}

div.product-type-simple form.cart {
	display: none;
}
div.product-type-simple .product_line_devider {
	display: none;
}
div.related.products div.product {
	text-align: center;
}
.woocommerce-checkout #payment ul.payment_methods li {
	margin-bottom: 8px;
}
/*.product_price_container {
	opacity: 0;
}*/
.product_has_no_variations .product_price_container {
	opacity: 1;
}
select#order_meta_schedule_hours_from {
    float: left;
    width: 26%;
	margin-bottom: 0;
}
.small_ajax_loader {
	background: url(images/small_al.gif) no-repeat 0 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-size: contain;
    position: absolute;
    left: 5px;
	top:3px;
	opacity: 0;
}
.order_meta_schedule_hours_to_value {
    float: left;
    display: inline-block;
    width: 26%;
    padding: 5px;
    text-align: center;
    border: 1px solid #cacaca;
    border-radius: 3px;
	display: none;
}
.florona_user_terms {
    margin-top: 1rem;
}
.florona_user_terms a {
	text-decoration: underline;
}
.florona_user_terms a:hover {
	text-decoration: none;
}
input[type=radio].is_checked:before {
	content: "\2022";
    text-indent: -9999px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 24px;
    width: 6px !important;
    height: 6px;
    margin: 7px;
    line-height: 16px;
    background-color: #1e8cbe;
	display: inline-block;
    vertical-align: middle;
    /*width: 16px;*/
    font: 400 21px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
	margin: 4px;
}
.select-option.swatch-wrapper.selected.disabled a,
.select-option.swatch-wrapper.selected.disabled {
    opacity: 1;
}
.ui-datepicker-week-end.ui-state-disabled.shabbat_off.day-6 span {
	color: green !important;
}

.home .site_logo_permalink img {
	max-width: 100%;
}
.site_logo_permalink img {
}

.mobile_line .site_logo_permalink img {
	float: left;
}

.mobile_line .row .relative_column {
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocommerce-order-received .hidden_wrapper,
.woocommerce-order-received ul.woocommerce-thankyou-order-details.order_details {
	display: block !important;
}
ul.woocommerce-thankyou-order-details.order_details {
	float: right;
	margin-right: 1rem;
}
.woocommerce .order_details li {
	float: right;
	border-right: 0;
	border-left: 1px dashed #d3ced2;
    margin-left: 2em;
	padding-left: 2em;
	margin-right: 0;
	padding-right: 0;
}
.hidden_wrapper table.shop_table.customer_details {
    direction: rtl;
    text-align: right;
}

.mobile_view {
	display: none;
}

.mobile_view .category_grid_inner.category_grid280.grid_item1 {
	width: 100%;
}
.mobile_view .category_grid_inner_bg {
	background-size: cover !important;
}
.mobile_view .grid_item1 .category_grid_content {
	right: 30px;
}
.mobile_view .category_grid_top,
.category_grid_2columns {
    margin-bottom: 10px;
}
.category_mobile_right {
    float: right;
    width: 48.5%;
}
.category_mobile_left {
    float: left;
    width: 48.5%;
}
.mobile_view .category_grid_inner.category_grid600.grid_item4 {
    min-height: 160px;
}
.mobile_view .grid_item4 .category_grid_title {
    font-size: 1.5rem;
	padding-bottom: 10px;
}
.mobile_view .category_grid_inner .category_grid_title:after {
	width: 45px;
	bottom: 3px;
}
.mobile_view .grid_item3 .category_grid_subtitle, .grid_item4 .category_grid_subtitle {
    font-size: 1.2rem;
}
.mobile_view .grid_item4 .category_grid_content {
    bottom: 22px;
    right: 24px;
}
.mobile_view .category_mobile_left .grid_item4 .category_grid_content {
	bottom: auto;
    right: auto;
    left: 20px;
    top: 20px;
}
.mobile_view .category_grid_title {
	padding-bottom: 10px;
}
#category_grid_section.mobile_view {
	margin-bottom: 30px;
}

.ui-tooltip {
	background: #FFF !important;
	opacity: 1 !important;
	color: #000 !important;
	font-size: 14px !important;
}

/* Discount price */
.woocommerce ul.products li.product .price {
	text-align: center;
}
.woocommerce ul.products li.product .price del {
	display: block !important;
	opacity: 1;
	text-decoration: line-through;
    color: #000;
}
.woocommerce ul.products li.product .price del span.woocommerce-Price-amount.amount {
	color: #909090;
	font-weight: normal;
	text-decoration: line-through;
}
.woocommerce div.product p.price del {
	opacity: 1;

}
.woocommerce div.product p.price del > span {
    background-color: #bababa;
    opacity: 1;
    color: #000;
    font-size: 2.25rem;
	padding: 0 10px;
	text-decoration: line-through;
}
.woocommerce div.product p.price ins > span {
    background-color: #e3ea8a;
	opacity: 1;
    color: #000;
    font-size: 2.25rem;
	padding: 0 10px;
}
body.tax-product_cat.woocommerce ul.products li.product .price del {
    display: inline-block !important;
	text-decoration: line-through;
}

.addon_ajax_loader {
	display: none;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 10px;
    top: 16px;
	background: url(images/addon_ajax_loader.gif) no-repeat 0 0;
}
div#pa_flower_size {
	position: relative;
}
.variations_ajax_loader {
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(images/addon_ajax_loader.gif) no-repeat 0 0;
	position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background-position: 50% 50%;
    z-index: 999;
    background-color: rgba(255,255,255,0.7);
    background-size: 50px;
}
}
a.disabled {
   pointer-events: none;
   cursor: default;
}
.bottom_product_price_area {
    display: inline-block;
    float: right;
    margin-left: 10px;
}
.bottom_product_price_area p.price {
	margin-bottom: 0 !important;
}
.bottom_product_price_area p.price > span {
	padding: 6px 10px !important;
}
.bottom_product_price_area .before_price_title {
	display: none !important;
}
/*.bottom_product_price_area .price del {
	display: none !important;
}*/
.product_addons_ajax_response {
	min-height: 20px;
	text-align: center;
	font-size: 1.2rem;
	color: green;
	font-weight: bold;
}
.close_shop_message {
    font-weight: bold;
    color: red;
}
@media only screen and (max-width: 767px) {
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 45%!important;
}

.woocommerce ul.products li.product a img {
	height: 30% !important;
}

.top-left-header-div {
	width: 40% !important;
}
.single_product_description, .product_sizes_description ul {
    font-size: 1.025rem;
}

a.add_to_cart_button_f {
    font-size: 1.075rem;
}
h3.related_products_title {
font-size: 1.575rem;
}

.woocommerce div.product p.price ins > span, .woocommerce div.product p.price del > span {
    font-size: 2.05rem;
}
.addons_line_devider {
    margin: 0 0 15px 0 !important;
}
}
@media only screen and (max-width: 1000px ) {
.woocommerce ul.products li.product a img {
	height: 30% !important;
}
}
.form_block {
    width: 55%;
	border: 2px #880d54 solid;
    padding: 20px;
    margin-bottom: 15px;
}
div.form_block label {
    display: inline-block;
    font-size: 1.3rem;
}
.form_block input[type="submit"] {
	width: 100%;
	font-size: 1.5rem;
    padding: 1rem 2rem;
}
/* message in site */
p.demo_store {
    top: auto !important;
    opacity: 0.8;
    bottom: 0 !important;

}
input[readonly]#shipping_myfield12 {
    background: #fff;
    cursor: pointer;
}
a.tomorrow_date.disabled,
a.today_date.disabled {
    display: none;
}

span.before_price_title {display: none;}

/*------------------------------------*\
    JULY 17 ADDITIONS
\*------------------------------------*/
.flex_container {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.padding_right {
	padding-right: 15px;
}
.padding_left {
	padding-left: 15px;
}
.padding_bottom {
	padding-bottom: 15px;
}
.toggle_logo_position_top {
	display: inline-block;
}

.toggle_logo_position_mobile {
	display: none;
}
del span.woocommerce-Price-amount.amount {
    color: #7e7e7e;
}

ul.products {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.woocommerce ul.products li.product a img {max-width:85%;margin:0 auto;}
}


/* Code n' Roll Styling */

p.demo_store {
	font-size: 20px;
	opacity: 1;
	background-color: rgb(164,100,151);
	padding-top: 60px;
	padding-bottom: 60px;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

p.demo_store.minimize {
	padding-top: 5px;
	padding-bottom: 5px;
}
img.bw-pp-minimize {
	top: 0px;
	right: 90px;
}
@media screen and (min-width: 992px) {
	p.demo_store {
		padding-left: 30%;
		padding-right: 30%;
		line-height: 1.21;
	}
}

.holidays-note {
	font-size: 22px;
	font-weight: 700;
	color: #880d54;
	padding: 5px;
	border: 2px solid #880d54;
	margin-bottom: 30px;
	text-align: center;
}

.payment_method_cod {
	display: none !important;
}

