@import url("font-awesome.min.css");
@import url("bootstrap.css");
@import url("jquery-ui.css");
@import url("owl.carousel.css");
@import url("fotorama.css");
@import url("magnific-popup.css");
@import url('https://fonts.googleapis.com/css2?family=Literata:ital,opsz,wght@0,7..72,200;0,7..72,400;0,7..72,500;0,7..72,600;0,7..72,700;0,7..72,800;1,7..72,200;1,7..72,300;1,7..72,400;1,7..72,600;1,7..72,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* 
* BASIC STYLE
  - General Style    
  - Headings Style    
  - Button Style    
  - Form Style    
  - Spacer Style
      
* HEADER 
  - Header Style
  - Navigation Menu Style
  - Megamenu Style

* CONTANT
  - Banner Style
  - Bread-crumb
  - Sub-banner
  - Product Box
  - Site Services Features Block.fotorama__arr--prev {

  - Special Product Block
  - Custom News Letter
  - Testimonial
  - Blog
  - Brand-Logo
  - Sidebar
  - Sorting
  - Product Detail Page
  - Cart Page
  - Checkout Page
  - Login Register Page
  - Account Page
  - Blog Page
  - About Page
  - 404 Page
  - Contact Page
  - Wishlist Page
  - Compare page

* FOOTER
*/
/*_______________________________________________________
// BASIC STYLE  //----------------------------
_______________________________________________________*/

/*Google Fonts*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Roboto:400,500,700');


 /* - General Style //---------------- */ 

 ::-moz-selection {
 background-color: #efac3f;
 color: #FFF;
}
::selection {
	background-color: #efac3f;
	color: #FFF;
}
body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	line-height: 24px;
	color: #000;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	letter-spacing: 0.5px;
	
}

body.dark-header {
	padding-top: 82px;
}
.container {
	padding-left: 0;
	padding-right: 0;
}
.no-js #loader {
	display: none;
}
.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/Preloader_2.gif) center no-repeat #fff;
}
.main {
	position: relative;
	overflow: hidden;
}
img {
	height: auto;
	max-width: 100%;
	border: none;
	outline: none;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
a, a:focus, a:active, a:link, img {
	outline: none;
	text-decoration: none;
}
a {
	cursor: pointer;
	text-decoration: none;

	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
}
a:hover {
	
	text-decoration: none;
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
}
br {
	font-size: 0;
	line-height: 0;
}
hr {
	margin-bottom: 0px;
	margin-top: 0px;
	border-top: 1px solid #f1f1f1;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
ul {
	
	padding-left: 0px;
	margin-bottom: 0;

}
.position-r {
	position: relative;
}
.position-s {
	position: static;
}
.position-initial {
	position: initial;
}
.align-center {
	text-align: center;
}
.align-left {
	text-align: left !important;
}
.align-right {
	text-align: right !important;
}
.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg p {
	color: #fff;
}
.dark-bg {
	background: #141414;
	color: #fff;
}
.gray-bg {
	background: #f5f5f5;
}

.light-gray-bg {
    background: #fafafa none repeat scroll 0 0;
}

.middle-800 p {
	display: inline-block;
	max-width: 800px;
}
.middle-580 p {
	display: inline-block;
	max-width: 580px;
}

.border-right {
	border-right: 1px solid #e1e1e1;
}

/* - Headings Style   //---------------- */

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #111924;
	
	
	margin-top: 0px;
	margin-bottom: 10px;
	/* text-transform: uppercase; */
}

h1 {

	
}

h2 {
	font-size: 35px;

	margin-bottom: 20px;

	
}

h2.heading {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 1px;
	position: relative;
	    padding-bottom: 14px;
}

h3 {
	font-size: 20px;
	line-height: 23px;
}

h4 {
	font-size: 17px;
	line-height: 28px;
}

h5 {
	font-size: 15px;
	line-height: 23px;
	font-weight: 500;
}

h6 {
	font-size: 13px;
	line-height: 17px;
	font-weight: 500;
}
/* - Button Style  //----------------*/ 

.btn, button {
	padding: 13px 15px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
}

.btn.full {
	width: 100%;
	text-align: center;
}

.btn.big-width {
	padding: 13px 30px;
}

.btn.big {
	padding: 25px;
}

.btn.small {
	padding: 10px 13px;
}

.btn i.fa {
	font-size: 16px;
	margin: 0 5px;
}

.btn-black {
	color: #fff;
	background: #222;
	border: none;
}

.btn-black:hover {
	color: #fff;
	background: #efac3f;
}

.btn-color {
	color: #fff !important;
	background: #efac3f;
	border: none;
}

.btn-color:hover {
	color: #fff !important;
	background: #2390d9;
}

.btn-white {
	color: #1a1623;
	background: rgba(255,255,255,1);
	border: none;
}
.btn-white:hover {
	color: #1a1623;
	background: #efac3f;
}

.btn-sidebar-menu-dropdown {
       display: inline-block;
    color: #fff !important;
    background-color: #efac3f;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 15px;
    font-size: 15px;
    line-height: 20px;
    width: 100%;
}

.btn-sidebar-menu-dropdown:hover, 
.btn-sidebar-menu-dropdown:focus, 
.btn-sidebar-menu-dropdown:active {
    color: #fff !important;
}

.btn:focus, .btn.focus {
	box-shadow: none;
}


/* - Form Style */
* {
	outline: none !important;
}

select {
	background: url(../images/select-icon.png) no-repeat scroll right 50% #fff !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #eaeaea;
	padding: 5px 24px 5px 5px;
	line-height: 18px;
}

.full select {
	width: 100%;
}

.main-form textarea {
	max-width: 100%;
}

.main-form input, .main-form textarea, .main-form select {
	background: #fff;
	padding: 8px 15px;
	width: 100%;
	border: 1px solid #eeeeee;
	min-height: 40px;
}

.check-box label {
	color: #1a1623;
	font-weight: 400;
}



.checkout-section .check-box input[type="checkbox"] {
	margin: 5px 0 0;
	min-height: 1px;
	display: none;
}

.category-dropdown {
	/* border: 1px solid #e1e1e1; */
    position: absolute;
    left: 0;
    top: 0;
    border-radius : 25px 0 0 25px;
    -moz-border-radius : 25px 0 0 25px;
    -webkit-border-radius : 25px 0 0 25px;
    -o-border-radius : 25px 0 0 25px;

}

.category-dropdown select {
    border: none;
    height: 45px;
    width: 250px;
    padding: 7px 24px 7px 15px;
    border-radius : 0;
    -moz-border-radius : 0;
    -webkit-border-radius : 0;
    -o-border-radius : 0;
}

.select-dropdown fieldset {
	padding: 0;
	line-height: 0;
}

.select-dropdown .ui-state-default {
    border: none; 
    background: url(../images/select-icon.png) no-repeat scroll right 50% !important;
    font-weight: 400;
	font-size: 14px;
	color: #666666;
    box-shadow: none;
    font-family: "Poppins",sans-serif;
    display: inline-block;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}

.category-dropdown .ui-state-default {
	height: 40px;
}

.select-item .ui-state-default {
    margin-top: 2px;
    border: 1px solid #eeeeee;
    padding: 5px;
}

.select-dropdown .ui-selectmenu-button span.ui-selectmenu-text {
	padding: 0;
	font-weight: 400;
}

.category-dropdown .ui-selectmenu-button span.ui-selectmenu-text {
	margin-top: 10px;
	padding-left: 15px;
}

.input-box .ui-state-default {
    border: 1px solid #eeeeee;
    padding: 10px 15px;
    width: 100% !important;
}

.ui-selectmenu-menu {
	z-index: 9999;
}

.ui-selectmenu-menu  .ui-widget-content {
	background: #fff;
	border-top: 2px solid #efac3f;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
	max-height: 350px;
}
.main-category-new {
	margin-bottom: 20px;
}
.information-product-detail{
	margin-bottom: 20px;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item {
	background: none;
	font-family: 'Roboto', sans-serif;
	color: #878787;
	font-size: 14px;
	letter-spacing: 0;
}

.ui-selectmenu-menu .ui-state-hover, .ui-selectmenu-menu .ui-widget-content .ui-state-hover, .ui-selectmenu-menu .ui-widget-header .ui-state-hover, 
.ui-selectmenu-menu .ui-state-focus, .ui-selectmenu-menu .ui-widget-content .ui-state-focus, .ui-selectmenu-menu .ui-widget-header .ui-state-focus {
	color: #efac3f;
	font-weight: 400;
	background: #ebebeb;
}

.ui-selectmenu-menu  .ui-menu .ui-state-focus, .ui-selectmenu-menu  .ui-menu .ui-state-active {
	margin: 0;
}
/* - Spacer Style  //---------------- */

.right-side {
	float: right;
}
.left-side {
	float: left;
}

.plr-20 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.mlr_-20 {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.ptb-95 {
	padding-top: 95px;
	padding-bottom: 95px;
}
.pt-95 {
	padding-top: 95px;
}
.pb-95 {
	padding-bottom: 95px;
}

.ptb-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.pt-60 {
	padding-top: 60px;
}
.pb-60 {
	padding-bottom: 60px;
}

.p-0 {
	padding: 0px;
}

.pr-10 {
	padding-right: 10px !important;
}

.pl-10 {
	padding-left: 10px !important;
}

.mtb-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.mt-60 {
	margin-top: 60px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mtb-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.mt-40 {
	margin-top: 40px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mtb-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mtb-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mt-20 {
	margin-top: 20px;
}
.mb-20 {
	margin-bottom: 20px;
}

.mt-10 {
	margin-top: 10px;
}
.mb-10 {
	margin-bottom: 10px;
}

.pb-20 {
	padding-bottom: 20px;
}

.m-0 {
	margin: 0px;
}
/* - Newsletter   //----------------- */

#newslater-popup {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.nl-popup-main {
    display: block;
    background:#ffffff url("../images/newspopup.jpg") no-repeat scroll center top;
    overflow: hidden;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
}

.nl-popup-inner {
    border: 2px solid #111924;
    margin: 15px;
    display: block;
    overflow: hidden;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
}

#newslater-popup .newsletter-inner {
	background: transparent;
	padding: 80px 0;
	color: #111924;
}
#newslater-popup .newsletter-inner span {
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 35px;
    position: relative;
}

#newslater-popup .newsletter-inner span:after {
	background: #efac3f;
	content: "";
	position: absolute;
	height: 2px;
	width: 60px;
	left: 50%;
	bottom: -5px;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

#newslater-popup .newsletter-inner input {
	width: 270px;
	padding: 8px;
	background: none;
	border: 1px solid #d2d2d2;
	margin-bottom: 10px;
}
#newslater-popup button.mfp-close {
    background-color: #c1d0d9;
    border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
    color: #111924;
    font-size: 35px;
    opacity: 1;
    right: 0;
    top: 0;
}

#newslater-popup .newsletter-inner .main_title {
    display: block;
    font-size: 35px;
}

#newslater-popup .newsletter-inner form button {
	position: relative;
	background: #efac3f;
	color: #fff;
	cursor: pointer;
}
#newslater-popup .newsletter-inner p {
    margin-bottom: 20px;
    padding: 0 80px;
}

/*_______________________________________________________
// HEADER  //----------------------------
_______________________________________________________*/

/* - Header Style  //---------------- */

.header-top {
    color: #111924;
    background: #fafafa;
    border-bottom: 1px solid #e1e1e1;
}

.header-top.mobile {
    display: none;
}

.main-search{
	margin-top: 13px;
}

.homepage .header-bottom {
    position: static;
    /* z-index: 0; */
}
.header-middle .call-us-info{
	margin: 20px 0px;
	text-align: right;
	font-size: 17px;
	color: #171717;
	font-weight: 400;
	border-right: 1px solid #efac3f; 
}
.right-call-part{
    float: right;
        margin-top: 20px;
}
.right-call-part ul li {
	float: left;
	line-height: 21px;
	position: relative;
	overflow: hidden;
}
.right-call-part ul li:first-child{
	display: inline-block;
	float: left;
	    margin-top: 10px;
	        margin-right: 20px;
}
.right-call-part ul li:hover {
	overflow: visible;
}
.right-call-part ul li a span {
    background: url("../images/sprite.png") no-repeat scroll 0 0 transparent;
    height: 45px;
    width: 55px;
    display: inline-block;
}
.right-call-part .call-us-icon > a span {
    background-position: -97px -667px;
    position: relative;
    float: left;
    margin-right: 5px;
}
.right-call-part .call-us-icon:hover > a span {
    background-position: -97px -713px;
}
.right-call-part .call-us-icon .call-us-text{
	display: inline-block;
/*	border-right: 1px solid #efac3f; 
	padding-right: 20px;*/
	margin-right: 20px;

    font-size: 17px;
   
}

.right-call-part .header-right-text {
    color: #111924;
    font-weight: 400;
    line-height: 19px;
    margin-top: 4px;
    display: inline-block;
}

.right-call-part .login-icon > a span {
    background-position: -151px -96px;
    position: relative;
    float: left;
}
.right-call-part .login-icon:hover > a span {
    background-position: -151px -136px;
}
.right-call-part .login-icon > a span:after{
	position: absolute;
	top: 19px;
	right: 0px;
	border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
	content: "";  
}
.nav_sec {
    border-top: 1px solid #efac3f;
}

.top-link .ui-state-default {
	width: 90px !important;
}

.category-main .ui-state-default {
	width: 200px !important;
}

.top-link fieldset {
	padding: 0;
	line-height: 0;
}

.top-link .ui-state-default, .top-link .ui-widget-content .ui-state-default, .top-link .ui-widget-header .ui-state-default {
    border: none;
    background: rgba(0,0,0,0) url(../images/select-icon1.png) no-repeat scroll right 50% !important;
    font-weight: bold; 
    color: #949494;
    box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}

.top-link .ui-selectmenu-button span.ui-selectmenu-text {
	padding: 10px;
	font-weight: 400;
}

.top-link #ui-id-1-button span.ui-selectmenu-text {
	padding-left: 0;
}

#country-button {
	border-right: 1px solid #e1e1e1;	
}

.ui-selectmenu-menu  .ui-widget-content {
	background: #fff;
	border-top: 2px solid #efac3f;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.ui-selectmenu-menu .ui-menu .ui-menu-item {
	background: none;
	color: #878787;
	font-size: 14px;
}

.ui-selectmenu-menu .ui-state-hover, .ui-selectmenu-menu .ui-widget-content .ui-state-hover, .ui-selectmenu-menu .ui-widget-header .ui-state-hover, 
.ui-selectmenu-menu .ui-state-focus, .ui-selectmenu-menu .ui-widget-content .ui-state-focus, .ui-selectmenu-menu .ui-widget-header .ui-state-focus {
	color: #efac3f;
	font-weight: 400;
	background: #ebebeb;
}

.ui-selectmenu-menu  .ui-menu .ui-state-focus, .ui-selectmenu-menu  .ui-menu .ui-state-active {
	margin: 0;
}

.right-icon-link {
    color: #fff;
    padding: 22px 0;
}

.right-icon-link ul li > a span  {
    background: transparent url("../images/sprite.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 20px;
    width: 25px;
    margin-bottom: -4px;
    transition: all 0.4s ease 0s;
}

.right-icon-link ul li.login-icon a span {
    background-position: -98px -666px;
}

.right-icon-link ul li.login-icon:hover a span {
    background-position: -98px -698px;
}

.right-icon-link ul li.track-icon a span {
    background-position: -98px -728px;
}

.right-icon-link ul li.track-icon:hover a span {
    background-position: -98px -759px;
}

.right-icon-link ul li.gift-icon a span {
    background-position: -98px -791px;
}

.right-icon-link ul li.gift-icon:hover a span {
    background-position: -98px -823px;
}

.right-icon-link.mobile {
	display: none;
}

.right-icon-link ul li.content {
    overflow: visible;
}

.right-icon-link ul li .content-dropdown ul li  {
    font-size: 14px;
    padding: 5px;
    float: none;
    border: none;
    width: 100%;
    padding: 10px 20px 10px 10px;
}

.right-icon-link ul li .content-dropdown ul li:hover {
	background: #ebebeb;
}

.right-icon-link ul li .content-dropdown ul li > a {
    color: #666666;
}

.right-icon-link ul li .content-dropdown ul li:hover a {
    color: #efac3f;
}

.right-icon-link ul li {
    float: left;
}

.right-icon-link ul li  {
    border-right: 1px solid #e1e1e1;
    line-height: 17px;
    padding: 0 12px;
    position: relative;
}

.right-icon-link ul li a {
    color: #fff;
}

.right-icon-link ul li a:hover {
    color: #efac3f;
}

.right-icon-link ul li:first-child  {
    padding-left: 0;
}

.right-icon-link ul li:last-child  {
    border-right: none;
    padding-right: 0;
}

#header hr {
	border-color: #3c3c4a;
}

.header-bottom .help-num {
    color: #ffffff;
    padding: 15px 0;
}

.header-bottom .fa.fa-phone {
    margin-right: 5px;
}

/* .content-dropdown {
	display: none ;
} */

.content-dropdown{
    background: #fff none repeat scroll 0 0;
    border-top: 2px solid #efac3f;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    opacity: 0;
    position: absolute;
    right: 0;
    top: 100%;
    transition: all 0.4s ease 0s;
    width: 140px;
    z-index: 4;
}
.content-dropdown ul li{
	width: 100%;
	float: none;
}

.content-dropdown ul li a {
	display: inline-block;
	width: 100%;
	padding: 5px 10px;
}

.content-dropdown ul li:hover{
	background-color: #ebebeb;
}

.navbar-header {
    float: none;
}

.navbar-header .navbar-brand {
	height: auto;
	margin-top: 0 !important;
	margin-left: 0 !important;
	padding: 5px 0px;
}
.navbar-header .navbar-brand img {
	    /*width: 170px;*/
	height: 50px;
	width: auto;
}
.header-bottom .row{
	margin-left: -5px;
	margin-right: -5px;
}
.header-bottom .row .col-lg-3{
	padding-left: 5px;
	padding-right: 5px;
}
.header-bottom .row .col-lg-9{
	padding-left: 5px;
	padding-right: 5px;
}
#menu-menu-ngang li i{
	margin-right: 8px;
}
.navbar {
	margin-bottom: 0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
}
header#header {
	
	width: 100%;
	    z-index: 999!important;
	border: none;
	padding: 0 ;
	position: relative;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.header-right-part {
    padding: 0 92px 0 201px;
    position: relative;
}

.category-dropdown {
    position: absolute;
    left: 0;
    top: 0;
}

.category-dropdown select {
    border: none;
    height: 45px;
    width: 250px;
    padding: 7px 24px 7px 15px;
    border-radius : 0;
    -moz-border-radius : 0;
    -webkit-border-radius : 0;
    -o-border-radius : 0;
}

.header-right-part .category-dropdown select {
    background: rgba(0, 0, 0, 0) url("../images/select-icon.png") no-repeat scroll right 50% !important;
}
.navbar-collapse.collapse {
	display: inline-block;
	padding-left: 0;
	width: 100%;
}
.collapsing {
	display: inline-block;
}
.navbar-collapse > ul {
	float: none !important;
	margin-bottom: -7px;
	text-align: left;
}

.top-right-link.mobile {
	display: inline-block;
	width: 100%;
}

.top-right-link.mobile ul {
	display: table;
	border-bottom: 1px solid #20b092;;
	width: 100%;
}

.top-right-link.mobile ul li {
	border-right: 1px solid #20b092;
    text-align: center;
    width: 33.33%;
}

.top-right-link.mobile ul li:last-child {
	border-right: none;
}

.top-right-link ul li {
	float: left;
	color: #ffffff;
	
}

.top-right-link ul li a {
	color: #949494;
	display: inline-block;
	padding: 8px;
} 

.top-right-link ul li:last-child a {
	padding-right: 0;
}

