 

body {
	font-family: 'robotolight', sans-serif;
	font-size: 14px;
	color: #000;
	overflow-x: hidden;
	position:relative;
}
img {
    max-width: 100%;
	height: auto;
}
a {
    outline: 0 !important;
}

/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding{
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	padding-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

.pad-t100{ padding-top:100px;}
.pad-t50{ padding-top:50px;}
.pad-t25{ padding-top:25px;}

/* - OW pull-left/pull-right */
.ow-pull-left  {
	float: left;
}
.ow-pull-right  {
	float: right;
}
	
 


@font-face {
    font-family: 'robotolight';
    src: url('../fonts/Roboto-Light-webfont.eot');
    src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Light-webfont.woff') format('woff'),
         url('../fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;

}

@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/Roboto-Medium-webfont.eot');
    src: url('../fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Medium-webfont.woff') format('woff'),
         url('../fonts/Roboto-Medium-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;

}

.main-container {
	width: 1920px;
	max-width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
}

/* * Header */
.header-section {
	position: relative;
}

/* - Top Header */
.top-header {
	background-color: #f2f2f2;
	display: inline-block;
	width: 100%;
	line-height: 40px;
}
.top-header .dropdown-bar h5 {
	color: #333;
	display: inline-block;
	margin: 0;
	line-height: 28px; 
	padding-right: 5px;
	text-transform: capitalize;
}
.top-header .language-dropdown .dropdown-menu {
	border-radius: 0;
	border: none;
	margin: 0;
}
.top-header .dropdown .btn {
	font-size: 14px;
	background-color: transparent;
	padding: 0;
	color: #333;
}
.top-header .language-dropdown.dropdown {
	display: inline-block;
	padding-left:  0px;
	padding-right: 30px;
	position: relative;
}
/* .top-header .language-dropdown.dropdown::before {
	background-color: #2f8cad;
    content: "";
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
} */
.top-header .language-dropdown.dropdown .caret {
	margin-left: 10px;
}
.top-header .header-social ul {
	float: right;
	padding-left: 0;
	margin-bottom: 0;
}
.top-header .header-social ul li {
	display: inline-block;
	margin-right: 25px;
	
}
.top-header .header-social ul li:last-child {
	margin-right: 0;
}
.top-header .header-social li a {
	color: #333;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;    
}
.top-header .header-social li a:hover {
	color: #12323d;
}
.menu-icon > div {
	display: inline-block;
}
.menu-icon .cart {
	padding-left: 50px;
	margin-bottom: 0;
	display: inline-block;
}
.menu-icon .cart li {
	display: inline-block;
}
#cart{ position:relative;} 
.cartNumber {
    background: #3f3f3f none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    content: "";
    height: 25px;
    padding: 2px 4px;
    position: absolute;
    text-align: center;
    width: 25px;
}
.menu-icon .cart li:first-child a {
	padding-left: 0;
	margin-top: -3px;
	padding-right:0px;
}

.top-header1 {
	background-color: #3fa2c5;
}
.top-header1 .dropdown-bar h5,
.top-header1 .header-social li,
.top-header1 .header-social li a,
.top-header1 .dropdown .btn {
	color: #fff;
}

/* - Middel Header */
.middel-header {
	padding-top: 25px;
	padding-bottom: 25px;
}
.middel-header .logo-block a.navbar-brand {
	color: #3a98b9;
	 
}

.middel-header .logo-block a.navbar-brand {background: rgba(0, 0, 0, 0) url("../images/logo.png") no-repeat scroll 0 0;
    float: left;
    height: 51px;
    line-height: 40px;
    text-indent: -9999em;
    width: 293px;
}

.middel-header .logo-block a.navbar-brand span {
	color: #333;
}
.middel-header .search-block .form-control {
	border-color: #e9e9e9;
	border-radius: 0;
	box-shadow: none;
	font-family: 'robotolight';
	height: 45px; 
	text-transform: capitalize;
}
.middel-header .search-block .form-control::-webkit-input-placeholder {
   color: #333;
}
.middel-header .search-block .form-control:-moz-placeholder { /* Firefox 18- */
   color: #333; 
}
.middel-header .search-block .form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #333;
}
.middel-header .search-block .form-control:-ms-input-placeholder {  
   color: #333; 
}
.middel-header .search-block .input-group button {
	border-radius: 0;
	border-color: #e9e9e9;
	padding: 11.5px 22px;
}
.middel-header .search-block .input-group button:hover {
	background-color: #f1f1f1;
}
.middel-header .menu-icon {
	text-align: right;
}
.middel-header .menu-icon .cart {
	padding-left: 0;
	padding-right: 10px;
}
.middel-header .menu-icon .cart .dropdown-menu {
	top: 85px;
}

/* - Search Box */
.search-box {
	background-color: #f2f2f2;
	padding: 15px;
	position: absolute;
	right: 100px;
	top: 100%;
	width: 620px;
	max-width: 100%;
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform-origin: 0 0 0;
	transition: all 0.4s ease-in-out 0s;
	z-index: 101;
}
.search-box.active {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	visibility: visible;
}
.search-box form {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
}
.search-box form input {
	background-color: transparent;
	box-shadow: none;
	border: none;
	border-radius: 0;
	color: #212121;
	font-size: 16px;
	font-style: italic;
	height: auto;
}
.search-box form input:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
	outline: none;
	border-color: #fff;
}
.search-box span {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}
.search-box span i {
	font-size: 15px;
	color: #212121;
	float: right;
	margin: 5px;
}
.menu-icon .cart .dropdown-menu {
	border: medium none;
    border-radius: 0;
	background-color: #8ac2d6;
    left: auto;
    padding: 10px 10px 25px 10px;
    right: 0;
    top: 100px;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    -webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
    width: 350px;
}
.menu-icon .cart a {
	color: #333;
	display: inline-block;
}
.menu-icon .cart a:hover {
	background-color: transparent;
}
.menu-icon .cart .mini_cart_item {
	border-bottom: 1px solid #333;
    display: inline-block;
    line-height: 100px;
    width: 100%;
}
.menu-icon .cart .mini_cart_item .shop-thumbnail {
	display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
	padding-right: 5px;
}
.menu-icon .cart .mini_cart_item .shop-thumbnail img {
	margin-right: 15px;
}
.menu-icon .cart .dropdown-menu .button {
	margin-top: 20px;
}
.menu-icon .cart .dropdown-menu .button a {
	 
    color: #fff;
    display: inline-block; 
    font-size: 12px;
    margin-left: 25px;
    margin-right: 25px;
    padding: 8px 18px;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.menu-icon .cart .dropdown-menu .button a:after {
	border-right: none;
	padding-right: 0;
}
.menu-icon .cart .dropdown-menu .button a:hover {
	background-color: #ddd;
	color: #333;
}
.liveChatHolder{ position:fixed; bottom:10px; right:10px; z-index:9998;}

.menuTitle{ text-align:left !important; padding:15px 10px;}
.menuTitleClose{ float:right; padding:0px 7px;}

.Lftsidebar {
  transform: translateX(-120%);
  display: block;
  height: 100%;
  background: #f9f9f9;
  transition: all 0.3s ease-in;
  width: 250px;
  position:fixed;
  left:0px;
  top:0px;
  z-index:9999;
  border-right:1px solid #efefef;
  overflow:auto;
  
}
.Lftactive {
  transform: translateX(0);
}
.header-section-1 .ow-navigation.navbar-default .navbar-nav > li > a.CategoriesNav{ }

/* START Category Left Aside navigation */ 


.shopMenu{}
.shopMenu .nav a, .shopMenu .nav label {
  display: block;
  padding: 5px 10px;
  color: #225466;
 
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
}

.shopMenu .nav a:focus, .shopMenu .nav a:hover, .shopMenu .nav label:focus, .shopMenu .nav label:hover {
  color: rgba(0, 0, 0, 0.8);
  
}

.shopMenu .nav label { cursor: pointer; font-size:16px;  }

/**
 * Styling first level lists items
 */

.shopMenu .group-list a, .shopMenu .group-list label {
  padding-left: 2rem;
  
  
}

.shopMenu .group-list a:focus, .shopMenu .group-list a:hover, .shopMenu .group-list label:focus, .shopMenu .group-list label:hover { color:#71aabe; }

/**
 * Styling second level list items
 */

.shopMenu .sub-group-list a, .shopMenu .sub-group-list label {
  padding-left: 4rem;
  
  
}

.shopMenu .sub-group-list a:focus, .shopMenu .sub-group-list a:hover, .shopMenu .sub-group-list label:focus, .shopMenu .sub-group-list label:hover { color:#71aabe;  }

/**
 * Styling third level list items
 */

.shopMenu .sub-sub-group-list a, .shopMenu .sub-sub-group-list label {
  padding-left: 6rem;
  
}

.shopMenu .sub-sub-group-list a:focus, .shopMenu .sub-sub-group-list a:hover, .shopMenu .sub-sub-group-list label:focus, .shopMenu .sub-sub-group-list label:hover { color:#71aabe; }

/**
 * Hide nested lists
 */

.shopMenu .group-list, .shopMenu .sub-group-list, .shopMenu .sub-sub-group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .5s ease-in-out;
  transition: max-height .5s ease-in-out;
}

.shopMenu .nav__list input[type=checkbox]:checked + label + ul { /* reset the height when checkbox is checked */
max-height: 1000px; }

/**
 * Rotating chevron icon
 */

.shopMenu label > span {
  float: right;
  -webkit-transition: -webkit-transform .65s ease;
  transition: transform .65s ease;
}

.shopMenu .nav__list input[type=checkbox]:checked + label > span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}



/* END Category Left Aside navigation */ 









/* * Footer */
.footer-main {
	background-color: #37383a;
	padding: 70px 0 50px;
}
.footer-main .widget_about > a {
	color: #3d9fc2;
	display: inline-block;
	font-family: 'robotomedium', serif; 
	font-weight: 700;
	font-size: 34px;
	line-height: 24px; 
	margin-bottom: 38px;
	text-transform: capitalize;
}
.footer-main .widget_about a span {
	color: #333;
}
.footer-main .ftr-widget .info p {
	color: #333;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 0;
    padding-left: 75px;
    /* padding-right: 15px; */
    position: relative;
	padding-bottom: 20px;
}
.footer-main .ftr-widget .info p:last-child {
	margin-top: 20px;
}
.footer-main .ftr-widget .info p > a {
	color: #333;
	display: inline-block;
	margin-top: 5px;
}
.footer-main .ftr-widget .info p i {
	border: 1px solid #3a98b9;
	border-radius: 100%;
	color: #3a98b9;
	font-size: 20px;
	height: 45px;
	width: 45px;
	line-height: 45px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}
.footer-main .ftr-widget h3.widget-title {
	color: #333;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif; 
	line-height: 24px;
	margin-bottom: 38px;
	text-transform: uppercase;
	margin-top: 0;
}
.footer-main .widget_links {
	padding-left: 80px;
}
.footer-main .widget_links ul {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
.footer-main  .widget_account {
	padding-left: 50px;
}
.footer-main .widget_links ul li {
	margin-bottom: 15px;
}
.footer-main .widget_links li a {
	color: #333;
	font-family: 'Lato', sans-serif; 
	text-decoration: none;
	text-transform: capitalize;
}
.footer-main .widget_links li a:hover {
	color: #3fa2c5;
}
.footer-main .widget_links li a::before {
	content: "\f0c8";
	color: #3fa2c5;
	font-family:'FontAwesome';
	font-size: 8px;
	padding-right: 15px;
}
.footer-main .widget_newsletter .form-control {
	border: none;
	border-radius: 0;
	background-color: #f8f8f8;
	box-shadow: none;
	font-family: 'Open Sans', sans-serif;
	height: 40px;
	padding: 6px 20px; 
	text-transform: capitalize;
}
.footer-main .widget_newsletter .input-group button {
	border-radius: 0;
	border: none;
	font-size: 16px;
	padding: 8px 15px;
}
.footer-main .widget_newsletter .input-group button:hover {
	background-color: #333;
	color: #fff;
}
.footer-main .form-control::-webkit-input-placeholder {
   color: #333;
}
.footer-main .form-control:-moz-placeholder { /* Firefox 18- */
   color: #333; 
}
.footer-main .form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #333;
}
.footer-main .form-control:-ms-input-placeholder {  
   color: #333; 
}
.footer-main .widget_newsletter h5 {
	color: #333;
	font-family: 'robotolight';
	font-size: 12px; 
	margin-bottom: 30px;
}
.footer-main .widget_newsletter h3.widget-title-1 {
	margin-bottom: 18px;
}
.footer-main .widget_newsletter .social {
	padding-left: 0;
	margin-bottom: 0;
}
.footer-main .widget_newsletter .social li {
	display: inline-block;
	margin-right: 25px;
}
.footer-main .widget_newsletter .social li:last-child {
	margin-right: 0;
}
.footer-main .widget_newsletter .social li a {
	color: #333;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.footer-main .widget_newsletter .social li a:hover {
	color: #3a98b9;
}
.footer-main .copyright-section {
	border-top: 1px solid #cecece;
	display: inline-block;
	padding-top: 10px;
	margin-top: 30px;
	width: 100%;
}
.footer-main .copyright-section .coyright-content {
	display: inline-block;
}
.footer-main .copyright-section .coyright-content p {
	font-family: 'robotolight';
	font-size: 13px; 
	line-height: 26px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.footer-main .copyright-section ul {
	padding-left: 0;
	float: right;
	margin-bottom: 0;
}
.footer-main .copyright-section ul li {
	display: inline-block;
}
.footer-main .copyright-section li a {
	color: #333;
	display: inline-block;
	font-family: 'robotolight';
	font-size: 14px; 
	line-height: 26px;
	text-transform: capitalize;
	text-decoration: none;
	padding-left: 16px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.footer-main .copyright-section li a:hover {
	color: #3fa2c5;
}
.footer-main .copyright-section li:first-child  a{
	padding-left: 0;
}
.footer-main .copyright-section li a::after {
	border-right: 1px solid #cecece;
	content: "";
	padding-right: 16px;
}

.footer-main-1 {
 
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
 
.footer-main-1.services-section .services-item {
	display: inline-block;
	margin-bottom: 65px;
	width: 100%;
}
.footer-main-1.services-section .srv-box {
	border-color: #5e5e5e;
}
.footer-main-1.services-section .srv-box h5 {
	color: #fff;
}
.footer-main-1.services-section .srv-box h5::after,
.footer-main-1.services-section .srv-box h5::before {
	border-color: #5a5b5c;
}
.footer-main-1 .widget_about a span {
	color: #fff;
}
.footer-main-1 .widget_about p {
	color: #fff; 
	line-height: 26px;
	margin-bottom: 30px;
}
.footer-main-1 .widget_about .social {
	padding-left: 0;
}
.footer-main-1 .widget_about .social li {
	display: inline-block;
	margin-right: 25px;
}
.footer-main-1 .widget_about .social li:last-child {
	margin-right: 0;
}
.footer-main-1 .widget_about .social li a {
	color: #fff;
}
.footer-main-1 .widget_about .social li a:hover {
	color: #3fa2c5;
}
.footer-main-1 .ftr-widget h3.widget-title {
	color: #fff;
}
.footer-main .widget_links {
	padding-left: 20px;
}
.footer-main-1 .widget_links li a {
	color: #fff;
}
.footer-main .widget_account {
	padding-left: 60px;
}
.footer-main-1 .widget_gallery ul {
	padding-left: 0;
	list-style: none;
}
.footer-main-1 .widget_gallery ul li {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}
.footer-main-1 .copyright-section {
	border-color: #5e5e5f;
	position: relative;
}
.footer-main-1 .copyright-section .coyright-content p,
.footer-main-1 .copyright-section li a {
	color: #fff;
}


/* * Section Header */
.section-header {
	margin-bottom: 55px;
	text-align: center;
	position: relative;
}
.section-header h3 {
	color: #333;
	font-family: 'robotomedium';
	font-size: 32px;
	line-height: 30px; 
	margin-top: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.section-header p {
	color: #777;
	font-size: 13px; 
	line-height: 24px;
	margin-bottom: 15px;
	position: relative;
	text-transform: uppercase;
}

/* * Pagination */
.ow-pagination {
    display: inline-block;
    margin-bottom: 50px;
    text-align: center;
    width: 100%;
}
.ow-pagination ul.pager {
	border: 1px solid #cbdde4;
	margin: 0;
}
.ow-pagination .pager li > a, 
.ow-pagination .pager li > span {
	border-radius: 0;
	border-color: #cbdde4;
}
.ow-pagination .pager li > a {
	color: #3a98b9;
	font-family: 'robotomedium'; 
	padding: 8px 25px;
	text-transform: uppercase;
}
.ow-pagination .pager li > a:hover {
	background-color: transparent;
}
.ow-pagination .pager li.previous {
	float: right;
}
.ow-pagination .pager li.previous a {
	border: none;
	color: #333;
}
.ow-pagination .pager li.next a {
	color: #333;
	border-top: none;
	border-bottom: none;
}
.ow-pagination .pager li.number {
	float: left;
}
.ow-pagination .pager li.number a {
	color: #333;
	border-left: none;
	border-top: none;
	border-bottom: none;
}
.ow-pagination .pager li.load-more a {
	border: none;
}

/* * Page Banner */
.page-banner {
	 
	position: relative;
	margin-bottom: 20px;
	padding: 25px 0 10px 0;
	z-index: 1;
}
.page-banner .banner-content {
	display: inline-block;
}
.page-banner .banner-content h3 {
	color: #333;
	display: inline-block;
	font-family: 'robotomedium';
	font-size: 32px; 
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 26px;
}
.page-banner .banner-content p {
	color: #777;
	font-size: 13px; 
	line-height: 24px;
	text-transform: uppercase;
}
.page-banner .breadcrumb {
	background-color: transparent;
	float: left;
	margin-bottom: 0;
	padding: 0;
}
.page-banner .breadcrumb li, 
.page-banner .breadcrumb li a {
	color: #333;
	font-weight: 600;
	font-size: 13px;
    text-decoration: none; 
	text-transform: uppercase;
}
.page-banner .breadcrumb li.active {
	color: #469cbb;
}
.page-banner .breadcrumb > li + li::before {
	color: #333;
    content: "/";
    padding: 0 5px;
}

/*----------------------------------------------------

	* Custom Checkout CSS Start
	
------------------------------------------------------*/


.checkout-form .billing-field {

box-shadow: 0 8px 8px 0 rgba(169, 166, 166, 0.5);
-moz-box-shadow: 0 8px 8px 0rgba(169, 166, 166, 0.5);
-webkit-box-shadow: 0 4px 8px 0 rgba(169, 166, 166, 0.5);
padding: 26px 17px 12px!important;
}
.checkout-form .billing-field .form-group .form-control{
	border:0 !important; 
	background: #f1f1f1; 
	border-radius: 5px !important; 
	color: #000!important; 
	letter-spacing:0!important;  
}
.checkout-form .billing-field .form-group .form-control{
	border:0 !important; 
	background: #f1f1f1; 
	border-radius: 5px !important; 
	margin-bottom: 10px !important; 
}
.checkout-form h3{
border:0 !important; 
text-align: left !important; 
text-transform: uppercase !important; 
font-size:24px !important; 
color: #828282 !important; 
font-weight: 200;
padding:15px 0 !important;  
}
.checkout-form  .shipping-fields{
	border:0 !important; 
	padding:0 6px !important; 

}
.checkout-form .shipping-fields .checkout-order-table{
 padding: 20px 36px !important;
 margin-bottom: 12px  !important;
 border-top:2px solid #3fa2c5;
}

.checkout-form .shipping-fields .checkout-payment input[type=radio]{
	vertical-align: middle;

}
.checkout-form .shipping-fields .checkout-payment {
	padding: 40px 30px 14px !important; 
	border-top:2px solid #3fa2c5;
  
}
.checkout-form .shipping-fields .checkout-payment ul li{
	margin-bottom: 30px !important; 

}



/*----------------------------------------------------

	*  Custom Checkout CSS End
	
------------------------------------------------------*/




/*----------------------------------------------------

	* Responsive
	
------------------------------------------------------*/

/* - min-width: 1200 */
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

/* - min-width: 992 */
@media (min-width: 992px) {
	/* - Top Header */
	.top-header .language-dropdown .dropdown-menu ,
	.menu-icon .cart .dropdown-menu {
		border-radius: 0;
		transform: scaleY(0);
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		transform-origin: 0 0 0;
		transition: all 0.4s ease-in-out 0s;
		display: block;
		margin: 0;
		border: none;
	}
	.top-header .language-dropdown:hover .dropdown-menu,
	.menu-icon .cart:hover .dropdown-menu {
		opacity: 1;
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		visibility: visible;
	}
}

/* - max-width: 1200px */
@media (max-width: 1200px) {
	/* - Footer Main */
	.footer-main .widget_links {
		padding-left: 30px;
	}
}

/* - min-width: 992 to max-width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.menu-icon .cart {
		padding-left: 8px;
	}
	/* - Footer Main */
	.footer-main .widget_links {
		padding-left: 0;
	}
	.footer-main .widget_account {
		padding-left: 15px;
	}
}

/* - max-width: 991 */
@media (max-width: 991px) {
	/* - Top Header */
	.top-header .dropdown-bar h5 {
		padding-right: 12px;
	}
	.top-header .language-dropdown.dropdown {
		padding-right: 12px;
		padding-left: 12px;
	}
	.top-header .header-social ul li {
		margin-right: 12px;
	}
	.search-box {
		right: 15px;
	}
	.menu-block .container {
		position: relative;
	}
	.middel-header .container {
		position: relative;
	}
	.menu-icon .cart {
		padding-left: 0;
	}
	.menu-icon .cart .open .dropdown-menu {
		position: absolute;
		left: auto;
		right: 0;
		top: 60px;
		z-index: 3;
		opacity: 1;
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		visibility: visible;
	}
	.menu-icon .cart .mini_cart_item .shop-thumbnail img {
		margin-left: 6px;
	}
	.menu-icon .cart .open .dropdown-menu span.quantity {
		margin-left: 18px;
	}
	/* - Middel Header */
	.middel-header {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.middel-header .col-md-4.logo-block  {
		display: none;
	}
	.middel-header .menu-icon .cart .mini_cart_item .shop-thumbnail img {
		margin-left: 0;
	}
	.middel-header .menu-icon .cart .open .dropdown-menu span.quantity {
		margin-left: 0;
	}
	/* - Footer Main */
	.footer-main .col-sm-6 {
		margin-bottom: 30px;
	}
	.footer-main .col-sm-6:nth-child(2n+1) {
		clear: both;
	}
	.footer-main-1 .col-sm-6:nth-child(n+1) {
		clear: right;
	}
	.footer-main .widget_links {
		padding-left: 15px;
	}
}

/* - max-width: 767 */
@media (max-width: 767px) {
	/* - Top Header */
	.top-header .dropdown-bar h5 {
		padding-right: 8px;
	}
	.top-header .language-dropdown.dropdown {
		padding-right: 8px;
		padding-left: 8px;
	}
	.top-header .language-dropdown.dropdown .caret {
		margin-left: 2px;
	}
	/* - Footer Main */
	.footer-main .copyright-section .coyright-content {
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}
	.footer-main .copyright-section ul {
		float: none;
		text-align: center;
	}
}

/* -  max-width: 639 */
@media (max-width: 639px) {
	/* - Top Header */
	.top-header {
		line-height: 35px;
	}
	.top-header .col-md-7 {
		width: 100%;
		text-align: center;
	}
	.top-header .col-md-5 {
		width: 100%;
	}
	.top-header .language-dropdown.dropdown::before {
		display: none;
	}
	.top-header .header-social ul {
		float: none;
		text-align: center;
	}
	.menu-block .cart .mini_cart_item .shop-thumbnail img {
		max-width: 50px;
	}
	/* - Middel Header */
	.middel-header .menu-icon .cart .mini_cart_item .shop-thumbnail img {
		max-width: 50px;
	}
	/* - Footer Main */
	.footer-main .copyright-section li a {
		padding-left: 10px;
	}
	.footer-main .copyright-section li a::after {
		padding-right: 10px;
	}
	/* * Page Banner */
	.page-banner .breadcrumb {
		float: none;
	}
}

/* -  max-width: 479 */
@media (max-width: 479px) {
	/* - Top Header */
	.top-header .language-dropdown .dropdown-menu {			
		right: 0;
		left: auto;
	}
	.menu-icon .cart li a::after {
		padding-right: 8px;
	}
	.menu-block .menu-icon .cart .open .dropdown-menu {
		width: 280px;
		right: -65px;
	}
	.menu-icon .cart .mini_cart_item .shop-thumbnail {
		font-size: 13px;
	}
	.menu-block .cart .mini_cart_item .shop-thumbnail img {
		margin: 0 5px;
		max-width: 40px;
	}
	.menu-block .menu-icon .cart .open .dropdown-menu span.quantity {
		margin-left: 0;
	}
	.menu-block .cart .dropdown-menu .button a {
		margin-left: 8px;
		margin-right: 8px;
	}
	/* - Middel Header */
	.middel-header .search-block {
		width: 100%;
		margin-bottom: 20px;
	}
	.middel-header .menu-icon {
		text-align: center;
		width: 100%;
	}
	.middel-header .menu-icon .cart li a::after {
		padding-right: 8px;
	}
	.middel-header .menu-icon .cart .open .dropdown-menu {
		width: 280px;
		right: 0;
		top: 35px;
	}
	.middel-header .menu-icon .cart .mini_cart_item a.remove {
		padding-right: 0;
	}
	.middel-header .menu-icon .cart .mini_cart_item .shop-thumbnail {
		padding-right: 0;
	}
	.middel-header .menu-icon .cart .mini_cart_item .shop-thumbnail img {
		margin: 0 5px;
		max-width: 40px;
	}
	.middel-header .menu-icon .cart .open .dropdown-menu span.quantity {
		margin-left: 5px;
	}
	.middel-header .menu-icon .cart .dropdown-menu .button a {
		margin-left: 4px;
		margin-right: 4px;
	}
	/* - Footer Main */
	.footer-main .col-sm-6 {
		width: 100%;
	}
	.footer-main .copyright-section li a::after {
		border-right: none;
	}
	/* * Page Banner */
	.ow-pagination .pager li > a {
		padding: 8px 14px;
	}
}

.downloadBox{}
.downloadBox .panel-default > .panel-heading{ background:transparent; padding:15px; }
.downloadBox .panel-heading .panel-title{ font-weight:18px; color:#3fa2c5; font-weight:bold;}
.downloadBox ul{}
.downloadBox ul li{ margin-bottom:15px;}

.mfp-counter{ display:none;}
.joinMailingBox{ max-width:260px;}

.cartItemTitle{
	display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 120px;
	}
.angucomplete-dropdown {
    overflow-y: auto;
    max-height: 200px;
}
.paypal-color {
 background:#0070ba
}
.amazon-color {
 background:#ed9220;
 color: #fffff; 
}
.big{ width: 2em; height: 2em; }
.product-tabs .nav-tabs>li>a{
	font-size: 16px;
	font-family: 'robotomedium', sans-serif;
	color: #555;
}

.product-tabs .nav-tabs>li.active>a{
	font-weight: 900;
	color: #000000;
}
.product-tabs .tab-content{
	padding: 25px 0;
}
.description p{
	font-size: 15px;
}
.product-slider-item{
	padding: 10px 15px;
	margin-bottom: 30px;
    text-align: center;
}
.product-slider-item img{
	display: inline-block;
}
.product-slider-item a:hover, .product-slider-item a:focus{
	text-decoration: none;
}
.product-slider-item a > h5{
	font-family: 'robotomedium', sans-serif;
	font-size: 14px;
	letter-spacing: 0.52px;
	color: #333;
	margin-top: 20px;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-slider-item span.price{
	color: #3fa2c5;
	display: block;
	font-family: "robotomedium";
	font-size: 20px;
	margin-bottom: 5px;
}
.product-slider-item a.add-to-cart1{
	border: none;
	background-color: #389abc;
	color: #fff;
	display: inline-block;
	font-family: "robotomedium",sans-serif;
	font-size: 14px;
	letter-spacing: 0.56px;
	padding: 10px;
	left: 15px;
	right: 0;
	margin: 0 auto;
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	width: 210px;
	max-width: 100%;
}
.product-slider-item a.add-to-cart1:hover{
	background-color: #333;
}
.slick-prev:before, .slick-next:before{
	color: black;
}
.slick-prev {
	left: 20px;
	z-index: 9;
}
.slick-next {
	right: 20px;
	z-index: 9;
}
.product-slider-item a{
	text-align: center;
}
.content-area.product-section3 ul.products{
	/*height: auto !important;*/
}
.home-product-slider{
	margin: 0 -15px 30px;
}
.content-area.product-section3 ul.related-products{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px 20px;
	list-style: none;
	padding: 0;
}
.content-area.product-section3 ul.related-products li{
	padding: 10px 15px;
	margin-bottom: 35px;
	width: 25%;
}
.content-area.product-section3 ul.related-products li a{
	padding: 0;
	text-align: center;
}
.content-area.product-section3 ul.related-products li a:hover, .content-area.product-section3 ul.related-products li a:focus{
	text-decoration: none;
}
.content-area.product-section3 ul.related-products li a h5{
	font-family: 'robotomedium', sans-serif;
	font-size: 14px;
	letter-spacing: 0.52px;
	color: #333;
	margin-top: 20px;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-footer{
	padding-top: 25px;
	border-top: 1px solid #ddd;
}
.product-footer ul{
	padding: 0;
}
.addthis_toolbox a.at300b, .addthis_toolbox a.at300m {
	padding: 0 10px !important;
	float: none !important;
}

.home-product-slider{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product-slider-item {
    width: 25%;
}


@media (max-width: 1199px){
	.content-area.product-section3 ul.related-products li{
		width: 33.33%;
	}
	.product-slider-item {
        width: 33.33%;
    }
}
@media (max-width: 767px){
    .product-slider-item {
        width: 50%;
    }
	.content-area.product-section3 ul.related-products li{
		width: 50%;
	}
	.ow-navigation .navbar-toggle{
		margin-right: 0;
	}
}
@media (max-width: 480px){
    .product-slider-item {
        width: 100%;
    }
	.content-area.product-section3 ul.related-products li{
		width: 100%;
	}
	.product-tabs  .nav-tabs>li{
		width: 100%;
		text-align: center;
	}
	.product-tabs  .nav-tabs>li.active>a, .product-tabs  .nav-tabs>li.active>a:focus, .product-tabs  .nav-tabs>li.active>a:hover{
		border-bottom-color: #ddd;
	}
	.product-tabs .nav-tabs {
		border-bottom: none;
	}
	.footer-main .widget_about > a {
		font-size: 23px;
	}
	.middel-header .logo-block a.navbar-brand {
		margin-bottom: 15px;
	}
	.top-header.top-header1 .dropdown-bar{
		text-align: center;
	}
}











