.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: -webkit-linear-gradient(top, white, black);
    background: -o-linear-gradient(top, white, black);
    background: linear-gradient(to bottom, white, black);
}
/* Uncomment this to make the website unresponsive, and use extra-small columns in the html */
/*body, .container, header, footer, #top {
	min-width: 1130px;
}
.container {
	max-width: 1130px;
}*/

body, html {
	overflow-x: hidden;
}
#category_menu {
    margin-top: 180px;   
}
#button-search
{
	font-size: 22px;
}
#mfilter-content-container label,#input-search,#mfilter-content-container select,#mfilter-content-container p
{
	font-size:18px
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 99999999; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #fff; /* white*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    text-transform: unset !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    -webkit-transition: margin-left .5s;
    -o-transition: margin-left .5s;
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.modal-body {
	color: #fff;
}
.modal-content {
	top: 200px;
}
.modal-header {
	border-bottom: unset;
}
.close:focus, .close:hover {
    color: #ccc;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 1;
}
.quickcheckout-content {
	border: unset !important;
}
table.quickcheckout-cart {
	border-left: unset !important;
	border-right: unset !important;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-shadow: unset;
    filter: alpha(opacity=20);
    opacity: 1;
}
.modal-content {
    position: relative;
    background-color: unset;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: unset;
    border-radius: unset;
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.modal-backdrop {
	background-color: black;
	opacity: 0.9 !important;
 }

/** Proxima Nova **/

.container-fluid {
	padding-right: unset;
	padding-left: unset;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('ProximaNova-Regular-webfont.eot');
    src: url('ProximaNova-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('ProximaNova-Regular-webfont.woff') format('woff'),
         url('ProximaNova-Regular-webfont.ttf') format('truetype'),
         url('ProximaNova-Regular-webfont.svg#proxima_nova_altregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.panel-default>.panel-heading {
    background-color: #D6D6D6;
	border-color: #D6D6D6;
	padding: 4px 16px;
}
.panel-group .panel {
	border-radius: unset;
	margin-bottom: 22px;
}
.panel-heading {
	border-top-left-radius: unset;
    border-top-right-radius: unset;
}
.panel-default {
	border-color: #D6D6D6;
}
.panel-title {
	/*color: #DE121B;*/
	font-weight: bold;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #DE121B !important;
    background-color: transparent;
}

.nav-pills>li>a:hover {
    color: #DE121B !important;
    background-color: transparent;
}

.nav-pills>li>a {
    font-size: 15px;
}


.about-text {
	line-height: 1.6;
    width: 80%;
}
.awards-slider {
	
	background-color: #E0E0E0;
	padding: 32px 0px;
}
.agree {
	color: #DE121B;
}
.text-14 {
	font-size: 14px;
}
.text-16 {
	font-size: 16px;
	color: #000;
}
p {
	font-size: 14px;
}
h2 {     font-family: 'Proxima Nova';
    text-transform: uppercase; }
.main-text { text-align: center; margin-bottom: 4em;}
.main-text h1 { display: block; font-family: 'proximanovalight'; text-transform: uppercase; }
.main-text h1 span { display: block; font-family: 'Proxima Nova';}
.list-group h2 { font-family: 'Proxima Nova'; text-transform: uppercase; }
#category_menu a {border: none;    padding: 5px 12px; }
#category_menu li {padding: 3px 0;
    border-bottom: 1px solid #c7c7c7;  }
#category_menu a.active {    background-color: #DE121B; color: #fff; border-radius: 4em;} 
.product-layout .product-thumb {-webkit-box-shadow: 4px 4px 17px -3px rgba(212,212,212,1); box-shadow: 4px 4px 17px -3px rgba(212,212,212,1);border: 1px solid #ddd; margin-bottom: 20px; overflow: auto; width: 45%; display: inline-block; vertical-align: top; margin-right: 2em; margin-bottom: 2em;  }
.product-list .product-thumb .image-holder {overflow: hidden; position: relative; float: none; border: 2.3px solid #fff; border-bottom: 2.3px solid #DE121B; }
.product-list .product-thumb .image-holder img.img-responsive { width: 100%; height: 27em; -o-object-fit: contain; object-fit: contain; }
.product-list .product-thumb:hover .image-holder { border: 2.3px solid #DE121B; }
.product-list .product-thumb .caption-holder { background-color: #F4F4F4;     padding: 2em 3em;}
.product-list .product-thumb .caption-holder h4 {    min-height: 32px; margin: 0; font-family: 'Proxima Nova';    margin-bottom: .5em; }
.product-list .product-thumb .caption-holder h4 a { color: #222222; }
.product-list .product-thumb .caption-holder p.price { margin: 0;font-family: 'Proxima Nova'; color: #ed1c24; }
h5.categories { margin: 0; font-style: italic; color: #222222; text-transform: uppercase; margin-bottom: 1em;
    
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 2em;
}

.product-layout2 .product-thumb {
    -webkit-box-shadow: 4px 4px 17px -3px rgba(212,212,212,1); 
    box-shadow: 4px 4px 17px -3px rgba(212,212,212,1);
    border: 1px solid #ddd; 
    margin-bottom: 20px; 
    overflow: auto;
    width: 30%; 
    display: inline-block; 
    vertical-align: top; 
    margin-right: 2em; 
    margin-bottom: 3em;  
}
.product-grid .product-thumb .image-holder {overflow: hidden; position: relative; float: none; border:2.3px solid #fff; border-bottom: 2.3px solid #DE121B; }
.product-grid .product-thumb .image-holder img.img-responsive { width: 100%; height: 27em; -o-object-fit: contain; object-fit: contain; }
.product-grid .product-thumb:hover .image-holder { border: 2.3px solid #DE121B; }
.product-grid .product-thumb .caption-holder { background-color: #F4F4F4;     padding: 2em 3em;}
.product-grid .product-thumb .caption-holder h4 {    min-height: 32px; margin: 0; font-family: 'Proxima Nova';    margin-bottom: .5em; }
.product-grid .product-thumb .caption-holder h4 a { color: #222222; }
.product-grid .product-thumb .caption-holder p.price { margin: 0;font-family: 'Proxima Nova'; color: #ed1c24; }

.discount {background-color: #DE121B; color: #fff; -webkit-transform: rotate(40deg); -ms-transform: rotate(40deg); transform: rotate(40deg); display: inline-block; position: absolute; right: -54px; top: 7px; padding: 1em 6em; }
.discount h3 { margin: 0; color: #fff; display: block; text-align: center; font-size: 13px; line-height: 17px;}
.discount h3 span {display: block;font-family: 'Proxima Nova';}

.menu_product{ text-align: center; position: absolute; bottom: 18px; left: 0; right: 0; margin: 0 auto;}
.menu_product li { display: inline-block; }
.menu_product li a {display: block; background-color: #fff; color: #444444; font-family: 'Proxima Nova'; padding: .8em 1.5em; -webkit-box-shadow: 4px 4px 17px -3px rgba(212,212,212,1); box-shadow: 4px 4px 17px -3px rgba(212,212,212,1); }
.menu_product li a button { border: none; background-color: transparent;text-transform: uppercase;  }
.menu_product li a:hover { background-color: #DE121B; color: #fff; }

.product-product h3{ font-family: 'Proxima Nova'; margin-top: 0; }
.product-product h2{ margin-top: 13px; }

.inner-menu li { display: inline-block; margin-right: 6px; width: 31.444%; vertical-align: top;}
.inner-menu li a button{ background-color: transparent; border: none; }
.inner-menu li a { /*font-family: 'proximanovalight';*/ border: 1px solid #000; padding: 1em 0em; display: block; text-align: center; border-radius: 4em; font-size: 15px;}
.inner-menu li:nth-child(1) a { border: 1px solid #DE121B; color: #fff; background-color: #DE121B; }
.inner-menu li:nth-child(2) a { border: 1px solid #DE121B; color: #DE121B; background-color: #fff; }
.inner-menu li:nth-child(3) a { border: 1px solid #898989; color: #fff; background-color: #898989; }

.tab-menu li a{color: #4d4d4f!important; font-size: 14px; border: 1px solid #ccc;}
.tab-menu li.active a,.tab-menu li a:hover{color: #dd121a!important;}

#tab-specification table { border: none; }
#tab-specification table tr,#tab-specification table td { border: none; font-size: 14px; padding: .3em 0;}

.related_product {  }
.loop .slick-slide { padding: 1.5em;}

.slider-nav img { width: 100%; background-color: #EBEBEB; }
.slider-for img { width: 100%; background-color: #fff; }
.contorller_slick { position: absolute;top: 50%;     z-index: 2;}
.contorller_slick.fa-caret-left { left: 0; }
.contorller_slick.fa-caret-right { right: 0; }
.product_image-holder {     padding-right: 5em; }

.relate_product h3 { font-size: 2.5em; text-align: center; /*font-family: 'Proxima-Nova-Semibold';*/ font-weight: 600; text-transform: uppercase; color: #000;}
.relate_product { margin-top: 5em;
    margin-bottom: 3em;}
#product label {font-family: 'Proxima Nova';  color: #333333;     font-size: 14px;
    margin-top: 5px; }
#product input[name='quantity']{ border-radius: 0; }
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
    padding-right: 5em;
}

div>.faq[aria-expanded='true']>h4 {
    background: transparent url('../image/up.png') no-repeat 20px;
    background-position: center right;
}

div>.faq[aria-expanded='false']>h4 {
    background: transparent url('../image/down.png') no-repeat 20px;
    background-position: center right;
}
.services-bg {
	background-image: url('../image/services.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 80px;
	margin: 0 60px;
}
.who-we-are-bg {
	background-image: url('../image/who-we-are.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 80px;
	margin: 0 60px;
}
.brands-bg {
	background-image: url('../image/brands.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 80px;
	margin: 0 60px;
}
footer > div > div > div > div > div > ul > li > a {
	font-weight: bold;
	font-size: 14px;
	color: #565656f0;
	line-height: 2;
	letter-spacing: 1px;
}
footer > div > div > div > div > div > ul > li > a:hover {
	color: #aaa;
}
.testimonials-bg {
	background-image: url('../image/testimonials-bg.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: white;
	height: 400px;
}
.footer-copyright {
	background-color: #C5C5C5;
	padding: 18px 0 12px 0;
    font-size: 15px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #E11C27;
    cursor: default;
    background-color: unset;
    border: 1px solid #E11C27;
    border-bottom-color: inherit;
}
/*.nav-tabs>li>a {*/
/*	border-radius: 50px;*/
/*}*/
.nav-tabtab>li>a {
	padding: 13px 35px;
	border-color: #ccc;
}
.nav>li>a:focus, .nav>li>a:hover {
	border-color: #bbb;
}
.nav-tabs {
	/*border-bottom: unset;*/
	text-align:center;
}
.nav-tabs > li {
    float:none;
    display:inline-block;
    zoom:1;
}
.uppercase {
	text-transform: uppercase;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.form-control {
	border-radius: unset !important;
}
.tab-btn {
	border: 1px solid #E11C27;
	border-radius: 50px;
	padding: 16px;
}
.breadcrumb {
	background-color: transparent;
	border: unset !important;
}
footer > div > div > div > img {
	margin-right: 22px;
}
footer > div > div > div > span {
	font-size: 16px;
}
.ms-slide-title {
	display: none;
}

.ms-slide-desc {
	margin-top: 11%;
	margin-left: 20%;
	text-align: left;
	width: 500px;
}

.ms-slide-desc > div > h2 {
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 16px;
}

.ms-slide-desc > div > p {
	font-size: 22px;
	line-height: 2;
	margin-bottom: 42px;
}
.text-white {
	color: #fff;
}
.text-red {
	color: #E11A28;
}
.text-bold {
	font-weight: bold;
}
.text-32 {
	font-size: 32px;
}
.text-26 {
	font-size: 26px;
}
.size-normal {
	font-size: 14px;
}
.btn-clear {
	-webkit-box-shadow: unset;
	        box-shadow: unset;
	border: unset;
	border-radius: unset;
	background-color: transparent;
}

.nav>li>a:hover, .nav>li>a:focus {
    background-color: transparent;
}
.navbar-nav>li>a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin:auto;
    height: 3px;
    width: 90%;
    background-color: #E11C27;
    background-position: center center;
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: color 0.1s,-webkit-transform 0.2s ease-out;
    transition: color 0.1s,-webkit-transform 0.2s ease-out;
    -o-transition: color 0.1s,transform 0.2s ease-out;
    transition: color 0.1s,transform 0.2s ease-out;
    transition: color 0.1s,transform 0.2s ease-out,-webkit-transform 0.2s ease-out;
}
.nav>li>a:active::before {
    background-color: #E11C27;
}
.nav>li>a:hover::before, .nav>li>a:focus::before {
    -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
}
.navbar-nav>li>a {
    font-size: 14px;
	font-weight: bold;

}
.navbar-nav {
    float: left;
}
body {
	overflow-x: hidden;
	font-family: 'Proxima Nova', Georgia, sans-serif;
	font-weight: 400;
	color: #565656;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
button, input, optgroup, select, textarea{
    font-family: 'Proxima Nova', Georgia, sans-serif !important;
    	font-weight: 400;
	
}
h1, h2, h3, h4, h5, h6 { color: #000; }
/* default font size */
.fa { font-size: 14px; }
.fa-1 { font-size: 20px; }
.fa-2 { font-size: 32px; }
.fa-3 { font-size: 64px; }
.fa-4 { font-size: 112px; }
.fa-5 { font-size: 192px; }
.fa-6 { font-size: 320px; }
/* Override the bootstrap defaults */
h1 { font-size: 33px; }
h2 { font-size: 27px; }
h3 { font-size: 21px; }
h4 { font-size: 15px; }
h5 { font-size: 12px; }
h6 { font-size: 10.2px; }
a {
	color: #565656;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
input[type=checkbox] {
	top: 3px;
    position: relative;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#23a1d1), to(#1f90bb));
	background-image: -webkit-linear-gradient(top, #23a1d1, #1f90bb);
	background-image: -o-linear-gradient(top, #23a1d1, #1f90bb);
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#23a1d1), to(#1f90bb));
	background-image: -webkit-linear-gradient(top, #23a1d1, #1f90bb);
	background-image: -o-linear-gradient(top, #23a1d1, #1f90bb);
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}ro
/* search */
#search,#search_mobile {
	margin-bottom: 10px;
}
#search .input-lg,#search_mobile .input-lg {
	height: 40px;
	line-height: 20px;
	padding-left: 32px;
	border-radius: 50px !important;
	font-style: italic;
	background-color: #F3F3F3;
}
#search .btn-lg,#search_mobile .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}

.dropdown-menu {
    left: unset;
    right: 0;
}

#cart > .btn {
	border-radius: unset;
	border: unset;
	background-color: transparent;
	-webkit-box-shadow: unset;
	        box-shadow: unset;
	font-size: 14px;
	line-height: 18px;
	color: #565656;
}
.table-responsive {
	border-left-color: transparent;
    border-right-color: transparent;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    margin-left: 1px;
}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
    margin-right: 1px;
}
.btn-clear {
	border: unset;
	background-color: transparent;
}
.center{
	width: 150px;
	  margin: 40px auto;
	  
	}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	color: #666;
	-webkit-box-shadow: none;
	        box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
    min-width: 100%;
    width: 393px;
    padding: 15px;
    border-radius: unset;
    border-width: 3px;
    border-color: eee;
    top: 95px;
    right: -100px;
}
	@media (max-width: 478px) {
		/*#cart .dropdown-menu {
			width: 100%;
		}*/
	}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	/*min-width: 427px;*/
	padding: 0 10px;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#23a1d1), to(#1f90bb));
	background-image: -webkit-linear-gradient(top, #23a1d1, #1f90bb);
	background-image: -o-linear-gradient(top, #23a1d1, #1f90bb);
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#23a1d1), to(#1f90bb));
	background-image: -webkit-linear-gradient(top, #23a1d1, #1f90bb);
	background-image: -o-linear-gradient(top, #23a1d1, #1f90bb);
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#23a1d1), to(#1f90bb));
	background-image: -webkit-linear-gradient(top, #23a1d1, #1f90bb);
	background-image: -o-linear-gradient(top, #23a1d1, #1f90bb);
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover > .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
		.hidden-xs{
	    display:none;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #EAEAEA;
	color: #565656;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Proxima Nova', Georgia, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
footer .socials a {
	border-radius: 50%;
    background: #000;
    color: #fff;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
}
footer .socials a i { vertical-align: middle; font-size: 20px; }
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
  content: "/" !important;
  padding: 0; }

.breadcrumb > li:after {
  content: unset !important; }

.breadcrumb > li a {
	margin-left: 1em;
}

.pagination {
	margin: 0;
}

/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 15px;
	border-radius: 50px;
	border: unset;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	/*color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;*/
	color: #000;
	background-color: #dddddd;
	padding: 18px 60px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.btn-primary {
	color: #ffffff;
	background-color: #E11A28;
	padding: 18px 60px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #E11A28;
	border-color: unset;
	-webkit-filter:brightness(80%);
	        filter:brightness(80%);
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406));
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e06342), to(#dc512c));
	background-image: -webkit-linear-gradient(top, #e06342, #dc512c);
	background-image: -o-linear-gradient(top, #e06342, #dc512c);
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222));
	background-image: -webkit-linear-gradient(top, #444444, #222222);
	background-image: -o-linear-gradient(top, #444444, #222222);
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#111111));
	background-image: -webkit-linear-gradient(top, #333333, #111111);
	background-image: -o-linear-gradient(top, #333333, #111111);
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
.checkbox-inline, .radio-inline { position: relative; }

/* Placeholder Stylesheet */
::-webkit-input-placeholder { color: inherit; }
:-moz-placeholder { color: inherit; }
::-moz-placeholder { color: inherit; }
:-ms-input-placeholder { color: inherit; }

/* Navbar with N-level dropdown menu*/
/**
<ul class="nav navbar-nav">
	<li class="dropdown">
		<a href="#" class="dropdown-toggle" data-toggle="dropdown">PARENT</a>
		<div class="dropdown-menu">
        	<div class="dropdown-inner">
        		<ul class="list-unstyled">
        			<li class="dropdown-submenu">
						<a href="#" class="dropdown-toggle" data-toggle="dropdown">CHILD</a>
						<div class="dropdown-menu">
        					<div class="dropdown-inner">
        					</div>
        				</div>
        			</li>
        		</ul>
        	</div>
        </div>
	</li>
</ul>
**/
.dropdown-submenu { position: relative; } 
.dropdown-submenu:after {
	position: absolute;
    right: 8px;
    top: 0;
    content: '\f0da';
    font-family: FontAwesome;
    height: 100%;
    vertical-align: middle;
    line-height: 28px;
    font-size: 14px;
    color: inherit;
}
.dropdown-submenu:hover:after { color: #fff; }
@media (max-width: 768px) {
	.dropdown-submenu:after { content: '\f0d7'; }
}
.dropdown-submenu > .dropdown-menu { 
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
}
.dropdown-submenu:hover > .dropdown-menu { display: block; }
.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu.pull-left { float:none; } 
.dropdown-submenu.pull-left > .dropdown-menu { 
	left: -100%;
	margin-left: 10px;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

.clear { clear: both; }
:focus { outline: none !important; }

@media only screen and (max-width : 1367px) {
	.ms-slide-desc {
		margin-top: 10%;
		margin-left: 10%;
	}
}

@media only screen and (max-width : 1281px) {
    .who-we-are-bg, .brands-bg, .services-bg {
		padding: unset;
	}
	.ms-slide-desc {
		margin-top: 8%;
		margin-left: 10%;
	}
}

@media only screen and (max-width : 1025px) {
	.who-we-are-bg, .brands-bg, .services-bg {
		padding: unset;
		margin: unset;
	}
	.ms-slide-desc {
		margin-left: 8%;
	}
	.testimonials-bg {
		height: 250px;
	}
}

@media only screen and (max-width : 801px) {
	.who-we-are-bg{
	    background-image: none;
	}
	.brands-bg, .services-bg {
		background-size: unset;
	}
	.ms-slide-desc > div > p {
		margin-bottom: 8px;
	}
}
@media only screen and (max-width : 577px) {
	.product-layout .product-thumb {
	    width: unset;
	    margin-right: unset;
	}
	.btn-cart {
	    
	}
}

@media only screen and (max-width : 415px) {
	.ms-slide-desc > div > h2 {
		font-size: 26px;
	}
	.ms-slide-desc > div > p {
		font-size: 14px;
	}
	.ms-slide-desc > div > p:nth-child(3) {
		display: none;
	}
	.ms-slide-desc {
		width: unset;
	}
	.nav-tabs > li {
        margin: 16px;
    }
    .product-layout .product-thumb {
        width: unset;
        margin-right: unset;
        margin-left: 1em;
    }
}
.header-lang{}
.header-lang a{
    font-size: 1.3em;
    padding: 8px 0;
        display: block;
}
.header-lang .active a{
    color:#d31d21;
}

#floating-side {
    position: fixed;
    top: 40%;
    right: -110px;
    background: #ED1E26;
    font-size: 1.8em;
    font-style: italic;
    border-radius: 40px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    border: 1.5px solid #F3F3F3;
    margin: 0px !important;
    padding: 0px !important;
     z-index: 1111 !important;
}

.chinese-ver {
    right: -30px !important;
}



#floating-side a {

     color: white !important;
     display: block;

     padding: .5em .5em;
     border-radius: 40px;
     margin: 0px !important;
    
}

#floating-side a:focus  {
    text-decoration: none !important;
}

#floating-side a >img {
    margin-left: .5em;
}
#floating-side{
    font-size:1.1em;
}
@media all and (max-width: 723px) {
	.ms-slide-desc > div > p {
	    font-size: 14px;
	    line-height: 1;
	      text-shadow: 1px 1px 1px #c0c5ce;
	}

	.ms-slide-desc  h2  {
		font-size: 30px !important;
	}

	.ms-slide-desc span {
		font-size: 30px;
	}

	.ms-slide-desc .btn {
		 padding: 4px 20px;
	}

	.about-text {
		 text-shadow: 2px -1px 2px white !important;
	}
}

@media all and (max-width: 508px ) {
	.nav-pills {
	  white-space: nowrap !important;
	  display:block !important;
	  -ms-flex-wrap: nowrap !important;
	      flex-wrap: nowrap !important;
	  max-width: 100% !important;
	  overflow-x: scroll !important;
	  overflow-y: hidden !important;
	  -webkit-overflow-scrolling: touch
	}

	.nav-pills li {
	  display: inline-block !important;
	}

	
}

@media all and (max-width: 1086px) {
	.tab-content {
		margin: 4em !important;
	}
}

.wrapper {
    position:relative;
    margin:0 auto;
    overflow:hidden;
	padding:5px;
  	height:50px;
}

.list {
    position:absolute;
    left:0px;
    top:0px;
  	min-width:3000px;
  	margin-left:12px;
    margin-top:0px;
}

.list li{
	display:table-cell;
    position:relative;
    text-align:center;
    cursor:grab;
    cursor:-webkit-grab;
    color:#efefef;
    vertical-align:middle;
}

.scroller {
  text-align:center;
  cursor:pointer;
  display:none;
  padding:7px;
  padding-top:11px;
 z-index: 111;
  white-space:no-wrap;
  vertical-align:middle;
  background-color:#fff;
}

.scroller-right{
  right: 0px;
  position: absolute;
}

.scroller-left {
    left: 0px;
    position: absolute;
}
.menu-appoinment
{
	display: none!important;
}
@media all and (max-width:768px) {
	#floating-side {
		display: none;
	}

	#input-search {
		margin-bottom: 1em;
	}

	select[name="category_id"] {
		margin-bottom: 4em;
	}
}

.inner-menu li {
	margin-bottom: 1em;
}

#button-voucher, #button-coupon {
	padding: 5px 10px;
}

.service-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.service-controls {
    background: #EBEBEB;
    height: 300px;
}

.service-thumbnail {
    height: 330px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px 1em;
}

.service-thumbnail > .service-name {
    background: #DE121B;
    color: white;
    height: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack :center;
        -ms-flex-pack :center;
            justify-content :center;
    font-size: 15px;
}

.service-thumbnail > .service-img {
    width: 100%;
    height: 80%;
    position: relative;
}

.service-thumbnail > .service-img img {
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
        width: 100%;
        height: 100%;
}

.slick-slide {
    margin: 0px 1em !important;
}

.right-arrow {
        position: absolute;
        top: 60%;
        display: block;
        height: 40px;
        left: -112px;
        background: #4CC0BF;
}

.slick-arrow >img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
}

.left-arrow {
    position: absolute;
    left: -160px;
    top: 60%;
    display: block;
    height: 40px;
     background: #C7C7C7;
}

.slick-services {
    margin-bottom: 2.5em;
}

.service-container-bg {
    margin-top: 9em;

    background-position: bottom;
    padding-bottom: 13em;

    background-repeat: no-repeat;
}
.header-margin{
    margin-bottom: 100px;   
}
.btn-shop>a{
    display: block !important;
    background: #dd121a;
    padding: .5em 1.5em !important;
    color: #fff !important;
    border-radius: 30px;
    line-height: 1em;
    border:1px solid #dd121a;
}

.btn-shop>a:hover{
    background: #fff;
    color: #dd121a;
    line-height: 1em;
}
.btn-shop>a:hover{
    display: block;
    background: #fff;
    padding: .5em 1.5em;
    color: #dd121a;
    border-radius: 30px;
    line-height: 1em;
}
.btn-shop>a::before{
    position:relative !important;
    display:none !important;
}
.product-category #floating-side{
    display:none;
}
@media all and (max-width: 1233px ) {
    .slick-services {
        width: 100% !important;
    }
    
    .service-controls {
        width: 0px !important;
        display: none;
    }
    
    .right-arrow {
        position: absolute;
        top: 60%;
        display: block;
        height: 40px;
        left: unset;
        right: -80px;
        background: #4CC0BF;
    }
    
    .left-arrow {
        position: absolute;
        left: -80px;
        top: 60%;
        display: block;
        height: 41px;
        background: #C7C7C7;
    }
}

@media all and (max-width: 1159px) {
    .right-arrow {
        position: absolute;
        top: 110%;
        display: block;
        height: 40px;
        left: unset;
        right: 300px;
        background: #4CC0BF;
    }
    
    .left-arrow {
        position: absolute;
        left: 300px;
        top: 110%;
        display: block;
        height: 41px;
        background: #C7C7C7;
    }
}

@media all and (max-width: 932px) {
    .right-arrow {
        position: absolute;
        top: 110%;
        display: block;
        height: 40px;
        left: unset;
        right: 100px;
        background: #4CC0BF;
    }
    
    .left-arrow {
        position: absolute;
        left: 100px;
        top: 110%;
        display: block;
        height: 41px;
        background: #C7C7C7;
    }

}

@media all and (max-width: 767px) {
    .service-slider{
        display: block;
    }
    .service-controls {
        width: 100% !important;
        height: auto;
        display: block;
        background: transparent;
    }
}

.center-a {
    display: flex;
    justify-content: center;
}


@media all and (max-width: 1401px) {
    .slick-awards {
        width: 70% !important;
    }
}

.mfilter-box  {
    width: 207px !important;
}

#mfilter-opts-price-min, #mfilter-opts-price-max {
    width: 70px !important;
    min-width: unset !important; 
    max-width: unset !important; 
    display: inline-block;
}

@media all and (max-width: 1008px) {
    
    .mfilter-box  {
        width: 180px !important;
    }
    
    #mfilter-opts-price-min, #mfilter-opts-price-max {
        width: 50px !important;
        min-width: unset !important; 
        max-width: unset !important; 
        display: inline-block;
    }


}

@media all and (max-width: 761px) {
     
	
    .mfilter-box  {
        width: 100% !important;
    }
    
}

.mfilter-opts-container {
    border-top: none !important;
}

.mfilter-col-count {
    display: none !important;
}

@media all and (min-width: 767px) {
    #mfilter-box-1 {
        margin-top: 19.5em ;
    }

}

/*.tab-content > .active {*/
/*  height: 200px !important; */
    
/*}*/

/*.tab-content > .tab-pane {*/
/*  display: block !important;*/
/*  height: 0; */
    
/*}*/

.tag-item {
    padding: 4px 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    display: inline-block;
    margin: 3px 0;
}

/* Addtional Codes */
@media all and (max-width: 767px) {
    /*.ms-container .ms-view{height:65vh!important;}*/
    /*.ms-container .ms-view .ms-slide{ height:65vh !important;background-size: cover;background-position: center;}*/
        .header-margin{
        margin-bottom:55px;
    }
}

/* Category Filter */
#filter_group_tigger_open {
  position: fixed;
  top: 50vh;
  left: -54px;
  transform: translateY(-50%) rotate(90deg);
  z-index: 10;
  width: 150px;
  padding: 10px;
}

@media (max-width: 767px) {
  #filter-groups {
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    padding: 40px 15px 15px;
    overflow: auto;
    background: white;
    transition: all 0.3s;
    transform: translateX(-100%);
  }
  #filter-groups.open {
    opacity: 1;
    transform: translateX(0%);
  }
  #filter-groups #filter_group_tigger_close {
    z-index: 2;
  }
}

#filter-groups > div {
  margin: 0px;
  margin-bottom: 14px;
}

#filter-groups .panel,
#filter-groups .list-group,
#filter-groups .list-group-item {
  border-radius: 0px;
}

#filter-groups .panel {
  border: 0px;
}

#filter-groups .panel .list-group {
  border: 1px solid #ccc;
}

#filter-groups .panel .list-group .list-group-item.item-header {
  border-top: 0px;
}

#filter-groups .panel .list-group .list-group-item:last-child {
  border-bottom: 0px;
}

#filter-groups .list-group:not(:first-child) {
  margin-top: 14px;
}

#side-categories .list-group-item:not(.item-header) {
  padding: 0px;
}

#side-categories .side-categories-level-1 + .side-categories-level-1 {
  border-top: 1px solid #ccc;
}

#side-categories .group:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

#side-categories .group .item {
  display: table;
  width: calc(100% + 1px);
  box-sizing: border-box;
}

#side-categories .group .item .item {
  border-left: 3px solid #e1e1e1;
}

#side-categories .group .item > * {
  display: table-cell;
  vertical-align: middle;
}

#side-categories .group .item a {
  padding: 7px 8px;
}

#side-categories .group .item a:hover {
  background: #ccc;
  color: #fff;
}

#side-categories .group .item .toggle {
  width: 36px;
  text-align: center;
  border-left: 1px solid #ccc;
  position: relative;
}

#side-categories .group .item .toggle:hover {
  background: #ccc;
  color: #fff;
}

#side-categories .group .item .toggle + a {
  width: calc(100% - calc(36px + 1px));
}

#side-categories .group .item.active + .sub {
  display: block;
  border-top: 1px solid #ccc;
}

#side-categories .group .sub {
  display: none;
}

#side-manufacturer {
  display: block;
}

#side-manufacturer .list-group-item {
  padding: 7px 15px;
}

#side-manufacturer label {
  display: block;
  padding: 0px;
  position: relative;
  cursor: pointer;
}

#side-manufacturer label input {
  position: relative;
  top: 2px;
  margin-right: 6px;
}

#side-price #slider-price {
  background: #e1e1e1;
}

#side-price .list-group-item:not(.item-header) {
  padding-top: 16px;
  padding-bottom: 24px;
}

#side-price #price_max, #side-price #price_min {
  padding: 8px;
  min-height: 0px;
  height: auto;
  text-align: right;
}

