@charset "utf-8";
.nice-select{-webkit-tap-highlight-color:transparent;border-radius:0;border:1px solid #e1e1e1;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-size:12px;font-weight:400;height:68px;line-height:68px;background:#EFEFEF;color:#666;outline:0;padding-left:20px;padding-right:30px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:100%}.nice-select:hover{border-color:#eee}.nice-select:after{font-family:Font Awesome\ 5 Pro;content:"\f0d7";display:block;margin-top:-5px;pointer-events:none;position:absolute;right:28px;top:50%;font-weight:600;height:10px;line-height:10px;transition:all .15s ease-in-out;width:5px}.nice-select.open:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.nice-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .list{left:0!important;right:0!important; z-index:100; background:#fff;}.nice-select.right{float:right}.nice-select.right .list{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .list{background-color:#fff;box-shadow:0 0 0 1px rgba(68,68,68,.11);box-sizing:border-box;opacity:0;overflow:hidden;pointer-events:none;position:absolute;width:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:9}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:0;width:100%;padding-left:18px;padding-right:29px;text-align:left;-webkit-transition:all .2s;transition:all .2s}.nice-select .option.focus,.nice-select .option.selected.focus,.nice-select .option:hover{background-color:#f6f6f6}.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default}.no-csspointerevents .nice-select .list{display:none}.no-csspointerevents .nice-select.open .list{display:block}.nice-select .list::-webkit-scrollbar{width:0}.nice-select .list{margin-top:5px;top:100%;border-top:0;border-radius:0;max-height:180px;overflow-y:scroll;padding:52px 0 0}.nice-select.no-search-select .list{padding:0!important}.nice-select.has-multiple span.current{float:left;font-size:10px;margin-bottom:3px;margin-right:3px}.nice-select.has-multiple .multiple-options{display:block;padding:0}.nice-select .nice-select-search-box{box-sizing:border-box;position:absolute;width:100%;margin-top:5px;top:100%;left:0;z-index:8;padding:5px;background:#fff;opacity:0;pointer-events:none;border-radius:5px 5px 0 0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out ; } .nice-select.no-search-select .nice-select-search-box{display:none}.nice-select .nice-select-search{box-sizing:border-box;background-color:#fff;border-radius:0;box-shadow:none;color:#333;display:inline-block;vertical-align:middle;padding:7px 12px 7px 30px;margin:0 0 0 0;width:100%!important;min-height:36px;line-height:22px;height:auto;outline:0!important; border-bottom:1px solid #eee; }.nice-select.open .nice-select-search-box{opacity:1;z-index:10;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}

.shop-opt {
	position: relative;
	width: 100%;
	margin: 30px 0;
	display: inline-grid;
	grid-template-columns: 70% 30%;
	z-index: 10;
}
.shop-opt h3 {
	text-align:right;
	font-size: 11px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    color: #777;
    top: 28px;
	padding-right: 30px;
}
.shop-opt_btn {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 110px 0 30px;
	height: 68px;
	line-height: 68px;
	background: #111;
	color:#fff;
	font-size: 11px;
	cursor: pointer;
 	z-index: 20;
    font-weight: 600;
    text-transform: uppercase;
}
.shop-opt_btn i {
 	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	font-size: 18px;
}
.shop-opt_btn.hid-sfilter i:before {
	content: "\f105";
}
.shop-filters_wrap{
	position: absolute;
	left: -40px;
	right: 50%;
	top: -10px;
 	display: none;
	z-index: 9;
}
.shop-filters {
	padding: 150px 40px 90px; 
	opacity: 0;
	visibility: hidden;
	margin-top: 20px;
	transition: all 300ms ease-out;
}
.sf_vis {
	opacity: 1;
	visibility: visible;
	margin-top: 0;	
}
.shop-filters:after {
    font-family: Font Awesome\ 5 Pro;
    content: "\f0d8 \f0d8 \f0d8 ";
    bottom: 40px;
    left: 40px;
    position: absolute;
    font-size: 16px;
    letter-spacing: 15px;
    font-weight: bold;
    color: #000;
}
.shop-filters .arrow_dec_wrap {
	right: 40px;
	top: 40px;
}
.filter-widget {
	position: relative;
}
.filter-widget .search {
    border: none;
    float: left;
    background: #111;
    border-radius: 0;
    position: relative;
    outline: none;
    padding: 0px 0px 0px 30px;
    width: 100%;
    height: 70px;
    color: #fff;
	font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
 	font-family: 'Rubik', sans-serif;
	-webkit-appearance: none;
}
.filter-widget .search:focus   {
	box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.26);
}
.filter-widget .search::-webkit-input-placeholder , .filter-widget .search:-moz-placeholder {
    color: rgba(255,255,255,.5);
 	font-family: 'Rubik', sans-serif;
}
.search-submit2{
	border: none;
    outline: none;
    cursor: pointer;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
	line-height: 70px;
    font-size: 11px;
    color: #fff;
}
.search-submit2:hover {
	color: #fff
}
.price-rage {
	margin-top: 40px; 	
}
.shop-rage-wrap {
	padding:0 90px 0 100px;
}
.srw_btn {
	position: absolute;
	right: 0;
	width: 80px;
	height: 40px;
	line-height: 40px;
    color: #fff;
	font-size: 10px;
 	top: 10px;
	background: #111;
    font-weight: 600;
    text-transform: uppercase;
}
.price-rage_title {
	font-size: 11px;
 	top: 22px;
 	position: absolute;
	left: 0;
    font-weight: 800;
    text-transform: uppercase;	
}
.irs-slider {
    width: 20px;
    height: 20px;
    background: #111;
    border-radius: 0;
}
.irs-slider:before {
    width: 8px;
    height: 4px;
    margin: -2px 0 0 -4px;
    border-radius: 0;
}
.irs-line , .irs-bar , .irs-max, .irs-min , .irs-from, .irs-max, .irs-min, .irs-single, .irs-to {
    background: #111;
    border-radius: 0;
}
.irs-max, .irs-min {
    padding: 4px 12px;
}
.filter-widget_item{
	margin-top: 50px;
}
.filter-widget__title {
	float: left;
	margin-right: 20px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}
