@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url('https://fonts.googleapis.com/css?family=Poppins:400,700');



body {
  font-family: 'Poppins', 'Open Sans', 'sans-serif';
  background-color:#f3f3f3;
}

.navbar-brand
{
	padding:5px 15px !important;
}

.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 20px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #a6a6a6;
  padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 16px;
  color: #222;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}

.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;

}
.left.carousel-control {
  right: 30px;
  left: inherit;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}



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


.navbar-nav>li:after
{
	content :" | ";

}

.navbar-nav>li:last-child:after
{
	content :"";
}

.navbar
{
	margin-bottom:0 !important;
	border:0 !important;
}

.btncolor
{
	color:#fff;
	background:#1d61b5;
	border:1px solid #1d61b5;
}

.btncolor:hover
{
	background: #1b4b86;
	color:#fff;
	border:1px solid #1b4b86;
}

.topbg
{
	background:#222;
	padding:5px 0;
	color:#fff;
	font-size:11px;
}

.topbg a
{
	color:#fff;
}

.topbg a:hover
{
	text-decoration:none;
}

.topbg ul
{
	list-style-type:none;
	margin:0;
}

.topbg ul li
{
	display:inline;
	padding:0 10px;
}

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


.topblue
{
	background:#c19e36;
	color:#fff;
	z-index:99999;
}

.topblue a
{
	color:#fff;
}

.mobile-align
{
	text-align:right;
}

.badge
{
	position:absolute;
	left:5px;
	top:0;
	background-color:#222;
}

.mobile-badge
{
	position:absolute;
	left:8px;
	top:7px;
	background-color:#222;
	display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
}

.navbar-toggle .icon-bar
{
	background-color:#fff;
}

.gold-color
{
	color:#c4a45b !important;
}

.dropdown-menu
{
	font-size:13px;
	 z-index: 99999;
}

.mobile-cart
{
	position:fixed;
	right:10px;
	bottom:10px;
	border-radius:50%;
	background:#1d61b5;
	width:50px;
	height:50px;
	text-align:center;
	padding-top:7px;
}

.mobile-cart img
{
	padding-top:3px;
}

.bx-wrapper
{
	border:0 !important;
}

.nav>li>a:focus, .nav>li>a:hover
{
	background-color:#987e31 !important;
}

.newsbg
{
	background:#fff;
	border-bottom:4px solid #f29f35
}

.line
{
	border-bottom:2px solid #f29f35;
	padding-bottom:10px;
}

.line2
{
	border-bottom:2px solid #1d61b5;
	padding-bottom:10px;
}

.line3
{
	border-bottom:2px solid #aa505c;
	padding-bottom:10px;
}

.border-bottom
{
	border-bottom:1px solid #ddd;
}

.newsbarfont
{
	padding-top:10px;
	font-size:12px;
	color:#a6a6a6;
}

.news-img
{
	min-height:80px;
	width:100%;
	background-position:center !important;
	background-repeat:no-repeat !important;
	background-size:contain !important;
}

 .scrollTop {
    position: fixed;
    right: 10px;
    bottom: 70px;
    transition: all 0.4s ease-in-out 0s;
    cursor: pointer;
    z-index: 99;
}

.special-offer
{
	min-height:250px;
	width:100%;
	background-position:center bottom !important;
	background-repeat:no-repeat !important;
	background-size:cover !important;
	cursor:pointer;
}

.hovereffect
{
	transition: 0.3s ease all;
}

.special-offer .hovereffect:hover ,.hovereffect:hover
{
	transform:scale(1.1);
}

.offer-font-color
{
	color:#fff;
}

.bar {
    clear: both;
    width: 130px;
    height: 5px;
    background: #1d61b5;
	margin:auto;
}

.bar2 {
    clear: both;
    width: 80px;
    height: 3px;
    background: #1d61b5;
}


.bar3 {
    clear: both;
    width: 80px;
    height: 3px;
    background: #aa505c;
	float:right;
}

.bar4 {
    clear: both;
    width: 130px;
    height: 5px;
    background: #1d61b5;
	margin:auto;
	margin-bottom:30px;
}

.bar5 {
    clear: both;
    width: 80px;
    height: 3px;
    background: #f29f35;
	float:right;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto
{
	bottom:10px !important;
}

.bx-wrapper
{
	margin-bottom:30px !important;
}

.mixedSlider {
  position: relative;
}
.mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 0;
}
.mixedSlider .MS-content .item {
  display: inline-block;
  width: 25%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 5px;
}