#side-price .price-container {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

#side-price .price-container > * {
  width: 50%;
  display: table;
  float: left;
}

#side-price .price-container > * > * {
  display: table-cell;
}

#side-price .price-container > * .input-group-addon {
  background: transparent;
  border: 0px;
}

#side-price .price-container > *:first-child .input-group-addon {
  padding-left: 0px;
}

#side-price .price-container > * .input-group {
  flex: 0;
}

#side-price .price-container > * input {
  max-width: 100%;
  border-radius: 0px;
}

#side-price .ui-slider-horizontal {
  height: 5px;
  position: relative;
  margin: auto;
  margin-top: 12px;
  width: calc(100% - 22px);
}

#side-price .ui-slider-handle {
  background: #393939;
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  top: 2px;
  border-radius: 10px;
  outline: none !important;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1;
}

#side-price .ui-slider-handle + .ui-slider-handle, #side-price .ui-slider-handle + .ui-slider-handle:focus {
  z-index: 2;
}

#side-price .ui-slider-handle + .ui-slider-handle {
  left: 100%;
}

#side-price .ui-slider-range {
  background: #393939;
  height: 100%;
  position: relative;
  z-index: 1;
}

.list-group-item{
    color:black;
}
.list-group-item .side-categories-level-1 a{
    color:black;
}
.list-group-item .level-2 a{
    padding-left:15px!important;
}
#side-categories .group .item a:hover {
    background: #7b7b7b;
}
#column-left #filter_group_tigger_close{
    top: 0;
    right: 0;
    position: fixed;
    width: 131px!important;
    border-radius: 0;
    display: none;
}
#column-left #filter-groups{
    margin-top: 11.1em;
}
@media (max-width: 767px){
    .visible-xs {
        display: block!important;
    }
    #column-left #filter-groups.open #filter_group_tigger_close{
        display: block;
    }
    #column-left #filter-groups{
        margin-top: 0em;
    }
}