.cat_filter-widget li{
	float: left;
	margin-right: 10px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;	
}
.tag_filter-widget li{
	float: left;
	margin: 0 6px 6px 0;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.tag_filter-widget li a {
	display: block;
	padding: 10px 20px;
	background: #111;
}
.tag_filter-widget .filter-widget__title {
	position: relative;
	top: 10px;
}
.cart-header {
	padding-bottom:30px;
	border-bottom:1px solid #eee;
}
.cart-header h3 {
	float:left;
	font-weight:700;
	font-size:22px;
	color:#292929;
	padding-right:30px;
}
.total-items {
	float:left;
	font-weight:700;
	font-size:12px;
	position:relative;
	top:8px;
}
.sum-total {
	float:right;
	font-weight:700;
	font-size:18px;
	color:#292929;
	position:relative;
	top:6px;
}
.sum-total span {
	font-weight:700;
	font-size:14px;
	float:left;
	padding-right:20px;
	position:relative;
	top:2px;
	color:#999;
}
.cart {
	margin-top:40px;
}
.cart-image{
	float:left;
	width:30%;
	position:relative;
}
.cart-image img , .single-carousel img {
	width: 100%;
	height: auto;
	position: relative;
}
.cart-item {
	padding:20px 0 0;
	margin-bottom:30px;
}
.cart-container{
	float:left;
	width:70%;
	padding:10px 0 30px 60px;
	box-sizing:border-box;
}
.checkout-table {
	float:left;
	width:100%;
	position: relative;
}
.product-name {
	float:left;
	font-size:18px;
	font-weight:700;
	width:100%;
	padding-bottom:10px;
	text-align:left;
}
.product-cart-cat{
	float:left;
	color:#999;
	font-weight:700;
	text-align:left;
	margin-right:10px;
}
.order-money {
	float:right;
	font-size:15px;
	font-weight:700;
	position:relative;
	top: -26px;
}
.cart-wrap {
	margin:0 0 50px 0;
}
.cart-item-footer {
	margin-top:50px;
	border-bottom:1px solid #eee;
	padding-bottom:40px;
}
.cart-item-footer:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 1px;
    z-index: 1;
}
.cart-item-footer p {
	max-width:350px; 
}
.coupon-form {
	float:left;
	max-width:420px;
	padding-right:100px;
	position:relative;
	top: 10px;
}
.coupon-form input {
	float:left;
    font-size: 12px;
    height: 55px;
    padding: 0 20px;
    width: 100%;
    border: none;
    background: #EFEFEF;
}
.coupon-form .btn-a{
	position:absolute;
	top:0;
	right:0;
	width: 100px;
    height: 55px;
	cursor:pointer;
    background: #292929;
    color: #fff;
    font-weight: bold;
    border: none;
    font-size: 10px;
    text-transform: uppercase;
}
.coupon-holder .btn {
	float:right;
	cursor:pointer;
	border:none;
}
.product-name a , .product-cart-cat , .cart-image a {
    transition: all 400ms linear;
}
.product-name a:hover , .product-cart-cat:hover , .cart-image a:hover {
	opacity:0.5;
}
.order-count {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	font-weight:400;
    border: 1px solid #eee;
 	padding-left: 14px;
	font-size: 12px;
}
.pr-remove {
	position: absolute;
	width:40px;
	height:40px;
	line-height:40px;
	right: 0;
	bottom: 0;
	cursor: pointer;
}
.cart-opt {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 80px;
	overflow: hidden;
    background: #EFEFEF;
}
.sp_title {
	padding-bottom: 50px;
}
.sp_title .post-opt  {
	float: left;
	margin: 14px  0 0 20px;
}
.sp_title .post-opt li {
    font-size: 11px;
}
.product-single_opt {
	padding-left: 70px;
	position: absolute;
	width: 250px;
	bottom: 0;
	right: 0;
}
.product-single_opt  .add_cart {
	width: 100%;
	padding: 0;
	height: 60px;
	line-height: 60px;
}
.product-single_opt .order-count{
	right: auto;
	left: 0;
	width:60px;
	height: 60px;
	background: #EFEFEF;
	padding-left: 20px;
	font-weight: 800;
}
.shop-single_media {
	margin-bottom: 20px;
}
.shop-item_det {
	margin-top: 0;
}
.item-related h3 {
	float:left;
	width:100%;
	font-weight:800;
	font-size:14px;
	padding-bottom: 4px;
	text-align: left;
	padding-top: 20px;
    font-family: 'Orbitron', sans-serif;
}
.item-related {
	padding:15px 0;
	float: left;
	width: 33.3%;
}
.item-related_title {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #292929;
	margin: 30px 0 20px;
    position: relative;
}
.item-related_title:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 30px;
    height: 3px;
}
@media only screen and  (max-width: 1368px) {
.cart_btn {
    right: 0;
}
}

