/*=== HEADER ===*/
#header {
    height: 124px;
}
.header-wrapper {
	position: fixed;
	top: 0;
	width: 100%;
    -webkit-box-shadow: 0 2px 10px -3px rgba(16,26,48,0.2);
    -moz-box-shadow: 0 2px 10px -3px rgba(16,26,48,0.2);
    box-shadow: 0 2px 10px -3px rgba(16,26,48,0.2);
	z-index: 120;
}

.top-bar {
	padding: 6px 0 9px;	
	text-align: right;
	font-size: 18px;
	color: #fff;
	background: #f47621;
	background: -moz-linear-gradient(left, #f47621 0%, #f8b730 50%, #728840 100%);
	background: -webkit-linear-gradient(left, #f47621 0%,#f8b730 50%,#728840 100%);
	background: linear-gradient(to right, #f47621 0%,#f8b730 50%,#728840 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f47621', endColorstr='#728840',GradientType=1 );
}
.top-bar [class*="fa-"] {
	margin-left: 10px;
	vertical-align: middle;
}
.top-bar [class*="fa-"]:hover {
	color: #151d1f;
}
.top-menu {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
    letter-spacing: 2px;
	text-transform: uppercase;
	font: 14px 'Montserrat-Medium';
}
.top-menu li {
	display: inline-block;
}
.top-menu li:after,
.breadcrumbs li:after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 16px 1px 21px;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	background-color: #fff;
}
.top-menu li:last-child:after,
.breadcrumbs li:last-child:after {
	content: none;
}

/*=== MAIN NAVIGATION ===*/
.header-menu {
	position: relative;
	background-color: #fff;
}
.header-menu > .table > .cell:first-child {
	width: 210px;
	padding-left: 20px;
}
.header-menu > .table > .cell:last-child {
	padding-right: 20px;
	text-align: right;
}
.header-menu .logo {
	position: relative;
    top: -15px;
    display: block;
    margin-bottom: -91px;
    z-index: 6;
}
.header-menu .logo.alt {
	position: static;
	margin-bottom: 0;
}
.logo img {
	display: block;
}
.logo-mobile,
#nav-btn,
#nav-close-btn {
	display: none;
	font-size: 32px;
}
.nav-menu {
	margin-right: -6px;
}
.nav-menu > li {
    display: inline-block;
    margin-right: 22px;
}
.nav-menu > li:last-child {
	margin-right: 0;
}
.nav-menu > li > a {
	padding: 28px 6px 27px;
	white-space: nowrap;
}
.nav-menu li a {
	position: relative;
	text-transform: uppercase;
	font: 15px/32px 'Montserrat-Medium'; 
}
.nav-menu li a:hover,
.nav-menu li.active > a {
	color: #f47621;
}
.nav-menu > li > a:after {
    content: "";
    position: absolute;
    bottom: 24px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #f47621;
    opacity: 0;
	visibility: hidden;
	z-index: 6;
}

.sub-menu {
	position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding-bottom: 18px;
    text-align: left;
    background: url(../images/layout/bg-main.jpg);
    -webkit-box-shadow: inset 0 2px 10px -3px rgba(16,26,48,0.2);
    -moz-box-shadow: inset 0 2px 10px -3px rgba(16,26,48,0.2);
    box-shadow: inset 0 2px 10px -3px rgba(16,26,48,0.2);
    opacity: 0;
    visibility: hidden;
    z-index: 5;
}
.sub-menu .container {
  padding: 0 20px 0 280px;
}
.sub-menu .container > div:first-child {
	display: inline-block;
	width: 60%;
	vertical-align: top;
}
.sub-menu .navigation-img {
	display: inline-block;
	width: 40%;
	height: 180px;
	text-align: center;
}
.sub-menu .navigation-img div {
	background-attachment: scroll;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}
.sub-menu .cell {
	padding: 0 6px 32px 28px;
}
.sub-menu .cell:last-child {
	width: 307px;
	padding: 0;
	text-align: center;
}
.sub-menu .flex {
	display: flex;
	flex-wrap: wrap;
	padding: 40px 25px;
}
.sub-menu .flex > li {
	width: 50%;
}
.sub-menu .img-box {
	height: 183px;
    margin-bottom: 10px;
}
.sub-menu .img-box:after {
	content: none;
}
.sub-menu p {
	margin-bottom: 0;
	font-size: 16px;
	color: #f47621;
}
.sub-menu p a:hover {
	color: #171816;
}
.sub-menu ul li a {
	padding-right: 36px;
}
.sub-menu ul li a:after {
    content: "\f105";
    position: absolute;
    top: -1px;
    right: 36px;
    font: 18px/32px Font Awesome\ 5 Pro;
    font-weight: bold;
	opacity: 0;
	visibility: hidden;
}
.sub-menu ul li a:hover:after {
	right: 0;
	opacity: 1;
	visibility: visible;
}
.nav-menu > li.active > a:after,
.nav-menu > li > a:hover:after,
li.has-child:hover > a:after,
li.has-child:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}

