 @import url('https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
/* font-family: 'Poppins', sans-serif; */

:root {
	--blue-on-white: #0271F3; /* Lightest shade of blue on white backgrounds that passes WCAG AA */
	--orange-on-white: #D14800; /* Lightest shade of orange on white backgrounds that passes WCAG AA */
    --da-orange: #F34C18;      /* Orange for headers */
    --da-dark-orange: #EB3518; /* Dark Orange for buttons */
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	font-family: 'Baloo Bhai', cursive;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* close commented backslash hack */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
a {
	text-decoration: none;
	transition: all 0.5s ease 0s;
	/*color: #37bbee;*/ /* Old color; Too light for accessibility */
	color: #0271F3; /* Lightest shade of blue that passes WCAG AA */
	cursor: pointer;
}
b {
	font-weight: bold;
}
a:focus{
	box-shadow:none;
}
a:focus, a:hover{
	text-decoration:none;
	color:inherit;
}
a:hover {
	text-decoration: none;
	box-shadow:none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	line-height:18px;
	font-size: 14px;
	color: #5d5d5d;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
}

/* Product Pages */

/* " - Plus many more! Click here for full game list */
li.more_games > a {
	color: #0F6BFF;
}

/*========================================
	Home Page Css START
========================================*/
.logo {
	height: 50px;
	width: 110px;
	margin-right: 20px;
}
.header_wapper{
	border-bottom:4px solid #ee4612;
	padding: 0 0 20px 0px;
	transition: all 0.5s ease 0s;
	background-color:#FFF;
}
/*
.header_wapper{
	border-bottom: 4px solid;
	border-image: url(xmaslights.png);
	border-image-outset: 15vh 0vw 3.5vh 0vw;
	border-image-slice: auto;
	border-image-width: 120px;
	border-image-width: auto;
	border-image-repeat: stretch;
	padding: 0 0 15px 0px;
	transition: all 0.5s ease 0s;
	background-color:#FFF;
}
 */
@media (max-width : 500px){
	.header_wapper{
		border-image-outset: 15vh 0vw 1vh 0vw;
	}
}
.is-sticky .header_wapper{
	padding: 0 0 5px 0;
	transition: all 0.5s ease 0s;
}
.header_right{
	float:right;
}
.follow_us_top{
	display:inline-block;
	vertical-align:middle;
}
.follow_us li{
	display:inline-block;
}
.follow_us li a{
	display:flex;
	align-items:center;
	justify-content:center;
	width:37px;
	height:37px;
	border-radius:30px;
	line-height:37px;
	color:#000000;
	font-size:18px;
	background-color:#e1e1e1;
	text-align:center;
	margin-left:5px;
}
.follow_us li a:hover{
	background-color:#ee4612;
	color:#FFF;
}
.follow_us li a:hover .cart-basket{
	background-color:#e1e1e1;
	color:#000000;
	transition: all 0.5s ease 0s;
}
.call_btn_top{
	display:inline-block;
	vertical-align:middle;
	margin-left: 5px;
	padding-bottom: 5px;
}
.call_btn_top a{
	font-size:16px;
	color:#FFF;
	background-color:#eb3518;
	border-radius:5px;
	padding:10px 15px;
	display:inline-block;
	vertical-align:middle;
}
.call_btn_top img{
	display:inline-block;
	vertical-align:middle;
	margin-right:3px;
}
.call_btn_top a:hover{
	background-color:#333;
}
.section_block_titel{
	font-size:49px;
	line-height:54px;
	color:#000000;
	font-weight:900;
	margin-bottom:30px;
}
.we-can{
    font-size: 40px;
    line-height: 59px;
    color: #000000;
    font-weight: 900;
    margin-bottom: 30px;
}
.we-can span {
    color: #f34c18;
}
.can-wdth {
    width: 300px;
    float: right;
}
.section_block_titel span{
	color:#f34c18;
}
.coman_text{
	font-size:16px;
	line-height:32px;
	color:#5d5d5d;
	font-weight:normal;
}
.coman_text p{
	margin-bottom:8px;
}
.read_more{
	font-size:16px;
	color:#f34c18;
	margin-top:40px;
}
.read_more:hover{
	padding-left:10px;
	color:#333;
}
section.home_section_block_wapper {
  position: relative;
}
.home_section_block_images_wapper{
	position:absolute;
	right:0;
	bottom:0;
	width:100%;
}
.home_section_block_images {
  margin-right: -15px;
  position: relative;
  right: -15px;
  width: 100%;
}
.home_section_block_images img{
	display:block;
}
.home_section_block{
	margin-top:80px;
	margin-bottom:60px;
}
.greey_bg{
	background-color:#f1f1f1;
}
.home_section_block_images.text-left img {
  float: right;
}
.cd-top.cd-is-visible {
  opacity: 1;
}
.cd-top {
  background: #EE4612 none repeat scroll 0 0;
  border: 2px solid #EE4612;
  border-radius: 0px;
  bottom: 50px;
  color: #fff !important;
  display: block;
  font-size: 36px;
  height: 45px;
  line-height: 40px;
  opacity: 0;
  position: fixed;
  left: 15px;
  text-align: center;
  transition: all 0.8s ease 0s;
  width: 45px;
  z-index: 9999;
}
.cd-top:hover{
	background-color:#000;
	border-color:#000;
}
.testimonials_block_wapper{
	background-color:#F1F1F1;
	padding:65px 0px; 
}
.section_block_titel2{
	font-size:24px;
	color:#000;
	font-weight:500;
	line-height:26px;
	margin-bottom:30px;
	text-align:center;
}
.recent_tweets{
	background-color:#FFF;
}
.testimonials_box{
	background-color:#FFF;
	border-radius: 6px;
}
.testimonials_images{
	margin:0px auto;
	padding:25px 0 15px;
	display:table;
}
.testimonials_text{
	font-size:19px;
	color:#5D5D5D;
	font-style:italic;
	font-weight:300;
	line-height:30px;
	text-align:center;
	padding:0 60px;
}
.testimonials_name {
  color: #000;
  display: table;
  font-size: 19px;
  font-style: italic;
  font-weight: 300;
  margin: 0 auto;
  padding: 20px 0;
  text-align:center;
}
.testimonials_name span{
  color: #5D5D5D;
  font-size: 14px;
  display:block;
  font-style: italic;
  font-weight: 300;
  margin-top:5px;
}
.testimonials_wapper .lSPager{
	display:none;
}
.lSSlideOuter .lSAction a{
	width:26px;
	transition: all 0.5s ease 0s;
	height:30px;
	display:block;
	background-color:#EB3518;
	opacity:1;
	background-repeat:no-repeat;
	background-position:center center;
}
.lSSlideOuter .lSAction a.lSPrev{
	background-image:url("../images/arrow_left.png");
	left:-12px;
}
.lSSlideOuter .lSAction a.lSNext{
	background-image:url("../images/arrow_right.png");
	right:-12px;
}
.lSSlideOuter .lSAction a:hover{
	background-color:#000;
}
.testimonials_wapper{
	padding:0 10px;
	overflow:hidden;
}
.testimonials_wapper .lSSlideWrapper{
	overflow:visible;
}
.testimonials_wapper .lSSlideOuter{
	overflow:visible;	
} 
.clintes_logo{
	padding:30px 0px;
}
.clintes_logo .lSAction{
	display:none !important;
}
.clintes_logo .lSPager{
	display:none;
}
.clintes_logo .lSSlideOuter ul li{
	float:none;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
}
.clintes_logo .lSSlideOuter ul li img{
	max-width:100%;
	display:block;
}
.footer_wapper{
	background-color:#464646;
	padding-top: 25px;
}
.copy_right{
	text-align:center;
	color:#FFF;
	font-size:14px;
	font-weight:300;
}
.footer_bottom{
	padding-bottom:30px;
	padding-top:30px;
}
.footer_top {
  padding-top: 50px;
  padding-bottom: 10px;
}
.footer_about_text{
	font-size:14px;
	line-height:27px;
	color:#FFF;
	margin-top:20px;
	padding-right:100px;
}
.footer_menu_titel{
	font-size:18px;
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:0.4px;
	line-height:27px;
	margin-bottom:20px;	
}
.footer_menu ul li a{
	font-size:14px;
	color:#FFF;
	letter-spacing:0px;
	line-height:27px;
}
.footer_menu ul{
	width:50%;
	float:left;
}
.footer_menu > ul li{
	margin-bottom: 10px;
}
.footer_menu ul li a:hover{
	color:#ee4612;
	padding-left:5px;
}
.footer_inform > ul li{
	font-size:14px;
	color:#FFF;
	letter-spacing:0px;
	font-weight:300;
	line-height:27px;
}
.footer_inform > ul li a{
	font-size:14px;
	color:#FFF;
	letter-spacing:0px;
}
.footer_inform > ul li a:hover{
	color:#ee4612;
}
.follow_us_footer{
	margin-top:25px;
}
.footer_inform_wapper{
	margin-left:-20px;
}
.home_slider_wapper{
	background-color:#f1f1f1; 
	padding:50px 0px;
}
.home_product_text a{
	font-size:18px;
	font-weight:600;
	letter-spacing: 0.5px;
	display:block;
	margin-top:15px;
	text-align:center;
	color:#000000;
}
.home_product_text a:hover{
	color:#EB3518;
}
.home_product_wapper {
  padding-top: 30px;
  padding-bottom: 40px;
}
.home_product_images {
  height: 380px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.home_product_images img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.why-dream-thumb {
	float:right;
}
.testimonial-btn {
    text-align: center;
    margin: 30px 0 0;
}
.testimonial-btn a {
    font-size: 16px;
	color: #FFF;
	background-color: #eb3518;
	border-radius: 5px;
	padding: 10px 15px;
	display: inline-block;
	vertical-align: middle;
}
.testimonial-btn a:hover {
    background-color: #333;
}
.testimonial_thumb.fa {
	font-size: 70px;
}
/*========================================
	Home Page Css END
========================================*/
/*========================================
	Product Details Page Css START
========================================*/
.product_details_wapper{
	background-color:#F1F1F1;
	padding:40px 0px 30px;
}
.product_titel{
	color:#000;
	font-size:39px;
	font-weight:900;
	margin-bottom:30px;
	line-height:54px;
}
.product_gallry{
	background-color:#FFF;
	padding:20px;
    position:relative;
    min-height: 100px;
}
.product_gallry .lSSlideWrapper{
	height:480px;
}
.product_gallry #image-gallery{
	height:100% !important;
}
.product_gallry #image-gallery li{
	height:100% !important;
	position:relative;
}
.product_gallry #image-gallery li img{
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	right:0;
	left:0;
}
.product_gallry .lSSlideOuter .lSPager.lSGallery li{
	width:83px !important;
	height:83px !important;
	border:1px solid #CCCCCC;
	border-radius:0;
	margin-right:15px !important;
	float:none;
	display:inline-block;
	padding:3px;
	cursor:pointer;
	transition: all 0.8s ease 0s;
	position:relative;
}
.product_gallry .lSSlideOuter .lSPager.lSGallery li.active, .product_gallry .lSSlideOuter .lSPager.lSGallery li:hover{
	border-color:#EE4612;
}
.product_gallry .lSSlideOuter .lSPager.lSGallery li img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 95%;
  max-width: 95%;
  position: absolute;
  right: 0;
  top: 0;
}
.product_gallry .lSSlideOuter .lSPager.lSGallery{
	width:100% !important;
}
.product_gallry .lSSlideOuter .lSPager.lSGallery li:last-child{
	margin-right:0px !important;
}
.product_gallry .lSAction{
	display:none !important;
}
.product_price_section .new_price{
	font-weight:900;
	color:#000;
	display:inline-block;
	vertical-align:middle;
	font-size:48px;
	line-height:54px;
}
.product_price_section .old_price{
	color:#000;
	text-decoration:line-through;
	display:inline-block;
	vertical-align:middle;
	font-size:19px;
}
.product_price_section{
	text-align:right;
	margin-bottom:30px;
}
.product_price_section .price{
	display:inline-block;
	vertical-align:middle;
	margin-right:12px;
}
.cart_btn{
	/* background-color:#EB3518; */ /* Old color; Too light for accessibility */
	background-color: #E22F13;
	font-size:19px;
	line-height:22px;
	padding:12px 28px;
	border-radius:5px;
	color:#FFF;
	display:inline-block;
	border: none;
	cursor: pointer;
	transition: all 0.5s ease 0s;
}
.cart_btn:hover{
	background-color:#000;
	color:#FFF;
}
.product_details_right.card{
  margin-top:20px;
}
.product_details_right .card-header{
	box-shadow:none;
	background-color:#FFF;
	border-radius:0px;
	border-bottom:1px solid #CCCCCC;
	padding:15px 20px;
}
.product_details_right .card{
	/*border:0px;*/
	margin-bottom:5px;
	box-shadow:none;
}
.product_details_right .card-header h5{
	font-size:17px;
	color: #D14800;
	line-height:20px;
}
.product_details_right .card-header h5 img{
	 display: inline-block;
    margin-right: 22px;
    vertical-align: middle;
}
.product_details_right .card-header h5 .fa {
  color: rgb(93, 93, 93);
  float: right;
  font-size: 29px;
  font-weight: bold;
  position: absolute;
  right: 30px;
  top: 12px;
}
/*.product_details_right .card-header a.collapsed h5 .fa {
  transform:rotate(180deg);
}*/
.product_details_right .card-header a h5 .fa {
  transform:rotate(0deg);
}
.product_details_right .card-body{
	padding:15px 20px;
	/* max-height: 550px; */
    /* overflow: auto; */
}
.product_details_right .collapse:not(.show) .card-body:after {
  content  : "";
  position : absolute;
  z-index  : 1;
  bottom   : 0;
  left     : 0;
  pointer-events   : none;
  background-image : linear-gradient(to bottom, 
                    rgba(255,255,255, 0), 
                    rgba(255,255,255, 1) 90%);
  width    : 100%;
  height   : 3em;
}
.product_details_right .card-body li{
	margin-bottom:15px;
}
.product_details_right .card-body li:last-child{
	margin-bottom:0px;
}
/* Pack Label Checkbox */
.product-list-entry label {
	width: 100%;
}
/* Pack Title + Price */
.price_custuom_titel{
	display: flex;
	width: 100%;
	font-size:15px;
	color:#000000;
	margin-bottom:8px;
}
/* Price Price (New + Old) */
.price_custuom_price {
  display: flex;
  margin-left: auto;	/* Aligns price rightmost */
  gap: 2px;
}
.price_custuom_titel .new_price{
	font-size:16px;
	color:#000000;
	font-weight:600;
}
.price_custuom_titel .old_price{
	font-size:13px;
	color:#5D5D5D;
	font-weight:300;
	text-decoration:line-through;
}
/* Pack Additional Link i.e. Game List */
.price_custuom_titel .games-list {
	margin-left: 3px;
	text-decoration: underline;
	font-weight:bold;
}
.price_custuom_desc{
	font-size:12px;
	line-height:12px;
	color:#5D5D5D;
}
.price_custuom_desc a{
	font-weight: bold;
	text-decoration: underline;
}
/* Pack Label + Title + Price + Description */
.price_custuom_row {
  display: flex;
}
/* Pack Title + Price + Description */
.price_custuom_text{
	padding-left:30px;
	width: 100%;
}
.price_custuom_checkbox {
	align-self:center;
}
.price_custuom_checkbox input {
    opacity:0;
	cursor:pointer;
    position: relative;
}
.price_custuom_checkbox span {
    width: 18px;
    height: 18px;
	margin-top:-19px;
    display: block;
    background: url("../images/checked.png");
}
.price_custuom_checkbox input:checked + span {
    background: url("../images/checked0.png");
}
.product_desc_wapper{
	padding:40px 0px;
}
.desc_titel{
	font-size:20px;
	line-height:24px;
	font-weight:600;
	color:#000;
	margin-bottom:30px;
}
.product_desc_wapper .coman_text{
	font-size:14px;
	line-height:24px;
	color:#000000;
}
.product_desc_wapper .coman_text p{
	margin-bottom:13px;
}
.product_desc_wapper .coman_text strong{
	font-weight:700;
}
.pointes li{
	margin-bottom:15px;
	background-image:url("../images/pointes_arrow.png");
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:25px;
}
.product_desc_wapper2{
	background-color:#F7F7F7;
	padding:50px 0px;
}
.product_desc_wapper2 a {
	color: #006CEB; /* Lightest shade of blue on #F7F7F7 background that passes WCAG AA */
}
.desc_titel2_subtitel {
  color: rgb(93, 93, 93);
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 70px;
  margin-top: 30px;
  text-align: center;
}
.desc_titel2_subtitel a {
	text-decoration: underline;
}
.desc_titel2 {
  font-size: 17px;
  color:#000;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
  line-height: normal;
}
.desc_pointes_titel {
  color: rgb(0, 0, 0);
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 10px;
}
.pointes2 li{ 
	color:#5D5D5D;
	font-size:14px;
	line-height:26px;
}
.product_desc_wapper3{
	padding:50px 0px;
	text-align: center;
}
.desc_titel3 {
  color: rgb(0, 0, 0);
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 20px;
}
.desc_titel_subtitel {
  color: rgb(0, 0, 0);
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 5px;
}

