/**
 * 2007-2021 PrestaShop SA and Contributors
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to http://www.prestashop.com for more information.
 *
 * @author    PrestaShop SA <contact@prestashop.com>
 * @copyright 2007-2021 PrestaShop SA and Contributors
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 * International Registered Trademark & Property of PrestaShop SA
 */
@font-face {
	font-family: "redfox-icon";
	src: url(../redfox-icon.eot);
	src: url(../redfox-icon.eot?#iefix) format("embedded-opentype"), url(../redfox-icon.woff) format("woff"), url(../redfox-icon.ttf) format("truetype"), url(../redfox-icon.svg#redfox-icon) format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
[data-icon]:before {
	font-family: "redfox-icon" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
[class^="redfox-"]:before, [class*=" redfox-"]:before {
	font-family: "redfox-icon" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.redfox-shopping-bag:before {
	content: "\e042";
}
.redfox-media-shuffle:before {
	content: "\e01d";
}
.redfox-bag:before {
	content: "\e042";
}
.redfox-heart:before {
	content: "\e004";
}
.redfox-cart:before {
	content: "\51";
}
.redfox-preview:before {
	content: "\e037";
}
.redfox-checkmark:before {
	content: "\53";
}
.redfox-document-edit:before {
	content: "\2a";
}
.redfox-conversation:before {
	content: "\36";
}
.redfox-mail:before {
	content: "\e015";
}
.redfox-print:before {
	content: "\e038";
}
.redfox-phone:before {
	content: "\e030";
}
.redfox-location:before {
	content: "\e012";
}
.redfox-user:before {
	content: "\e056";
}
.redfox-exit:before {
	content: "\3d";
}
.redfox-information:before {
	content: "\e009";
}
.redfox-view-list-large:before {
	content: "\e05c";
}
.redfox-view-thumb:before {
	content: "\e05d";
}
.redfox-menu:before {
	content: "\e020";
}
.redfox-home:before {
	content: "\e006";
}
.redfox-cross:before {
	content: "\39";
}
.redfox-arrow-thin-right:before {
	content: "\6d";
}
.redfox-chevron-up:before {
	content: "\57";
}
.redfox-chevron-down:before {
	content: "\54";
}
.redfox-message:before {
	content: "\e021";
}
.redfox-trash:before {
	content: "\e053";
}
.redfox-wrong:before {
	content: "\e067";
}
.redfox-loading:before {
    content: "\e011";
}
.header-banner {
	position: relative;
}
.header-banner .close-topbaner {
	position: absolute;
	font-size: 25px;
	cursor: pointer;
	top: 20%;
	right: 10%;
	width: auto;
	z-index: 1;
}
.close-topbaner .redfox-cross {
	display: inline-block;
	background: #000;
	border-radius: 50%;
	color: #fff;
	border: 2px solid #fff;
	width: 30px;
	height: 30px;
}
.close-topbaner:hover .redfox-cross {
	transform: rotate(20deg);
}
#shippingtext {
	position: relative;
}
#shippingtext .shipping-container {
	background: #000;
	padding: 8px;
	color: #fff;
	text-align: center;
	min-height: 30px;
	z-index: 0;
}
#shippingtext p {
	margin-bottom: 0;
	color: #fff;
}
#shippingtext .redfox-cross {
	color: #fff;
	position: absolute;
	right: 10px;
	top: 7px;
	font-size: 14px;
}
.header-banner .close-shipping {
	position: absolute;
	cursor: pointer;
	right: 10%;
	top: 0;
	width: auto;
	z-index: 1;
}
.close-shipping .redfox-cross {
	display: inline-block;
	border-radius: 50%;
	color: #fff;
}
#header .left-nav-trigger {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.dfxmenu-bar {
	position: relative;
}
 @media (min-width:1024px) and (max-width:1200px) {
.mobile-search-wrapper {
	padding: 0 !important;
}
}
@media (min-width:992px) and (max-width:1024px) {
.mobile-search-wrapper {
	padding: 0 !important;
}
}
 @media (min-width: 992px) {
body#index.absolute_header header#header {
	position: relative;
}
body#index.absolute_header #header_part {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1;
}
#specialright .collapse {
	display: block;
}
}
.mobile-header-top {
	position: relative;
	z-index: 999;
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 100%;
}
.mobile-logo-wrapper {
	display: block;
}
.mobile-search-wrapper {
	width: 100%;
	display: inline-block;
	padding: 5px 0;
}
.mobile-search-wrapper #_mobile_searchblock {
	margin: 0;
}
#_mobile_minimenu {
	float: left
}
.mobile-bar-group {
	float: right;
}
.mobile-bar-group > div {
	float: right
}
.pagi-numbers {
	font-size: 13px;
}
.product-images li.thumbsimg {
	border: 1px solid #ccc;
	cursor: pointer;
}
#featured, #specialblock, #bestseller, #newpro {
	position: relative;
}
.owl-theme {
	position: relative;
}
.owl-theme .owl-nav button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	width: 35px;
	height: 35px;
	text-indent: -9999em;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2)
}
.owl-theme .owl-nav button.owl-prev {
	position: absolute;
	z-index: 2;
	float: left;
	top: 48%;
	left: 0;
	transform: translateY(-48%);
}
.owl-theme .owl-nav button.owl-next {
	position: absolute;
	z-index: 2;
	float: right;
	top: 48%;
	right: 0;
	transform: translateY(-48%);
}
.owl-theme .owl-nav button.owl-next {
	-webkit-transition: all .2s ease-out 0s;
	-moz-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
	cursor: pointer;
	font-size: 2rem;
}
.owl-theme .owl-nav button.owl-prev:before {
	content: "\55";
	font-family: 'redfox-icon';
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0;
	right: 0;
	text-indent: 0;
	color: #444;
	line-height: 33px;
	text-align: center
}
.owl-theme .owl-nav button.owl-prev:hover {
	background: #6eb400;
	-webkit-transition: all .2s ease-out 0s;
	-moz-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
}
.owl-theme .owl-nav button.owl-prev:hover:before {
	background-position: -127px -19px
}
.owl-theme .owl-nav button.owl-next:before {
	content: "\56";
	font-family: 'redfox-icon';
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0px;
	right: 0;
	text-indent: 0;
	color: #444;
	line-height: 33px;
	text-align: center
}
.owl-theme .owl-nav button.owl-next:hover {
	background: #6eb400;
	-webkit-transition: all .2s ease-out 0s;
	-moz-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
}
.owl-theme .owl-nav button.owl-next:hover:before, .owl-theme .owl-nav button.owl-prev:hover:before {
	color: #fff;
}
.owl-theme .owl-nav button {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	border-radius: 50%;
	overflow: hidden;
}
.block-social h4 {
	line-height: 1rem;
	padding-top: 15px;
	padding-right: 10px;
	font-size: 22px;
	font-weight: 400
}
.block-social h4, .block-social ul {
	float: right;
}
.block-social {
	text-align: right;
}
.text-sm-center {
	padding-top: 0;
}
#facebook_block h4 {
	padding-top: 20px;
}
.links {
	display: block;
}
.price_circle, .wishtlist_top .wishlist-nb, #header .dfxcompare-nb {
	background-color: #000;
	color: #FFFFFF;
	font-size: .7em;
	line-height: 1.55em;
	font-weight: 400;
	width: 1.55em;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	left: -2px;
	top: -2px;
}
span.cart-empty {
	font-size: 14px;
}
.ajax_cart_total {
	font-weight: 600;
	font-size: 14px;
	color: #55ab00
}
.displaynone {
	display: none;
}
.displayblock {
	display: block;
}
.navslider-control {
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}
.navslider-control .navslider {
	display: inline-block;
	margin: 0 auto;
	width: 85px;
}
.same-category-products .navslider-control .navslider {
	width: 100%;
}
#featuredid.tabs .nav-tabs li {
	margin-left: 23px;
}
#featuredid.tabs .nav-tabs li:first-child .nav-link {
	list-style: none !important;
}
#featuredid.tabs .nav-tabs .nav-link {
	display: list-item;
	list-style: disc;
	margin: 0 5px;
	border: none;
	padding: 0.5rem 0.5rem;
	font-weight: normal;
	font-size: 18px;
}
#product-details .product-manufacturer {
	margin-bottom: 1rem;
	width: 125px;
}
#product #main .tab-content {
	padding: 0 0 25px 0;
	background: #fff;
}
.product-details .product-comment-list-item {
	background: #fff;
	padding: 15px 0;
}
#product #main .tabs .nav-tabs {
	position: relative;
	z-index: 3;
	text-align: center;
	background: #efefef;
	box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1) inset;
	border-left: 1px solid 1px solid #efefef;
	border-right: 1px solid 1px solid #efefef;
}
.product-tabs .nav-tabs .nav-item {
	display: inline-block;
	margin: 0 auto;
}
.btn-primary .wishlist-icon {
	padding: 0.7rem;
	border-radius: 50%;
	line-height: 1;
}
#product .btn-primary .wishlist-icon i, .modal.quickview .wishlist-icon i {
	font-size: 20px;
}
#wishlist_button.btn-primary {
	padding: 0;
	margin-left: 5px;
	border: none;
	border-radius: 50%;
}
.product-details .product-add-to-cart .button-compare-add, .modal.quickview .button-compare-add {
	margin-left: 5px;
	border: none;
	border-radius: 50%;
	padding: 0.7rem;
	background: #3F3F45;
	display: inline-block;
}
.product-details .product-add-to-cart .button-compare-add:hover, .modal.quickview .button-compare-add:hover {
	background: #90C322;
}
.product-details .product-add-to-cart .button-compare-add i, .modal.quickview .button-compare-add i {
	font-size: 20px;
	color: #fff;
	vertical-align: middle;
	line-height: 15px;
}
.module-title h1 {
	background: #fff none repeat scroll 0 0;
	font-size: 25px;
	padding: 0 30px;
}
.module-title h1 {
	color: #101010;
	display: inline-block;
	font-weight: 900;
	margin: 0;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}