.top-right-link ul li a span {
	background: transparent url("../images/sprite.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 18px;
    margin-bottom: -4px;
    transition: all 0.4s ease 0s;
    width: 20px
}

.top-right-link ul li.wishlist-icon a span {
	background-position: -55px -1px;
}

.top-right-link ul li.compare-icon a span {
	background-position: -55px -24px;
}

.top-right-link ul li.giftcard-icon a span {
	background-position: -55px -47px;
}

.top-right-link ul li a:hover {
	color: #efac3f;
} 

.top-right-link.mobile ul li.wishlist-icon a span {
	background-position: -58px -81px;
}

.top-right-link.mobile ul li.compare-icon a span {
	background-position: -58px -111px;
}

.top-right-link.mobile ul li.giftcard-icon a span {
	background-position: -58px -141px;
}

.info-link i.fa {
	margin-right: 5px;
	font-size: 15px;
	color: #efac3f;
}
.header-right-link > ul > li {
	float: left;
	padding: 0 5px;
	position: relative;
	overflow: hidden;
}

.header-right-link > ul > li:first-child {
	padding-right: 30px;
}
.header-right-link ul li:hover {
	overflow: visible;
}
.header-right-link ul li.main-search {
	overflow: visible;
}

.search-box {
	position: relative;
}

.search-box input.input-text {
    border: none;
    width: 100%;
    padding: 6px 6px 6px 10px;
    margin: 10px 0px;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    height: 40px;
    background: #fafafa;
}

.popup-detail .search-box input.input-text {
	border: 1px solid #eeeeee;
}

.search-box button.search-btn {
	background: url("../images/sprite.png") no-repeat scroll -4px -117px #bbc6cd;
	border: none;
	height: 40px;
	width: 42px;
	position: absolute;
	right: -1px;
	top: 10px;
	border-radius: 0px;
}
.search-box button.search-btn:hover {
	background-color: #000; 
}
.header-right-link > ul > li > a {
	padding: 29px 0 18px;
	display: inline-block;
	transition: all 0.4s ease 0s;
}

.cart-icon-main {
	float: left;
}
.cart-box-main {
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px 24px 13px 12px;
    background-color: #2390d9;
    overflow: hidden;
}
.cart-box-main:hover{
	overflow: visible;
}

.cart-box-main > a span {
	background: /* #efac3f */ url("../images/sprite.png") no-repeat scroll 0 0 ;
	height: 35px;
	width: 35px;
	display: inline-block;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
    border-radius : 3px;
    -moz-border-radius : 3px;
    -webkit-border-radius : 3px;
    -o-border-radius : 3px;
}
.cart-box-main > a span:before{
	position: absolute;
	top: 17px;
	right: -13px;
	border-top: 4px solid #fff;
	border-right: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
}

.header-right-link ul li.support-icon > a span {
	background-position: -46px -356px;
}

.cart-box-main > a span {
	background-position: -156px -14px;
	position: relative;
}

.cart-box-main:hover > a span {
	background-position: -156px -59px;
}

.cart-box-main > a span small.cart-notification {
	background: #ffffff ;
	color: #111924;
	font-size: 11px;
	padding-left: 2px;
	font-weight: 500;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	height: 15px;
	line-height: 15px;
	position: absolute;
	right: -4px;
	text-align: center;
	top: -2px;
	width: 15px;
}

.my-cart {
	color: #111924;
	font-weight: 500;
	float: left;
	margin-top: -2px;
	margin-left: 8px;
	line-height: 20px;
	display: none;
}

.cart-box-main:hover > a .my-cart {
	color: #efac3f;
}
/* Navigation Menu Style */

.navbar-nav > li > a {
	padding: 54px 18px;
	font-weight: 500;
	color: #111924;
}

.side-toggle {
	display: none;
}


.header_search_toggle.mobile-view {
	display: none;
}

.navbar-nav > li.dropdown > a::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #efac3f;
    border-style: solid;
    border-width: 11px;
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 0;
    position: absolute;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.navbar-nav > li.dropdown:hover > a::after {
    opacity: 1;
}

.header-link-dropdown {
	background: #fff;
	border-top: 3px solid #2390d9;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
	position: absolute;
	width: 300px;
	display: inline-block;
	right: 0;
	top: 100%;
	padding: 35px;
	opacity: 0;
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	z-index: 3;
}

.header-right-part .cart-box-main:hover .header-link-dropdown, .right-call-part ul li:hover .content-dropdown {
	opacity: 1;
}
.header-right-part .link-dropdown-list > li {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dedede;
}
.cart-dropdown .btn-color.btn {
    padding: 13px 20px;
    text-transform: none;
}

 .nav > li .menu-label {
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    right: 15px;
    text-transform: uppercase;
    top: 13px;
    transition: all 0.4s ease 0s;
}

.menu-label span {
    padding: 0 3px;
    color: #ffffff;
    display: inline-block;
    line-height: initial;
    text-transform: uppercase;
}

.menu-label .hot-menu {
	background: #2390d9;
}

.menu-label .new-menu {
	background: #111924;
}

.sidebar-menu-dropdown {
    width: 100%;
    position: relative;
}

.btn-sidebar-menu-dropdown .fa {
	/* margin-right: 15px; */
	float: right;
}


.cat-dropdown-main .column-20per {
  height: 0;
}

.homepage .sidebar-menu-dropdown .cat-dropdown {
	display: block;
}

.sidebar-menu-dropdown .cat-dropdown {
    display: none;
}

.cat-dropdown {
  
    position: absolute;
    width: 100%;
    z-index: 2;
}

.nav.navbar-nav {
	display: block;
}

.cat-dropdown .navbar-nav {
    float: none;
    margin: 0;
    width: 100%;
    border-top: 0px;
}

.cat-dropdown .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.cat-dropdown .sidebar-contant ul li.level {
    float: none;
	border-bottom: 1px solid #ebebeb;
}
.cat-dropdown .sidebar-contant ul li a img{
	margin-right: 10px;
}

.cat-dropdown .sidebar-contant ul li.level3 {
	border: none;
}


.cat-dropdown .sidebar-contant .navbar-collapse > ul > li:last-child {
    border-bottom: none;
}

.cat-dropdown .sidebar-contant ul li.level:hover {
  background-color: #efac3f;
}

/* .cat-dropdown .sidebar-contant > ul > li > a {
  	color: #1f252d;
  	font-size: 14px;
  	padding: 10px 0 10px 20px !important;
} */

.cat-dropdown .navbar-nav > li > a {
	display: inline-block;
    padding: 10.5px 10px;
    margin-right: 0px;
   
    font-weight: 400;
   
    width: 100%;
    position: relative;
    font-size: 14px;
}

.cat-dropdown .navbar-nav > li:hover > a {
	color: #fff;
}

.cat-dropdown .navbar-nav > li > a i {
    font-size: 15px;
    height: 13px;
    margin-right: 0px;
    text-align: center;
    width: 14px;
}

.cat-dropdown .navbar-nav > li:hover > a i {
	color: #fff;
}

/* .cat-dropdown .navbar-nav > li > a i.fa.fa-camera-retro, .cat-dropdown .navbar-nav > li > a i.fa.fa-desktop, .cat-dropdown .navbar-nav > li > a i.fa.fa-heart, .cat-dropdown .navbar-nav > li > a i.fa.fa-shopping-bag {
	font-size: 14px;
} */

.cat-dropdown .sub-megamenu a.page-scroll:before {
    content:  "";
    font-family: FontAwesome;
    font-size: 16px;
    float: right;
    right: 10px;
}

.cat-dropdown .nav > li.level .megamenu {
    left: 100%;
    top: 0;
    width: 955px;
        height: 103%;
     overflow: auto;
}

.cat-dropdown .nav > li.level:hover .megamenu {
  	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
  	opacity: 1;
}

.cat-dropdown .megamenu.full {
    width: 80%;
}

.cat-dropdown .nav > li.level:last-child .megamenu {
    right: auto;
}
.category-dropdown {
	background: #fafafa;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 0px;
}

.category-dropdown select {
    border-right: 1px solid #efac3f;
    height: 40px;
    width: 200px;
}

.sub-menu-slider {
	width: 150px;
	height: auto;
}

.cart-dropdown ul li a:hover {
	color: #efac3f;
}
.cart-dropdown .cart-list li .media {
	padding-right: 25px;
	margin-top: 0;
}
.cart-dropdown .media-body span {
	font-weight: 500;
	margin-bottom: 5px;
	line-height: 18px;
	display: inline-block;
}
.cart-dropdown .cart-list li .media .pull-left {
	width: 95px;
	padding-right: 20px;
}
.cart-dropdown .cart-list li .media .pull-left img {
	max-width: 100%;
	border: 1px solid #e1e1e1;
}
.close-cart {
	height: 15px;
	position: absolute;
	right: 0px;
	width: 15px;
}
.cart-dropdown .input-text.qty {
	background-color: transparent;
	padding: 7px 13px;
}
.cart-dropdown .cart-price {
	color: #efac3f;
}
.account-link-dropdown {
	width: 280px;
}
.header-link-dropdown .dropdown-title {
	color: #efac3f;
	display: inline-block;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.account-link-dropdown a:hover, .account-link-dropdown a.active {
	color: #efac3f;
}
.account-link-dropdown .link-dropdown-list > li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
/* --- Megamenu Style --- */

#menu-main .level3 {
	width: 100%;
}

.megamenu {
	background: #fff;
	border-top: 2px solid #efac3f;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
	color: #a4a4a4;
	display: none; 
	padding: 20px 30px;
	position: absolute;
	top: 100%;
	z-index: 2;
	left: 0;
}
.megamenu.full {
	left: 0;
	width: 100%;
}

.nav > li.level:hover .megamenu {
	display: block;
}
.megamenu-inner-top {
    width: 100%;
}

.megamenu-inner-top .sub-menu-level1 {
	display: table;
	    width: 100%;
}


.megamenu .level2 > a {
	display: inline-block;
	color: #efac3f;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 10px;
	max-width: 100%;
}
.megamenu .sub-menu-level2 li.level3 > a {
	color: #666666 !important;
	display: inline-block;
	padding: 3px 0;
	width: 100%;
}
.megamenu .sub-menu-level2 li.level3 > a:hover {
	color: #efac3f !important;
}
.megamenu .sub-menu-level2 li.level3 > a span {
	float: left;
	font-size: 9px;
	margin-right: 9px;
	margin-top: -1px;
}
.megamenu-inner-top .col-md-10 {
    padding-right: 30px;
}

/* Main-Header */
.mobilemenu-content .navbar-nav li:last-child {
    position: relative;
}

.position-a.cat-dropdown-main {
    top: 0;
    width: 100%;
    z-index: 2;
}
.mobilemenu-title {
    display: none;
}

.mobilemenu-content li {
    display: inline-block;
}

.mobilemenu-content li a {
    background-color: transparent !important;
    color: #111924;
    font-weight: 400;
    padding: 20px;
    line-height: 20px;
    display: inline-block;
}

.mobilemenu-content li:hover a, .mobilemenu-content li:focus a {
	color: #efac3f;
}

.mobilemenu-content li:last-child a {
	padding-right: 0;
}
.mobilemenu-content .navbar-nav li:last-child .megamenu{
	left: auto;
	right: 0px;
}

.mobilemenu-content .megamenu li a {
    font-size: 14px;
    text-transform: inherit;
    font-weight: 400;
}

#menu-main li.active a {
	color: #efac3f;
}

#menu-main > li > a span {
	position: relative;
}


/*magnific-popup-containt*/
.popup-links {
	position: fixed;
	right: 0;
	top: 235px;
	width: 40px;
}

.popup-links-inner {
	
	position: absolute;
	right: auto /* calc(-100% - -40px) */;
}

.popup-links ul li {
	
	width: 100%;
	right: 0;
	padding-right: 5px;
	position: relative;
	margin-bottom: 1px;
	transition: all 0.4s ease 0s;
	margin-bottom: 5px;
}

.popup-links ul li.scroll {
	display: none;
}

.popup-links ul li:hover {
	right: calc(100% - 40px);
}

.popup-links a {
	display: inline-flex;
	width: 100%;
}
.popup-links ul li .icon-text {
	    color: #333;
    line-height: 40px;
    margin-left: 10px;
}

.popup-links .icon {

	width: 40px;
	height: 40px;
	display: inline-block;
	float: left;
	text-align: center;

}

.popup-links ul li.categories .icon {
	background-position: -55px -785px;
}

.popup-links ul li.cart-icon .icon {
	background-position: -8px -343px;
}

.popup-links ul li.account .icon {
	background-position: -45px -192px;
}

.popup-links ul li.search .icon {
	background-position: -6px -85px;
}

.popup-links ul li.scroll .icon {
	background-position: -54px -814px;
}

.popup-position {
	background: #fff;
	margin: 0 auto;
	max-width: 530px;
	position: relative;
}

#product_popup .popup-position {
	max-width: 100%;
}

.popup-detail{
	padding: 30px;
	max-height: 530px;
	overflow-y: scroll;
}

.popup-position .mfp-close {
	color: #fff;
}

.popup-title {
	padding: 30px;
	border-bottom: 1px solid #e1e1e1; 
	background: #2390d9;
}

.popup-title .main_title {
	color: #fff;
}
.cate-inner .level {
	border-bottom: 1px solid #e1e1e1;
}

.cate-inner .level:last-child {
	border-bottom: none;
}
.cate-inner li.level a {
	display: block;
	padding: 10px 0;
}

.cate-inner li > a i {
    font-size: 15px;
    height: 13px;
    margin-right: 10px;
    text-align: center;
    width: 14px;
}

.cate-inner .level {
	position: relative;
}

.mega-sub-menu  {
	display: none;
}

.cate-inner .megamenu{
	position: relative;
	opacity: 1;
	box-shadow: none;
	padding: 0;
}

.cate-inner .megamenu-inner-top {
	padding-left: 15px;
}

.cate-inner span.opener {
    background:url(../images/sprite.png) no-repeat scroll 0 0; 
    height: 25px; 
    width: 25px; 
    display: inline-block; 
    position: absolute; 
    right: 0;
    cursor:pointer;
    margin-top: 10px;
    z-index: 1;
}
.cate-inner span.plus {
	background-position: -90px -378px;
}
.cate-inner span.minus {
	background-position: -90px -416px;
}


#cart_popup .cart-dropdown li {
	margin-bottom: 20px;
	position: relative;
}

#cart_popup .cart-list li .media .pull-left {
	width: 150px;
}

#cart_popup .close-cart {
	right: 0;
    top: 0;
}


#account_popup .account-inner {
	text-align: center;
	padding: 30px 0;
	border: 1px solid #e1e1e1;

}

#account_popup .popup-detail a {
	text-align: center;
	color: #efac3f;
}

#account_popup a:hover .account-inner  {
	color: #121716;
}

#account_popup .popup-detail .fa {
	font-size: 40px;
}

/*_______________________________________________________
// CONTANT  //----------------------------
_______________________________________________________*/

/* - Banner Style  //---------------- */


/* Search-Wrap */
.sidebar-search-wrap, .sidebar-cart-wrap {
  background: #ffffff none repeat scroll 0 0;
  border-left: 1px solid #f7f7f7;
  height: 100%;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  z-index: -1;
  width: 100%;
}

.sidebar-table-container {
    height: 100%;
    width: 100%;
}

.sidebar-align-container {
    height: 100%;
    width: 100%;
}

.search-closer, .cart-closer {
    background: url("../images/sprite.png") -53px -1366px;
    height: 30px;
    width: 25px;
    cursor: pointer;
}
.search-container, .cart-container {
  clear: both;
  margin: 0 auto;
  overflow: hidden;
  padding: 40px;

  position: relative;
  text-align: center;
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
  /*-moz-transform: translateY(-50%);*/
  /*-webkit-transform: translateY(-50%);*/
  /*-o-transform: translateY(-50%);*/
  width: 970px;
  max-width: 100%;
  z-index: 2;
}
nav.breadcrumbs {
	padding-top: 20px;
}

.cart-container {
    border: 1px solid #dbdbdb;
    width: 1050px;
    text-align: left;
}

.search-container input[type="text"] {
  border-left: medium none;
  border-right: medium none;
  border-top: medium none;
  box-shadow: none;
  color: #111924;
  font-size: 50px;
  font-weight: 700;
  height: auto;
  padding: 18px;
  text-align: center;
  line-height: 65px;
  max-width: 100%;
}
.search-container span {
  color: #777777;
  float: left;
  font-size: 12px;
  letter-spacing: 0.5px;
  margin-top: 27px;
  text-transform: uppercase;
  width: 100%;
}
.sidebar-search-wrap.open, .sidebar-cart-wrap.open {
  opacity: 1;
  z-index: 8;
}

.banner {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: -1px;
}

.banner .btn, .sub-banner-block .btn {
	padding: 13px 15px;
	font-size: 20px;
} 

/* main-banner icon start */
.main-banner.owl-carousel .owl-wrapper-outer {
	display: inherit;
	margin-top: 0;
	padding-top: 0;
}

/* main-banner icon end */

.banner-mobile {
	display: none;
}
.banner-detail {
    left: 8%;
    position: absolute;
    bottom: 30%;
    width: 100%;
}

.banner-3 .banner-detail {
	left: 0;
	top: auto;
}
.banner-detail .banner-detail-inner {
	color: #fff;
	margin-bottom: 20px;
}
.banner-detail .banner-detail-inner .banner-title {
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0px;
    text-transform: capitalize;
}
.banner-1 .banner-detail .banner-detail-inner .banner-title span{
	font-weight: 600;
}

.banner-2 .banner-detail .banner-detail-inner .banner-title {
    font-weight: 600;
}
.banner-2 .banner-detail .banner-detail-inner .banner-title span {
    color: #111924;
    font-weight: 700;
}

.banner-3 .banner-detail .banner-detail-inner .banner-title  {
	text-transform: none;
	font-weight: 600;
}

.banner-detail .banner-detail-inner p {
	color: #111924;
	font-size: 16px;
}

.banner-detail .banner-detail-inner span.offer {
	background: #111924;
    color: #ffffff;
    display: inline-block;
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    padding: 10px;
}

.banner-2 .banner-detail .banner-detail-inner span.offer {
	color: #fff;
}

.inner-banner1 {
	background: #f5f5f5;
}