.desc_titel_subtitel span {
	color: #EB0000; /* Lightest shade of red that passes WCAG AA */
}
.product_desc_wapper3 .coman_text{
	font-size:14px;
	line-height:24px;
}
.buy_now_link{
	color:#E73113;
	font-size:16px;
	margin-top:20px;
	display:block;
}
.buy_now_link:hover{
	padding-left:10px;
	color:#E73113;
}
.other_product_wapper{
	background-color:#F7F7F7;
	padding:50px 0px;
}
.other_product_wapper .product_titel {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
}
.slider_others_box_img{
	padding:15px 20px;
	background-color:#FFF;
	box-shadow:0 4px 10px rgba(0, 0, 0, 0.1);
	height:330px;
	box-sizing:border-box;
	position:relative;
	margin-bottom:20px;
}
.slider_others_box_img img{
	display:block;
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	right:0;
	left:0;
	max-height:90%;
}
.slider_others_titel a{
	text-align:center;
	font-size:16px;
	line-height:26px;
	color:#000000;
}
.slider_others_titel a:hover{
	color:#EE4612;
}
.slider_others_titel{
	text-align:center;
}
.other_product_wapper .lSAction{
	display:none !important;
}
.other_product_wapper .lSPager{
	display:none !important;
}
.sale-price
{
	color: #EB0000; /* Lightest shade of red that passes WCAG AA */
}
.light-ball
{
	/* position: absolute;
    top: 10px;
    right: 20px; */
}
.arcade-dims
{
  position:absolute;
  bottom:10px;
  left: 10px;
  color:black;
  font-size: 12px;
  font-weight:600;
}
.arcade-dims-header
{
  font-weight:800;
}
.arcade-weight
{
  position:absolute;
  bottom: 10px;
  right: 10px;
  font-size: 12px;
  font-weight: 600;
  text-align: right;
}
/*========================================
	Product Details Page Css END
========================================*/
.expand {
	float: right;
}
.expand span {
	text-transform: uppercase;
	color: #010101;
	font-weight: 600;
	font-size: 12px;
}
.expand i.fa-angle-down {
	margin-top: 15px;
	margin-right: 5px;
}
.desc_product_thumb {
    margin: 30px 0;
}
.desc_product_thumb a {
    margin: 0 20px;
}
#accordionEx .collapse.show {
	display: block;
	height: auto;
}
#accordionEx .collapse {
	display: block;
	height: 85px;
	overflow: hidden;
	overflow-y: auto;
}
.no-cost
{
	color: #EB0000;
}
.mtb50 {
    margin-top:50px;
    margin-bottom:50px;
}
.mt50 {
    margin-top:50px;
}
.bg-eee {
    background:#eee;
}
.con-dt {
    font-size: 17px;
    color: #464646;
    font-weight: 600;
}
.con-no {
    font-weight: 700;
    font-size: 26px;
    color: #eb3518;
}
/*.........FAQ Page.........*/
#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
   /* margin: 0 30px 10px 30px;*/
    overflow: hidden;
    position: relative;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}
