/*
  Journal - Advanced Opencart Theme Framework
  Version 2.8.2
  Copyright (c) 2016 Digital Atelier
  http://journal.digital-atelier.com/
*/
/******************************
REFINE CATEGORIES + DESCRIPTION
*******************************/
.category-page body, .special-page body, .search-page body, .manufacturer-page body {background: #fff;}
.text-empty, .not_found {
  padding-bottom: 10px;
  padding-top: 10px; }

.category-info {
  display: table;
  width: 100%;
  overflow: hidden;
  padding-left: 20px;  }
  .category-info > p br:only-of-type {
    display: none; }
.product-grid .static-banner img {
	width: auto;
    height: 420px;
    float: none;
}
.category-info .image img {
  margin-right: 15px;
  margin-bottom: 15px;
  display: block;
  float: left;
  max-width: 100%;
  width: auto;
  height: auto; }

/******************************
 REFINE SUBCATEGORIES
*******************************/
h2.refine {
  margin-bottom: 0;
  border: none;
  display: none; }

.refine-images {
  margin-right: -20px !important;
  margin-bottom: 15px !important;
  box-sizing: border-box;
  border-bottom: 1px solid rgb(230,230,230);
  padding-left: 20px;  }
  .refine-images::before {
    width: 100%; }

.refine-images::before,
#refine-images::before,
.category-list::before {
  content: "";
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
  display: block; }
.why_us {display: block;background: #000000;height: 100%;border-radius: 5px;padding: 10px;position: relative;}
.trapez {display: block;
		font-size: 62px;
		color: #fff;
		font-weight: 600;
		padding: 5px;
		margin: 0px auto 10px;}
.categor_tel {
		font-size: 12px;
		margin: 4px auto;
		color: #212121;
		white-space: nowrap;
		}
.categor_call {
		display: block;
		font-size: 12px;
		margin: 4px auto;
		color: #333745;
		}
.cat_emoji {font-size: 20px; margin-right: 10px;}
.advantages {clear: both;display: block;text-transform: uppercase;margin-bottom: 15px;text-align: left;}
.bot_block {width: 100%;position: absolute;left: 0;bottom: 5px;margin-top: 5px;padding: 5px 10px;}
.why_us_img {display: block;margin: auto; clear: both;width:150px;}
@media only screen and (max-width: 520px) {
.trapez {font-size:14px;padding:0 0 5px;border-width:0 0 2px 0;border-radius: 0;}
.advantages {font-size: 11px;}
.cat_emoji {font-size: 16px;margin-right: 7px;}
.why_us {padding: 7px;}
.why_us_img {display: none;}
.bot_block {bottom: 0px;}
}
.superduper .related-pages {width: 100%;padding-left: 0px;margin-bottom: 5px;}
.swiper-button-disabled {display: none;}
.swiper-button-next::before {
	content: '\e62c';
	font-size: 50px;
	color: #212121;
}
.swiper-button-prev::before {
	content: '\e62b';
	font-size: 50px;
	color: #212121;
}
.refine-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  text-align: center;
  padding-right: 15px;
  margin-bottom: 15px; }
  .refine-image a {
    display: block;
    padding: 7px;
    -webkit-transition: background-color .2s;
            transition: background-color .2s;
    width: 100%; }
    .refine-image a span {
      display: inline-block;
      -webkit-transition: all 0.2s;
              transition: all 0.2s; }
			  .refine-image:hover a {text-decoration: underline;}
  .refine-image img {
    height: auto;
    margin-bottom: 5px !important;
    margin: auto; }

#refine-images .swiper-container {
  opacity: 0; }

#refine-images .swiper-container-horizontal {
  opacity: 1; }
  #refine-images .swiper-container-horizontal .refine-image {
    padding-right: 0;
    margin-bottom: 0;
	background: #fff;
    border-radius: 5px;	}

.refine-category-name {
  display: table;
  width: 100%;
  text-align: center; }

.category-list {
  position: relative;
  margin-top: 10px; }
  .category-list::before {
    margin-bottom: 0; }
  .category-list > ul {
    margin: 0;
    padding: 10px; }
    .category-list > ul > li {
      color: white;
      position: relative;
      display: inline-block;
      padding: 2px 0; }
      .category-list > ul > li > a {
        padding: 0 6px;
        color: inherit;
        font-size: 12px;
        font-weight: bold;
        -webkit-transition: all 0.2s;
                transition: all 0.2s; }
    .category-list > ul > li:after {
      position: absolute;
      content: "|"; }
    .category-list > ul > li:last-of-type:after {
      content: ""; }
    .category-list > ul > li:first-child > a {
      padding-left: 0; }

.product-filter {
  padding-left: 5px;
  width: 49.4%;
  overflow: auto;
  -webkit-transition: color .2s;
          transition: color .2s; }