.inner-banner1 .banner-detail {
    display: inline-block;
    position: relative;
    left: auto;
    top: auto;
      padding: 7px 0px;
}
.inner-banner1 .banner-detail p{
	margin:0;
}
.inner-banner1 .banner-detail .km img{
    width: 21px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.inner-banner1 .banner-detail h1 {
    display: inline-block;
    color: #111924;
    font-size: 21px;
    margin-bottom: 0;
    text-align: left;
}
/* Bread-crumb CSS Start */


.bread-crumb ul li {
	display: inline-block;
	color: #888888;
}
.bread-crumb ul li a {
	color: #888888;
}
.bread-crumb ul li a i{
	margin-right: 5px;
}
.bread-crumb ul li a, .bread-crumb ul li span {
	margin: 0 10px;
	font-weight: 400;
}

.bread-crumb ul li:first-child {
	padding-left: 0;
}
.bread-crumb ul li span {
	color: #888888;
}

.bread-crumb ul li:last-child span {
	margin-right: 0;
}
/* Bread-crumb CSS End */

/* - Sub-banner Style  //---------------- */


.sub-banner-block .sub-banner:hover img {
	opacity: 0.6;
}

.sub-banner:hover .popup-youtube img {
	opacity: 1;
}
.sub-banner {
	position: relative;
	overflow: hidden;
	background: #111924;
	display: inline-block;
	max-width: 100%;
	border-radius : 3px;
    -moz-border-radius : 3px;
    -webkit-border-radius : 3px;
    -o-border-radius : 3px;
}

.sub-banner:before, .sub-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.sub-banner:hover:before {
    top: 50%;
    bottom: 50%;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background-color: rgba(255, 255, 255, 0.5);
}

.sub-banner:hover:after {
    left: 50%;
    right: 50%;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background-color: rgba(255, 255, 255, 0.5);
}

.sub-banner.sub-banner3, .sub-banner.sub-banner4 {
	margin-top: 23px;
}

.sub-banner .sub-banner-detail {
	color: #111924;
	position: absolute;
	text-align: center;
	bottom: 25%;
	left: 5%;
}

.sub-banner1 .sub-banner-detail {
	left: 20%;
	width: 100%;
}

.sub-banner2 .sub-banner-detail, .sub-banner3 .sub-banner-detail {
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	width: 100%
}

.sub-banner3 .sub-banner-detail {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	padding: 15px 0;
	width: calc(100% - 40px);
	bottom: 5%;
	border-radius : 3px;
    -moz-border-radius : 3px;
    -webkit-border-radius : 3px;
    -o-border-radius : 3px;
}
.sub-banner .sub-banner-detail .sub-banner-title {
	font-size: 30px;
	color: #fff;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 28px;
}

.banner-top {
    margin-bottom: 15px;
}

.sub-banner .sub-banner-detail .sub-banner-subtitle {
	color: #fff;
	font-weight: 400;
	margin-bottom: 15px;
	font-size: 20px;
	margin-top: 15px;
}
.sub-banner .sub-banner-detail .sub-banner-type {
	color: #727272;
	font-style: italic;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.sub-banner.sub-banner3 .sub-banner-detail .sub-banner-type {
	text-transform: none;
}
.sub-banner.sub-banner5 .sub-banner-detail .sub-banner-type, .sub-banner.sub-banner7 .sub-banner-detail .sub-banner-type {
	color: #efac3f;
}
.sub-banner .sub-banner-detail .offer {
	color: #282828;
	font-size: 50px;
	font-weight: 700;
}
.sub-banner-subtitle span {
	color: #efac3f;
}

.sub-banner .sub-banner-detail .sub-banner-title span.color {
	color: #bababa;
	line-height: 32px;
}
.sub-banner .sub-banner-detail .sub-banner-title span {
	font-weight: 300;
}

.sub-banner .sub-banner-detail span.line {
	background: #5b5b5b;
	height: 1px;
	width: 90px;
	display: inline-block;
	margin: 30px 0 25px 0;
}
.sub-banner3 .sub-banner-detail span.line {
	margin: 50px 0;
}

.small-banner:hover img {
	opacity: 0.6;
}
.content-new-detail p{
	font-family: 'Roboto', sans-serif!important;
}
.content-new-detail p span{
	font-family: 'Roboto', sans-serif!important;
}
.toggle.hc-nav-trigger{
	display: none!important;
}
.second-nav{
	display: none
}

/* Sub Menu Product part */

.sub-menu-slider .product-item {
    max-width: 100%;
}
.sub-menu-slider .product-image {
    max-width: 100%;
}
.sub-menu-slider .pro_cat {
    min-height: auto !important;
}
.sub-menu-slider .product-item-name a {
    display: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.side-banner {
	position: relative;
	overflow: hidden;
	background: #111924;
	max-width: 100%;
}

.side-banner.side-banner1 {
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
}

.side-banner.side-banner3 {
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
}

.side-banner:hover img {
	opacity: 0.6;
}

.side-banner:before, .side-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.side-banner:hover:before {
    top: 50%;
    bottom: 50%;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background-color: rgba(255, 255, 255, 0.5);
}

.side-banner:hover:after {
    left: 50%;
    right: 50%;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background-color: rgba(255, 255, 255, 0.5);
}



/* Product Box part */

.heading-part {
    position: relative;
}



.main_title {
    display: inline-block;
    margin-bottom: 0;
}

.main_title span::after {
    background: #efac3f none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    bottom: -1px;
    width: 50px;
    z-index: 1;
}


.category-bar ul li {
	display: inline-block;
	padding: 0 5px;
}

.category-bar ul li:first-child {
	padding-left: 0;
}

.category-bar ul li.selected {
	pointer-events: none;
}
.category-bar ul li a {
	background: #eeeeee;
	display: block;
	padding: 6px 13px;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	transition: none;
}

.category-bar ul li a.selected {
    pointer-events: none;
    color: #ffffff;
    background: #111924;
}

.category-bar ul li:hover a {
	color: #ffffff !important;
    background: #111924;
}

.tab_cat {
    /*padding: 0 15px;*/
    position: relative;
}

.pro_cat {
	position: relative;
}
.owl-carousel .owl-wrapper-outer {
	/* display: inline-block; */
	padding-top: 7px;
	margin-top: -7px;
}

.sub-menu-slider .owl-carousel .owl-wrapper-outer {
	display: block;
}

.pro_cat .product-slider-main {
    display: none;
}

.pro_cat .product-slider-main.selected {
    display: block;
}

.product-item {
	background: #fff;
	border: 1px solid #efefef;
	position: relative;
	overflow: hidden;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.product-item::after {
    /* background: #f4f4f4 none repeat scroll 0 0; */
    content: "";
    height: 100%;
    /* max-width: 280px; */
    position: absolute;
    width: 100%;
}

.list-type .product-item::before {
	background-color: transparent;
}

.list-type .product-item {
	padding-bottom: 0;
	border: none;
}

.product-item .product-item-inner{
	overflow: hidden;
}
.product-item .quick-view{
	position: absolute;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	left: 0px;
	right: 0px;
	text-align: center;
	transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    opacity: 0;
}
.product-item:hover .quick-view{
	opacity: 1;
}

.product-item.sold-out .quick-view {
	display: none;
}

.pro_cat .item {
	padding-left: 15px;
	padding-right: 15px;
}

.product-listing.uniq-product {
    margin-bottom: -30px;
}

.product-image {
    min-width: 70px;
    overflow: hidden;
    position: relative;
    /* margin: 10px 0px; */
    max-width: 280px;
}
.product-image img {
	transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.product-item:hover .product-image img {
    opacity: 0.3;
}

.sold-out.product-item:hover .product-image img {
    opacity: 1;
}

.product-listing.list-type .product-item.sold-out .product-item-details {
	opacity: 0.3
}

.product-listing.list-type .product-item.sold-out .detail-inner-left ul li a {
	pointer-events: none;
}

.main-label {
	font-size: 13px;
    color: #ffffff;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    position: absolute;
    text-transform: uppercase;
    top: 10px;
    width: 40px;
    height: 40px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%; 
    z-index: 1;
}
.sale-label {
    background: #efac3f;
	left: 10px; 
}

.new-label {
    background: #3547aa;
    right: 10px;
}

.product-item.sold-out::after {
    background: rgba(255,255,255,0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.product-item.sold-out::before {
	background: #fa6b6b;
	content: "Sold out";
	color: #fff;
	position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    text-transform: uppercase;
    padding: 10px 15px;
    letter-spacing: 0;
    transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    width: 100px;
    text-align: center;
}

.out-stock {
    background: #fa6b6b none repeat scroll 0 0;
    border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-o-border-radius: 40px;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 40%;
    z-index: 1;
}

 .product-detail-inner, .product-listing.grid-type .product-detail-inner {
    right: 0px;
    left: 0px;
    bottom: 10px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	z-index: 1;
}

.product-listing.list-type .product-detail-inner {
	position: relative;
	bottom: auto;
	right: auto;
}


.uniq-product .product-detail-inner {
	top: 10px;
	bottom: auto;
}

.uniq-product .product-item:hover .product-detail-inner {
	top: 10px;
	bottom: auto;
}

.detail-inner-left, .product-listing.grid-type .detail-inner-left {
    /* opacity: 0; */
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s
}

.product-item:hover .detail-inner-left, .product-listing.grid-type .product-item:hover .detail-inner-left {
	opacity: 1;
}

.product-listing.list-type .detail-inner-left {
	opacity: 1;
	text-align: left;
}

.product-listing.list-type .product-item-details .product-detail-inner ul li {
	display: inline-block;
    padding: 0 5px;
}

.product-listing.list-type .product-item-details .product-detail-inner ul li:first-child {
	padding-left: 0;
}

.product-listing.list-type .product-item-details .product-detail-inner ul li:last-child {
	padding-right: 0;
}

.product-listing.list-type .detail-inner-left ul li a, .product-listing.list-type .detail-inner-left ul li button {
	background: #eeeeee;
}

.product-listing.list-type .detail-inner-left ul {
	text-align: center;
}
.product-listing.list-type .product-item-details{
	margin-top: 0px;
	transform: none;
	position: absolute;
    top: 50%;
    transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    margin-left: 310px;
}

.product-listing.list-type .product-des p {
	max-height: 48px;
    overflow: hidden;
}

.product-item-name a {
	color: #000;
   
}
.product-item .muangay{
	    display: inline-block;
       background: #efac3f;
    color: #fff;
    width: 100%;
    padding: 4px;
    margin-top: 7px;
    margin-bottom: 10px;
    border-radius: 5px;
        text-align: center;
    text-transform: uppercase
}

.uniq-product .product-item-details {
	background: #f5f5f5;
	position: absolute;
	width: 100%;
	top: 100%;
	padding: 5px;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.uniq-product .product-item:hover .product-item-details {
	top: calc(100% - 64px);
}

.filter-mobile{
	display: none;
}


.grid-type .product-item-details {

    transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	    padding-top: 10px;
}
.main-category-product .item-product{
	border: 0
}
.main-category-product .item-product{
	border: 0
}
.product-other-new .product-item{
	border: 0
}

.item-product .product-image{
	border: 2px solid #00aeef;
}
   .product-item .product-item-name{
	    font-size: 16px;
    text-transform: uppercase;
}
	
.product-other-new .product-image{
border: 2px solid #00aeef;
}



.list-type .product-item-details, .product-detail-main .product-item-details {
	text-align: left;
}
.special-products-block .product-item-details {
	margin-top: 0;
}
.shop-list-view:hover .product-item-name a, .product-item:hover .product-item-name a, 
.special-products-block:hover .product-item-name a, .sidebar-contant ul li:hover .pro-detail-info a {
	color: #111924;
}
.product-item-details .price-box .price {
    font-weight: bold;
    font-size: 16px;

}

.price-box {
    display: inline-block;
}

.sidebar-block .price-box {
    display: block;
}

.price-box .price {

    color: #ff0000;
}
.product-item-details .price-box .price.old-price {
	font-size: 12px;
	font-weight: 400;
	color: #999;
	margin-right: 0;
}
.detail-inner-left ul {
	display: inline-block;
}

.product-item .detail-inner-left ul li, .product-listing.grid-type .product-item .detail-inner-left ul li {
	/* margin: -35px 0; */
	position: relative;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	float: left;
	margin: 0px 5px;
}

.product-listing.list-type .product-item .detail-inner-left ul li {
	margin: 0;
}

.product-listing.list-type .product-item:hover .detail-inner-left ul li {
	margin: 0;
}

.product-item .detail-inner-left ul li:last-child {
	padding-right: 0;
}

/* .detail-inner-left ul li a:hover, .detail-inner-left ul li button:hover {
	background-color: #efac3f !important;
	color: #ffffff !important;
} */

.detail-inner-left ul li button {
    background-color: #fff;
    border: none;
    display: inline-block;
    letter-spacing: 0.5px;
    padding: 8px 15px 9px 6px;
    text-transform: none;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.4s ease 0s;
}

.detail-inner-left ul li button:hover {
    background: #efac3f;
    color: #fff;
}


.detail-inner-left.right-side ul li a {
    border-right: 1px solid #ff8786;
    padding: 0 18px;
}

.detail-inner-left.right-side ul li:last-child a {
    border-right: medium none;
    padding-right: 0;
}

.detail-inner-left ul li a {
    border: none;
    letter-spacing: 0.5px;
    padding: 0;
    text-transform: none;
    cursor: pointer;
    transition: all 0.4s ease 0s;
}

/* .detail-inner-left ul li a:hover {
    background: #efac3f;
    color: #fff;
} */

.detail-inner-left ul li a span{
    background: url("../images/sprite.png") no-repeat scroll 0 0 #efefef;
    display: block;
    height: 35px;
    width: 35px;
}

.list-type .detail-inner-left ul li a span {
	background-color: #efefef;
}

.detail-inner-left ul li a:hover span {
	background-color: #efac3f;
}

.detail-inner-left ul li.pro-cart-icon a span {
    background-position: -10px -311px;
}

.detail-inner-left ul li.pro-cart-icon a:hover span {
    background-position: -10px -346px;
}

.detail-inner-left ul li.pro-wishlist-icon a span {
	background-position: -10px -380px;
}
.detail-inner-left ul li.pro-wishlist-icon a:hover span {
	background-position: -10px -417px;
}

.detail-inner-left ul li.pro-compare-icon a span {
	background-position: -10px -456px;
}
.detail-inner-left ul li.pro-compare-icon a:hover span {
	background-position: -10px -491px;
}

/* */
.rating-summary-block .rating-result {
	display: inline-block;
	position: relative;
	width: 71px;
}
.rating-summary-block.big .rating-result {
	width: 88px;
}
.rating-summary-block .rating-result:before {
	color: #c7c7c7;
	content: "" "" "" "" "";
	display: block;
	font-family: FontAwesome;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	height: 16px;
	left: 0;
	letter-spacing: 2px;
	line-height: 16px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.rating-summary-block .rating-result > span {
	display: block;
	overflow: hidden;
}
.rating-summary-block .rating-result > span::before {
	color: #ffaf47;
	content: "" "" "" "" "";
	display: block;
	font-family: FontAwesome;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	height: 16px;
	letter-spacing: 2px;
	line-height: 16px;
	position: relative;
	z-index: 1;
}
.rating-summary-block .rating-result:before, .rating-summary-block .rating-result > span:before {
	font-size: 13px;
	height: 13px;
	line-height: 13px;
}
.rating-summary-block.big .rating-result:before, .rating-summary-block.big .rating-result > span:before {
	font-size: 17px;
	height: 17px;
	line-height: 17px;
}

.fotorama__wrap--css3 .fotorama__stage__shaft {
	border: 1px solid #efefef;
    margin-left: -1px;
    width: calc(100% - 1px) !important;
}

.daily-deals .product-item-details {
	text-align: left;
	padding: 0;
}

.daily-deals .product-item-details > p {
    line-height: 18px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.product-item .detail-inner-left ul li:first-child {
	padding-left: 0;
}

.pro-progress {
	margin-bottom: 15px;
}

.progress-bar {
	height: 10px;
	background: #efac3f;
}

.item-offer-clock p {
    margin-bottom: 10px;
}
.item-offer-clock ul {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.item-offer-clock ul li {
    color: #282828;
    display: inline-block;
    list-style: outside none none;
    vertical-align: top;
}
.item-offer-clock ul li.seperator {
    font-size: 20px;
    line-height: 40px;
}
.item-offer-clock ul li span, .item-offer-clock ul li p {
    color: #282828;
    display: block;
    line-height: 1;
}
.item-offer-clock ul li span {
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 3px;
    text-align: center;
    width: 40px;
    letter-spacing: 0.5px;
}
.item-offer-clock ul li p {
    font-size: 12px;
    margin-bottom: 0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 34px;
}
/* daily-deals End*/

/* perellex-banner Start */
.perellex-banner {
    background: url("../images/parallax.jpg") no-repeat fixed center;
    padding: 60px 0;
}

.perellex-delail .perellex-title {
    color: #efac3f;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 20px;
}

.perellex-delail .perellex-subtitle {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 40px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.perellex-delail p {
	color: #111924;
	font-size: 20px;
}
/* perellex-banner End */

.product-slider .owl-prev, .product-slider .owl-next, 
#brand-logo .owl-prev, #brand-logo .owl-next, 
#blog .owl-prev, #blog .owl-next, 
.banner .owl-prev, .banner .owl-next,
.client-main  .owl-prev, .client-main  .owl-next, 
.sub-menu-slider .owl-prev, .sub-menu-slider .owl-next, 
.pro_cat .owl-prev, .pro_cat .owl-next,
#top-cat-pro .owl-prev, #top-cat-pro .owl-next {
	background: #eaeaea;
	position: absolute;
	height: 30px;
	width: 30px;
	text-align: center;
	letter-spacing: 0;
	top: 50%;
	font-size: 0;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}


#top-cat-pro .owl-prev, #top-cat-pro .owl-next {
	background: #fff;
}

.pro_cat .owl-prev, .pro_cat .owl-next, 
#blog .owl-prev, #blog .owl-next,
#top-cat-pro .owl-prev, #top-cat-pro .owl-next,  
#brand-logo .owl-prev, #brand-logo .owl-next {
	/* top: -45px; */
}

.product-slider .owl-prev, .product-slider .owl-next {
    margin-top: -65px;
    top: 0;
}

.banner .owl-prev, .banner .owl-next {
	background: #fff;
    margin-top: 0;
    transform: translateY(0px);
}

/* #brand-logo .owl-prev, #brand-logo .owl-next  {
	margin-top: -5px;
} */

.banner .owl-prev:hover ,.banner .owl-next:hover,
.pro_cat .owl-prev:hover, .pro_cat .owl-next:hover, 
#brand-logo .owl-prev:hover, #brand-logo .owl-next:hover,  
.sub-menu-slider .owl-next:hover, .sub-menu-slider .owl-prev:hover, 
#top-cat-pro .owl-prev:hover, #top-cat-pro .owl-next:hover, 
#blog .owl-prev:hover, #blog .owl-next:hover, 
.client-main .owl-prev:hover, .client-main .owl-next:hover {
	background: #efac3f;
}

.sub-menu-slider .owl-next {
	right: 0px !important;
}

 .sub-menu-slider .owl-prev {
 	left: 0px !important;
 }

.banner .owl-next  {
	right: 20px;
}

.banner .owl-prev {
	left: 20px;
}

.pro_cat .owl-next, #blog .owl-next, #top-cat-pro .owl-next,  #brand-logo .owl-next {
    right: 0px;
}

.pro_cat .owl-prev, #blog .owl-prev, #top-cat-pro .owl-prev, #brand-logo .owl-prev {
    left: 0px;
}


.client-main .owl-next {
	right: 0;
}

.client-main .owl-prev {
	left: 0;
} 

.product-slider .owl-next {
	right: 10px;
}

.product-slider .owl-prev {
	right: 60px;
}


.product-slider .owl-prev:after, .product-slider .owl-next:after, 
#brand-logo .owl-prev:after, #brand-logo .owl-next:after, 
#blog .owl-prev::after, #blog .owl-next::after, 
.banner .owl-prev:after, .banner .owl-next:after,
.client-main  .owl-prev:after, .client-main  .owl-next:after, 
.sub-menu-slider .owl-prev:after, .sub-menu-slider .owl-next:after,
.pro_cat .owl-prev:after, .pro_cat .owl-next:after   {
	color: #a7a7a7;
	font-size: 22px;
	line-height: 28px;
	font-family: FontAwesome;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.product-slider .owl-prev:after, #brand-logo .owl-prev:after, 
#blog .owl-prev:after, .banner .owl-prev:after,  .owl-prev:after, 
.client-main  .owl-prev:after, .sub-menu-slider .owl-prev:after, .pro_cat .owl-prev:after {
	content: "";
}
.product-slider .owl-next:after, #brand-logo .owl-next:after, 
#blog .owl-next:after, .banner .owl-next:after, #top-cat-pro .owl-next:after, 
.client-main .owl-next:after, .sub-menu-slider .owl-next:after, .pro_cat .owl-next:after {
	content: "";
}
.product-slider .owl-prev:hover:after, #brand-logo .owl-prev:hover:after,
#blog .owl-prev:hover:after, .banner .owl-prev:hover:after, 
.client-main  .owl-prev:hover:after, .sub-menu-slider .owl-prev:hover:after,
.pro_cat .owl-prev:hover:after, #top-cat-pro .owl-prev:hover:after {
	color: #fff;
}
.product-slider .owl-next:hover:after, #brand-logo .owl-next:hover:after,
#top-cat-pro .owl-next:hover:after, #blog .owl-next:hover:after, 
.banner .owl-next:hover:after, .client-main  .owl-next:hover:after, 
.sub-menu-slider .owl-next:hover:after, .pro_cat .owl-next:hover:after {
	color: #fff;
}


/*Our Categories */

.top-cate-bg {
    background: #f1f1f1 none repeat scroll 0 0;
}

.sell-pro .item {
    padding: 0 15px;
}

#top-cat-pro .item-inner {
    position: relative;
    background: #000000;
}

#top-cat-pro .item-inner:hover img{
	opacity: 0.7;
}

.cate-detail {
    background: #efac3f;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    bottom: 10px;
    position: absolute;
    left: 50%;
    text-transform: uppercase;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
    width: 100%;
    padding: 10px;
}

/* Sub Menu Product part */
.sub-menu-slider .product-item {
    max-width: 100%;
}
.sub-menu-slider .product-image {
    max-width: 100%;
}
.sub-menu-slider .pro_cat {
    min-height: auto !important;
}
.sub-menu-slider .product-item-name a {
    display: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

/* ------------------ */
.shop-list-view {
	margin-bottom: 30px;
	display: inline-block;
}

.product-listing .inner-listing .item-width {
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.product-listing.list-type .inner-listing .item-width {
	max-width: 100%;
	flex: 0 0 100%;
}

.product-listing.list-type .product-image {
	border: 1px solid #efefef;
	float: left;
	width: 280px;
	margin: 0;
}
.product-listing.list-type .product-item-name a {
	font-size: 16px;
}
.product-listing.list-type .price-box {
	margin: 3px 0 15px;
	float: none;
}
.product-listing.list-type .bottom-detail {
	display: inline-block;
}

.product-listing.list-type .rating-summary-block {
	display: block;
}

.product-listing.list-type .product-image .product-detail-inner {
	display: none;
}

.product-listing.list-type .product-item-details .product-detail-inner {
	display: block;
}

.product-listing.grid-type .product-image .product-detail-inner {
	display: block;
}

.product-listing.grid-type .product-item-details .product-detail-inner {
	/* display: none; */
}

.product-listing.grid-type .product-des {
	display: none;
}

.bottom-detail ul li {
	display: inline-block;
	padding: 0 5px;
}

.product-detail-main .bottom-detail ul li {
	padding: 0 10px;
}

.cart-button .pro-cart-icon {
    margin-top: 9px;
}

.bottom-detail ul li:last-child, .bottom-detail ul li.pro-cart-icon {
    border-right: medium none;
}

.bottom-detail ul li:first-child {
	padding-left: 0;
}

.bottom-detail ul li span {
	background: url(../images/sprite.png) no-repeat scroll 0 0 ;
	font-size: 18px;
	border: none;
	text-align: center;
	display: inline-block;
	height: 18px;
	width: 18px;
	line-height: 35px;
	padding: 0;
	transition: all 0.4s ease 0s;
	margin-bottom: -2px;
    margin-right: 2px;
}

.bottom-detail-list ul li a:hover, .bottom-detail-list ul li button:hover {
	background: #efac3f;
	color: #ffffff;
}

.bottom-detail ul li.pro-cart-icon span {
	background-position: -18px -354px;
	display: none;
}

.bottom-detail ul li.pro-wishlist-icon span {
	background-position: -18px -388px;
}

.bottom-detail ul li.pro-compare-icon span {
	background-position: -18px -462px;
}

.bottom-detail ul li.pro-email-icon span {
	background-position: -52px -461px;
}

.bottom-detail.cart-button ul li span {
    border: none;
}

.bottom-detail.cart-button ul li:hover span {
    background-color: rgba(0,0,0,0);
}

.product-detail-main .bottom-detail ul li a {
	color: #6d6d6d;
	letter-spacing: 0;
}

.quick-view-popup .product-detail-main .bottom-detail ul li {
	border-right: none;
}

.quick-view-popup.popup-position {
	max-width: 1000px;
}

.quick-view-popup .popup-detail {
	max-height: 630px;
}

.quick-view-popup .bottom-detail button {
	font-size: 0;
	line-height: 0;
	padding: 10px 0;
}

/* .quick-view-popup .bottom-detail button i.fa {
	font-size: 18px;
	line-height: 0;
	padding: 8px ;
} */

.quick-view-popup .product-detail-main .bottom-detail ul li {
	padding: 0
}

.quick-view-popup .bottom-detail ul li a {
	padding: 10px;
}

.quick-view-popup.popup-position .mfp-close {
	color: #111924;
	right: 10px;
}

/* Site Services Features Block css Star */

.ser-feature-block .feature-box {
	background: url("../images/shipping_icon.png") no-repeat scroll 0 0;
	color: #111924;
	display: inline-block;
	padding-left: 70px;
    transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	cursor: pointer;
}
.ser-feature-block .feature-box-main{
	background: #f8f8f8;
	padding: 58px 0px;
	text-align: center;
}

.ser-feature-block .feature-box .ser-title {
	font-size: 17px;
	color: #111924;
	font-weight: 400;
	margin-top: 5px;
	display: inline-block;
	text-align: left;
}
.ser-subtitle{
	color: #fff;
}

.ser-feature-block .feature-box:hover .ser-title {
	color: #efac3f;
}
.ser-feature-block .feature-box.feature1 {
	background-position: 0px 11px;
}
.ser-feature-block .feature-box.feature2 {
	background-position: 0px -110px;
}
.ser-feature-block .feature-box.feature3 {
	background-position: 0px -238px;
}
.ser-feature-block .feature-box.feature1:hover {
	background-position: 0px -51px;
}
.ser-feature-block .feature-box.feature2:hover {
	background-position: 0px -174px;
}
.ser-feature-block .feature-box.feature3:hover {
	background-position: 0px -302px;
}

/* cat-box css Start */
.product-slider .heading-part > h2 {
    display: inline-block;
    margin: 0;
    position: relative;
}

.product-slider .heading-part span {
    background: #efac3f none repeat scroll 0 0;
    content: "";
    height: 3px;
    position: absolute;
    right: -100px;
    top: 45%;
    width: 80px;
}

.cat-img {
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.cat-img span {
    background: #fff;
    color: #111924;
    position: absolute;
    bottom: 18px;
    font-size: 18px;
    font-weight: 600;
    width: calc(100% - 80px);
    padding: 13px 0;
    left: 50%;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cat-img:hover span {
    -ms-transform: translateX(-50%) scale(0.9);
    -webkit-transform: translateX(-50%) scale(0.9);
    -o-transform: translateX(-50%) scale(0.9);
    transform: translateX(-50%) scale(0.9);
}
/* cat-box css End */

/* Special Product Block css Start */
.special-products-block {
	position: relative;
	overflow: hidden;
	margin-top: -7px;
	padding-top: 7px;
}
.special-products-block .product-item {
	max-width: 338px;
	float: left;
	margin-right: 30px;
}
.special-products-block .pro-detail-main {
	margin-left: 368px;
	position: relative;
}
.special-products-block .product-item-details .product-item-name {
	font-size: 22px;
	margin-bottom: 15px;
}
.special-products-block .product-item-details .price-box .price {
	font-size: 20px;
}
.special-products-block .product-item-details .price-box .price.old-price {
	font-size: 16px;
}
.special-products-block .rating-summary-block {
	margin-top: 10px;
	margin-bottom: 10px;
}
.special-products-block .label-review {
	color: #8f8f8f;
	font-size: 12px;
	font-style: italic;
}

.special-products-block .bottom-detail .pro-compare-icon {
	margin-top: 10px;
}
.special-products-block .pro-detail-main .bottom-detail {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.product-item-details .bottom-detail {
	padding: 10px 0;
}
.product-detail-main .product-item-details .product-qty ~ .bottom-detail {
	border: none;
	padding: 0;
}
.product-detail-main .product-item-details .bottom-detail {
	display: inline-block;
	padding: 0;
}
.product-detail-view .product-detail-main .product-item-details{
	transform: none;
	margin-top: 0px;
}
#special-pro .owl-prev, #special-pro .owl-next {
	position: absolute;
	top: -85px;
	font-size: 0;
}
#special-pro .owl-prev {
	right: 50px;
}
#special-pro .owl-next {
	right: 20px;
}
#special-pro .owl-prev:after, #special-pro .owl-next:after {
	color: #c2c2c2;
	font-family: FontAwesome;
	font-size: 28px;
	line-height: 55px;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
#special-pro .owl-prev:hover:after, #special-pro .owl-next:hover:after {
	color: #8a8a8a;
}
#special-pro .owl-prev:after {
	content: "";
}
#special-pro .owl-next:after {
	content: "";
}

.bottom-detail .btn-black {
    margin-top: 9px;
}


/* Special Product Block css End */

/* Custom News Letter CSS Start */

.newsletter-bg {
    padding: 30px 0;
    position: relative;
}

.newsletter-icon {
    float: left;
    margin-right: 10px;
}

.newsletter-title .main_title {
    font-size: 25px;
    letter-spacing: 1px;
}
.newsletter-title {
    color: #ffffff;
    margin-top: 5px;
}

.newsletter-title .sub-title {
    font-size: 18px;
}
.newsletter .newsletter-inner{
	background: url(../images/newsletter-bg.jpg) no-repeat 0 0;
	padding: 15px 0px;
}
.newsletter-inner .main_title{
	font-size: 29px;
	font-weight: 400;
}
.newsletter-bg .newsletter-title .title-btm-img{
	margin: 15px 0 50px 0;
}

.newsletter-inner span {
	display: inline-block;
	margin-bottom: 60px;
}
.newsletter-inner p {
	margin-bottom: 35px;
}

.newsletter-box {
    position: relative;
    margin-top: 5px;
}

.newsletter .newsletter-inner form button {
	background-color:rgba(255,255,255,0.1);
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    text-transform: none;
}
.newsletter-inner input {
    background-color:rgba(255,255,255,0.3);
    border: none;
    padding: 9px 0 9px 20px;
    width: 100%;
}

.newsletter-box input::placeholder{
	color: #fff;
}
.newsletter-title .main_title {
    color: #ffffff;
    font-size: 25px;
    letter-spacing: 1px;
}
/* Custom News Letter CSS End */

/* Testimonial CSS Start */
.homepage .client-bg {
	background: none;
	border: 1px solid #eeeeee;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
	position: relative;
}

.client-bg {
	background: url(../images/testimonial-bg.jpg) repeat scroll 0 0;
	position: relative;
}

.top-shadow, .bottom-shadow {
    position: absolute;
    width: 100%;
}
.top-shadow {
	top: -10px;
}

.bottom-shadow {
    bottom: -8px;
}

.homepage .client-img {
    margin-right: 0;
    width: 100%;
    text-align: center;
}

.client-img {
    margin-right: 40px;
}

.homepage .client-main .owl-carousel .owl-wrapper-outer {
	padding-top: 30px;
	margin-top: 0;
}

.client-main .item {
	display: inline-block;
	padding-bottom: 30px;
}
.client-main .item p {
	font-weight: 300;
	margin: 0; 
}

.homepage .client-main .item p {
	font-size: 16px;
	line-height: 25px;
}

.quote1-img {
	text-align: left;
}

.quote2-img {
	text-align: right;
}

.client-img img{
    border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
    display: inline-block;
    overflow: hidden;
}

.designation {
    color: #111924;
    font-size: 18px;
    margin-bottom: 10px;
}

.homepage .designation {
    color: #efac3f;
}

.quote {
	border-left: 1px solid #e1e1e1;
    max-width: 670px;
    position: relative;
    padding: 20px 40px;
}

.homepage .quote {
	border: none;
	padding: 0 20px;
} 

.homepage .client-main .item .client-title {
    margin-top: 20px;
}

.client-main .item .client-title {
	color: #efac3f;
    font-size: 18px;
    font-weight: 300;
    margin-top: 40px;
    text-transform: none;
}

.style-02 .client-img {
	margin-right: 0;
}

.style-02 .quote, .style-03 .quote {
    max-width: 750px;
    border-left: none;
    padding: 0 0 20px;
}

.style-02 .client-main .item .client-title, .style-03 .client-main .item .client-title {
	color: #00c2d3;
    font-size: 20px;
    font-weight: 300;
    margin-top: 20px;
    text-transform: none;
}

.style-03 .client-img {
	margin-right: 0;
	padding-bottom: 20px;
}

.style-03 .client-img img {
	padding-top: 20px;
}

.style-03.client-main .item .client-title {
	margin-top: 0;
}

.owl-pagination {
	display: inline-block;
	margin-top: 20px;
}

.owl-pagination .owl-page {
	float: left;
	margin: 0 3px;
}
.owl-pagination .owl-page {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
    height: 16px;
    width: 16px;
}

.owl-pagination .owl-page > span {
	background: #e7e7e7;
	display: block;
}

.owl-pagination .owl-page.active > span, .owl-pagination .owl-page:hover > span {
    background: #efac3f none repeat scroll 0 0;
}

.owl-controls .owl-pagination {
    position: absolute;
    bottom: 10px;
    text-align: center;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -0-transform: translateX(-50%);
    transform: translateX(-50%);
} 

.owl-pagination .owl-page {
    float: left;
    margin: 0 2px;
}

.owl-pagination .owl-page > span {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}

#sidebar-product .owl-pagination, #blog .owl-pagination {
	top: -10px;
	right: 0;
	height: 20px;
	transform: translateX(50%);
	-moz-transform: translateX(50%);
	-webkit-transform: translateX(50%);
	-o-transform: translateX(50%);
}

.client-main .owl-controls .owl-pagination {
	padding-top: 20px;
}

.client-main {
	position: relative;
	overflow: hidden;
}
.client-main .owl-buttons, #blog .owl-buttons, #sidebar-product .owl-buttons {
    display: none;
}
/* Testimonial CSS End */

/* Blog CSS Start */
.blog-listing .blog-item {
    margin-bottom: 30px;
}

.blog-media {
	overflow: hidden;
	background: #111924;
	position: relative;
}
.blog-item .blog-media img {
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
}
.blog-item:hover .blog-media img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.blog-item a.read {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.blog-title {
	margin-bottom: 5px;
}

.blog-title > a {
    color: #efac3f;
    /* font-size: 17px; */
    font-weight: 400;
}

.blog-title > a:hover {
    color: #111924;
}

.blog-media > .date {
	border: 1px solid #fff;
	background: #efac3f;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	position: absolute;
	top: 10px;
	left: 10px;
	line-height: 15px;
	padding: 10px 20px;
}

.blog-media > .date span {
	font-size: 13px;
	letter-spacing: 0;
}

.blog-item:hover a.read {
	opacity: 1;
	filter: alpha(opacity=100);
}
.blog-item a.read:after {
	content: "";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 16px;
	border: 2px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	color: #ffffff;
	height: 45px;
	width: 45px;
	padding: 10px;
	text-align: center;
}

.post-date {
	color: #efac3f;
	/* font-style: italic; */
}
.blog-detail p {
	margin-top: 15px;
	margin-bottom: 6px;
}

.blog-detail .post-info {
    margin-top: 5px;
}

.blog-detail .post-info ul li {
	display: inline-block;
	margin-right: 15px;
}
.blog-detail .post-info ul li a {
}

.blog-item img {
  width: 100%;
}

.blog-item .blog-effect:before{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
}
.blog-item .blog-effect:after{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transform: scale(1, 0);
}

.blog-item:hover .blog-effect:before{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
.blog-item:hover .blog-effect:after{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}


.blog-item .blog-effect:before, .blog-item .blog-effect:after{
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
/* Blog CSS End */



.brand .item {
	
	text-align: center;
	    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 15px;
}
.brand .item .avt{
	    width: 150px;
    display: inline-block;
    float: left;
}
.brand .item .avt img{
	    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}
.brand .item .nav-img{
	    width: calc(100% - 150px);
    display: inline-block;
    float: right;
    padding-left: 20px;
    text-align: left;
}
.brand .item img:hover {
	opacity: 1;
}
/* Brand-Logo CSS End */

/* Sidebar CSS Start */
.gray-box {
	padding-bottom: 25px;
}

.slidebar-open.btn-color.btn {
    padding: 7px;
    margin-left: 20px;
    margin-top: 3px;
}

.sidebar-block.shop-list {
    display: none;
}

.sidebar-block.shop-list{
    background: #fff;
    border-bottom: 0 none;
    bottom: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    display: inline-block !important;
    height: 100% !important;
    left: -260px;
    margin: 0 !important;
    position: fixed !important;
    top: 0 !important;
    transition: all 0.4s ease 0s;
    width: 260px;
    z-index: 4;
}

.sidebar-block.shop-list.menu-open {
    left: 0;
}

.sidebar-block.shop-list {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

#sidebar-product, #blog {
	position: static;
}

#sidebar-product .item {
	padding: 0 15px;
}


.sidebar-title {
	margin-bottom: 20px;
	background-color: #efac3f;
	    padding: 5px 16px 4px;
    color: #fff;
    font-family: "Roboto",sans-serif;
       font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sidebar-title .fa{
	margin-right: 7px;
}
.sidebar-block.close1 {
    margin-top: 0 !important;
}
.sidebar-block {
    transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.sidebar-block .sidebar-contant{
	/* color: #000; */
  	padding: 0 15px;
}

.price-range {
	padding-bottom: 5px;
}

.sidebar-contant ul li:last-child label {
	margin-bottom: 0;
	padding-bottom: 0;
}

.homepage .sidebar-block .sidebar-contant {
	    padding: 10px 10px;
}
.homepage .sidebar-block .sidebar-contant  ul li i{
	margin-right: 5px;
}

.sidebar-block .sidebar-box {
	display: inline-block;
    position: relative;
    width: 100%;
    background: #fff;
   
}
#sidebar .sidebar-contant{
	 padding: 0 15px;
}

.sidebar-title h3 {
    margin-bottom: 0;
    color: #fff;
    line-height: 32px;
    font-size: 16px;
}
.sidebar-title h3 i{
    font-size: 18px;
    color: #fff;
}

.sidebar-block .elec-cate-bg{
	background: url(../images/elec-block-bg.jpg) 0px  0px repeat-y;
}

.sidebar-block .furn-cate-bg{
	background: url(../images/furn-block-bg.jpg) 0px  0px repeat-y;
}

.sidebar-title-inner {
	    background: #f8f8f8;
    padding: 1px;
}

.sidebar-title-inner .sidebar-title h3{
	padding: 9px 20px 10px;
}

.listing-box ul li:last-child {
	border-bottom: none;
}
.listing-box ul li:first-child a {
	padding-top: 0 !important;
}
.listing-box ul li a {
	padding: 5px 0px;
	display: block;
	color: #111924;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}

.listing-box.mb-30 ul li:last-child a {
	padding-bottom: 0;
}

.listing-box ul li a:hover {
	color: #efac3f !important;
}

.sidebar-block .sidebar-contant .btn.small {
    margin-top: 12px;
}

.sidebar-contant label {
    cursor: pointer;
    font-weight: 400;
    padding: 4px 0;
    color: #1a1623;
}

.check-box > span {
    position: relative;
}

.listing-box ul li:first-child label {
	padding-top: 0;
}

.sidebar-contant label:hover {
    color: #efac3f
}

.size ul li {
    margin-bottom: 3px;
}

.select-color {
	margin-bottom: 15px;
}

.select-color ul {
	margin: 0 -10px -10px;
}

.select-size ul li {
	margin-bottom: 15px;
}

.select-color ul li span.color-option {
	background: #000;
	display: inline-block;
    cursor: pointer;
    height: 24px;
    position: relative;
    width: 24px;
    border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
}

.select-color ul li span.orange {
	background-color: #ff8000;
}
.select-color ul li span.yellow {
	background-color: #ffff00;
}
.select-color ul li span.black {
	background-color: #000000;
}

.select-color ul li span.green {
	background-color: #efac3f;
}

.select-color ul li span.gray {
	background-color: #e7eae9;
}

.select-color ul li span.sky {
	background-color: #008dd2;
}

.select-color ul li span.cream {
	background-color: #f2d197;
}

.select-color ul li span.pink {
	background-color: #ffa6b6;
}

.select-color ul li span.blue {
	background-color: #0000ff;
}

.select-color ul li span.red {
	background-color: #f21203;
}

.select-color ul li span.white {
	background-color: #fff;
}

.select-color ul li span.dark-pink {
	background-color: #db0081;
}

.select-color ul li.active > span::after {
    background: url(../images/color-check.png) no-repeat scroll 0 0;
    content: "";
    display: inline-block;
    float: left;
    height: 25px;
    margin-right: 5px;
    margin-top: 6px;
    position: absolute;
    right: -12px;
    top: -6px;
    width: 25px;
}

.product-item-details .select-size > span, .product-item-details .select-color > span {
	font-size: 16px;
	margin-right: 15px;
}

.sidebar-block .select-color ul{
	display: inline-block;
}

.select-color ul li {
	display: inline-flex;
	float: left;
	padding: 0 10px 10px;
	position: relative;
}

.select-size ul, .select-color ul{
	display: inline-block;
}

.select-size ul li, .select-color ul li {
	display: inline-flex;
}

.select-size ul li span {
	background: #e9e9e9;
	color: #111924;
	display: block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	margin-right: 9px;
	text-align: center;
	cursor: pointer;
}

.select-size ul li.active span {
    background: #efac3f none repeat scroll 0 0;
    color: #ffffff;
}

.select-color ul li label.red:before{
	background: #ff0000;
}

.select-color ul li label.black:before{
	background: #000000;
}

.select-color ul li label.blue:before{
	background: #0000ff;
}

.select-color ul li label.green:before{
	background: #82c14f;
}

.select-color ul li label.navyblue:before{
	background: #3c4477;
}

.select-color ul li label.rose:before{
	background: #dd2f86;
}

.select-color ul li label.magenta:before{
	background: #b9529f;
}

.color-tooltip {
    background: #efac3f none repeat scroll 0 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    color: #fff;
    display: none;
    font-size: 12px;
    line-height: 14px;
    height: 20px;
    left: 50%;
    margin: 0 auto;
    padding: 3px 6px 2px;
    position: absolute;
    text-align: center;
    top: -22px;
    transform: translateX(-50%);
    white-space: nowrap;
    width: auto;
    z-index: 2;
}

.check-box span:hover .color-tooltip, .select-color li:hover .color-tooltip {
    display: block;
}

.product-detail-main .color-tooltip {
    left: 14px;
    top: -27px;
}

.color-arrow {
    border-color: #efac3f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 7px;
    content: "";
    left: 50%;
    opacity: 1;
    position: absolute;
    top: 19px;
    transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.inner-title {
	color: #111924;
	margin-bottom: 8px;
	display: inline-block;
	font-weight: 500;
	text-decoration: underline;
}

.filter-sidebar .filter-inner-box ul li {
    cursor: pointer;
    display: inline-flex;
    width: 100%;
}

.filter-inner-box ul li.active > span, .filter-inner-box ul li:hover > span {
    background: none repeat scroll 0 0 #d55401;
}

.filter-inner-box ul li > span {
    border: 1px solid #b6b6b6;
    box-shadow: 0 0 0 1px #fff inset;
    display: inline-block;
    height: 12px;
    margin-right: 7px;
    margin-top: 1px;
    width: 12px;
    z-index: 0;
}

.filter-inner-box ul li span input[type="checkbox"] {
    margin-top: 0;
    min-height: auto;
    opacity: 0;
}

.filter-inner-box ul li.active label {
    color: #d55401;
}

.filter-inner-box ul li label {
    color: #666;
    cursor: pointer;
    font-weight: normal;
    margin-top: -5px;
    width: 100%;
}

.sidebar-item ul li {
	display: inline-block;
	padding: 7px 0px;
	width: 100%;
}
.sidebar-item ul li:first-child {
	padding-top: 0;
}
.sidebar-item .pro-media {
	padding: 0 15px 0 0;
	width: 120px;
}

.pro-detail-info a {
	color: #111924;
    display: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.shop-2 .pro-detail-info {
    width: 100px;
}

.sidebar-item-wide .pro-media {
	float: left;
	width: 110px;
}

.pro-detail-info {
    margin-left: 110px;
}

.pro-detail-info .price-box .price {
	color: #111924;
	font-size: 18px;
	margin-right: 5px;
}
.pro-detail-info .rating-summary-block {
	padding: 0;
}
.sidebar-item .cart-link button {
	background-color: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
	font-weight: 400;
}
.sidebar-item .cart-link button:hover {
	color: #efac3f;
}
/* Sidebar CSS END */

/* Sorting CSS Start */
.shorting {
	border-bottom: 1px solid #ededed;
	padding-bottom: 15px;
}
.shorting .view {
	float: left;
	margin-right: 20px;
}
.list-types {
	display: inline-flex;
	float: left;
	margin: 3px 0px 0;
	padding: 0 5px;
}
.list-types.grid {
	border-right: 1px solid #dedede;
}
.list-types-icon {
	background: url(../images/grid-list.png) no-repeat scroll 0 0;
	display: inline-block;
	height: 25px;
	width: 36px;
}
.grid-icon {
	background-position: 0 -6px;
}
.list-icon {
	background-position: -65px -6px;
}
.grid-icon:hover, .list-types.active .grid-icon {
	background-position: 0 -39px;
}
.list-icon:hover, .list-types.active .list-icon {
	background-position: -65px -39px;
}
.list-types a {
	display: inline-flex;
}
.shorting select {
	font-size: 14px;
	  width: 215px;
    padding-left: 10px;
}

.show-item {
    float: right;
}

.short-by, .select-item {
	float: left;
	position: relative;
}
.short-by > span, .show-item > span {
	float: left;
	margin: 5px 10px 3px;
}
.compare {
	float: right;
}
.compare .btn {
    font-size: 15px;
    padding: 9px 15px;
    text-transform: none;
}
.pagination-bar {
	text-align: center;
}
.pagination-bar ul {
	display: inline-flex;
	    list-style: none;
}
.pagination-bar ul li {
	float: left;
	margin: 0 2px;
}
.pagination-bar ul li a {
	background: #f0f0f0;
	height: 40px;
	width: 40px;
	display: inline-block;
	line-height: 40px;
	text-align: center;
}
.pagination-bar ul li.active a, .pagination-bar ul li:hover a  {
	background: #efac3f;
	color: #fff !important;
}
/* Sorting CSS End */

/* Product Detail Page Start */

/* -- Product Zoom Slider Start -- */
.fotorama__nav--thumbs {
	margin-top: 15px;
}
.fotorama__nav__frame.fotorama__nav__frame--thumb {
	height: auto !important;
	margin: 0 8px;
	opacity: 0.3;
}
.fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
	opacity: 1;
}
.fotorama__img {
	position: relative;
	top: 0 !important;
}
.fotorama__thumb-border {
	display: none !important;
}
.fotorama__nav::before, .fotorama__stage::before {
	background-image: none;
}
.fotorama__nav::after, .fotorama__stage::after {
	background-image: none;
}

.fotorama__fullscreen-icon {
    background: url(../images/sprite.png) no-repeat scroll -87px -331px #efac3f;
    height: 40px;
    width: 40px;
	display: none;
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
    background-position: -42px -518px;
}

.fotorama__arr {
	background: url(next.png) no-repeat scroll 0 0 #efac3f;
}

.fotorama__arr--prev {
	background: url(prev.png) no-repeat scroll 10px 8px #efac3f;
}

.fotorama__arr--next {
	background-position: 13px 8px;
}


/* -- Product Zoom Slider End -- */

.product-detail-main .product-item-details .product-item-name {
	font-size: 22px;
	line-height: 22px;
	text-transform: none;
}
.product-listing .shop-list-view .product-item {
	margin-bottom: 0;
}
.product-detail-main .price-box .price {
	font-size: 22px;
}
.product-detail-main .rating-summary-block {
	margin-bottom: 10px;
}
.product-info-stock-sku {
	margin-top: 5px;
	margin-bottom: 15px;
}
.product-info-stock-sku > div {
	display: inline-block;
	margin-right: 20px;
}
.product-info-stock-sku label {
	font-weight: 400;
}
.product-info-stock-sku .price-box {
	display: inline-block;
}
.product-info-stock-sku .info-deta {
	color: #111924;
	text-transform: uppercase;
	font-weight: bold;
}

.product-list {
	margin-bottom: 15px;
}

.product-list i.fa {
	color: #efac3f;
} 

.pro-size {
    display: none;
}

.form-control {
	border-color: #dedede;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	height: 40px;
}
.form-control:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
}
.product-qty {
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}
.cart-dropdown .product-qty {
	margin-top: 0;
}
.custom-qty {
	display: inline-flex;
}
.increase.items, .reduced.items {
	background: transparent;
	border: 1px solid #e1e1e1;
	color: #888;
	padding: 10px 11px 9px;
	float: left;
}
.input-text.qty {
	border: 1px solid #e1e1e1;
	max-width: 40px;
	padding: 4px 0;
	float: left;
	text-align: center;
	margin: 0 5px;
}
.share-link label {
	font-weight: 400;
	float: left;
	margin-top: 6px;
	margin-right: 10px;
}

.brand-logo-pro {
    background: #f5f5f5 none repeat scroll 0 0;
}

/* Product Page Tab CSS Start */
.nav-tabs {
	border-bottom: 1px solid #e1e1e1;
}
.nav-tabs > li > a {
	border-color: #eee #eee #ddd;
}

.product-detail-tab .nav > li > a {
    display: block;
    padding: 10px 15px;
    position: relative;
}

.product-detail-tab {
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.product-detail-tab .nav > li > a {
	background-color: transparent;
	color: #111924;
	text-decoration: none;
	border: none;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0px;
}

.nav-tabs > li > a:hover {
	color: #efac3f !important;
}

.nav-tabs > li > a.selected, .nav-tabs > li > a.selected:hover, .nav-tabs > li > a.selected:focus {
    background: #efac3f;
    border: medium none;
    color: #fff !important;
}
.tab_content {
	
	border-top: 0;
	
}
.product-listing .tab_content {
	padding: 0;
	border: none;
}
.fotorama__nav {
	text-align: left or right;
}
.Description, .items-Product-Tags, .items-Reviews, .comments-area-main {
	line-height: 25px;
}
.tab_content ul li strong {
	font-weight: 500;
	color: #1a1623;
}


/* Product Page Tab CSS End */

/* --------------- Comment CSS START ------------------ */
.comment-list > li {
	padding-top: 20px;
	border-top: 1px solid #e1e1e1;
}
.comments-area > .comment-list > li:first-child {
	border: none;
	padding-top: 0;
}
.comment-user {
	float: left;
	margin-right: 20px;
}
.comment-detail {
	display: table-cell;
}
.comment-detail .user-name {
	color: #232323;
	font-weight: 500;
	line-height: 1.1;
}
ul.child-comment {
	margin-left: 63px;
}
.comment-detail .post-info ul {
	display: inline-flex;
}
.comment-detail .post-info ul li {
	float: left;
	margin-right: 15px;
	font-size: 14px;
	padding: 0;
}

.comment-detail .post-info ul li:last-child {
	margin-right: 0;
}

.comment-detail .post-info ul li a i.fa {
	margin-right: 5px;
}

.shop-list-view .product-item-details {
    display: table-cell;
    position: relative;
    text-align: left;
}

.shop-list-view ul li button {
    border: medium none;
    color: #232323;
    display: inline-block;
    padding: 0;
    transition: none 0s ease 0s ;
}

.shop-list-view .detail-inner-left {
    display: inline-block;
    padding: 0 0 10px;
    width: 100%;
}
.main-menu  li{
	position: relative;
}
.main-menu  li .sub-menu{
    width: 200px;
    position: absolute;
    left: 0;
    top: 60px;
}
.main-menu  li .sub-menu li{
	margin-right: 0;
	width: 100%;
	border-bottom: 1px solid #eee
}
.main-menu  li .sub-menu li a{
	    padding: 5px 10px;
    width: 100%;
}
.main-menu  li .sub-menu{
	background: #fff;
	opacity: 0;
	visibility: hidden;
	border-image-outset: 0;
	    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.main-menu  li:hover .sub-menu{
	visibility: visible;
	opacity: 1;
	top:45px;

}
.promotion_top ul li i{
	margin-left: 5px;
}
/* --------------- Comment CSS End ------------------ */

/* Product Detail Page CSS End */

/* checkbox CSS Start */
/*.checkbox + label, .radio-button + label {
    cursor: pointer;
    line-height: 17px;
    padding-bottom: 4px;
    padding-left: 20px;
    padding-top: 4px;
    position: relative;
}

.checkbox:checked + label::before, .radio-button:checked + label::before {
    background: #efac3f none repeat scroll 0 0;
    border-color: #efac3f;
}

.checkbox + label::before, .radio-button + label::before, .checkbox + label::after {
    content: "";
    height: 14px;
    left: 0;
    position: absolute;
    top: 0;
    width: 14px;
    margin-top: 5px;
}

.checkbox + label::before, .radio-button + label::before {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #979797;
    border-radius: 1.5px;
	-moz-border-radius: 1.5px;
	-webkit-border-radius: 1.5px;
	-o-border-radius: 1.5px;
}


.checkbox:checked + label::after {
    background-image: url("../images/check-box-icon.png");
    background-repeat: no-repeat;
    margin-left: 2px;
    margin-top: 4px;
}

input.radio-button:checked + label::before {
    background-image: url("../images/radio-icon.png");
    background-repeat: no-repeat;
}

.radio-button + label::before {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}*/

.select-color .checkbox + label::before{
    background: #eeeeee none repeat scroll 0 0;
    border: none;
}

.select-color .checkbox:checked + label::after {
    margin-left: 5px;
    margin-top: 7px;
}

.select-color .checkbox + label::before, .select-color .radio-button + label::before, .select-color .checkbox + label::after {
    height: 20px;
    width: 20px;
}

.product-detail-main .select-color .checkbox + label::before, .select-color .radio-button + label::before, .select-color .checkbox + label::after {
    height: 27px;
    width: 27px;
}

.product-detail-main .checkbox + label  {
	padding-left: 30px
}

.product-detail-main .checkbox + label::before {
	margin-top: -4px;
}

.product-detail-main .checkbox:checked + label::after {
    margin-left: 8px;
    margin-top: 4px;
}

/* checkbox CSS End */

.checkout-section .input-box {
	margin-bottom: 23px;
}

.check-box.left-side {
	margin-top: 10px;
}
.forgot-password {
	color: #0040a5;
	text-decoration: underline;
	font-weight: 500;
	display: inline-block;
}
.contact-info .p-0 {
	border-right: 1px solid #e1e1e1;
}
.contact-info .p-0:last-child {
	border: medium none;
}

/* Cart Page CSS Start */
.commun-table th span {
	float: left;
	font-size: 14px;
	font-weight: 400;
	clear: both;
}
.commun-table td .product-title {
	min-width: 300px;
}
table.table {
	
	border-top: none;
	margin-bottom: 0;
}

label {
    display: inline-block;
    font-weight: 500;
    margin-bottom: 5px;
    max-width: 100%;
}

.complete-order-detail table.table {
	border-top: 15px solid #f5f5f5;
}
.commun-table .table thead tr th {
	background: #f5f5f5;
	border-bottom: none;
	padding: 22px 20px;
}
.cart-item-table .table tbody tr td {
	padding: 20px 25px;
	vertical-align: middle;
}
.cart-total-table .table tbody tr td {
	padding: 10px 25px;
	vertical-align: middle;
}
.cart-total-table .table thead tr th {
	padding: 15px 25px;
	vertical-align: middle;
}
.commun-table .table tbody tr:first-child td {
	border-top: medium none;
}
.cart-item-table thead tr th:first-child, .cart-item-table tbody tr td:first-child {
	max-width: 110px;
}
.cart-item-table tbody tr td:last-child, .cart-item-table thead tr th:last-child {
	text-align: center;
}
.commun-table th ul li {
	text-align: left;
	float: left;
	margin-right: 30px;
}
.commun-table th ul li .price {
	font-size: 14px;
}
.commun-table th ul li:last-child {
	margin-right: 0;
	float: right;
}
.complete-order-table tbody tr td:last-child, .complete-order-table thead tr th:last-child {
	text-align: left;
}
.commun-table .table tbody tr td i.cart-remove-item {
	color: #efac3f;
	font-size: 18px;
	cursor: pointer;
}
.commun-table tbody tr td .input-box select {
	width: 100px;
	padding: 5px;
}
.cart-total-table .table tbody tr td b {
	font-size: 16px;
	color: #1a1623;
}
.cart-total-table .table tbody tr td .price {
	color: #1a1623;
	font-size: 14px;
	font-weight: 500;
}
.estimate select {
	padding: 12px 10px;
}
/* Cart Page CSS End */

/* Checkout Page CSS Start */
.checkout-step {
	display: inline-block;
	width: 100%;
}
.checkout-step ul {
	display: table;
	margin: 0px auto 25px;
}
.checkout-step ul li {
	float: left;
	font-size: 15px;
	color: #efac3f;
	cursor: pointer;
}
.checkout-step ul li .step {
	float: left;
}
.checkout-step ul li .step .circle {
	background: #efac3f;
	color: #fff;
	display: inline-block;
	width: 32px;
	height: 32px;
	padding: 3px 11px;
	font-weight: 500;
	font-size: 16px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.checkout-step ul li .step .line {
	background: #efac3f none repeat scroll 0 0;
	float: left;
	height: 7px;
	margin: 12px -1px 12px 0;
	width: 65px;
}
.checkout-step ul li:first-child .step .line {
	-webkit-border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
	-o-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
	width: 65px;
}
.checkout-step ul li:last-child .step .line {
	-webkit-border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	-o-border-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;
	width: 65px;
	background: #222;
}
.checkout-step ul li span {
	color: #efac3f;
	display: inline-block;
	padding: 6px 15px 6px 6px;
	line-height: 20px;
}
.checkout-step ul li.step-done {
	color: #26537f;
}
.checkout-step ul li.active {
	color: #efac3f;
}
.checkout-step ul li.step-done .step .circle, .checkout-step ul li.step-done .step .line {
	background: #26537f;
}
.checkout-step ul li.active .step .circle, .checkout-step ul li.active .step .line {
	background: #efac3f;
}
.checkout-step li.active + li .circle, .checkout-step li.active + li + li .circle, .checkout-step li.active + li + li + li .circle, .checkout-step li.active + li .line, .checkout-step li.active + li + li .line, .checkout-step li.active + li + li + li .line {
	background: #222;
}
.checkout-step li.active + li span, .checkout-step li.active + li + li span, .checkout-step li.active + li + li + li span {
	color: #1a1623;
}
.heading-bg h2.heading {
	background: #f0f0f0;
	padding: 8px 17px;
}

.form-title.heading {
    font-size: 20px;
}

.checkout-section h2.heading {
	letter-spacing: 1px;
	font-weight: 500;
}
.payment-option-box {
	padding: 20px;
	border: 1px solid #e1e1e1;
}
.payment-option-box-inner {
	padding: 20px;
	display: inline-block;
	width: 100%;
}
.payment-top-box {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.paypal-box {
	border: 1px solid #ddd;
	float: left;
	padding: 10px;
	position: relative;
	margin-left: 10px;
}
.paypal-top {
	background: #f5f5f5;
	position: absolute;
	top: -15px;
	left: 5px;
	padding: 0 10px;
}
/* Checkout Page CSS Start */

/* Login Register Page CSS Start */
.new-account .link {
	text-decoration: underline;
	color: #1a1623;
}
.new-account .link:hover {
	color: #efac3f;
}
/* Login Register Page CSS Start */

/* Account Page CSS Start */
.account-tab > .tab-title-bg {
	background: #efac3f;
	color: #fff;
	display: inline-block;
	padding: 10px 15px;
	width: 100%;
}
.account-tab > span .sub-title {
	font-size: 18px;
}
.account-sidebar .sub-title span {
	background: url("../images/sprite.png") no-repeat scroll -97px -456px;
	display: inline-block;
	height: 21px;
	margin-bottom: -5px;
	width: 21px;
}
.account-sidebar.account-tab .account-tab-inner {
	padding: 0px;
	background: #f0f0f0 none repeat scroll 0 0;
}
.account-sidebar.account-tab > .tab-title-bg {
	padding: 12px 15px;
}
.account-sidebar ul {
	width: 100%;
}
.account-sidebar ul li {
	border-bottom: 1px solid #dcdcdc;
	position: relative;
}
.account-sidebar ul li:last-child {
	border-bottom: none;
}
.account-sidebar ul li a {
	padding: 8px 15px;
	display: inline-block;
	width: 100%;
}
.account-sidebar ul li a .fa {
	position: absolute;
	right: 15px;
	top: 12px;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.account-sidebar ul li.active a, .account-sidebar ul li:hover a {
	color: #fff;
	background: #2390d9 none repeat scroll 0 0
}
.account-sidebar ul li.active a .fa, .account-sidebar ul li:hover a .fa {
	color: #fff;
	right: 0px;
}
.account-sidebar ul li.active a::after, .account-sidebar ul li:hover a::after {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #2390d9;
	border-style: solid;
	border-width: 20px 22px 20px 15px;
	top: 0px;
	content: "";
	right: -36px;
	position: absolute;
}
.account-content { 
	padding: 0px 30px;
}
.account-content .heading-section {
	display: inline-block;
	width: 100%;
}
.account-content .heading-section .heading {
	padding: 2px 0px;
}
.account-content .heading-section .common-btn {
	margin-top: -4px;
}
.account-content p, .address-box p {
	margin-bottom: 0px;
	margin-top: 5px;
}
.account-content hr {
	margin-top: 5px;
}
.address-box .inner-heading {
	margin-bottom: 10px;
}
/* Account Page CSS Start */

/* Blog Page CSS Start */
.sidebar-box .search-box input.input-text {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    opacity: 1;
    position: relative;
    width: 100% !important;
    margin-top: 0;
    margin-bottom: 0;
}

.sidebar-box .search-box button.search-btn {
	top: 0;
}
/* Blog Page CSS Start */

/* About Page CSS Start */
.about-title {
	color: #6b6b6b;
	font-size: 35px;
	font-weight: 300;
	line-height: 55px;
}

.heading-part-desc h2.heading {
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 32px;
    text-transform: none;
}

.partner-detail-main {
    height: 100%;
}

.partner-block  {
    overflow: hidden;
}

.partner-block ul {
	display: table;
    margin-bottom: -1px;
}

.partner-block ul li {
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    float: left;
    width: 33.33%;
    text-align: center;
    padding: 16px;
}
.partner-block ul li:nth-child(3n) {
    border-right: none;
}

.partner-block ul li span {
    display: inline-block;
    padding: 23px 0;
    width: 100%;
    opacity: 0.5;
    transition: all 0.4s ease 0s;
}

.partner-block ul li span:hover {
  opacity: 0.8;
}

.partner-block ul li.owner-logo span {
    opacity: 1;
    filter: grayscale(100%);
}

.partner-block ul li.owner-logo span:hover {
    background-color: transparent;
    filter: grayscale(0%);
}
.team-item {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}

.about-2 .team-item:hover img {
	opacity: 1;
}
.about-2 .team-item .team-item-detail {
	background: -moz-linear-gradient(top, rgba(90,90,90,0) 0%, rgba(90,90,90,0.5) 30%, rgba(90,90,90,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(90,90,90,0) 0%, rgba(90,90,90,0.5) 30%, rgba(90,90,90,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(90,90,90,0) 0%, rgba(90,90,90,0.5) 30%, rgba(90,90,90,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005a5a5a', endColorstr='#e65a5a5a', GradientType=0 );*/ /* IE6-9 */
}
.about-2 .team-item:hover .team-item-detail {
	bottom: 0px;
	padding: 40px 0 20px;
}

.team-item:hover {
    background: #6b6b6b;
}
.team-item:hover img {
    opacity: 0.2;
    transform: scale(1.1);
}
.team-item .team-item-detail {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: -40px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.team-item:hover .team-item-detail {
    opacity: 1;
    bottom: 30px;
}
.team-slider {
    position: relative;
}
#team-slider .owl-item .item {
    padding: 0 15px;
}
.customNavigation .btn {
    background: #f6f6f6;
    border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
    position: absolute;
    top: 50%;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.customNavigation .btn:hover {
    background: #dcbd71;
}
.customNavigation .btn.next {
    right: -40px;
}
.customNavigation .btn.prev {
    left: -40px;
}
.customNavigation .btn i.fa {
    color: #111924;
    font-size: 20px;
}

.team-item .sub-title {
    color: #fff;
}

.listing-effect .listing-meta {
    color: #fff;
}

.listing-effect .social_icon {
    margin-top: 25px;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.listing-effect:hover .social_icon {
    margin-top: 5px;
}
.listing-effect .social_icon ul li {
    display: inline-block;
    margin: 0;
}
.listing-effect .social_icon ul li i.fa {
    color: #bebebe;
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}

.listing-effect .social_icon ul li a i.fa:hover {
    color: #fff;
}
.listing-effect .social_icon ul li a i.fa.fa-facebook:hover {
    background: #3b5998;
}
.listing-effect .social_icon ul li a i.fa.fa-twitter:hover {
    background: #00aced;
}
.listing-effect .social_icon ul li a i.fa.fa-dribbble:hover {
    background: #f7679a;
}
.listing-effect .social_icon ul li a i.fa.fa-pinterest:hover {
    background: #cb2027;
}


.story_detail_part {
	/* padding-right: 40px; */
	float: right;
}
/* .story_detail_part p {
	margin-bottom: 20px;
} */
.story_detail_part b {
	color: #111924;
	font-size: 15px;
	margin-top: 15px;
	font-weight: 500;
	display: inline-block;
}

.story_img_part {
	background: url(../images/about-sub-2.jpg) no-repeat scroll center;
	height: 100%;
	background-size: cover;
}

.about-3 .team-item {
	border: 1px solid #eee;
	padding: 30px;
}

.about-3 .team-img {
	background: #000;
}

.about-3 .team-item:hover {
    background: none;
}

.about-3 .team-item:hover img {
    opacity: 0.8;
    transform: scale(1);
}
.about-3 .team-item .team-item-detail {
    position: relative;
    text-align: left;
    width: 100%;
    bottom: 0;
    opacity: 1;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}

.about-3 .team-item .sub-title, .about-3 .listing-effect .listing-meta {
    color: #111924;
    margin-bottom: 0;
}

.about-3 .listing-effect .social_icon ul li i.fa {
    color: #bebebe;
    font-size: 16px;
    height: 30px;
    width: 30px;
    line-height: 30px;
}

.about-3 .listing-effect .social_icon ul li a i.fa {
    color: #fff;
}
.about-3 .listing-effect .social_icon ul li a i.fa.fa-facebook {
    background: #3b5998;
}
.about-3 .listing-effect .social_icon ul li a i.fa.fa-twitter {
    background: #00aced;
}
.about-3 .listing-effect .social_icon ul li a i.fa.fa-dribbble {
    background: #f7679a;
}
.about-3 .listing-effect .social_icon ul li a i.fa.fa-pinterest {
    background: #cb2027;
}

.about-3 .listing-effect .social_icon {
    margin-top: 5px;
}
.about-3  .listing-effect:hover .social_icon {
    margin-top: 5px;
}
/* About Page CSS End */

/* 404 Page CSS Start */
.error-block {
	min-height: 965px;
	position: relative;
	overflow: hidden;
}
.error-block > img {
	height: auto;
	left: -100%;
	margin: auto;
	position: absolute;
	right: -100%;
	top: 0;
}
.error-block-detail {
	text-align: center;
}
.error-block-bg {
	background: url(../images/404-bg.jpg) no-repeat scroll left top;
}
.error-block-detail .main-error-text {
	font-family: 'Roboto', sans-serif;
	font-size: 230px;
	color: #1a1623;
	line-height: 180px;
	font-weight: 500;
	margin-bottom: 60px;
}
.error-small-text {
	font-size: 35px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.error-slogan {
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 30px;
	line-height: 30px;
}
.error-block-detail .social_icon {
	margin-bottom: 20px;
}
.big-btn a {
	display: inline-block;
	color: #111924;
	background: #dcbd71;
	padding: 20px 50px;
	font-size: 14px;
}
.big-btn a:hover {
	background: #fff;
}
/* 404 Page CSS End */

/* Contact Page CSS Start */
.contact-main iframe {
    min-height: 450px;
    width: 100%;
    border: 0;
    display: table;
}

.contact-box .contact-icon {
	height: 27px;
	width: 27px;
	display: inline-block;
	background: url(../images/sprite.png) no-repeat scroll 0 0;
}
.contact-box span {
	display: inline-block;
	font-size: 15px;
	color: #111924;
	line-height: 1.1;
	margin-bottom: 20px;
	width: 100%;
}
.contact-box p {
	margin-bottom: 0;
}
.contact-box .contact-phone-icon {
	background-position: -101px -502px;
}
.contact-box .contact-mail-icon {
	background-position: -101px -543px;
}
.contact-box .contact-open-icon {
	background-position: -101px -583px;
}
.contact-info .no-padding {
	border-right: 1px solid #e1e1e1;
}
.contact-info .no-padding:last-child {
	border: none;
}
/* Contact Page CSS End */

/* Wishlist Page CSS Start */

.commun-table td .product-title .size-text{
	font-size: 11px;
	color: #7e7e7e;
	font-weight: bold;
	padding: 5px 0px;
}
.commun-table td .product-title .size-text span{
	color: #111924;
	padding: 5px 0px;
	display: inherit;
}

/* Wishlist Page CSS End */

/* Compare Page CSS Start */
.compare-infomation{
	overflow-x:auto;
	overflow-y:hidden;
	margin-bottom:80px;
}
.compare-info{
	width:100%;
	max-width:100%;
	border: 15px solid #f5f5f5;
	text-align: center;
}
.compare-info td{
	padding:22px 28px;
	border:1px solid #ebebeb;
	vertical-align:middle;
}
.compare-info td.name, .compare-info td.description{
	vertical-align:top;
}
.compare-info td:first-child{
	padding:22px 20px;
	text-transform:uppercase;
	font-weight:700;
	vertical-align:middle;
}
.compare-info .image img{
	max-width:180px;
	border:0px; 
}
.compare-info .image{
	position:relative; 
}
.compare-info .image a{
	position:absolute;
	top:22px;
	right:40px;
	color:#dcdcdc;
}
.compare-info .image a:hover{
	color:#303030
}
.compare-info .availability{
	color:#efac3f;
}
.compare-info .description{
	line-height:1.55em;
}
.compare-info .price{
	margin-bottom:20px;

}
.compare-info .btn-cart{
	margin-bottom: 15px;
}
.compare-info .btn-cart , .compare-info .btn-wishlist {
	width: 100%;
}
.compare-info .btn-cart i, .compare-info .btn-wishlist i{
	font-size: 16px;
	margin-right: 5px;
	vertical-align: top;
	line-height: 20px;
}

.compare-info thead tr th:first-child, .compare-info tbody tr td:first-child {
	max-width: 160px;
}

/* Compare Page CSS End */

/* Faq Page CSS Start */
.card {
	background: none;
	border: none;
}

.card-title {
	font-weight: 500;
}

.card-header {
	background: none;
	border: none;
	padding: 0;
}

.card-body {
    padding-left: 15px;
}

.card-body.card-bg {
    border: 1px solid #e7e7e7;
    padding-right: 15px;
    padding-top: 15px;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    content: "\f067"; 
}

.accordion .card-header {
	display: inline-block;
	padding: 10px 15px 10px 15px;
	cursor: pointer;
	margin-bottom: 5px;
	background: #f5f5f5; 
	width: 100%;
}

.accordion .collapse.show {
	padding-bottom: 10px; 
}

.pro-dec {
    padding: 3px 0;
}

.product-info {
    width: 170px;
}

.product-info, .pro-value {
    display: table-cell;
}
/* Faq Page CSS End */

/*_______________________________________________________
// FOOTER  //----------------------------
_______________________________________________________*/


/*.footer, .footer a, .footer p {
	color: #878787;
}*/



.footer-top {
	background: #efac3f;
	padding: 32px 0px;
}

.footer-middle .f-logo {
	margin-bottom: 20px;
}

.footer-middle {
    padding: 50px 0;
}

.footer-block-contant > p {
	display: inline-block;
	margin-bottom: 50px;
	width: 60%;
}

.footer-middle-right {
    padding-left: 50px;
}

.footer-top p {
	color: #fff;
	line-height: 20px;
	margin-bottom: 0;
}
ul.social-icon li {
	display: inline-block;
}

ul.social-icon li i.fa,
.fas,
.far,
.fal,
.fab {
	background: #fff;
    color: #111924;
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	border-radius : 50%;
    -moz-border-radius : 50%;
    -webkit-border-radius : 50%;
    -o-border-radius : 50%;
    padding: 1px;
}
ul.social-icon li i.fa:hover{
	color: #fff;
}
ul.social-icon li i.fa.fa-facebook:hover {
	background: #3b5998;
	color: #fff;
}
ul.social-icon li i.fa.fa-twitter:hover {
	background: #1dcaff;
}
ul.social-icon li i.fa.fa-linkedin:hover {
	background: #0077b5;
}
ul.social-icon li i.fa.fa-rss:hover {
	background: #ff6600;
}
ul.social-icon li i.fa.fa-pinterest:hover {
	background: #c8232c;
}

.footer-static-block .title {
         margin-bottom: 15px;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.footer-static-block ul.address-footer li {
	margin-bottom: 0;
}

.footer-static-block ul li {
    padding: 3px 0;
}
.footer-static-block ul li:first-child {
    padding-top: 0;
}
.footer-static-block ul li:last-child {
    padding-bottom: 0;
}
.footer hr {
	border-top: 1px solid #e1e1e1;
}
.footer-static-block li i.fa {
	float: left;
	font-size: 16px;
	color: #efac3f;
	margin: 3px 5px 0 0;
}
.footer-static-block .link li i.fa {
	float: left;
	font-size: 4px;
	color: #333;
	margin: 9px 10px 0 0;
}

.address-footer i.fa {
	color: #333 !important;
	width: 22px;
	height: 22px;
	line-height: 19px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.footer-right-side .footer-static-block li i.fa {
	color: #6d6d6d;
	margin-right: 4px;
}

.footer-right-side .footer-static-block li a:hover i.fa {
	color: #efac3f;
}

.footer-static-block li p {
	margin: 4px 0 2px 29px;
	    color: #333;
}
ul.tagcloud li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}
ul.tagcloud li a {
	border: 1px solid #444444;
	display: inline-block;
	padding: 5px 10px;
}
.sidebar-block ul.tagcloud li a {
	border-color: #dbdbdb;
}
ul.tagcloud li a:hover {
	border-color: #efac3f;
}

.footer-static-block li a:hover span {
	color: #efac3f;
}
.footer-static-block .field {
	margin-bottom: 5px;
}
.footer-static-block input, .footer-static-block textarea {
	background-color: transparent;
	border: 1px solid #444;
	width: 100% !important;
	padding: 5px;
}

.site-link li {
	display: inline-block;
}
.site-link li a {
	padding: 0 10px;
}
.site-link li:first-child a {
    padding-left: 0;
}
.site-link li:last-child a {
    padding-right: 0;
}

.payment {
    text-align: right;
}

.payment ul li {
	display: inline-block;
	padding: 0 10px;
}
.payment ul li a {
	display: inline-block;
}

.copy-right-bg {
	color: #888888;
	padding: 21px 0;
	border-top:1px solid #d9d9d9; 
}
.copy-right-bg .site-link{
	margin-bottom: 10px;
}

.copy-right a, .site-link li a {
	color: #888888;
}

.copy-right a:hover, .site-link li a:hover {
	color: #efac3f;	
} 
/* Scroll-top Arrow CSS Start */
.scroll-top {
	bottom: 10px;
	position: fixed;
	right: 10px;
	z-index: 2;
}
.scroll-top .scrollup:before {
	color: #fff;
	content: "";
	font-family: "FontAwesome";
	font-size: 18px;
}
.scroll-top .scrollup {
	background: #efac3f;
	border: 2px solid #fff;
	padding: 9px 15px;
	display: none;
	cursor: pointer;
	border-radius: 55%;
	-moz-border-radius: 55%;
	-webkit-border-radius: 55%;
	-o-border-radius: 55%;
}
/* Scroll-top Arrow CSS End */
.header-top{
	display: none;
}
.form-search input[type=text]{
	    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    padding-left: 15px;
    border-radius: 5px;
}
.form-search button{
	    border: 0;
    font-size: 15px;
    height: 38px;
    padding: 0px 17px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 5px 5px 0
}
.right-call-part >ul> li> a{
	color: #fff
}
.right-call-part ul li a .fa{
	margin-right: 5px;
	    font-size: 21px;
}
.right-call-part >ul> li:nth-child(2) > a{
	color: #fbaa1a;
	font-weight: bold;
}
.login-icon .fa{
	color: #fff;
	font-size: 20px;
}

.right-call-part .content-dropdown ul li a .fa{
	color: #333;
}
.main-banner .owl-item img{
    width: 100%;

}
.promotion_top ul{
	    display: inline-block;
    background: #fff;
    opacity: 0.9;
    border-radius: 3px;
}
.promotion_top ul li{
	display: inline-block;
	float: left;
	margin-right: 15px;
}
.promotion_top ul li a{
	  display: inline-block;
    float: left;
    margin-top: 2px;
    padding: 10px;
}
.promotion_top ul li img{
	    width: 16px;
    display: inline-block;
    float: left;
    margin-right: 8px;
    margin-top: 2px;
}
.banner-main .row{
	margin-left: -5px;
	margin-right: -5px;
}
.banner-main .row .col-md-9{
	padding-left: 5px;
	padding-right: 5px;
}
.banner-main .row .col-md-3{
	padding-left: 5px;
	padding-right: 5px;
}
.banner-main .item{
	margin-bottom: 10px;
}
.banner-main .item:last-child{
	margin-bottom: 0
}
.banner-main .item img{
	width: 100%;
	height: 155px;
	object-fit: cover;
}
.promotion_top .icon-giare{
	float: right;
}
.section-product .sidebar-title a{
	color: #fff
}
.section-product .sidebar-title  .readmore{
	    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    float: right;
    padding-right: 14px;
}
.section-product .sidebar-title  .readmore:before {
       content: "";
    font-family: FontAwesome;
    font-size: 16px;
    float: right;
    right: 0;
    position: absolute;
    top: -1px;
}
.sidebar-block .sidebar-contant ul li img{
	    width: 30px;
    height: 22px;
    margin-right: 10px;
}
.sidebar-block .sidebar-contant-2{
	    padding: 0;
       height: 333px;
    overflow: auto;
}
.sidebar-block  .thumbnail-category img{

    width: 100%;
    height: 300px;
    object-fit: cover;
}
.product-item .title-category{
	margin-bottom: 0
}
.product-item  .title-category a{
	    color: #efac3f;
}
.video-home .nav-video .item-1 iframe{
	width: 100%;
	height: 450px
}
.video-home .nav-video .item-2{
	margin-bottom: 15px;
}
.video-home .row{
	margin-left: -5px;
	margin-right: -5px;
}
.video-home .row .col-md-6{
padding-left: 5px;
padding-right: 5px;
}
.video-home .nav-video .item-2 iframe{
	width: 100%;
    height: 190px;
}
.video-home{
	padding-top: 20px;
}
.video-home .heading-part{
	text-align: center;
}
.video-home .main_title span::after{
	left: 50%;
	transform: translateX(-50%);
}
.support-home .nav-support-home .item .title-1{
    font-size: 16px;
    text-align: center;
    margin-top: 8px;
        line-height: 22px;
}
.support-home .nav-support-home .item .image img{
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.clearfix{
	clear: both;
}
.support-home-2 .item .image{
	    width: 35%;
    display: inline-block;
    float: left;
}
.support-home-2 .item .nav-img{
	width: 65%;
    display: inline-block;
    float: right;
    padding-left: 10px;
}
.support-home-2 .item .nav-img .title-2{
	    margin: 0;
    font-size: 15px;
    line-height: 20px;
}
#brand-logo .item a{
	display: inline-block;
    height: 60px;
    position: relative;
    overflow: hidden;
    padding: 5px;
    width: 100%;
}
#brand-logo .item a img{
	    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
}
.brand-logo{
	       background: #e1e1e1;
    padding: 50px 0;
    margin-top: 50px;
}
.header-bottom>.container{
	background: #fff;
    padding-bottom: 10px;
    padding-right: 10px;
}
.header-bottom .promotion_top{
    display: inline-block;
    width: 100%;
    padding-top: 10px;
        padding-top: 8px;

}
.section-product{
	padding-top: 20px;
}
.section-product>.container{
	background: #fff;
	box-shadow: 0 4px 4px -2px rgb(0 0 0 / 15%);
}
.section-product>.container .sidebar-block{
	padding-left: 10px;
}
.section-product>.container  .product-listing.grid-type{
	padding-right: 10px;
}
.video-home>.container{
	    background: #fff;
    padding: 10px;
    padding-top: 30px;
        box-shadow: 0 4px 4px -2px rgb(0 0 0 / 15%);
}
.support-home>.container{
background: #fff;
    padding: 10px;
    padding-top: 30px;
    
}
.support-home{
	    padding-top: 20px;
}
.support-home-2>.container{
	background: #fff;
    padding: 30px 10px;
    box-shadow: 0 4px 4px -2px rgb(0 0 0 / 15%);
    border-top: 1px solid #ddd;
}

.policy_home {
    background: #fff;
    padding: 15px 0 10px;
}
.policy_home .item {
    text-align: center;
}
.policy_home .item a {
    display: inline-flex;
    align-items: center;
}
.policy_home .item img {
    height: 50px;
    width: auto;
    margin-right: 12px;
}
.policy_home .item span {
    font-size: 18px;

}
.policy_home .item a{
	color: #000;
}
.policy_home{
	margin-top: 50px;
}
.footer a{
	color: #333;
}
.footer .col-lg-3{
	    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.footer .footer-block-contant  li a img{
	margin-right: 10px;
}
.app-footer ul li{
	display: inline-block;
	float: left;
	padding-right: 10px;
	font-size: 14px;
	color: #333;
}
.app-footer ul li img{
	width: 50px;
    height: 30px;

}
.app-footer ul li:first-child{
	font-size: 16px;
}
.app-footer .container{
	    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}
.footer-bottom{
	padding-top: 30px;
}
.footer-bottom .item-ft .title-2{
	font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
}
.footer-bottom .item-ft  p{
	margin-bottom: 5px;
}
.footer-bottom .item-ft  .tb img{
	width: 180px;
}
.footer-bottom .item-ft{
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.footer-bottom .item-ft:last-child{
	border-bottom: 0
}
.hotline-phone-ring-wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999
}

.hotline-phone-ring-wrap2 {
	position: fixed;
	bottom: 10px;
	left: 0;
	z-index: 999999
}

.hotline-phone-ring {
	position: relative;
	visibility: visible;
	background-color: transparent;
	width: 110px;
	height: 110px;
	cursor: pointer;
	z-index: 11;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transition: visibility .5s;
	left: 0;
	bottom: 0;
	display: block
}

.hotline-phone-ring-circle {
	width: 110px;
	height: 110px;
	top: 0;
	left: 0;
	position: absolute;
	background-color: transparent;
	border-radius: 100%;
	border: 2px solid red;
	-webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
	animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	opacity: .5
}

.hotline-phone-ring-circle-fill {
	width: 80px;
	height: 80px;
	top: 16px;
	left: 16px;
	position: absolute;
	background-color: red;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.hotline-phone-ring-img-circle {
	background-color: red;
	width: 50px;
	height: 50px;
	top: 31px;
	left: 31px;
	position: absolute;
	background-size: 20px;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center
}

.hotline-phone-ring-img-circle .pps-btn-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.hotline-phone-ring-img-circle .pps-btn-img img {
	width: 33px;
	height: 33px
}

.hotline-bar {
	position: absolute;
	background: red;
	height: 45px;
	width: 165px;
	border-radius: 3px;
	padding: 10px;
	background-size: 100%;
	cursor: pointer;
	transition: all .8s;
	-webkit-transition: all .8s;
	z-index: 9;
	border-radius: 50px!important;
	left: 42px;
	bottom: 31px
}

.hotline-bar>a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	text-indent: 32px;
	letter-spacing: 1px;
	display: block;
	font-family: Arial
}

.hotline-bar>a:hover,
.hotline-bar>a:active {
	color: #fff
}


 #scrollUp {
        z-index: 99;
    background: #333;
    color: #fff;
  
    border-radius: 100px;
    height: 40px;
    width: 40px;
    font-size: 25px;
    text-align: center;
    line-height: 40px;
    box-shadow: 0 0 15px 0px rgb(50 50 50 / 20%);
    transition: 0.3s;
    display: inline-block;
    position: fixed;
    bottom: 70px;
    right: 0px;
    cursor: pointer;
}
  #scrollUp:hover {
    background: #fff;
    color: #000; }
.megamenu-inner-top ul li a{
	color: #fff;
}
.main-category-product{
	padding-top: 30px;
}
.main-category-product .banner-title{
	font-size: 30px;
	font-weight: bold;
}
.main-category-product  .content-product{
	background: #fff;
	padding:10px;
}
.main-category-product   .short-by {
	    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.product-item .model span{
	font-weight: bold;
}
.product-item .model{
	margin-bottom: 0
}
.main-product-detail{
	padding-top: 40px;
}
.main-product-detail .container{
	background: #fff;
    box-shadow: 0 4px 4px -2px rgb(0 0 0 / 15%);
    padding: 30px 10px;
}
.main-product-detail .product-item-name{
	    font-size: 25px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
}
.main-product-detail .trademark{
	    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 18px;
}
.main-product-detail  .product-item-details .item-detail{
	margin-bottom: 5px;
}
.main-product-detail  .product-item-details .item-detail .span1{
  display: inline-block;
  width: 120px;
}
.main-product-detail  .product-item-details .item-detail .span2{
	color: #0071c4;
}
.info_sidebar {
    padding: 10px;
    background: #fafafa;
}
.info_sidebar hr {
    margin-top: 8px;
    margin-bottom: 8px;
    border: 0;
    border-top: 1px solid #eee;
}
.info_sidebar a{
	color: #333
}
.info_sidebar  h4{
	    font-weight: bold;
    font-size: 18px;
}
.info_sidebar  p{
	margin:0;
}
.main-product-detail  .product-item-details .Qty{
	padding-top: 20px
}
.main-product-detail .share-link{
	padding-top: 25px;
}

@-webkit-keyframes phonering-alo-circle-anim {
	0% {
		-webkit-transform: rotate(0) scale(.5) skew(1deg);
		-webkit-opacity: .1
	}
	30% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		-webkit-opacity: .5
	}
	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		-webkit-opacity: .1
	}
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
	0% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		opacity: .6
	}
	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		opacity: .6
	}
	100% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		opacity: .6
	}
}

@-webkit-keyframes phonering-alo-circle-img-anim {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}
	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}
	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}
	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}
	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}
	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}
	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}
}


.product-item .product-item-name{
	     overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: bold;
}
.main-category-product .grid-type .product-item-details{
	text-align: left;
}
.information-product-detail .product-detail-tab{
	    background: #fff;
    box-shadow: 0 4px 4px -2px rgb(0 0 0 / 15%);
    padding: 30px 10px;
}
.information-product-detail {
	margin-top: 30px;
}
.product-other{
	    background: #fff;
    box-shadow: 0 4px 4px -2px rgb(0 0 0 / 15%);
    padding: 10px;

}
.product-other .item{
	    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.product-other .item .img{
	    width: 35%;
    display: inline-block;
    float: left;
}
.product-other .item .nav-img{
	    width: 65%;
    display: inline-block;
    float: right;
    padding-left: 10px;
}
.product-other .item .nav-img .title-2{
	font-size: 15px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    font-weight: bold;
    margin-bottom: 0;
}
.product-other .item .nav-img  .title-category{
	    font-size: 14px;
    margin: 0;
}
.product-other .item .nav-img .price-box .old-price{
	    color: #999;
    font-size: 12px;
}
.product-other .item:last-child{
	 
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom:0;
}
.comment-section {
	background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0 4px 4px -2px rgb(0 0 0 / 15%);
        margin-top: 20px;
}
div#reviews.woocommerce-Reviews {
    border-bottom: 1px solid #ddd;
    width: 100%;
    max-width: 750px;
    margin: 0 auto 30px;
}
div#comments {
    position: relative;
        margin: 0 auto;
}
 #reviews #comments h2 {
    
    font-size: 20px;
    margin-bottom: 0;
    line-height: inherit;
}
.star_box {
    border: 1px solid #ddd;
    border-radius: 7px;
    padding: 10px;
    margin: 10px 0 20px;
    overflow: hidden;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.star_box_left {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto!important;
}
.star_box_right {
    width: 190px;
    text-align: center;
}
.reviews_bar {
    line-height: 1;
}
.devvn_review_row {
    padding-bottom: 10px;
    position: relative;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
span.devvn_stars_value {
    line-height: 1;
}
span.devvn_stars_value i {
    margin: 0 3px;
}
span.devvn_rating_bar {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto!important;
    padding: 0 10px;
}
span.devvn_scala_rating {
    border-radius: 3px;
    display: inline-block;
    height: 15px;
    background: #eee;
    vertical-align: middle;
    overflow: hidden;
    width: 100%;
}
span.devvn_perc_rating {
    height: 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    width: 0;
}
span.devvn_num_reviews {
    min-width: 150px;
    color: #03a0e2;
}
b, strong {
    font-weight: 700;
}
#comments a.btn-reviews-now {
    background-color: #03a0e2;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}
.devvn_prod_cmt {
    width: 100%;
    max-width: 750px;
    margin: 0 auto 30px;
    position: relative;
}
.devvn_cmt_form {
    margin: 0 0 20px;
}
.devvn_cmt_input textarea, .devvn_cmt_input input {
    border: 1px solid #c1bfbf;
    width: 100%;
    padding: 5px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    outline: none;
}
.devvn_cmt_input textarea {
    height: 100px;
    border-radius: 3px 3px 0 0;
    display: block;
    margin: 0;
}
.devvn_cmt_form_bottom {
    border: 1px solid #c1bfbf;
    border-top: 0;
    padding: 10px;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.devvn_cmt_radio {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto!important;
    text-align: right;
    padding-top: 7px;
    white-space: nowrap;
}
.devvn_cmt_radio label {
    display: inline-block;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    margin: 0 10px 0 0;
}
.devvn_cmt_radio label input {
       display: inline-block;
    float: left;
    margin-top: 6px;
}
.devvn_cmt_radio label span {
    padding-left: 23px;
    display: block;
}
.devvn_cmt_form_bottom .devvn_cmt_input {
    width: 35%;
    padding: 0 5px;
}
.devvn_cmt_form_bottom input[type="text"]{
    border: 1px solid #e1e1e1;
    padding: 7px 10px;
    width: 100%;
    margin-bottom: 10px;
    max-width: 100%;
    display: block;
}
.devvn_cmt_submit {
    width: 50px;
    margin-left: 5px;
}
button#devvn_cmt_submit, button#devvn_cmt_replysubmit {
    width: 100%;
    height: 40px;
    background: #fbd648;
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
    outline: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    min-height: inherit;
    line-height: 40px;
}
.comment-section .title-1{
	    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-top: 10px;
    font-weight: bold;

}
.main-category-new .list_news {
	    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0 4px 4px -2px rgb(0 0 0 / 15%);
}
.item_news {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.item_news .capt {
    font-size: 16px;
        overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: bold;
}
.item_news .desc {
    font-size: 15px;
    margin-bottom: 10px;
      overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    height: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
}
.item_news .readmore {
    float: right;
    color: #0071c4;
}
.item_news  .img img{
	    width: 100%;
    height: 175px;
    object-fit: cover;
}
.item_news  .readmore{
	    float: right;
    text-transform: uppercase;
}
.main-category-new .pagination-bar{
	margin-top: 20px;
}
.main-category-new .sidebar-title {
   
    font-size: 16px;
    text-transform: uppercase;
        line-height: 34px;
    height: 34px;
    overflow: hidden;
    background: #e1e1e1;
    padding: 0 5px;
    text-align: center;
        text-align: center;
    color: #000;
    margin:0;
}
.all_box .sidebar-title {
   
    font-size: 16px;
    text-transform: uppercase;
        line-height: 34px;
    height: 34px;
    overflow: hidden;
    background: #e1e1e1;
    padding: 0 5px;
    text-align: center;
        text-align: center;
    color: #000;
    margin:0;
}
.sidebar_pages .textwidget {
    background: #fff;
    padding: 10px;
}
.sidebar_pages  .widget {
	margin-bottom: 15px;
}
.sidebar_pages .textwidget .info .item {
    display: flex;
    margin: 10px 0;
}
.sidebar_pages .textwidget .info .item .icon {
    width: 20px;
    margin-right: 5px;
    padding-top: 2px;
}
.sidebar_pages .textwidget .info .item .icon .fa {
    font-size: 18px;
    color: #efac3f;
}
.sidebar_pages .textwidget .info .item .value {
    width: calc(100% - 25px);
}
.sidebar_pages .textwidget a {
    color: #0071c4;
}
.sidebar .widget>ul, .sidebar .menu {
    list-style: none;
    margin: 0;
    padding: 10px;
    background: #fff;
}
.sidebar .widget>ul>li {
    display: block;
    border-bottom: 1px dashed #efefef;
    padding: 5px 0;
}
.sidebar .widget>ul>li:last-child{
	border-bottom: 0;
	padding-bottom: 0
}
.sidebar .widget>ul>li  a{
	color: #000
}
.main-category-new{
	padding-top: 30px;
}
.item_news:last-child{
	border-bottom: 0
}
.main-new-detail .content-new-detail{
	    background: #fff;
    padding: 10px;
    box-shadow: 0 4px 4px -2px rgb(0 0 0 / 15%);
}
.main-new-detail .content-new-detail .title-1{
	    font-size: 20px;
    margin: 0;
    line-height: inherit;
}
.main-new-detail .content-new-detail .date{
	margin-bottom: 10px;
    color: #999;
}
.content-content table td{
	padding: 0.75rem;
    vertical-align: top;
    border: 1px solid #eceeef;
}
.main-new-detail .comments-area-main{
	    background: #fff;
    padding: 10px;
    box-shadow: 0 4px 4px -2px rgb(0 0 0 / 15%);
    margin-top: 25px;
}
.related-posts .title {
    color: #000;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    padding-left: 15px;
    border-left: 3px solid #efac3f;
    margin-bottom: 10px;
}
.related-posts li {
      padding: 6px 0 6px 10px;
    list-style: disc;
    padding-left: 0;
}
.related-posts li a{
	color: #000
}
.related-posts {
	
    margin-top: 25px;
}
.related-posts  ul{
	margin-left: 20px;
}
.all_box .tab_content {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0 4px 4px -2px rgb(0 0 0 / 15%);
}
.pages_title {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
}


.woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    /*margin: 0 -1px 24px 0;*/
    text-align: left;
    width: 100%;
  
    border-radius: 5px;
}
.policy_home{
	display: none;
}
.woocommerce table.shop_table td {
    border: 1px solid rgba(0,0,0,.1);
    padding: 9px 12px;
  /*  vertical-align: middle;
    line-height: 1.5em;*/
}

.content-post h3 {
    font-size: 16px;
}
.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px;
}
#coupon_code{
	    width: 100px;
    height: 35px;
    padding-left: 10px;
    border: 1px solid #ddd;
}
.shop_table .coupon .button{
	background: #efac3f;
   
    height: 35px;
    color: #fff;
    border: 0;
    font-size: 15px;
    padding: 0 13px;
    border-radius: 5px;
    margin-left: 10px;
}
.shop_table .coupon{
	display: inline-block;
}
.shop_table  .button-2{
	    background: #efac3f;
    color: #fff;
    font-size: 15px;
    height: 35px;
    border: 0;
    padding: 0 12px;
    border-radius: 5px;
    float: right;
}
.shop_table  .input-text.qty{
	width: 70px;
    padding: 0;
    max-width: inherit;
}
.woocommerce .woocommerce-info {
	    padding: 10px;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #1e85be;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
.woocommerce .woocommerce-info  a{
	color: #000;
}
#customer_details .form-row label{
	    width: 100%;
    display: inline-block;
}
#customer_details .form-row  input[type=text]{
	    width: 100%;
    height: 35px;
    border: 1px solid #ddd;
    padding-left: 10px;
}
#customer_details .form-row  input[type=tel]{
	    width: 100%;
    height: 35px;
    border: 1px solid #ddd;
    padding-left: 10px;
}
#customer_details .form-row select {
    width: 100%;
    height: 35px;
    border: 1px solid #ddd;
    padding-left: 10px;
}
.woocommerce-additional-fields textarea{
    width: 100%;
    height: 100px;
    font-size: 13px;
    line-height: 20px;
    padding: 10px;
}
.woocommerce-additional-fields{
	padding-top: 15px;
}
.woocommerce-checkout #payment {
    background: #ebe9eb;
    border-radius: 5px;
}
.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none outside;
}
.woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400;
}
 .woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1em 0 0;
}
#payment{
	    margin-top: 26px;
	padding:15px;
}
#payment #place_order{
background: #efac3f;
    color: #fff;
    padding: 8px 10px;
    border: 0;
    border-radius: 5px;
    float: right;
    display: inline-block;
}
#payment .place-order{
	display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}