#accordion .panel-title a{
    display: block;
    padding: 15px 20px;
    margin: 0;
    background: #eee;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #333;
    border-radius: 0;
    position: relative;
    padding-left: 52px;
}
#accordion .panel-title a.collapsed{     
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 15px;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f068";
    font-family: fontawesome;
    width: 30px;
    height: 30px;
    line-height: 26px;
    border-radius: 50%;
    background: #eb3518;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    border: 3px solid #fff;
    position: absolute;
    top: 10px;
    left: 7px;
    /*margin-left: 10px;*/
}
#accordion .panel-title a.collapsed:before{
    content: "\f067";
    background:#ef8601;
    border: 4px solid #dad3d3;
    line-height: 25px;
}
/*#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "";
    width: 17px;
    height: 7px;
    background: #fff;
    position: absolute;
    top: 22px;
    right: 0;
}*/
#accordion .panel-title a.collapsed:after{
    width: 15px;
    background: #e1e1e1;
}
#accordion .panel-body{
    border-left: 8px solid #ededed;
    border-top: none;
    background: #fff;
    /*font-size: 15px;*/
    color: #1c2336;
    line-height: 27px;
    position: relative;
}
#accordion .panel-body:before{
    content: "";
    height: 1px;
    width: 50%;
    background: #ededed;
    position: absolute;
    bottom: 0;
    left: 0;
}
#accordion .panel-body p{
  padding: 10px;
}
.faq-head {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}
.mt20 {
    margin-top:20px;
}
.product-box1 {
    border: 1px solid #eee;
    background: #f5f5f5;
}
.product-box1:hover {
    box-shadow: 0px 3px 10px rgba(212, 212, 212, 0.8);
}
.product-box2 {
    text-align: center;
    /*border: 1px solid #eee;*/
    background: #fff;
    padding: 18px;
    height: 363px;
    /*box-shadow: 0px 3px 10px rgba(220, 220, 220, 0.8)*/
}
.Product_main_wrapper {
    background-color: #fff;
}
.Product_main_wrapper p {    
    text-align: justify;
    color: #565656;
    margin-top: 12px;
    font-size: 13px;
    height:103px;
}
.Product_main_button {    
    margin-top: 10px;
    background: #F56900;
    border-color: #F56900;
	font-size: 18px;
    color: #fff;
}
.Product_main_button:hover {    
    background: #F56900;
    border-color: #F56900;
    color: #fff;
}
.Product_main_button:focus {    
    border-color: #F56900;
}
.press-box1 {
    border: 1px solid #eee;
    background: #f5f5f5;
}
.press-box {
    text-align: center;
    /*border: 1px solid #eee;*/
    background: #fff;
    padding: 18px;
    height: 300px;
    /*box-shadow: 0px 3px 10px rgba(220, 220, 220, 0.8)*/
}
.press-box1 p {    
    text-align: justify;
    color: #565656;
    font-size: 13px;
	padding:10px;
	height:auto;
	margin:0px;
}
.pro-data {
    padding: 0px 10px;
}
.pt0 {
    padding-top:0px;
}
.offer {
    padding: 25px 0px;
    font-size: 21px;
    font-weight: 600;
    text-align:center;
}
.off-col {
    color:#eb3518;
}
.mb-40 {
    margin-bottom:40px;
}
.reg {
    padding: 50px 0px;
}
.justyp {
    font-size: 14px;
    font-weight: 400;
}
.regp {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    margin-top: 10px;
    color: #ee4611;
}
@media(max-width:768px) {
    .Product_main_wrapper p {
    text-align: justify;
    color: #565656;
    margin-top: 12px;
    font-size: 13px;
    height: auto;
}
}
.tooltip-inner {
    max-width: 400px;
    width: 400px;
}
.padding-20px
{
	padding:20px;
}
.font-10
{
	font-size: 10px;
}
.margin-right
{
	margin-right: 5px;
}
.sub-head-h3{
    font-size: 20px;
    color: #000000;
    font-weight: 900;
}
.terms-main {
    background-color: #fff;
    padding: 50px 0px;
}
.terms-main p {    
    text-align: justify;
    color: #565656;
    margin-top: 12px;
    font-size: 13px;
	margin-bottom: 25px;
}
.youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	/* Use 75% for 4:3 videos */
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	margin: 5px;
}
.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}
.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}
.youtube-player img:hover {
	-webkit-filter: brightness(75%);
}
.youtube-player .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url("/images/youtube.png") no-repeat;
	cursor: pointer;
}
/* ul li a.cart .cart-basket {
	font-size: .6rem;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 15px;
	height: 15px;
	color: #fff;
	background-color: #eb3518;
	border-radius: 50%;
	transition: all 0.5s ease 0s;
	visibility: hidden;
  } */
  .orange{
	  color: #ee4612;
  }
