/*
UMADBC Template
Wireframe
============================================================
author:      Madwire Media
author URI:  http://www.madwirewebdesign.com/
file:        wireframe.css
description: Stylesheet for the foundation and basic structure of all MADwhite BC Template sites.
version:     2.0
revised:     DO NOT REVISE // to overwrite, please make !important styles in main.css


*** TABLE OF CONTENTS ***
Global, Body 	=	glb
Grid            =   grid
Containers 		=	cntr
Top Menu		=	tmenu
Pages Menu 		=	pmenu
Sub Menus 		=	smenu
Search 			=	srch
Newsletter Box	=	newl
Columns			=	cols
Footer 			=	ftr
Breadcrumbs 	=	brc
Pagination 		=	pgn
Category 		=	cty
Product 		=	prd
Cart 			=	crt
Checkout 		= 	chk
Account			=	acct
Forms 			=	frms
Buttons 		=	btns
Clearfix        =   clfix
============================================================
*/

/* Global Reset -glb- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, img, q, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0 none;
	font-family: inherit;font-style: inherit;font-weight: inherit;
	margin: 0;padding: 0;vertical-align: baseline;
}

html, body {
	width:100%;
	zoom:1;float:none !important;
}
html {-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
body {height:100%;margin:0;padding:0;font-smooth:always;line-height:1.2;}

/* Global Styles -glb- */
p {margin-bottom:10px;line-height:1.5;}
hr {border: 0 none;margin: 10px 0;padding: 0;}
.Block {margin-bottom: 10px;margin-top: 0;}

/* A Tags */
a { 
	transition: all 0.15s ease-in-out 0s;-moz-transition: all 0.15s ease-in-out 0s;-webkit-transition: all 0.15s ease-in-out 0s;
}
a, a:hover {
	outline:none !important;cursor:pointer;cursor:hand;
}
a img {
	transition: all 0.15s ease-in-out 0s;-moz-transition: all 0.15s ease-in-out 0s;-webkit-transition: all 0.15s ease-in-out 0s;
}
img, img a, .ProductThumb a, img a:hover, .ProductThumb a:hover {
    border:none;text-decoration:none;
}
.clicky:hover {
	cursor:pointer;cursor:hand;
}

/* Button Click Effect */
#Menu a:active span, .Button:active, .btn:active, .ButtonInput:active, .ProductActionAdd:active, .Buttons a:active, p.Submit input:active, input[type="submit"]:active, input[type="button"]:active, .SocialMedia li a:active, #FooterMenu li a:active, .ButtonClick:active  {
	position:relative;
	top:1px;left:0;
	outline:none;
}
#Logo #LogoContainer:active {
	position:relative;
	top:1px;
}
#ImageScrollPrev:active {
	position:relative;
	left:-1px;top:0;
}
#ImageScrollNext:active {
	position:relative;
	left:1px;top:0;
}
.owl-prev:active {
	left:-1px;
}
.owl-next:active {
	right:-1px;
}
.prev:active {
	left:-1px !important;
}
.next:active {
	right:-1px !important;
}
/* no button click */
.Button input[type="submit"]:active, .btn input[type="submit"]:active, .ButtonInput input[type="submit"]:active, .Button input[type="button"]:active, .btn input[type="button"]:active, .ButtonInput input[type="button"]:active {
	top:0;
}
#Menu ul li ul a:active, .SideCategoryListFlyout ul li ul a:active, .Left .ProductList li a:active, .Right .ProductList li a:active {
	top:0;left:0;
	position:relative;
}

/* Highlight - Hover Glow Effect */
.highlight:hover {
	box-shadow:0 0 10px rgba(255,255,255,0.3);-moz-box-shadow:0 0 10px rgba(255,255,255,0.3);-webkit-box-shadow:0 0 10px rgba(255,255,255,0.3);
}
/* Shadow - Hover Shadow Effect */
.shadow:hover {
	box-shadow:1px 1px 4px rgba(0,0,0,0.3);-moz-box-shadow:1px 1px 4px rgba(0,0,0,0.3);-webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.3);
}
/* Reveal - Hover Opacity Reveal Effect */
.revealimgs img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	}
	.revealimgs img:hover {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity:1;
		-khtml-opacity:1;
		opacity:1;
	}
/* Hightlight - Hover Opacity Highlight Effect */
.highlightimgs img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	}
	.highlightimgs img:hover {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
		filter: alpha(opacity=85);
		-moz-opacity:0.85;
		-khtml-opacity: 0.85;
		opacity: 0.85;
	}
/* === */

/* == Header Tags : h1, h2, h3, etc  ======================== */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {text-decoration:none;}
h1, .Content h1 {margin-bottom:15px;}
h2, .Content h2, .TitleHeading {margin-bottom:10px;}
h3 {margin-bottom:8px;}
h4 {margin-bottom:7px;}
h5 {margin-bottom:6px;}
h6 {margin-bottom:5px;}
.hidden {top: -10000px;position: absolute;}
.visuallyhidden { 
  position: absolute;overflow: hidden !important; 
  clip: rect(0 0 0 0) !important; 
  height: 1px !important; width: 1px !important; 
  margin:-1px !important;padding:0 !important;border: 0 !important; 
}
/* == end Header Tags == */

/* == Logo  ================================================ */
#Logo a {display:block;}
/* == end Logo == */

/*
	Variable Grid System (Fluid Version).
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/ & 960 Fluid - http://www.designinfluences.com/

	Licensed under GPL and MIT.
	
	=============
	Edited & Customized for Madwire BigCommerce Templates
	Madwire Media
	=============
*/

/* Containers
----------------------------------------------------------------------------------------------------*/
.container, .grid-row {
	clear:both;margin-left:auto;margin-right:auto;
}
.container.divider, .grid-row.divider {
	margin-bottom:15px;
}
/* if you want your grid container to have a margin on left and right */
.container.margins, .grid-row.margins {
	clear:both;
	width: 98%;
	margin-left: 1%;margin-right: 1%;
}
/* if you want the edges of the left and right columns to be flush with full width of site */
.container.full-width, .grid-row.full-width {
	margin-left:-1%;margin-right:-1%;
	}
	.Content .container .container.full-width, .Content .grid-row .grid-row.full-width {
		margin-left:-2%;margin-right:-2%;
	}
#Header, #TopMenu, #Menu, #Wrapper, #Footer {
	clear:both;position: relative;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid-unit,
.grid-img {
	display:inline;
	float: left;position: relative;
	padding-left:1%;padding-right:1%;
}
.grid-unit.box {
	margin-left:1%;margin-right:1%;padding: 0;
	}
	.grid-unit.box div.boxcontent {
		padding:15px;
	}

/* all images inside a grid will fit/resize */
.grid-unit img,
.grid-img img {
	max-width:100%;height:auto;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.grid-unit.col-1    {width:6.333%;}
.grid-unit.col-2    {width:14.667%;}
.grid-unit.col-3    {width:23.0%;}
.grid-unit.col-4    {width:31.333%;}
.grid-unit.col-5    {width:39.667%;}
.grid-unit.col-6    {width:48.0%;}
.grid-unit.col-7    {width:56.333%;}
.grid-unit.col-8    {width:64.667%;}
.grid-unit.col-9    {width:73.0%;}
.grid-unit.col-10   {width:81.333%;}
.grid-unit.col-11   {width:89.667%;}
.grid-unit.col-12   {width:98.0%;}
.grid-img           {width:auto;}

.grid-unit.col-1of2,
.grid-unit.col-2of4,
.grid-unit.col-3of6 {width:48.0%;}

.grid-unit.col-1of3 {width:31.333%;}

.grid-unit.col-2of3,
.grid-unit.col-3of4,
.grid-unit.col-4of6 {width:73.0%;}

.grid-unit.col-1of4,
.grid-unit.col-2of6 {width:23.0%;}

.grid-unit.col-1of6 {width:14.667%;}

.grid-unit.col-1of1 {width:98.0%;}

.grid-unit.col-1of5 {width:18%;}

/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.push-1  {left:8.333%;}
.push-2  {left:16.667%;}
.push-3  {left:25.0%;}
.push-4  {left:33.333%;}
.push-5  {left:41.667%;}
.push-6  {left:50.0%;}
.push-7  {left:58.333%;}
.push-8  {left:66.667%;}
.push-9  {left:75.0%;}
.push-10 {left:83.333%;}
.push-11 {left:91.667%}
/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.pull-1  {left:-8.333%;}
.pull-2  {left:-16.667%;}
.pull-3  {left:-25.0%;}
.pull-4  {left:-33.333%;}
.pull-5  {left:-41.667%;}
.pull-6  {left:-50.0%;}
.pull-7  {left:-58.333%;}
.pull-8  {left:-66.667%;}
.pull-9  {left:-75.0%;}
.pull-10 {left:-83.333%;}
.pull-11 {left:-91.667%}
/* Pad Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.pad-right-1  {padding-right:8.333%;}
.pad-right-2  {padding-right:16.667%;}
.pad-right-3  {padding-right:25.0%;}
.pad-right-4  {padding-right:33.333%;}
.pad-right-5  {padding-right:41.667%;}
.pad-right-6  {padding-right:50.0%;}
.pad-right-7  {padding-right:58.333%;}
.pad-right-8  {padding-right:66.667%;}
.pad-right-9  {padding-right:75.0%;}
.pad-right-10 {padding-right:83.333%;}
.pad-right-11 {padding-right:91.667%}
.pad-left-1  {padding-left:8.333%;}
.pad-left-2  {padding-left:16.667%;}
.pad-left-3  {padding-left:25.0%;}
.pad-left-4  {padding-left:33.333%;}
.pad-left-5  {padding-left:41.667%;}
.pad-left-6  {padding-left:50.0%;}
.pad-left-7  {padding-left:58.333%;}
.pad-left-8  {padding-left:66.667%;}
.pad-left-9  {padding-left:75.0%;}
.pad-left-10 {padding-left:83.333%;}
.pad-left-11 {padding-left:91.667%}

/* Helper Classes
----------------------------------------------------------------------------------------------------*/
/* do not add padding to grids, make inner div with padding */
.pad-0 {padding:0 !important;}
.pad-1 {padding:5px !important;}
.pad-2 {padding:8px !important;}
.pad-3 {padding:10px !important;}
.pad-4 {padding:12px !important;}
.pad-5 {padding:15px !important;}

.mar-0 {margin:0 !important;}
.mar-1 {margin:0.5% !important;}
.mar-2 {margin:0.8% !important;}
.mar-3 {margin:1% !important;}
.mar-4 {margin:1.4% !important;}
.mar-5 {margin:1.8% !important;}
.margin-right {margin-right:1% !important;}
.margin-left  {margin-left:1% !important;}
.margin-right-only {margin-right:1% !important;margin-left:0 !important;}
.margin-left-only  {margin-left:1% !important;margin-right:0 !important;}

.First {border-left:0 !important;}
.Last  {border-right:0 !important;}

.border-left  {border-left:1px solid rgba(0,0,0,0.1);}
.border-right {border-right:1px solid rgba(0,0,0,0.1);}
.grid-unit.border-left  {margin-right:-1px !important;}
.grid-unit.border-right {margin-left:-1px !important;}
.grid-unit.border-right.alpha {padding-right:2%;margin-right:0;}
.grid-unit.border-left.omega  {padding-left:2%;margin-left:0;}
.grid-unit.box.border .boxcontent {border:1px solid rgba(0,0,0,0.1);}
.grid-unit.box.boximg .boxcontent {padding:0;}

.text-center, img-center {text-align:center;}
.text-left   {text-align:left;}
.text-right  {text-align:right;}
.img-left 	 {float:left;}
.img-right   {float:right;}

.col-left     {float:left;margin-left:0;}
.col-right    {float:right;margin-right:0;}
.col-center   {padding-left:1%;padding-right:1%;}
.col-center-2 {padding-left:2%;padding-right:2%;}

.FloatLeft {float:left;}
.FloatRight {float:right;}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha     {padding-left:0;padding-right:1%;margin-right: 1%;}
.omega     {padding-right:0;padding-left:1%;margin-left: 1%;}
.box.alpha {margin-left:0;margin-right:2%;padding:0;}
.box.omega {margin-right:0;margin-left:2%;padding:0;}
/* ====== */

/* == Containers -cntr- == */
#Container,
#TopMenuOuter,
#HeaderOuter,
#MenuOuter,
#Outer,
#FooterOuter 	{width: 100%;}

#TopMenuOuter 	{clear:both;position: relative;}
#TopMenuWrap 	{margin:0 auto;}

#HeaderOuter 	{clear: both;position: relative;z-index: 11;}
#HeaderWrap 	{margin:0 auto;}

#MenuOuter 		{clear: both;position: relative;z-index: 15;}
#MenuWrap 		{margin:0 auto;}

#Outer 			{clear: both;margin: 0 auto;position: relative;z-index: 1;}
#Outer:after 	{clear: both;}
#Wrapper 		{margin:0 auto;}
#Wrapper:after 	{clear: both;}

#ContentWrap 	{width: 100%;float: left;}

#FooterOuter 	{clear: both;position: relative;z-index: 5;}
#FooterWrap 	{margin:0 auto;}
/* ======== */

/* == Top Menu -tmenu- =========================================== */
#TopMenu {
	position: relative;
	z-index: 90;
	}
	#TopMenu ul {}
	#TopMenu li {
		float:left;
		display:inline-block;
	}
	#TopMenu li div a {
		border-left: 0;display:inline-block;
	}
	
	/* TopMenu Drop-down */
	#TopMenu li ul {
		float: none;
		margin: 0;
		width: auto;max-width: 180px;min-width:130px;min-height:50px;
		padding:4px 10px 6px !important;
		position: absolute;
		text-align: left;
		top:auto;
		z-index: 20;
		box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
		border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;
		/* Hide off-screen when not needed (this is more accessible than display:none;) */
		left:-9999px;
		/* Make the dropdown fade-in */
		transition: 0.35s linear opacity;
		-webkit-transition: 0.35s linear opacity;
		-moz-transition: 0.35s linear opacity;
		/* Set initial state to transparent */
		opacity:0;
	}
	#TopMenu li:hover ul {
		left:auto; /* Bring back on-screen when needed */
		opacity:1; /* Fade to opaque */
	}
	#TopMenu li ul li {
		margin:0;
		padding:0;
		float:none;
		display:block;
	}
	#TopMenu li ul li a {
	}
	#TopMenu li ul li a:hover {
	}
	
	/* Extras */
	#TopMenu li.Welcome {
		font-weight:700;padding: 0 7px;
	}
	#TopMenu li.First {}
	#TopMenu li.MyAccount ul li {
		height:auto;
		}
		#TopMenu li.AccountDropdown:hover a, #TopMenu li.AccountDropdown.over a {
			background:#444;color:white;
			padding:5px 6px 0;margin:-5px 0 0;
			border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;
			}
			#TopMenu li.MyAccount ul li a {
				margin:0;padding:2px 5px;
				background:white !important;border:none !important;
				border-radius:0 !important;-moz-border-radius:0 !important;
			}
	#TopMenu li.SignOut {
		margin-left: -5px;
	}
	#TopMenu li div a { margin:0;padding:0; }
	#TopMenu li.AccountDropdown { border-right: none; }
	#TopMenu li:last-child { margin-right:0;border-right:none; }
	#TopMenu li.Last, #TopMenu li.Last a { padding-right: 0; }

#YouAreSignedIn {
	display:none; /* by default, hide signed in menu */
}
/* div containing element to be searched for deciding if user is signed in or not */
#AreYouGuest {
	display:none;
	top:-999px;
	position: absolute;
	margin:0;
	font-size:0px;
}
/* == end TopMenu == */

/* == Pages Menu -pmenu- ======================================= */
#Menu, .main-menu {
	z-index:10;
	position:relative;
	}
	#Menu ul, .main-menu ul {
		margin: 0 auto;
		padding: 0;
	}
	#Menu li, .main-menu li {
		float:left;
		display:inline-block;
		list-style: none outside none;
		position: relative;
	}
	#Menu li a, .main-menu li a {
		display: block;position: relative;
		float: none;
	}
	#Menu li.First, #Menu li.First a, .main-menu li.First, .main-menu li.First a {
		border-left:none;
	}
	#Menu li.Last, #Menu li.Last a, .main-menu li.Last, .main-menu li.Last a {
		border-right:none;
	}
	
	/* PagesMenu Drop-down */
	#Menu li ul, .main-menu li ul {
		clear: both !important;
		left:-999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
		position: absolute;z-index: 20;
		text-align: center;
		width: 100%;min-width:150px;height:auto;
		margin:0 auto;
		border:none;
		-moz-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.5);-webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.5);box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.5);
		/* Make the dropdown fade-in */
		transition: opacity 0.25s ease-in-out 0s;-moz-transition: opacity 0.25s ease-in-out 0s;-webkit-transition: opacity 0.25s ease-in-out 0s;
		opacity:0; /* Set initial state to transparent */
	}
	#Menu li:hover ul, .main-menu li:hover ul {
		left:0; /* Bring back on-screen when needed */
		opacity:1; /* Fade to opaque */
		}
		
		/* Menu Dropdown Arrows */
		#Menu .dropdownarrow, #MobileMenu .dropdownarrow {
			position: absolute;
			text-align: center;
			width: 100%;
			}
			#Menu .dropdownarrow i.icon {
				margin:0;padding:0;
			}
		
		#Menu li i.subpagedropdown, .main-menu li i.subpagedropdown { 
			top:-999px;opacity:0;display:none;
		}
		#Menu li.HasSubMenu i.subpagedropdown, .main-menu li.HasSubMenu i.subpagedropdown {
			float: right;
			margin-left:-18px;
			position: absolute;display:inline-block;
			top:0;right:0;
			opacity: 0.8;
			}
			#Menu li.SubMenuOpen i.subpagedropdown, #Menu ul > li > i.subpagedropdown:hover, .main-menu li > i.subpagedropdown:hover {
				opacity: 1;
				cursor:pointer;cursor:hand;
			}
		
		/* Styling for onClickDropdown */
		#Menu ul.onClickDropdown li.SubMenuOpen, .main-menu ul.onClickDropdown li.SubMenuOpen {
		}
		#Menu ul.onClickDropdown li a, .main-menu ul.onClickDropdown li a {
			cursor:pointer;cursor:hand;
		}
		#Menu ul.onClickDropdown li.HasSubMenu ul.dropdown.closed, .main-menu ul.onClickDropdown li.HasSubMenu ul.dropdown.closed {
			left:-999px;opacity:0; /* Fade to opaque */
		}
		#Menu ul.onClickDropdown li.HasSubMenu ul.dropdown.open, .main-menu ul.onClickDropdown li.HasSubMenu ul.dropdown.open, #MobilePagesMenu ul.onClickDropdown li.HasSubMenu ul.dropdown.open {
			/* Make the dropdown fade-in */
			left:0;opacity:1 !important; /* Fade to opaque */
			right:0; /* center dropdown */
		}

		/* end */
	
	#Menu li ul li, .main-menu li ul li {
		margin:0;display: block;float:none;
		}
		#Menu li ul li a, .main-menu li ul li a {
			display: block;width:auto;
		}

/* Mega Menu */
#Menu .mega-controller i.icon {
	opacity:0;
	text-align: center;
	margin: auto;padding: 0px;width: 100%;
	position: absolute;bottom: -12px;left: 0px;
	font-size: 150%;
	display:none;
	}
	#Menu .mega-controller.active-mega i.icon {
		opacity:1;display:inline-block;
	}
	
#MegaWrapper {
	position:relative;
	}
	#MegaWrapper .mega-menu {
		opacity:0;
		height:0;overflow:hidden;
		transition: all 0.25s ease-in-out 0s;-moz-transition: all 0.25s ease-in-out 0s;-webkit-transition: all 0.25s ease-in-out 0s;
		box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
	}
	#MegaWrapper .mega-menu.menu-open {
		opacity:1;
		padding:10px 0;
		height:auto;
	}
	
	#MegaWrapper ul {
		margin:0;padding:0;
		}
		#MegaWrapper ul li {
			list-style:none;
			margin:0;padding:0;
			}
			#MegaWrapper .featured-sections a,
			#MegaWrapper .featured-sections a span,
			#MegaWrapper .featured-sections img {
				display:block;
			}
		
/* Mobile */
#MobileMenu {
	margin:0 auto;padding: 0;
	position:relative;z-index: 89;
	transition: all 0.25s ease-in-out 0s;-moz-transition: all 0.25s ease-in-out 0s;-webkit-transition: all 0.25s ease-in-out 0s;
	box-shadow: 5px 0 10px rgba(0, 0, 0, 0.3);
	}
	#MobileMenu li {
		clear: both;float: none;
		display: block;
	}
	#MobileMenu li i.subpagedropdown {
		display:none;
	}
	#MobileMenu .onClickDropdown li.HasSubMenu i.subpagedropdown {
		display: inline-block;
		margin:0;padding:8px;
		text-align:center;
		position:absolute;top:0;right:0;z-index:50;
		opacity:1 !important;
		}
		#MobileMenu li i.subcatdropdown:hover {
			cursor:pointer;cursor:hand;
		}
a#mobile-nav-open span i.icon {
	margin: -3px 0 0 -5px !important;padding: 0;
}

/* Put Dropdown Menu Items in Columns, 2 3 or 4 column menus */
#Menu ul.ColumnSubMenu2 li ul li {
	float:left;width:50%;
}
#Menu ul.ColumnSubMenu3 li ul li {
	float:left;width:33.3%;
}
#Menu ul.ColumnSubMenu4 li ul li {
	float:left;width:25%;
}
/* == end PagesMenu == */


/* == Main Content - Columns =================================== */

/* == Columns -cols- == */
.Left, .Right {float:left;min-height:0;position:relative;}
       .Right {float:right;}
.Content {float: none;min-height: 630px;position:relative;}
#ContentWrap.full-width {
	margin-left:0 !important;margin-right: 0 !important;float:none !important;
	}
	#ContentWrap.full-width .Content {
		margin:0 auto;float:none;
	}
/* == end Columns == */

/* == Search -srch- ============================================= */
.SearchForm {
	position: relative;
	z-index: 80;
	}
	.SearchForm label {
		display:none;
		float:left;
	}
	.SearchForm input.Textbox {
		display:inline;
	}
	.SearchForm .SearchBtn {
		vertical-align: middle;
		display:inline;
	}
/* == end Search == */

/* == Newsletter Box -newl- ====================================== */
.NewsletterSubscription {
	}
	.NewsletterSubscription label {
		clear: none;float: left;
	}
	.NewsletterSubscription input {
	}
	.NewsletterSubscription .Button {
		vertical-align: middle;
	}
/* == end Newsletter Box == */

/* == Breadcrumbs -brc- =========================================== */
.Breadcrumb {
	border-bottom:none;
	}
	.Breadcrumb ul {
		margin:0 !important;
	}
	.Breadcrumb li {
		display: inline;
		padding-left: 6px;
	}
	.Breadcrumb li:first-child {
		padding-left: 0;
	}
/* == end Breadcrumbs == */

/* == Sub Menus -smenu- ============================================= */

/* SideCategoryList */

/* On Click Dropdown */
#SideCategoryList .onClickDropdown ul > li.HasSubCategory {
	border-bottom:none;position:relative;
}
#SideCategoryList li {
    position: relative;
}
#SideCategoryList ul > li > a {
	display:block;
	}
	#SideCategoryList ul > li.HasSubCategory > a {
		position:relative;z-index:1;
	}
	#SideCategoryList .onClickDropdown ul ul.subcategory {
		display:none;
		clear:both;
	}
	#MobileMenu #MobilePagesMenu li i.subpagedropdown, #MobileMenu #SideCategoryList li i.subcatdropdown {
		display:none;
	}
	#SideCategoryList ul li i.subcatdropdown {
		display:none; /* hide icon if class is not applied */
	}
	#SideCategoryList ul ul li i.subcatdropdown {
		color:#4E518B !important;
	}
	#SideCategoryList .onClickDropdown ul > li.HasSubCategory > i.subcatdropdown,
	#MobileMenu #SideCategoryList .onClickDropdown ul > li.HasSubCategory > i.subcatdropdown {
		display: inline-block;
		margin:0;padding:8px;
		text-align:center;
		position:absolute;top:0;right:0;z-index:50;
		}
		#SideCategoryList .onClickDropdown ul > li.HasSubCategory i.subcatdropdown:hover {
			cursor:pointer;cursor:hand;
		}
	
	#SideCategoryList .onClickDropdown li ul li a {
		display:block;
	}