.mixedSlider .MS-content .item .itembg:hover
{

	box-shadow: 0px 15px 10px -15px #ff0000;
	transition:all 0.3s;
	
}

@media (max-width: 991px) {
  .mixedSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .mixedSlider .MS-content .item {
    width: 100%;
  }
}
.mixedSlider .MS-content .item .imgTitle {
  position: relative;
}
.mixedSlider .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
.mixedSlider .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
.mixedSlider .MS-content .item p {
  font-size: 16px;
  padding: 0 10px;
}
.mixedSlider .MS-content .item a {
  /*float: left;*/
  /* margin: 0 20px 0 0;*/
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  transition: linear 0.1s;
}

.mixedSlider .MS-content .item a i
{
	color:#1d61b5;
}

.mixedSlider .MS-content .item a:hover {
	text-decoration:none;
}
.mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 25px;
  top: 0px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
.mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  .mixedSlider .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .mixedSlider .MS-controls button {
    font-size: 20px;
  }
}
.mixedSlider .MS-controls .MS-left {
  /* left: 0px; */
  right: 40px;
}
@media (max-width: 767px) {
  .mixedSlider .MS-controls .MS-left {
    /*left: -10px;*/
	right:30px;
  }
}
.mixedSlider .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  .mixedSlider .MS-controls .MS-right {
    right: -10px;
  }
}
.basicSlider { position: relative; }

.basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 2%;
  height: 50px;
}

.basicSlider .MS-content .item {
  display: inline-block;
  width: 20%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  line-height: 50px;
  vertical-align: middle;
}
@media (max-width: 991px) {

.basicSlider .MS-content .item { width: 25%; }
}
@media (max-width: 767px) {

.basicSlider .MS-content .item { width: 35%; }
}
@media (max-width: 500px) {

.basicSlider .MS-content .item { width: 50%; }
}

.basicSlider .MS-content .item a {
  line-height: 50px;
  vertical-align: middle;
}

.basicSlider .MS-controls button { position: absolute; }

.basicSlider .MS-controls .MS-left {
  top: 35px;
  left: 10px;
}

.basicSlider .MS-controls .MS-right {
  top: 35px;
  right: 10px;
}

.item span
{
	/*font-weight:bold;
	color:#333;
	font-size:16px;*/
	float:right;
}

.item ul
{
	font-size:14px;
	padding-left:20px;
	line-height:1.2em;
	color:#a5a8a9;
}