.tooltip.in{
	opacity: 1 !important;
	filter: alpha(opacity=100);
}
.tooltip.show{
  opacity: 1 !important;
}
.cart_button{
	display:inline-block;
	/* position: absolute;
	right: 100px;
	top: -45px; */
	/* position: absolute;
	top: -50px;
	right: 20px; */
}
.cart_button a{
	display:block;
	width:37px;
	height:37px;
	border-radius:30px;
	line-height:37px;
	color:#000000;
	font-size:18px;
	background-color:#e1e1e1;
	text-align:center;
	margin-left:5px;
}
.cart_button a:hover{
	background-color:#ee4612;
	color:#FFF;
}
.cart_button a:hover .cart-basket{
	background-color:#e1e1e1;
	color:#000000;
	transition: all 0.5s ease 0s;
}
a.cart .cart-basket {
	font-size: .6rem;
	position: absolute;
	/* top: -6px; */
	/* right: -5px; */
	top: 0px;
	right: 0px;
	width: 15px;
	height: 15px;
	color: #fff;
	background-color: #eb3518;
	border-radius: 50%;
	transition: all 0.5s ease 0s;
	visibility: hidden;
  }
  #mobile-cart-button{
	display: none;
	position: absolute;
	right: 100px;
	top: -40px;
}
.update_cart_btn{
	font-size:18px;
}

/*--------------------------------------------------------------------------------------//
//                                        3d.css                                        //
//--------------------------------------------------------------------------------------*/

.home_slider_wapper {
    overflow: hidden;
	padding-bottom: 30px;
}

.demo-wrap {
    overflow: hidden;
    position: relative
}

.demo-wrap .demo {
    max-width: 1140px;
    height: 540px;
    margin: 0 auto;
    position: relative;
    -webkit-user-select: none
}

.slide-wrap {
    max-width: 1140px;
    height: 540px;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.slide-wrap li {
    display: none;
    width: 520px;
    position: absolute;
    z-index: 0;
    background-color: #FFF;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2)
}

.slide-wrap .inner {
    position: relative
}

.slide-wrap .inner a {
    text-decoration: none;
    border: none;
    outline: none
}

.slide-wrap img {
    border: none;
    max-width: 100%;
    display: block;
    outline: none
}

.slide-wrap .pos1 {
    display: block;
    width: 265px;
    height: 400px;
    top: 60px;
    left: 6%;
    z-index: 1
}

.slide-wrap .pos2 {
    display: block;
    width: 262px;
    height: 460px;
    top: 35px;
    left: 18%;
    z-index: 2
}

.slide-wrap .pos3 {
    display: block;
    width: 390px;
    height: 520px;
    top: 0;
    left: 34%;
    z-index: 3
}

.slide-wrap .pos4 {
    display: block;
    width: 262px;
    height: 460px;
    top: 35px;
    right: 18%;
    z-index: 2
}

.slide-wrap .pos5 {
    display: block;
    width: 265px;
    height: 400px;
    top: 60px;
    right: 6%;
    z-index: 1
}

.pos6 {
    display: block;
    width: 265px;
    height: 400px;
    top: 60px;
    right: 6%;
    z-index: 1
}

.pos7 {
    display: block;
    width: 265px;
    height: 400px;
    top: 60px;
    right: 6%;
    z-index: 1
}

.slide-wrap .inner {
    overflow: hidden;
    position: relative
}

.home_slider_wapper .arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    color: #EB3518;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    font-size: 28px;
    line-height: 50px;
    text-align: center;
    font-weight: 900;
    transition: all 0.5s ease 0s;
    transform: translateY(-50%);
    font-style: normal
}

.home_slider_wapper .arrow:hover {
    background-color: #2B2B2B;
    color: #FFF
}

.prev {
    background-position: 0 0;
    left: 0;
    text-indent: 0
}

.next {
    background-position: -52px 0;
    right: 0;
    text-indent: 0
}

/*--------------------------------------------------------------------------------------//
//                                  animate.css                                       	//
// 								Minified for performance.								//
//--------------------------------------------------------------------------------------*/
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-ms-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-30%,0,0);-ms-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-ms-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(30%,0,0);-ms-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);-ms-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,30%,0);-ms-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);-ms-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);-ms-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-ms-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);-ms-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-ms-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}


/*--------------------------------------------------------------------------------------//
//                                   call-button.css                                    //
//--------------------------------------------------------------------------------------*/

.call-button-m {
	display: none;
}
@media screen and (max-width: 991px)
{
	.call-button-m {
	display: block;
	position:absolute;
	right:70px;
	top: -45px;
	z-index: 12;
	}

	.call-button-m a {
	height: 45px;
	}

	.call-button-m a img {
	margin-top: 5px;
	}
}

/*--------------------------------------------------------------------------------------//
//                             christmas-shipping-note.css                              //
//--------------------------------------------------------------------------------------*/
.christmas-shipping-note
{
  background-color: #F00;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  margin:auto;
  width:fit-content;
  display:block;
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 22px;
}

/*--------------------------------------------------------------------------------------//
//								delivery-note-tooltip.css								//
//--------------------------------------------------------------------------------------*/