/*=== TOP BANNER ===*/
.banner {
	position: relative;
	min-height: 470px;
	text-align: center;
}
#main-banner:before {
	content: '';
	background: transparent url('../images/layout/best-of-badge-2020.png') no-repeat center center scroll;
	background-size: 216px;
	position: absolute;
	top: 4vw;
	right: 4vw;
	height: 180px;
	width: 180px;
	z-index: 5;
}
.banner .top-slider {
	height: 100%;
    z-index: 1;
}
.banner .single-banner {
	height: 100%;
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner .single-banner:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(23,24,22,.25);
}
.banner .container {
	z-index: 2;
}
.banner-text {
	display: inline-block;
    max-width: 760px;
    width: 100%;
    color: #fff;
}
.banner-text .btn {
	margin-top: 14px;
}
.large-text {
	text-transform: lowercase;
    letter-spacing: 2.5px;
	font: 94px 'Organika-Script';
}
.banner-content {
    letter-spacing: 0.5px;
    font-size: 18px;
}
.banner .slick-list,
.banner .slick-track {
	height: 100%;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}
.banner .slick-arrow {
	color: #728840;
}
.banner .slick-arrow:hover {
	color: #f47621;
}
.banner .slick-arrow:after {
	line-height: 32px;
	font-size: 48px;
}
.banner .slick-arrow.slick-prev {
	left: -25px;
}
.banner .slick-arrow.slick-next {
	right: -25px;
}

.sub-banner {
	height: 205px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*=== BREADCRUMBS ===*/
.breadcrumbs {
	margin-bottom: 35px;
}
.breadcrumbs li {
    display: inline-block;
    line-height: 23px;
    text-transform: uppercase;
    font-size: 12px;
}
.breadcrumbs li:after {
    margin: 0 10px 1px;
    background-color: #728840;
}

/*=== QUICK LINKS SECTION ===*/
#main {
	background: url(../images/layout/bg-main.jpg);
}
#home h1 {
	line-height: 54px;
	font-size: 54px;
	color: #f47621;
}
#inner .quick-links-wrapper {
	padding: 8px 0 72px;
}
.quick-links-wrapper {
	position: relative;
	padding: 8px 0;
    text-align: center;
    color: #fff;
}
.quick-links-wrapper .container {
    max-width: 1195px;
    padding: 0 12px;
}
.quick-links-wrapper .container > .table {
	height: 306px;
}
.quick-links-wrapper .container > .table > .cell {
    padding: 8px;
}
.quick-links-wrapper .img-box,
.quick-links-wrapper .relative {
	height: 100%;
}
.quick-links-wrapper .cell .cell {
	padding: 80px 30px 30px;
}
.quick-links-wrapper h3 {
    margin-bottom: 18px;
	text-shadow: 0 0 16px rgba(0,0,0,.83);
	line-height: 36px;
	font-size: 64px;
	-webkit-transition: color 0.3s ease 0s;
	-moz-transition: color 0.3s ease 0s;
	-ms-transition: color 0.3s ease 0s;
	-o-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
}
.quick-links-wrapper p {
	margin-bottom: 20px;
	text-shadow: 0 0 16px rgba(0,0,0,.83);
    letter-spacing: 0.4px;
}
.quick-links-wrapper .btn {
	opacity: 0;
	visibility: hidden;
}
.quick-links-wrapper .img-box:hover:after,
.social-wrapper .img-box:hover:after {
	background: rgba(23,24,22,.75);
}
.quick-links-wrapper .img-box:hover h3 {
	color: #f47621;
}
.quick-links-wrapper .img-box:hover .btn {
	opacity: 1;
	visibility: visible;
}