@media only screen and  (max-width: 768px) {
.cart-image , .cart-container , .coupon-form {
    width: 100%;
}
.cart-container {
    padding: 20px 0 0 ;
}
.cart-opt {
    top: auto;
    transform: translateY(0);
	bottom: 0;
}
.coupon-form {
	top: 0;
	margin-bottom: 20px;
    max-width: 100%;
}
.coupon-holder .btn {
    float: left;
}
.cart-item-footer {
    margin-top: 20px;
    padding:0  30px 60px 0;
}
.shop-item_wrap .single-btn , .steader_opt {
    margin-bottom: 20px;
}
.shop-opt {
    display: block;
}
.shop-opt_btn , .steader_opt , .product-single_opt {
    position:relative;
	width: 100%;
	float: left;
}
.shop-filters_wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 230px;
	z-index: 100;
}
.shop-filters {
    padding: 50px 30px 30px;
}
.shop-filters:after , .shop-filters .arrow_dec_wrap {
    display: none;
}
.shop-opt_btn {
    padding: 0 50px 0 40px;
	text-align: left;
}
.product-single_opt {
	margin-top: 50px;
}
.item-related {
    width: 100%;
}
}

body .shop-filters_wrap{
	max-height:100vh;
	overflow-y:scroll;
}

/* Scrollbar  */

body .shop-filters_wrap::-webkit-scrollbar {
    width: 0px;
}

body .shop-filters_wrap::-webkit-scrollbar-track {
    background: #fff;
}

body .shop-filters_wrap::-webkit-scrollbar-thumb {
    background: #101010;
}

body .shop-filters_wrap::-webkit-scrollbar-thumb:hover {
    background: #101010;
}
.widget .nice-select .nice-select-search-box {
    display: none;
}
.widget .nice-select.open .list{
	padding:0px;
}
.widget .nice-select{
	margin-top:20px;
	height:55px;
	line-height:55px;
}
.widget ul.children,
.widget ul.sub-menu{
	display:none;
}