#order_review th{
	padding:9px 12px;
	 border: 1px solid rgba(0,0,0,.1);
}
.woocommerce .product-remove a{
width: 20px;
    height: 20px;
    background: #ff0000;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    color: #ffff;
    border-radius: 50%;
}
.woocommerce table.shop_table td.product-name a{
	color: #333;
}
.all_box{
	padding-top: 30px;
}
 .woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151;
}
.woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -0.75em;
    left: 0;
    margin: -1em 0 0 2em;
}
.main-register{
	padding-top: 30px
}
.main-register .container .main-form{
	    background: #fff;
    padding: 10px;
    box-shadow: 0 4px 4px -2px rgb(0 0 0 / 15%);
    padding: 30px;
    border-radius: 0 0 5px 5px;
}
.main-register  h2.heading{
	background: #efac3f;
    color: #fff;
    text-align: center;
    margin: 0;
    border-radius: 5px 5px 0 0
}
.main-login{
	padding-top: 40px;
}
.main-login .main-form{
	    background: #fff;
    
    box-shadow: 0 4px 4px -2px rgb(0 0 0 / 15%);
    padding: 30px;
    border-radius: 0 0 5px 5px;
}
.main-login h2.heading {
    background: #efac3f;
    color: #fff;
    text-align: center;
    margin: 0;
    border-radius: 5px 5px 0 0;
}
.map iframe{
	    width: 100%;
    height: 450px;
    border: 1px solid #ddd;
}
/*css contact*/
p.thank-you {
    font-size: 14px;
    color: #747474;
    font-style: italic;
}
h1.title-contact {
    
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 0;
}
.adress-contact li{
    font-size: 14px;
    list-style: none;
    padding-bottom: 7px;
}
.adress-contact li span{
    color: #999999;
}
.adress-contact{
    padding-left: 0;
}
.map-contact iframe{
    width: 100%;
    height: 465px;
}
.map-contact{
 
        margin-top: 40px;
}
.form-contat p.desc{
    font-size: 14px;
    line-height: 23px;
}
.form-contat input[type=text]{
    border: 1px solid #d5d5d5;
    background: #fafafa;
    width: 100%;
    height: 45px;
    padding-left: 10px;
    border-radius: 0px;
    margin-bottom: 10px;
}
.form-contat textarea{
          width: 100%;
    height: 136px;
    background: #fafafa;
    padding: 10px;
    border-radius: 0;
    border: 1px solid #ddd;
}