.block-category {
	text-align: center;
	margin-bottom: 15px !important;
}
.category-content {
	border: 1px solid #efefef;
	display: inline-block;
	padding: 1.5rem;
	line-height: 1.5rem;
	position: relative;
	width: 100%;
	z-index: 1;
}
.category-cover {
	margin-bottom: 20px;
}
.shopping_cart .totalprice {
	display: table;
	padding-left: 0;
	padding-right: 0;
}
.shopping_cart .cartshop {
	display: table-cell;
	vertical-align: middle;
	padding-left: 5px;
}
#index .boxed_layout #wrapper .container {
	padding: 0 20px
}
#index #wrapper #htmlcontent_displayFootTab.container {
	padding-bottom: 0px;
}
span.cart-empty, .ajax_cart_total {
	font-size: 16px;
	line-height: 1;
	color: #000;
}
span.cart-empty {
	font-weight: bold;
}
.discount-percentage {
	background: none;
	color: #333333;
	padding: 1px 3px 1px 2px;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 1;
}
#product_comparison .discount-percentage {
	top: inherit;
	right: inherit
}
#product_comparison td:not(:first-child) {
	position: relative;
}
.redfoxProductList .border_inside {
	border: none;
}
.redfoxProductList .product-miniature.thumb .border_inside {
	border-bottom: 1px solid #efefef;
	padding: 0;
	display: inline-block;
	width: 100%;
}
.product-miniature .border_inside {
	background: #fff;
	padding: 0 0 5px 0;
	border: 1px solid rgba(0,0,0,.07);
	margin: 0 7.5px;
height: 100%;
}
#portfolio-items .discount {
	display: none;
	line-height: 0;
	height: 0;
}
.same-category-carousel, .same-category-products {
	margin-bottom: 15px;
}
.border_inside .cartbottom_btn div a, .border_inside .cartbottom_btn button {
	background: #85C94F;
	height: 37px;
	width: 37px;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	margin: 0;
	font-weight: normal;
	padding: 9px 0;
	display: inline-block;
	border-radius: 50%;
	border: none;
	cursor: pointer;
}
.compare-added, .wishlist_added, .add-to-cart.is-added { position:relative;}
.compare-added:after, .wishlist_added:after, .add-to-cart.is-added:after {
	content: "\53";
	font-family: "redfox-icon" !important;
	position: absolute;
top: -5px;
background: #333;
width: 16px;
height: 16px;
line-height: 16px;
border-radius: 100%;
font-size: 9px;
text-align: center;
color:#fff;
right:3px;
}
.add-to-cart .redfox-loading, .add-to-cart.no-added .redfox-loading, .no-added.disabled .redfox-cart, .is-added.disabled .redfox-cart {
	display: none;
}
.no-added.disabled .redfox-loading, .is-added.disabled .redfox-loading {
	display: block;
}
.product-additional-button .redfox-loading { float:left; margin-right:5px;}
.redfox-loading {
animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}
  
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.border_inside .cartbottom_btn div.cart {
	float: left;
	width: auto;
}
.border_inside .cartbottom_btn div {
	position: relative;
}
.border_inside h3 {
	clear: both;
	font-size: 18px;
	margin-top: 5px;
	padding-bottom: 0;
	text-align: center;
}
.border_inside h3 a {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.border_inside a.prodtimage img {
	width: 100%;
	height: auto;
}
.cartbottom_btn {
	opacity: 0;
	position: absolute;
	transform: translate(-50%, 50%);
	-moz-transform: translate(-50%, 50%);
	-webkit-transform: translate(-50%, 50%);
	-o-transform: translate(-50%, 50%);
	-moz-transition: opacity .3s ease-out;
	-webkit-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
	bottom: 50%;
	left: 50%;
	width: auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-js-display: flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px;
}
.product-miniature:hover .cartbottom_btn {
	opacity: 1;
	z-index: 9;
}
.border_inside .comments_note {
	width: auto;
}
.product-miniature .product-flags .pack {
	display: none;
}
.product-miniature .product-flags .pack {
	display: none;
}
/* Advertisement effects */
a.item-link, a.item-link:hover {
	overflow: hidden;
}
.clearboth {
	clear: right;
}
.shopping_cart {
	position: relative;
}
/* ************************************************************************************************
									Sub Categories Styles
************************************************************************************************ */
#subcategories p.subcategory-heading {
	color: #333333;
	float: left;
	padding-bottom: 5px;
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
}
#subcategories ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 0 -10px
}
#subcategories ul li {
	width: calc(100% / 5 - 10px);
	min-width: 120px;
	margin: 5px;
	text-align: center;
	border: 1px solid #efefef;
	padding: 3px;
}
#subcategories ul li:hover {
	border: 1px solid #333;
}
#subcategories ul li .subcategory-image {
	padding: 0 0 8px 0;
}
#subcategories ul li .subcategory-image a {
	display: block;
}
#subcategories ul li .subcategory-image a img {
	max-width: 100%;
	vertical-align: top;
	width: 100%;
	height: auto;
}
#subcategories ul li .subcategory-name {
	color: #1E1E1E;
	font-size: 14px;
	white-space: pre-wrap;
}
#subcategories ul li .subcategory-name:hover {
	color: #515151;
}
#subcategories ul li .cat_desc {
	display: block;
}
#subcategories ul li:hover .subcategory-image a {
}
#subcategories ul li .cat_desc p {
	font-size: 12px;
}
/* ************************************************************************************************
								Categories Page Styles
************************************************************************************************ */
.content_scene_cat {
	color: #d7d7d7;
	line-height: 19px;
	margin: 0;
	height: 230px;
	overflow: hidden;
	margin-bottom: 20px;
}
.content_scene_cat .cat_desc {
	max-width: 996px;
	width: 100%;
	margin: 0 auto;
}
.content_scene_cat .content_scene_cat_bg {
	background-color: #464646 !important;
}
 @media (max-width: 1199px) {
.content_scene_cat .content_scene_cat_bg {
	padding: 10px 10px 10px 15px;
}
}
.content_scene_cat span.category-name {
	color: white;
	margin-bottom: 12px;
	font-size: 1.6rem;
	font-weight: bold;
}
.content_scene_cat span.category-name:after {
	content: "";
	display: block;
	position: relative;
	margin-top: 15px;
	left: 50%;
	right: initial;
	transform: translate3d(-50%, 0, 0);
	background-color: #90C322;
	width: 100px;
	height: 4px;
}
 @media (max-width: 1199px) {
.content_scene_cat span.category-name {
	font-size: 25px;
	line-height: 30px;
}
}
.content_scene_cat p {
	margin-bottom: 0;
	margin-top: 15px;
}
.content_scene_cat a {
	color: white;
}
.content_scene_cat a:hover {
	text-decoration: none;
}
.content_scene_cat .content_scene {
	color: #777777;
}
.content_scene_cat .content_scene .cat_desc {
	padding-top: 20px;
}
.content_scene_cat .content_scene .cat_desc a {
	color: #777777;
}
.content_scene_cat .content_scene .cat_desc a:hover {
	color: #515151;
}
.category-text-align {
	text-align: center;
	padding: 40px 10px;
}
.same-category-products h3, .product-accessories h3 {
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 20px;
	padding: 14px 20px;
	margin: 0 0 20px;
	position: relative;
	background: #efefef;
}
.content_scene_cat .breadcrumb {
	display: inline-block;
	padding: 0 11px;
	font-size: 14px;
	min-height: 6px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	color: #fff;
	margin-top: 15px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.content_scene_cat .breadcrumb-container {
	background: none !important;
}
.content_scene_cat .breadcrumb li a {
	color: #fff !important;
}
#index .breadcrumb-container {
	margin: 0;
}
.breadcrumb-container {
	background: url(../../img/xibanner-breadcumb.jpg) no-repeat scroll right center / cover;
	display: inline-block;
	width: 100%;
	margin: 0 0 40px 0;
}
.heading-counter {
	display: inline-block;
	font-weight: bold;
	margin: 0 auto;
	text-align: right;
	width: 100%;
	color: #999;
}
.heading-counter p {
	font-size: 14px;
}
.redfoxGridList li {
	float: left;
	padding-left: 0;
	text-align: center;
}
#js-product-list .redfoxProducts {
	display: none;
}
#js-product-list.active_grid .redfoxProductGrid {
	display: block;
	margin: -2px;
}
#js-product-list.active_list .redfoxProductList {
	display: block;
	margin: -5px;
}
.redfoxProductList .border_inside {
	padding: 10px 0;
	display: inline-block;
}
.redfoxProductList .product-miniature .discount-percentage {
	bottom: -35px !important;
}
.redfoxProductList .product-miniature .product-description {
	border-top: 0px !important;
}
li#list, li#grid {
	display: block;
	padding: 5px 8px;
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.2) inset;
	border: 1px solid #efefef;
}
li#list i, li#grid i {
	color: #333;
}
li#list i:before, li#grid i:before {
	vertical-align: -3px;
}
li#list.selected_list, li#grid.selected_grid {
	border: 1px solid #ccc;
	background: #333;
}
li#list.selected_list i, li#grid.selected_grid i, li#list.selected_list:hover i, li#grid.selected_grid:hover i {
	color: #fff;
}
li#list:hover i, li#grid:hover i {
	color: #333;
}
.left-column #products .redfoxProductList .product-miniature {
	width: 100%;
}
.product-description h1, .product-description .product-price-and-shipping, .product-description .product-actions, .product-description .variant-links {
	text-align: left !important;
}
body#product .product-description h1 {
	text-align: inherit !important;
}
body#product .tab-content .product-description img {
	max-width: 100%;
	height: auto;
}
.redfoxProductGrid .product-miniature .product-description, .redfoxProductGrid .product-description .product-price-and-shipping {
	text-align: left !important;
}
.description_short {
	display: none;
	visibility: hidden;
}
.redfoxProductList .product-miniature .product-description, .redfoxProductList .product-description .product-price-and-shipping {
	text-align: left !important;
}
.redfoxProductList .description_short {
	display: block;
	visibility: visible;
}
.description_short ul {
	margin-left: 15px;
}
.product-additional-info a#wishlist_button {
	border: 1px solid #e6e6e6;
	background: #3F3F45;
	padding: 12px 14px !important;
	width: auto;
	display: inline-block;
	font-size: 0.8rem !important;
	text-transform: uppercase;
	font-family: "Oswald", Open sans, arial;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	float: left;
	margin-bottom: 20px;
	color: #fff;
	box-shadow: 4px 4px 4px rgba(0,0,0,.14);
}
.product-additional-info a#wishlist_button:hover {
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.product_attributes {
	padding: 10px 0;
}
.stock-range {
	height: 10px;
	background-color: #efefef;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.product-actions .stock-range {max-width: 250px;}
.stock-available-progress {
	height: 10px;
	background-color: #333333;
}
.stock-available-progress.green-bar {
	background-color: #56ce06
}
.stock-available-progress.yellow-bar {
	background-color: #ffd400
}
.stock-available-progress.red-bar {
	background-color: #fd3126
}
.green-text {
	color: #56ce06;
}
.yellow-text {
	color: #f2bd00;
}
.red-text {
	color: #fd3126;
}
.stock-available-counter:not(.stock-available-title) {
	font-weight: bold;
	font-size: 18px;
}
.product-price .current-price {
	font-size: 26px;
	color: #90C322;
}
.product-details-information {
	padding: 30px 15px;
	background: #ffffff;
	border: 1px solid rgba(0,0,0,.07);
	width: 100%;
	display: inline-block;
}
.product-details h1.h1 {
	color: #1E1E1E;
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 10px;
	padding-left: 0;
}
.product-details .product-price .current-price {
	font-weight: bold;
}
.product-details .product-information .label {
	min-width: 25%;
	text-align: left;
}
.product-details .product-information .product-reference {
	margin-bottom: 15px;
}
body#product .product-details .product-add-to-cart .btn-primary.add-to-cart, .modal.quickview .product-add-to-cart .btn-primary.add-to-cart {
	font-size: 1.2rem;
	padding: 11px;
}
.modal.quickview .product-add-to-cart .btn-primary.add-to-cart {
	margin-bottom: 10px;
}
body#product .product-details .product-add-to-cart .btn-primary.add-to-cart .fa {
	line-height: 1;
	font-size: 1.5rem;
}
body#product .product-details .product_attributes .product-discounts {
	margin: 0;
}
.product-miniature #add-to-cart-or-refresh {
	text-align: center;
}
 @media (max-width: 768px) {
.product-details h1.h1 {
	font-size: 1.6em;
}
.product-price .current-price {
	font-size: 1.6em;
}
.redfox_compare, .wishtlistTop, #contact-link {
	padding: 0 5px !important;
}
body.noscroll {
	overflow: hidden !important;
}
}
.featured-products.same-category-products .product-thumbnail, .featured-products.viewed-products .product-thumbnail {
	width: 100%;
}
.marginTop {
	margin-top: 15px;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	background: #f9f9f9;
	border: 1px solid #f9f9f9;
	border-radius: 0;
	padding: 10px 0 !important;
}
.ui-widget-content {
	font-size: 14px;
}
.ui-menu .ui-menu-item {
	border-bottom: 1px solid #efefef;
	font-family: "Open Sans", sans-serif;
}
.ui-corner-all .separator {
	padding-right: 5px;
	font-size: 11px;
}
.searchimg {
	width: 70px;
	height: auto;
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #efefef;
	background: #fff;
	float: left;
}
.search-item .desc {
	float: left;
}
.searchimg img {
	width: 100%;
	height: auto;
}
.ui-corner-all span.product {
	float: left;
	clear: both;
	padding-bottom: 10px;
}
.ui-corner-all span.price {
	color: #90C322;
	font-weight: bold;
	float: left;
	clear: both;
}
.search-menu-item a.search-item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-js-display: flex;
	display: flex !important;
	padding: 10px !important;
	width: 100%;
}
.search-item.ui-state-focus, .ui-widget-content .search-item.ui-state-focus {
	background: #efefef;
	border: 1px solid #efefef;
	cursor: pointer;
}
.ui-menu .ui-menu-item a {
	line-height: inherit !important;
}
.ui-autocomplete.ui-menu .search-menu-item .search-item .category {
	display: none;
}
.margin-bottom {
	margin-bottom: 15px;
}
.deal-carousel .product-miniature .productlist-reviews {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 0 0 5px;
}
/* Product Offer Countdown */
.productpage-countdown {
	display: inline-block;
}
.productpage-countdown .product-counter {
	margin-left: 5px;
}
.product-counter {
	display: inline-block;
}
.clock-icon {
	font-size: 22px;
	display: inline-block;
	text-align: center;
	padding: 10px;
}
.counter-outbox {
}
.count-time-outfit {
}
.count-container {
	background: #222;
	border: 2px solid #333;
	padding: 6px 8px;
	margin: 2px -5px;
	min-width: 50px;
	border-radius: 50%;
	color: #fff;
}
.count-container div {
	font-size: 11px;
	text-align: center;
	line-height: 1rem;
}
.product-countdown-offer {
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.thumbnail-container:hover .product-countdown-offer {
	visibility: hidden;
	opacity: 0;
	bottom: -99px;
}
 @media (max-width: 459px) {
#product #main .product-add-to-cart .product-quantity > div, .modal.quickview .product-add-to-cart .product-quantity > div {
	margin-bottom: 10px;
}
#block-reassurance {
	margin-top: 15px;
}
.product-details .nav-tabs .nav-link {
	width: 100%;
}
.product-description .video-responsive iframe {
	width: 90% !important;
}
.outer-container {
	max-width: 92%;
}
.redfox_compare, .wishtlistTop, #contact-link {
	padding: 0 5px !important;
}
.mobile_nav_right i {
	font-size: 20px !important;
}
.grid12-4, .grid12-5 {
	width: 100% !important;
	float: left !important;
	margin-top: 10px;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.border_inside .cartbottom_btn {
	width: 100%;
	margin: 0;
	position: inherit;
	bottom: 1px;
	transform: none;
	left:0;
	opacity:1;
	padding:0 10px;
}
.border_inside .cartbottom_btn > div {
	display: table-cell;
	float: none;
	height: auto;
	border-left: 1px solid #fff;
}
.border_inside .cartbottom_btn > div:first-child {
	border-left: none;
}
.border_inside .cartbottom_btn > div a {
	transform: none;
	margin: 0;
	transition: none;
}
.border_inside .cartbottom_btn > div i {
	font-size: 18px;
}
.border_inside .btn-primary.add-to-cart {
	margin: 0 auto;
}
.product-miniature .product-add-to-cart {
	transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	position: inherit;
}
article.product-miniature .border_inside .cartbottom_btn.btn_hover > *, article.product-miniature:hover .border_inside .cartbottom_btn.btn_hover > * {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	text-align:center;
	margin:0 5px;
}
#header .header-nav .currency-selector {
	margin-right: 0;
}
.outer-container {
	max-width: 94%;
}
.header-top .outer-container > .row {
	margin-left: 0;
	margin-right: 0;
}
.outer-container.header-wrap {
	padding-top: 10px;
}
.mobile_nav_left > div {
	float: left;
}
#_mobile_language_selector, #_mobile_currency_selector {
	font-family: 11px;
}
#_mobile_contact-cms .contact-cms {
	margin: 0 auto;
	padding-bottom: 15px;
	color: #fff;
	padding-top: 10px;
}
.contact-ico .fa-phone {
	font-size: 16px !important;
}
.contactcms1 {
	font-size: 15px !important;
	font-weight: normal !important;
}
.contactcms1, .contactcms2 {
	margin-left: 5px;
}
.contact-ico {
	width: 20%;
	text-align: right;
}
.ui-autocomplete {
	width: 160px;
}
.search-item .searchimg {
	width: 20%;
}
.search-item .desc {
	width: 80%;
}
.search-item .desc span {
	width: 100%;
	display: inline-block;
}
.ui-corner-all span.price {
	margin-left: 0;
}
.counter-outbox {
	display: inline-block;
	width: 100%;
}
.count-time-outfit {
	display: inline-block;
	width: 25%;
	width: -webkit-calc(100% / 4);
	width: -moz-calc(100% / 4);
	width: calc(100% / 4);
}
.count-container {
	background: #222;
	border: 2px solid #333;
	padding: 6px 1px;
	margin: 0;
	min-width: 100%;
	color: #fff;
	border-radius: 0;
}
.count-container div {
	font-size: 11px;
	text-align: center;
	line-height: 1rem;
}
#products .redfoxProductGrid .product-miniature .product-title {
	margin-top: 0;
}
.product-countdown-offer {
	display: inline-block;
	clear: both;
	position: inherit;
	bottom: 0;
}
.product-counter {
	display: inline-block;
	width: 100%;
}
.thumbnail-container:hover .product-countdown-offer {
	visibility: visible;
	opacity: 1;
	bottom: 0;
}
.category-title {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}
#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description, .right_special_column .product-description {
	padding: 3px 5px;
}
.product-miniature .manufacture-img {
	max-width: 60px;
}
}
 @media (min-width: 460px) and (max-width: 619px) {
#htmlcontent_right, #htmlcontent_left {
	display: none;
}
.border_inside .cartbottom_btn {
	width: 100%;
	margin: 0;
	position: inherit;
	bottom: 1px;
	transform: none;
	left:0;
	opacity:1;
	padding:0 10px;
}
.border_inside .cartbottom_btn > div {
	display: table-cell;
	float: none;
	height: auto;
	border-left: 1px solid #fff;
}
.border_inside .cartbottom_btn > div:first-child {
	border-left: none;
}
.border_inside .cartbottom_btn > div a {
	transform: none;
	margin: 0;
	transition: none;
}
.border_inside .cartbottom_btn > div i {
	font-size: 18px;
}
.border_inside .btn-primary.add-to-cart {
	margin: 0 auto;
}
.product-miniature .product-add-to-cart {
	transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	position: inherit;
}
article.product-miniature .border_inside .cartbottom_btn.btn_hover > *, article.product-miniature:hover .border_inside .cartbottom_btn.btn_hover > * {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	text-align:center;
	margin:0 5px;
}
.outer-container {
	max-width: 94%;
}
.outer-container.header-wrap {
	padding-top: 10px;
}
.mobile_nav_left > div {
	float: left;
	width: 50%;
	display: table-cell;
}
.mobile_nav_right i {
	font-size: 20px !important;
}
.ui-autocomplete {
	width: 180px;
}
.ui-autocomplete span.product {
	font-size: 0.9em;
	font-weight: 400;
}
.ui-autocomplete .search-item:hover {
	color: #000;
}
.search-item .searchimg {
	width: 20%;
}
.search-item .desc {
	width: 80%;
}
.search-item .desc span {
	width: 100%;
	display: inline-block;
}
.ui-corner-all span.price {
	margin-left: 0;
}
.counter-outbox {
	display: inline-block;
	width: 100%;
}
.count-time-outfit {
	display: inline-block;
	width: 25%;
	width: -webkit-calc(100% / 4);
	width: -moz-calc(100% / 4);
	width: calc(100% / 4);
}
.count-container {
	background: #222;
	border: 2px solid #333;
	padding: 6px 2px;
	margin: 0;
	min-width: 50px;
	color: #fff;
	display: inline-block;
	border-radius: 0;
}
.count-container div {
	font-size: 11px;
	text-align: center;
	line-height: 1rem;
}
.product-countdown-offer {
	display: inline-block;
	clear: both;
	position: inherit;
	bottom: 0;
}
.product-counter {
	display: inline-block;
	width: 100%;
}
.tabs .nav-tabs .nav-item {
	width: 100%;
}
.product-details .nav-tabs .nav-link {
	width: 100%;
}
.thumbnail-container:hover .product-countdown-offer {
	visibility: visible;
	opacity: 1;
	bottom: 0;
}
.category-title {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}
#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description, .right_special_column .product-description {
	padding: 3px 5px;
}
.product-miniature .manufacture-img {
	max-width: 60px;
}
}
 @media (min-width: 620px) and (max-width: 768px) {
.mobile_nav_right i {
	font-size: 20px !important;
}
#products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a {
	font-size: 13px;
}
#htmlcontent_right, #htmlcontent_left {
	display: none;
}
.border_inside .cartbottom_btn {
	width: 100%;
	margin: 0;
	position: inherit;
	bottom: 1px;
	transform: none;
	left:0;
	opacity:1;
	padding:0 10px;
}
.border_inside .cartbottom_btn > div {
	display: table-cell;
	float: none;
	height: auto;
	border-left: 1px solid #fff;
}
.border_inside .cartbottom_btn > div:first-child {
	border-left: none;
}
.border_inside .cartbottom_btn > div a {
	transform: none;
	margin: 0;
	transition: none;
}
.border_inside .cartbottom_btn > div i {
	font-size: 18px;
}
.border_inside .btn-primary.add-to-cart {
	margin: 0 auto;
}
.product-miniature .product-add-to-cart {
	transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	position: inherit;
}
article.product-miniature .border_inside .cartbottom_btn.btn_hover > *, article.product-miniature:hover .border_inside .cartbottom_btn.btn_hover > * {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	text-align:center;
	margin:0 5px;
}
.outer-container.header-wrap {
	padding-top: 10px;
}
.counter-outbox {
	display: inline-block;
	width: 100%;
}
.count-time-outfit {
	display: inline-block;
	width: 25%;
	width: -webkit-calc(100% / 4);
	width: -moz-calc(100% / 4);
	width: calc(100% / 4);
}
.count-container {
	background: rgba(0, 0, 0, 0.5);
	border: 2px solid #333;
	padding: 6px 2px;
	flex-wrap: wrap;
	margin: 0 -2px;
	min-width: 50px;
	color: #fff;
	display: inline-block;
}
.count-container div {
	font-size: 11px;
	text-align: center;
	line-height: 1rem;
}
.product-countdown-offer {
	display: inline-block;
	clear: both;
	position: inherit;
	bottom: 0;
}
.product-counter {
	display: inline-block;
	width: 100%;
}
.thumbnail-container:hover .product-countdown-offer {
	visibility: visible;
	opacity: 1;
	bottom: 0;
}
.category-title {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.block_newsletter .footer_news form input {
	width: 100%;
}
.block_newsletter form button[type="submit"] {
	margin-top: 5px;
}
.border_inside .cartbottom_btn {
	width: 100%;
	margin: 0;
	position: inherit;
	bottom: 1px;
	transform: none;
	left:0;
	opacity:1;
	padding:0 10px;
}
.border_inside .cartbottom_btn > div {
	display: table-cell;
	float: none;
	height: auto;
	border-left: 1px solid #fff;
}
.border_inside .cartbottom_btn > div:first-child {
	border-left: none;
}
.border_inside .cartbottom_btn > div a {
	transform: none;
	margin: 0;
	transition: none;
}
.border_inside .cartbottom_btn > div i {
	font-size: 18px;
}
.border_inside .btn-primary.add-to-cart {
	margin: 0 auto;
}
.product-miniature .product-add-to-cart {
	transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	position: inherit;
}
article.product-miniature .border_inside .cartbottom_btn.btn_hover > *, article.product-miniature:hover .border_inside .cartbottom_btn.btn_hover > * {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	text-align:center;
	margin:0 5px;
}
.counter-outbox {
	display: inline-block;
	width: 100%;
}
.count-time-outfit {
	display: inline-block;
	width: 25%;
	width: -webkit-calc(100% / 4);
	width: -moz-calc(100% / 4);
	width: calc(100% / 4);
}
.count-container {
	background: #222;
	border: 2px solid #333;
	padding: 6px 2px;
	margin: 0;
	min-width: 50px;
	color: #fff;
	display: inline-block;
	border-radius: 0;
}
.count-container div {
	font-size: 11px;
	text-align: center;
	line-height: 1rem;
}
.product-countdown-offer {
	display: inline-block;
	clear: both;
	position: inherit;
	bottom: 0;
}
.product-counter {
	display: inline-block;
	width: 100%;
}
.thumbnail-container:hover .product-countdown-offer {
	visibility: visible;
	opacity: 1;
	bottom: 0;
}
.category-title {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}
.mobile_nav_right i {
	font-size: 20px !important;
}
}
.redfoxProductList .border_inside .product-image {
	float: left;
	width: 33.33%;
}
.redfoxProductList .border_inside .product_desc {
	width: 66.67%;
	float: left;
	height: 100%;
}
 @media only screen and (min-width:991px) {
.product-review-block {
	min-height: 20px;
}
.product-miniature .product-add-to-cart {
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1;
	margin: auto;
}
.border_inside .cartbottom_btn.btn_hover > * {
	-webkit-transform: scale(.9) translateY(5px);
	-moz-transform: scale(.9) translateY(5px);
	-ms-transform: scale(.9) translateY(5px);
	-o-transform: scale(.9) translateY(5px);
	transform: scale(.9) translateY(5px);
	transition: all 0.3s cubic-bezier(.165, .84, .44, 1);
	-moz-transition: all 0.3s cubic-bezier(.165, .84, .44, 1);
	-webkit-transition: all 0.3s cubic-bezier(.165, .84, .44, 1);
	-o-transition: all 0.3s cubic-bezier(.165, .84, .44, 1);
	margin-left: 5px;
	float: left;
	width: 2.50rem;
	height: 2.50rem;
}
article.product-miniature:hover .border_inside .cartbottom_btn.btn_hover > * {
	-webkit-transform: scale(1) translateY(0);
	-moz-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	-o-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
	-moz-transition: all 0.3s cubic-bezier(.165, .84, .44, 1);
	-webkit-transition: all 0.3s cubic-bezier(.165, .84, .44, 1);
	-o-transition: all 0.3s cubic-bezier(.165, .84, .44, 1);
	transition: all 0.3s cubic-bezier(.165, .84, .44, 1);
}
article.product-miniature:hover .border_inside .cartbottom_btn.btn_hover > *:hover {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.redfoxProductList .border_inside .product-image {
	float: left;
	width: 42.66%;
}
.redfoxProductList .product-miniature.thumb:hover .border_inside .product-image {
	width: 42.66%;
}
.redfoxProductList .border_inside .product_desc {
	width: 57.34%;
	float: left;
	height: 100%;
}
}
@media only screen and (min-width:1200px) {
.redfox_adsection2 {
	margin-top: 5px;
}
.footer-featured-products {
	margin-bottom: 15px;
}
ul.category-top-menu li {
	display: block;
}
/* Product Offer Countdown */
.product-counter {
	display: inline-block;
}
.clock-icon {
	font-size: 22px;
	display: inline-block;
	padding: 10px;
}
.counter-outbox {
	display: inline-block;
}
.count-time-outfit {
	display: inline-block;
}
.count-container {
	background: #222;
	border: 2px solid #333;
	padding: 6px 8px;
	margin: 2px -5px;
	min-width: 50px;
	border-radius: 50%;
	color: #fff;
}
.count-container div {
	font-size: 11px;
	text-align: center;
	line-height: 1rem;
}
.product-countdown-offer {
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.thumbnail-container:hover .product-countdown-offer {
	visibility: hidden;
	opacity: 0;
	bottom: -99px;
}
}
.redfoxProductList .btn-primary.add-to-cart {
	float: left;
}
.redfoxProductList .stock-available-title {
	margin-bottom: 5px;
}
.redfoxProductList .stock-available-countdown {
	margin-bottom: 5px;
}
.redfoxProductList .product-price-and-shipping .price, .redfoxProductList .regular-price {
	margin-right: 0 !important;
}
.nav-link h3.idTabHrefShort {
	margin-bottom: 0 !important;
}
.header-wrap {
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-js-display: flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}
#header-right {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-js-display: flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}
.boxed_layout .header-wrap {
	margin: 0;
}
.sticky-head .header-top {
	height: 150px
}
.sticky-head .header-full-width {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
}
.input_qty {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.input_qty .bootstrap-touchspin input.form-control, .input_qty .bootstrap-touchspin input.input-group {
	height: 32px;
	vertical-align: middle;
	border-radius: 4px 0 0 4px !important;
	font-size: 14px;
}
.input_qty .bootstrap-touchspin .input-group-btn-vertical > .btn {
	padding: 7px 10px 8px;
}
.input_qty .bootstrap-touchspin .btn-touchspin {
	height: 0.9rem;
	background-color: #3f3f45;
	color: #fff;
}
.input_qty .bootstrap-touchspin .input-group-btn-vertical i {
	line-height: 11px;
}
.input_qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	border-radius: 0 0 4px 0;
}
.input_qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	border-radius: 0 4px 0 0;
}
.category-title {
	color: #90C322;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform: capitalize;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
}
.v-grid-container {
	display: table;
	width: 100%;
	margin: 0;
}
.v-grid-container .v-grid {
	background: #fff;
	padding: 15px 10px;
	border: 1px solid #ccc;
	width: 33.33%;
	text-align: center;
	display: table-cell;
}
.bottom-footer {
	font-size: 12px;
	color: #fff;
}
.bottom-footer a {
	color: #fff;
}
.bottom-footer div {
	padding: 15px 0;
	border-top: 1px solid #515151;
	width: 100%;
}
.footer-products {
	float: left;
	line-height: 24px;
	margin-bottom: 15px;
	width: 100%;
}
.fproducts-box {
	float: left;
	margin-right: 10px;
	position: relative;
	width: 48px;
}
.footer-products h5 {
	margin-top: 4px;
	margin-bottom: 4px;
}
.fprice_container {
	font-size: 12px;
	line-height: 12px;
	margin: 0;
}
.fproducts-box img {
	border: 1px solid #CCCCCC;
	padding: 2px;
	width: 100%;
	height: auto;
}
.footer_products a {
	padding: 0 !important;
}
.footer-featured-products .product-title {
	text-align: left;
}
.footer-featured-products .product-miniature .product-title a {
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
}
.fproducts_price {
	font-size: 13px;
	line-height: 12px;
	margin: 0;
}
.footer-featured-products .fproducts_price .price {
	font-size: 13px !important;
	color: #90C322;
}
.footer-featured-products li {
	margin-top: 5px;
	margin-bottom: 10px;
}
.footer-container .block-contact {
	color: #7a7a7a;
	text-align: left;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
}
.footer-container .block-contact li {
	font-size: 0.9rem;
	color: #fff;
	position: relative;
	padding-left: 20px !important;
	padding-top: 0 !important;
}
.footer-container .block-contact li.contacticon:before {
	content: "\e030";
	font-family: "redfox-icon";
	font-size: 16px;
	font-weight: normal;
	left: 0;
	position: absolute;
	top: 0;
}
.footer-container .block-contact li.addressicon:before {
	content: "\e012";
	font-family: "redfox-icon";
	font-size: 16px;
	font-weight: normal;
	left: 0;
	position: absolute;
	top: 0;
}
.footer-container .block-contact li.emailicon:before {
	content: "\e015";
	font-family: "redfox-icon";
	font-size: 16px;
	font-weight: normal;
	left: 0;
	position: absolute;
	top: 0;
}
.footer-container .copyright {
	display: block;
	padding: 15px;
}
.footer-container h4 {
	font-size: 18px;
	margin-bottom: 18px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.055em;
	float: left;
}
.footer-container .fa {
	color: #fff;
}
#wishlist_block h4 {
	color: #555;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	padding-left: 10px;
}
#specialright .featured-products .product-miniature {
	margin: 0;
	width: 100%;
}
#specialright.block .block_content {
	padding: 0;
	display: block;
}
#special_carousel .product-miniature .border_inside { border:none;}
#specialright .product-item-info-box {
	margin-top: 0;
}
.right_special_column {
	width: 70%;
	vertical-align: top;
	padding: 4px;
}
.featured-products .right_special_column .product-title {
	text-align: left;
}
.featured-products .right_special_column .product-price-and-shipping .price, .featured-products .right_special_column .regular-price {
	font-size: 14px;
	margin-bottom: 2px;
}
.category-top-menu .add {
	color: #fff;
}
ul.category-top-menu {
	margin-bottom: 0;
}
ul.category-top-menu li {
	position: relative;
}
#js-product-list .color-variation {
	margin-bottom: 1px;
}
#js-product-list.active_list .color-variation {
	margin-left: 0px;
	float: left;
	clear: both;
	padding: 10px;
}
.blockcart dt {
	font-weight: normal;
	overflow: hidden;
	padding: 15px 0;
	position: relative;
	border-bottom: 1px solid #ececec;
}
.cart_block_ajax {
	height: 100vh;
	width: 320px;
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	visibility: hidden;
	background-color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	padding-top: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.cart_block_ajax .cart-header {
	font-size: 1.6em;
	color: #000;
	font-weight: bold;
	padding: 10px;
	text-transform: uppercase;
	background: #f9f9f9;
	border-bottom: 1px solid #ccc;
}
.dfx-cart-open .cart_block_ajax {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	overflow-y: scroll;
}
.cart-detailed-totals .cart-products-count {
	text-align: center;
	background: #f9f9f9;
	padding: 5px 0;
	margin-bottom: 0;
}
.dfx-menu-open .cart-overlayer, .dfx-cart-open .cart-overlayer {
	display: block;
}
.dfx-cart-open {
	overflow: hidden;
}
.dfx-cart-open body {
	overflow-y: scroll;
}
.cart-overlayer {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.3);
	display: none;
	overflow-y: scroll;
	z-index: 999;
}
.cartclosebtn {
	position: absolute;
	font-size: 1.8em;
	left: 5px;
	top: 8px;
	cursor: pointer;
	background: #000;
}
.cartclosebtn .close {
	color: #fff;
	opacity: 1;
	text-shadow: 0;
}
.js_cart_title {
	text-align: center
}
.header-nav-custom {
	text-align: right;
}
.center_logo .header-nav-custom {
	width: 100%;
}
.cart_block_ajax .product-quantity {
	color: #90C322;
	float: left;
	font-size: 14px;
	margin-top: 5px;
	min-width: 18px;
	font-weight: bold;
	padding-right: 10px;
}
.cart_block_ajax .cart-info {
	width: 50%;
	float: left;
}
.cart_block_ajax .remove_link {
	position: absolute;
}
.cart_block_ajax .block_content {
	padding: 15px 10px 65px;
}
.cart_block_ajax .cart-images {
	margin-right: 10px;
	width: 55px;
	max-width: 55px;
	background: none !important;
	padding-left: 0;
	float: left;
}
a.cart-images img {
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
	padding: 4px;
}
.cart_block_ajax .cart-info .product-name {
	padding-bottom: 5px;
	text-align: left;
	color: #333;
	line-height: 1;
}
.cart_block_ajax .cart-info .product-name a {
	font-size: 14px;
	line-height: 18px;
	display: inline-block;
	background: none;
	padding-left: 0;
}
.cart_block_ajax .cart-info .price {
	color: #90C322;
	float: left;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
.cart_block_ajax .cart-product-info {
	float: left;
	clear: both;
	line-height: 1.1rem;
}
.cart_block_list .cart-summary-totals {
	padding: 0 10px;
	margin-bottom: 15px;
}
.cart_block_list .cart-summary-totals .cart-total, .cart_block_list .cart-summary-totals .cart-total .label, .cart_block_list .cart-summary-totals .cart-total .price {
	font-size: 1.2em;
}
.cart_block_list .first_item {
	padding: 10px 0;
	margin: 0;
	display: inline-block;
	width: 100%;
}
.cart_block_list .remove-from-cart:before {
	display: inline-block;
	content: "\e053";
	font-family: "redfox-icon";
	font-size: 14px;
	line-height: 14px;
	color: #000;
}
.remove-from-cart {
	color: #000;
	outline: none;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	background: none;
	padding-left: 0;
	text-align: center;
}
.remove-from-cart i {
	width: 30px;
	height: 30px;
	display: inline-block;
	padding: 4px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	font-size: 20px;
	color: #fff;
	background-color: #333;
}
.cart_block_list .no-product-label {
	text-align: center;
	font-size: 1.2em;
}
.cart_block_ajax .cart-summary-line {
	font-size: 0.875rem;
}
.cart_block_ajax .cart-summary-line .label {
	float: left;
	font-weight: bold;
}
.cart_block_ajax .cart-summary-line .value {
	float: right;
	font-weight: bold;
	color: #90C322;
}
.cart_block_ajax .cartmodal-btn {
	overflow: hidden;
	padding: 10px;
	margin: 0;
	background: #f6f6f6;
}
.cart_block_ajax .cartmodal-btn a {
	color: #fff;
	float: left;
}
header#header .wishtlistTop, header#header .redfox_compare {
	position: relative;
	margin-left: 10px;
}
.header-nav-custom .ajax-userinfo-src .account {
	padding: 0 10px;
}
#header_part .blockcart i.redfox-shopping-bag, #header .wishtlistTop i.redfox-heart, #header i.redfox-media-shuffle, #header .account-login i.redfox-user {
	font-size: 27px;
	margin-right: 0;
	cursor: pointer;
	line-height: initial;
	padding-left: 5px;
	color: #000;
}
#header #_desktop_user_info i.redfox-user {
	font-size: 0.8rem;
	padding-right: 3px;
}
.header-top .account-dropdown, .header-top .blockcart {
	padding-left: 10px
}
.account-dropdown li.customer-name {
	font-size: 16px;
	text-align: center;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px !important;
}
.account-dropdown li.customer-name:hover {
	background: none
}
.mobile-header-top .account-dropdown {
	float: right;
}
.mobile-header-top .account-dropdown .ajax-userinfo-src {
	float: right;
	position: relative;
}
 @media (max-width: 459px) {
#header_part .blockcart i.redfox-shopping-bag, #header .wishtlistTop i.redfox-heart, #header i.redfox-media-shuffle, #header i.redfox-user {
	float: right;
}
.price_circle, .wishtlist_top .wishlist-nb, #header .dfxcompare-nb {
	top: -5px;
	left: 0;
}
}
.right-nav div.account-dropdown .ajax-userinfo-src {
	display: inline-block;
}
div.account-dropdown .dropdown-menu {
	right: -100px;
	left: inherit;
	padding: 10px;
	min-width: 13rem;
	margin-top: 5px;
}
div.account-dropdown .dropdown-menu ul {
	margin-bottom: 0;
}
div.account-dropdown .dropdown-menu #abs-lang > li {
	display: inline-block;
	width: 100%;
}
div.account-dropdown .dropdown-menu a.dropdown-item {
	white-space: normal;
	padding: 8px;
	padding-left: 32px;
	margin-right: 5px;
	position: relative;
}
.header-full-width {
	width: 100%;
}
.language-block .language-selector-wrapper .dropdown-menu {
	top: inherit;
	bottom: 100%;
	left: -60%;
}
.language-block .language-selector-wrapper .dropdown-menu li {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
.redfox-exit {
	padding-right: 3px;
}
#authentication-page, #registration-page, #forgetpassword {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
#forgetpassword .card-login {
	max-width: 391px;
}
#forgetpassword .ps-alert-success {
	padding: 0;
}
#registration-page .card-login, #registration-page .bottom-links-list .bottom-links-detail {
	max-width: 640px;
}
.bottom-links-detail a {
	color: #333;
}
.bottom-links-detail a:hover {
	color: #000;
}
.auth-logo {
	padding-bottom: 2rem;
}
@media (max-width: 678px) {
#authentication-page .card-login {
	margin-left: 10px;
	margin-right: 10px;
}
#forgetpassword .card-login {
	margin-left: 10px;
	margin-right: 10px;
}
#registration-page .card-login, #registration-page .bottom-links-list .bottom-links-detail {
	margin-left: 10px;
	margin-right: 10px;
}
.v-grid-container .v-grid {
	display: block;
	width: 100%;
}
.redfoxProductList .border_inside .product-image {
	width: 45%;
	padding: 1px;
}
.redfoxProductList .border_inside .product_desc {
	width: 55%;
}
}
#authentication-page .page-title, #registration-page .page-title, #forgetpassword .page-title {
	max-width: 500px;
	margin: 0 auto 2rem;
	text-align: center;
}
a.dropdown-item.sign-out {
	color: #ff0000 !important;
}
.account-dropdown .dropdown-menu a.dropdown-item i, .account-dropdown .dropdown-menu a.dropdown-item img.fl {
	position: absolute;
	left: 10px;
	line-height: 1;
	top: 50%;
	transform: translateY(-50%);
}
.cart_block_list dl {
	margin-bottom: 0
}
p.price-table {
	padding: 5px 0;
	border-bottom: 1px solid #ececec;
}
.price-table strong {
	float: left;
}
.price-table span {
	float: right;
}
.contact-ico, .contactcms-block {
	display: inline-block;
	vertical-align: top;
}
.contact-ico .fa-phone {
	font-size: 28px;
	padding-top: 4px;
	margin-right: 10px;
}
/* Side Toggle Menu */
.dfx-menu-open .mobile-main-menu-container {
	left: 0;
	visibility: visible;
}
.mobile-main-menu-container {
	height: 100%;
	width: 320px;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: -320px;
	background-color: #fff;
	transition: all .35s ease-in-out;
	padding-top: 0;
	visibility: hidden;
}