/* mod */
#login-form .login-form-cont{
    min-height: 134px;
}
#login-form .btn-primary {
    margin-top: 0px;
}
.account-edit form .datetime .btn-default{
    padding: 6px 35px;
}

.account-order-info .table-responsive .btn-primary {
    padding: 8px 20px;
}

.caption-holder {
    min-height: 160px;
}

@media (max-width: 1024px){
    .product-layout2 .product-thumb {
        margin-left: 5px;
        margin-right: 5px;
    }
}


@media (max-width: 767px){
    .product-layout2 .product-thumb {
        width: 47%;
    }
    .product-list .product-thumb .caption-holder {
        padding: 1em;
    }
    .quickcheckout-cart td.image {
        width: 1% !important;
    }
    .quickcheckout-cart td.name {
        width: 60% !important;
    }
    body .quickcheckout-cart td.quantity {
        text-align: left;
        min-width: 50px !important;
    }

    .login-sec {
        margin-bottom: 75px;
    }
}


@media (max-width: 390px){
    .product-layout2 .product-thumb {
        margin-left: 0px;
        width: 100%;
    }
    .product-list .product-thumb .caption-holder {
        padding: 1em;
    }
}

@media (max-width: 768px) {
    .product-product .container .row #content .tab-content .tab-pane p img {
	    width: 100% !important;
	}
}

@media only screen and (min-width: 1024px) {
 .common-home .news .col-md-6 {
	    height: 538px !important;
	}
}