.send-contact .item input[type=submit]{
             height: 40px;
    background: #efac3f;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid;
    border-radius: 0;
  
    padding: 0 30px;
    margin-top: 7px;
}
.send-contact .item img{
    padding-top: 4px;
}
.main-contact .container{
	    background: #fff;

    box-shadow: 0 4px 4px -2px rgb(0 0 0 / 15%);
    padding: 20px;
    border-radius: 0 0 5px 5px;
}
.section-map{
	margin-top: 20px;
}
.main-contact .client-main {
	padding-top: 20px;
}
.main-contact{
	padding-top: 30px;
}
.line_black {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.4);
    opacity: 0;
    z-index: 998;
    visibility: hidden;
}
.line_black.active {
    opacity: 1;
    visibility: visible;
}





#header .table_cell .menu_main {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999
}

#header .table_cell .menu_main.active {
	display: block;
	-webkit-box-shadow: 0px 2px 12px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 12px -6px rgba(0,0,0,0.75);
box-shadow: 0px 2px 12px -6px rgba(0,0,0,0.75);
}

.header_home {
	background: #fff
}
.menu_main li a{
	color: #333;
}

.header_home .nav_top {
	border-bottom: 1px solid #ddd;
	height: 35px;
	line-height: 34px
}

.title_menu_bar {
	width: 245px;
	vertical-align: middle;
	cursor: pointer
}