.product-filter .sort select {
    width: 100%;
}		 
.product-filter .sort {
    width: 100%;
    float: none;
}
.product-results-top {
	float: left !important;
    padding-left: 30px;
    color: #333;}		 
		  
  .product-filter > div {
    height: 46px;
    line-height: 39px;
    overflow: hidden;
    width: 100%;	}
	.product-filter select {
	height: 44px;
	font-size: 16px;
    margin: 0px;
    border: none;
    -webkit-appearance: none;
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 20px;
	width: 100%;}
    .product-filter > div b {
      position: relative;
      font-weight: normal; }
  .product-filter .product-compare {
    float: left;
    color: inherit;
    font-family: inherit; }
    .product-filter .product-compare a {
      text-decoration: none;
      color: inherit;
      -webkit-transition: all 0.2s;
              transition: all 0.2s; }
      .product-filter .product-compare a:before {
        padding-left: 1px;
        float: left;
        margin-right: 5px; }
  .product-filter .display {
    float: left;
    padding-left: 5px; }
    .product-filter .display a {
      position: relative; }
    .product-filter .display a + a {
      left: -14px; }
      .product-filter .display a + a i {
        margin-right: 0 !important;
        -webkit-transition: all 0.2s;
                transition: all 0.2s; }
  .product-filter .limit {
    margin: 0 10px; }
.filter-bottom {    
	display: none;
    position: fixed;
    z-index: 9999;
    right: 65px;
    bottom: 15px;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.16), 0 0 0 0px rgba(0,0,0,0.08);
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);}
.filter-button-bottom {
	border-radius: 50%;
    padding: 10px 7px 10px 14px;
    background: #fff;}
/******************************
PRODUCT GRID
*******************************/
.ie .main-products, .main-products.product-list { }
.product-grid,
.product-list,
#content .box-product {
  margin-top: 15px;
  margin-left: -20px; }
.product-grid .no-results,
.product-list .no-results {
  margin-bottom: 20px; }

.backface :before, .backface :after {
  -webkit-backface-visibility: hidden; }

.product-grid, .product-list, #content .box-product {
  margin-left: 0px !important;
  overflow: visible !important;
  margin-bottom: 20px;}

.product-wrapper:hover, .product-list:hover {
 }	  

.product-details {
  padding-bottom: 6px;
  position: relative;
  z-index: 2;
  display: inline-block;}

.playthumb {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	float: left;}
.playthumb img {
	width: 100%;
	height: auto;
}
.myvideos {
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	border-radius: 9px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 999;
}
		.sex-meter { 
    height: 2px;
    position: absolute;
	top: 0;
	width: 100%;
    overflow: hidden;
	z-index:999999;
}

.sex-meter span {
    display: block;
    height: 100%;
}
.ad_block_cat {
position: relative;
background-position: 50%;
background-size: cover;
display: block;
width: 100%;
height: 100%;
border-radius: 4px;
}
.interesting, .interesting .cms-blocks, .interesting .blocks, .interesting .editor-content, .interesting p  {height: 100% !important;display:grid !important;}
.interesting .cms-block {margin-bottom: 0px !important;}
.progress {
    background-color: #7ab43e;
    -webkit-animation: progressBar .8s ease-in-out;
    -webkit-animation-fill-mode:both; 
    -moz-animation: progressBar .8s ease-in-out;
    -moz-animation-fill-mode:both; 
}
@-webkit-keyframes progressBar {
  0% { width: 0; }
  99% { width: 100%;}
  100% { width: 0%;}
}