/* SubCategory Menus */
.SubCategoryList, .SubBrandList, .CustomMenuList {
	margin: 0 auto 10px;
    padding: 5px;
	}
	.SubCategoryList ul, .SubBrandList ul, .CustomMenuList ul {
		margin: 0 auto;
		}
		.SubCategoryList li, .SubBrandList li, .CustomMenuList li {
			background:none;
			list-style:none;
			margin: 0 0 4px;padding: 0;
			clear:left;float:none;width:auto;text-align: left;
			}
			.SubCategoryList li a, .SubBrandList li a, .CustomMenuList li a {
				display:inline-block;white-space: normal !important;
				margin:0;padding:0;
				font-size:110%;
			}
		.SubCategoryList li.Button, .SubBrandList li.Button, .CustomMenuList li.Button {
			background:none;
			margin: 4px;padding:0;
			clear: none;float:left;width:31%;text-align: center;
			}
			.SubCategoryList li.Button a, .SubBrandList li.Button a, .CustomMenuList li.Button a {
				display:block;white-space: normal !important;
				margin:0;padding: 8px 10px;
				font-size:100%;
			}
		.SubCategoryList li.Button i.icon, .SubBrandList li.Button i.icon, .CustomMenuList li.Button i.icon {
			display:none;
		}
			
		.SubCategoryListGrid, .SubBrandListGrid {
			padding: 4px;
		}
		.SubCategoryListGrid li, .SubBrandListGrid li {
			background:none;
		}
		.SubCategoryListGrid li .CategoryImage, .SubBrandListGrid li .BrandImage {
			margin-bottom:10px;
		}
		.SubCategoryListGrid li .CategoryImage a, .SubBrandListGrid li .BrandImage a {
			display:block;
		}
		
.AllBrandsLink {
	font-weight:600;
}	

#SideSubPageList {
	width:28%;
}
.PageList {
	margin:0;
	padding:0;
	}
	.PageList li {
		margin:0 0 3px 0;
		padding:0;
		list-style:none;
	}
	.PageList li a {
		display: block;
		margin: 0;
		padding: 4px;
	}
	.PageList li a:hover {
	}
	.PageList li:last-child {
		border-bottom:none !important;
	}
/* == end Sub Menus == */

/* == Pagination -pgn- ============================================= */
.CategoryPagination {
	font-size:100%;
	float:none;
    border: none;
	margin:0 auto;padding:0;
    text-align: center;vertical-align:middle;
	width:auto;
}
.CategoryPagination .PagingList {
	margin:0;padding:0;
	}
	.CategoryPagination .PagingList li {
		display: inline-block;
		margin: 2px 0;
		}
		.CategoryPagination a {
			text-decoration:none;
			border:none;
			display:inline-block;
		}
		.CategoryPagination .PagingList li a, .CategoryPagination .ActivePage, .CategoryPagination a {
			min-width: 12px;width:auto;height: 16px;
			background-color: #fff;
			background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
			background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
			background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
			background-image: linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
			border: 1px solid #ccc;
			border-radius: 4px 4px 4px 4px;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
			color: #aaa;font-size: 100%;font-weight:700;line-height: 100%;text-shadow: 1px 1px 0 #fff;
			text-align: center;vertical-align: middle;
			margin:0 2px;padding:4px 4px 1px;
		}
		.CategoryPagination .PagingList li a:hover, .CategoryPagination a:hover {
			background-color:#fff;
			color:#777;text-decoration:none;
			border-color:#aaa;
		}
		.CategoryPagination li.ActivePage {
			font-weight:700;
			margin: 0 2px;padding:4px 4px 1px;
			display:inline-block;
			box-shadow:1px 1px 2px rgba(0, 0, 0, 0.1) inset;
			background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
			background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
			background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
			background-image: linear-gradient(bottom, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
		}
		.CategoryPagination li.Prev a, .CategoryPagination li.Next a {
			margin:0;padding: 4px 4px 1px 5px;vertical-align: middle;
			}
			.CategoryPagination li.Prev a i.icon, .CategoryPagination li.Next a i.icon {
				font-size: 110%;
				margin:0;
			}
/* == end Pagination == */

/* == ProductList Stylings -cty- ============================================= */
.Content .ProductList li,
.fastCartContent .ProductList li {
    overflow: hidden;
	}
	ul.ProductList {
		margin:0;
	}
	ul.ProductList .ProductDetails {
		height:auto !important;
	}
	.ProductList .ProductCompareButton input.CheckBox {
		vertical-align: bottom;cursor:pointer;cursor:hand;
	}
	.ProductList .ProductCompareButton, .ProductList .ProductCompareButton:hover, .ProductList .ProductCompareButton label {cursor:pointer;cursor:hand;}

/* Left and Right Sidbar Product Styling */
.Left .ProductList li, .Right .ProductList li {
    clear: both;
    list-style: none outside none;
}
/* == */
/* ====== */

/* Compare */
.CompareItem { width:200px; border-left: solid 1px #dadada; }
.CompareFieldName { font-weight:bold; border-bottom: 1px solid #dadada; }
.CompareFieldTop { border-bottom:solid 1px #dadada; }
.CompareFieldTop a:hover { color:red; }
.CompareCenter { border-left:solid 1px #dadada; border-bottom:solid 1px #dadada; }
.CompareLeft { border-left:solid 1px #dadada; border-bottom:solid 1px #dadada; }
.ComparisonTable tr:hover td, .ComparisonTable tr.Over td { background: #efefef; }
/* == */

/* == Product Page -prd- =========================================== */
/* Product Image */
.PrimaryProductDetails .ProductAside {
	}
	.PrimaryProductDetails .ProductThumbWrap {
		width:auto !important;height: auto !important;
	}
	.PrimaryProductDetails .ProductThumb {
		display: block;
    	text-align: center;vertical-align: middle;
		width:auto !important;height: auto !important;
		}
		.PrimaryProductDetails .ProductThumbImage {
			display: block;text-align: center;vertical-align: middle;
			/*width:auto !important;height: auto !important;*/
			transition: all 0.15s ease-in-out 0s;-moz-transition: all 0.15s ease-in-out 0s;-webkit-transition: all 0.15s ease-in-out 0s;
			}
			.PrimaryProductDetails .zoomPad {
				float: none !important;display:inline-block !important;width:100%;
			}
			.PrimaryProductDetails .zoomWindow {
				width: 100%;height: 100%;
				box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
				}
				.PrimaryProductDetails .zoomWindow .zoomWrapper { 
					width: 100% !important;height: 100%;
					border:1px solid #ccc !important;
				}
			.ProductThumbImage a { transition:none;-moz-transition:none;-webkit-transition:none;
				display:none; }
			.ProductThumbImage a:last-child { display:block; }
			
			.PrimaryProductDetails .ProductThumb img {
				max-width:100%;
				transition:none;-moz-transition:none;-webkit-transition:none;

				margin: auto;
				width: auto !important;/*height:auto !important;*/
				}
				.PrimaryProductDetails .ProductThumb .zoomWrapperImage img {
					width:auto !important;height:auto !important;max-width:none !important;
				}
		
		#ProductDetails #ProductThumbs { 
			clear:both;
			margin:10px 2%;padding:0;
			width:auto;
			}
			#ProductDetails #ProductThumbs .ProductThumbsList {
				}
				#ProductDetails #ProductThumbs .ProductThumbsList ul {
					display:block;
					margin:0;padding:0;
					}
					#ProductDetails #ProductThumbs .ProductThumbsList ul li {
						list-style: outside none none;border: 1px solid #dadada;
						display: inline-block;
						margin:2px;padding:0;
						text-align: center;vertical-align: middle;
						width:auto !important;height:auto !important;
					}
					#ProductDetails #ProductThumbs .ProductThumbsList .owl-item:first-child li {
						border:1px solid #aaa;
					}
					#ProductDetails #ProductThumbs .ProductThumbsList ul li > div {
						border: none !important;display: inline-block;
						width: 100% !important;height: auto !important;
						padding:0;
						text-align: center;vertical-align: middle;
						}
						#ProductDetails #ProductThumbs .ProductThumbsList ul li div div {
							display: inline-block;
							width: auto !important;height: 100% !important;
							text-align: center;vertical-align: middle;
						}
						#ProductDetails #ProductThumbs .ProductThumbsList div img {
							display: inline-block;
							width: 100%;height: 100%;
							max-width: 100%;max-height: 100%;
							padding: 0 !important;
						}
			#ProductDetails #ProductThumbs #ImageScrollPrev, #ProductDetails #ProductThumbs #ImageScrollNext {
				opacity:1;
			}
			#ProductDetails #ProductThumbs #ImageScrollPrev {
				margin-right: 0 !important;
			}
			#ProductDetails #ProductThumbs #ImageScrollNext {
				margin-left: 0 !important;
			}
			#ProductDetails #ProductThumbs #ImageScrollPrev.disabled, #ProductDetails #ProductThumbs #ImageScrollNext.disabled {
				opacity:0.5;pointer-events:none;
			}

/* Product Details */
.PrimaryProductDetails .ProductMain {
	}
	.PrimaryProductDetails .ProductDetailsGrid {
		clear: both;
	}
	.ProductDetailsGrid .Label, .ProductDetailsGrid .productAttributeLabel, .productAttributeList .productAttributeLabel {
		min-width:65px;
	}
	
	#ProductAddtoContainer {
		margin:10px 0;
	}
	.QtyRow select {padding: 2px 3px 2px 5px;}
	#QtyContainer {}
	
	div.FacebookLikeButtonContainer iframe {
		border:none;
		width: auto;height: 22px;
		overflow: hidden;
	}
	.DetailRow div.FacebookLikeButtonContainer iframe {
		height: 22px;
		overflow: hidden;
	}

	/* Wishlist Button */
	#SideProductAddToWishList {
		margin-top: 0;margin-bottom:10px;
		}
		#SideProductAddToWishList .WishlistBtn {
			clear:left;
			float: left;
		}
		#SideProductAddToWishList .WishlistMenu {
			padding:5px;
			font-size:90%;
		}
	
	/* AddThis */
	#ProductSocialShare {
		clear:both;float:none;
		margin:0;text-align:center;
		}
		.ProductAddThisBox a {
			display:inline-block !important;float:none !important;
		}
	
	#UnderImageSocialBtns, #UnderTitleSocialBtns, #UnderProductTabsSocialBtns {
		clear:both;
		margin:10px auto;text-align: center;
		}
		/* Pinterest */
		#UnderImageSocialBtns .PinterestButtonContainer, #UnderTitleSocialBtns .PinterestButtonContainer, #UnderProductTabsSocialBtns .PinterestButtonContainer {
			clear:none;float:left;display: inline;position:relative;z-index:2;
			margin:0 10px 0 0;
			width: auto;height: 22px;
			text-align:left;
		}
		/* Facebook */
		#UnderImageSocialBtns div.FacebookLikeButtonContainer, #UnderTitleSocialBtns div.FacebookLikeButtonContainer, #UnderProductTabsSocialBtns div.FacebookLikeButtonContainer {
			clear:both;float:none;display: block;position:relative;z-index:2;
			margin:0 5px 0 5px;
			width:auto;height: 22px;
			text-align:left;
			overflow:hidden;
		}
		#UnderImageSocialBtns .ProductAddThisBox, #UnderTitleSocialBtns .ProductAddThisBox, #UnderProductTabsSocialBtns .ProductAddThisBox {
			text-align:center;width:auto;
			clear:none;float:left;
			padding:0;margin:2px 0 0 2px;
		}
	
	#UnderAddCartSocialBtns {
		clear:both;float:left;
		margin:10px auto;text-align:center;
		}
		#UnderAddCartSocialBtns #ProductSocialShare {
			clear:both;width:auto;
		}
		/* Pinterest */
		#UnderAddCartSocialBtns .PinterestButtonContainer {
			clear:none;float:left;display: inline;position:relative;z-index:2;
			margin:0;
			width: auto;height: 22px;
			text-align:left;
		}
		/* Facebook */
		#UnderAddCartSocialBtns div.FacebookLikeButtonContainer {
			clear:none;float:left;display: inline;position:relative;z-index:2;
			margin:0 10px 0 0;
			width: auto;height: 22px;
			text-align:left;
			overflow:hidden;
		}
		#UnderAddCartSocialBtns .ProductAddThisBox {
			text-align:center;width:auto;
			clear:none;float:right;
			padding:0;margin:0 2%;
		}
	
	#UnderTitleSocialBtns {
	}
	
	#DetailRowSocialBtns {
		clear:none;float:left;
		margin:0;text-align:left;
		}
		#DetailRowSocialBtns #ProductSocialShare {
			clear:both;width:auto;
		}
		/* Pinterest */
		#DetailRowSocialBtns .PinterestButtonContainer {
			clear:none;float:left;display: inline;position:relative;z-index:2;
			margin:0 10px 0 0;
			width: auto;height: 22px;
			text-align:left;
		}
		/* Facebook */
		#DetailRowSocialBtns div.FacebookLikeButtonContainer {
			clear:none;float:left;display: inline;position:relative;z-index:2;
			margin:0;
			width: auto;height: 22px;
			text-align:left;
		}
		#DetailRowSocialBtns .ProductAddThisBox {
			text-align:left;width:auto;
			clear:none;float:left;
			padding:0;margin:0 !important;
		}
	
	.ProductMain div.FacebookLikeButtonContainer {
		margin-bottom: 10px;
		margin-top: 10px;
		text-align: left;
	}

	/* Product Panels */
	#ProductPanels #TabPanels .Block {
		min-height:220px;
	}
/* == end Product Main == */

/* Product Videos */
#VideoContainer {
	border: 1px solid #ccc;
	height: auto !important;
	border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
}
#FeaturedVideo {
	width:99%;
	overflow:hidden;
	}
	#FeaturedVideo embed {
		width:100% !important;
		height:auto;
		min-height:480px;
	}
#VideoList, #VideoSingle {
    clear: both;float: none;
    width: 100%;
}
#VideoList ul {
    height: auto !important;width: auto !important;
	}
	#VideoList li {
		clear:none;float:left;
		width:48% !important;margin:5px 1%;
	}
.currentVideo {
	background-color: #efefef;
}
.videoRow:hover {
	background-color: #dadada;
}
/* ====== */

/* Product Misc */
#ProductOptionsArea {
	padding: 0;
	margin-bottom: 15px;
}
.ExpectedReleaseDate {
    clear: left;float: left;
	margin:5px 0;
}
.PinterestButtonContainer a {
	transition:none;-moz-transition:none;-webkit-transition:none;
}
.OutOfStockMessage {
	background: url(../../images/ErrorMessage.gif) no-repeat scroll 5px 6px #FFECEC;
	margin:10px 0;padding:5px 5px 5px 28px;
	text-align:center;
	color:#555;
	}
	.OutOfStockMessage p {
		margin:0;
	}
/* == */

/* Product Reviews */
#ProductReviews {
	}
	#ProductReviews .VerticalFormContainer dt {
		margin-bottom: 2px;margin-left: 0;
		padding-top:2px;
		font-size:105%;
	}
	#ProductReviews .VerticalFormContainer dd {
		margin-bottom: 7px;
		margin-left: 0;
	}
	#ProductReviews .ProductReviewFormContainer span {
		font-size:80%;
	}
	#ProductReviews .ProductReviewFormContainer strong {
		font-size:120%;
	}
	#ProductReviews #WriteReview {
		width:auto;
		list-style:none;
		padding:7px 10px;
		color: inherit;
		font-size:95%;
	}
	#ProductReviews h3.WriteReviewLink a {
		color:inherit;
		font-size: 90%;
		font-weight:bold;
		text-decoration:none;
	}
	#ProductReviews h3.WriteReviewLink {
		margin:10px 0 5px;
	}
	#ProductReviews .BlockContent {
		margin:0;
	}
	#ProductReviews #revrating {
		width:40% !important;
	}
	#ProductReviews #revtitle, #ProductReviews #revfromname, #ProductReviews #email, #ProductReviews #revtext {
		width:97% !important;
	}
	#ProductReviews #WriteReview textarea {
		font-size:100%;
	}
	#ProductReviews #captcha {
		clear:both;
		margin:0;
	}
	#ProductReviews .ProductReviewList {
		clear:both;
		margin:0;
	}
	#ProductReviews .ProductReviewList li {
		float: left;
		height: auto;
		list-style: none outside none;
		margin: 0 10px 10px 0;padding: 8px 10px;
	}
	#ProductReviews .ProductReviewList li.Alt {
    	margin: 0 0 10px;
	}
	#ProductReviews .ProductReviewList .ReviewTitle {
		color: #666;
		font-size: 120%;font-weight: 600;
		margin-bottom: 5px;
		text-transform: none;
	}
	#ProductReviews .ProductReviewList .ReviewText {
		font-size:100%;
		max-height: 200px;
		overflow: auto;
	}
	#ProductReviews .Meta {
		color: inherit;
		font-size: 10px;
		margin:0;
	}
	#ProductReviews .SuccessMessage, #ProductReviews .ErrorMessage {
		clear: both;
		width: auto;
	}
	#ProductReviews .ProductReviewPaging {
		float:right;
		font-size:90%;
		margin-right:0;
	}
	#loginReq {
		padding: 8px 10px 0 30px;
	}
	/* end Product Reviews */
	
/* == end Product Page == */

/* == Fast Cart ========================================== */
#fastCartContainer {
	}
	.fastCartTop {
		padding: 15px 5px 0 5px;
		width: auto;
	}
	.fastCartContent {
		width: 665px;
	}
	.fastCartThumb {
		width:145px !important;height:145px !important;
		}
		.fastCartThumb img {
			width:auto !important;height:auto !important;
			max-width:145px !important;max-height:145px !important;
		}
	.fastCartItemBox {
		margin-left: 10px;
		max-width: 230px;
		padding: 10px 2px;
	}
	.fastCartItemBox .ProductName a {
		font-weight:bold;
		display:block;
	}
	.fastCartContent .actionLink {
		margin:20px 0;
	}
	.fastCartContent .actionLink .Button {
		font-size: 85%;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.fastCartSummaryBox .subtotal {
		clear: both;
		font-size: 110%;
		font-weight: bold;
		margin-top: 2px;
	}
	.fastCartSummaryBox {
		max-width:240px;
		text-align: center;
	}
	.fastCartSummaryBox .FloatRight {
		float:none !important;
	}
	.fastCartSummaryBox .CheckoutButton a {
		font-size: 105%;
	}
	.fastCartSummaryBox .AlternateCheckouts {
		font-size: 90%;
		margin: 7px 0 0;
	}
	.fastCartSummaryBox .fastCartTotalitems {
		font-size:105%;
		}
		.fastCartSummaryBox #fastCartNumItemsTxt {
			font-weight: bold;
		}
	#fastCartContainer .ProductList {}
		#fastCartContainer .ProductList li {
			float: left;
			overflow: hidden;
			width: 145px !important;
		}
		#fastCartSuggestive .ProductImage {
			width:135px !important;height:135px !important;
			background:none !important;
		}
		#fastCartSuggestive .ProductImage img {
			width:auto !important;height:auto !important;
			max-width:135px !important;max-height:135px !important;
		}
		#fastCartSuggestive .ProductInfo a, #fastCartSuggestive .ProductActionAdd a {font-size:90%;}
		#fastCartSuggestive .ProductActionAdd a {font-size:95%;}
/* == end Fast Cart == */

/* == Cart Page -crt- ========================================== */
#CartHeader {
	}
	#CartHeader #CartTopButtons {
		display:none;
	}
#CartContent {
	}
	table.CartContents {
		margin:0 0 10px;
	}
#CartStatusMessage {
	clear:both;
}
.ViewCartLink {
	background: url(../../images/white/Cart.gif) no-repeat 3px 0;
}
a.EstimateShippingLink {
	font-style: italic;
    text-decoration: underline !important;
	float:right;
}
.EstimateShipping {
	clear: right;
	padding: 10px 9px 7px 20px;
    width: auto !important;
	}
	.EstimateShipping dt {
		width: auto;
	}
	.EstimateShipping dd {
		margin-left: 36%;
	}
.CartContents .productAttributes {
	font-size:80%;
}
.CartThumb a img {
}

.CartContents #CartSubTotals .SubTotal {
    font-size: 110%;
}

#CartContent .ProceedToCheckout {
	clear: both;
}
.Content .ProceedToCheckout p {
    font-size: 85%;
	text-align:center;
}
.GoogleCheckout, .PayPalExpressCheckout, .AlternativeCheckout {
    float: none !important;
    margin-bottom: 5px;
    text-align: center;
	width:auto;
}
.GoogleCheckout div, .PayPalExpressCheckout div, .AlternativeCheckout div {
	width:auto !important;
}
.GoogleCheckout input {
	border-radius:15px !important;-moz-border-radius:15px !important;-webkit-border-radius:15px !important;
}
.GoogleCheckout p, .PayPalExpressCheckout p, .AlternativeCheckout p {
    font-size: 85%;
	text-align:center;
    margin: 0;
}
.SecondaryCheckout {
	clear: right;float: right;
    text-align: center;
	border:1px solid rgba(0,0,0,0.1);
	margin:10px auto;padding:2px 8px;
	}
	.SecondaryCheckout div.PayAnotherWay {
		color: #777;font-weight: 700;
		margin: -12px 0 5px;
	}
	.AlternativeCheckout a {
		padding: 7px 10px;
		font-size: 80%;font-style:normal;
		text-decoration: none;
	}

span.cartLabel {
	display:none;width:100%;font-weight:700;text-transform:uppercase;text-align:center;font-size:100%;
}

/* Coupon and Gift Certs Boxes */
#CouponGiftCodeArea {
	clear: left;float: left;
	margin:5px 0 8px;
	font-size:90%;
}
#CouponGiftCodeArea #SideCouponCodeBox, #CouponGiftCodeArea #SideGiftCertificateCodeBox {
	clear:none;float:left;
    border:none;
    width:200px;height:auto;
    margin:0 10px 10px 0;padding:10px;
	position:relative;display:inline;
	}
	#CouponGiftCodeArea #SideCouponCodeBox h3, #CouponGiftCodeArea #SideGiftCertificateCodeBox h3 {
		width:auto;
		font-weight:600;
		margin:0;
	}
		
	#CouponGiftCodeArea #SideCouponCodeBox .BlockContent, #CouponGiftCodeArea #SideGiftCertificateCodeBox .BlockContent {
		margin: 6px 0;
	}
	#CouponGiftCodeArea #SideCouponCodeBox .Textbox, #CouponGiftCodeArea #SideGiftCertificateCodeBox .Textbox {
		width:auto;
		font-size:100%;
		margin:1px 0;padding:4px;
	}
	#SideCouponCodeBox input, #SideGiftCertificateCodeBox input {
		float:left;
		}
		#SideCouponCodeBox input.Button, #SideGiftCertificateCodeBox input.Button {
			float:right;
			margin: 0;
			font-size:100%;
		}
	
	#CouponGiftCodeArea #SideCouponCodeBox p, #CouponGiftCodeArea #SideGiftCertificateCodeBox p {
		font-size: 90%;font-weight: normal;text-transform: none;
		margin:0;line-height: normal;
	}

.Left #SideCouponCodeBox input, .Left #SideGiftCertificateCodeBox input, .Right #SideCouponCodeBox input, .Right #SideGiftCertificateCodeBox input {
	width: 120px;
}
.Left #SideCouponCodeBox h3 span, .Left #SideGiftCertificateCodeBox h3 span, .Right #SideCouponCodeBox h3 span, .Right #SideGiftCertificateCodeBox h3 span {
	display: block;
    font-size: 65%;text-transform: none;
}
/* end Coupon Gift Boxes */

/* == end Cart Page == */

/* == Checkout Page -chk- ========================================== */
.CheckoutRedeemCoupon { 
	padding: 10px;
	width: auto;
	margin-bottom: 10px;
	}
	.CheckoutRedeemCoupon p { 
		font-size:90%;
	}

body.Checkout .ProductName {
	font-size: 80%;
}
#CheckoutOrderSummary {
	border-top: medium none !important;
	}
	#CheckoutOrderSummary .grid-row {
		padding:6px 6px;
		font-size: 90%;
	}
	
	#CheckoutOrderSummary .grid-row:first-child {
		background:rgba(0, 0, 0, 0.1);
	}
	#CheckoutOrderSummary .grid-row:last-child {
		font-size: 110%;
		text-transform:uppercase;font-weight:700;
		background:rgba(0, 0, 0, 0.1);
	}
	#CheckoutOrderSummary p {
		line-height: 125%;
	}

#CheckoutPaymentOptions {
    padding: 5px 10px 13px;
}

body.Payment em.ProductPrice {
	font-size:140%;font-weight:600;
}

/* Express Checkout */
.ExpressCheckoutContent {
	padding:0;
}
.ExpressCheckoutBlockCompleted a.ChangeLink {
    display: inline;
    font-size: 80%;
    margin-top: 3px;
}
.ExpressCheckoutBlock h3.ExpressCheckoutTitle a {
	pointer-events:none;
	display: block;
}
.ExpressCheckoutBlockCompleted h3.ExpressCheckoutTitle a {
	pointer-events:auto;
}

.btn.accordionHeader {
	display:none;
}
/* end Express Checkout */

/* == end Checkout Page == */