.title_menu_bar .icon_bar {
	background-image: url('../images/icon-home-main-red.png');
	width: 24px;
	height: 34px;
	display: inline-block;
	background-size: 20px;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 15px;
	margin-right: 15px
}

.title_menu_bar .title {
	font-size: 16px;
	font-weight: 600;
	line-height: 34px;
	float: left
}
.nav_main {
	display: flex
}

.menu_bar {
	width: 245px
}

.menu_main {
	width: 300px;
	background: #fff;
	margin: 0;
	position: relative;
	z-index: 99
}

.menu_main>li {
	display: block
}

.menu_main ul {
	list-style: none
}

.menu_main>li>a {
	    padding: 6px 10px;
    line-height: 22px;
    display: block;
    position: relative;
    transition: all 0s;
}

.menu_main>li>a img {
	    height: 22px;
    width: 28px;
    padding-right: 6px;
    object-fit: contain;
}

.menu_main>li>a span {
	line-height: 22px;
	display: inline-block;
	padding-left: 0!important;
	    font-size: 14px;
}

.menu_main>li.menu-item-has-children>a:after {
	content: "\f105";
	font-family: FontAwesome;
	color: #333;
	font-size: 15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px
}

.menu_main>li:hover>a {
	background:#efac3f;
	color: #fff
}