.delivery-note-tooltip {
	position:relative;
	display: inline-block;
	border-bottom: 1px dotted white;
  }
  .delivery-note-tooltip .tooltiptext
  {
	visibility: hidden;
	background-color: #555;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	/* Position the tooltip text */
	position: absolute;
	z-index: 5;
	top: 125%;
	right: 0%;
	/* Fade in tooltip */
	opacity: 0;
	transition: opacity 0.3s;
  }
  /* Tooltip arrow */
  .delivery-note-tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #555 transparent;
  }
  /* Show the tooltip text when you mouse over the tooltip container */
  .delivery-note-tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
  }


/*--------------------------------------------------------------------------------------//
//                                   lightslider.css                                    //
//--------------------------------------------------------------------------------------*/

.lSSlideOuter{overflow:hidden;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.lightSlider:before,.lightSlider:after{content:" ";display:table}.lightSlider{overflow:hidden;margin:0}.lSSlideWrapper{max-width:100%;overflow:hidden;position:relative}.lSSlideWrapper>.lightSlider:after{clear:both}.lSSlideWrapper .lSSlide{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transition:all 1s;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform,height;transition-property:transform,height;-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lSSlideWrapper .lSFade{position:relative}.lSSlideWrapper .lSFade>*{position:absolute!important;top:0;left:0;z-index:9;margin-right:0;width:100%}.lSSlideWrapper.usingCss .lSFade>*{opacity:0;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lSSlideWrapper .lSFade>*.active{z-index:10}.lSSlideWrapper.usingCss .lSFade>*.active{opacity:1}.lSSlideOuter .lSPager.lSpg{margin:10px 0 0;padding:0;text-align:center}.lSSlideOuter .lSPager.lSpg>li{cursor:pointer;display:inline-block;padding:0 5px}.lSSlideOuter .lSPager.lSpg>li a{background-color:#222;border-radius:30px;display:inline-block;height:8px;overflow:hidden;text-indent:-999em;width:8px;position:relative;z-index:99;-webkit-transition:all 0.5s linear 0s;transition:all 0.5s linear 0s}.lSSlideOuter .lSPager.lSpg>li:hover a,.lSSlideOuter .lSPager.lSpg>li.active a{background-color:#428bca}.lSSlideOuter .media{opacity:.8}.lSSlideOuter .media.active{opacity:1}.lSSlideOuter .lSPager.lSGallery{list-style:none outside none;padding-left:0;margin:0;overflow:hidden;transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.lSSlideOuter .lSPager.lSGallery li{overflow:hidden;-webkit-transition:border-radius 0.12s linear 0s 0.35s linear 0s;transition:border-radius 0.12s linear 0s 0.35s linear 0s}.lSSlideOuter .lSPager.lSGallery li.active,.lSSlideOuter .lSPager.lSGallery li:hover{border-radius:5px}.lSSlideOuter .lSPager.lSGallery img{display:block;height:auto;max-width:100%}.lSSlideOuter .lSPager.lSGallery:before,.lSSlideOuter .lSPager.lSGallery:after{content:" ";display:table}.lSSlideOuter .lSPager.lSGallery:after{clear:both}.lSAction>a{width:32px;display:block;top:50%;height:32px;background-image:url(../img/controls.png);cursor:pointer;position:absolute;z-index:99;margin-top:-16px;opacity:.5;-webkit-transition:opacity 0.35s linear 0s;transition:opacity 0.35s linear 0s}.lSAction>a:hover{opacity:1}.lSAction>.lSPrev{background-position:0 0;left:10px}.lSAction>.lSNext{background-position:-32px 0;right:10px}.lSAction>a.disabled{pointer-events:none}.cS-hidden{height:1px;opacity:0;filter:alpha(opacity=0);overflow:hidden}.lSSlideOuter.vertical{position:relative}.lSSlideOuter.vertical.noPager{padding-right:0px!important}.lSSlideOuter.vertical .lSGallery{position:absolute!important;right:0;top:0}.lSSlideOuter.vertical .lightSlider>*{width:100%!important;max-width:none!important}.lSSlideOuter.vertical .lSAction>a{left:50%;margin-left:-14px;margin-top:0}.lSSlideOuter.vertical .lSAction>.lSNext{background-position:31px -31px;bottom:10px;top:auto}.lSSlideOuter.vertical .lSAction>.lSPrev{background-position:0 -31px;bottom:auto;top:10px}.lSSlideOuter.lSrtl{direction:rtl}.lSSlideOuter .lightSlider,.lSSlideOuter .lSPager{padding-left:0;list-style:none outside none}.lSSlideOuter.lSrtl .lightSlider,.lSSlideOuter.lSrtl .lSPager{padding-right:0}.lSSlideOuter .lightSlider>*,.lSSlideOuter .lSGallery li{float:left}.lSSlideOuter.lSrtl .lightSlider>*,.lSSlideOuter.lSrtl .lSGallery li{float:right!important}@-webkit-keyframes rightEnd{0%{left:0}50%{left:-15px}100%{left:0}}@keyframes rightEnd{0%{left:0}50%{left:-15px}100%{left:0}}@-webkit-keyframes topEnd{0%{top:0}50%{top:-15px}100%{top:0}}@keyframes topEnd{0%{top:0}50%{top:-15px}100%{top:0}}@-webkit-keyframes leftEnd{0%{left:0}50%{left:15px}100%{left:0}}@keyframes leftEnd{0%{left:0}50%{left:15px}100%{left:0}}@-webkit-keyframes bottomEnd{0%{bottom:0}50%{bottom:-15px}100%{bottom:0}}@keyframes bottomEnd{0%{bottom:0}50%{bottom:-15px}100%{bottom:0}}.lSSlideOuter .rightEnd{-webkit-animation:rightEnd 0.3s;animation:rightEnd 0.3s;position:relative}.lSSlideOuter .leftEnd{-webkit-animation:leftEnd 0.3s;animation:leftEnd 0.3s;position:relative}.lSSlideOuter.vertical .rightEnd{-webkit-animation:topEnd 0.3s;animation:topEnd 0.3s;position:relative}.lSSlideOuter.vertical .leftEnd{-webkit-animation:bottomEnd 0.3s;animation:bottomEnd 0.3s;position:relative}.lSSlideOuter.lSrtl .rightEnd{-webkit-animation:leftEnd 0.3s;animation:leftEnd 0.3s;position:relative}.lSSlideOuter.lSrtl .leftEnd{-webkit-animation:rightEnd 0.3s;animation:rightEnd 0.3s;position:relative}.lightSlider.lsGrab>*{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lightSlider.lsGrabbing>*{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}

/*--------------------------------------------------------------------------------------//
//                                       nav.css                                        //
//--------------------------------------------------------------------------------------*/

#header {
	_background: #232846;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-sizing: border-box;
	position: relative;
	z-index: 9999;
}

.sticky-wrapper {
	position: relative;
	z-index: 20000;
}

.navwrapper {
	display: table;
	width: 100%;
}

nav {
	position: relative;
	width: 100%;
	margin: 0 auto 0;
}

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#cssmenu:after, #cssmenu>ul:after {
	_content: ".";
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#cssmenu #head-mobile {
	display: none;
}
/* Header Menu (Products, Corporate Arcades, etc.) */
#cssmenu {
	display: table;
	font-family: 'Poppins', sans-serif;
	margin: 0px auto 0;
	padding-left: 40px;
	width: auto;
	float: left;
}

#cssmenu>ul {
	margin: 0px 0 0 0;
}

#cssmenu>ul>li {
	float: left;
	margin: 0px 0px;
	padding: 0 18px;
	border-right: 0px solid #fff;
}

#cssmenu>ul>li:last-child {
	border-right: 0px solid #fff;
}