/* == Info Messages == */
.SpecificInfoMessage {
	background-color: #efefef;color: #555;
	clear:both;
}
.InfoMessage {
	background: #efefef url(../../images/InfoMessage.gif) no-repeat 5px 8px;
	color: #555;
}
.SuccessMessage {
	background: #E8FFDF url(../../images/SuccessMessage.gif) no-repeat 5px 8px;
	color: #555;
}
.ErrorMessage {
	background: #FFECEC url(../../images/ErrorMessage.gif) no-repeat 5px 8px;
	color: #555;
}
.NotifyMessage {
	background-color: #efefef;color: #555;
	clear:both;
	margin-bottom: 20px;padding: 15px 15px 0;
}
#ExpectedReleaseDate {
    background-color: #FFF1A8;border: 1px solid #E8B541;
    color: #353535;
    margin:0 auto 10px;padding: 6px;
	text-align: center;width:auto;
	clear:left;
}
/* ====== */

/* == Account Pages -acct- == */

/* Starting Account Page */

/* Misc Account */
.YourAccount {}
	.YourAccount h3 {
		background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
		background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
		background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
		background-image: linear-gradient(bottom, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
		padding:5px;
	}
	.YourAccount p {
		padding:0 10px;
	}
.YourAccount ul {
    margin:0;
	}
	.YourAccount li {
		margin-bottom: 8px;padding:5px;
		list-style:none;
	}
	.YourAccount li a {
		text-decoration:none;
	}

/* Address Book */
#ChooseShippingAddress .InfoMessage a {
	text-decoration: underline;
}

/* Account Menu */
#SideAccountMenu {
}

/* Wishlists */
.RemoveFromWishlistForm {
	text-align: center;
}

/* Order Details */
#AccountOrderStatus .AccountOrderStatusList, #AccountOrders .AccountOrdersList, #AccountInbox .AccountMessageList {

	margin:0;
}
#AccountOrderStatus .AccountOrderStatusList li, #AccountOrders .AccountOrdersList li, #AccountInbox .AccountMessageList li {
	list-style:none;
	padding: 0 10px;
}
/* Downloadable Products */
ul.AccountDownloadItemsList {
	margin:0;
}
li.DownloadItem {
	background:url(../../images/download.png) no-repeat left top;
	padding-left:28px;
	list-style:none;
}
/* ====== */

/* == Search == */
.QuickSearch {
    background: #fff;
    border: 1px solid #bfbfbf;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    text-align: left;
    z-index: 50;
	}
	.QuickSearch img.RatingIMG {
		display:none !important;
	}
	td.QuickSearchResultMeta {
		vertical-align:top;
	}
	#SearchProduct_Container {
		padding-top:10px;
	}
	#SearchContent_Container {
		padding-top:10px;
	}
	.SearchSorting {
	}
	.SearchContainer .CategoryPagination .FloatLeft, .SearchContainer .CategoryPagination .FloatRight {
		display:none;
	}
/* ====== */

/* == Misc -msc- ================================================== */
#ModalContentContainer {
    box-shadow: 0 0 30px 4px rgba(0,0,0, 0.8) !important;-moz-box-shadow: 0 0 30px 4px rgba(0,0,0, 0.8) !important;-webkit-box-shadow: 0 0 30px 4px rgba(0,0,0, 0.8) !important;
}
.AccountLogin .FormArea, #LoginForm .FormContainer {
    width: 100%;
	margin: 0 0 0 20px;
}

.FormContainer {
    display: table-cell;
}
.FormContainer dt, .HorizontalFormContainer dt, .NarrowFormContainer dt {
    clear: left;float: left;
    text-align: left;
	padding-top:4px;
	width:42% !important;
}
.FormContainer dd, .NarrowFormContainer dd, .HorizontalFormContainer dd {
    margin-bottom: 10px;padding-top:0;
    margin-left: 44%;
}
.NarrowFormContainer dt {
	width:32% !important;
}
.NarrowFormContainer dd {
    margin-left:34% !important;
}
.FormContainer .FormMarginContainer {
    margin-top: 10px;
}

.Required {
    color: #FF0000;
    margin-left: -10px;
    position: absolute;
}

.NarrowFormContainer p.Submit, .HorizontalFormContainer p.Submit, .FormContainer p.Submit {
    margin-left: 0;
    margin-top: 10px;
}

#LoginForm form dt {
	clear: both;
	padding-left: 0;padding-right: 0;
	text-align:left;
}
#LoginForm form dd {
	margin-left:39% !important;
}
#LoginForm .ForgotPassword {
    font-size: 80%;
	float: left;
    margin-top: 20px;
}

#share-product {
	clear:both;
	}
	#tabcontent {
		clear:both;background:#fff;
		}
		#tabcontent .photo {
			float: left;width:auto;margin-right: 10px;
			}
			#tabcontent .photo img {
				display: block;max-width: 170px;width: auto !important;height: auto;margin: 0 !important;
			}
		#tabcontent .prodInfo {
			margin-left: 30%;
		}
		.sharebutton {
			background: none !important;
			border: medium none !important;border-radius:0 !important;
			padding: 0 !important;
		}

.SitemapPages {
	float: left;
    margin-right: 30px;
    min-width: 44%;
}
.SitemapCategories {
	float: left;
    min-width: 44%;
}
.SitemapBrands {float:none;clear:both;}


/* Slideshow */
.slideshow ul li {display:none;}
.slideshow .flex-next::selection, .slideshow .flex-prev::selection {
	background:none !important; /* Safari */
}
.slideshow .flex-next::-moz-selection, .slideshow .flex-prev::-moz-selection {
	background:none !important; /* Firefox */
}
.slideshow .flex-direction-nav a span {
	text-indent:0;
}
#Hero .banner_home_page_top, #Hero .banner_home_page_top p {
	margin-bottom:0;
}
/* ====== */

/* == Forms -frms- ================================================== */
input, select, textarea {
	box-sizing: border-box;
	background:rgba(150, 150, 150, 0.1);border:1px solid rgba(0, 0, 0, 0.1);
    border-radius:1px 1px 1px 1px;box-shadow:0 1px 4px rgba(30, 30, 30, 0.1) inset;
    color:rgba(0, 0, 0, 0.5);text-shadow:1px 1px 1px #fff;
    font-size: 95%;
    padding: 5px;
}
input:focus, select:focus, textarea:focus {
	border:1px solid rgba(0, 0, 0, 0.2);
}
option[selected="selected"] {
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.3);
}
/* Button Overlay Style */
input[type="button"], input[type="submit"], .ButtonInput, .Button a, a.Button, .btn, .AddCartBtn, .PaymentBtn, .WishlistBtn, .AddGiftCertBtn, ul.Buttons li a {
	white-space: nowrap !important;
    margin:2px 0;display:inline-block;
    min-width: 10px;height:auto;min-height:10px;
	overflow:visible;vertical-align: baseline !important;
	text-align:center;line-height:100%;text-decoration:none !important;
	box-sizing: border-box;
	cursor:pointer;cursor:hand;
}
.Button, .btn, ul.Buttons li {
    margin-top:1%;margin-bottom:1%;
	height:auto;
	}
	.Button a, a.Button, .btn, .btn a, .ButtonInput input, ul.Buttons li a {
		display:inline-block;
		margin:0;
	}
ul.Buttons {
	margin:0;padding:0;
	}
	ul.Buttons li {
		list-style:none;
	}
*:first-child+html .Button { display:inline-block; }
* html .Button { height:1%; }

input[type="button"]:active, input[type="submit"]:active, .ButtonInput input, .Button a:active, a.Button:active, .btn:active, .AddCartBtn:active, .PaymentBtn:active, .WishlistBtn:active, .AddGiftCertBtn:active, ul.Buttons li a {outline:none !important;}
/* == */

/* Individual Styling for Each Button -btns- */

/* Add to Cart Button */
.AddCartBtn {
	margin: 0 0 5px;padding:0 !important;
	width: 100%;
	}
	.AddCartBtn input {
		margin:0 auto !important;
		-webkit-border-radius:0 !important;
		-moz-border-radius:0 !important;
		border-radius:0 !important;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		box-shadow:none;
	}
/* Wishlist Button */
#SideProductAddToWishList { display:none; }
.WishlistBtn {
	padding:0 !important;
	width:100%;
	}
	.WishlistBtn input {
		margin:0 auto !important;padding-top:6px;padding-bottom:6px;
		-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;
	}
/* Add Gift Certificate Button */
.AddGiftCertBtn {
	float: none;
	}
	.AddGiftCertBtn input {
		margin:0 !important;
		-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;
	}
/* Checkout Button */
.CheckoutButton {
	width:auto;
	text-align: center;
	}
	.CheckoutButton a {
	}
	.CheckoutButton a:hover {
	}
/* Payment Button */
.PaymentBtn {
	float:right;
	padding:0 !important;
	}
	.PaymentBtn:hover {
	}
	.PaymentBtn input {
		margin:0 !important;
		-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;
	}
/* == */

/* Other Buttons */
.UpdateQty {
	font-size: 70% !important;
    margin: -4px 4px 0;
	}
	.UpdateQty input {
		font-size:inherit !important;
		margin: 0 !important;padding:4px 6px !important;
	}
.EditOptBtn a, .RemoveBtn a, .RemoveBtn.ButtonInput {
	margin: 2px;padding:6px 6px !important;
	font-size:85% !important;
}
.RemoveBtn {
	display:inline;
	}
	.RemoveBtn a {
		padding: 3px !important;
	}
.EstimateShippingButtons input, .EstimateShippingButtons span.Button a, .EstimateShipping .Submit input {
	margin: 2px;
}
.ButtonInput .RemoveBtn{
	padding:1px 5px;
}
.RefreshBtn {
    margin: 3px 0 0;
}
.EstimateShippingButtons span {float:left;margin-top:10px;}
.EstimateShippingButtons span a {font-size:80% !important;font-style:italic;text-decoration:underline;}
.CompareButton .CompareBtn {font-size:80%;padding:3px 8px !important;}
.CompareButton .AddCartBtn {display:none;}
input#apply_code {
    float: right;
    font-size: 90%;
    margin: -1px 0 0 !important;padding: 3px 10px !important;
}
/* == */

/* Icons and Button Icons */
i.icon {
	display:inline-block;vertical-align:middle !important;text-align:center;
	font-weight:400 !important;text-shadow:none;
}
.btn i.icon, .Button i.icon, .ButtonInput i.icon {
	text-shadow:1px 1px 0 rgba(255, 255, 255, 0.2);
}

i.icon.sleft {
	margin: -3px -15px 0 16px;padding: 0;
	}
	a i.icon.sleft {
		margin: -3px 1px 0 -2px;padding:0;
	}
i.icon.sright {
    margin: -3px 16px 0 -15px;padding: 0;
	}
	a i.icon.sright {
		margin: -1px -5px 0 0;padding: 0;
	}
i.icon.scenter {
    margin: 0 -15px 0 4px;padding: 0;
    text-align: center;
	}
	a i.icon.scenter {
		margin: 6px 0 8px;padding: 0;
		text-align: center;
	}
.ButtonInput.ButtonIconLeft i.icon.sleft {
	margin-right:-22px  !important;
}
.ButtonInput.ButtonIconRight i.icon.sright {
	margin-left:-20px  !important;
}

i.icon.huge {
	font-size: 220% !important;
}
i.icon.big {
	font-size: 180% !important;
}
i.icon.small {
	font-size: 105% !important;
}
i.icon.tiny {
	font-size: 85% !important;
}
i.icon.micro {
    font-size: 75% !important;;
}
i.icon.atom {
    font-size: 50% !important;;
}

/* Button Input Fix */

.ButtonInput.ButtonIconLeft > input {
	padding-left:22px !important;
}
.ButtonInput.ButtonIconRight > input {
	padding-right:22px !important;
}

/* Product Page Btn Icons */
.AddCartBtn i.icon {
}
.AddCartBtn i.icon.sleft {
	margin: -5px 0 0 -3px;padding:0;
}
.AddCartBtn i.icon.sright {
	margin: -5px -4px 0 0;padding:0;
}

.WishlistBtn i.icon {
	font-size: 110%;
}
.WishlistBtn i.icon.sleft {
    margin: -2px 0 0 -2px;padding:0;
}
.WishlistBtn i.icon.sright {
    margin: -2px -4px 0 0;padding:0;
}

/* Cart Page Btn Icons */
.ContinueShopping {
    clear: left;
}
.RemoveBtn a i.icon {
	font-size: 120%;
    margin:0;padding:0;
}
.EditOptBtn a i.icon {
	font-size: 120%;
	margin:-3px 1px 0 2px;padding: 0;
}
.UpdateQty i.icon {
	font-size: 120%;
	margin:-3px -8px 0 9px;padding: 0;
}

.ProceedToCheckout i.icon {
	font-size:140%;
}
.ProceedToCheckout i.icon.sleft {
	margin:-4px 3px 0 -1px;padding:0;
}
.ProceedToCheckout i.icon.sright {
	margin:-4px 0 0;padding:0;
}

.PaymentBtn i.icon.sright {
	margin:-5px 13px 0 -18px;
}

/* Misc Btn Icons */
.MyAccount a i.icon {
	margin:-2px -2px 0 0;padding: 0;
}
#WishListItems .RemoveBtn i.icon.sleft {
    margin: -2px -4px 0 3px;
}
/* == */

/* Cancel Button Overlay for Image Type Buttons  */
input[type="image"], .NoBtn {
	background:none !important;
	border:none !important;
	width:auto;
	padding:0 !important;
	margin:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.NoBtn {
	padding:0 !important;margin:0 !important;
	-moz-box-shadow:none !important;
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
}
.NoBg {
	background:none !important;border:none !important;
	-moz-box-shadow:none !important;
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
}
.ButtonInput {
	padding:0 !important;
}

/* Global Form Styles */
input[type=radio] {
	padding:0 !important;
}
#login_email, #login_pass {
    color:rgba(0, 0, 0, 0.5);text-shadow:1px 1px 1px #fff;
    font-size: 95%;
    padding: 5px;
}
.CreateAccountBtn {
	text-align:center;
}

.prev, .next {
	margin:0;
}
/* == end Forms and Buttons == */