.menu_main>li:hover>a img {
	filter: brightness(0) invert(1)
}

.menu_main>li>.sub-menu {
	display: none;
	    width: calc(1230px - 225px);
	background: #fff;
	border: 1px solid #ddd;
	border-top: none;
	position: absolute;
	top: 0;
	left: 100%;
	list-style: none;
	height: 100%;
	-webkit-column-count: 3;
	-moz-column-count: 4;
	column-count: 4;
	padding: 0;
	
}
.menu_main>li:hover.menu-item-has-children>a:after{
	color: #fff
}
.menu_main>li:hover>.sub-menu {
	display: block
}

.menu_main>li>.sub-menu>li {
	width: 100%
}

.menu_main>li>.sub-menu>li>a {
	display: block;
	padding: 4px 10px 4px 10px;
	font-weight: 500
}

.menu_main>li>.sub-menu>li .sub-menu {
	padding-left: 15px
}

.menu_main>li>.sub-menu>li .sub-menu>li>a {
	display: block;
	padding: 4px 0 4px 10px;
	position: relative
}

.menu_main>li>.sub-menu>li .sub-menu>li>a:before {
	content: "\f111";
	font-size: 4px;
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 10px;
	color: #666
}

.menu_main>li>.sub-menu>li>.sub-menu>li>a:before {
	font-size: 5px;
	color: #222
}