#cssmenu>ul>li>a {
	color: #000000;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: normal;
	height: 36px;
	letter-spacing: 1px;
	line-height: 36px;
	padding: 0 !important;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	transition: all 0.8s ease 0s;
}

#cssmenu>ul>li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
	_background: #4f1387 !important;
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
}

#cssmenu>ul>li.has-sub>a {}

#cssmenu>ul>li.has-sub>a:after {
	position: absolute;
	top: 22px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: none;
	content: '';
}

#cssmenu>ul>li.has-sub>a:before {
	position: absolute;
	top: 19px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: none;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}

#cssmenu>ul>li.has-sub:hover>a:before {
	top: 23px;
	height: 0;
}

#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	z-index: 2;
	padding-top: 17px;
	top: 20px;
}

/* Product Dropdown Menu List Item */
#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
	background-color: #dcd9d9;
	border-bottom: 1px solid #979797;
}

#cssmenu ul ul li:hover {
	background: #eb3518;
}

#cssmenu li:hover>ul {
	left: auto
}

#cssmenu li:hover>ul>li {
	height: 35px
}

#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0
}

#cssmenu ul ul li a {
	_border-bottom: 1px solid rgba(150, 150, 150, 0.15);
	padding: 11px 15px;
	width: 220px;
	font-size: 15px;
	text-decoration: none;
	color: #000;
	font-weight: 400;
	/* background: url(../images/has-sub.png) no-repeat 6px 17px; */
}

#cssmenu ul ul li:last-child>a, #cssmenu ul ul li.last-item>a {}

#cssmenu ul ul li:hover>a, #cssmenu ul ul li a:hover {
	/* background: url(../images/has-sub.png) no-repeat 6px 17px; */
	padding-left: 20px;
	border-bottom: 0px solid rgba(150, 150, 150, 0.15);
}

#cssmenu ul ul li.has-sub>a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}

#cssmenu ul ul li.has-sub>a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}

#cssmenu ul ul>li.has-sub:hover>a:before {
	top: 17px;
	height: 0
}

#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background: #002563;
}

#cssmenu ul ul ul li.active a {
	border-left: 1px solid #333
}

#cssmenu>ul>li.has-sub>ul>li.active>a, #cssmenu>ul ul>li.has-sub>ul>li.active>a {
	border-top: 1px solid #333
}
/* Mobile Menu */
@media screen and (max-width:991px) {
	#cssmenu {
		display: block !important;
	}

	#cssmenu ul.open {
		border-bottom: none;
	}

	#cssmenu ul ul {
		padding-top: 0;
		z-index: 2;
		top: 0px;
	}

	.sub-menu.open {
		_border-top: 1px solid #979797 !important;
	}

	.sticky #cssmenu>ul>li {
		border-right: 0px solid #333333;
	}

	#cssmenu ul li.has-sub:hover ul {
		top: 0px;
	}

	nav {
		width: 100%;
	}

	#cssmenu {
		margin: 0px auto 0;
		width: 100%
	}

	#cssmenu .button {
		top: -60px;
	}

	#cssmenu ul {
		border-radius: 6px;
		display: none;
		float: right;
		overflow: hidden;
		width: 180px;
		margin-top: 5px;
		position: relative;
		padding-top: 12px;
		border-bottom: 1px solid black;
	}

	#cssmenu ul::after {
		background-image: url("../images/mobile_top_arrow.png");
		background-position: right top;
		background-repeat: no-repeat;
		content: "";
		height: 12px;
		position: absolute;
		right: 16px;
		top: 0;
		visibility: unset;
		width: 27px;
	}

	#cssmenu ul li {
		width: 100%;
		border-top: 1px solid rgb(51, 51, 51);
		background: #022765;
		padding: 0px;
	}

	#cssmenu ul li:hover {
		_background: #030b19;
		_border-bottom: 1px solid #979797;
	}

	#cssmenu ul ul li, #cssmenu li:hover>ul>li {
		height: auto;
	}

	#cssmenu>ul>li:first-child>a {
		border-radius: 6px 6px 0 0;
	}

	#cssmenu ul li a, #cssmenu ul ul li a {
		width: 100%;
		border-bottom: 0;
		color: #fff;
	}
	/* Mobile Product Dropdown Menu */
	#cssmenu > ul > li .product-submenu-li {
		color: white;
		background-color: #F57E01;
	}

	.sticky #cssmenu>ul>li>a, #cssmenu>ul>li>a {
		color: #fff;
		/* color: black; */
	}

	#cssmenu>ul>li {
		float: none
	}

	#cssmenu ul ul li a {
		padding-left: 20px;
	}

	#cssmenu ul ul li a hover {
		padding-left: 25px;
	}

	#cssmenu ul ul li {
		background-color: #DB9E27;
		border-bottom: 0px solid #979797;
		_border-top: 1px solid #979797
	}

	#cssmenu>ul>li:last-child {
		margin: 0 0 0 0px;
	}

	#cssmenu ul ul li:hover {
		_background: none;
	}

	#cssmenu ul ul ul li a {
		_padding-left: 35px
	}

	#cssmenu ul ul li a {
		color: #fff;
	}

	#cssmenu>ul>li:first-child {
		border-top: 0 !important;
	}

	#cssmenu ul ul li:hover>a, #cssmenu ul ul li.active>a {
		color: #fff;
		_border-bottom: 1px solid #fff;
		/* background: url(../images/has-sub.png) no-repeat 6px 17px; */
	}

	#cssmenu>ul>li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
		border-bottom: 0px solid #fff;
	}

	#cssmenu ul ul, #cssmenu ul ul ul {
		position: relative;
		left: 0;
		width: 100%;
		margin: 0;
		text-align: left
	}

	#cssmenu>ul>li.has-sub>a:after, #cssmenu>ul>li.has-sub>a:before, #cssmenu ul ul>li.has-sub>a:after, #cssmenu ul ul>li.has-sub>a:before {
		display: none;
	}

	#cssmenu #head-mobile {
		color: #fff;
		display: none;
		font-size: 15px;
		font-weight: normal;
		padding: 16px 0 5px;
	}

	#cssmenu {
		display: table;
		float: left;
		margin: 0 auto;
		position: absolute;
		top: 42px;
		right: 0px;
		padding: 0 15px;
	}

	#cssmenu .button {
		background: #eb3518 none repeat scroll 0 0;
		cursor: pointer;
		height: 45px;
		position: absolute;
		right: 20px;
		top: -45px;
		transition: all 0.5s ease 0s;
		border-radius: 5px;
		width: 60px;
		z-index: 12;
	}

	#cssmenu .button:hover {
		background-color: #000;
		transition: all 0.5s ease 0s;
	}

	#cssmenu .button:after {
		position: absolute;
		top: 22px;
		right: 20px;
		display: block;
		height: 8px;
		width: 20px;
		border-top: 2px solid #dddddd;
		border-bottom: 2px solid #dddddd;
		content: ''
	}

	#cssmenu .button:before {
		-webkit-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
		position: absolute;
		top: 16px;
		right: 20px;
		display: block;
		height: 2px;
		width: 20px;
		background: #ddd;
		content: ''
	}

	/* Opened Menu Button Lines (Both of them form an X)*/
	#cssmenu .button.menu-opened:after,
	#cssmenu .button.menu-opened:before {
		position: absolute;
		display: block;
		height: 2px;
		width: 22px;
		background: #fff;
		content: '';
		transition: all .3s ease;
	}

	/* Opened Menu Button Line (Top Left -> Bottom Right) */
	#cssmenu .button.menu-opened:after {
		border-top: 2px solid #dddddd;
		border-bottom: 2px solid #dddddd;
		border: 0;
		transform: rotate(45deg);
	}

	/* Opened Menu Button Line (Bottom Left -> Top Right) */
	#cssmenu .button.menu-opened:before {
		top: 23px;
		transform: rotate(-45deg);
	}

	/* Products Menu Dropdown (Shaped like a +) */
	#cssmenu .submenu-button {
		position: absolute;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 99;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid #979797;
		height: 100%;
		width: 40px;
		cursor: pointer
	}

	#cssmenu .submenu-button.submenu-opened {
		_background: rgba(3, 11, 25, 0.7)
	}

	#cssmenu ul ul .submenu-button {
		height: 37px;
		width: 34px
	}

	/* Product Menu Dropdown: Horizontal Line (Shaped like a -) */
	#cssmenu .submenu-button:after {
		position: absolute;
		top: 17px;
		right: 16px;
		width: 8px;
		height: 2px;
		display: block;
		background: #ddd;
		content: ''
	}

	/* Product Menu Dropdown: Vertical Line (Shaped like a |) */
	#cssmenu .submenu-button:before {
		position: absolute;
		top: 14px;
		right: 19px;
		display: block;
		width: 2px;
		height: 8px;
		background: #ddd;
		content: ''
	}

	#cssmenu ul ul .submenu-button:after {
		top: 15px;
		right: 13px
	}

	#cssmenu .submenu-button.submenu-opened:after {
		background: #fff
	}

	#cssmenu ul ul .submenu-button:before {
		top: 12px;
		right: 16px
	}

	#cssmenu .submenu-button.submenu-opened:before {
		display: none
	}

	#cssmenu ul ul ul li.active a {
		border-left: none;
	}

	#cssmenu>ul>li.has-sub>ul>li.active>a, #cssmenu>ul ul>li.has-sub>ul>li.active>a {
		_border-bottom: 1px solid #fff;
	}

	#cssmenu ul ul li:hover>a, #cssmenu ul ul li a:hover {
		color: #fff;
		padding-left: 25px !important;
		border-bottom: 0px solid #fff;
		/* background: #002563 url(../images/has-sub.png) no-repeat 6px 17px; */
	}

	#cssmenu>ul>li>a {
		background: #000 none repeat scroll 0 0;
		padding: 10px 15px;
	}

	#cssmenu>ul>li>a:hover {
		background: #eb3518;
		color: #fff;
		border: none;
	}

	#cssmenu ul li {
		background: none;
	}
}