@import url(//fonts.googleapis.com/css?family=Open+Sans);/*!
 * Widget Version: 2016-02-09_08-17-11
 */.yotpo-display-wrapper{visibility:visible !important}.yotpo{direction:LTR;clear:both;text-align:left}.yotpo div,.yotpo span,.yotpo p,.yotpo a,.yotpo img,.yotpo i,.yotpo strong,.yotpo sup,.yotpo ul,.yotpo li,.yotpo form,.yotpo label{font-family:Open Sans;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal !important;font-size:14px;line-height:17px;color:#a2a2a2;border:none;padding:0;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.yotpo div p,.yotpo div a,.yotpo div img,.yotpo div i,.yotpo div strong,.yotpo div sup,.yotpo div ul,.yotpo div li,.yotpo div form,.yotpo div label,.yotpo span p,.yotpo span a,.yotpo span img,.yotpo span i,.yotpo span strong,.yotpo span sup,.yotpo span ul,.yotpo span li,.yotpo span form,.yotpo span label,.yotpo p p,.yotpo p a,.yotpo p img,.yotpo p i,.yotpo p strong,.yotpo p sup,.yotpo p ul,.yotpo p li,.yotpo p form,.yotpo p label,.yotpo a p,.yotpo a a,.yotpo a img,.yotpo a i,.yotpo a strong,.yotpo a sup,.yotpo a ul,.yotpo a li,.yotpo a form,.yotpo a label,.yotpo img p,.yotpo img a,.yotpo img img,.yotpo img i,.yotpo img strong,.yotpo img sup,.yotpo img ul,.yotpo img li,.yotpo img form,.yotpo img label,.yotpo i p,.yotpo i a,.yotpo i img,.yotpo i i,.yotpo i strong,.yotpo i sup,.yotpo i ul,.yotpo i li,.yotpo i form,.yotpo i label,.yotpo strong p,.yotpo strong a,.yotpo strong img,.yotpo strong i,.yotpo strong strong,.yotpo strong sup,.yotpo strong ul,.yotpo strong li,.yotpo strong form,.yotpo strong label,.yotpo sup p,.yotpo sup a,.yotpo sup img,.yotpo sup i,.yotpo sup strong,.yotpo sup sup,.yotpo sup ul,.yotpo sup li,.yotpo sup form,.yotpo sup label,.yotpo ul p,.yotpo ul a,.yotpo ul img,.yotpo ul i,.yotpo ul strong,.yotpo ul sup,.yotpo ul ul,.yotpo ul li,.yotpo ul form,.yotpo ul label,.yotpo li p,.yotpo li a,.yotpo li img,.yotpo li i,.yotpo li strong,.yotpo li sup,.yotpo li ul,.yotpo li li,.yotpo li form,.yotpo li label,.yotpo form p,.yotpo form a,.yotpo form img,.yotpo form i,.yotpo form strong,.yotpo form sup,.yotpo form ul,.yotpo form li,.yotpo form form,.yotpo form label,.yotpo label p,.yotpo label a,.yotpo label img,.yotpo label i,.yotpo label strong,.yotpo label sup,.yotpo label ul,.yotpo label li,.yotpo label form,.yotpo label label{background:inherit !important}.yotpo ul,.yotpo li,.yotpo ul li{list-style:none outside none !important}.yotpo img{box-shadow:0 0 0}.yotpo .color-blue{background:#2f84ed}.yotpo .color-red{background:#f04860}.yotpo .color-orange{background:#efae00}.yotpo .color-yellow{background:#FFD200}.yotpo .color-green{background:#1cc286}.yotpo .color-white{background:#fff}.yotpo .color-gray{background:#a2a2a2}.yotpo .color-gray-light{background:#e3e3e3}.yotpo .color-gray-dark{background:#737373}.yotpo .color-gray-darker{background:#4f4f4f}.yotpo .color-primary{background:#0062bf}.yotpo .color-primary-d1{background:#004e99}.yotpo .color-primary-d2{background:#003b73}.yotpo .color-primary-l1{background:#3381cc}.yotpo .color-primary-l2{background:#66a1d9}.yotpo .color-primary-l3{background:#99c0e5}.yotpo .color-primary-l4{background:#cce0f2}.yotpo .font-color-blue{color:#2f84ed}.yotpo .font-color-black{color:#000}.yotpo .font-color-orange{color:#efae00}.yotpo .font-color-yellow{color:#FFD200}.yotpo .font-color-green{color:#1cc286}.yotpo .font-color-white{color:#fff}.yotpo .font-color-gray{color:#a2a2a2}.yotpo .font-color-gray-light{color:#e3e3e3}.yotpo .font-color-gray-dark{color:#737373}.yotpo .font-color-gray-darker{color:#4f4f4f}.yotpo .font-color-primary{color:#0062bf}.yotpo .font-color-primary-d1{color:#004e99}.yotpo .font-color-primary-d2{color:#003b73}.yotpo .font-color-primary-l1{color:#3381cc}.yotpo .font-color-primary-l2{color:#66a1d9}.yotpo .font-color-primary-l3{color:#99c0e5}.yotpo .font-color-primary-l4{color:#cce0f2}.yotpo .yotpo-clr{clear:both}.yotpo .clear-box:after{content:" ";clear:both;visibility:hidden}.yotpo .yotpo-hidden{display:none !important}.yotpo .yotpo-hidden.only-invisible{display:block !important;visibility:hidden}.yotpo .yotpo-hr{width:100%;height:1px;border-bottom:1px solid #e3e3e3;margin:0 10px}.yotpo a,.yotpo a:hover{background:inherit !important}.yotpo a{color:#0062bf !important;text-decoration:none !important;cursor:pointer !important}.yotpo a .y-label{cursor:pointer}.yotpo a:hover{color:#3381cc !important;text-decoration:none !important}.yotpo ul{list-style:none !important}.yotpo textarea{-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px}.yotpo .pull-left{text-align:left;float:left}.yotpo .pull-right{text-align:right;float:right}.yotpo .pull-center{text-align:center;margin:0 auto}.yotpo .text-3xl{font-size:21px;line-height:18px}.yotpo .text-2xl{font-size:18px}.yotpo .text-xl{font-size:16px}.yotpo .text-l{font-size:15px}.yotpo .text-m{font-size:13px}.yotpo .text-s{font-size:12px;line-height:17px}.yotpo .text-xs{font-size:11px}.yotpo .text-2xs{font-size:10px}.yotpo .yotpo-font-bold{font-weight:bold}.yotpo .font-light{font-weight:lighter}.yotpo .font-upper{text-transform:uppercase}.yotpo .yotpo-visible-mobile{display:none !important}.yotpo.testimonials{position:relative;z-index:2147483647}@font-face{font-family:'yotpo-widget-font';src:url("//staticw2.yotpo.com/assets/yotpo-widget-font.eot?version=2016-02-09_08-17-11");src:url("//staticw2.yotpo.com/assets/yotpo-widget-font.eot?version=2016-02-09_08-17-11#iefix") format("embedded-opentype"),url("//staticw2.yotpo.com/assets/yotpo-widget-font.woff?version=2016-02-09_08-17-11") format("woff"),url("//staticw2.yotpo.com/assets/yotpo-widget-font.ttf?version=2016-02-09_08-17-11") format("truetype"),url("//staticw2.yotpo.com/assets/yotpo-widget-font.svg?version=2016-02-09_08-17-11") format("svg");font-weight:normal;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio: 0){@font-face{font-family:'yotpo-widget-font';src:url("//staticw2.yotpo.com/assets/yotpo-widget-font.svg?version=2016-02-09_08-17-11") format("svg")}}.yotpo .yotpo-icon,.yotpo .yotpo-icon:after,.yotpo .yotpo-icon:before{font-family:"yotpo-widget-font" !important}.yotpo .yotpo-icon{speak:none;font-size:17.5px;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;width:auto !important;background:none;height:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.yotpo .yotpo-icon-store:before{content:"\e600"}.yotpo .yotpo-icon-yotpo-logo:before{content:"\e609"}.yotpo .yotpo-icon-heart:before{content:"\e60b"}.yotpo .yotpo-icon-cross:before{content:"\e615"}.yotpo .yotpo-icon-facebook:before{content:"\e616"}.yotpo .yotpo-icon-double-bubble:before{content:"\e618"}.yotpo .yotpo-icon-write:before{content:"\e61e"}.yotpo .yotpo-icon-flag:before{content:"\e61f"}.yotpo .yotpo-icon-chat-bubble:before{content:"\e620"}.yotpo .yotpo-icon-video:before{content:"\e601"}.yotpo .yotpo-icon-up-arrow:before{content:"\e602"}.yotpo .yotpo-icon-twitter:before{content:"\e603"}.yotpo .yotpo-icon-thumbs-up:before{content:"\e604"}.yotpo .yotpo-icon-thumbs-down:before{content:"\e605"}.yotpo .yotpo-icon-three-lines:before{content:"\e606"}.yotpo .yotpo-icon-dot:before{content:"\e607"}.yotpo .yotpo-icon-seperator:before{content:"\e608"}.yotpo .yotpo-icon-checkmark:before{content:"\e60a"}.yotpo .yotpo-icon-camera:before{content:"\e60c"}.yotpo .yotpo-icon-attach:before{content:"\e60d"}.yotpo .yotpo-icon-default-star:before,.yotpo .yotpo-icon-star:before{content:"\e60e"}.yotpo .yotpo-icon-share:before{content:"\e60f"}.yotpo .yotpo-icon-cogwheel:before{content:"\e610"}.yotpo .yotpo-icon-right-arrow:before{content:"\e611"}.yotpo .yotpo-icon-linkedin:before{content:"\e612"}.yotpo .yotpo-icon-left-arrow:before{content:"\e613"}.yotpo .yotpo-icon-google:before{content:"\e614"}.yotpo .yotpo-icon-down-arrow:before{content:"\e617"}.yotpo .yotpo-icon-circle-checkmark:before{content:"\e619"}.yotpo .yotpo-icon-half-star:before{content:"\e61a"}.yotpo .yotpo-icon-empty-star:before{content:"\e61b"}.yotpo .yotpo-icon-profile-picture:before{content:"\e61c"}.yotpo .yotpo-icon-down-triangle:before{content:"\e61d"}.yotpo .yotpo-icon-left-arrow-thin:before{content:"\e621"}.yotpo .yotpo-icon-right-arrow-thin:before{content:"\e622"}.yotpo .yotpo-icon-quote-left:before{content:"\e623"}.yotpo .yotpo-icon-quote-right:before{content:"\e624"}.yotpo .icon-yotpo-bottom-corner:before{content:"\e626"}.yotpo .icon-yotpo-right-corner:before{content:"\e627"}.yotpo .icon-yotpo-top-corner:before{content:"\e628"}.yotpo .icon-yotpo-left-corner:before{content:"\e625"}.yotpo .yotpo-icon-half-star{-moz-transform:scaleX(1);-o-transform:scaleX(1);-webkit-transform:scaleX(1);transform:scaleX(1);filter:"";-ms-filter:""}.yotpo .yotpo-default-button,.yotpo input[type="button"].yotpo-default-button{display:inline-block;text-overflow:ellipsis;border:none;font-family:Open Sans;text-transform:uppercase;text-align:center;font-size:12px;padding:10px 15px;background:#a2a2a2;color:#fff;height:auto;margin:0 0 5px 0}.yotpo .yotpo-default-button:hover,.yotpo input[type="button"].yotpo-default-button:hover{cursor:pointer;background-color:#737373;color:white}.yotpo .yotpo-default-button:focus,.yotpo input[type="button"].yotpo-default-button:focus{outline-width:0px}.yotpo .yotpo-default-button.yotpo-disabled,.yotpo input[type="button"].yotpo-default-button.yotpo-disabled{background:#e3e3e3;color:#a2a2a2}.yotpo .yotpo-default-button.yotpo-disabled:hover,.yotpo input[type="button"].yotpo-default-button.yotpo-disabled:hover{cursor:default;background:#e3e3e3;color:#a2a2a2}.yotpo .yotpo-icon-btn-small{display:inline-block}.yotpo .yotpo-icon-btn-small:hover{cursor:pointer}.yotpo .yotpo-icon-btn-big{display:inline-block;padding:10px 15px}.yotpo .yotpo-icon-btn-big .yotpo-icon{font-size:25px}.yotpo .yotpo-icon-btn-big:hover{cursor:pointer}.yotpo .yotpo-icon-btn-xs{display:inline-block;padding:5px}.yotpo .yotpo-icon-btn-xs.yotpo-icon{font-size:15px}.yotpo .yotpo-icon-btn-xs:hover{cursor:pointer}.yotpo .xl-btn,.yotpo input[type="button"].xl-btn{display:inline-block;font-size:21px;padding:14px 18px}.yotpo .full-width-btn{display:block;width:100%;font-size:21px}.yotpo .primary-color-btn,.yotpo input[type="button"].primary-color-btn{background-color:#0062bf;color:#fff;font-weight:normal !important;text-shadow:none !important}.yotpo .primary-color-btn:hover,.yotpo input[type="button"].primary-color-btn:hover{background:#004e99 !important;border:none !important}.yotpo .primary-color-btn.yotpo-disabled,.yotpo input[type="button"].primary-color-btn.yotpo-disabled{background:#99c0e5;color:#fff}.yotpo .primary-color-btn.yotpo-disabled:hover,.yotpo input[type="button"].primary-color-btn.yotpo-disabled:hover{background:#99c0e5 !important;color:#fff !important;border:none !important}.yotpo .transparent-color-btn{background:transparent;color:#a2a2a2}.yotpo .transparent-color-btn span.yotpo-icon{color:#a2a2a2}.yotpo .transparent-color-btn:hover span,.yotpo .transparent-color-btn:hover i{color:#737373}.yotpo .transparent-color-btn.yotpo-disabled{color:#e3e3e3}.yotpo .transparent-color-btn.yotpo-disabled span,.yotpo .transparent-color-btn.yotpo-disabled i{color:#e3e3e3}.yotpo .transparent-color-btn.yotpo-disabled:hover{color:#e3e3e3;cursor:default}.yotpo .transparent-color-btn.yotpo-disabled:hover span,.yotpo .transparent-color-btn.yotpo-disabled:hover i{color:#e3e3e3;cursor:default}.yotpo .y-label,.yotpo label.y-label{font-size:13px;color:#a2a2a2;padding:20px 7px 15px 0px;min-width:100px;width:auto;text-align:start;display:inline-block;font-weight:normal;float:none}.yotpo input,.yotpo .y-input{background-color:transparent;font-family:Open Sans;height:32px;min-width:148px;max-width:100%;font-size:13px;color:#737373;padding:0 9px;margin:15px 10px 20px 0;border:solid 1px #e3e3e3;border-radius:0;-webkit-border-radius:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;-webkit-appearance:none}.yotpo .yotpo-multi-options{text-align:left;display:inline-block;float:left}.yotpo .yotpo-multi-options .yotpo-option{margin-top:15px}.yotpo .yotpo-multi-options .yotpo-option input[type="checkbox"]{margin:initial;min-width:initial;min-height:initial;padding:initial;display:inline-block;color:#a2a2a2;width:15px;height:15px;margin-left:20px;margin-right:12px;vertical-align:middle}.yotpo .yotpo-multi-options .yotpo-option label{vertical-align:middle;text-transform:capitalize;color:#4f4f4f}.yotpo .yotpo-product-related-fields-column .yotpo-product-related-fields-names{float:left}.yotpo .yotpo-product-related-fields-column .yotpo-product-related-fields-bars{float:left}.yotpo .yotpo-product-related-fields-column.yotpo-small-version{display:none}.yotpo .text-box,.yotpo .yotpo-text-box{display:initial;font-family:Open Sans;height:68px;min-width:148px;color:#737373;padding:12px 9px;margin:15px 0 20px;border:solid 1px #e3e3e3;word-wrap:break-word;resize:vertical;-webkit-appearance:none;-moz-appearance:none;-webkit-appearance:none}.yotpo .form-group{display:table;width:100%}.yotpo .form-group .form-element{text-align:left}.yotpo .form-group .form-element .y-label{display:block;white-space:nowrap;padding:0}.yotpo .form-group .form-element .y-label.yotpo-field-title{margin-top:10px;margin-bottom:25px;color:#4f4f4f}.yotpo .form-group .form-element .y-label.yotpo-field-title.yotpo-custom-field-error{font-weight:bold;color:#f04860}.yotpo .form-group .form-element .y-input{width:100%}.yotpo .form-group .form-element span{display:block}.yotpo .form-group .form-element span.yotpo-mandatory-mark{display:inline;color:red}.yotpo .form-group .form-element .yotpo-single-choice-field{padding-bottom:25px}.yotpo .form-group .form-element .yotpo-single-choice-field .yotpo-single-choice-option{display:block}.yotpo .form-group .form-element .yotpo-single-choice-field .yotpo-single-choice-option .yotpo-radio-wrapper{margin:0;height:17px;margin-bottom:15px;display:inline-block}.yotpo .form-group .form-element .yotpo-single-choice-field .yotpo-single-choice-option .yotpo-radio-wrapper input[type="radio"]{vertical-align:super;margin:0px 15px 0px 20px;height:auto;width:auto;min-width:0;border:none;-webkit-appearance:radio;-moz-appearance:radio;-webkit-appearance:radio}.yotpo .form-group .form-element .yotpo-single-choice-field .yotpo-single-choice-option .y-label{display:inline-block;vertical-align:super;color:#a2a2a2}.yotpo .form-group .form-element .yotpo-single-choice-field .yotpo-single-choice-option .y-label:first-letter{text-transform:capitalize}.yotpo .form-group .form-element .yotpo-multiple-choice-field{padding-bottom:25px}.yotpo .form-group .form-element .yotpo-multiple-choice-field .yotpo-multiple-choice-option{display:block}.yotpo .form-group .form-element .yotpo-multiple-choice-field .yotpo-multiple-choice-option .yotpo-checkbox-wrapper{margin:0;height:17px;margin-bottom:15px;display:inline-block}.yotpo .form-group .form-element .yotpo-multiple-choice-field .yotpo-multiple-choice-option .yotpo-checkbox-wrapper input[type="checkbox"]{vertical-align:super;margin:0px 15px 0px 20px;height:auto;width:auto;min-width:0;border:none;-webkit-appearance:checkbox;-moz-appearance:checkbox;-webkit-appearance:checkbox}.yotpo .form-group .form-element .yotpo-multiple-choice-field .yotpo-multiple-choice-option .y-label{display:inline-block;vertical-align:super;color:#a2a2a2}.yotpo .form-group .form-element .yotpo-multiple-choice-field .yotpo-multiple-choice-option .y-label:first-letter{text-transform:capitalize}.yotpo .form-group .form-element .yotpo-rating-field,.yotpo .form-group .form-element .yotpo-size-field{display:inline-block;width:100%;vertical-align:middle;text-align:left;margin-bottom:25px}.yotpo .form-group .form-element .yotpo-rating-field .yotpo-rating-field-content,.yotpo .form-group .form-element .yotpo-rating-field .yotpo-size-field-content,.yotpo .form-group .form-element .yotpo-size-field .yotpo-rating-field-content,.yotpo .form-group .form-element .yotpo-size-field .yotpo-size-field-content{text-align:left}.yotpo .form-group .form-element .yotpo-rating-field .yotpo-rating-field-content .yotpo-rating-field-buttons,.yotpo .form-group .form-element .yotpo-rating-field .yotpo-rating-field-content .yotpo-size-field-buttons,.yotpo .form-group .form-element .yotpo-rating-field .yotpo-size-field-content .yotpo-rating-field-buttons,.yotpo .form-group .form-element .yotpo-rating-field .yotpo-size-field-content .yotpo-size-field-buttons,.yotpo .form-group .form-element .yotpo-size-field .yotpo-rating-field-content .yotpo-rating-field-buttons,.yotpo .form-group .form-element .yotpo-size-field .yotpo-rating-field-content .yotpo-size-field-buttons,.yotpo .form-group .form-element .yotpo-size-field .yotpo-size-field-content .yotpo-rating-field-buttons,.yotpo .form-group .form-element .yotpo-size-field .yotpo-size-field-content .yotpo-size-field-buttons{float:left;display:block}.yotpo .form-group .form-element .yotpo-rating-field .yotpo-rating-field-content .yotpo-rating-field-buttons .yotpo-radio-wrapper,.yotpo .form-group .form-element .yotpo-rating-field .yotpo-rating-field-content .yotpo-size-field-buttons .yotpo-radio-wrapper,.yotpo .form-group .form-element .yotpo-rating-field .yotpo-size-field-content .yotpo-rating-field-buttons .yotpo-radio-wrapper,.yotpo .form-group .form-element .yotpo-rating-field .yotpo-size-field-content .yotpo-size-field-buttons .yotpo-radio-wrapper,.yotpo .form-group .form-element .yotpo-size-field .yotpo-rating-field-content .yotpo-rating-field-buttons .yotpo-radio-wrapper,.yotpo .form-group .form-element .yotpo-size-field .yotpo-rating-field-content .yotpo-size-field-buttons .yotpo-radio-wrapper,.yotpo .form-group .form-element .yotpo-size-field .yotpo-size-field-content .yotpo-rating-field-buttons .yotpo-radio-wrapper,.yotpo .form-group .form-element .yotpo-size-field .yotpo-size-field-content .yotpo-size-field-buttons .yotpo-radio-wrapper{margin:0;height:17px;margin-bottom:15px}.yotpo .form-group .form-element .yotpo-rating-field .yotpo-rating-field-content .yotpo-rating-field-buttons .yotpo-radio-wrapper input[type="radio"],.yotpo .form-group .form-element .yotpo-rating-field .yotpo-rating-field-content .yotpo-size-field-buttons .yotpo-radio-wrapper input[type="radio"],.yotpo .form-group .form-element .yotpo-rating-field .yotpo-size-field-content .yotpo-rating-field-buttons .yotpo-radio-wrapper input[type="radio"],.yotpo .form-group .form-element .yotpo-rating-field .yotpo-size-field-content .yotpo-size-field-buttons .yotpo-radio-wrapper input[type="radio"],.yotpo .form-group .form-element .yotpo-size-field .yotpo-rating-field-content .yotpo-rating-field-buttons .yotpo-radio-wrapper input[type="radio"],.yotpo .form-group .form-element .yotpo-size-field .yotpo-rating-field-content .yotpo-size-field-buttons .yotpo-radio-wrapper input[type="radio"],.yotpo .form-group .form-element .yotpo-size-field .yotpo-size-field-content .yotpo-rating-field-buttons .yotpo-radio-wrapper input[type="radio"],.yotpo .form-group .form-element .yotpo-size-field .yotpo-size-field-content .yotpo-size-field-buttons .yotpo-radio-wrapper input[type="radio"]{vertical-align:super;margin:0px 15px 0px 20px;height:auto;width:auto;min-width:0;border:none;-webkit-appearance:radio;-moz-appearance:radio;-webkit-appearance:radio}.yotpo .form-group .form-element .yotpo-rating-field .yotpo-rating-field-content .yotpo-rating-field-titles,.yotpo .form-group .form-element .yotpo-rating-field .yotpo-rating-field-content .yotpo-size-field-titles,.yotpo .form-group .form-element .yotpo-rating-field .yotpo-size-field-content .yotpo-rating-field-titles,.yotpo .form-group .form-element .yotpo-rating-field .yotpo-size-field-content .yotpo-size-field-titles,.yotpo .form-group .form-element .yotpo-size-field .yotpo-rating-field-content .yotpo-rating-field-titles,.yotpo .form-group .form-element .yotpo-size-field .yotpo-rating-field-content .yotpo-size-field-titles,.yotpo .form-group .form-element .yotpo-size-field .yotpo-size-field-content .yotpo-rating-field-titles,.yotpo .form-group .form-element .yotpo-size-field .yotpo-size-field-content .yotpo-size-field-titles{float:left;display:block}.yotpo .form-group .form-element .yotpo-rating-field .yotpo-rating-field-content .yotpo-rating-field-titles .y-label,.yotpo .form-group .form-element .yotpo-rating-field .yotpo-rating-field-content .yotpo-size-field-titles .y-label,.yotpo .form-group .form-element .yotpo-rating-field .yotpo-size-field-content .yotpo-rating-field-titles .y-label,.yotpo .form-group .form-element .yotpo-rating-field .yotpo-size-field-content .yotpo-size-field-titles .y-label,.yotpo .form-group .form-element .yotpo-size-field .yotpo-rating-field-content .yotpo-rating-field-titles .y-label,.yotpo .form-group .form-element .yotpo-size-field .yotpo-rating-field-content .yotpo-size-field-titles .y-label,.yotpo .form-group .form-element .yotpo-size-field .yotpo-size-field-content .yotpo-rating-field-titles .y-label,.yotpo .form-group .form-element .yotpo-size-field .yotpo-size-field-content .yotpo-size-field-titles .y-label{min-width:0;margin-bottom:15px;color:#a2a2a2}.yotpo .form-group .form-element .yotpo-rating-field .yotpo-rating-field-content .yotpo-rating-field-titles .y-label:first-letter,.yotpo .form-group .form-element .yotpo-rating-field .yotpo-rating-field-content .yotpo-size-field-titles .y-label:first-letter,.yotpo .form-group .form-element .yotpo-rating-field .yotpo-size-field-content .yotpo-rating-field-titles .y-label:first-letter,.yotpo .form-group .form-element .yotpo-rating-field .yotpo-size-field-content .yotpo-size-field-titles .y-label:first-letter,.yotpo .form-group .form-element .yotpo-size-field .yotpo-rating-field-content .yotpo-rating-field-titles .y-label:first-letter,.yotpo .form-group .form-element .yotpo-size-field .yotpo-rating-field-content .yotpo-size-field-titles .y-label:first-letter,.yotpo .form-group .form-element .yotpo-size-field .yotpo-size-field-content .yotpo-rating-field-titles .y-label:first-letter,.yotpo .form-group .form-element .yotpo-size-field .yotpo-size-field-content .yotpo-size-field-titles .y-label:first-letter{text-transform:capitalize}.yotpo .form-group .form-element .yotpo-rating-field .yotpo-rating-field-content .yotpo-rating-field-bars,.yotpo .form-group .form-element .yotpo-rating-field .yotpo-rating-field-content .yotpo-size-field-bars,.yotpo .form-group .form-element .yotpo-rating-field .yotpo-size-field-content .yotpo-rating-field-bars,.yotpo .form-group .form-element .yotpo-rating-field .yotpo-size-field-content .yotpo-size-field-bars,.yotpo .form-group .form-element .yotpo-size-field .yotpo-rating-field-content .yotpo-rating-field-bars,.yotpo .form-group .form-element .yotpo-size-field .yotpo-rating-field-content .yotpo-size-field-bars,.yotpo .form-group .form-element .yotpo-size-field .yotpo-size-field-content .yotpo-rating-field-bars,.yotpo .form-group .form-element .yotpo-size-field .yotpo-size-field-content .yotpo-size-field-bars{display:block;overflow:hidden;width:115px}.yotpo .form-group .form-element .yotpo-rating-field .yotpo-rating-field-content .yotpo-rating-field-bars .yotpo-rating-bars,.yotpo .form-group .form-element .yotpo-rating-field .yotpo-rating-field-content .yotpo-rating-field-bars .yotpo-size-bars,.yotpo .form-group .form-element .yotpo-rating-field .yotpo-rating-field-content .yotpo-size-field-bars .yotpo-rating-bars,.yotpo .form-group .form-element .yotpo-rating-field .yotpo-rating-field-content .yotpo-size-field-bars .yotpo-size-bars,.yotpo .form-group .form-element .yotpo-rating-field .yotpo-size-field-content .yotpo-rating-field-bars .yotpo-rating-bars,.yotpo .form-group .form-element .yotpo-rating-field .yotpo-size-field-content .yotpo-rating-field-bars .yotpo-size-bars,.yotpo .form-group .form-element .yotpo-rating-field .yotpo-size-field-content .yotpo-size-field-bars .yotpo-rating-bars,.yotpo .form-group .form-element .yotpo-rating-field .yotpo-size-field-content .yotpo-size-field-bars .yotpo-size-bars,.yotpo .form-group .form-element .yotpo-size-field .yotpo-rating-field-content .yotpo-rating-field-bars .yotpo-rating-bars,.yotpo .form-group .form-element .yotpo-size-field .yotpo-rating-field-content .yotpo-rating-field-bars .yotpo-size-bars,.yotpo .form-group .form-element .yotpo-size-field .yotpo-rating-field-content .yotpo-size-field-bars .yotpo-rating-bars,.yotpo .form-group .form-element .yotpo-size-field .yotpo-rating-field-content .yotpo-size-field-bars .yotpo-size-bars,.yotpo .form-group .form-element .yotpo-size-field .yotpo-size-field-content .yotpo-rating-field-bars .yotpo-rating-bars,.yotpo .form-group .form-element .yotpo-size-field .yotpo-size-field-content .yotpo-rating-field-bars .yotpo-size-bars,.yotpo .form-group .form-element .yotpo-size-field .yotpo-size-field-content .yotpo-size-field-bars .yotpo-rating-bars,.yotpo .form-group .form-element .yotpo-size-field .yotpo-size-field-content .yotpo-size-field-bars .yotpo-size-bars{display:block;float:none;height:17px;margin-bottom:15px}.yotpo .form-group .form-element.yotpo-product-tag-param{display:none !important}.yotpo .yotpo-rating-bars,.yotpo .yotpo-size-bars{vertical-align:middle;padding-left:20px;height:17px}.yotpo .yotpo-rating-bars .yotpo-product-related-field-score-bar,.yotpo .yotpo-size-bars .yotpo-product-related-field-score-bar{width:18px;height:6px;float:left;margin-top:6px;background-color:#e3e3e3}.yotpo .yotpo-rating-bars .yotpo-product-related-field-score-bar.yotpo-rating-bar-full,.yotpo .yotpo-size-bars .yotpo-product-related-field-score-bar.yotpo-rating-bar-full{background-color:#0062bf}.yotpo .yotpo-rating-bars .yotpo-product-related-field-score-bar.yotpo-size-bar-offset,.yotpo .yotpo-size-bars .yotpo-product-related-field-score-bar.yotpo-size-bar-offset{background-color:#f04860}.yotpo .yotpo-rating-bars .yotpo-product-related-field-score-bar.yotpo-size-bar-fit,.yotpo .yotpo-size-bars .yotpo-product-related-field-score-bar.yotpo-size-bar-fit{background-color:#1cc286}.yotpo .yotpo-rating-bars .yotpo-product-related-field-score-bar.yotpo-size-bar-empty,.yotpo .yotpo-size-bars .yotpo-product-related-field-score-bar.yotpo-size-bar-empty{background-color:transparent;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:1px solid #e3e3e3}.yotpo .yotpo-rating-bars .yotpo-product-related-field-score-divider,.yotpo .yotpo-size-bars .yotpo-product-related-field-score-divider{width:1px;height:6px;float:left}.yotpo .yotpo-small-box,.yotpo .yotpo-regular-small-box,.yotpo .yotpo-popup-box-medium{border-bottom:1px solid #e3e3e3}.yotpo .yotpo-small-box.no-border,.yotpo .yotpo-regular-small-box.no-border,.yotpo .yotpo-popup-box-medium.no-border{border-bottom:none}.yotpo .yotpo-regular-box{padding:25px 0 22px;margin:0 10px;border-top:1px solid #e3e3e3}.yotpo .yotpo-small-box{padding:25px 10px 0 10px}.yotpo .yotpo-regular-small-box{padding:25px 0px 15px 0px;margin:0 10px}.yotpo .yotpo-comments-box{margin-left:22px;border-left:2px solid #99c0e5;margin-top:25px}.yotpo .yotpo-comments-box .yotpo-comment-box{margin-left:22px;padding:25px 0}.yotpo .yotpo-popup-box-small{padding-top:12px;margin:0 10px}.yotpo .yotpo-popup-box-medium{padding:12px 0;margin:0 10px}.yotpo .yotpo-popup-box-large{padding:12px 10px 5px}.yotpo .yotpo-nav-primary-testimonials{float:left}.yotpo .yotpo-nav{background:transparent;font-family:Open Sans;border-color:rgba(0,39,59,0.08);display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.yotpo .yotpo-nav ul{float:left;padding:0;font-size:15px;margin:0px}.yotpo .yotpo-nav ul :first-letter{text-transform:capitalize}.yotpo .yotpo-nav ul .yotpo-nav-tab span{display:inline;margin:0;padding:0;line-height:1;position:relative;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;text-align:-webkit-match-parent;color:#4f4f4f}.yotpo .yotpo-nav ul .yotpo-nav-tab:hover{cursor:pointer}.yotpo .yotpo-nav ul .yotpo-nav-tab:hover span{color:#3381cc}.yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active{font-weight:bold}.yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active span{color:#0062bf}.yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active .yotpo-nav-wrapper{border-bottom:3px solid;border-color:#0062bf;overflow:visible;max-width:none}.yotpo .yotpo-nav ul .status-bar{float:left;font-size:12px}.yotpo .yotpo-nav li{float:left;padding-right:18px;font-size:15px;font-family:Open Sans;display:list-item}.yotpo .yotpo-nav li .yotpo-nav-wrapper{padding-bottom:6px;margin:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;min-width:20px;max-width:250px}.yotpo .yotpo-nav.questions .sorting{display:none}.yotpo .yotpo-nav-content>div{display:none}.yotpo .yotpo-nav-content>div.yotpo-active{background-image:none;display:block}.yotpo .yotpo-dropdown-wrapper{display:inline-block;float:right}.yotpo .yotpo-dropdown-wrapper.mobile-collapse .transparent-color-btn{width:100%}.yotpo .yotpo-dropdown-wrapper .yotpo-icon-seperator{float:right;color:#e3e3e3}.yotpo .yotpo-nav-dropdown{float:right;position:relative}.yotpo .yotpo-nav-dropdown label{display:inline;color:#a2a2a2;padding-left:9px;padding-bottom:16px;font-size:12px}.yotpo .yotpo-nav-dropdown .sort-wrap{display:inline-block}.yotpo .yotpo-nav-dropdown .yotpo-icon{color:#a2a2a2;padding-left:5px}.yotpo .yotpo-nav-dropdown .yotpo-icon:hover{cursor:pointer}.yotpo .yotpo-nav-dropdown .selected{color:#737373}.yotpo .yotpo-nav-dropdown .selected:hover{cursor:pointer}.yotpo .yotpo-nav-dropdown .seperator{color:#a2a2a2;padding-left:18px}.yotpo .yotpo-dropdown{display:none;position:absolute;left:45px;top:20px;min-width:96px;max-height:200px;text-align:left;background:#fff !important;border:solid 1px #e3e3e3;z-index:10}.yotpo .yotpo-dropdown ul{background:red;margin:0px;padding:0px}.yotpo .yotpo-dropdown .list-category{display:block;padding:7px 9px 9px 9px;font-size:12px;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.yotpo .yotpo-dropdown .list-category:first-letter{text-transform:capitalize}.yotpo .yotpo-dropdown .list-category:hover{cursor:pointer;background:#e3e3e3}.yotpo .yotpo-dropdown .list-category a{font-size:12px;color:#737373 !important}.yotpo .write-question-wrapper{width:100%;display:none;overflow:hidden}.yotpo .write-question-wrapper .write-question-content .form-group .yotpo-text-box{width:100%}.yotpo .write-question-button{margin-left:15px}.yotpo .write-review-wrapper{position:relative;width:100%;display:none;overflow:hidden}.yotpo .write-review .yotpo-header{margin-bottom:20px}.yotpo .write-review .yotpo-header .y-label{padding-top:0}.yotpo .write-review .yotpo-header .yotpo-header-title{font-size:15px}.yotpo .write-review .yotpo-header .yotpo-icon{color:#FFD200;font-size:26px;height:auto}.yotpo .write-review .yotpo-header .profile-wrapper{color:#0062bf;display:inline-block;height:50px;width:50px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;background:#66a1d9;text-align:center;padding-top:6px;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.yotpo .write-review .yotpo-header .profile-wrapper .yotpo-icon{font-size:45px;color:#0062bf}.yotpo .write-review .yotpo-header .stars-wrapper{display:inline-block;vertical-align:top}.yotpo .write-review .yotpo-header .stars-wrapper .yotpo-icon-empty-star:hover:before{content:"\e60e"}.yotpo .write-review .yotpo-footer{display:none;width:100%;vertical-align:middle}.yotpo .write-review .socialize-wrapper{display:none;width:273px;position:absolute}.yotpo .write-review .socialize-wrapper .socialize{display:inline-block;float:left;margin-bottom:10px;min-width:147px}.yotpo .write-review .socialize-wrapper .yotpo-or{display:inline-block;text-align:center;margin-top:60px;width:93px;text-align:center}.yotpo .write-review .socialize-wrapper .connected{display:none;margin-top:40px}.yotpo .write-review .connect-wrapper{padding-left:273px;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.yotpo .write-review .connect-wrapper .form-element{float:left;width:50%;min-width:162px;padding-right:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.yotpo .write-review .connect-wrapper .form-element .y-input{margin:0;width:100%}.yotpo .write-review .connect-wrapper .form-element:first-child{padding-right:15px}.yotpo .write-review .connect-wrapper .form-element.email-input{display:none}.yotpo .write-review .yotpo-submit{display:inline-block;margin-bottom:10px;float:right;margin-top:15px !important}.yotpo .write-review .yotpo-toa{padding-left:0;width:85%}.yotpo .write-review .yotpo-preloader-wrapper{float:right;width:88px;margin-right:10px;margin-top:2px}.yotpo .yotpo-review .yotpo-header,.yotpo .yotpo-comment .yotpo-header,.yotpo .yotpo-question .yotpo-header{position:relative;color:#a2a2a2}.yotpo .yotpo-review .yotpo-header .yotpo-header-element,.yotpo .yotpo-comment .yotpo-header .yotpo-header-element,.yotpo .yotpo-question .yotpo-header .yotpo-header-element{padding-top:2px;display:inline-block;vertical-align:top}.yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label,.yotpo .yotpo-comment .yotpo-header .yotpo-header-element .y-label,.yotpo .yotpo-question .yotpo-header .yotpo-header-element .y-label{min-width:0px;padding:0px;font-size:12px;vertical-align:top}.yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-title,.yotpo .yotpo-comment .yotpo-header .yotpo-header-element .y-label.yotpo-user-title,.yotpo .yotpo-question .yotpo-header .yotpo-header-element .y-label.yotpo-user-title{background:none}.yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name,.yotpo .yotpo-comment .yotpo-header .yotpo-header-element .y-label.yotpo-user-name,.yotpo .yotpo-question .yotpo-header .yotpo-header-element .y-label.yotpo-user-name{color:#0062bf}.yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-review-date,.yotpo .yotpo-comment .yotpo-header .yotpo-header-element .y-label.yotpo-review-date,.yotpo .yotpo-question .yotpo-header .yotpo-header-element .y-label.yotpo-review-date{float:left}.yotpo .yotpo-review .yotpo-header .yotpo-icon-profile,.yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile,.yotpo .yotpo-question .yotpo-header .yotpo-icon-profile{position:relative;width:45px;height:45px;margin-right:8px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;background:#66a1d9}.yotpo .yotpo-review .yotpo-header .yotpo-icon-profile .yotpo-user-letter,.yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile .yotpo-user-letter,.yotpo .yotpo-question .yotpo-header .yotpo-icon-profile .yotpo-user-letter{background:transparent !important;position:absolute;top:13px;width:100%;min-width:100%;left:1px;text-align:center;font-size:20px;color:#fff}.yotpo .yotpo-review .yotpo-header .yotpo-icon-profile .yotpo-user-letter span.yotpo-icon,.yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile .yotpo-user-letter span.yotpo-icon,.yotpo .yotpo-question .yotpo-header .yotpo-icon-profile .yotpo-user-letter span.yotpo-icon{color:#fff}.yotpo .yotpo-review .yotpo-header .yotpo-icon-profile .yotpo-icon-circle-checkmark,.yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile .yotpo-icon-circle-checkmark,.yotpo .yotpo-question .yotpo-header .yotpo-icon-profile .yotpo-icon-circle-checkmark{display:none;position:absolute;left:31px;top:28px;background:#fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;width:18.3px}.yotpo .yotpo-review .yotpo-header .yotpo-icon-profile-social,.yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile-social,.yotpo .yotpo-question .yotpo-header .yotpo-icon-profile-social{width:45px;height:45px;margin-right:7px}.yotpo .yotpo-review .yotpo-header .yotpo-icon-profile-social img,.yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile-social img,.yotpo .yotpo-question .yotpo-header .yotpo-icon-profile-social img{max-width:100% !important;width:100% !important;height:auto !important}.yotpo .yotpo-review .yotpo-header.yotpo-verified-user .yotpo-icon-circle-checkmark,.yotpo .yotpo-comment .yotpo-header.yotpo-verified-user .yotpo-icon-circle-checkmark,.yotpo .yotpo-question .yotpo-header.yotpo-verified-user .yotpo-icon-circle-checkmark{display:inline-block;color:#2f84ed}.yotpo .yotpo-review .yotpo-header.yotpo-verified-buyer .yotpo-icon-circle-checkmark,.yotpo .yotpo-comment .yotpo-header.yotpo-verified-buyer .yotpo-icon-circle-checkmark,.yotpo .yotpo-question .yotpo-header.yotpo-verified-buyer .yotpo-icon-circle-checkmark{display:inline-block;color:#1cc286}.yotpo .yotpo-review .yotpo-header.yotpo-store-owner .yotpo-icon-circle-checkmark,.yotpo .yotpo-comment .yotpo-header.yotpo-store-owner .yotpo-icon-circle-checkmark,.yotpo .yotpo-question .yotpo-header.yotpo-store-owner .yotpo-icon-circle-checkmark{display:inline-block;color:#efae00}.yotpo .yotpo-review .yotpo-header.yotpo-store-owner .yotpo-store-avatar,.yotpo .yotpo-comment .yotpo-header.yotpo-store-owner .yotpo-store-avatar,.yotpo .yotpo-question .yotpo-header.yotpo-store-owner .yotpo-store-avatar{background:transparent;background-image:none !important}.yotpo .yotpo-review .yotpo-header.yotpo-store-owner .yopto-avatar-wrapper,.yotpo .yotpo-comment .yotpo-header.yotpo-store-owner .yopto-avatar-wrapper,.yotpo .yotpo-question .yotpo-header.yotpo-store-owner .yopto-avatar-wrapper{border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;overflow:hidden;height:inherit}.yotpo .yotpo-review .yotpo-header.yotpo-store-owner img.yotpo-store-avatar,.yotpo .yotpo-comment .yotpo-header.yotpo-store-owner img.yotpo-store-avatar,.yotpo .yotpo-question .yotpo-header.yotpo-store-owner img.yotpo-store-avatar{width:100%;height:auto;vertical-align:middle}.yotpo .yotpo-review .yotpo-header .yotpo-user-name,.yotpo .yotpo-comment .yotpo-header .yotpo-user-name,.yotpo .yotpo-question .yotpo-header .yotpo-user-name{float:left;color:#0062bf;font-weight:bolder;margin-right:5px}.yotpo .yotpo-review .yotpo-header .yotpo-header-actions,.yotpo .yotpo-comment .yotpo-header .yotpo-header-actions,.yotpo .yotpo-question .yotpo-header .yotpo-header-actions{float:right}.yotpo .yotpo-review .yotpo-header .yotpo-review-stars,.yotpo .yotpo-comment .yotpo-header .yotpo-review-stars,.yotpo .yotpo-question .yotpo-header .yotpo-review-stars{float:left;display:inline-block;margin-top:7px;margin-right:10px}.yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-icon,.yotpo .yotpo-comment .yotpo-header .yotpo-review-stars .yotpo-icon,.yotpo .yotpo-question .yotpo-header .yotpo-review-stars .yotpo-icon{float:left;color:#FFD200}.yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-user-related-fields,.yotpo .yotpo-comment .yotpo-header .yotpo-review-stars .yotpo-user-related-fields,.yotpo .yotpo-question .yotpo-header .yotpo-review-stars .yotpo-user-related-fields{margin-top:15px}.yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-description,.yotpo .yotpo-comment .yotpo-header .yotpo-review-stars .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-description,.yotpo .yotpo-question .yotpo-header .yotpo-review-stars .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-description{font-style:italic !important;font-weight:bold;margin-right:7px;color:#4f4f4f}.yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-answer,.yotpo .yotpo-comment .yotpo-header .yotpo-review-stars .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-answer,.yotpo .yotpo-question .yotpo-header .yotpo-review-stars .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-answer{color:#4f4f4f}.yotpo .yotpo-review .yotpo-main,.yotpo .yotpo-comment .yotpo-main,.yotpo .yotpo-question .yotpo-main{display:block;margin-top:10px;margin-right:0px;margin-bottom:15px;margin-left:53px}.yotpo .yotpo-review .yotpo-main .content-title,.yotpo .yotpo-comment .yotpo-main .content-title,.yotpo .yotpo-question .yotpo-main .content-title{display:inline-block;float:left;color:#4f4f4f;padding-bottom:5px}.yotpo .yotpo-review .yotpo-main .content-review,.yotpo .yotpo-comment .yotpo-main .content-review,.yotpo .yotpo-question .yotpo-main .content-review{display:inline;color:#4f4f4f}.yotpo .yotpo-review .yotpo-main .yotpo-review-images-wrapper,.yotpo .yotpo-comment .yotpo-main .yotpo-review-images-wrapper,.yotpo .yotpo-question .yotpo-main .yotpo-review-images-wrapper{float:left;margin:16px 0}.yotpo .yotpo-review .yotpo-main .yotpo-review-images-wrapper .image-review,.yotpo .yotpo-comment .yotpo-main .yotpo-review-images-wrapper .image-review,.yotpo .yotpo-question .yotpo-main .yotpo-review-images-wrapper .image-review{border:1px solid #e1e5ee;border-radius:4px;width:84px;height:84px;float:left;cursor:pointer;-webkit-backface-visibility:hidden}.yotpo .yotpo-review .yotpo-main .yotpo-review-images-wrapper .image-review:hover,.yotpo .yotpo-comment .yotpo-main .yotpo-review-images-wrapper .image-review:hover,.yotpo .yotpo-question .yotpo-main .yotpo-review-images-wrapper .image-review:hover{-moz-opacity:0.70;opacity:0.70;filter:alpha(opacity=70)}.yotpo .yotpo-review .yotpo-main .yotpo-review-images-wrapper .image-review+.image-review,.yotpo .yotpo-comment .yotpo-main .yotpo-review-images-wrapper .image-review+.image-review,.yotpo .yotpo-question .yotpo-main .yotpo-review-images-wrapper .image-review+.image-review{margin-left:8px}.yotpo .yotpo-review .yotpo-main .product-link,.yotpo .yotpo-comment .yotpo-main .product-link,.yotpo .yotpo-question .yotpo-main .product-link{display:none;padding-bottom:0;width:100%;white-space:normal}.yotpo .yotpo-review .yotpo-main .yotpo-multiple-rating-fields,.yotpo .yotpo-comment .yotpo-main .yotpo-multiple-rating-fields,.yotpo .yotpo-question .yotpo-main .yotpo-multiple-rating-fields{margin-top:15px}.yotpo .yotpo-review .yotpo-main .yotpo-multiple-rating-fields .yotpo-product-related-fields,.yotpo .yotpo-comment .yotpo-main .yotpo-multiple-rating-fields .yotpo-product-related-fields,.yotpo .yotpo-question .yotpo-main .yotpo-multiple-rating-fields .yotpo-product-related-fields{margin-bottom:20px}.yotpo .yotpo-review .yotpo-main .yotpo-multiple-rating-fields .yotpo-product-related-fields .yotpo-product-related-wrapper,.yotpo .yotpo-comment .yotpo-main .yotpo-multiple-rating-fields .yotpo-product-related-fields .yotpo-product-related-wrapper,.yotpo .yotpo-question .yotpo-main .yotpo-multiple-rating-fields .yotpo-product-related-fields .yotpo-product-related-wrapper{background-color:#f6f8fc;padding:15px}.yotpo .yotpo-review .yotpo-main .yotpo-multiple-rating-fields .yotpo-product-related-fields .yotpo-product-related-wrapper .yotpo-product-related-fields-column,.yotpo .yotpo-comment .yotpo-main .yotpo-multiple-rating-fields .yotpo-product-related-fields .yotpo-product-related-wrapper .yotpo-product-related-fields-column,.yotpo .yotpo-question .yotpo-main .yotpo-multiple-rating-fields .yotpo-product-related-fields .yotpo-product-related-wrapper .yotpo-product-related-fields-column{display:inline-block;margin-right:28px}.yotpo .yotpo-review .yotpo-main .yotpo-multiple-rating-fields .yotpo-product-related-fields .yotpo-product-related-wrapper .yotpo-product-related-fields-column.yotpo-small-version,.yotpo .yotpo-comment .yotpo-main .yotpo-multiple-rating-fields .yotpo-product-related-fields .yotpo-product-related-wrapper .yotpo-product-related-fields-column.yotpo-small-version,.yotpo .yotpo-question .yotpo-main .yotpo-multiple-rating-fields .yotpo-product-related-fields .yotpo-product-related-wrapper .yotpo-product-related-fields-column.yotpo-small-version{display:none}.yotpo .yotpo-review .yotpo-main .yotpo-multiple-rating-fields .yotpo-user-related-fields,.yotpo .yotpo-comment .yotpo-main .yotpo-multiple-rating-fields .yotpo-user-related-fields,.yotpo .yotpo-question .yotpo-main .yotpo-multiple-rating-fields .yotpo-user-related-fields{display:none;margin:15px 0}.yotpo .yotpo-review .yotpo-main .yotpo-multiple-rating-fields .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-description,.yotpo .yotpo-comment .yotpo-main .yotpo-multiple-rating-fields .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-description,.yotpo .yotpo-question .yotpo-main .yotpo-multiple-rating-fields .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-description{font-style:italic !important;font-weight:bold;margin-right:7px;color:#4f4f4f}.yotpo .yotpo-review .yotpo-main .yotpo-multiple-rating-fields .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-answer,.yotpo .yotpo-comment .yotpo-main .yotpo-multiple-rating-fields .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-answer,.yotpo .yotpo-question .yotpo-main .yotpo-multiple-rating-fields .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-answer{color:#4f4f4f}.yotpo .yotpo-review .yotpo-footer,.yotpo .yotpo-comment .yotpo-footer,.yotpo .yotpo-question .yotpo-footer{position:relative;color:#a2a2a2;margin-left:53px}.yotpo .yotpo-review .yotpo-footer .footer-actions,.yotpo .yotpo-comment .yotpo-footer .footer-actions,.yotpo .yotpo-question .yotpo-footer .footer-actions{display:inline-block;float:left}.yotpo .yotpo-review .yotpo-footer .footer-actions .share-options-wrapper,.yotpo .yotpo-comment .yotpo-footer .footer-actions .share-options-wrapper,.yotpo .yotpo-question .yotpo-footer .footer-actions .share-options-wrapper{display:inline-block}.yotpo .yotpo-review .yotpo-footer .footer-actions .share-options-wrapper .facebook,.yotpo .yotpo-review .yotpo-footer .footer-actions .share-options-wrapper .twitter,.yotpo .yotpo-review .yotpo-footer .footer-actions .share-options-wrapper .linkedin,.yotpo .yotpo-review .yotpo-footer .footer-actions .share-options-wrapper .google,.yotpo .yotpo-comment .yotpo-footer .footer-actions .share-options-wrapper .facebook,.yotpo .yotpo-comment .yotpo-footer .footer-actions .share-options-wrapper .twitter,.yotpo .yotpo-comment .yotpo-footer .footer-actions .share-options-wrapper .linkedin,.yotpo .yotpo-comment .yotpo-footer .footer-actions .share-options-wrapper .google,.yotpo .yotpo-question .yotpo-footer .footer-actions .share-options-wrapper .facebook,.yotpo .yotpo-question .yotpo-footer .footer-actions .share-options-wrapper .twitter,.yotpo .yotpo-question .yotpo-footer .footer-actions .share-options-wrapper .linkedin,.yotpo .yotpo-question .yotpo-footer .footer-actions .share-options-wrapper .google{float:none;margin:none;padding:none}.yotpo .yotpo-review .yotpo-footer .yotpo-icon-dot,.yotpo .yotpo-review .yotpo-footer .yotpo-icon-seperator,.yotpo .yotpo-comment .yotpo-footer .yotpo-icon-dot,.yotpo .yotpo-comment .yotpo-footer .yotpo-icon-seperator,.yotpo .yotpo-question .yotpo-footer .yotpo-icon-dot,.yotpo .yotpo-question .yotpo-footer .yotpo-icon-seperator{font-size:12px}.yotpo .yotpo-review .yotpo-footer .y-label,.yotpo .yotpo-comment .yotpo-footer .y-label,.yotpo .yotpo-question .yotpo-footer .y-label{min-width:0px;padding:0px;text-transform:capitalize}.yotpo .yotpo-review .yotpo-footer .yotpo-helpful,.yotpo .yotpo-comment .yotpo-footer .yotpo-helpful,.yotpo .yotpo-question .yotpo-footer .yotpo-helpful{display:inline-block;float:right}.yotpo .yotpo-review .yotpo-footer .yotpo-helpful .yotpo-sum,.yotpo .yotpo-comment .yotpo-footer .yotpo-helpful .yotpo-sum,.yotpo .yotpo-question .yotpo-footer .yotpo-helpful .yotpo-sum{margin:0}.yotpo .yotpo-review .yotpo-footer .yotpo-helpful .vote-btn,.yotpo .yotpo-comment .yotpo-footer .yotpo-helpful .vote-btn,.yotpo .yotpo-question .yotpo-footer .yotpo-helpful .vote-btn{margin-left:10px}.yotpo .yotpo-review .yotpo-footer .yotpo-helpful .yotpo-vote-text,.yotpo .yotpo-comment .yotpo-footer .yotpo-helpful .yotpo-vote-text,.yotpo .yotpo-question .yotpo-footer .yotpo-helpful .yotpo-vote-text{cursor:pointer}.yotpo .yotpo-review .yotpo-footer .share-options,.yotpo .yotpo-comment .yotpo-footer .share-options,.yotpo .yotpo-question .yotpo-footer .share-options{display:none}.yotpo .yotpo-review .yotpo-footer .yotpo-action i,.yotpo .yotpo-comment .yotpo-footer .yotpo-action i,.yotpo .yotpo-question .yotpo-footer .yotpo-action i{font-size:13px}.yotpo .yotpo-review .yotpo-footer .yotpo-action:hover,.yotpo .yotpo-comment .yotpo-footer .yotpo-action:hover,.yotpo .yotpo-question .yotpo-footer .yotpo-action:hover{color:#0062bf;cursor:pointer}.yotpo .yotpo-review .yotpo-footer .yotpo-action:hover .y-label,.yotpo .yotpo-review .yotpo-footer .yotpo-action:hover .transparent-color-btn,.yotpo .yotpo-comment .yotpo-footer .yotpo-action:hover .y-label,.yotpo .yotpo-comment .yotpo-footer .yotpo-action:hover .transparent-color-btn,.yotpo .yotpo-question .yotpo-footer .yotpo-action:hover .y-label,.yotpo .yotpo-question .yotpo-footer .yotpo-action:hover .transparent-color-btn{cursor:pointer;color:#0062bf}.yotpo .yotpo-review .yotpo-footer .yotpo-action:hover .yotpo-icon-share,.yotpo .yotpo-comment .yotpo-footer .yotpo-action:hover .yotpo-icon-share,.yotpo .yotpo-question .yotpo-footer .yotpo-action:hover .yotpo-icon-share{color:inherit}.yotpo .yotpo-review .yotpo-footer .yotpo-action:hover i,.yotpo .yotpo-comment .yotpo-footer .yotpo-action:hover i,.yotpo .yotpo-question .yotpo-footer .yotpo-action:hover i{color:inherit}.yotpo .yotpo-review .yotpo-footer .footer-additional-actions,.yotpo .yotpo-comment .yotpo-footer .footer-additional-actions,.yotpo .yotpo-question .yotpo-footer .footer-additional-actions{display:none}.yotpo .yotpo-review .yotpo-footer .yotpo-syndication-reference,.yotpo .yotpo-comment .yotpo-footer .yotpo-syndication-reference,.yotpo .yotpo-question .yotpo-footer .yotpo-syndication-reference{margin-top:10px}.yotpo .yotpo-review .yotpo-footer .yotpo-syndication-reference label,.yotpo .yotpo-comment .yotpo-footer .yotpo-syndication-reference label,.yotpo .yotpo-question .yotpo-footer .yotpo-syndication-reference label{float:left}.yotpo .yotpo-review .yotpo-footer .yotpo-syndication-reference img,.yotpo .yotpo-comment .yotpo-footer .yotpo-syndication-reference img,.yotpo .yotpo-question .yotpo-footer .yotpo-syndication-reference img{margin-left:10px;height:22px;width:52px}.yotpo .yotpo-review .yotpo-footer.yotpo-show-more,.yotpo .yotpo-comment .yotpo-footer.yotpo-show-more,.yotpo .yotpo-question .yotpo-footer.yotpo-show-more{padding-top:25px}.yotpo .yotpo-review .yotpo-footer.yotpo-show-more label,.yotpo .yotpo-comment .yotpo-footer.yotpo-show-more label,.yotpo .yotpo-question .yotpo-footer.yotpo-show-more label{text-transform:none}.yotpo .yotpo-review .yotpo-read-more,.yotpo .yotpo-comment .yotpo-read-more,.yotpo .yotpo-question .yotpo-read-more{white-space:nowrap;color:#0062bf;cursor:pointer}.yotpo .yotpo-review .rest-content-collapsed,.yotpo .yotpo-comment .rest-content-collapsed,.yotpo .yotpo-question .rest-content-collapsed{display:none;color:inherit}.yotpo .yotpo-review .yotpo-comments-box,.yotpo .yotpo-review .yotpo-show-more,.yotpo .yotpo-comment .yotpo-comments-box,.yotpo .yotpo-comment .yotpo-show-more,.yotpo .yotpo-question .yotpo-comments-box,.yotpo .yotpo-question .yotpo-show-more{display:none}.yotpo .yotpo-review .yotpo-comments-box.visible,.yotpo .yotpo-review .yotpo-show-more.visible,.yotpo .yotpo-comment .yotpo-comments-box.visible,.yotpo .yotpo-comment .yotpo-show-more.visible,.yotpo .yotpo-question .yotpo-comments-box.visible,.yotpo .yotpo-question .yotpo-show-more.visible{display:inherit}.yotpo .error-box{position:relative;display:block;width:100%;min-height:25px;height:auto;background:#f04860;text-align:left;margin-top:15px}.yotpo .error-box .text-wrapper{padding-left:5px;margin-right:25px}.yotpo .error-box .text-wrapper .error-text{color:#fff;font-size:12px;line-height:25px}.yotpo .error-box .yotpo-icon-cross{font-size:15px !important}.yotpo .error-box .transparent-color-btn{position:absolute;top:3px;right:5px}.yotpo .error-box .transparent-color-btn .yotpo-icon{color:#fff}.yotpo .error{border:solid 1px #f04860}.yotpo .yotpo-tool-tip,.yotpo .yotpo-tool-tip-question,.yotpo .yotpo-tool-tip-answer{display:none;height:auto;padding:20px;border:solid 1px #e3e3e3 !important;position:absolute;opacity:0;border:none;max-width:300px;width:70%;background:#fff;z-index:20}.yotpo .yotpo-tool-tip .tool-tip-header,.yotpo .yotpo-tool-tip-question .tool-tip-header,.yotpo .yotpo-tool-tip-answer .tool-tip-header{margin-bottom:15px;font-weight:bold;font-size:13px}.yotpo .yotpo-tool-tip .tool-tip-header .header-blue,.yotpo .yotpo-tool-tip-question .tool-tip-header .header-blue,.yotpo .yotpo-tool-tip-answer .tool-tip-header .header-blue{color:#2f84ed}.yotpo .yotpo-tool-tip .tool-tip-header .header-green,.yotpo .yotpo-tool-tip-question .tool-tip-header .header-green,.yotpo .yotpo-tool-tip-answer .tool-tip-header .header-green{color:#1cc286}.yotpo .yotpo-tool-tip .tool-tip-header .header-orange,.yotpo .yotpo-tool-tip-question .tool-tip-header .header-orange,.yotpo .yotpo-tool-tip-answer .tool-tip-header .header-orange{color:#efae00}.yotpo .yotpo-tool-tip .tool-tip-content,.yotpo .yotpo-tool-tip-question .tool-tip-content,.yotpo .yotpo-tool-tip-answer .tool-tip-content{font-size:12px;color:#737373}.yotpo .yotpo-field-bars-container{position:relative}.yotpo .yotpo-field-bars-container .yotpo-action-hover{position:absolute;width:100%;height:100%;top:0}.yotpo .yotpo-field-bars-container .yotpo-tool-tip{width:inherit;top:-25px;left:130px;border-radius:3px;padding:13px 16px 8px 16px;-webkit-box-shadow:0px 0px 11px 1px rgba(0,0,0,0.02);-moz-box-shadow:0px 0px 11px 1px rgba(0,0,0,0.02);box-shadow:0px 0px 11px 1px rgba(0,0,0,0.02)}.yotpo .yotpo-field-bars-container .yotpo-tool-tip .tool-tip-content{font-size:11px;white-space:nowrap}.yotpo .yotpo-field-bars-container .yotpo-tool-tip .yotpo-size-bars{padding-left:0;margin-top:-4px;margin-bottom:3px}.yotpo .yotpo-field-bars-container .yotpo-tool-tip::after,.yotpo .yotpo-field-bars-container .yotpo-tool-tip::before{width:0;height:0;content:"";display:block;position:absolute;right:100%;top:2em}.yotpo .yotpo-field-bars-container .yotpo-tool-tip::after{border-right:6px solid #fff;border-bottom:6px solid transparent;border-top:6px solid transparent;z-index:1;margin-left:1px}.yotpo .yotpo-field-bars-container .yotpo-tool-tip::before{border-right:7px solid #e3e3e3;border-bottom:7px solid transparent;border-top:7px solid transparent;-webkit-box-shadow:0px 0px 11px 1px rgba(0,0,0,0.02);-moz-box-shadow:0px 0px 11px 1px rgba(0,0,0,0.02);box-shadow:0px 0px 11px 1px rgba(0,0,0,0.02);margin-left:1px;margin-top:-1px;z-index:-1}.yotpo.yotpo-main-widget,.yotpo .yotpo-modal-dialog{display:block;width:100%;margin:0 auto}.yotpo.yotpo-main-widget .yotpo-icon-btn,.yotpo .yotpo-modal-dialog .yotpo-icon-btn{display:inline-block;padding:6px 11px}.yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon,.yotpo .yotpo-modal-dialog .yotpo-icon-btn .yotpo-icon{font-size:19px;color:#fff}.yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon-button-text,.yotpo .yotpo-modal-dialog .yotpo-icon-btn .yotpo-icon-button-text{color:#fff}.yotpo.yotpo-main-widget .yotpo-icon-btn:hover,.yotpo .yotpo-modal-dialog .yotpo-icon-btn:hover{cursor:pointer}.yotpo.yotpo-main-widget .yotpo-label .yotpo-logo-title,.yotpo .yotpo-modal-dialog .yotpo-label .yotpo-logo-title{float:left;margin-top:15px;color:#a2a2a2}.yotpo.yotpo-main-widget .yotpo-label .yotpo-icon-btn-big,.yotpo .yotpo-modal-dialog .yotpo-label .yotpo-icon-btn-big{padding:10px 5px;float:left}.yotpo.yotpo-main-widget .yotpo-label .yotpo-icon-btn-big a,.yotpo .yotpo-modal-dialog .yotpo-label .yotpo-icon-btn-big a{font-size:30px}.yotpo.yotpo-main-widget .yotpo-semi-label,.yotpo .yotpo-modal-dialog .yotpo-semi-label{position:relative;float:left}.yotpo.yotpo-main-widget .yotpo-semi-label span.yotpo-icon,.yotpo .yotpo-modal-dialog .yotpo-semi-label span.yotpo-icon{color:#a2a2a2}.yotpo.yotpo-main-widget .yotpo-semi-label .yotpo-tool-tip,.yotpo .yotpo-modal-dialog .yotpo-semi-label .yotpo-tool-tip{left:35px;padding:0 20px;width:190px}.yotpo.yotpo-main-widget .yotpo-form-buttons-wrapper,.yotpo .yotpo-modal-dialog .yotpo-form-buttons-wrapper{padding:0 10px;margin-bottom:10px}.yotpo.yotpo-main-widget .yotpo-thank-you,.yotpo .yotpo-modal-dialog .yotpo-thank-you{border:solid 1px #e3e3e3;padding:40px;text-align:center;position:relative;background:#fff}.yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-icon-cross,.yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-icon-cross{position:absolute;top:15px;right:15px;font-size:19px;color:#a2a2a2}.yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-header,.yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-header{margin-bottom:20px}.yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-header span,.yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-header span{text-transform:uppercase;font-weight:bold;color:#0062bf;font-size:21px;line-height:18px}.yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-header .yotpo-icon,.yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-header .yotpo-icon{font-size:26px;display:block;margin-bottom:20px}.yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-content,.yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-content{color:#737373;margin-bottom:20px}.yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-footer .yotpo-default-button,.yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-footer .yotpo-default-button{padding:6px 0;vertical-align:top}.yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-footer .social-link,.yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-footer .social-link{padding:6px 11px}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-1-boxes .yotpo-bottomline-box-1,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-1-boxes .yotpo-bottomline-box-1{width:100%}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes{position:relative}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1{max-width:33%;min-width:220px}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 .write-question-button,.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 .write-review-button,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 .write-question-button,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 .write-review-button{display:none}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2{float:left}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-product-related-fields,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-product-related-fields{border-left:solid 1px #e3e3e3;margin:11px 0 0 28px}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-product-related-fields .yotpo-product-related-fields-column,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-product-related-fields .yotpo-product-related-fields-column{float:left;min-width:35%;padding-left:20px}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-product-related-fields .yotpo-product-related-fields-column .yotpo-product-related-field,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-product-related-fields .yotpo-product-related-fields-column .yotpo-product-related-field{padding:5px 0}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-product-related-fields .yotpo-product-related-fields-column .yotpo-product-related-field .yotpo-product-related-field-name,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-product-related-fields .yotpo-product-related-fields-column .yotpo-product-related-field .yotpo-product-related-field-name{float:left;min-width:100px;color:#4f4f4f}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution{display:inline-block;min-width:230px;padding-left:15px;margin-left:15px;border-left:solid 1px #e3e3e3;vertical-align:middle;text-align:left;float:left}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content{margin-bottom:10px;text-align:left}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars{padding-top:2px;float:left}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars .review-stars,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars .review-stars{display:block;vertical-align:middle;margin-right:6px;margin-bottom:4px}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars .review-stars .yotpo-icon-star,.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars .review-stars .yotpo-icon-empty-star,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars .review-stars .yotpo-icon-star,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars .review-stars .yotpo-icon-empty-star{color:#FFD200;font-size:15px}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars .review-stars.yotpo-distribution-clickable:hover,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars .review-stars.yotpo-distribution-clickable:hover{cursor:pointer}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-sum-reviews,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-sum-reviews{float:left}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-sum-reviews .yotpo-sum-reviews,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-sum-reviews .yotpo-sum-reviews{display:block;vertical-align:middle;min-width:24px;margin-right:6px;margin-bottom:2px;padding:0}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-sum-reviews .yotpo-sum-reviews.yotpo-distribution-clickable:hover,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-sum-reviews .yotpo-sum-reviews.yotpo-distribution-clickable:hover{cursor:pointer}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs{display:block;overflow:hidden;width:auto;padding-top:4px}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph{vertical-align:middle;display:block;width:85px;height:10px;position:relative;margin-bottom:9px}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph .yotpo-star-distribution-graph-background,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph .yotpo-star-distribution-graph-background{position:absolute;width:100%;height:100%;background-color:#ededed}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph .yotpo-star-distribution-score-wrapper,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph .yotpo-star-distribution-score-wrapper{position:relative;width:100%;height:100%}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph .yotpo-star-distribution-score-wrapper .yotpo-star-distribution-graph-score,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph .yotpo-star-distribution-score-wrapper .yotpo-star-distribution-graph-score{position:absolute;width:30%;height:100%;background-color:#0062bf}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph .yotpo-star-distribution-score-wrapper .yotpo-star-distribution-graph-score.active,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph .yotpo-star-distribution-score-wrapper .yotpo-star-distribution-graph-score.active{background-color:#0062bf}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph .yotpo-star-distribution-score-wrapper .yotpo-star-distribution-graph-score.unactive,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph .yotpo-star-distribution-score-wrapper .yotpo-star-distribution-graph-score.unactive{background-color:#99c0e5}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph.yotpo-distribution-clickable:hover,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph.yotpo-distribution-clickable:hover{cursor:pointer}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph.yotpo-distribution-unactive .yotpo-star-distribution-graph-score,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph.yotpo-distribution-unactive .yotpo-star-distribution-graph-score{background-color:#99c0e5}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-footer,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-footer{text-align:left;line-height:11px}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-footer span,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-footer span{color:#0062bf}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-footer span:hover,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-footer span:hover{cursor:pointer}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button{float:none;position:absolute;right:0}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button.write-review-button,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button.write-review-button{top:30px}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button.write-question-button,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button.write-question-button{top:70px}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button.write-question-button.yotpo-read-only,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button.write-question-button.yotpo-read-only{top:30px}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes{position:relative}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-1,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-1{margin-right:15px}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-1 .write-question-button,.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-1 .write-review-button,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-1 .write-question-button,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-1 .write-review-button{display:none}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-1 .yotpo-sum-reviews,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-1 .yotpo-sum-reviews{display:block;padding-top:0;margin-bottom:5px}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2{padding-top:5px}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .write-question-button,.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .write-review-button,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .write-question-button,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .write-review-button{display:none}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution{display:inline-block;float:left;min-width:230px;padding-left:5px;border-left:solid 1px #e3e3e3;border-right:solid 1px #e3e3e3;vertical-align:middle;text-align:left}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content{margin-bottom:10px;text-align:left}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars{padding-top:2px;float:left}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars .review-stars,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars .review-stars{display:block;vertical-align:middle;margin-right:6px;margin-bottom:4px}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars .review-stars .yotpo-icon-star,.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars .review-stars .yotpo-icon-empty-star,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars .review-stars .yotpo-icon-star,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars .review-stars .yotpo-icon-empty-star{color:#FFD200;font-size:15px}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars .review-stars.yotpo-distribution-clickable:hover,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars .review-stars.yotpo-distribution-clickable:hover{cursor:pointer}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-sum-reviews,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-sum-reviews{float:left}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-sum-reviews .yotpo-sum-reviews,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-sum-reviews .yotpo-sum-reviews{display:block;vertical-align:middle;min-width:24px;margin-right:6px;margin-bottom:2px;padding:0}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-sum-reviews .yotpo-sum-reviews.yotpo-distribution-clickable:hover,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-sum-reviews .yotpo-sum-reviews.yotpo-distribution-clickable:hover{cursor:pointer}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs{display:block;overflow:hidden;width:auto;padding-top:4px}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph{vertical-align:middle;display:block;width:85px;height:10px;position:relative;margin-bottom:9px}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph .yotpo-star-distribution-graph-background,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph .yotpo-star-distribution-graph-background{position:absolute;width:100%;height:100%;background-color:#ededed}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph .yotpo-star-distribution-score-wrapper,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph .yotpo-star-distribution-score-wrapper{position:relative;width:90%;height:100%}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph .yotpo-star-distribution-score-wrapper .yotpo-star-distribution-graph-score,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph .yotpo-star-distribution-score-wrapper .yotpo-star-distribution-graph-score{position:absolute;width:30%;height:100%;background-color:#0062bf}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph .yotpo-star-distribution-score-wrapper .yotpo-star-distribution-graph-score.active,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph .yotpo-star-distribution-score-wrapper .yotpo-star-distribution-graph-score.active{background-color:#0062bf}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph .yotpo-star-distribution-score-wrapper .yotpo-star-distribution-graph-score.unactive,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph .yotpo-star-distribution-score-wrapper .yotpo-star-distribution-graph-score.unactive{background-color:#99c0e5}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph.yotpo-distribution-clickable:hover,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph.yotpo-distribution-clickable:hover{cursor:pointer}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph.yotpo-distribution-unactive .yotpo-star-distribution-graph-score,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph.yotpo-distribution-unactive .yotpo-star-distribution-graph-score{background-color:#99c0e5}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-footer,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-footer{text-align:left;line-height:11px}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-footer span,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-footer span{color:#0062bf}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-footer span:hover,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-footer span:hover{cursor:pointer}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content,.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-footer,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-footer{width:215px;margin-left:auto;margin-right:auto}.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-3,.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-3{display:none}.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-product-related-fields,.yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-product-related-fields{display:inline-block;margin-left:15px}.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-product-related-fields .yotpo-product-related-fields-column .yotpo-product-related-fields-names .yotpo-product-related-field-name,.yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-product-related-fields .yotpo-product-related-fields-column .yotpo-product-related-fields-names .yotpo-product-related-field-name{margin-top:2px}.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-product-related-fields .yotpo-product-related-fields-column .yotpo-product-related-fields-names .yotpo-product-related-field-name:first-child,.yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-product-related-fields .yotpo-product-related-fields-column .yotpo-product-related-fields-names .yotpo-product-related-field-name:first-child{margin-top:0}.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-product-related-fields .yotpo-product-related-fields-column .yotpo-product-related-fields-bars .yotpo-rating-bars,.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-product-related-fields .yotpo-product-related-fields-column .yotpo-product-related-fields-bars .yotpo-size-bars,.yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-product-related-fields .yotpo-product-related-fields-column .yotpo-product-related-fields-bars .yotpo-rating-bars,.yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-product-related-fields .yotpo-product-related-fields-column .yotpo-product-related-fields-bars .yotpo-size-bars{margin-top:2px}.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-product-related-fields .yotpo-product-related-fields-column .yotpo-product-related-fields-bars .yotpo-rating-bars:first-child,.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-product-related-fields .yotpo-product-related-fields-column .yotpo-product-related-fields-bars .yotpo-size-bars:first-child,.yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-product-related-fields .yotpo-product-related-fields-column .yotpo-product-related-fields-bars .yotpo-rating-bars:first-child,.yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-product-related-fields .yotpo-product-related-fields-column .yotpo-product-related-fields-bars .yotpo-size-bars:first-child{margin-top:0}.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-product-related-fields .yotpo-product-related-footer,.yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-product-related-fields .yotpo-product-related-footer{margin-top:15px;padding-left:20px}.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-product-related-fields .yotpo-product-related-footer span.yotpo-product-related-show-all,.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-product-related-fields .yotpo-product-related-footer span.yotpo-product-related-show-less,.yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-product-related-fields .yotpo-product-related-footer span.yotpo-product-related-show-all,.yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-product-related-fields .yotpo-product-related-footer span.yotpo-product-related-show-less{color:#0062bf}.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-product-related-fields .yotpo-product-related-footer span.yotpo-product-related-show-all:hover,.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-product-related-fields .yotpo-product-related-footer span.yotpo-product-related-show-less:hover,.yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-product-related-fields .yotpo-product-related-footer span.yotpo-product-related-show-all:hover,.yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-product-related-fields .yotpo-product-related-footer span.yotpo-product-related-show-less:hover{cursor:pointer}.yotpo.yotpo-main-widget .yotpo-bottomline .text-m,.yotpo .yotpo-modal-dialog .yotpo-bottomline .text-m{white-space:nowrap}.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-stars-and-sum-reviews,.yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-stars-and-sum-reviews{float:left;text-align:left;position:relative}.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-stars,.yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-stars{padding-right:10px;display:inline-block;vertical-align:bottom;padding-bottom:2px}.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-star-digits,.yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-star-digits{font-size:24px;font-weight:bolder;position:relative;bottom:2px}.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-star,.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-half-star,.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-empty-star,.yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-icon-star,.yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-icon-half-star,.yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-icon-empty-star{font-size:26px}.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-sum-reviews,.yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-sum-reviews{padding:5px 0px;display:inline-block}.yotpo.yotpo-main-widget .yotpo-bottomline .based-on,.yotpo .yotpo-modal-dialog .yotpo-bottomline .based-on{vertical-align:top;display:inline-block;padding-top:6px;padding-left:0px}.yotpo.yotpo-main-widget .yotpo-bottomline .questions,.yotpo .yotpo-modal-dialog .yotpo-bottomline .questions{margin:5px}.yotpo.yotpo-main-widget .yotpo-bottomline .questions .yotpo-icon.y-label,.yotpo .yotpo-modal-dialog .yotpo-bottomline .questions .yotpo-icon.y-label{min-width:0;padding:0}.yotpo.yotpo-main-widget.yotpo-medium .yotpo-bottomline.yotpo-bottomline-1-boxes .yotpo-bottomline-box-1,.yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-bottomline.yotpo-bottomline-1-boxes .yotpo-bottomline-box-1{width:100%}.yotpo.yotpo-main-widget.yotpo-medium .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1,.yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1{position:relative;margin-right:20px}.yotpo.yotpo-main-widget.yotpo-medium .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 .yotpo-default-button,.yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 .yotpo-default-button{display:block;float:none;position:absolute;right:auto;top:75px;margin:0}.yotpo.yotpo-main-widget.yotpo-medium .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 .yotpo-default-button .yotpo-icon-button-text,.yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 .yotpo-default-button .yotpo-icon-button-text{display:none}.yotpo.yotpo-main-widget.yotpo-medium .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 .yotpo-default-button.write-review-button,.yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 .yotpo-default-button.write-review-button{left:0px}.yotpo.yotpo-main-widget.yotpo-medium .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 .yotpo-default-button.write-question-button,.yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 .yotpo-default-button.write-question-button{left:55px}.yotpo.yotpo-main-widget.yotpo-medium .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2,.yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2{float:left}.yotpo.yotpo-main-widget.yotpo-medium .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-product-related-fields,.yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-product-related-fields{margin-left:0;padding-left:20px}.yotpo.yotpo-main-widget.yotpo-medium .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-product-related-fields .yotpo-product-related-fields-column,.yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-product-related-fields .yotpo-product-related-fields-column{float:right;min-width:50%;padding-left:0}.yotpo.yotpo-main-widget.yotpo-medium .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-product-related-fields .yotpo-product-related-fields-column .yotpo-product-related-field,.yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-product-related-fields .yotpo-product-related-fields-column .yotpo-product-related-field{display:block}.yotpo.yotpo-main-widget.yotpo-medium .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution,.yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution{margin-left:0}.yotpo.yotpo-main-widget.yotpo-medium .yotpo-bottomline.yotpo-bottomline-2-boxes .write-question-button,.yotpo.yotpo-main-widget.yotpo-medium .yotpo-bottomline.yotpo-bottomline-2-boxes .write-review-button,.yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-bottomline.yotpo-bottomline-2-boxes .write-question-button,.yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-bottomline.yotpo-bottomline-2-boxes .write-review-button{display:none}.yotpo.yotpo-main-widget.yotpo-medium .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-1,.yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-1{margin-bottom:10px;float:none}.yotpo.yotpo-main-widget.yotpo-medium .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-1 .yotpo-sum-reviews,.yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-1 .yotpo-sum-reviews{display:inline-block;padding-top:5px;margin-bottom:0}.yotpo.yotpo-main-widget.yotpo-medium .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution,.yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution{padding-left:0;padding-right:10px;border-left:none}.yotpo.yotpo-main-widget.yotpo-medium .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-product-related-fields,.yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-product-related-fields{margin-left:15px}.yotpo.yotpo-main-widget.yotpo-medium .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-3,.yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-3{width:33%}.yotpo.yotpo-main-widget.yotpo-medium .yotpo-bottomline .yotpo-star-distribution,.yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-bottomline .yotpo-star-distribution{float:right}.yotpo.yotpo-main-widget.yotpo-medium .yotpo-bottomline .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-star-distribution-graph,.yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-bottomline .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-star-distribution-graph{width:100px}.yotpo.yotpo-main-widget.yotpo-medium .yotpo-bottomline.yotpo-bottomline-empty-state .write-question-button,.yotpo.yotpo-main-widget.yotpo-medium .yotpo-bottomline.yotpo-bottomline-empty-state .write-review-button,.yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-bottomline.yotpo-bottomline-empty-state .write-question-button,.yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-bottomline.yotpo-bottomline-empty-state .write-review-button{display:inline}.yotpo.yotpo-main-widget.yotpo-medium .yotpo-bottomline.yotpo-bottomline-empty-state .yotpo-bottomline-box-1 .write-question-button,.yotpo.yotpo-main-widget.yotpo-medium .yotpo-bottomline.yotpo-bottomline-empty-state .yotpo-bottomline-box-1 .write-review-button,.yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-bottomline.yotpo-bottomline-empty-state .yotpo-bottomline-box-1 .write-question-button,.yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-bottomline.yotpo-bottomline-empty-state .yotpo-bottomline-box-1 .write-review-button{display:none}.yotpo.yotpo-main-widget.yotpo-medium .write-review .connect-wrapper .form-element,.yotpo .yotpo-modal-dialog.yotpo-medium .write-review .connect-wrapper .form-element{width:100%;padding:0}.yotpo.yotpo-main-widget.yotpo-medium .write-review .connect-wrapper .form-element:first-child,.yotpo .yotpo-modal-dialog.yotpo-medium .write-review .connect-wrapper .form-element:first-child{padding-right:0}.yotpo.yotpo-main-widget.yotpo-medium .write-review .yotpo-icon,.yotpo .yotpo-modal-dialog.yotpo-medium .write-review .yotpo-icon{margin:auto !important}.yotpo.yotpo-main-widget.yotpo-medium .yotpo-review .yotpo-footer .footer-actions,.yotpo.yotpo-main-widget.yotpo-medium .yotpo-comment .yotpo-footer .footer-actions,.yotpo.yotpo-main-widget.yotpo-medium .yotpo-question .yotpo-footer .footer-actions,.yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-review .yotpo-footer .footer-actions,.yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-comment .yotpo-footer .footer-actions,.yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-question .yotpo-footer .footer-actions{margin-bottom:15px}.yotpo.yotpo-main-widget.yotpo-medium .yotpo-review .yotpo-header-element .yotpo-review-stars .yotpo-user-related-fields,.yotpo.yotpo-main-widget.yotpo-medium .yotpo-comment .yotpo-header-element .yotpo-review-stars .yotpo-user-related-fields,.yotpo.yotpo-main-widget.yotpo-medium .yotpo-question .yotpo-header-element .yotpo-review-stars .yotpo-user-related-fields,.yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-review .yotpo-header-element .yotpo-review-stars .yotpo-user-related-fields,.yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-comment .yotpo-header-element .yotpo-review-stars .yotpo-user-related-fields,.yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-question .yotpo-header-element .yotpo-review-stars .yotpo-user-related-fields{display:none}.yotpo.yotpo-main-widget.yotpo-medium .yotpo-review .yotpo-main .yotpo-multiple-rating-fields .yotpo-user-related-fields,.yotpo.yotpo-main-widget.yotpo-medium .yotpo-comment .yotpo-main .yotpo-multiple-rating-fields .yotpo-user-related-fields,.yotpo.yotpo-main-widget.yotpo-medium .yotpo-question .yotpo-main .yotpo-multiple-rating-fields .yotpo-user-related-fields,.yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-review .yotpo-main .yotpo-multiple-rating-fields .yotpo-user-related-fields,.yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-comment .yotpo-main .yotpo-multiple-rating-fields .yotpo-user-related-fields,.yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-question .yotpo-main .yotpo-multiple-rating-fields .yotpo-user-related-fields{display:block}.yotpo.yotpo-main-widget.yotpo-medium .yotpo-footer,.yotpo.yotpo-main-widget.yotpo-medium .yotpo-main,.yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-footer,.yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-main{margin-left:0}.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-1-boxes .yotpo-bottomline-box-1,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-1-boxes .yotpo-bottomline-box-1{width:100%}.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-1-boxes .yotpo-bottomline-box-1 .write-question-button,.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-1-boxes .yotpo-bottomline-box-1 .write-review-button,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-1-boxes .yotpo-bottomline-box-1 .write-question-button,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-1-boxes .yotpo-bottomline-box-1 .write-review-button{display:none}.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes{height:100px;border-top:none}.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1{max-width:none}.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2{margin-top:15px;width:100%}.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution{display:block;padding:0;margin:0;float:none;border-left:none;border-top:none}.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .review-stars,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .review-stars{margin-right:6px}.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-sum-reviews,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-sum-reviews{margin-right:6px}.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph{width:100%}.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-product-related-fields,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-product-related-fields{margin:0;border-left:none;display:block}.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-product-related-fields .yotpo-product-related-fields-column,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-product-related-fields .yotpo-product-related-fields-column{padding:0}.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .write-question-button,.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .write-review-button,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .write-question-button,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .write-review-button{display:none}.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-1,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-1{float:none}.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-1 .write-question-button,.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-1 .write-review-button,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-1 .write-question-button,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-1 .write-review-button{display:none}.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2{display:block;overflow:visible;float:none;min-width:0}.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .write-question-button,.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .write-review-button,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .write-question-button,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .write-review-button{display:none}.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution{width:100%;border:none;padding:0;margin:30px 0}.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content{width:100%}.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .review-stars,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .review-stars{margin-right:6px}.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-sum-reviews,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-sum-reviews{margin-right:6px}.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph{width:100%}.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-footer,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-footer{float:left}.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-product-related-fields,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-product-related-fields{margin:0}.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-3,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-3{width:33%}.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-3 .write-question-button,.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-3 .write-review-button,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-3 .write-question-button,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-3 .write-review-button{display:none}.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline .yotpo-star-distribution,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline .yotpo-star-distribution{display:block;margin:0;padding:0;border-left:none;margin-top:15px;padding-top:10px;border-top:solid 1px #e3e3e3}.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline .yotpo-star-distribution .yotpo-star-distribution-content .review-stars,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline .yotpo-star-distribution .yotpo-star-distribution-content .review-stars{margin-right:6px}.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-sum-reviews,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-sum-reviews{margin-right:6px}.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph{width:100%}.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-ditribution-version .yotpo-star-distribution-seperator,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-ditribution-version .yotpo-star-distribution-seperator{clear:both}.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-empty-state .write-question-button,.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-empty-state .write-review-button,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-empty-state .write-question-button,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-empty-state .write-review-button{display:none}.yotpo.yotpo-main-widget.yotpo-small .yotpo-icon-btn .yotpo-icon-button-text,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-icon-btn .yotpo-icon-button-text{display:none}.yotpo.yotpo-main-widget.yotpo-small .yotpo-label .yotpo-default-button,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-label .yotpo-default-button{display:none}.yotpo.yotpo-main-widget.yotpo-small .connect-wrapper .form-element,.yotpo .yotpo-modal-dialog.yotpo-small .connect-wrapper .form-element{float:none;width:100%}.yotpo.yotpo-main-widget.yotpo-small .write-review .socialize-wrapper,.yotpo .yotpo-modal-dialog.yotpo-small .write-review .socialize-wrapper{display:none;width:100%;position:relative}.yotpo.yotpo-main-widget.yotpo-small .write-review .socialize-wrapper .socialize,.yotpo .yotpo-modal-dialog.yotpo-small .write-review .socialize-wrapper .socialize{width:100%}.yotpo.yotpo-main-widget.yotpo-small .write-review .socialize-wrapper .yotpo-or,.yotpo .yotpo-modal-dialog.yotpo-small .write-review .socialize-wrapper .yotpo-or{margin-top:20px}.yotpo.yotpo-main-widget.yotpo-small .write-review .connect-wrapper,.yotpo .yotpo-modal-dialog.yotpo-small .write-review .connect-wrapper{padding:0}.yotpo.yotpo-main-widget.yotpo-small .write-review .connect-wrapper .form-element,.yotpo .yotpo-modal-dialog.yotpo-small .write-review .connect-wrapper .form-element{padding:0}.yotpo.yotpo-main-widget.yotpo-small .write-review .connect-wrapper .form-element:first-child,.yotpo .yotpo-modal-dialog.yotpo-small .write-review .connect-wrapper .form-element:first-child{padding-right:0}.yotpo.yotpo-main-widget.yotpo-small .yotpo-review .yotpo-header-element .yotpo-review-stars .yotpo-user-related-fields,.yotpo.yotpo-main-widget.yotpo-small .yotpo-comment .yotpo-header-element .yotpo-review-stars .yotpo-user-related-fields,.yotpo.yotpo-main-widget.yotpo-small .yotpo-question .yotpo-header-element .yotpo-review-stars .yotpo-user-related-fields,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-review .yotpo-header-element .yotpo-review-stars .yotpo-user-related-fields,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-comment .yotpo-header-element .yotpo-review-stars .yotpo-user-related-fields,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-question .yotpo-header-element .yotpo-review-stars .yotpo-user-related-fields{display:none}.yotpo.yotpo-main-widget.yotpo-small .yotpo-review .yotpo-main .yotpo-multiple-rating-fields .yotpo-product-related-fields .yotpo-product-related-fields-column,.yotpo.yotpo-main-widget.yotpo-small .yotpo-review .yotpo-main .yotpo-multiple-size-fields .yotpo-product-related-fields .yotpo-product-related-fields-column,.yotpo.yotpo-main-widget.yotpo-small .yotpo-comment .yotpo-main .yotpo-multiple-rating-fields .yotpo-product-related-fields .yotpo-product-related-fields-column,.yotpo.yotpo-main-widget.yotpo-small .yotpo-comment .yotpo-main .yotpo-multiple-size-fields .yotpo-product-related-fields .yotpo-product-related-fields-column,.yotpo.yotpo-main-widget.yotpo-small .yotpo-question .yotpo-main .yotpo-multiple-rating-fields .yotpo-product-related-fields .yotpo-product-related-fields-column,.yotpo.yotpo-main-widget.yotpo-small .yotpo-question .yotpo-main .yotpo-multiple-size-fields .yotpo-product-related-fields .yotpo-product-related-fields-column,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-review .yotpo-main .yotpo-multiple-rating-fields .yotpo-product-related-fields .yotpo-product-related-fields-column,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-review .yotpo-main .yotpo-multiple-size-fields .yotpo-product-related-fields .yotpo-product-related-fields-column,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-comment .yotpo-main .yotpo-multiple-rating-fields .yotpo-product-related-fields .yotpo-product-related-fields-column,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-comment .yotpo-main .yotpo-multiple-size-fields .yotpo-product-related-fields .yotpo-product-related-fields-column,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-question .yotpo-main .yotpo-multiple-rating-fields .yotpo-product-related-fields .yotpo-product-related-fields-column,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-question .yotpo-main .yotpo-multiple-size-fields .yotpo-product-related-fields .yotpo-product-related-fields-column{display:none}.yotpo.yotpo-main-widget.yotpo-small .yotpo-review .yotpo-main .yotpo-multiple-rating-fields .yotpo-product-related-fields .yotpo-product-related-fields-column.yotpo-small-version,.yotpo.yotpo-main-widget.yotpo-small .yotpo-review .yotpo-main .yotpo-multiple-size-fields .yotpo-product-related-fields .yotpo-product-related-fields-column.yotpo-small-version,.yotpo.yotpo-main-widget.yotpo-small .yotpo-comment .yotpo-main .yotpo-multiple-rating-fields .yotpo-product-related-fields .yotpo-product-related-fields-column.yotpo-small-version,.yotpo.yotpo-main-widget.yotpo-small .yotpo-comment .yotpo-main .yotpo-multiple-size-fields .yotpo-product-related-fields .yotpo-product-related-fields-column.yotpo-small-version,.yotpo.yotpo-main-widget.yotpo-small .yotpo-question .yotpo-main .yotpo-multiple-rating-fields .yotpo-product-related-fields .yotpo-product-related-fields-column.yotpo-small-version,.yotpo.yotpo-main-widget.yotpo-small .yotpo-question .yotpo-main .yotpo-multiple-size-fields .yotpo-product-related-fields .yotpo-product-related-fields-column.yotpo-small-version,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-review .yotpo-main .yotpo-multiple-rating-fields .yotpo-product-related-fields .yotpo-product-related-fields-column.yotpo-small-version,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-review .yotpo-main .yotpo-multiple-size-fields .yotpo-product-related-fields .yotpo-product-related-fields-column.yotpo-small-version,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-comment .yotpo-main .yotpo-multiple-rating-fields .yotpo-product-related-fields .yotpo-product-related-fields-column.yotpo-small-version,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-comment .yotpo-main .yotpo-multiple-size-fields .yotpo-product-related-fields .yotpo-product-related-fields-column.yotpo-small-version,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-question .yotpo-main .yotpo-multiple-rating-fields .yotpo-product-related-fields .yotpo-product-related-fields-column.yotpo-small-version,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-question .yotpo-main .yotpo-multiple-size-fields .yotpo-product-related-fields .yotpo-product-related-fields-column.yotpo-small-version{display:block}.yotpo.yotpo-main-widget.yotpo-small .yotpo-review .yotpo-main .yotpo-multiple-rating-fields .yotpo-user-related-fields,.yotpo.yotpo-main-widget.yotpo-small .yotpo-review .yotpo-main .yotpo-multiple-size-fields .yotpo-user-related-fields,.yotpo.yotpo-main-widget.yotpo-small .yotpo-comment .yotpo-main .yotpo-multiple-rating-fields .yotpo-user-related-fields,.yotpo.yotpo-main-widget.yotpo-small .yotpo-comment .yotpo-main .yotpo-multiple-size-fields .yotpo-user-related-fields,.yotpo.yotpo-main-widget.yotpo-small .yotpo-question .yotpo-main .yotpo-multiple-rating-fields .yotpo-user-related-fields,.yotpo.yotpo-main-widget.yotpo-small .yotpo-question .yotpo-main .yotpo-multiple-size-fields .yotpo-user-related-fields,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-review .yotpo-main .yotpo-multiple-rating-fields .yotpo-user-related-fields,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-review .yotpo-main .yotpo-multiple-size-fields .yotpo-user-related-fields,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-comment .yotpo-main .yotpo-multiple-rating-fields .yotpo-user-related-fields,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-comment .yotpo-main .yotpo-multiple-size-fields .yotpo-user-related-fields,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-question .yotpo-main .yotpo-multiple-rating-fields .yotpo-user-related-fields,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-question .yotpo-main .yotpo-multiple-size-fields .yotpo-user-related-fields{display:block}.yotpo.yotpo-main-widget.yotpo-small .yotpo-review .yotpo-header .yotpo-header-actions,.yotpo.yotpo-main-widget.yotpo-small .yotpo-comment .yotpo-header .yotpo-header-actions,.yotpo.yotpo-main-widget.yotpo-small .yotpo-question .yotpo-header .yotpo-header-actions,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-review .yotpo-header .yotpo-header-actions,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-comment .yotpo-header .yotpo-header-actions,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-question .yotpo-header .yotpo-header-actions{display:none}.yotpo.yotpo-main-widget.yotpo-small .yotpo-review .label-helpful,.yotpo.yotpo-main-widget.yotpo-small .yotpo-comment .label-helpful,.yotpo.yotpo-main-widget.yotpo-small .yotpo-question .label-helpful,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-review .label-helpful,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-comment .label-helpful,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-question .label-helpful{display:none}.yotpo.yotpo-main-widget.yotpo-small .yotpo-review .yotpo-footer .footer-actions,.yotpo.yotpo-main-widget.yotpo-small .yotpo-comment .yotpo-footer .footer-actions,.yotpo.yotpo-main-widget.yotpo-small .yotpo-question .yotpo-footer .footer-actions,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-review .yotpo-footer .footer-actions,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-comment .yotpo-footer .footer-actions,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-question .yotpo-footer .footer-actions{display:block;float:none;margin-bottom:15px}.yotpo.yotpo-main-widget.yotpo-small .yotpo-review .yotpo-helpful,.yotpo.yotpo-main-widget.yotpo-small .yotpo-comment .yotpo-helpful,.yotpo.yotpo-main-widget.yotpo-small .yotpo-question .yotpo-helpful,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-review .yotpo-helpful,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-comment .yotpo-helpful,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-question .yotpo-helpful{float:right}.yotpo.yotpo-main-widget.yotpo-small .yotpo-review .footer-additional-actions,.yotpo.yotpo-main-widget.yotpo-small .yotpo-comment .footer-additional-actions,.yotpo.yotpo-main-widget.yotpo-small .yotpo-question .footer-additional-actions,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-review .footer-additional-actions,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-comment .footer-additional-actions,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-question .footer-additional-actions{display:inline-block;float:left}.yotpo.yotpo-main-widget.yotpo-small .yotpo-footer,.yotpo.yotpo-main-widget.yotpo-small .yotpo-main,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-footer,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-main{margin-left:0}.yotpo.yotpo-main-widget.yotpo-small .yotpo-visible-mobile,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-visible-mobile{display:block !important}.yotpo.yotpo-main-widget.yotpo-small .yotpo-hidden-mobile,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-hidden-mobile{display:none}.yotpo.yotpo-main-widget.yotpo-small .nav ul .nav-tab span.nav-tab-sum,.yotpo .yotpo-modal-dialog.yotpo-small .nav ul .nav-tab span.nav-tab-sum{display:none}.yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .transparent-color-btn,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-nav .transparent-color-btn{text-align:right;float:right;padding:0}.yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper{width:100%}.yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse{width:100%;background:white;border:solid 1px #e3e3e3;text-align:left}.yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-icon-seperator,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-icon-seperator{display:none}.yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-nav-dropdown,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-nav-dropdown{float:none;font-size:12px;text-align:left;display:block;white-space:normal}.yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-nav-dropdown label,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-nav-dropdown label{padding-left:0}.yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-dropdown-button,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-dropdown-button{padding:10px 16px}.yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-dropdown-button:hover,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-dropdown-button:hover{cursor:pointer;background:#e3e3e3}.yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-nav-dropdown-category,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-nav-dropdown-category{font-size:12px;text-align:left;padding:10px 16px;display:block;white-space:normal}.yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-nav-dropdown-category .yotpo-icon,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-nav-dropdown-category .yotpo-icon{color:#a2a2a2;padding-right:12px}.yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-nav-dropdown-category .y-label,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-nav-dropdown-category .y-label{padding:0}.yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-nav-dropdown-category:hover,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-nav-dropdown-category:hover{cursor:pointer;background:#e3e3e3}.yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-dropdown.list-categories,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-dropdown.list-categories{display:none;width:100%;top:0;left:0;position:relative;border:none;padding:0;margin:0;float:none}.yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-dropdown.list-categories .list-category,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-dropdown.list-categories .list-category{padding:7px 24px;text-transform:none}.yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .write-question-button,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .write-question-button{margin-left:0}.yotpo.yotpo-main-widget.yotpo-small .yotpo-comments-box,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-comments-box{margin-left:10px}.yotpo.yotpo-main-widget.yotpo-small .yotpo-comments-box .yotpo-comment-box,.yotpo .yotpo-modal-dialog.yotpo-small .yotpo-comments-box .yotpo-comment-box{margin-left:10px}.yotpo.yotpo-main-widget.yotpo-small .promoted-products-box .yotpo-promoted-products,.yotpo .yotpo-modal-dialog.yotpo-small .promoted-products-box .yotpo-promoted-products{margin:0 30px}.yotpo.yotpo-main-widget.yotpo-small .promoted-products-box .yotpo-promoted-products .yotpo-promoted-product,.yotpo .yotpo-modal-dialog.yotpo-small .promoted-products-box .yotpo-promoted-products .yotpo-promoted-product{margin-left:0;margin-right:0;width:110px}.yotpo.yotpo-main-widget.yotpo-small .promoted-products-box .yotpo-promoted-products .yotpo-promoted-product .yotpo-product-image,.yotpo .yotpo-modal-dialog.yotpo-small .promoted-products-box .yotpo-promoted-products .yotpo-promoted-product .yotpo-product-image{min-width:100px;height:100px;position:relative}.yotpo.yotpo-main-widget.yotpo-small .promoted-products-box .yotpo-promoted-products .yotpo-promoted-product .yotpo-product-image img,.yotpo .yotpo-modal-dialog.yotpo-small .promoted-products-box .yotpo-promoted-products .yotpo-promoted-product .yotpo-product-image img{max-width:100px;max-height:100px}.yotpo.yotpo-main-widget.yotpo-small .promoted-products-box .yotpo-promoted-products .yotpo-promoted-product .yotpo-product-image .image-text,.yotpo .yotpo-modal-dialog.yotpo-small .promoted-products-box .yotpo-promoted-products .yotpo-promoted-product .yotpo-product-image .image-text{bottom:10px}.yotpo.yotpo-main-widget{background-color:transparent !important}.yotpo .yotpo-modal-dialog .yotpo-label .yotpo-icon{color:#fff}.yotpo .yotpo-bottomline .yotpo-icon-star,.yotpo .yotpo-bottomline .yotpo-icon-half-star,.yotpo .yotpo-bottomline .yotpo-icon-empty-star{color:#FFD200}.yotpo .standalone-bottomline.star-clickable,.yotpo .standalone-bottomline .star-clickable{cursor:pointer}.yotpo .standalone-bottomline .yotpo-bottomline .questions{margin:0}.yotpo.bottomLine .yotpo-bottomline .yotpo-stars,.yotpo.bottomline .yotpo-bottomline .yotpo-stars,.yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-stars{padding:0}.yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star,.yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star,.yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star,.yotpo.bottomline .yotpo-bottomline .yotpo-icon-star,.yotpo.bottomline .yotpo-bottomline .yotpo-icon-half-star,.yotpo.bottomline .yotpo-bottomline .yotpo-icon-empty-star,.yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-star,.yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-half-star,.yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-empty-star{font-size:17.5px}.yotpo .yotpo-modal-bottom-line .yotpo-bottomline{padding-top:10px}.yotpo .yotpo-modal-bottom-line .write-review-btn-hidden{display:none}.yotpo .yotpo-pager{cursor:default;text-align:center;margin:20px 0}.yotpo .yotpo-pager .yotpo-page-element{margin-right:15px;color:#a2a2a2}.yotpo .yotpo-pager .yotpo-page-element:hover{color:#737373;cursor:pointer}.yotpo .yotpo-pager .yotpo-page-element.yotpo-disabled{color:#e3e3e3}.yotpo .yotpo-pager .yotpo-page-element.yotpo-disabled:hover{cursor:default;color:#e3e3e3}.yotpo .yotpo-pager .yotpo-page-element.yotpo-active{font-weight:bold;color:#0062bf}.yotpo .yotpo-pager .yotpo-page-element.yotpo-active:hover{color:#e3e3e3}.yotpo .yotpo-pager .yotpo-page-element.yotpo-icon-left-arrow{margin-right:30px}.yotpo .yotpo-pager .yotpo-page-element.yotpo-icon-right-arrow{margin-right:0;margin-left:15px}.yotpo .yotpo-icon-cross{position:absolute;top:15px;right:15px;font-size:19px}.yotpo .error-box .yotpo-icon-cross{position:static}.yotpo .yotpo-first-review{margin-top:50px;position:relative}.yotpo .yotpo-first-review .yotpo-first-review-stars{margin-bottom:20px;text-align:center;margin-top:20px}.yotpo .yotpo-first-review .yotpo-first-review-stars .yotpo-icon-star{color:#3381cc;font-size:22px}.yotpo .yotpo-first-review .yotpo-first-review-content{text-align:center}.yotpo .yotpo-first-review .yotpo-first-review-content span{display:block;margin-left:auto;margin-right:auto}.yotpo .yotpo-first-review .yotpo-first-review-content span{color:#0062bf}.yotpo .yotpo-questions .yotpo-first-review .yotpo-first-review-stars{display:none}.yotpo .yotpo-testimonials-btn{position:fixed;padding:15px 20px;background-color:#0062bf !important;text-transform:uppercase;opacity:1}.yotpo .yotpo-testimonials-btn:hover{background-color:#0062bf !important}.yotpo .yotpo-testimonials-btn span{color:#fefefe}.yotpo .yotpo-testimonials-btn[data-position=left]{-webkit-transform-origin:0% 50%;-webkit-transform:rotate(-90deg) translate(-50%, 50%);-moz-transform-origin:0 50%;-moz-transform:rotate(-90deg) translate(-50%, 50%);-ms-transform-origin:0 50%;-ms-transform:rotate(-90deg) translate(-50%, 50%);-o-transform-origin:0 50%;-o-transform:rotate(-90deg) translate(-50%, 50%);transform-origin:0 50%;transform:rotate(-90deg) translate(-50%, 50%);left:0}.yotpo .yotpo-testimonials-btn[data-position=right]{-webkit-transform-origin:100% 50%;-webkit-transform:rotate(90deg) translate(50%, 50%);-moz-transform-origin:100% 50%;-moz-transform:rotate(90deg) translate(50%, 50%);-ms-transform-origin:100% 50%;-ms-transform:rotate(90deg) translate(50%, 50%);-o-transform-origin:100% 50%;-o-transform:rotate(90deg) translate(50%, 50%);transform-origin:100% 50%;transform:rotate(90deg) translate(50%, 50%);right:0}.yotpo .yotpo-testimonials-btn[data-position=horizontal]{bottom:0}.yotpo .yotpo-testimonials-btn.use-image{width:52px;height:140px;padding:0;-webkit-transform-origin:initial;-webkit-transform:initial;-moz-transform-origin:initial;-moz-transform:initial;-ms-transform-origin:initial;-ms-transform:initial;-o-transform-origin:initial;-o-transform:initial;transform-origin:initial;transform:initial}.yotpo .yotpo-testimonials-btn.use-image[data-position=left]{background:url("//staticw2.yotpo.com/assets/tab_left.jpg") no-repeat !important}.yotpo .yotpo-testimonials-btn.use-image[data-position=right]{background:url("//staticw2.yotpo.com/assets/tab_right.jpg") no-repeat !important}.yotpo .yotpo-testimonials-btn.use-image span{display:none}.yotpo .write-only .write-review-wrapper,.yotpo .write-only .write-question-wrapper{display:block}#yotpo-testimonials-custom-tab .yotpo-testimonials-btn{display:none}#yotpo-testimonials-custom-tab .yotpo-modal-bottom-line{border-top:1px solid #e3e3e3}#yotpo-testimonials-custom-tab .yotpo-label{padding-left:10px}#yotpo-testimonials-custom-tab .yotpo-label .yotpo-icon{color:#a2a2a2;font-size:25px}#yotpo-testimonials-custom-tab .yotpo-review .yotpo-main .content-title{color:#4f4f4f}#yotpo-testimonials-custom-tab .yotpo-review .yotpo-main .content-review{color:#4f4f4f}#yotpo-testimonials-custom-tab .yotpo-nav-tab span{color:#4f4f4f !important}.yotpo-gallery.yotpo{z-index:2147483647}.yotpo-gallery.yotpo .yotpo-modal{opacity:0}.yotpo-gallery.yotpo .yotpo-modal.yotpo-modal-active{opacity:1}.yotpo-gallery.yotpo .yotpo-modal.yotpo-modal-active .yotpo-icon-left-arrow-thin,.yotpo-gallery.yotpo .yotpo-modal.yotpo-modal-active .yotpo-icon-right-arrow-thin{cursor:pointer;color:white;font-size:40px;padding:100px 0;position:relative;top:-100px}.yotpo-gallery.yotpo .yotpo-modal.yotpo-modal-active .yotpo-icon-left-arrow-thin{float:left}.yotpo-gallery.yotpo .yotpo-modal.yotpo-modal-active .yotpo-icon-right-arrow-thin{float:right}.yotpo-gallery.yotpo .yotpo-modal.yotpo-modal-active .yotpo-icon-btn-small{display:block}.yotpo-gallery.yotpo .yotpo-modal.yotpo-modal-active .yotpo-icon-btn-small .yotpo-icon.yotpo-icon-cross{color:white;z-index:1000}.yotpo-gallery.yotpo .yotpo-modal.yotpo-modal-active .gallery-arrows{position:absolute;top:50%;width:100%;padding:0 20px;height:0;z-index:1001;margin-top:-20px}.yotpo-gallery.yotpo .yotpo-modal.yotpo-modal-active .yotpo-modal-dialog{width:80%;height:100%;max-width:none;max-height:none;top:0}.yotpo-gallery.yotpo .yotpo-modal.yotpo-modal-active .yotpo-modal-dialog .yotpo-modal-content{background:inherit;text-align:center;display:table}.yotpo-gallery.yotpo .yotpo-modal.yotpo-modal-active .yotpo-modal-dialog .yotpo-modal-content .gallery-fade-container{opacity:0;-webkit-transition:opacity 0.5s ease-out 0s;-moz-transition:opacity 0.5s ease-out 0s;-ms-transition:opacity 0.5s ease-out 0s;-o-transition:opacity 0.5s ease-out 0s;transition:opacity 0.5s ease-out 0s}.yotpo-gallery.yotpo .yotpo-modal.yotpo-modal-active .yotpo-modal-dialog .yotpo-modal-content .gallery-fade-container .gallery-images-container{display:table;table-layout:fixed;position:absolute;left:0;height:100%;width:500%;font-size:0}.yotpo-gallery.yotpo .yotpo-modal.yotpo-modal-active .yotpo-modal-dialog .yotpo-modal-content .gallery-fade-container .gallery-images-container.gallery-animations{-webkit-transition:left 0.5s ease-out 0s;-moz-transition:left 0.5s ease-out 0s;-ms-transition:left 0.5s ease-out 0s;-o-transition:left 0.5s ease-out 0s;transition:left 0.5s ease-out 0s}.yotpo-gallery.yotpo .yotpo-modal.yotpo-modal-active .yotpo-modal-dialog .yotpo-modal-content .gallery-fade-container .gallery-image-container{display:table-cell;height:100%;vertical-align:middle;width:20%}.yotpo-gallery.yotpo .yotpo-modal.yotpo-modal-active .yotpo-modal-dialog .yotpo-modal-content .gallery-fade-container .yotpo-gallery-image{cursor:pointer;max-width:95%;max-height:80vh}.yotpo-gallery.yotpo .yotpo-modal.yotpo-modal-active .yotpo-modal-dialog .yotpo-modal-content .yotpo-image-loader:before,.yotpo-gallery.yotpo .yotpo-modal.yotpo-modal-active .yotpo-modal-dialog .yotpo-modal-content .yotpo-image-loader:after,.yotpo-gallery.yotpo .yotpo-modal.yotpo-modal-active .yotpo-modal-dialog .yotpo-modal-content .yotpo-image-loader{border-radius:50%;width:2.5em;height:2.5em;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation:yotpo-image-loader 1.8s infinite ease-in-out;animation:yotpo-image-loader 1.8s infinite ease-in-out}.yotpo-gallery.yotpo .yotpo-modal.yotpo-modal-active .yotpo-modal-dialog .yotpo-modal-content .yotpo-image-loader{font-size:10px;margin:-35px auto 0 auto;position:relative;text-indent:-9999em;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation-delay:-0.16s;animation-delay:-0.16s}.yotpo-gallery.yotpo .yotpo-modal.yotpo-modal-active .yotpo-modal-dialog .yotpo-modal-content .yotpo-image-loader:before{left:-3.5em;-webkit-animation-delay:-0.32s;animation-delay:-0.32s}.yotpo-gallery.yotpo .yotpo-modal.yotpo-modal-active .yotpo-modal-dialog .yotpo-modal-content .yotpo-image-loader:after{left:3.5em}.yotpo-gallery.yotpo .yotpo-modal.yotpo-modal-active .yotpo-modal-dialog .yotpo-modal-content .yotpo-image-loader:before,.yotpo-gallery.yotpo .yotpo-modal.yotpo-modal-active .yotpo-modal-dialog .yotpo-modal-content .yotpo-image-loader:after{content:'';position:absolute;top:0}.yotpo-gallery.yotpo .yotpo-modal.yotpo-modal-active .yotpo-modal-dialog .yotpo-modal-content .yotpo-image-loader-wrapper{display:table-cell;vertical-align:middle}@-webkit-keyframes yotpo-image-loader{0%,
              80%,
              100%{box-shadow:0 2.5em 0 -1.3em #ffffff}40%{box-shadow:0 2.5em 0 0 #ffffff}}@keyframes yotpo-image-loader{0%,
              80%,
              100%{box-shadow:0 2.5em 0 -1.3em #ffffff}40%{box-shadow:0 2.5em 0 0 #ffffff}}.yotpo .yotpo-modal{position:fixed;z-index:10000;left:0;top:0;width:100%;height:100%;display:none}.yotpo .yotpo-modal.yotpo-modal-active{display:block}.yotpo .yotpo-modal.yotpo-modal-active .yotpo-modal-mask{-moz-opacity:0.70;opacity:.70;filter:alpha(opacity=70)}.yotpo .yotpo-modal.yotpo-modal-active .yotpo-modal-dialog{top:15%}.yotpo .yotpo-modal .yotpo-modal-mask{display:block;height:100%;width:100%;z-index:800;background:#000;-moz-opacity:0;opacity:0;filter:alpha(opacity=0);position:fixed;-webkit-transition:opacity 0.5s ease-out 0s;-moz-transition:opacity 0.5s ease-out 0s;-ms-transition:opacity 0.5s ease-out 0s;-o-transition:opacity 0.5s ease-out 0s;transition:opacity 0.5s ease-out 0s}.yotpo .yotpo-modal .yotpo-modal-mask.yotpo-modal-mask-active{z-index:800;-moz-opacity:0.70;opacity:.70;filter:alpha(opacity=70)}.yotpo .yotpo-modal .yotpo-modal-dialog{height:80%;max-height:550px;min-height:149px;width:64%;margin:0 auto;max-width:500px;z-index:900;overflow:hidden;position:relative;top:-170%;-webkit-transition:top 0.7s ease-in-out 0.1s;-moz-transition:top 0.7s ease-in-out 0.1s;-ms-transition:top 0.7s ease-in-out 0.1s;-o-transition:top 0.7s ease-in-out 0.1s;transition:top 0.7s ease-in-out 0.1s}.yotpo .yotpo-modal .yotpo-modal-dialog.yotpo-modal-dialog-active{top:15%}.yotpo .yotpo-modal .yotpo-modal-dialog .yotpo-modal-content{display:table;width:100%;height:100%;background:#fff}.yotpo .yotpo-modal .yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-header .yotpo-icon-btn-small{top:55px}.yotpo .yotpo-modal .yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-header .yotpo-icon-btn-small.semi-white-label{top:30px}.yotpo .yotpo-modal .yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-header .yotpo-icon-btn-small.full-white-label{top:5px}.yotpo .yotpo-modal .yotpo-modal-logo span:not(.yotpo-icon-yotpo-logo){color:#fff}.yotpo .yotpo-modal .yotpo-modal-logo span:not(.yotpo-icon-yotpo-logo) a{color:#fff !important}.yotpo .yotpo-modal .yotpo-modal-logo .yotpo-icon-yotpo-logo{color:#fff !important}.yotpo .yotpo-modal .yotpo-modal-header{height:90px;background:#0062bf}.yotpo .yotpo-modal .yotpo-modal-header .yotpo-icon-btn-small{position:absolute;top:5px;right:5px}.yotpo .yotpo-modal .yotpo-modal-header .yotpo-icon-cross{color:#fff}.yotpo .yotpo-modal .yotpo-modal-header .modal-title{text-transform:uppercase;padding:20px;text-align:center}.yotpo .yotpo-modal .yotpo-modal-header .modal-title span{font-size:24px;line-height:24px;color:#fff}.yotpo .yotpo-modal .yotpo-modal-navigation{height:24px;padding-bottom:0px;border-bottom:solid 1px #e3e3e3;background:#fff}.yotpo .yotpo-modal .modal-body-wrapper{display:table-row;position:relative;overflow:auto;height:100%;max-width:inherit}.yotpo .yotpo-modal .modal-body-wrapper .yotpo-modal-body{position:relative;max-height:370px;min-height:50px;max-width:inherit;overflow-x:hidden;overflow-y:scroll;background:#fff;height:100%}.yotpo .yotpo-modal .modal-body-wrapper .yotpo-modal-body .yotpo-regular-box{padding:25px 0;margin:0}.yotpo .yotpo-modal .modal-body-wrapper .yotpo-modal-body .product-link{padding:10px 7px 15px 0px}.yotpo .yotpo-modal .modal-body-wrapper .yotpo-modal-body .yotpo-main .product-link{display:block}.yotpo .yotpo-modal .modal-body-wrapper .yotpo-modal-body .content-title{color:#4f4f4f}.yotpo .yotpo-modal .modal-body-wrapper .yotpo-modal-body .content-review{color:#4f4f4f}.yotpo .yotpo-modal .modal-body-wrapper .yotpo-modal-body .write-review.yotpo-regular-box{padding:0 0 20px 0;margin:0}.yotpo .yotpo-modal .modal-body-wrapper .yotpo-modal-body .write-review.yotpo-regular-box .y-label{padding:10px 7px 8px 0px !important}.yotpo .yotpo-modal .modal-body-wrapper .yotpo-modal-body .write-review.yotpo-regular-box .y-label.yotpo-field-option-label{padding:0 !important}.yotpo .yotpo-modal .modal-body-wrapper .yotpo-modal-body .write-review.yotpo-regular-box .y-input{color:#737373}.yotpo .yotpo-modal .modal-body-wrapper .yotpo-modal-body .write-review.yotpo-regular-box .connect-wrapper .form-element{width:100%;padding-right:0}.yotpo .yotpo-modal .modal-body-wrapper .yotpo-modal-body .write-review.yotpo-regular-box .connect-wrapper .email-input{display:block}.yotpo .yotpo-modal .yotpo-nav-tab span{color:#4f4f4f !important}.yotpo .yotpo-modal .btn-testimonials{text-transform:uppercase}.yotpo .promoted-products-box{overflow:hidden;position:relative;background:transparent;padding-bottom:25px}.yotpo .promoted-products-box .yotpo-main-title{margin-bottom:34px;margin-top:34px;text-align:left;white-space:nowrap;color:#4f4f4f}.yotpo .promoted-products-box .yotpo-promoted-products{margin:0 40px;overflow:hidden;position:relative}.yotpo .promoted-products-box .yotpo-page-element{top:50%;position:absolute}.yotpo .promoted-products-box .yotpo-icon-left-arrow{left:0}.yotpo .promoted-products-box .yotpo-icon-right-arrow{right:0}.yotpo .promoted-products-box .promoted-products{white-space:nowrap;overflow:hidden}.yotpo .promoted-products-box .promoted-products li{display:inline-block;vertical-align:top}.yotpo .promoted-products-box .promoted-products .yotpo-promoted-product{text-align:left;width:160px;margin-right:14px;margin-left:14px}.yotpo .promoted-products-box .promoted-products .yotpo-promoted-product .yotpo-product-image{min-width:160px;height:160px;position:relative}.yotpo .promoted-products-box .promoted-products .yotpo-promoted-product .yotpo-product-image img{max-width:160px;max-height:160px}.yotpo .promoted-products-box .promoted-products .yotpo-promoted-product .yotpo-product-image .image-text{height:20px;padding-right:2px;padding-left:2px;position:absolute;background:#737373;opacity:0.9;bottom:10px;color:#fff}.yotpo .promoted-products-box .promoted-products .yotpo-promoted-product .yotpo-review-stars{display:inline-block;min-height:20px}.yotpo .promoted-products-box .promoted-products .yotpo-promoted-product .yotpo-review-stars .yotpo-icon{font-size:15px;margin-top:2px;color:#FFD200}.yotpo .promoted-products-box .promoted-products .yotpo-promoted-product .yotpo-review-stars .reviews-count{margin-top:3px;margin-left:0px;color:#737373}.yotpo .promoted-products-box .promoted-products .yotpo-promoted-product .yotpo-product-name{margin-top:5px;color:#737373;max-height:34px;height:100%;white-space:normal;line-height:normal}.yotpo .promoted-products-box .promoted-products .yotpo-promoted-product .yotpo-product-price{margin-top:3px;color:#0062bf;font-weight:bold}.yotpo .promoted-products-box .yotpo-long-product-names .yotpo-promoted-product .yotpo-product-name{height:100%}#yotpo-testimonials-custom-tab .yotpo-modal-mask{display:none}#yotpo-testimonials-custom-tab .yotpo-modal-dialog{width:100%;margin:0;max-width:100%;top:0;height:100%;max-height:100%}#yotpo-testimonials-custom-tab .yotpo-modal-body{height:100%;max-height:100%}#yotpo-testimonials-custom-tab .yotpo-modal-header{display:none}#yotpo-testimonials-custom-tab .yotpo-modal-header .modal-title{display:none}#yotpo-testimonials-custom-tab .yotpo-main .product-link{display:block}.yotpo-testimonials-semi-label{float:left;position:relative}.yotpo-testimonials-semi-label .yotpo-tool-tip{padding:0 20px;width:190px}div.yotpo-preloader-wrapper{display:none;width:100%}div.yotpo-preloader-wrapper .yotpo-pre-loader{position:relative;display:block;width:88px;margin:20px auto}div.yotpo-preloader-wrapper .yotpo-pre-loader .yotpo-icon{color:#efae00;margin-left:-5px}div.yotpo-preloader-wrapper .yotpo-pre-loader .yotpo-icon:first-child{margin:0}div.yotpo-preloader-wrapper .yotpo-pre-loader span.yotpo-full-stars{position:absolute;overflow:hidden;white-space:nowrap;-webkit-animation:yotpo-pre-loader-animation 1.5s infinite;-moz-animation:yotpo-pre-loader-animation 1.5s infinite;-o-animation:yotpo-pre-loader-animation 1.5s infinite;animation:yotpo-pre-loader-animation 1.5s infinite;-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in}div.yotpo-preloader-wrapper .yotpo-pre-loader span.yotpo-empty-stars{position:absolute;overflow:hidden;white-space:nowrap}@-webkit-keyframes yotpo-pre-loader-animation{0%{width:0}50%{width:88px}100%{width:0}}@-moz-keyframes yotpo-pre-loader-animation{0%{width:0}50%{width:88px}100%{width:0}}@-o-keyframes yotpo-pre-loader-animation{0%{width:0}50%{width:88px}100%{width:0}}@keyframes yotpo-pre-loader-animation{0%{width:0}50%{width:88px}100%{width:0}}@media only screen and (max-width: 480px){.yotpo .form-group label{width:100%;float:left;max-width:100%;white-space:normal}.yotpo .form-group span{width:100%;float:left;margin:0;padding:0}.yotpo .yotpo-modal.yotpo-modal-active .yotpo-modal-dialog{width:94%;top:2%;max-height:94%}.yotpo .yotpo-modal .modal-body-wrapper .yotpo-modal-body{max-height:100%}.yotpo #yotpo_testimonials_btn{display:none}.yotpo .yotpo-bottomline.yotpo-bottomline-ditribution-version .yotpo-star-distribution{float:none;margin-right:0;margin-left:0;margin-top:20px;border-left:0}.yotpo-text-box{-webkit-appearance:none;-moz-appearance:none}.yotpo-gallery.yotpo .yotpo-modal.yotpo-modal-active .yotpo-modal-dialog{width:100%}}.yotpo .yotpo-animation-fade{-webkit-transition:opacity 0.2s ease-in;-moz-transition:opacity 0.2s ease-in;-ms-transition:opacity 0.2s ease-in;-o-transition:opacity 0.2s ease-in;transition:opacity 0.2s ease-in}.yotpo .yotpo-animation-slide{-webkit-transition:height 1.1s ease-in-out;-moz-transition:height 1.1s ease-in-out;-ms-transition:height 1.1s ease-in-out;-o-transition:height 1.1s ease-in-out;transition:height 1.1s ease-in-out}.yotpo.embedded-widget{background-color:transparent;position:relative}#embedded_widget{margin:20px auto;max-width:280px}#embedded_widget .embedded_widget_container{height:auto;width:100%;border:1px solid #dfdfdf;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}#embedded_widget .embedded_widget_container .embedded_widget_header{background-color:#919191;border-bottom:1px solid #b19e9e}#embedded_widget .embedded_widget_container .embedded_widget_header .embedded-inner-header{padding:15px 0;display:inline-block;text-align:center;color:white;font-size:18px;width:100%}#embedded_widget .embedded_widget_container .embedded_widget_header .embedded-inner-header.semi-wl-class{width:85%;float:left}#embedded_widget .embedded_widget_container .embedded_widget_header .embedded-semi-wl{width:15%;float:left;padding:15px 0;text-align:center;display:inline-block;font-size:15px;box-sizing:border-box;border-right:1px solid grey}#embedded_widget .embedded_widget_container .embedded_widget_list{background:#F5F5F5;overflow:hidden;padding:0}#embedded_widget .embedded_widget_container .embedded_widget_list.hidden_widget{display:none}#embedded_widget .embedded_widget_container .embedded_widget_list .embedded_widget_list_item{display:block;border-bottom:1px solid #cccccc;cursor:pointer}#embedded_widget .embedded_widget_container .embedded_widget_list .embedded_widget_list_item:hover{opacity:0.8}#embedded_widget .embedded_widget_container .embedded_widget_list .embedded_widget_list_item .embedded_widget_image_container{float:left}#embedded_widget .embedded_widget_container .embedded_widget_list .embedded_widget_list_item .embedded_widget_image_container .embedded_widget_image{max-width:90%;box-sizing:border-box;-moz-box-sizing:border-box;max-height:80%;margin:10% auto 10%;display:block !important}#embedded_widget .embedded_widget_container .embedded_widget_list .embedded_widget_list_item .embedded_widget_info{float:left}#embedded_widget .embedded_widget_container .embedded_widget_list .embedded_widget_list_item .embedded_widget_info .embedded_widget_product_rank{min-width:86px}#embedded_widget .embedded_widget_container .embedded_widget_list .embedded_widget_list_item .embedded_widget_product_name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#embedded_widget .embedded_widget_container .embedded_widget_list .embedded_widget_list_item .embedded_widget_product_name .embedded_widget_product_link{color:#005696;float:left}#embedded_widget .embedded_widget_container .embedded_widget_list .embedded_widget_list_item .embedded_widget_product_name .embedded_widget_timeStamp{float:right;font-size:8px}#embedded_widget .embedded_widget_container .embedded_widget_list#basic-embedded .embedded_widget_image_container{width:65%;padding:2.5% 0}#embedded_widget .embedded_widget_container .embedded_widget_list#basic-embedded .embedded_widget_info{width:35%;padding:2.3% 0}#embedded_widget .embedded_widget_container .embedded_widget_list#basic-embedded .embedded_widget_product_name{padding:0 5%}#embedded_widget .embedded_widget_container .embedded_widget_list#pictures-embedded .embedded_widget_image_container{width:35%;height:65px}#embedded_widget .embedded_widget_container .embedded_widget_list#pictures-embedded .embedded_widget_info{width:65%;overflow:hidden;height:auto;margin:5% 0}#embedded_widget .embedded_widget_container .embedded_widget_list#reviews-embedded .embedded_widget_list_item{padding:3%}#embedded_widget .embedded_widget_container .embedded_widget_list#reviews-embedded .embedded_widget_review{clear:both}.yotpo-embedded-semi-label .yotpo-tool-tip{padding:13px;position:absolute;top:58px;width:151px}.yotpo-embedded-semi-label .yotpo-icon-embedded{font-size:30px !important}.yotpo-embedded-semi-label #embedded-semi-label{color:white !important}.yotpo-embedded-semi-label .embedded-reviews-by{position:relative;bottom:5px;margin-right:10px}#embedded_widget .yotpo-icon{color:#ECC525;font-size:15px;letter-spacing:-0.5px}#embedded_widget .star-embedded{color:#fff}.y-badge-stars{color:#ECC525 !important}.yotpo-reviews-carousel{font-family:'Open Sans', sans-serif;position:relative}.yotpo-reviews-carousel .yotpo-icon-star,.yotpo-reviews-carousel .yotpo-icon-empty-star,.yotpo-reviews-carousel .yotpo-icon-full-star,.yotpo-reviews-carousel .yotpo-icon-half-star{color:#FFD200;font-size:26px !important}.yotpo-reviews-carousel .icon-yotpo-top-corner,.yotpo-reviews-carousel .icon-yotpo-right-corner,.yotpo-reviews-carousel .icon-yotpo-left-corner{color:#dfdfdf;position:absolute}.yotpo-reviews-carousel .yotpo-icon-btn-big{padding:0 0 0 5px}.yotpo-reviews-carousel .grid{padding-left:15px;padding-right:15px}.yotpo-reviews-carousel .grid .carousel-reviews-bottom-line{float:right}.yotpo-reviews-carousel .grid.medium .headline{font-size:1.1em}.yotpo-reviews-carousel .grid.medium .all-reviews{font-size:0.9em}.yotpo-reviews-carousel .grid.small.has-testimonials-link .headline{width:100%;font-size:1.2em;margin-bottom:8px}.yotpo-reviews-carousel .grid.small.has-testimonials-link .all-reviews a{margin-left:0px !important}.yotpo-reviews-carousel .grid.small .carousel-reviews-bottom-line{float:none}.yotpo-reviews-carousel .grid.extra-small.has-testimonials-link .headline{width:100%;font-size:1.2em !important}.yotpo-reviews-carousel .grid.extra-small.has-testimonials-link .carousel-reviews-bottom-line{position:relative;top:19px;float:none}.yotpo-reviews-carousel .grid.extra-small.has-testimonials-link .all-reviews{width:85%;position:relative;bottom:20px}.yotpo-reviews-carousel .grid.extra-small.has-testimonials-link .all-reviews a{margin-left:0px !important}.yotpo-reviews-carousel .grid.extra-small.has-testimonials-link .carousel-arrows{position:relative;top:15px}.yotpo-reviews-carousel .grid.extra-small .carousel-reviews-bottom-line{float:none}.yotpo-reviews-carousel .grid div{vertical-align:top}.yotpo-reviews-carousel .carousel-display-wrapper .stars-container{height:26px}.yotpo-reviews-carousel .carousel-display-wrapper .headline{margin-bottom:8px;display:inline-block}.yotpo-reviews-carousel .carousel-display-wrapper .carousel-read-more{white-space:nowrap;color:#0062bf}.yotpo-reviews-carousel .carousel-display-wrapper .rest-content-collapsed{display:none}.yotpo-reviews-carousel .carousel-display-wrapper .scroller{overflow-x:hidden}.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel{border-bottom:1px solid #efefef;padding-bottom:8px;margin-bottom:5px;padding-top:5px;float:none !important}.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .headline{color:#4f4f4f;font-size:1.3em;font-weight:700}.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .yotpo-num-of-reviews{margin-left:7px}.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .yotpo-icon-star,.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .yotpo-icon-half-star,.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .yotpo-icon-empty-star{color:#FFD200;font-size:19px !important}.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .all-reviews{display:inline-block}.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .all-reviews a{color:#266abe;font-size:1.3em;font-weight:400;margin-left:5px}.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .all-reviews a:hover{text-decoration:underline !important}.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows{float:right;margin-left:15px}.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-left-arrow-thin,.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-right-arrow-thin{color:#56575f}.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-left-arrow-thin:hover,.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-right-arrow-thin:hover{cursor:pointer}.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel{width:15000px;padding-top:15px;position:relative}.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel{display:inline-block;vertical-align:top}.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-site-quote-container{display:inline-block;border-radius:50%;border:1px solid #e1e5ee;padding:29px}.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-site-quote-container .carousel-site-quote{font-size:30px}.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-stars{letter-spacing:-1px;position:relative;right:4px}.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-author{color:#737373;font-size:12px;font-weight:700;text-align:left;margin-top:4px;float:left}.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-body{text-align:left;font-style:italic !important;margin-left:-3px}.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .product-image-container{width:89px}.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .y-carousel-product-image{width:90px;height:90px;border-radius:4px;text-align:center;overflow:hidden}.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .y-carousel-product-image img{height:100%}.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-product-text{color:#c6c6c6;font-size:10px;font-weight:400;text-align:left;overflow:hidden;height:41px;line-height:1;margin-top:4px;letter-spacing:-0.5px}.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .yotpo-icon-star{color:#FFD200;font-size:32px}.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-title{color:#4f4f4f;font-size:1.3em;font-weight:700;line-height:24px;margin-top:1px}.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .big-version{width:403px;box-sizing:border-box}.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .big-version .right-side{width:300px;text-align:left}.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .big-version .carousel-stars{margin-bottom:14px}.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version{width:300px;box-sizing:border-box}.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version .right-side{width:194px}.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version .carousel-review-title{margin-bottom:9px}.yotpo-reviews-carousel .yotpo-small-box{float:right;padding:0;border:none}.yotpo-reviews-carousel .carousel-tool-tip .yotpo-tool-tip{top:-10px;right:0px;width:300px;overflow-y:auto;display:none;opacity:1 !important;background:#F8F8F8}.yotpo-reviews-carousel .carousel-read-more{color:#266abe;font-size:14px;font-weight:400;line-height:20px;text-align:left;width:90px}#y-badges{width:100%;background-color:transparent !important}#y-badges+.badge-init{display:none}#y-badges .y-badge{cursor:pointer;height:160px;width:151px;margin:0 auto;position:relative}#y-badges .y-badge-image{width:100%}#y-badges .y-badge-stars{display:block;position:absolute;top:67px;left:34px}#y-badges .y-badges-certified{color:#5997c1;font-size:12px;text-transform:uppercase;position:absolute;top:90px;left:10px;max-width:130px;width:130px;overflow:hidden;white-space:nowrap;text-align:center}#y-badges .y-powered-by{position:absolute;white-space:nowrap;top:140px;width:100%;text-align:center;font-size:13px}#y-badges .y-badge-reviews{position:relative;white-space:nowrap;text-align:center;top:-100px;font-size:33px;color:#FFFFFF}#y-badges .yotpo-icon{color:#ECC525;font-size:18px}


/* == Clearfix -clfix- ================================================ */

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.grid-row:before,
.grid-row:after,
.Block:before,
.Block:after,
.BlockContent:before,
.BlockContent:after,
.boxcontent:before,
.boxcontent:after,
.HorizontalFormContainer dl:before,
.HorizontalFormContainer dl:after,
.VerticalFormContainer dl:before,
.VerticalFormContainer dl:after {
	content: "";   
	display:table;    
	height:0;    
	overflow:hidden;    
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .grid-row:before, .grid-row:after,  .Block:before, .BlockContent:before, .boxcontent:before, .boxcontent:after, .HorizontalFormContainer dl:before, .VerticalFormContainer dl:before, .HorizontalFormContainer dl:after, .VerticalFormContainer dl:after {
	content: "";
	display: table;
}
.clearfix:after, .container:after, .grid-row:after, .Block:after, .BlockContent:after, .boxcontent:after, .HorizontalFormContainer dl:after, .VerticalFormContainer dl:after { clear:both; }
.clearfix, .container, .grid-row, .Block, .BlockContent, .boxcontent, .HorizontalFormContainer dl, .VerticalFormContainer dl { zoom:1; } /* IE < 8 */?
/* == Fixes and Clearfix == */

/* cssEnd */