.align-items-center {
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}
.justify-content-center {
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.justify-content-between {
	-webkit-box-pack: justify !important;
	-webkit-justify-content: space-between !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
.justify-content-end {
	justify-content: flex-end !important;
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	-webkit-justify-content: end !important;
}
.justify-content-left {
	-webkit-box-pack: start !important;
	-webkit-justify-content: flex-start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}
.d-flex {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	-js-display: flex !important;
	display: flex !important;
}
.flex-1 {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.flex-2 {
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2;
}
.flex-3 {
	-webkit-box-flex: 3;
	-moz-box-flex: 3;
	-webkit-flex: 3;
	-ms-flex: 3;
	flex: 3;
}
.flex-4 {
	-webkit-box-flex: 4;
	-moz-box-flex: 4;
	-webkit-flex: 4;
	-ms-flex: 4;
	flex: 4;
}
.flex-5 {
	-webkit-box-flex: 5;
	-moz-box-flex: 5;
	-webkit-flex: 5;
	-ms-flex: 5;
	flex: 5;
}
.flex-6 {
	-webkit-box-flex: 6;
	-moz-box-flex: 6;
	-webkit-flex: 6;
	-ms-flex: 6;
	flex: 6;
}
.flex-7 {
	-webkit-box-flex: 7;
	-moz-box-flex: 7;
	-webkit-flex: 7;
	-ms-flex: 7;
	flex: 7;
}
.flex-8 {
	-webkit-box-flex: 8;
	-moz-box-flex: 8;
	-webkit-flex: 8;
	-ms-flex: 8;
	flex: 8;
}
.flex-wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.viewed-products {
	clear: both;
	width: 100%;
	padding: 0;
}
.viewed-products h2:after, .manufacture_title h2:after, .footer-container h4:after {
	width: 60px;
	height: 1px;
	background: #90C322;
}
.viewed-products h2:after, .manufacture_title h2:after, .footer-container h4:after {
	content: "";
	display: block;
	position: relative;
	margin-top: 10px;
	left: initial;
	right: initial;
	margin-left: 0;
	margin-right: auto;
	transform: none;
}
.viewed-products .border_inside {
	display: inline-block;
	border: 1px solid #ccc
}
.viewed-products .product-image {
	display: inline-block;
	max-width: 95px
}
.viewed-products .product-miniature .product-title {
	margin: 0;
}
.viewed-products .product-miniature .product-price-and-shipping {
	margin: 0
}
.viewed-products .product-miniature .product-title a {
	text-align: left;
}
article.product-miniature:hover .product-thumbnail-second {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 1;
	transition: opacity 0.3s ease;
	backface-visibility: hidden;
}
.product-thumbnail-second {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
}
.dfx_manufacturer {
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
}
.dfx_manufacturer .image_manufacture {
	min-width: 125px;
	margin: 0 10px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.dfx_manufacturer .image_manufacture a {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.dfx_manufacturer .image_manufacture img.img-fluid {
	height: auto;
	width: auto;
	margin: 0 auto;
}
.content-manufacturer {
	width: 100%;
}
/* Toplayouts */
.home-content-top {
	display: inline-block;
	width: 100%;
}
/* Toplayout-def */
/* toplayout-01 */
.toplayout-01 {
	display: block;
}
.toplayout-01 #xibanner-col-displayHomeTop {
	padding: 10px 0 25px;
	margin-bottom: 10px;
}
#index .full_width.toplayout-01 .simple-slider {
	padding-top: 20px;
	padding-bottom: 20px;
}
#index .simple-slider, #xibanner-col-displayHomeTop, .topcategory-container, #casual_tabs, #tab-homeproducts, .cattab-container, .blog_column, #xibanner-col-displayHomeFooter, .redfoxsocial_block, #xibanner-col-displayHome {
	padding-bottom: 40px;
}
.dfx_manufacturer {
	padding-bottom: 20px
}
.products .product-miniature {
	margin: 0 0 15px;
}
@media (max-width: 358px) {
.redfoxProductGrid .product-miniature { width:100%;}
}
@media (max-width: 496px) {
.xibanner-columns .xibanner-column {
	margin: 0 auto;
}
.redfoxProductList .border_inside .product-image {
	width: 100%;
	padding: 1px;
}
.redfoxProductList .border_inside .product_desc {
	width: 100%;
}
}
 @media (max-width: 620px) {
#index #xibanner-col-displayHomeTop {
	margin-bottom: 15px;
	width: 100%;
}
.toplayout-01 #xibanner-col-displayHomeTop {
	text-align: center;
	width: 100%;
}
#xibanner-col-displayHomeTop, .topcategory-container, #casual_tabs, #tab-homeproducts, .cattab-container, .blog_column, #xibanner-col-displayHomeFooter, .redfoxsocial_block, .dfx_manufacturer, #xibanner-col-displayHome {
	padding-bottom: 20px;
}
.products .product-miniature {
	margin-bottom: 15px;
	padding: 0 !important
}
#products .products {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.mobiledropdown .mini .productlist-reviews {
	margin-top: 0 !important
}
}
 @media (min-width: 621px) and (max-width: 768px) {
#index .toplayout-def #xibanner-col-displayHomeTop {
	margin-bottom: 15px;
}
#casual_tabs {
	padding: 0;
}
.toplayout-01 #xibanner-col-displayHomeTop {
	margin-bottom: 0;
	padding: 0 !important;
}
}
 @media (min-width: 769px) and (max-width: 960px) {
#index .toplayout-def #xibanner-col-displayHomeTop {
	margin-bottom: 15px;
}
.redfoxGridList {
	float: right;
}
}
 @media (min-width: 961px) and (max-width: 1200px) {
#index .toplayout-def #xibanner-col-displayHomeTop {
	margin-bottom: 15px;
}
}
.fade {
	opacity: 0;
	transition: opacity 0.15s linear;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
}
.fade-in-on-load {
	opacity: 0;
	will-change: transition;
	transition: opacity .09s ease-out;
}
.footer-container .collapse-icons .add, .footer-container .collapse-icons .remove {
	color: #fff;
}
@media (max-width: 991px) {
.header-top {
	padding-bottom: 10px;
	padding-top: 10px;
}
.shopping_cart .cartshop .cart-empty {
	display: none;
}
.hover-images-toggler { display:none !important;}
}
@media (min-width: 1200px) {
.products .product-miniature .thumbnail-container {
	display: block;
}
.right-column.left-column.withsidebar { width:60%;}
.left-column.withsidebar:not(.right-column), .right-column.withsidebar:not(.left-column) { width:80%;}
.left-column.withsidebar:not(.right-column) { padding-right:0;}
.right-column.withsidebar:not(.left-column) { padding-left:0;}
#left-column.sidebar, #right-column.sidebar { width:20%; padding:0;}
}
.zoomWindow {
	background-color: #fff;
}
.footer_before h4 {
	font-size: 18px;
	text-transform: uppercase;
}
.dfx_manufacturer h4 {
	font-size: 18px;
	text-transform: uppercase;
}
.simple-slider {
	position: relative;
	width: 100%;
}
.simple-slider:not(.initialized) .caption-wrapper {
	visibility: hidden;
}
.simple-slider.initialized .caption-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	visibility: visible;
}
.simple-slider .owl-carousel .owl-item .item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
}
.alignleft {
	text-align: left;
}
.aligncenter {
	text-align: center;
}
.alignright {
	text-align: right;
}
.simple-slider .caption-wrapper .container {
	height: 100%;
	padding: 0 15px 0 16px;
	display: table;
}
.account-dropdown > .dropdown-menu > li {
	padding: 0 10px;
}
.account-dropdown > .dropdown-menu > li > .dropdown-item {
	padding: 5px 0;
}
.account-dropdown > .dropdown-menu > li > .dropdown-item > i {
	margin-left: 5px;
	line-height: 1;
}
.simple-slider > .dfximagecarousel {
	border: 1px solid rgba(0,0,0,.07);
	z-index: 0;
}
.dfximagecarousel.owl-theme .owl-nav button.owl-next:before, .dfximagecarousel.owl-theme .owl-nav button.owl-prev:before {
	font-size: 3rem;
	height: 3rem;
	width: 3rem;
	line-height: 3rem
}
.dfximagecarousel.owl-theme .owl-nav button {
	height: 3rem;
	width: 3rem;
}
.dfximagecarousel .owl-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.posleft .container, .posright .container, .poscenter .container {
	position: relative;
}
.alignleft .slide-caption {
	text-align: left;
}
.aligncenter .slide-caption {
	text-align: center;
}
.alignright .slide-caption {
	text-align: right;
}
.posleft .desc_position {
	float: left;
	display: table;
	height: 100%;
	width: 40%;
	padding-left: 10%;
}
.posright .desc_position {
	float: right;
	display: table;
	height: 100%;
	width: 40%;
	padding-right: 10%;
}
.poscenter .desc_position {
	display: table;
	margin: 0 auto;
	height: 100%;
	width: 50%;
	padding-left: 5%;
	padding-right: 5%;
}
/* Slider */