#cssmenu .sub-menu li ul li a {
	font-size: 13px !important;
	padding-right: 0;
}

#cssmenu li ul.sub-menu>li>ul.sub-menu {
	padding-top: 0;
}

/* Underline From Center */
.hvr-underline-from-center {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	overflow: hidden;
}

.hvr-underline-from-center:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 51%;
	right: 51%;
	bottom: 0;
	background: #002c56;
	height: 3px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
	left: 0;
	right: 0;
}

/*--------------------------------------------------------------------------------------//
//                                 	  new-style.css                                     //
//--------------------------------------------------------------------------------------*/

/* a{
    color: #ee4612;
} */
.more_games a {
    /* text-decoration: underline; */
}
.tooltip_link a{
    color:black;
}
#left-card-padding{
    margin-top:20px;
}

/*--------------------------------------------------------------------------------------//
//                                 responsive-xmas.css                                  //
//--------------------------------------------------------------------------------------*/

@media screen and (max-width : 1580px) {
	#cssmenu > ul > li{
		padding:0 12px;
	}
	.call_btn_top a{
	}	
	}
	@media screen and (max-width : 1400px) {
	#cssmenu > ul > li > a{
		font-size:14px;
	}	
	#cssmenu > ul > li {
	  padding: 0 10px;
	}
	.call_btn_top a {
	  margin-right: 10px;
	}
	}
	@media screen and (max-width : 1320px) {
	#cssmenu > ul > li > a {
	  font-size: 12px;
	}
	#cssmenu > ul > li {
	  padding: 0 5px;
	}
	.call_btn_top a{
		font-size:13px;
	}		
	}
	@media screen and (max-width : 1199px) {
	.call_btn_top span{
		display:none;
	}
	.call_btn_top a {
	  margin-right: 0;
	  padding: 10px;
	}
	.demo-wrap .demo{
		max-width:768px;
	}
	.slide-wrap{
		max-width:768px;
	}
	.slide-wrap .pos3{
		width:320px;
		left:30%;
	}
	.product_titel{
		font-size:30px;
		margin-bottom: 5px;
	}
	.product_price_section .new_price{
		font-size:30px;	
	}
	.product_price_section .old_price{
		font-size:15px;
	}
	.price
	{
	  text-align:right;
	}
	}
	@media screen and (max-width : 991px) {
	.header_right{
		display:none;
	}
	.header_right {
	  margin-right: 100px;
	}
	.call_btn_top a {
	  margin-right: 30px;
	  padding: 10px 20px;
	}
	#cssmenu > ul > li{
		padding:0px;
	}
	#cssmenu > ul > li a{
		font-size:15px;
	}
	.section_block_titel {
	  font-size: 34px;
	  line-height: 44px;
	  margin-bottom: 15px;
	}
	.product_details_wapper .col-md-6{
		width:100%;
		max-width:100%;
		flex:100%;
	}
	.product_gallry{
		margin-bottom:30px;
	}
	.product_titel {
	  line-height: 34px;
	}
	.product_gallry .lSSlideOuter .lSPager.lSGallery{
		text-align:center;
	}
	.product_price_section{
		text-align:center;
		margin-bottom: 5px;
	}
	#cssmenu{
		top:-5px;
	}
	.footer_top {
	  padding-top: 0;
	}
	}
	@media screen and (max-width : 767px) {
	.home_section_block_images {
	  display: table;
	  margin: 0 auto;
	  padding-top: 50px;
	  position: relative;
	  right: 0;
	  text-align: center;
	  width: 100%;
	}
	.home_section_block_images_wapper{
		position:relative;
	} 
	.home_section_block_images_wapper img{
		margin:0 auto;
	}
	.home_section_block{
		margin-top:50px;
		margin-bottom:50px;
	}
	.home_section_block_images.text-left img {
	  float: none;
	}
	.testimonials_wapper {
	  margin-bottom: 50px;
	}
	.footer_about_text {
	  padding-right: 0;
	  margin-bottom:30px;
	}
	.footer_menu_titel{
		margin-bottom:10px;
	}
	.footer_inform_wapper {
	  margin-left: 0;
	}
	.footer_menu_wapper{
		margin-bottom:30px;
	}
	.footer_menu_wapper {
	  margin-bottom: 30px;
	  float: left;
	  width: 100%;
	}
	.testimonials_text {
	  font-size: 16px;
	  line-height: 26px;
	  padding: 0 30px;
	}
	.footer_bottom {
	  padding-top: 0;
	}
	.demo-wrap .demo{
		max-width:480px;
	}
	.slide-wrap{
		max-width:480px;
	}
	.slide-wrap .pos3 {
	  left: 23%;
	  width: 260px;
	}
	.slide-wrap .pos2{
		left:12%;
	}
	.slide-wrap .pos4{
		right:12%;
	}
	.home_slider_wapper .arrow {
	  font-size: 28px;
	  height: 50px;
	  line-height: 50px;
	  top: 50%;
	  transform: translateY(-50%);
	  width: 50px;
	}
	.prev {
	  background-position: 0 0;
	  left: 0;
	  text-indent: 0;
	}
	.next {
	  background-position: 0 0;
	  right: 0;
	  text-indent:0;
	}
	.product_desc_wapper2 .desc_left_contant {
	  margin-top: 25px;
	}
	.desc_titel2{
		margin-bottom:10px;
	}
	.product_desc_wapper3 .desc_left_contant {
	  margin-top: 30px;
	}
	.product_desc_wapper3 {
	  padding: 20px 0 50px;
	}
	}
	@media screen and (max-width : 576px) {
	.product_gallry .lSSlideOuter .lSPager.lSGallery li {
	  height: 50px !important;
	  margin-right:5px !important;
	  width: 50px !important;
	} 
	.product_gallry{
		padding:20px 10px;
	}
	.product_details_right .card-header h5 img {
	  margin-right: 8px;
	}
	.product_details_right .card-header h5 {
	  font-size: 16px;
	}
	.product_details_right .card-header {
	  padding: 16px 15px;
	}
	.product_details_right .card-header h5 .fa {
	  font-size: 24px;
	  right: 10px;
	  top: 15px;
	}
	.price_custuom_text {
	  padding-left: 15px;
	}
	.product_details_right .card-body {
	  padding: 25px 15px;
	}
	}
	@media screen and (max-width : 540px) {
	.price {
	  text-align:center;
	}
	}
	@media screen and (max-width : 500px) {
	 
	}
	@media screen and (max-width : 480px) {
	.demo-wrap .demo{
		max-width:300px;
	}
	.slide-wrap{
		max-width:300px;
	} 
	.slide-wrap .pos3 {
	  left: 0%;
	  width: 300px;
	}
	}
	@media screen and (max-width : 380px) {
		 
	}
	@media screen and (max-width : 360px) {
	 
	}