.pro-height {
    min-height: 220px;
    position: relative;
    width: 100%;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.product-col
{
	padding:5px !important;
	margin-bottom:5px;
}

.product-img
{
	min-height: 120px;
    position: relative;
    width: 100%;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.font-tit
{
	font-size:16px;
	padding:0 10px;
}

.tit-padding
{
	font-size:16px;
	padding:0 10px;
	color:#b2b2b2;
}

.itembg
{
	background:#fff;
	width: 100%;
}

.viewbtn
{
	width:100%;
	text-align:center;
	padding:8px;
	color:#fff;
}

.hvr-shutter-in-vertical:before
{
	background:#222 !important;
	color:#fff !important;
}

.discount
{
	text-decoration: line-through;
	color:#b2b2b2;
	text-align:left;
	float:none !important;
}

.hvr-shutter-in-vertical
{
	background :#987e31 !important;
} 

.save
{
	color:#f29f35;
}

.item-title
{
	color:#b2b2b2;
	font-size:14px;
}

.hvr-underline-from-center:before
{
	background: #f29f35 !important;
	z-index:1 !important;
}

.new-arrival
{
	min-height:400px;
	background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	
}

.arrival-font
{
	color:#fff;
}

.arrivalpos
{
	position:absolute;
	bottom:10px;
	left:30px;
}

.popularpos
{
	position:absolute;
	bottom:10px;
	right:30px;
}

	.addbtn
	{
		color:#fff;
		padding:10px;
	}
	
	.tablehead
	{
		color:#fff;
		background:#222;
	}
	
	.tablehead tr td
	{
		padding:10px;
	}
	

.nav .open>a, .nav .open>a:focus, .nav .open> a:hover
{
	background-color:#987e31 !important;
	border-color:transparent !important;
}

.pagination>li>a, .pagination>li>span
{
	background:transparent;
	border:0 !important;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
{
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover
{
	background:transparent;
}

.frb input[type="radio"]:empty,
.frb input[type="checkbox"]:empty {
	display: none;
}

.frb input[type="radio"] ~ label:before,
.frb input[type="checkbox"] ~ label:before {
	font-family: FontAwesome;
	content: '\f096';
	position: absolute;
	top: 50%;
	margin-top: -11px;
	left: 15px;
	font-size: 18px;
}

.frb input[type="radio"]:checked ~ label:before,
.frb input[type="checkbox"]:checked ~ label:before {
	content: '\f046';
}

.frb input[type="radio"] ~ label,
.frb input[type="checkbox"] ~ label {
	position: relative;
	cursor: pointer;
}



.frb input[type="radio"]:checked ~ label,
.frb input[type="checkbox"]:checked ~ label {
	color: #fafafa;
}



.frb.frb-default input[type="radio"]:checked ~ label,
.frb.frb-default input[type="checkbox"]:checked ~ label {
	color: #333;
}

.frb.frb-primary input[type="radio"]:checked ~ label,
.frb.frb-primary input[type="checkbox"]:checked ~ label {
	background-color: #337ab7;
}

.frb.frb-success input[type="radio"]:checked ~ label,
.frb.frb-success input[type="checkbox"]:checked ~ label {
	background-color: #5cb85c;
}

.frb.frb-info input[type="radio"]:checked ~ label,
.frb.frb-info input[type="checkbox"]:checked ~ label {
	background-color: #5bc0de;
}

.frb.frb-warning input[type="radio"]:checked ~ label,
.frb.frb-warning input[type="checkbox"]:checked ~ label {
	background-color: #f0ad4e;
}

.frb.frb-danger input[type="radio"]:checked ~ label,
.frb.frb-danger input[type="checkbox"]:checked ~ label {
	background-color: #d9534f;
}

.frb input[type="radio"]:empty ~ label span,
.frb input[type="checkbox"]:empty ~ label span {
	display: inline-block;
}

.frb input[type="radio"]:empty ~ label span.frb-title,
.frb input[type="checkbox"]:empty ~ label span.frb-title {
	font-size: 16px;
	font-weight: 700;
	margin: 5px 5px 5px 50px;
}

.frb input[type="radio"]:empty ~ label span.frb-description,
.frb input[type="checkbox"]:empty ~ label span.frb-description {
	font-weight: normal;
	font-style: italic;
	color: #999;
	margin: 5px 5px 5px 50px;
}

.frb input[type="radio"]:empty:checked ~ label span.frb-description,
.frb input[type="checkbox"]:empty:checked ~ label span.frb-description {
	color: #fafafa;
}

.frb.frb-default input[type="radio"]:empty:checked ~ label span.frb-description,
.frb.frb-default input[type="checkbox"]:empty:checked ~ label span.frb-description {
	color: #999;
}



footer
{
	background:#fff;
	margin-top:20px;

}

footer p
{
	color:#a3a3a3;
	line-height:200%;
}

.footerinfo
{
	padding-left:0;
	list-style-type:none;
	color:#b2b2b2;
	line-height:200%;
}

.footerinfo a
{
	color:#a3a3a3;
}


.subscribe-img
{
	min-height:250px;
	background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	
}

.subscribe-font
{
	color:#fff;
	padding-top:80px;
}

.subscribe-font h4
{
	line-height:180%;
}

.single {
margin: 20px auto;
position: relative;
z-index: 2; }

.single h2 {
font-size: 22px;
color: white;
margin-top: 80px; }
.single .form-control {
height: 50px;
/* background: rgba(255, 255, 255, 0.6); */
background:#fff;
border-color: transparent;
border-radius: 20px 0 0 20px; }
.single .form-control:focus {
box-shadow: none;
border-color: #243c4f; }
.single .btn {
min-height: 50px; 
border-radius: 0 20px 20px 0;
background: #1d61b5;
color: #fff;
}


.icon-circle .fa{
    font-size           : 25px;
    color               : #e84700;
    margin              : 0 auto;
    height              : 40px;
    width               : 40px;
    border-radius       : 50%;
    border              :2px solid #e84700;
    line-height         : 40px;
    cursor              : pointer;
    -webkit-transition  : all  ease-in-out 0.35s;
    -moz-transition     : all  ease-in-out 0.35s;
    -o-transition       : all  ease-in-out 0.35s;
    -ms-transition      : all  ease-in-out 0.35s;
    transition          : all  ease-in-out 0.20s,background-color ease-in-out 0.05s;
}

.icon-circle  .fa:hover{
    
    background-color        : #e84700;    
    color                   : #fff;
    border                  : 1px solid #e84711;
    -moz-box-shadow         : inset 0px 0px 0px 5px #ffffff;
    -o-box-shadow           : inset 0px 0px 0px 5px #ffffff;
    -ms-box-shadow          : inset 0px 0px 0px 5px #ffffff;
    -webkit-box-shadow      : inset 0px 0px 0px 5px #ffffff;
    box-shadow              : inset 0px 0px 0px 5px #ffffff;
    -ms-transform           : scale(1.2,1.2); 
    -webkit-transform       : scale(1.2,1.2);
    -moz-transform          : scale(1.2,1.2); 
    -o-transform            : scale(1.2,1.2); 
    transform               : scale(1.2,1.2);  
}

.icon-circle  i:before{
    margin-left         : 0px;
    font-size           : 20px;
}

@media (min-width:320px) and (max-width:768px) {


 .icon-circle .fa{
    font-size           : 15px;
    color               : #e84700;
    margin              : 0 auto;
    height              : 40px;
    width               : 40px;
    border-radius       : 50%;
    border              :2px solid #e84700;
    line-height         : 40px;
    cursor              : pointer;
    -webkit-transition  : all  ease-in-out 0.35s;
    -moz-transition     : all  ease-in-out 0.35s;
    -o-transition       : all  ease-in-out 0.35s;
    -ms-transition      : all  ease-in-out 0.35s;
    transition          : all  ease-in-out 0.20s,background-color ease-in-out 0.05s;
}

.icon-circle  .fa:hover{
    
    background-color        : #e84700;    
    color                   : #fff;
    border                  : 1px solid #e84711;
    -moz-box-shadow         : inset 0px 0px 0px 5px #ffffff;
    -o-box-shadow           : inset 0px 0px 0px 5px #ffffff;
    -ms-box-shadow          : inset 0px 0px 0px 5px #ffffff;
    -webkit-box-shadow      : inset 0px 0px 0px 5px #ffffff;
    box-shadow              : inset 0px 0px 0px 5px #ffffff;
    -ms-transform           : scale(1.2,1.2); 
    -webkit-transform       : scale(1.2,1.2);
    -moz-transform          : scale(1.2,1.2); 
    -o-transform            : scale(1.2,1.2); 
    transform               : scale(1.2,1.2);  
}

.icon-circle  i:before{
    margin-left         : 0px;
    font-size           : 20px;
}   
}

.ifacebook .fa{
    color               :#3B5998;
    border              :2px solid #3B5998;
}

.ifacebook .fa:hover{
    
    background-color        : #3B5998;    
    color                   : #fff;
    border                  : 1px solid #3B5998;

}

.itwittter .fa{
    color               : #33ccff;
    border              :2px solid #33ccff;
}

.itwittter .fa:hover{
    
    background-color        : #33ccff;    
    color                   : #fff;
    border                  : 1px solid #33ccff;

}

.igoogle .fa{
    color               : #BD3518;
    border              :2px solid #BD3518;
}

.igoogle .fa:hover{
    
    background-color        : #BD3518;    
    color                   : #fff;
    border                  : 1px solid #BD3518;

}

.iLinkedin .fa{
    color               : #007bb7;
    border              :2px solid #007bb7;
}

.iLinkedin .fa:hover{
    
    background-color        :#007bb7;    
    color                   : #fff;
    border                  : 1px solid #007bb7;

}


.bottom-footer
{
	background:#c19e36;	
	color:#fff;
	font-size:11px;
	padding:6px 0;
}

.bottom-footer ul
{
	text-align:right;
	margin-top:6px;
}

.bottom-footer ul li
{
	padding-left:20px;
	font-size:14px;
}

.bottom-footer ul li a
{
	color:#fff;
	font-size:12px;
	padding-left:8px;
	font-family: 'Poppins', 'Open Sans', 'sans-serif' !important;
}

.partner
{
	min-height:400px;
	background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	background:url(../images/business.jpg);
}

.partner h3
{
	color:#fff;
	text-shadow: 2px 2px #686868;
	margin-top:60px;
}

.customer
{
	min-height:400px;
	background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	background:url(../images/customer.jpg);
}

.customer h3
{
	color:#fff;
	text-shadow: 2px 2px #686868;
	margin-top:60px;
}

.loginbtn
{
	width:100%;
	padding:10px;
	text-align:center;
	color:#fff;
	background:#1d61b5;
	font-size:16px;
	letter-spacing:1px;
}

.loginpos
{
	position:absolute;
	bottom:20px;
	left:0;
	width:100%;
}

.hvr-bounce-to-top:before
{
	background:#987e31 !important; 
}

.hvr-grow-shadow:active, .hvr-grow-shadow:focus, .hvr-grow-shadow:hover
{
	z-index:999999;
}

.registerpara
{
	color:#fff;
}

.registerpara a
{
	color:#fff;
	text-decoration:underline;
}

.panel-heading{
    cursor: pointer;
}

.catetitle
{
	background: #222;
    color: #fff;
    padding: 10px;
}

.hvr-icon-wobble-horizontal
{
	padding-left:2.2em !important;
	padding-right:auto !important;
}

.hvr-icon-wobble-horizontal:before
{
	left:0.5em !important;
	right:auto !important;
}

.sidebar
{
	list-style-type:none;
	padding-left:20px;
	line-height:200%;
}

.sidebar li a
{
	color:#222;
}

.bread
{
	color: #a3a3a3;
	text-align:center;
	padding-top:30px;
}

.bread a
{
	color: #a3a3a3;
}

.protitle
{
	text-transform:uppercase;
}

.probanner
{
	min-height:200px;
	background-position: center bottom !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	background:url(../images/probanner.jpg);
	text-align:center;
}

.probanner h3
{
	color:#fff;
	background:rgba(0, 0, 0, 0.7);
	padding:10px;
	text-align:center;
	width:200px;
	display:inline-block;
	margin-top:80px;
}

.padding-right
{
	padding-right:0;
}

.align
{
	color:#222;
}

.propara
{
	font-size:12px;
	
}

.product-row
{
	background:#fff;
	padding: 20px 15px;
	margin-bottom:10px;
}

.price-font
{
	font-size:16px;
}

.shopping-img
{
	min-height:100px;
	background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
	text-align:center;
	width:100px;
}

.greybg
{
	background:#ededed;
	color:#222;
	padding:30px;
}

.formstyle
{
	border: 0;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 2px solid #222;
}

.form-control:focus
{
	box-shadow:none;
}

.calculatebg
{
	background:#fff;
	padding:30px;
}

.quotationbtn
{
	background:#b6b6b6;
	text-align:center;
	padding:10px;
	color:#fff;
}

.checkbtn
{
	background:#ea9f35;
	text-align:center;
	padding:10px;
	color:#fff;
}

.greyfont
{
	color:#a3a3a3;
	font-weight:400;
}

.loginbg
{
	background:url('../images/loginbg.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center bottom;
}

.news2-img
{
	min-height:150px;
	background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
	text-align:center;
}

.shop-img
{
	height:80px;
	width:80px;
	object-fit:contain;
}

@media (min-width: 768px)
{
	.modal-dialog 
	{
		width: 700px;
	}
}


@media only screen and (max-width: 768px) {
	.topbg
	{
		text-align:center !important;
	}
	
	.mobile-align
	{
		text-align:center;
		color:#1d61b5;
	}
	
		.navbar-nav>li:after
	{
		content :"";
	}
	
	.bottom-footer
	{
		text-align:center;
	}
	
	.bottom-footer ul
	{
		text-align:center;
	}
	
	.mega-dropdown-menu .dropdown-header
	{
		color:#fff;
	}
	
	.mega-dropdown-menu > li > ul > li > a
	{
		color:#fff;
	}
	
	.mega-dropdown-menu > li > ul a
	{
		padding-left:30px !important;
	}
}

@media only screen and (min-width: 1400px) {
	.container
	{
		width: 1366px;
	}
}


@media only screen and (max-width: 468px) {
	.no-padding
	{
		padding:0;
	}
}


@media print {
	
	
	.shop-img
	{
		height:40px;
		width:40px;
		object-fit:contain;
	}
	
	.print-font
	{
		font-size:12px !important;
	}
	
	.col-print
	{
		width:50%;
	}
	
	.col-print-4
	{
		width:40%;
		float:right;
		text-align:right;
	}
}