@-moz-keyframes progressBar {
  0% { width: 0; }
  99% { width: 100%;}
  100% { width: 0%;}
}
.cs-335 .featured_information, .cs-338 .featured_information {left: 0px; top: 20px;}
.cs-335 .symbols, .cs-338 .symbols {top: 10px;right: 10px;}
.cs-335 .product-grid-item .image, .cs-338 .product-grid-item .image {display: inline-block;}
.cs-335 .product-grid, .cs-338 .product-grid {margin-right: 16px;}
.cs-335 .product-grid-item, .cs-338 .product-grid-item {margin-bottom: 18px !important;}
.cs-335 .product-wrapper, .cs-338 .product-wrapper {border: none !important;border-radius: 0 !important;}
.cs-335 .product-details, .cs-338 .product-details {padding: 0 10px 10px;}
.cs-335 .product-grid-item .name a, .cs-338 .product-grid-item .name a {text-align: left;padding: 5px 0px 0px;}
.cs-335 .product-grid-item .rating, .cs-338 .product-grid-item .rating {position: initial;margin-left: initial;padding: 2px;}
.cs-335 .myvideos, .cs-338 .myvideos {z-index: 999; background: transparent;border-radius: 9px;}
.c-points span, .price_gift_box span, .free_shipping_box span, .product_video_sign span {color: #212121;font-weight: 400;font-size: 9px;}
.cs-335 .is_video, .cs-338 .is_video {margin-bottom: 0;}
.cs-335 .product-details:before, .cs-338 .product-details:before {content: "";}
		.lds-facebook {
		  display: inline-block;
		  position: absolute;
		  right: 10px;
		  bottom: 5px;
		  width: 20px;
		  height: 20px;
		  z-index: 999;
		}
		.lds-facebook div {
		  display: inline-block;
		  position: absolute;
		  left: 8px;
		  width: 4px;
		  background: #fff;
		  animation: lds-facebook 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
		}
		.lds-facebook div:nth-child(1) {
		  left: 2px;
		  animation-delay: -0.24s;
		}
		.lds-facebook div:nth-child(2) {
		  left: 8px;
		  animation-delay: -0.12s;
		}
		.lds-facebook div:nth-child(3) {
		  left: 14px;
		  animation-delay: 0;
		}
		@keyframes lds-facebook {
		  0% {
			top: 0px;
			height: 16px;
		  }
		  50%, 100% {
			top: 8px;
			height: 8px;
		  }
		}
.custom_w_video {display: flex;margin-top: 10px;width: 100%;}		
.myproddetails {padding: 5px; display: block;}
.allnocart {display: flex;width: 100%;}
.shortdesc_right {width: 100%;}
.shortright_first {display: flex;}
.views_chanel_name {width: 100%; color: #bbb; font-size: 12px; text-align: left;margin-bottom: 6px;}
.price_n_cart {width: 100%;}
.myprodname {margin-bottom: 2px;min-height: 40px !important;max-height: 40px !important;}
.myextrainfo {width: 100%;text-align: left;display: flex;margin-bottom: 5px;}
.myextrasigns {display: flex;}
.myprice {padding: 2px !important;float: left;margin: 5px 0 0 0 !important;}
.mybuttons {float: right;}
.cs-335 .product-grid-item .cart .button, .cs-338 .product-grid-item .cart .button {padding: 0 3px;}
.mybuttons .cart:not(.enquiry-button) i::before {font-size: 24px;}
.mymorebuttons {margin-top: 5px;margin-left: 5px; display: block;cursor: pointer;height: fit-content;position: relative;}
.mymorebuttons .mymorebut {display: block;}
.mymorebuttons .mymorebut:before {content: "\f142";font-weight: 400;width:3px;font-size: 19px; color: #d3d9df;padding:2px 5px;transition: all .2s;}
.mymorebuttons:hover .mymorebut:before {color: #000;}
.mymore_list {
				position: absolute;
				top: 10px;
				right: 20px;
				width: 140px;
				z-index: 9999999;
				padding: 0;
				-webkit-transition: top 300ms,opacity 300ms;
				-o-transition: top 300ms,opacity 300ms;
				transition: top 300ms,opacity 300ms;
				box-shadow: 0 1px 2px rgba(0,0,0,0.12);
				border-radius: 4px;
				background-color: #fff;
				opacity: 0;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-direction: column;
				flex-direction: column;
				justify-content: space-around;
				margin: 0;
				list-style: none;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-pack: distribute;
				pointer-events: none;}
.mymorebuttons.info-open .mymore_list {
				top: 0;
				-webkit-transition: top 300ms,opacity 300ms;
				-o-transition: top 300ms,opacity 300ms;
				transition: top 300ms,opacity 300ms;
				opacity: 1;
				pointer-events: auto;
			}	
.mymorebuttons.info-open .mymorebut:before {
				color: #000;
			}
.mymorebuttons a {
				display: block;
				text-align: right;
				padding: 7px 6px;
				color: #000;
				font-size: 14px;}
.mymore_list span {
				float: left;
				margin-top: 3px;
			}	
.my-stock, .label-hit, .mysale.label-sale, .myis_video, .myprice_gift_box, .myfree_shipping_box {margin-right: 4px !important; margin-bottom: 0px !important;display: block;text-align: center;}
.my-stock .instock:before {
				content: '\e603';
				color: #fff;
				font-size: 13px;
				vertical-align: revert;
				background-color: #212121;
				border-radius: 50%;
				padding: 6px 6px;
			}
.label-hit {
				background: #212121;
				color: #fff;
				border-radius: 15px;
				font-weight: 600;
				text-align: center;
				padding: 0;
				width: 25px;
				height: 25px;
				line-height: 25px;
				font-size: 10px;
			}
.mysale.label-sale {
				background-color: #212121;
				color: #fff;
				font-size: 10px;
				padding: 0px;
				border-radius: 50% !important;
				width: 25px;
				height: 25px;
				line-height: 25px;
				text-align: center;
			}
.myprice_gift_box:before, .myfree_shipping_box:before {
				font-size: 14px;
				padding: 2px;
				width: 17px;
				height: 17px;
				color: #212121;
				line-height: 17px;
				border: 2px solid #212121;
				border-radius: 50%;
				background: #fff;
				display: inline-block;
			}
.myprice_gift_box:before {content: "\e1dd";font-weight: 800;}
.myfree_shipping_box:before {content: "\e0ad";font-weight: 400;}
.myis_video .product_video_sign {
				background: #fff;
				padding: 5px 2px 0px;
				width: 25px;
				height: 25px;
				border: 2px solid #212121;
				border-radius: 50%;
			}
.myis_video .product_video_sign:before {
				content: " ";
				width: 16px;
				height: 16px;
				background-image: url(/image/video_sign_small.svg);
				background-size: contain;
				background-repeat: no-repeat;
				display: inline-block;
			}
.myrating {color: #212121; font-weight: 600; font-size: 14px;padding-top: 4px;margin-left:7px;}
.myrating:before {content: "\e65c";font-weight: 600;font-size: 15px;}		
.product-grid-item {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-right: 0.3%;
    margin-left: 0.3%;
    height: 420px;
    background-color: transparent;
    margin-bottom: 10px !important; }
.carousel-product .product-grid-item {margin-right: 0px; margin-left: 0px;margin-bottom: 0px !important;}	
  .product-grid-item .image {
    width: 100%;
    position: relative;
    z-index: 1;
	background:#fafafa;}
    .product-grid-item .image > a {
      width: 100%;
      display: block;
      text-align: center;
      background-color: transparent; }
      .product-grid-item .image > a img {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        border-radius: 3px; }
  .product-grid-item .name {
    width: 100%;
    display: block !important;
    table-layout: fixed;
    position: relative;
    overflow: hidden;
	max-height: 60px;
	min-height: 60px;}
    .product-grid-item .name a {
      padding: 10px 7px 7px 7px;
      line-height: 17px;
      text-decoration: none;
      display: table-cell;
      vertical-align: middle;
      text-overflow: ellipsis;
      overflow: hidden; }
  .product-grid-item .description {
    display: none;
    text-align: left;
    color: #909090;
    font-size: 11px;
    line-height: 14px;
	margin-top: 10px;	}
  .product-grid-item .rating {
    display: block;
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -47px;
    padding: 4px 6px 8px 6px; }
.oc2 .rating .fa-stack {
  width: auto;
  height: auto;
  line-height: 100%;
  padding: 0 8px;
  display: inline; }
.oc2 .rating .fa-star {
  color: #212121; }
.oc2 .rating .fa-star + .fa-star-o {
  color: #212121; }
.oc2 .rating .fa-star-o {
  color: #212121; }
.oc2 .rating .rating-amount{position:relative;top:-1px;margin-left:10px;color:#212121;font-size:12px}
  .product-grid-item .price {
    font-weight: bold;
    text-align: center;
    font-size: 18px !important;
    font-family: "Roboto" !important;
    display: inline-block;
    margin: auto 0 10px 0; }
    .product-grid-item .price br {
      display: none; }
  .product-grid-item hr {
    height: 0;
    display: none;
    background-color: transparent; }
  .product-grid-item .price-old {
    font-size: 13px;
	position: relative;	}
  .product-grid-item .price-old:after {
	content: " ";
    position: absolute;
    top: 50%;
    left: -14%;
    border-top: 1px solid #e11f26;
    margin: -1px 0 0;
    padding: 0 5%;
    width: 100%;
    box-sizing: content-box;
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
	  }
  .product-grid-item .price-new {
    font-weight: bold;
    padding-left: 5px;
    font-size: 18px !important;
	font-family: "Roboto" !important;	}
  .product-grid-item .price-tax {
    display: none; }
	
	.product-wrapper:hover .quickview-button, .product-list-item:hover .quickview-button {
	  opacity: 1;
	  visibility: visible;
	  -webkit-transition: all .4s;
      transition: all .4s;  }
  
.home-page .product-grid, .information-page .product-grid {border-top: none; margin-top: 10px;}
.information-page .cs-57 {margin-top: 40px;}
.home-page .box-sections ul li a, .information-page .box-sections ul li a {text-align: left;}
.home-page .box-sections ul li, .information-page .box-sections ul li {display: inline-table; margin-right: 15px;}
.home-page .product-grid-item, .information-page .product-grid-item {margin-right: 0px !important;}
.home-page .cs-56 .box-sections ul li:first-child a:before, .information-page .cs-56 .box-sections ul li:first-child a:before {content: "\f06e"; margin-right: 10px; font-size: 24px; color: #f4c000; float: left;}
.home-page .cs-56 .box-sections ul li:last-child a, .home-page .cs-57 .box-sections ul li:last-child a, .home-page .cs-57 .box-sections ul li:nth-last-child(2) a, .information-page .cs-56 .box-sections ul li:last-child a, .information-page .cs-57 .box-sections ul li:last-child a, .information-page .cs-57 .box-sections ul li:nth-last-child(2) a, .home-page .cs-77 .box-sections ul li:last-child a, .information-page .cs-77 .box-sections ul li:last-child a {font-size: 16px;color: #212121;font-weight: 400;}
.cs-81 .box-sections ul li:last-child a, .cs-82 .box-sections ul li:last-child a, .cs-83 .box-sections ul li:last-child a, .cs-85 .box-sections ul li:last-child a, .cs-86 .box-sections ul li:last-child a {font-size: 16px;color: #212121;font-weight: 400;}
.cs-81 .box-sections ul li, .cs-82 .box-sections ul li, .cs-83 .box-sections ul li, .cs-85 .box-sections ul li, .cs-86 .box-sections ul li {display: inline-table; margin-right: 10px; margin-left: 5px;}


.product-grid-item .cart .button, .product-list-item .cart .button {
	height: 41px;
    background-color: transparent;
    padding: 0 10px;
    color: #f2c849;
    font-size: 22px;
    font-weight: 400;
    max-width: 100%;
    outline: none;
    line-height: 38px;
    text-align: left;
    position: relative;
	float: left;
	transition: 0s;
}

.product_additional_information, .c-points {display: none;}
.product-grid-item:hover .product_additional_information {display: block;}
.product-grid-item .product-wrapper {position: absolute; top:0px; left: 0px; height: 420px;overflow: hidden;background:#fafafa;}
.product-grid-item:hover .product-wrapper:not(.ias-button) {top: 0px; left: -60px; height: auto; padding-left: 60px; padding-top: 0px;border-color: rgba(11, 103, 175, 0.3);border-radius: 4px;box-shadow: 0px 0px 7px 0px rgba(11, 103, 175, 0.3) !important;opacity: 1;}
.product-grid-item:hover .description {display: block !important;}
.product-grid-item .button-cart-text, .product-list-item  .button-cart-text {display: none; float: right;}
.product-grid-item:hover  .cart .button-cart-text, .product-list-item:hover  .cart .button-cart-text {display: block;}
.product-grid-item:hover .cart .button, .product-list-item:hover .cart .button {
    color: #fff;
    text-decoration: none;
	border-radius: 2px;}
.c-manufacturer {float: left;font-size: 11px;font-weight: 400;text-align: left;padding: 5px 5px 4px 0px;margin-top: 9px;width: 50%;}
.c-model {float: right;color: #333;background-color: #f1f1f1;font-size: 11px;font-weight: 400;text-align: center;padding: 5px 9px 4px 9px;border-radius: 2px;margin: auto;margin-top: 10px;}  
.featured_information {position: absolute; top: 20px;left: 5px; z-index: 99;width: 65px;transition: 0.1s;}
.is_video {margin-top: -10px;}
.product-wrapper.outofstock {opacity: 0.5;}
.featured_information.outofstock {display: none;}
.c-points, .price_gift_box, .free_shipping_box, .product_video_sign {text-align: center; line-height: 7px;padding-bottom: 20px;}
.c-points a, .price_gift_box a, .free_shipping_box a, .product_video_sign a {color: #212121; font-weight: 400; font-size: 9px;}
.c-points:hover a, .price_gift_box:hover a, .free_shipping_box:hover a, .product_video_sign:hover a {text-decoration: underline;}
.c-points:before {content: "\f118"; font-size: 26px; text-align: center; color: #212121; font-weight: 800; width: 100%;display: inline-block;margin-bottom: 12px;
	-webkit-animation: rotation_two 0.25s linear;
	-webkit-transition-delay: 0.1s;}
	@-webkit-keyframes rotation_two {
		0% {
				-webkit-transform: rotate(-45deg);
		}
		100% {
				-webkit-transform: rotate(0deg);
	}}
.product_video_sign:before {content: " ";width: 30px;height: 24px;display: inline-block;background-image: url(/image/video_sign.svg);background-size: contain;background-repeat: no-repeat;}	
.price_gift_box:before {content: "\e1dd"; font-size: 26px; text-align: center; color: #212121; font-weight: 800; width: 100%;display: inline-block;margin-bottom: 12px;}
.free_shipping_box:before {content: "\e0ad"; font-size: 26px; text-align: center; color: #212121; font-weight: 400; width: 100%;display: inline-block;margin-bottom: 12px;}
.product-grid-item:hover .featured_information {left: -62px;}
.product-grid-item:hover .c-points {display: block;}
.home-page .custom-sections .product-grid-item, .layout-46 .custom-sections .product-grid-item {height: 440px;}
.home-page .custom-sections .product-grid-item .product-wrapper, .layout-46 .custom-sections .product-grid-item .product-wrapper{height:440px;}
.home-page .custom-sections .product-grid-item:hover .product-wrapper, .layout-46 .custom-sections .product-grid-item:hover .product-wrapper {width: 100%; top: 0px; left: 0px; height: 440px; padding: 20px; box-shadow: initial !important;}
.home-page .custom-sections .product-grid-item:hover .featured_information, .home-page .custom-sections .product-grid-item:hover .product_additional_information, .layout-46 .custom-sections .product-grid-item:hover .featured_information, .layout-46 .custom-sections .product-grid-item:hover .product_additional_information  {display: none;}

.carousel-product .product-grid-item {height: 370px;}
.carousel-product .product-grid-item .product-wrapper{height:370px;border-radius: 0;border-top: none;border-left: none;border-bottom: none;}
.carousel-product .product-grid-item:hover .product-wrapper {width: 100%; top: 0px; left: 0px; height: 370px; padding: 0px; box-shadow: initial !important;border-radius:0;border-color: #f1f1f1;}
.carousel-product .product-grid-item:hover .description {display: none !important;}
.carousel-product .product-grid-item:hover .cart .button-cart-text {display: none !important}
.carousel-product .product-grid-item .cart .button {padding: 0 2px 0 10px;} 

.section-category .product-grid-item {height: 270px !important;}
.section-category .product-grid-item .product-wrapper {height: 270px !important;}
.section-category .product-grid-item:hover .product-wrapper {top: 0px; left: 0px; height: 270px !important; padding: 13px;} 
#column-left {
	display: block !important;	
    position: fixed;
    top: 0;
    background-color: #fff;
    bottom: 0;
    left: 0;
    z-index: 99999999;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    height: 100%;
    max-width: 320px;
    width: calc(100% - 54px) !important;
    padding: 0;
    transition: transform .3s,-webkit-transform .3s;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
	}
	#column-left.active {
    -webkit-box-shadow: 0 0 16px rgba(0,0,0,.6);
    box-shadow: 0 0 16px rgba(0,0,0,.6);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	}
.filter-bottom .filter-sign {color: #212121 !important;}
.filter-filter {
	float: right;
    width: 49.3%;
    padding-right: 5px;
}
.filter-button {
	width: 100%;
    background: #212121;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.2s;
    padding: 10px;
	position: relative;
	overflow: hidden;
	transition: background-color .7s cubic-bezier(.19,1,.22,1);}
.filter-filter .filter-button:after {
	position: absolute;
	opacity: .2;
    background: #fff;
    content: ' ';
    height: 150px;
    left: -120px;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: left .8s cubic-bezier(.19,1,.22,1);
    transition: left .8s cubic-bezier(.19,1,.22,1);
    width: 90px;}
.filter-button:hover {background: #161e2c;}	
.filter-filter:hover .filter-button:after, .filter-button.active:after {left: 120%;cursor: inherit;}
.filter-button.active {background: #161e2c;}	
.filter-sign {color: #fff;font-size: 16px !important;margin-right: 7px;top: -2px;}
.filter-overlay {
    background: rgba(0,0,0,.54);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 990;
}
#bottom-modules .section-category .product-grid-item {height: 190px !important;}
#bottom-modules .section-category .product-grid-item .product-wrapper {height: 190px !important;}
#bottom-modules .section-category .product-grid-item:hover .product-wrapper {height: 190px !important;} 
#bottom-modules .section-category .product-grid-item .product-wrapper {height: 190px !important;}
#bottom-modules .section-category .product-grid-item .name a, .posts h2 a {font-size: 12px;}
.maunuf_alpha {
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.maunuf_alpha a {
    font-size: 25px;
    color: #212121;
    margin-right: 11px;
}
.sf-manufacturer .box-content:before, .sf-attribute .box-content:before, .sf-tags .box-content:before {    
	content: '';
    display: block;
	z-index: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 1em;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);}

.goods_all, .page_all {
    padding: 5px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #dadada;
    margin-left: 10px;
}
.ias-button {width: 100% !important;}
.ias-button .button {
    max-width: 100%;
	font-size: 32px;
	color: rgba(0,0,0,0.8);
    outline: none;
    text-align: center;
 } 
.ias-button .button:active { -webkit-box-shadow: none; box-shadow: none;}
.ias-button span:before {content: "\e024"; font-size: 115px; color: #212121; margin-bottom: 50px; text-shadow: 0 2px 7px rgba(0,0,0,0.22);   -webkit-transition: all .2s ease-out;
          transition: all .2s ease-out;}
.ias-button:hover span:before {color: #fcbf09;   -webkit-transition: all .2s ease-out;
          transition: all .2s ease-out;}
.product-grid-description .description {
  margin-top: auto; }
  .product-grid-description .description + .price {
    margin-top: 5px; }

.oc2 .product-grid-item.display-icon.inline-button .cart {
  padding: 0; }

.p-over {
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)' !important;
  -webkit-transition: all .2s ease-out;
          transition: all .2s ease-out; }

.product-grid-item:hover .p-over, .product-list-item:hover .p-over {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)' !important;
  visibility: visible; }
  
  
.category_bottom_reviews {
	padding: 10px;
    margin-left: 20px;
	width: auto !important;
	position: relative;}
	
.category_bottom_reviews h3 {
	font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 21px;
    text-transform: none;
    color: rgb(51, 51, 51);
    min-height: 40px;
    font-weight: 400;}
.category_bottom_reviews .quickview-button {display: none;}
.category_bottom_reviews .product-wrapper {border: none;padding: 10px; background: transparent; margin-bottom:10px}
.category_bottom_reviews .caption {padding-top: 5px;}
.category_bottom_reviews a {color: #000;font-size: 14px;text-decoration: underline;}
.category_bottom_reviews img {border-radius: 50%; border: 2px solid #e4e4e4;padding: 2px;float: left; margin-right: 30px;}
.category_bottom_reviews .rating_author {padding: 14px 0px;}
.category_bottom_reviews .rating {float: left;margin-right: 30px;}
.category_bottom_reviews .review_author_name {font-weight: 700;font-size: 13px;margin-right: 20px;}
.category_bottom_reviews .review_author_date {font-size: 11px;color: #ccc;}
.quickview-button {left: 0 !important;top: 0 !important;width: 100% !important;height: 99% !important;margin-left: 0 !important;margin-top: 0 !important;}
.quickview-button .button {width: 100% !important;height: 100% !important;padding: 0 !important;display: block !important;border-radius: 0 !important;background: transparent !important;}
.quickview-button .button:hover {background: transparent !important;}
.quickview-button .hint--top:before {top: 41px !important;border-top-color: #212121 !important;}
.quickview-button .button[data-hint]:after {background-color: rgb(1, 88, 157) !important;top: 13px !important;height: 14px !important;}
.quickview-button .button:active {box-shadow: none !important;}
.quickview-button i {display: none !important;}

.category_column_reviews {
	padding: 20px 0px 0px;
	width: auto !important;
	position: relative;}
	
.category_column_reviews h3 {
	font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 22px;
    text-transform: none;
    color: rgb(51, 51, 51);
    font-weight: 400;}
.category_column_reviews .review_category_title {color: #cacaca;font-size: 18px;margin-bottom: 20px;}
.category_column_reviews .quickview-button {display: none;}
.category_column_reviews .product-wrapper {padding: 0px 5px 12px 0px;background: transparent;margin-bottom: 12px;}
.category_column_reviews .caption {padding-top: 5px;}
.category_column_reviews a {color: #000;font-size: 12px;}
.category_column_reviews h4 {position: relative;max-height: 44px;overflow: hidden;min-height: 30px;}
.category_column_reviews h4:before {
	content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 1.5em;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%)}
.category_column_reviews img {padding: 2px;float: left; margin-right: 15px;margin-bottom: 15px;}
.category_column_reviews .rating_author {padding-bottom: 20px;}
.category_column_reviews .rating {padding: 7px 0px 10px;}
.category_column_reviews .review_author_name {font-weight: 700;font-size: 13px;margin-bottom: 3px;}
.category_column_reviews .review_author_name:before {content: "\f0e5";color: #F4C000;font-size: 18px;margin-right: 6px;vertical-align: sub;}
.category_column_reviews .review_author_date {font-size: 11px;color: #ccc;}
.category_column_reviews .rating_review_description {line-height: 1rem;}
.category-page #container, .manufacturer-page #container, .search-page #container, .special-page #container, .layout-47 #container, .layout-48 #container, .layout-49 #container {max-width: 1656px;}
.category-page #column-right, .manufacturer-page #column-right, .search-page #column-right, .special-page #column-right, .layout-47 #column-right, .layout-48 #column-right, .layout-49 #column-right {padding: 0px 0px 20px 0;}
.category-page #column-left, .manufacturer-page #column-left, .search-page #column-left, .special-page #column-left, .layout-47 #column-left, .layout-48 #column-left, .layout-49 #column-left {padding: 0px 0 20px 0px;}
.category-page #content, .manufacturer-page #content, .search-page #content, .special-page #content, .layout-47 #content, .layout-48 #content, .layout-49 #content {padding: 0 10px;}
.layout-47 .category_column_wraper, .layout-48 .category_column_wraper, .layout-49 .category_column_wraper {margin-top: 50px;}
.category-page .category-head, .manufacturer-page .category-head, .search-page .category-head, .special-page .category-head, .layout-47 .category-head, .layout-48 .category-head, .layout-49 .category-head {padding-bottom: 20px;}
#category-description p, #category-description ul, #category-description li, .sexshop-category-description p {color: #333;font-size: 15px;line-height: 23px;margin-bottom: 12px;}
#category-description ul {padding-left: 0px;}
#category-description li {display: block;}
.description-wrap {max-width: 1500px; margin: 0 auto;}
.category-page .section-product ul li {display: inline-table;margin-right: 10px;margin-left: 5px;}
.category-page .section-product ul li:last-child a {font-size: 16px;color: #212121;font-weight: 400;}

.sex-shop-attributes {margin-top: 10px;display: inline-block;width: 100%;font-size:15px;}
.sex-shop-attribute-values {    
	float: left;
    padding: 6px 0px 6px 0px;
    width: 100%;} 

.sex-shop-attribute-name  {
    float: left;
    width: 42%;
    text-transform: lowercase;
    position: relative;
    text-align: left;
    padding-left: 10px;}

.sex-shop-attribute-name:before  {    
	content: "\f04d";
    color: #cccccc;
    font-size: 4px;
    position: absolute;
    left: 0px;
    top: 40%;}
 
.sex-shop-attribute-value  {    
	padding-left: 20px;
    text-transform: lowercase;
    float: left;
    position: relative;
    width: 57%;}
.sex-shop-attribute-value.sexshop-attribute-17:before  {
	    content: "\f228";
		color: #212121;
		font-size: 16px;
		position: absolute;
		left: 0px;
		}
	
.sex-shop-attribute-value.sexshop-attribute-13:before  {
	    content: "\f05e";
		color: #212121;
		font-size: 16px;
		position: absolute;
		left: 0px;
		}
	
.sex-shop-attribute-value.sexshop-attribute-12:before  {
    content: "\f07e";
    color: #212121;
    font-size: 12px;
    position: absolute;
    left: 0px;
    border-left: 1px solid #212121;
    border-right: 1px solid #212121;
		}
	
.sex-shop-attribute-value.sexshop-attribute-14:before  {
	    content: "\f242";
		color: #212121;
		font-size: 14px;
		position: absolute;
		top: -1px;
		left: 0px;
		webkit-transform: rotateZ(-90deg) scaleX(1) scaleY(1) scaleZ(1);
		transform: rotateZ(-90deg) scaleX(1) scaleY(1) scaleZ(1);
		-webkit-transform-origin: 50% 50% 0;
		transform-origin: 50% 50% 0;
		}
	
.sex-shop-attribute-value.sexshop-attribute-16:before  {
	    content: "\f200";
		color: #212121;
		font-size: 16px;
		position: absolute;
		left: 0px;
		}
.symbols {position: absolute; top: 5px; right: 7px;text-align: right;}		
.product-grid-item .c-stock, .product-grid-item .label-hit-sale, .product-grid-item .label-sale {margin-bottom: 9px;}
.c-stock .instock:before {
		content: '\e603';
		color: #000;
		font-size: 13px;
		vertical-align: revert;
		background-color: #f1e2b5;
		border-radius: 50%;
		padding: 6px 6px;
			  }		
.product-grid-item .label-hit-sale  {
	right: 4px;
    padding: 6px 1px;
    font-size: 11px;
	position: initial;
	display: block;
}
.product-grid-item .label-sale {width: 25px;height: 25px;line-height: 25px;text-align: center;font-size: 11px;display: block;}
.questions-answers {background: #fff;border-radius: 4px;border: 1px solid #f1f1f1;margin-bottom: 20px;}
.questions-answers h2 {padding-left: 15px !important;font-size: 24px;padding-top: 15px;}
.questions-answers table {border-collapse: collapse;border: none !important;font-size: 14px;}
.questions-answers tr:first-child {border-top: none;}
.questions-answers tr {border-top: 1px solid #ebf1f8;}
.questions-answers th:first-child {width: 40%;}
.questions-answers th, .questions-answers td {padding: 16px 0;text-align: left;border: none;}
.questions-answers th:last-child, .questions-answers td:last-child {padding-left: 35px;}
 
/******************************
PRODUCT LIST
*******************************/
.product-list-item {
	padding: 10px;
    width: 100%;}
  .product-list-item .product-details {
    margin-left: 215px;
    background-color: transparent; }
  .product-list-item .left {
    position: relative; }
  .product-list-item .image {
    width: 200px;
    float: left;
    margin-right: 15px;
    position: relative; }
    .product-list-item .image > a {
      display: block;
      overflow: hidden; }
      .product-list-item .image > a > img {
        width: 100%;
        float: left;
        border-radius: inherit;
        height: auto; }
  .product-list-item .name a {
    font-size: 14px;
    padding-bottom: 5px;
    display: inline-block;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden; }
  .product-list-item .rating {
    position: relative;
    margin-top: 0;
    margin-bottom: 8px;
    left: 1px;
    top: -1px; }
  .product-list-item .price {
    font-weight: bold;
    text-align: left;
    padding: 8px 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    display: inline-block; }
  .product-list-item .price-old {
    color: #EA2E49;
    font-size: 90%;
    text-decoration: line-through; }
  .product-list-item .price-new {
    font-weight: bold;
    padding-left: 5px; }
  .product-list-item .price-tax {
    opacity: .7;
    font-weight: normal;
    font-size: 75%;
    text-align: left;
    padding-top: 5px;
    display: none; }
  .product-list-item .description {
    padding: 0 0 12px 0;
    color: #5F6874; }
  .product-list-item .cart {
    float: left;
    margin-right: 10px; }

.product-list-item.lt400 .product-list-item .image {
  width: 100%;
  float: none;
  margin-bottom: 10px; }
  .product-list-item.lt400 .product-list-item .image img {
    float: none; }

/******************************
 WISHLIST / COMPARE
*******************************/
.product-grid-item .wishlist, .product-grid-item .compare, .product-list-item .wishlist, .product-list-item .compare {
  position: relative;
  display: inline-block;
  margin-bottom: 3px;
    padding: 10px 11px;
    float: right;  }
  .product-grid-item .wishlist a, .product-grid-item .compare a, .product-list-item .wishlist a, .product-list-item .compare a {
    display: block;
    font-size: 11px;
    text-align: center;
    position: relative; }
    .product-grid-item .wishlist a i, .product-grid-item .compare a i, .product-list-item .wishlist a i, .product-list-item .compare a i {
      -webkit-transition: background-color .2s;
              transition: background-color .2s;
      color: inherit;
      text-align: center;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .product-grid-item .wishlist a i:before, .product-grid-item .compare a i:before, .product-list-item .wishlist a i:before, .product-list-item .compare a i:before {
        width: 100%; }

.oc2 .product-grid-item .compare {
  padding-left: 0; }

.product-grid-item .image .wishlist, .product-grid-item .image .compare {
  position: absolute;
  bottom: 8px;
  z-index: 99;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s; }
.product-grid-item .image .wishlist {
  left: 5px; }
.product-grid-item .image .compare {
  right: 5px; }
.product-grid-item .image.has-countdown .wishlist, .product-grid-item .image.has-countdown .compare {
  margin-bottom: 35px; }

.product-grid-item .product-wrapper .image .wishlist [data-hint]::after {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0) translateX(0) translateY(0);
          transform: translate3d(0, 0, 0) translateX(0) translateY(0); }
.product-grid-item .product-wrapper .image .wishlist [data-hint]:hover::after {
  -webkit-transform: translate3d(0, 0, 0) translateX(0) translateY(-8px);
          transform: translate3d(0, 0, 0) translateX(0) translateY(-8px); }
.product-grid-item .product-wrapper .image .compare [data-hint]::after {
  left: auto;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0) translateX(0) translateY(0);
          transform: translate3d(0, 0, 0) translateX(0) translateY(0); }
.product-grid-item .product-wrapper .image .compare [data-hint]:hover::after {
  -webkit-transform: translate3d(0, 0, 0) translateX(0) translateY(-8px);
          transform: translate3d(0, 0, 0) translateX(0) translateY(-8px); }

.product-list-item .image {
  overflow: hidden; }
  .product-list-item .image .wishlist, .product-list-item .image .compare {
    position: absolute;
    bottom: 8px; }
.product-list-item .cart {
  float: none;
  display: block; }
.product-list-item .wishlist a i, .product-list-item .compare a i {
  background-color: transparent;
  padding-right: 3px; }
.product-list-item .wishlist {
  margin-top: 10px;
  padding-left: 0; }
  .product-list-item .wishlist a {
    text-align: left; }
.product-list-item .compare {
  margin-top: 0;
  text-align: left; }

.inline-button .cart {
  display: inline-block;
  margin-bottom: 5px; }
.inline-button hr {
  display: block; }

.product-grid-item:hover {
  z-index: 3;
}

/******************************
 PAGINATION
*******************************/
.pagination {
    margin-bottom: 20px;
	margin-top: 20px;
    padding: 10px;
	text-align: center;
	display: block;	}
  .pagination:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0; }
  .pagination ul, .pagination li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .pagination a, .pagination b, .pagination li {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    background-color: white;
    font-weight: bold;
    font-family: inherit;
    margin-right: 4px;
    -webkit-transition: all .2s;
            transition: all .2s; }
  .pagination b, .pagination .active {
    background-color: #EA2E49;
    color: white; }
  .pagination .results {
    color: inherit;
    float: right;
    padding-right: 5px; }
  .pagination .links + .results {
    margin-top: 4px; }

/******************************
 Infinite Scroll
*******************************/
.ias-loader {
	min-height: 381px; }
.ias-loader .product-wrapper {background-color: transparent !important;}
a.ias-trigger {
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 15px;
  height: 100%; }
  a.ias-trigger span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
.ias-loader a.ias-trigger span {
	display: block;
    top: 29.5%;
    left: 31.5%;
-webkit-transform-origin: 50% 20% !important;
transform-origin: 50% 20% !important;} 			
			


.ias-noneleft {
	background: #cccccc;
    width: 100%;
    position: relative;
    padding: 10px;
    margin: 20px !important;
    clear: both;
    display: block;
    font-size: 14px;
    color: #fff;
    border-radius: 3px; }
.product-list .ias-noneleft {width: 96% !important; margin: 20px auto !important;}
  .ias-loader i,
  .ias-noneleft i {
    float: left;
    margin: 1px 5px 0 0;
    color: inherit;
    font-size: inherit; }
    .ias-loader i::before,
    .ias-noneleft i::before {
      color: inherit;
      font-family: FontAwesome; }

html[dir="rtl"] .ias-loader,
html[dir="rtl"] .ias-noneleft {
  text-align: right; }
  html[dir="rtl"] .ias-loader i,
  html[dir="rtl"] .ias-noneleft i {
    float: right;
    margin-left: 8px;
    margin-right: 0; }

.oc1 .ias-loader {
  padding-left: 10px; }
.oc1 .button-search {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

html[dir="rtl"].oc1 .ias-loader {
  padding-right: 10px; }

/******************************
OC 2.0
*******************************/
.oc2 .product-list-item .description {
  height: auto !important; }
.oc2 .product-list-item .rating {
  margin-bottom: 0; }
.product-page .cart.outofstock {display: none;}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 760px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 760px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 760px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 760px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 760px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 761px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