.simple-slider .owl-item .slide-caption-title {
	display: inline-block;
	margin-bottom: 10px;
}
.slide-caption-title {
	text-transform: uppercase;
}
.slide-caption-minititle {
	text-transform: uppercase;
}
.slide-caption {
	max-width: 450px;
	display: table-cell;
	vertical-align: middle;
}
.simple-slider .dfximagecarousel .owl-item img {
	width: auto !important;
}
.simple-slider .dfximagecarousel .owl-item img.owl-lazy {
	transform-style: flat;
	transition: none;
}
.simple-slider:not(.initialized) {
	height: 600px;
}
@media (max-width: 1600px) {
.simple-slider:not(.initialized) {
	height: 490px;
}
}
 @media (max-width: 1366px) {
.simple-slider:not(.initialized) {
	height: 420px;
}
}
@media (max-width: 1199px) {
.simple-slider:not(.initialized) {
	height: 370px;
}
.simple-slider .dfximagecarousel .owl-item img {
	width: 100% !important;
	height: auto;
}
}
 @media (max-width: 767px) {
.simple-slider:not(.initialized) {
	height: 225px;
}
#subcategories ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
}
@media only screen and (min-width: 1200px) {
.simple-slider .owl-item .btn {
	font-size: 22px;
	margin-top: 15px;
}
.poscenter .slide-caption {
	margin-left: auto;
	margin-right: auto;
	width: 450px;
}
.slide-caption-minititle {
	font-size: 28px;
}
.slide-caption-title h4 {
	font-size: 24px;
	margin-bottom: 0;
	font-weight: normal;
}
.slide-caption .slide_content h1 {
	font-size: 52px;
}
.slide-caption .slide_content h2 {
	font-size: 38px;
}
.slide-caption .slide_content h3 {
	font-size: 30px;
}
.slide-caption-title .label {
	padding: 5px 10px;
	background: #333;
	color: #fff;
	text-align: left;
	width: auto;
	position: relative;
	margin-left: 22px;
	float: left;
}
.slide-caption-title .label:before {
	content: '';
	position: absolute;
	left: -17px;
	border-left: 18px solid transparent;
	border-bottom: 36px solid #333333;
	bottom: 0;
}
.slide-caption-title .label:after {
	content: '';
	position: absolute;
	right: -17px;
	border-right: 18px solid transparent;
	border-top: 36px solid #333333;
	top: 0;
}
.slide-description {
	font-size: 18px;
}
}
@media (max-width: 1199px) {
.slide-caption-minititle {
	font-size: 16px;
}
.slide-caption-title {
	font-size: 26px;
}
.poscenter .slide-caption {
	margin-left: auto;
	margin-right: auto;
	width: 450px;
}
.slide-caption-title h4 {
	font-size: 24px;
	margin-bottom: 0;
	font-weight: normal;
}
.slide-caption .slide_content h1 {
	font-size: 38px;
}
.slide-caption .slide_content h2 {
	font-size: 32px;
}
.slide-caption .slide_content h3 {
	font-size: 28px;
}
.slide-caption-title .label {
	padding: 5px 10px;
	background: #333;
	color: #fff;
	text-align: left;
	width: auto;
	position: relative;
	margin-left: 10px;
	float: left
}
.slide-caption-title .label:before {
	content: '';
	position: absolute;
	left: -9px;
	border-left: 10px solid transparent;
	border-bottom: 36px solid #555555;
	bottom: 0;
}
.slide-caption-title .label:after {
	content: '';
	position: absolute;
	right: -9px;
	border-right: 10px solid transparent;
	border-top: 36px solid #555555;
	top: 0;
}
.simple-slider .owl-item .btn {
	font-size: 14px;
	margin-top: 10px;
}
}
@media (max-width: 992px) {
.slide-caption-minititle {
	font-size: 16px;
}
.slide-caption-title {
	font-size: 26px;
}
.poscenter .slide-caption {
	margin-left: auto;
	margin-right: auto;
	width: 450px;
}
.slide-caption-title h4 {
	font-size: 16px;
	margin-bottom: 0;
	font-weight: normal;
}
.slide-caption .slide_content h1 {
	font-size: 30px;
}
.slide-caption .slide_content h2 {
	font-size: 24px;
}
.slide-caption .slide_content h3 {
	font-size: 18px;
}
.slide-caption-title .label {
	padding: 5px 10px;
	background: #333;
	color: #fff;
	text-align: left;
	width: auto;
	position: relative;
	margin-left: 10px;
	float: left
}
.slide-caption-title .label:before {
	content: '';
	position: absolute;
	left: -9px;
	border-left: 10px solid transparent;
	border-bottom: 28px solid #555555;
	bottom: 0;
}
.slide-caption-title .label:after {
	content: '';
	position: absolute;
	right: -9px;
	border-right: 10px solid transparent;
	border-top: 28px solid #555555;
	top: 0;
}
.simple-slider .owl-item .btn {
	font-size: 14px;
	margin-top: 10px;
}
#index .toplayout-def .simple-slider, #xibanner-col-displayHomeTop, .topcategory-container, #casual_tabs, #tab-homeproducts, .cattab-container, .blog_column, #xibanner-col-displayHomeFooter, .redfoxsocial_block, .dfx_manufacturer, #xibanner-col-displayHome {
	padding-bottom: 30px;
}
}
@media (max-width: 767px) {
.dfximagecarousel .owl-item .item img {
	width: auto !important;
	height: 240px;
}
.slide-caption-minititle {
	font-size: 12px;
}
.slide-caption-title {
	font-size: 12px;
}
.poscenter .slide-caption {
	margin-left: auto;
	margin-right: auto;
	width: 450px;
}
.slide-caption-title h4 {
	font-size: 14px;
	margin-bottom: 0;
	font-weight: normal;
}
.slide-caption .slide_content h1 {
	font-size: 26px;
}
.slide-caption .slide_content h2 {
	font-size: 20px;
}
.slide-caption .slide_content h3 {
	font-size: 18px;
}
.slide-caption-title .label {
	padding: 5px 10px;
	background: #333;
	color: #fff;
	text-align: left;
	width: auto;
	position: relative;
	margin-left: 10px;
	float: left
}
.slide-caption-title .label:before {
	content: '';
	position: absolute;
	left: -9px;
	border-left: 10px solid transparent;
	border-bottom: 24px solid #555555;
	bottom: 0;
}
.slide-caption-title .label:after {
	content: '';
	position: absolute;
	right: -9px;
	border-right: 10px solid transparent;
	border-top: 24px solid #555555;
	top: 0;
}
.simple-slider .owl-item .btn {
	font-size: 14px;
	margin-top: 7px;
	padding: 5px 8px;
}
#index .toplayout-def .simple-slider, #xibanner-col-displayHomeTop, .topcategory-container, #casual_tabs, #tab-homeproducts, .cattab-container, .blog_column, #xibanner-col-displayHomeFooter, .redfoxsocial_block, .dfx_manufacturer, #xibanner-col-displayHome {
	padding-bottom: 15px;
}
div.account-dropdown .dropdown-menu li a {
	padding-top: 12px;
	padding-bottom: 12px;
}
}
@media (max-width: 619px) {
.dfximagecarousel .owl-item .item img {
	width: auto !important;
}
.slide-caption-minititle {
	font-size: 12px;
}
.slide-caption-title {
	font-size: 12px;
}
.poscenter .slide-caption {
	margin-left: auto;
	margin-right: auto;
	width: 450px;
}
.slide-caption-title h4 {
	font-size: 14px;
	margin-bottom: 0;
	font-weight: normal;
}
.slide-caption .slide_content h1 {
	font-size: 22px;
}
.slide-caption .slide_content h2 {
	font-size: 18px;
}
.slide-caption .slide_content h3 {
	font-size: 14px;
}
.slide-caption-title .label {
	padding: 5px 10px;
	background: #333;
	color: #fff;
	text-align: left;
	width: auto;
	position: relative;
	margin-left: 10px;
	float: left
}
.slide-caption-title .label:before {
	content: '';
	position: absolute;
	left: -9px;
	border-left: 10px solid transparent;
	border-bottom: 24px solid #555555;
	bottom: 0;
}
.slide-caption-title .label:after {
	content: '';
	position: absolute;
	right: -9px;
	border-right: 10px solid transparent;
	border-top: 24px solid #555555;
	top: 0;
}
.simple-slider .owl-item .btn {
	display: none
}
.mobile-header-top .account-dropdown {
	position: inherit;
}
div.account-dropdown .dropdown-menu {
	margin: 0 10px;
}
div.account-dropdown .dropdown-menu li a {
	padding-top: 12px;
	padding-bottom: 12px;
}
}
@media (max-width: 496px) {
.dfximagecarousel .owl-item .item img {
	width: auto !important;
	height: 155px;
}
.slide-caption-minititle {
	font-size: 12px;
}
.slide-caption-title {
	font-size: 12px;
}
.poscenter .slide-caption {
	margin-left: auto;
	margin-right: auto;
	width: 450px;
}
.slide-caption-title h4 {
	font-size: 12px;
	margin-bottom: 0;
	font-weight: normal;
}
.slide-caption .slide_content h1 {
	font-size: 22px;
}
.slide-caption .slide_content h2 {
	font-size: 16px;
}
.slide-caption .slide_content h3 {
	font-size: 13px;
}
.slide-caption-title .label {
	padding: 5px 10px;
	background: #333;
	color: #fff;
	text-align: left;
	width: auto;
	position: relative;
	margin-left: 10px;
	float: left
}
.slide-caption-title .label:before {
	content: '';
	position: absolute;
	left: -9px;
	border-left: 10px solid transparent;
	border-bottom: 22px solid #555555;
	bottom: 0;
}
.slide-caption-title .label:after {
	content: '';
	position: absolute;
	right: -9px;
	border-right: 10px solid transparent;
	border-top: 22px solid #555555;
	top: 0;
}
.simple-slider .owl-item .btn {
	display: none
}
}
@media (max-width: 420px) {
.dfximagecarousel .owl-item .item img {
	width: auto;
	height: 130px;
}
.slide-caption-minititle {
	font-size: 12px;
}
.slide-caption-title {
	font-size: 12px;
}
.poscenter .slide-caption {
	margin-left: auto;
	margin-right: auto;
	width: 450px;
}
.slide-caption-title h4 {
	font-size: 11px;
	margin-bottom: 0;
	font-weight: normal;
}
.slide-caption .slide_content h1 {
	font-size: 17px;
}
.slide-caption .slide_content h2 {
	font-size: 12px;
}
.slide-caption .slide_content h3 {
	font-size: 11px;
	font-weight: normal
}
.slide-caption-title .label {
	padding: 5px 10px;
	background: #333;
	color: #fff;
	text-align: left;
	width: auto;
	position: relative;
	margin-left: 10px;
	float: left
}
.slide-caption-title .label:before {
	content: '';
	position: absolute;
	left: -9px;
	border-left: 10px solid transparent;
	border-bottom: 22px solid #555555;
	bottom: 0;
}
.slide-caption-title .label:after {
	content: '';
	position: absolute;
	right: -9px;
	border-right: 10px solid transparent;
	border-top: 22px solid #555555;
	top: 0;
}
.simple-slider .owl-item .btn {
	display: none !important;
}
}
.owl-item.active .slide-caption .slide_content p .btn {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: flipInY;
	animation-delay: 1s;
}
.owl-item.active .slide-caption .slide_content h2 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInLeft;
	animation-delay: 0.6s;
}
.owl-item.active .slide-caption .slide_content h3 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInRight;
	animation-delay: 0.3s;
}
.owl-item.active .slide-caption .slide_content h1 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInRight;
	animation-delay: 0.3s;
}
.owl-item.active .slide-caption .slide-caption-title {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInLeft;
	animation-delay: 0.9s;
}
.productlist-reviews, #product #main .js-product-miniature .productlist-reviews {
	width: 100%;
	margin-bottom: 0;
	text-align: left;
	display: inline-block;
}
.comparison_infos_row .productlist-reviews { text-align:center;}
.quickview .star-content {
	float: left;
}
.mini .productlist-reviews {
	margin-top: 5px;
}
.gadget-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.gadget-video iframe, .gadget-video object, .gadget-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
	height: 70%;
}
/* side Featured products */
.side-featuredproducts {
	display: inline-block;
	padding-bottom: 10px;
}
.side-featuredproducts .product-image {
	width: 98px;
}
.side-featuredproducts .border_inside {
	border-bottom: 1px solid #efefef;
	padding: 10px;
}
.side-featuredproducts .product-miniature .product-title {
	margin-left: 0;
}
.side-featuredproducts .product-miniature .product-title a {
	text-align: left;
}
.side-featuredproducts .product-miniature .product-description {
	border: none;
}
.side-featuredproducts .product-miniature .product-price-and-shipping {
	margin-left: 0;
	padding-left: 0;
	padding-top: 0;
}
#content-wrapper #side-featured {
	max-width: 33.33%;
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
}
#content-wrapper #side-featured h4.title_block {
	padding: 10px;
	font-size: 16px;
}
#right-column #side-featured, #left-column #side-featured {
	max-width: 100%;
	position: relative;
	padding-bottom: 15px;
	text-align: center;
}
.sidefeatured-owl.owl-carousel {
	position: initial;
}
.side-featuredproducts .owl-theme .owl-nav {
	margin: 0 auto;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	background-color: rgb(255, 255, 255);
	height: 50px;
	max-width: 100px;
}
#content-wrapper .side-featuredproducts .owl-theme .owl-nav {
	transform: translateY(-8px);
}
#side-featured .owl-theme .owl-nav button.owl-prev {
	position: inherit;
	z-index: 2;
	float: left;
	top: 0;
	left: -90px;
	transform: translateY(-0);
	border: 1px solid rgba(0, 0, 0, 0.2);
}
#side-featured .owl-theme .owl-nav button.owl-next {
	position: inherit;
	z-index: 2;
	float: right;
	top: 0;
	right: 0;
	transform: translateY(-0);
	border: 1px solid rgba(0, 0, 0, 0.2);
}
#side-featured .btn-primary {
	margin: 0 auto;
	display: inline-block;
}
/* side new products */
.side-newproduct {
	display: inline-block;
	padding-bottom: 10px;
}
.side-newproduct .product-image {
	width: 98px;
}
.side-newproduct .border_inside {
	border-bottom: 1px solid #efefef;
	padding-bottom: 5px;
}
.side-newproduct .product-miniature .product-title {
	margin-left: 0;
}
.side-newproduct .product-miniature .product-title a {
	text-align: left;
}
.side-newproduct .product-miniature .product-description {
	border: none;
}
.side-newproduct .product-miniature .product-price-and-shipping {
	margin-left: 0;
}
#content-wrapper #side-new {
	max-width: 33.33%;
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px
}
#content-wrapper #side-new h4.title_block {
	padding: 10px;
	font-size: 16px;
}
#right-column #side-new, #left-column #side-new {
	max-width: 100%;
	position: relative
}
.sidenewproduct-owl.owl-carousel {
	position: initial;
}
.side-newproduct .owl-theme .owl-nav {
	margin: 0 auto;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	background-color: rgb(255, 255, 255);
	height: 50px;
	max-width: 100px;
}
#content-wrapper .side-newproduct .owl-theme .owl-nav {
	transform: translateY(-8px);
}
#side-new .owl-theme .owl-nav button.owl-prev {
	position: inherit;
	z-index: 2;
	float: left;
	top: 0;
	left: -90px;
	transform: translateY(-0);
	border: 1px solid rgba(0, 0, 0, 0.2);
}
#side-new .owl-theme .owl-nav button.owl-next {
	position: inherit;
	z-index: 2;
	float: right;
	top: 0;
	right: 0;
	transform: translateY(-0);
	border: 1px solid rgba(0, 0, 0, 0.2);
}
#side-new .btn-primary {
	margin: 0 auto;
}
.available_value {
	color: white;
	font-weight: 400;
	line-height: 18px;
	display: inline-block;
	padding: 3px 8px 4px;
	background: #46a74e;
	border: 1px solid #36943e;
}
.blog_column {
	padding-top: 20px;
}
#casual_tabs ul.casual_title li a, #tab-homeproducts li.tab-homeproduct a {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
}
.product-miniature .product-thumbnail {
	position: relative;
}
.product-miniature .manufacture-img {
	position: absolute;
	bottom: 10px;
	right: 5px;
}
.topcategory-container .home-title, .blog-outer-container h2.home-title, .cattab-container h2.home-title {
	font-size: 1.4rem;
	font-weight: normal;
	padding-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
}
.blockreassurance_product {
	display: inline-block;
	width: 100%;
	margin: 0 -10px;
	margin-top: 0px;
}
.blockreassurance_product > div.reassurance-block {
	padding: 10px;
	margin: 1%;
	border: 1px solid #ccc;
	width: 31.33%;
	border-radius: 10px;
	text-align: center;
	float: left;
}
.col-md-4 .blockreassurance_product > div.reassurance-block {
	width: 100%;
}
.col-md-4 .blockreassurance_product .item-product {
	float: none;
	width: auto;
	height: auto;
	display: inherit;
	margin: auto 0 10px auto;
}
#product .blockreassurance_product .item-product {
	float: none;
	width: auto;
	height: auto;
	display: inherit;
	margin: auto 0 10px auto;
}
@media (max-width: 620px) {
.blockreassurance_product {
	width: 100%;
}
}
.smooth02 {
	transition: all .2s ease-in-out
}
.smooth05 {
	transition: all .5s ease-in-out
}
.brand_blocks {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-js-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.brand_blocks li.brand {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-js-display: flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}
.brand_blocks .brand-products {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-js-display: flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.brand_blocks .brand {
	text-align: center;
	margin-bottom: 15px;
}
.brand_blocks .brand_list {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.07);
	padding: 10px 15px;
	margin-left: -10px;
	margin-right: -10px;
}
.brand_blocks .brand_product_link {
	margin-bottom: 10px;
}
.brand_blocks .brand-img {
	margin-bottom: 10px;
}
#go_top {
	text-align: center;
	position: fixed;
	bottom: 50px;
	right: 40px;
	cursor: pointer;
	display: none;
	color: #fff;
	font-size: 0;
	z-index: 100;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	border-left: 20px solid #333333;
	border-right: 20px solid #333333;
	border-bottom: 20px solid #333333;
	border-top: 20px solid #333333;
	width: 0;
	height: 0;
	opacity: 0.8;
}
#go_top:before {
	content: "\57";
	font-size: 22px;
	font-family: "redfox-icon";
	vertical-align: middle;
	position: absolute;
	right: -11px;
	top: -11px;
	font-weight: bold;
}
.compare-added, .wishlist_added {
	position: relative;
}
.hover-images-toggler {
	position: absolute;
	inset: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-js-display: flex;
	display: flex;
}
.hover-images-toggler .image-toggle {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position:relative;
}

.image-toggle:hover:after {
	background: rgba(0,0,0,.4);
}
.image-toggle:after {
    transform: translateY(5px);
    background: rgba(0,0,0,.1);
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    transition: all .2s ease-in-out;
}
.product-thumbnail:hover .image-toggle:after { transform: translateY(0px)}

.product-accessories {
	position: relative;
}
.product-miniature .shipping-delivery-label {
	display: inline-block;
	background: #FFFCF2;
	color: #c28e00;
	border: 1px solid #faeecf;
	padding: 3px 10px;
	width: 100%;
	font-size: 12px;
	margin-top: 10px;
	text-align: center
}
.shipping-delivery-label .delivery-information {
	padding-left: 4px;
}
.product-miniature .stock-count {
	padding-top: 10px;
}
.product-miniature .stock-range {
	height: 5px;
}
.product-miniature .product-availability {
	text-transform: capitalize;
	font-size: 0.75rem;
	padding-top: 5px;
}
.product-miniature .product-availability p {
	font-size: 0.75rem;
}
.product-miniature .product-availability .stock-available-counter:not(.stock-available-title) {
	font-size: 12px;
	color: #000;
}