/*=== ABOUT SECTION ===*/
.about-wrapper {
    padding: 25px 0 80px;
	text-align: center;
}
.about-wrapper:after{
	content: "";
	width: 392px;
	height: 410px;
	position: absolute;
	background: url(../images/layout/bg-cheese.png);
	right: 0;
	bottom: -105px;
}
.about-wrapper:before {
	content: "";
	display: inline-block;
	width: 31px;
	height: 30px;
    margin-bottom: 10px;
	background: url(../images/icons/cheese.png) no-repeat;
}
.about-wrapper .container{
	position: relative;
	z-index: 1;
}
/*=== SOCIAL SECTION ===*/
.social-section {
	margin-top: -30px;
    padding-bottom: 80px;
	color: #fff;
}
.social-section .container {
    max-width: 1195px;
    position: relative;
    z-index: 1;
}
.social-section .container > .table {
	height: 352px;
}
.social-section .testimonials-wrapper {
    width: 44.7%;
    padding: 40px;
}

.all-testimonials {
	padding-bottom: 50px;
}
.testimonials-wrapper {
	padding: 40px 0;
	text-align: center;
	color: #fff;
	background: url(../images/layout/bg-texture.png) #728840;
}
.testimonials-wrapper h3 {
	position: relative;
	padding-bottom: 48px;
}
.testimonials-wrapper h3:before {
    content: "\201c";
    position: absolute;
    bottom: 17px;
    left: 50%;
    margin-bottom: -36px;
    font: 64px/32px 'Organika-Script';
    color: #f8b730;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.testimonials-wrapper h3:after {
    content: "";
    display: block;;
    width: 260px;
    height: 4px;
    margin: 17px auto 0;
    background-color: #f8b730;
}
.testimonials-wrapper p {
	margin-bottom: 0;
	letter-spacing: 0.4px;
}
.testimonials-wrapper .author:before {
	content: "-";
	display: inline-block;
    margin-right: 4px;
}
.testim p {
	margin-bottom: 10px;
}

.social-wrapper {
	text-align: center;
	color: #fff;
}
.social-wrapper .img-box {
	display: block;
	height: 292px;
    padding: 40px 75px;
}
.social-wrapper .img-box:after {
	background: none;
}
.social-wrapper .img-box > i {
	position: absolute;
    bottom: 15px;
    right: 25px;
    margin-bottom: 0;
    z-index: 1;
}
.social-wrapper i {
	margin-bottom: 14px;
	font-size: 24px;
}
.social-wrapper .text-box {
	position: relative;
	width: 100%;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}
.social-wrapper .text-box p:not(:first-of-type) {
	margin-bottom: 0;
}
.social-wrapper .text-box > span {
    text-transform: uppercase;
    line-height: 24px;
    font-size: 12px;
    color: #f47621;
}
.social-wrapper .img-box:hover .text-box {
	opacity: 1;
	visibility: visible;
}