.menu_main>li>.sub-menu>li>.sub-menu>li .sub-menu>li>a {
	padding: 2px 0 2px 10px;
	font-size: 13px
}

.menu_main>li>.sub-menu::-webkit-scrollbar-thumb {
	background-color: #319B40
}

.menu_main>li>.sub-menu::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5);
	background-color: #F5F5F5
}

.menu_main>li>.sub-menu::-webkit-scrollbar {
	height: 8px;
	background-color: #F5F5F5
}
#header .icon_bar {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    background-image: url('../images/icon-home-main.png');
    background-size: 20px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
}

 .header-middle-left{
	padding-left: 38px;
}

.cart_mb .count {
    width: 16px;
    height: 16px;
    background: #8b6e4b;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    top: -5px;
    right: -5px;
    border-radius: 50%;
    }

    .cart_mb {
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    color: #333;
    
    font-size: 20px;
    position: absolute;
    top: 6px;
    right: 23px;
    display: inline-block;
}
.cart_mb{
	display: none;
}
.promotion_top ul li a{
    width: auto;
    color: #17375e;
    font-size: 14px;
    text-transform: uppercase;
}
  

.filter-mobile{
	display: none;
}
.video-home .nav-video .item-2 .title-2{
	font-size: 15px;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
}
#maincontent {
	margin-top: 20px;
}

.content-new-detail ul{
	padding-left: 20px;
}
.footer ul{
	list-style: none
}
.popup-links-inner ul{
	list-style: none;
}
.product-detail-tab ul{
	padding-left: 20px;
}
.sidebar-contant ul{
	list-style: none
}
.content-post  table tr td{
	padding:5px;
	    vertical-align: initial;

}
.product-detail-tab table{
	width: 100%!important;
	    vertical-align: inherit!important;
}

	.information-product-detail	ul.tabs{
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
	.information-product-detail	ul.tabs li{
			background: none;
			color: #222;
			display: inline-block;
			padding: 10px 15px;
			cursor: pointer;
		}

	.information-product-detail	ul.tabs li.current{
			background: #efac3f;
			color: #fff;
		}

	.information-product-detail	.tab-content{
			display: none;
			
			padding: 15px;
		}
.information-product-detail .content-post {
	padding-top: 0!important;
}

	.information-product-detail	.tab-content.current{
			display: inherit;
		}
	.footer	{
			  
    color: #FFF;
    /*flex-shrink: 0;*/
   /*background: linear-gradient(-180deg, #18a56d, #efac3f);*/
   background:#f4f4f4;
		}
	
.top-info-home{
	margin-top: 50px;
}
.top-info-home .nav-img .title-1{
	    color: #000;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;

}
.top-info-home .nav-img .description p{
	      color: #000;
    font-size: 16px;
}
.top-info-home  .img img{
	width: 100%;
	height: 185px;
	object-fit: cover;
}
.top-info-home  .img:hover img{
-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);

}
.top-info-home  .img{
	overflow: hidden;
}
.top-info-home .readmore a{
	 text-align: center;
    border: 1px #ebebeb solid;
    border-radius: 20px;
    display: inline-block;
    text-transform: uppercase;
    padding: 8px 30px;
    background: #f9ab42;
    color: #fff;
    font-size: 18px;
}
.top-info-home .readmore a:hover{
	background: #fff;
	color:#f9ab42;;
	border: 1px solid #f9ab42;
}
.top-info-home .readmore{
	    text-align: center;
	    margin-top: 20px;
}

.section_why .m_white_bg_module {
	padding: 30px 0
}

.section_why .section-head {
	margin-bottom: 50px
}
.sortPagiBar input[type=radio]{
	    float: left;
    margin-right: 5px;
    margin-top: -2px;
}
.sortPagiBar .form-check-inline{
	padding-right: 10px
}
.sortPagiBar b{
	padding-right: 15px;
}
.sortPagiBar{
	    margin-top: 0!important;
    padding-top: 0!important;
}
.header-bottom .box-banner .item{
	background-color: #b20000;
	    position: relative;
    padding: 20px 10px;
    text-align: center;
    color: #fff;
    transition: all .3s ease;
}
.header-bottom .box-banner .row{
	margin-left: -10px;
	margin-right: -10px;
}
.header-bottom .box-banner .row .col-md-2{
	padding-left: 10px;
	padding-right: 10px;
}
.header-bottom .box-banner .item .title-2{
	    font-size: 18px;
    color: #fff;
}
.header-bottom .box-banner .item  .readmore .fa{
	    font-size: 30px;
    color: #fff;
}
.header-bottom .box-banner .item  {
	position: relative;
}
.header-bottom .box-banner .item:before{
	position: absolute;
    width: 50px;
    height: 8px;
    background-color: #2072b9;
    top: 0;
    left: 0;
    content: '';
}
.header-bottom .box-banner .item-2{
	background-color: #57802f ;
	  
}
.header-bottom .box-banner .item-3{
	background-color: #673ab7; 
}
.header-bottom .box-banner .item-4{
	background-color: #ff9800;  
}
.header-bottom .box-banner .item-5{
	background-color:rgba(0,154,155,1);  
}
.header-bottom .box-banner .item-6{
	background-color:rgba(38,148,211,1);  
}
.main-wrap.main-home{
	position: relative;
	display: inline-block;
	width: 100%
}
.main-wrap.main-home .box-banner{
	    position: absolute;
    bottom: 0;
    z-index: 11;
    width: 100%;

}
.banner-main img{
	width: 100%;
}
.text-centen{
	text-align: center;
}
.top-content .box-tex{

    margin-top: 15px;
}
.top-content{
	    background: #e1e1e1;
    padding: 50px 0;
}
.top-content .item .box-image img{
	    width: 100%;
    height: 260px;
    object-fit: cover;
}
.top-content .item .box-image:hover img{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.top-content .item .box-image{
	overflow: hidden;
}
.top-content .item .box-text{
	 
}
.top-content .item .box-text .title-2{
	    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 1;
    height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.top-content .item .box-text  .desc{
	    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.top-content .item .box-text .readmore{
	    display: inline-block;
    font-size: 14px;
    padding: 8px 35px;
    border-radius: 20px;
    text-transform: uppercase;
        border: solid 1px #f9ab42;
    background: #f9ab42;
    color: #111;
}
.top-content .item .box-text .readmore:hover{
	color:  #f9ab42;
	background: #fff
}
.top-content .item{
	background: #fff;
	
}
.top-content .item .box-text {
	padding:15px;
}
.top-content .item-2  iframe{
	    width: 100%;
    height: 412px;
}
.item-product .image img{
	    width: 100%;
    height: 280px;
    object-fit: cover;
}
.item-product .image{
	overflow: hidden;
}
.item-product .image:hover img{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.item-product .box-text{
	    padding: 10px;
}
.item-product{
	text-align: center;
	border: 1px solid #ddd;
	background: #fff;
}
.item-product .box-text .titler-2{
	text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 1;
    height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}
.product-home-1{
	    background: #e1e1e1;
	    padding-bottom: 20px;
	   
}
.product-home{
	 padding:50px 0;
}
.product-home .item-product{
	margin-bottom: 20px;
}
.product-home  .row{
	margin-left: -10px;
	margin-right: -10px;
}
.product-home  .row .col-md-3{
	padding-left: 10px;
	padding-right: 10px;
}
.title-title .title-1 {
	    position: relative;
    color: #262626;
    font-size: 30px;
    margin: 0;
    display: block;
    text-transform: uppercase;
    text-align: center;
}
.heading-lines {
    position: relative;
    display: inline-block;
}
.heading-lines:before {
    width: 80px;
    height: 1px;
    background-color: #777;
    top: 50%;
    position: absolute;
    margin-top: 0.4px;
    content: "";
    background: gray;
    right: 22px;
}
.heading-lines:after {
    width: 80px;
    height: 1px;
    background-color: #777;
    top: 50%;
    position: absolute;
    content: "";
    background: gray;
    margin-top: 0.4px;
    left: 22px;
}
.heading-lines span {
    width: 10px;
    height: 10px;
    display: inline-block;
    transform: rotate( 45deg );
    background-color: #376092;
}
.center{
	text-align: center;
}
.product-home  .content-product-home{
	margin-top: 15px;
}
.optimal-solution .content-optimal-solution .container{
	max-width: 1000px;
	width: 100%;

}
.optimal-solution .content-optimal-solution  .item{
	position: relative;
}
.optimal-solution .content-optimal-solution  .item .image img{
width: 100%;
    height: 320px;
    object-fit: cover;
}
.optimal-solution .content-optimal-solution  .item:hover .image img{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.optimal-solution .content-optimal-solution  .item .image{
	overflow: hidden;
}
.optimal-solution .content-optimal-solution  .item .box-text{
	    background: #2d1e1e75;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 15px;
    text-align: center;
}
.optimal-solution .content-optimal-solution  .item .box-text .title-2{
	margin: 0;
    color: #fff;
    font-size: 18px;
}
.optimal-solution .content-optimal-solution  .item .box-text .title-2 a{
	    color: #fff;
}
.optimal-solution .content-optimal-solution  {
	margin-top: 30px;
}
.optimal-solution{
	padding-top: 50px;
}
.optimal-solution .content-optimal-solution  .row{
	margin-left: -10px;
	margin-right: -10px;
}
.optimal-solution .content-optimal-solution  .row .col-md-6{
	padding-left: 10px;
	padding-right: 10px;
}
.optimal-solution .content-optimal-solution  .item{
	margin-bottom: 20px;
}
.production-process{
	padding-top: 30px;
	    text-align: center;
}
.production-process .content-production-process{
	
	margin-top: 20px;
}
.support-home .nav-support-home{
	margin-top: 20px;
}
.production-process {
	text-align: center;
}
.production-process .grid-btn{
	    padding: 10px 24px;
    background-color: #f9ab42;
    color: #fff;
    border-radius: 40px;
    transition: all .3s ease;
    min-width: 250px;
    line-height: 1.5;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 20px;
    display: inline-block;
    border: 1px solid #f9ab42;
}
.production-process .grid-btn:hover{
color: #f9ab42;
border: 1px solid #f9ab42;
background: #fff;
}
.support-home .nav-support-home .item{
	text-align: left;
	    display: inline-block;
	    width: 100%
}
.support-home .nav-support-home .item .title-1{
	text-align: left;
	text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: capitalize;
    margin-top: 15px;
    margin-bottom: 6px;
}
.support-home .nav-support-home .item  .date{
    margin: 0;
    color: #999;
}
.support-home .nav-support-home .item  .desc{
	    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 3;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}
.support-home .nav-support-home .item .readmore{
	    color: #6c6262;
    float: right;
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
}
.support-home .nav-support-home .item .readmore:hover{
	color: #f9ab42;
}
.support-home .nav-support-home .item .readmore .fa{
	margin-left: 5px;
}
.top-info-home .top-info-right{
	    background: #f9ab42;
    padding: 20px;
    text-align: center;
    padding-bottom: 6px;
}
.top-info-home  .top-info-right .title-1{
	    font-size: 20px;
    font-weight: bold;
        margin-bottom: 10px;
}
.top-info-home  .content-info-right .row{
	margin-left: -7px;
	margin-right: -7px;
}
.top-info-home  .content-info-right .row .col-md-6{
	padding-left: 7px;
	padding-right: 7px;
}
.top-info-home  .content-info-right .item{
	position: relative;
	margin-bottom: 14px;
}
.top-info-home  .content-info-right .item .overlay-{
	background: #2d1e1e75;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px;
}
.top-info-home  .content-info-right .item .overlay- .title-3{
	    margin: 0;
    font-size: 15px;
}
.top-info-home  .content-info-right .item .overlay- .title-3 a{
	color: #fff;
}
#brand-logo .owl-dot{
	width: 8px;
	height: 8px;
	background: #eee;
	border: 1px solid #eee;
	border-radius: 50%;
	display: inline-block;
	float: left;
	margin:3px;
}
#brand-logo .owl-dots{
	    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
#brand-logo{
	padding-bottom: 30px;
}
#brand-logo .owl-dot.active{
	background: #f9ab42;
	border: 1px solid #f9ab42
}
@media (max-width: 767px) {
	.section_why .section-head {
		margin-bottom: 30px
	}
}

.section_why .section-head h2 {
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	color: #1a1a1a;
	margin: 0
}

.section_why .section-head .wt-separator-outer {
	overflow: hidden
}

.section_why .section-head .wt-separator-outer .wt-separator {
	display: inline-block;
	height: 3px;
	width: 50px;
	position: relative
}

.section_why .section-head .wt-separator-outer .wt-separator.style-square {
	width: 10px;
	height: 10px;
	background-color: transparent;
	border-width: 3px;
	border-style: solid;
	border-color: #2d3239
}

.section_why .section-head .wt-separator-outer .wt-separator .separator-left {
	left: -80px
}

.section_why .section-head .wt-separator-outer .wt-separator .separator-right {
	right: -80px
}

.section_why .section-head .wt-separator-outer .wt-separator .separator-left,
.section_why .section-head .wt-separator-outer .wt-separator .separator-right {
	height: 3px;
	position: absolute;
	top: 50%;
	width: 70px;
	margin-top: -1px;
	background-color: #efac3f;
}

.section_why .section-head p {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding-top: 10px
}

.section_why .feature-item-big {
	position: relative;
	cursor: pointer
}

.section_why .feature-item-big .why-icon {
	display: inline-block;
	width: 150px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%
}

.section_why .feature-item-big .ornament {
	position: relative;
	width: 1px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 13px;
	background: #e5e5e5;
	top: 0
}

.section_why .feature-item-big .ornament:after {
	position: absolute;
	content: "";
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 11px;
	height: 11px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, 10px)
}

.section_why .feature-item-big .box-header {
	margin-top: 35px;
	padding-bottom: 5px;
	margin-bottom: 0;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	position: relative;
	text-transform: uppercase
}

.section_why .feature-item-big .box-header:after {
	display: block;
	content: "";
	background: #efac3f;
	width: 40px;
	height: 2px;
	margin-top: 13px;
	margin-left: auto;
	margin-right: auto
}

.section_why .feature-item-big p {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	margin-top: 19px;
	margin-bottom: 0
}

.section_why .feature-item-big:hover .why-icon {
	border-color: #efac3f;
}
.section_why{
	margin-top: 30px;
}
.section_why .container{
	    background: #fff;
    box-shadow: 0 4px 4px -2px rgb(0 0 0 / 15%);
    padding: 15px;
}
.sitdown:before {
	content: "";
	left: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
	height: 0;
	transition: all 0.5s ease-in-out 0s;
	width: 100%;
	z-index: 1
}

.sitdown:hover:before {
	opacity: 0;
	height: 100%
}
#banner_2 .effect-ming  img{
	width: 100%;
	height: 145px;
	object-fit: cover;
}
.woocommerce table.shop_table td.product-name .woocommerce-Price-amount bdi {
    color: #ff0000;
  }
#banner_2   .row{
	margin-left: -10px;
	margin-right: -10px;
}
#banner_2   .row .col-lg-3{
	padding-left: 10px;
	padding-right: 10px;
}
/*End ldp8*/
.flash_sale .sidebar-title{

  margin-bottom: 0
}
.flash_sale .sidebar-title a{
	color: #333;
}
.flash_sale .sidebar-title a img{
	    width: 22px;
    margin-right: 10px;
}
.flash_sale {
	margin-top: 30px;
}

.flash_sale .product-item{
	margin-bottom: 0
}
.flash_sale .slider-flash-sale{

	padding-top: 10px;
}
.slider-flash-sale .owl-prev{
	position: absolute;
    height: 30px;
    width: 30px;
    text-align: center;
    letter-spacing: 0;
    top: 28%;
        border: 1px solid #ddd;
    background: #fff;
    transform: translateY(-35%);
    left: 16px;
 
}
.slider-flash-sale .owl-next{
	position: absolute;
    height: 30px;
    width: 30px;
    text-align: center;
    letter-spacing: 0;
    top: 28%;
        border: 1px solid #ddd;
    background: #fff;
    transform: translateY(-35%);
    right: 16px;
 
}
.slider-flash-sale .owl-prev:after{
	display: none;
}
.hotline-phone-ring-wrap3{
	bottom: 104px;
}
.header-middle .col-md-5{
	    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}
.header-middle .col-md-7{
	    -webkit-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
}
.header-middle .navbar-header{
	text-align: center;
	
} 
.support-home-2 .item .image img{
	width: 100%;
    height: 100px;
    object-fit: cover;
}
.main-product-detail .fotorama__nav-wrap img{
	    height: 75px!important;
    object-fit: cover;
}
.content-content h2{
	font-size: 20px;
}
.main-product-detail .product-item-details .price-box .price.old-price{
	    font-size: 20px!important;
    margin-right: 10px;
}
.is-sticky .header-middle-left{
	padding-left: 0!important;
}
.video-home .item-1 .img{
	position: relative;
}
.video-home .item-1 .img .icon-img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-home .item-2 .img{
	position: relative;
}
.video-home .item-2 .img .icon-img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-home .item-1 .img .icon-img img{
	    width: 100px;
	        opacity: 0.8;
}
.video-home .item-2 .img .icon-img img{
	    width: 70px;
	        opacity: 0.8;
}

.is-sticky #header{
	background: #fff;
	opacity: 0.9
}
.promotion_top ul li.search-main{
	position: relative;
	    margin-right: 0px;
}
.promotion_top ul li.cart-top i{
	font-size: 17px;
}
.promotion_top ul li.cart-top a{
	position: relative;
}
.promotion_top ul li.cart-top .count{
	    width: 16px;
    height: 16px;
    background: #8b6e4b;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
}
.promotion_top ul li.search-main .content-click-search{
	    position: absolute;
    top: 46px;
    right: -14px;
    display: none
}
.promotion_top ul li.search-main .content-click-search form{
	position: relative;
}
.promotion_top ul li.search-main .content-click-search form input[type=text]{
	width: 250px;
    height: 40px;
    border: 1px solid #ddd;
    padding-left: 10px;
}
.promotion_top ul li.search-main .content-click-search form button{
	background: none;
    border: 0;
    right: 0;
    top: 0;
    position: absolute;
}
}
@media (max-width: 1024px){
	.footer-static-block .title{
		font-size: 15px;
    line-height: 20px;
        margin-bottom: 5px;
	}
}
@media (max-width: 767px) {
	.section_why .feature-item-big {
		margin-bottom: 15px
	}


}
@media (max-width:767px) {
	.hotline-phone-ring-wrap2 {
		left: auto;
		right: auto;
		
	}
	.main-wrap.main-home {
		display: block;
	}
	.cat-dropdown .nav > li.level .megamenu {
		left: 100%;
		top: 0;
		width: auto;
		height: 103%;
		overflow: auto;
	}
	.cat-dropdown .nav > li.level .megamenu {
		left: 0 !important;
		background-color: transparent;
		padding: 0 35px;
		padding-right: 5px;
		box-shadow: none;
		border: 0;
	}
	.product-detail-tab table{
		display: flex;
		overflow: auto;
		
	}
	.product-detail-tab  .content-post table tr td{
		width: 130px;
		
	}
}
#header-sticky-wrapper {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
}
.main-product-detail .fotorama__wrap {
	width: 100%!important
}
.main-wrap.main-home {
	display: block;
}