/*--------------------------------------------------------------------------------------//
//									    reviews.css                                     //
//--------------------------------------------------------------------------------------*/

/* Wrapper for review stars, Text, # of reviews at the top of the product page*/
/* Not to be confused with the review section at the bottom of the page */
span.reviews {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-height: 60px;
}

/* Wrapper for Review Score, Count */
.rating-score-and-count-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Aligns the score and count to the left */
    justify-content: center;
    margin-top: -13px;
    margin-left: 11px;
    height: auto;
    max-height: 100%;
}
@media (max-width: 992px) {
	.rating-score-and-count-wrapper {
		margin-top: 4px;
	}
}

/* Review Score ex. '5.0 Stars' */
.reviews .rating-score {    
    display: flex;
    height: auto;
    font-size: clamp(16.5px, 3vw, 18.5px);
    margin-top: -2px;
    margin-bottom: -10px; /* Adjusts the space between the score and the count */
    max-height: 30px;
    color: black;
}

/* Review Count ex. '[10 Reviews]' */
.reviews .rating-count {
    height: auto;
    font-size: clamp(10px, 1.8vw, 11px);
    font-weight: 600;
    padding: 0;
    color: #4F4F4F;
    max-height: 30px;
}
/* At <1200 px wide, center the Reviews section, as the pricing moves below it in a column.   */
@media (max-width: 1200px) {
    .reviews {
        justify-content: center;
    }
}
/* Review Score when there's < 6 reviews */
.review-count-below-threshold {
    align-self: center;
    margin-left: 6px;
    margin-top: 8px;
    font-weight: 500;
    font-size: clamp(13px, 2.8vw, 16px);
}
/* Review Stars when there's < 6 reviews - unlike the other stars, this uses a custom image */
.reviews .empty-review-stars {
    aspect-ratio: 1/1;
    margin-right: 4px;
    width: 30px;
}
/* Container for stars */
.reviews a {
    display: flex;
    align-items: center;
    text-decoration: none !important;
}
.reviews a:hover {
    color: #455A64
}
.reviews .card {
    border-radius: 5px;
    background-color: #fff;
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px
}
.reviews .row
{
    margin: 0;
}
/* Individual star */
.reviews .fa-star
{
    color: #CFD8DC;
    font-size: 35px; /* Increasing this increases the star's size */
}
.reviews .review-form
{
    width: 100%;
}
.reviews .rating-box {
    width: 130px;
    height: 130px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FBC02D;
    color: #fff
}
.reviews .rating-label {
    font-weight: bold
}
.reviews .rating-bar {
    width: 300px;
    padding: 8px;
    border-radius: 5px
}
.reviews .bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
    border-radius: 20px;
    cursor: pointer;
    margin-bottom: 5px
}
.reviews .bar-5 {
    width: 70%;
    height: 13px;
    background-color: #FBC02D;
    border-radius: 20px
}
.reviews .bar-4 {
    width: 30%;
    height: 13px;
    background-color: #FBC02D;
    border-radius: 20px
}
.reviews .bar-3 {
    width: 20%;
    height: 13px;
    background-color: #FBC02D;
    border-radius: 20px
}
.reviews .bar-2 {
    width: 10%;
    height: 13px;
    background-color: #FBC02D;
    border-radius: 20px
}
.reviews .bar-1 {
    width: 0%;
    height: 13px;
    background-color: #FBC02D;
    border-radius: 20px
}
.reviews td {
    padding-bottom: 10px
}
.reviews .star-active {
    color: #FBC02D;
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 10px
}
.reviews .alert-success
{
    width: 100%;
}
.reviews .star-active:hover {
    color: #F9A825;
    cursor: pointer
}
.reviews .star-inactive {
    color: #CFD8DC;
    margin-top: 10px;
    margin-bottom: 10px
}
.reviews .blue-text {
    color: #0091EA
}
.reviews .content {
    font-size: 18px
}
.reviews .profile-pic {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    margin-right: 30px
}
.reviews .pic {
    width: 80px;
    height: 80px;
    margin-right: 10px
}
.reviews .vote {
    cursor: pointer
}
.reviews .toggle-button {
  display: inline-block;
  vertical-align: middle;
}
.reviews .toggle-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
  background-color: #ddd;
  position: relative;
  height: 26px;
  width: 50px;
}
.reviews .toggle-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.reviews .toggle-switch {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: all 0.3s ease-in 0s;
}
.reviews .toggle-checkbox {
  display: none;
}
.reviews .toggle-checkbox:checked + .toggle-label .toggle-inner {
  margin-left: 0%;
}
.reviews .toggle-checkbox:checked + .toggle-label .toggle-switch {
  left: 28px;
}
.reviews .card {
    border-radius: 5px;
    background-color: #fff;
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 15px;
    padding-top: 20px;
    padding-bottom: 30px;
}
.reviews .fa-star-half-o
{
    color: #FBC02D;
    font-size: 35px; /* Changed to match increased size from rework, formerly 28px */
}
.reviews .fa-star-o
{
    color: #FBC02D;
    font-size: 35px; /* Changed to match increased size from rework, formerly 28px */
}
.error-message {
    color: red;
    font-weight: 700;
}
button#submit-review {
    font-size: 18px;
    background-color: #006EFA;
    border: 1px solid #006EFA;
}

/*--------------------------------------------------------------------------------------//
//                                      why-da.css                                      //
//--------------------------------------------------------------------------------------*/
dl {
	display:none;
}
dt {
	display: list-item;
	color:black;
	font-weight:bold;
	margin-left: 16px;
}
.why-da
{
	background-color:white;
	margin-bottom: 20px;
}
.why-da-header 
{
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align:center;
	font-size: 12px;
	line-height: 18px;
	color: red;
	font-weight: 500;
}
@media (min-width: 767px) {
	.why-da-header {
	font-size: 22px;
	line-height: 30px;
	}
	dl {
	display:block;
	font-size: 12px;
	margin:8px;
	list-style-type: disc;
	}
}
.why-da-header span
{
	color:green;
}
.why-da a
{
	font-weight: bold;
	text-decoration: underline; /* Required for accessibility */
}