/*=== MAIN CONTENT ===*/
.main-content {
	padding: 40px 0;
}
.main-content.full-width {
	padding: 0;
}
.main-content .sidebar {
	width: 345px;
	padding-left: 35px;
}
.main-content .sidebar > *:not(:last-child) {
	margin-bottom: 40px;
}

/*=== INNER PAGES ===*/
.toggle-wrapper {
	max-width: 86%;
}
.box-toggle {
	border-bottom: 4px solid #f8b730;
}
.box-toggle:last-child {
	border-bottom: 0;
}
.head-toggle {
	position: relative;
    padding: 13px 65px 11px 0;
	text-transform: uppercase;
	font: 18px/32px 'Montserrat-Bold';
	cursor: pointer;
}
.head-toggle:before,
.head-toggle:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 18px;
    height: 4px;
    margin-top: -2px;
    background-color: #171816;
}
.head-toggle:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.box-toggle.open .head-toggle:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.content-toggle {
	display: none;
	position: relative;
	padding: 0 140px 26px 25px;
}
.content-toggle:before {
	content: "A:";
	display: inline;
	font: 18px/23px 'Montserrat-Bold';
	position: absolute;
	left: 0;
	top: 0;
}
.content-toggle >:first-child {
	display: inline;
}
.content-toggle >:last-child {
	margin-bottom: 0;
}

.parallax {
	height: 494px;
	text-align: center;
	color: #fff;
	background-attachment: fixed;
}
.parallax .container {
	height: 100%;
}
.parallax h3 {
	margin-bottom: 0;
	line-height: 36px;
	font-size: 64px;
}

.table-tiles .cell {
	padding: 0;
}
.table-tiles .img-box {
	height: 100%;
}
.table-tiles .img-box:after,
.menu-item .img-box:after {
	content: none;
}
.table-tiles .table:nth-child(odd) .inner-box {
	padding: 60px 75px 115px 0;
	float: right;
}
.table-tiles .btn {
	margin-top: 15px;
}
.cstm-width .inner-box {
	display: inline-block;
	max-width: 665px;
	width: 100%;
	padding: 60px 0 115px 75px;
}
.striped li {
	padding: 14px 35px 13px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
.striped li:nth-child(odd) {
	padding: 9px 35px 8px;
	background-color: rgba(255,255,255,.15);
}

.menu-wrapper {
    margin-top: 45px;
	padding-bottom: 95px;
}
.menu-wrapper .container {
	max-width: 1200px;
	padding: 0;
}
.menu-item {
	margin-bottom: 50px;
}
.menu-item > .cell:first-child {
	width: 407px;
}
.menu-item > .cell:last-child {
	padding: 55px 70px 30px;
	background-color: #fff;
}
.menu-item .img-box {
	height: 424px;
}
.menu-item .text-box {
	width: 100%;
    margin-bottom: 30px;
	padding: 0 35px 0 88px;
}
.menu-item .text-box > div {
	padding-right: 30px;
}
.menu-item .text-box h4 {
    margin-bottom: 8px;
	letter-spacing: 0.4px;
	font-family: 'Montserrat-Bold';
}
.menu-item .text-box p {
    margin-bottom: 14px;
    line-height: 20px;
}
.menu-item .text-box em {
	text-transform: uppercase;
	font-family: 'Montserrat-Bold';
}
.menu-item .price {
	position: absolute;
	top: -16px;
    right: -80px;
	width: 111px;
	height: 60px;
    padding: 17px 9px;
	text-align: center;
	color: #fff;
	font: 21px 'Montserrat-Black';
	background: url(../images/icons/price.png) no-repeat;
	transform: rotate(-11deg);
    -webkit-transform: rotate(-11deg);
    -moz-transform: rotate(-11deg);
    -ms-transform: rotate(-11deg);
    -o-transform: rotate(-11deg);
}
.menu-item h2 {
	margin: -8px 0 14px;
	letter-spacing: 1.2px;
	line-height: 68px;
	font-size: 64px;
}
.menu-item h2:after {
	max-width: 260px;
    margin-top: 5px;
}
.menu-list .cell:first-child {
	padding-right: 30px;
}
.menu-list .cell:last-child {
	padding-left: 30px;
}

/*=== FOOTER ===*/
.footer-wrapper {
	height: auto;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Montserrat-Medium';
	color: #fff;
	background: url(../images/layout/bg-dark.jpg) no-repeat;
	background-size: cover;
}
.footer-wrapper > div {
	margin-bottom: 16px;
	padding: 75px 0 35px;
	background: url(../images/layout/bg-text.png) no-repeat top 20px center;
}
.footer-wrapper > div:after {
	content: "";
	position: absolute;
	bottom: -16px;
	left: 0;
	width: 100%;
	height: 16px;
	background: #f47621;
	background: -moz-linear-gradient(left, #f47621 0%, #f8b730 50%, #728840 100%);
	background: -webkit-linear-gradient(left, #f47621 0%,#f8b730 50%,#728840 100%);
	background: linear-gradient(to right, #f47621 0%,#f8b730 50%,#728840 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f47621', endColorstr='#728840',GradientType=1 );
}
.footer-wrapper .container {
	max-width: 1145px;
}
.footer-wrapper .cell:first-child {
	width: 225px;
	text-align: left;
}
.footer-wrapper .cell:last-child {
	width: 225px;
	text-align: right;
}
.footer-wrapper h4 {
    margin-bottom: 36px;
}
.footer-wrapper p {
	display: inline;
	line-height: 28px;
	letter-spacing: 1px;
}
.footer-wrapper li {
	display: inline-block;
	line-height: 28px;
	letter-spacing: 1px;
}
.footer-wrapper li a:hover,
.social a:hover {
	color: #f47621;
}

.contact-list li:after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    margin: 0 15px 0 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    background-color: #fff;
}
.contact-list li:first-child {
	display: block;
}
.contact-list li:first-child:after,
.contact-list li:last-child:after,
.copyright li:last-child:after {
	content: none;
}

.copyright {
	font-size: 12px;
	color: #898b8d;
}
.copyright ul {
	display: inline-block;
    margin-left: 6px;
}
.copyright li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    margin: 0 7px -2px 6px;
    background-color: #898b8d;
}
.copyright li a:hover {
	color: #f8b730;
}

.social {
    margin-bottom: 48px;
    text-transform: none;
    font-family: 'Montserrat-Regular';
}
.social a:first-child {
	margin-right: 8px;
}
.social [class*="fa-"] {
	margin-left: 10px;
	vertical-align: middle;
	font-size: 18px;
}
.jb-logo span {
    display: block;
    font: 11px 'Montserrat-Regular';
    color: #898b8d;
}
.jbsystem {
	width: 100%;
    height: 42px;
    text-transform: none;
    font: 12px 'Montserrat-Regular';
    margin-bottom: 5px;
    color: rgba(255,255,255,.5);
    background: url(../images/layout/logo-jb.png) no-repeat right bottom;
}

/***** !Testimonials *****/
.testim + .testim {
	margin-top: 25px;
	padding-top: 25px;
	border-top: solid 2px #5b5b5b;
}
.quote-author {
	font-weight: bold;
}


.flex-layout > .flex-img {
	width: 50%;
}
.flex-layout > .flex-img > img {
	width: auto !important;
	height: auto !important;
}
.flex-layout > div[class*="flex-text"]:first-child {
	padding-right: 30px;
}
.flex-layout > .flex-text-50 {
	width: 50%;
}
.flex-layout > .flex-text-60 {
	width: 60%;
}
.flex-layout > div[class*="flex-text"]:only-child {
	width: 100% !important;
	padding: 0;
}
.flex-layout > div[class*="flex-text"] + div[class*="flex-text"] {
	padding-left: 30px;
	padding-right: 0;
}
.flex-layout + .flex-layout {
	margin-top: 40px;
}

/* Product List */
.product-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.product-list > a {
	background-attachment: scroll;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 2px 10px -5px;
	display: flex;
	flex-direction: column-reverse;
	margin-top: 25px;
	height: 250px;
	width: 32%;
}
.product-list > a > div {
	background-color: rgba(255,255,255,0);
	position: relative;
	height: 100%;
	transition: all 0.3s ease 0s;
}
.product-list > a > div:before {
	content: 'View Product';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	text-align: center;
	font-size: 24px;
	height: 30px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
}
.product-list > a:hover > div {
	background-color: rgba(255,255,255,0.7);
}
.product-list > a:hover > div:before {
	opacity: 1;
	visibility: visible;
}
.product-list > a > div > p {
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 10px 74px 10px 10px;
	text-transform: uppercase;
	width: 100%;
}
.product-list > a > div > p > span {
	color: #f47621;
	font-size: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.product-page {
	display: flex;
}
.product-page > * {
	background-attachment: scroll;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 50%;
}
.product-page > div:first-child {
	max-height: 400px;
	margin: 30px 0;
}
.product-page > div:last-child {
	box-shadow: 0 2px 10px -5px;
	padding: 80px 40px 50px;
}
.product-page > div:last-child > *:not(hr):not(.note) {
	padding: 0 20px;
}
.product-page hr {
	border: 1px solid #d8d4d4;
	margin: 40px 0 20px;
}
.product-page .add-to-cart {
	display: flex;
	justify-content: space-between;
}

.product-options > h1 + .paragraph {
	color: #a5a5a5;	
}
.add-to-cart > p {
	font-size: 12px;
	margin: 0;
	flex-grow: 1;
}
.add-to-cart > p > span {
	display: block;
	color: #f47621;
	font-size: 30px;
	padding-bottom: 2px;
}
.add-numbers span {
	cursor:pointer; 
}
.add-numbers {
	display: flex;
	margin-right: 10px;
}
.add-numbers .minus,
.add-numbers .plus {
	border: 2px solid #636363;
	color: #636363;
	font-size: 25px;
	line-height: 43px;
	text-align: center;
	height: 48px;
	width: 30px;
}
.add-numbers .minus:hover,
.add-numbers .plus:hover {
	color: #f47621;
}
.add-numbers input {
	color: #636363 !important;
	text-align: center;
	font-size: 20px;
	padding: 5px !important;
	border-top: 2px solid #636363;
	border-bottom: 2px solid #636363;
	height: 48px;
	width: 55px;
	min-width: 55px !important;
}
.add-to-cart .btn {
	padding: 10px;
	height: 48px;
}
.add-to-cart .btn:hover {
	background-color: #f47621;
	border-color: #f47621;
	color: #fff;
}
.product-options .note {
	color: #a5a5a5;
	padding: 20px 10px 0 !important;
	font-size: 12px;
	line-height: 1.2;
}
.add-to-cart.size-select p {
	color: #a5a5a5;
	text-align: center;
	font-size: 12px;
	padding: 10px 0;
	transition: all 0.3s ease 0s;
}
.add-to-cart.size-select p:hover {
	background-color: #f47621;
	color: #fff !important;
}
.add-to-cart.size-select p:hover > strong,
.add-to-cart.size-select p:hover > span {
	transition: all 0.3s ease 0s;
	color: #fff !important;
}
.add-to-cart.size-select p + p {
	border-left: solid 2px #d8d4d4;
}
.add-to-cart.size-select p > strong {
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Montserrat-Regular';
	padding-bottom: 5px;
	display: block;
	color: #000;
}
.add-to-cart.size-select p > span {
	padding-bottom: 0;
}
.add-to-cart.size-select p > span > em {
	font-style: normal;
	font-size: 16px;
	position: relative;
	top: -13px;
}
.add-to-cart.size-select + hr {
	margin: 20px 0 20px;
}
