body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}

/*@font-face {
    font-family: "good-times";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/HiroPerformanceFont.ttf") format("truetype");
}*/

.footer-payment-icons .footer-payment-icon {
    height: 37px;
    margin: 0.38462rem;
    vertical-align: middle;
    width: 3.84615rem;
   
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	/*text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;*/
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	/*min-height: 600px;*/
}
/* footer */
footer {
	margin-top: 0px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

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

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

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

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

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

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

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}








body {
/*  font-family: "Open Sans", sans-serif;*/
  font-weight: 400;
  color: #282828;
 /* font-size: 12px;*/
  line-height: 20px;
  width: 100%;
     /* font-family: Lato;
    font-size: 16px;*/
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
footer h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
a {
  color: #23a1d1;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
legend {
  font-size: 18px;
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
.list-unstyled a {
  text-decoration: none;
}
.nav-tabs {
  margin-bottom: 15px;
}
div.required .col-form-label:before, div.required .form-label:before {
  /*content: "* ";*/
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
@media (min-width: 768px) {
    
    .top-menu h1{
        width:86% !important;
    }
    
    #product-info{
    
    padding-left:3rem;
    padding-right:3rem;
    
}

  .contact-text-area{
    /*padding-right:150px !important ;*/
  }
  .submit-btn{
    /* padding-right:150px !important ;*/

  }

  
}
#alert {
  z-index: 9999;
  pointer-events: all;
}
#alert .alert {
  min-width: 400px;
  position: relative;
  margin-bottom: 15px;
}
.menu-icon{
  font-size: 18px;
}

@media (min-width: 1300px) {
  #alert .alert {
    right: 50px;
  }
}
@media (min-width: 1400px) {
  #alert .alert {
    right: 0px;
  }
}
@media (min-width: 1600px) {
  #alert .alert {
    right: 100px;
  }
}
@media (min-width: 1800px) {
  #alert .alert {
    right: 200px;
  }
}
@media (min-width: 2000px) {
  #alert .alert {
    right: 300px;
  }
}
@media (min-width: 2200px) {
  #alert .alert {
    right: 400px;
  }
}
@media (min-width: 2400px) {
  #alert .alert {
    right: 500px;
  }
}
@media (min-width: 2600px) {
  #alert .alert {
    right: 600px;
  }
}
@media (min-width: 2800px) {
  #alert .alert {
    right: 700px;
  }
}
@media (min-width: 3000px) {
  #alert .alert {
    right: 800px;
  }
}
@media (min-width: 3200px) {
  #alert .alert {
    right: 900px;
  }
}
@media (min-width: 3400px) {
  #alert .alert {
    right: 1000px;
  }
}
@media (min-width: 3600px) {
  #alert .alert {
    right: 1100px;
  }
}
@media (min-width: 3800px) {
  #alert .alert {
    right: 1200px;
  }
}
@media (min-width: 4000px) {
  #alert .alert {
    right: 1300px;
  }
}
/* top */
#top {
  background-color: #EEEEEE;
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0;
  margin: 0 0 20px 0;
  min-height: 44px;
  position: relative;
}
#top .nav > .list-inline > .list-inline-item, #top .nav > .list-inline .list-inline-item > a, #top .nav > .list-inline .list-inline-item .dropdown > a {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
}
#top .btn-link {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
  text-decoration: none;
}
#top .btn-link:hover {
  color: #444;
}
#top a {
  font-size: 1.1em;
  text-decoration: none;
}
footer a {
  font-size: 1.1em;
  text-decoration: none;
}
/* logo */
#logo {
  margin: 0 0 8px 0;
}
#logo img {
  max-width: 200px;
   padding: 0px 8px;
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#header-cart {
  margin-bottom: 10px;
}
#header-cart .btn-lg {
  color: #FFF;
  height: 40px;
  padding: 0 1rem;
}
#header-cart .btn:hover {
  color: #FFF;
}

#header-cart .dropdown-menu {
  background: #eee;
}
#header-cart .dropdown-menu li {
  min-width: 427px;
}
.small_screen_info{
    display:none;
}
.large_screen_info{
    display:none;
}
@media (max-width: 768px) {
    
    .small_screen_info{
    display:block;
}
    
     #product-info{
         margin-top: -40px;
        
    }
    
    #product-info .row{
    
        margin-left: 0;
    margin-right: 0;
}

    
    .product-thumb .image{
        height:auto!important;
    }
    .select_container_home{
        margin-top: -18px!important;
  }
  #header-cart .dropdown-menu li {
    min-width: 100%;
  }
  .large-search{
    display: none !important;
  }
  .top-menu h1{
    /*width: 90% !important;*/
  }
  .top-menu h1 a
  {
    width: 100%;
    display: flex;
    /* background: red; */
    justify-content: center;
  }
  .right_cart_menu{
   /* width: 7% !important;*/
  }
}
/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 4px;
}
#menu.navbar {
  padding: 0 1rem;
  margin-bottom: 20px;
}

#menu .dropdown-menu {
  padding-bottom: 0;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: table;
}
#menu .dropdown-inner ul {
  display: table-cell;
}
#menu .dropdown-inner ul li a:hover {
  color: #ffffff;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
}
#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}
#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #DDD;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
#menu #category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#common-home #content .row-cols-1 > * {
  display: flex;
  justify-content: center;
  
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
#menu .navbar-nav > li{
  padding: 8px 0px;
}



#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  background-color: transparent;
  font-size: 18px;
  border-left: none;
  font-family: lato;
  text-transform: uppercase;
}

@media (min-width: 768px) {
    
    .large_screen_info{
    display:block;
}
    
    #menu .navbar-nav > li:hover {
  background-color: #000;
}
    #logo img{
      max-height: none!important;
}
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
     #product-info .breadcrumb{
      display:none !important;
  }
    
  #menu {
    border-radius: 4px;
  }
  #menu div.dropdown-inner > ul .list-unstyled {
    display: block;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }
  #menu .dropdown-menu a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-menu ul li a :hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}
/* content */
#content {
  /*min-height: 600px;*/
}
/*#header-cart button.dropdown-toggle{
  display: none !important;
}*/
#cart_count_span{
    width: 20px;
    height: 20px;
    background: #4f4f4f;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    color: white;
    /* left: 409px; */
    position: absolute;
     top: -7px;
  right: -22px;
  font-size: 10px;
}
#header-cart button{
  
    width: 89px;
    position: absolute;
    top: -37px;
    background: rgba(0,0,0,-0.1);
    /* border: none; */
    height: 40px;
    outline: none;
    border: none;
    z-index:-9;
}
#nl_email{
 

  border: solid 2px #fff;
  background-color: #000;
  color: #979796;
  text-transform: uppercase;
  width: 50%;
  height: 39px;
  border-radius: 50px;
  margin-bottom: 10px;
}
#nl_email::placeholder {
    text-align: center;
    color: #979796;
  }
.footer-btn{
    border: solid 2px #fff;
    background-color: #fff;
    color: #000;
    padding: 0.75rem 1rem;
    border-radius: 50px;
    height: 39px;
    font-weight: 700;
    line-height: 14px;
    font-size: 11px;
    font-family: 'Lato';
}


.footer-btn:hover{
    background-color: #969696;
}
/* footer */
/*footer .footer-column{
  display: flex;
  justify-content: center;
}*/
footer li{
  color: #989898 !important;
}
footer {
  /*margin-top: 30px;*/
  padding-top: 50px;
  padding-bottom: 1px;
  background-color: #000;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
  padding: 3rem 0 2rem 0;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #989898;;
  font-size: 13px;
  font-family: lato;
}
footer .footer-info-col ul li
{
  margin: 0 0 0.76923rem;
}
footer a:hover {
  color: #a5a5a5;
}
footer h5 {
  font-family: Lato,Arial,Helvetica,sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
#information-information h1{
      font-family: Lato;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 39px;
}
#information-information a
{
      color: #ee6626;
    text-decoration: none;
}

.page_info{
      padding-left: 1.13462rem;
    padding-right: 1.13462rem;
    
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

#form-contact label{
      color: #000;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    /*margin-bottom: 0.53846rem;*/
    font-size: 13px;
    font-family: lato;
}
#form-contact label small{
   color: #989898;
    
    text-transform: uppercase;
   margin-top: 6px;
    font-size: 9px;
    
}

#form-contact .submit-btn .btn{
  background-color: #ee6626;
    border: none;
    font-weight: 700;
    padding-top: 9px;
    padding-bottom: 9px;
    color: #fff;
     width: 170px;
    border: none;
    border-radius: 0px;
    font-family: 'Lato';

}
#form-contact input,textarea
{
    border: 1px solid #000 !important;
    border-radius: 0px!important;
}
#information-contact h1{
  font-family: Lato;
    font-size: 24px;
    font-weight: 400;
    margin: 3rem 0 3rem;
}

/*review*/
.viewall-btn-main a {
    color: #fff;
    background: #f25826;
    font-size: 16px;
    text-transform: uppercase;
    
    border-radius: 50px;
    font-family: good-times;
    width: 122px;
    height: 32px;
    display: inline-block;
    line-height: 33px;
}
.dott {
    background-image: url(image/front_img/orange-dot-new-style.jpg);
    background-size: contain;
    max-width: 25px;
    margin: 0 auto;
    height: 25px;
    text-align: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    cursor: pointer;
    animation: pulse-black 3s infinite;
}
.toaltip-img-main {
    position: relative;
    text-align: center;
    max-width: 360px;
    width: 100%;
    margin: 2rem auto 3rem auto;
}
.coiiover-toaltip-image {
    width: 100%;
}

.coilover-orng-dot {
    width: 100%;
    position: absolute;
    top: 0;
}
.toaltip-img-main {
    position: relative;
    text-align: center;
    max-width: 360px;
    width: 100%;
    margin: 2rem auto 3rem auto;

}
.dot_1 {
    left: 0;
    top: 0;
}
.dot_5 {
    top: 7rem;
    left: 7rem;
}
.dot_11 {
    top: 9.5rem;
    left: -1rem;
}
.dot_8 {
    top: 12rem;
    left: 6.5rem;
}
.dot_10 {
    top: 10rem;
    left: 13rem;
}
.dot_9 {
    top: 9rem;
    right: -1rem;
}
.dot_3 {
    top: 18rem;
    left: -0.5rem;
}
.dot_2 {
    top: 15.5rem;
    right: 0;
}
.dot_7 {
    top: 21rem;
    left: 6.5rem;
}
.dot_6 {
    top: 23rem;
    left: 13rem;
}
.dot_4 {
    top: 0;
    right: 2rem;
}
@keyframes pulse-black{
0% {
    transform: scale(.99);
    box-shadow: 0 0 0 0 #b6b9b7;
}
70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px transparent;
}
100% {
    transform: scale(.99);
    box-shadow: 0 0 0 0 transparent;
}
}

.review_header_h1{
    font-family: Lato;
    font-size: 24px;
    font-weight: 400;
    color: #282828;
    margin-bottom: 39px;
    margin-top: 19.5px;
   
}
.rating-container .fa-star-o
{
  color: #ed1f24;
}
.review-header{
  display: flex;
}
.rating-container{
  display: flex;
}
.rating-container h4{
    margin: 0 0 0 10px;
    font-size: 18px;
    color: #000;
    font-family: good-times;
    font-weight: 400;
    text-transform: uppercase;
}
.page-content .part-number{
      margin: 10px 0;
    font-size: 18px;
    color: #000;
    font-family: good-times;
    font-weight: 400;
    text-transform: uppercase;
}

.review-content p {
    font-size: 16px;
    font-family: arial;
    color: #90908e;
    margin: 0;
  
}
.all_review_header{
  margin-bottom: 50px;
}
.review_pagination a{
    color: #fff;
    background: #f25826;
    font-size: 16px;
    text-transform: uppercase;
    padding: 7px;
    border-radius: 50px;
    font-family: good-times;
    width: 130px;
    height: 32px;
    display: inline-block;
    text-align: center;
}
.review-header h4{
  margin: 0 0 0 10px;
    font-size: 18px;
    color: #000;
    font-family: good-times;
    font-weight: 400;
    text-transform: uppercase;
}

#review_parent img{
      width: 150px;
    margin-right: 10px;
    margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb {
  display: flex;
  justify-content: center;
  margin: 0 0 20px 0;
  padding: 8px 0;
  
}
.breadcrumb i {
  font-size: 15px;
  display: none;
}
.breadcrumb li:nth-child(2) {
    /*display: none;*/
  }
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
  color: #EF6665;
      font-family: 'Lato';
      font-size:15px;
}
.tab-content .productView-description
{
      width: 100%;
}
/*.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 26px;
  height: 26px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}*/
.pagination {
  margin: 0;
}
/* buttons */
.btn-light {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.disabled, .btn-light[disabled] {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-position: 0;
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-position: 0;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}
.product-thumb {
  /*border: 1px solid #ddd;*/
  margin-bottom: 15px;
  margin-top: 35px;
  padding-left: 1.13462rem;
  padding-right: 1.13462rem;
}
.product-thumb h4 a{
  color: #000;
}
.product-thumb h4 {
  font-weight: bold;
      margin-bottom: 0.76923rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #282828;
    font-family: Lato,Arial,Helvetica,sans-serif;
}
  .tooltip-inner {
    background-color: 00!important; 
    color: #FFFFFF; 
    border: none!important; 
    padding: 1px;
    font-size: 10px;
    padding: 5px 10px;
    font-family: Lato;
    font-size: 10px;
  }
  .carousel-indicators button.active{
    background-color: #fff !important;
    opacity: 1!important;
  }
  .carousel-indicators button {
    height: 15px !important;
    width: 15px !important;
    border-radius: 50% !important;
    fill: none !important;
    background: 0 0 !important;
    border: 1px solid white !important;
     opacity: 1!important;
     padding: 0px;
  }
  .carousel-indicators {
     bottom: 0px; 
}
.carousel-control-prev:hover #carosual_span{
      background-color: #fefdfc  !important;
    padding: 14px 8px !important;
}
.carousel-control-next:hover #carosual_span{
      background-color: #fefdfc  !important;
    padding: 14px 8px !important;
    margin-right: 10px;

}

.carousel .carousel-control-prev{
  opacity: 1!important; 
    left: -1px;
}
.carousel .carousel-control-next{
  opacity: 1!important; 
    right: -1px;
}
  /* Tooltip on left */
   
  .socialLinks-item:hover i{
    color: #595959 !important;
  }
.product-thumb .fa-shopping-cart{
  display: none;
}
.product-thumb:hover .fa-shopping-cart{
  display: block;
}
/*banner css*/
#common-home .carousel .carousel-inner a {
  display: block;
}


#common-home .carousel .carousel-inner img {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.product-thumb h4:hover{
  text-decoration: underline;
}
.product-thumb .image {
    width: 100%;
    max-width: 100%;
    height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;

  text-align: center;
  margin-bottom: 15px;
  border: 1px solid #ddd;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}

.product-thumb .description {
      padding: 0.5rem 0px;
}
.product-thumb .button-group {
  display: flex;
  /*border-top: 1px solid #ddd;*/
  background-color: #eee;
}
.product-thumb .button-group button {
 
  flex: 33%;
  border-radius: 0;
  display: inline-block;
  border: none;
  background: white;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
[data-wenk]{
  position: absolute!important;
}
 .tooltip {
    background-color: #888!important;  
    color: #fff;  
  }
.product-thumb .button-group button:hover {
  color: #444;
  /*background-color: #ddd;*/
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button-group button + button {
  border-left: 1px solid #ddd;
}
.product_info_head{
        line-height: normal;
        font-weight: 700;
        font-size: 150%;
        font-family: Lato;
        font-size: 24px;
}
#product #form-product .form-select
{
    padding: 10px 25px 10px 15px;
    border-radius: 50px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 17px 0 #e5e5e5;
    height: auto;
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    /*line-height: 2rem;*/
    height: 48px;
}
.productView-price{
    TEXT-ALIGN: center;
    color: #ee6626;
    font-size: 150%;
    margin-bottom: 0;
    font-weight: 700;
    padding-bottom: 20px;
    font-size: 24px;
    font-family: 'Lato';
}
.button--icon i{
  width: 100%;
  height: 100%;
}
.button--icon i svg
{
    fill: #4f4f4f;
    width: 100%;
    height: 100%;
}
.form-increment {
    border: 1px solid #000;
    border-radius: 50px;
    display: inline-block;
    overflow:hidden;
   
}
.form-increment button{
    width: 26px;
    height: 17px;
    border: none;
    background: white;
    border-radius: 50px;
}
.form-increment input
{
     width: 90px;
    /* border: none; */
    text-align: center;
    border-bottom: none;
    border-top: none;
    height: 29px;
    border-left: 1px solid;
    border-right: 1px solid;
}
.product_inc_header .form-label--alternate{
      text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0.76923rem;
        font-family: 'Lato';
}
.socialLinks{
  list-style: none;
}
.socialLinks svg{
      width: 20px!important;
      fill: #4f4f4f;
      margin-right: 10px;
}



#product .product_info_button button{
  width: 100px;

}
.productView-description .Description-Feature>img {
    width: 60px;
    display: block;
    margin: 0 50px 0 20px;
}
.productView-description .Description-Feature {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}
.productView-description .Description-Feature p {
    font-size: 16px;
    font-family: arial;
    color: #000;
    margin: 0;
}
.Description-Feature p>span {
    font-family: good-times;
    display: block;
    margin-bottom: 10px;
    font-size:18px;
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button-group {
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-left: 1px solid #ddd;
  }
}

@media (max-width: 550px) {
    .footer-payment-icons{
        display:flex;
        justify-content:center;
    }
  #cart_span{
    display: none !important; 
  }
  
 
  #product-info #form-product .btn-group{
      flex-wrap:wrap;
  }
  
   #product-info #form-product #add_to_cart_id{
      flex-wrap:wrap;
      margin-bottom: 10px;
  }
  
  
}


}
.rating {
  padding-bottom: 10px;
}
.rating .fa-stack {
  width: 20px;
}
.rating.fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  /*font-size: 15px;*/
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}

.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* BS4 Changes */
.navbar-light .navbar-toggler {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  padding: 6px 12px;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
/* Theme Custom CSS */
#display-control #compare-total.a {
  margin-top: -2px;
  padding: 0.35rem 0.565rem;
}
#product-product h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}
#information-contact .card {
  margin-bottom: 20px;
}
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

.navbar-nav > li > a span{
      font-size: 16px;
     font-weight: 400; 
    font-family: 'lato' !important;
}
#medium_reg_menu a{
     
    margin-bottom: 10px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: 'lato';

}
.pagination .page-item{
  margin-left: 1.02rem;
}
.pagination_pre,.pagination_next{
  color: #282828;
}
.pagination .page-link:hover,.pagination_pre:hover,.pagination_next:hover,.pagination svg 
{
  background-color: #000;
  color: #969696 !important;

}
.page-link{
      border: solid 1px #969696 !important;
    border-radius: 0 !important;
    /*color: #969696 !important;*/
    padding: 7px 15px;
        margin-left: 0.38462rem;
}
.select_container .row
{
  width: 100% !important;
}

#add_to_cart_id:hover{
  color: white !important;
}

#content .carousel{
  box-shadow: none;
}


#product_custom_details{
    overflow: auto;
}

#content{

    padding: 0px;

}

#content .carousel {
  display: none;
}

footer .container .list-unstyled{
  display: flex;
  flex-direction: column;
}
footer .container .list-unstyled li {
    order: 2; 
}

footer .container .list-unstyled li:nth-child(2) {
    order: 3;
}
footer .container .list-unstyled li:nth-child(4) {
    order: 1;
}

footer .container .list-unstyled li:nth-child(7) {
    order: 4;
}
footer .container .list-unstyled li:nth-child(3) {
    order: 5;
}
footer .container .list-unstyled li:nth-child(5) {
    order: 6;
}
footer .container .list-unstyled li:nth-child(6) {
    order: 7;
}
 .price .price-new{
    color: #282828;
   font-size: 14px; 
    font-weight: 600;
}

@media only screen and (max-width: 1300px){
  #nl_email{
    width: 100%;
  }
  .footer-btn{
    width: 100%;
  }
}
@media only screen and (max-width: 800px){
    #shopping_list_cart button{
        width:50% !important;
        border-radius:0px;
    }
  #nl_email{
    width: 63%;
  }
  .footer-btn{
    width: 30%;
  }
}

.powered-by {
	text-transform: uppercase;
}

#content .carousel {
	border: 0;
}

footer {
	border-top: 0;
}

.top-menu ul li span:hover {
        color: #a5a5a5;
}
#product-info .row{
    padding-top:10px;
}
#product-info #content .change_img_thumb{
    max-height:490px;
}

@media only screen and (max-width: 481px){
  #nl_email{
    width: 100%;
  }
  .footer-btn{
    width: 100%;
  }
}

.featured_thumb_home .product-thumb{
    padding-left: 0.7rem;
    padding-right: 0.7rem;
}
.container {
    padding: 0 1rem;
}

.top-bar ul,.top-menu ul{
    padding:0 !important;
}
/* .container {
     padding: 0 1.5rem;
     max-width: 98.30769rem !important;
}*/
#information-information,#information-contact,.top-bar .container,.top-menu,footer .container,#product-info{
    
     
     max-width: 98.30769rem !important;
    
    
}

#product-category{
    
    padding: 0 1rem!important;
}
#product-category .container{
    
    padding: 0 1rem!important;
}
.container,#product-info{
    padding: 0 1.5rem;
}
.coilover-info
{
    padding: 0 0.6rem!important;
}


@media only screen and (min-width: 1261px){

.container,#product-info {
    margin-left: auto;
    margin-right: auto;
   
   
    padding: 0 11rem;
    position: relative;
    width: 100%!important;
}
.coilover-info{
    
     padding: 0 10rem!important;
}
footer .container{
    padding: 0 13rem!important;
    
}

#product-category{
    
    padding: 0 0rem!important;
}
}

#account-account h2{
    text-align:center;
}

.page_info{
    width:98%!important;
}

  @media (min-width: 769px){
.navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
}

.medium-menu #menu ul li{
    
    padding: 15px 0px !important;
}

.single_page_gallery1{
    margin-top:10px;
}

#product-info ul li.breadcrumb-item{
    text-wrap:wrap;
}
.home_page_content #content .features_product_div{
    margin-bottom: 80px;
}



@media screen and (min-width: 801px) and (max-width: 1261px) {
    .single_product_page_btn{
    width:100%;
}
    .single_product_page_btn{
        
        flex-direction:column;
    }
    
    #add_to_cart_id,#add_to_wish_id{
        width:100% !important;
    }
     #add_to_cart_id
    {
            margin-bottom: 13px;
    }

    
}

@media screen and (min-width: 551px) and (max-width: 800px) {
       .single_product_page_btn{
    width:100%;
}
    
     #add_to_cart_id,#add_to_wish_id{
        width:50% !important;
    }
    
}


@media screen and (max-width: 550px) {
    .single_product_page_btn{
    width:100%;
}
    .single_product_page_btn{
        
        flex-direction:column;
    }
    
    #add_to_cart_id,#add_to_wish_id{
        width:100% !important;
    }
     #add_to_cart_id
    {
            margin-bottom: 13px;
    }

    
}

footer{
	background-color: black !important;
}


#menu ul li a:after{
	display: none !important;
}
.breadcrumb{
	border: 0px;

}
.breadcrumb li:after{
content: "";
display: none;
}
.breadcrumb li{
	padding: 0px;
}
#header-cart .btn-lg{
	box-shadow: none;
}
#content .slideshow{
	box-shadow: none;
	
}
.slideshow .swiper-container{
	/*height: 700px;*/
	
}
.slideshow .swiper-container img{
	width: 100%;
}
.swiper-pagination{
	    bottom: 10px !important;
}
.swiper-viewport{
	border: none!important;
}

@media only screen and (min-width: 1261px)
{
#top .top_container{
    margin-left: auto;
    margin-right: auto;
    padding: 0 11rem;
    position: relative;
    width: 100%!important;
  }
}

.product_pagination ul li span,.product_pagination ul li a{
	    border: solid 1px #969696 !important;
    border-radius: 0 !important;
    /* color: #969696 !important; */
    padding: 11px 15px;
    margin-left: 0.38462rem;
    color: #23a1d1;
}
.product_pagination ul{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product_pagination ul li span:hover,.product_pagination ul li a:hover{
background-color: #000;
    color: #969696 !important;
}
.product_pag_next_btn,.product_pag_pre_btn
{
	color: #282828!important;
	font-size: 13px;
	padding: 10px 10px 10px 5px !important;
}
.product_pag_next_btn{
	margin-left: auto;
	color: #282828;
}
.product_pag_pre_btn{
	margin-right: auto;
	color: #282828 !important; 
}
.product_pag_pre_btn a,.product_pag_next_btn a{
	
	color: #282828 !important; 
}
.product_pagination li svg {
    background-color: transparent;
}
.product_pag_single_pre_btn,.product_pag_single_next_btn
{
	display: none;
}

.home_page_content .slideshow .swiper-pagination-bullets span{
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	    height: 15px !important;
    width: 15px !important;
    border-radius: 50% !important;
    fill: none !important;
    background: 0 0 ;
    border: 1px solid white !important;
    opacity: 1!important;
    padding: 0px;
}
.home_page_content .slideshow .swiper-pagination-bullet-active
{
	background-color: white !important;
}

.swiper-viewport .swiper-button-prev {
     left: 5px !important;
    display: block !important;
     opacity: 1!important;
     
}
.swiper-viewport .swiper-button-next{
   
    right: 5px !important;
    display: block !important;
     opacity: 1!important;
}

.swiper-viewport .swiper-button-next:hover,.swiper-viewport .swiper-button-prev:hover
{
	    background-color: #fefdfc !important;	    
   
}

.contact_us_page_ label[for="input-captcha"],.contact_us_page_ .col-sm-10 {
    /* Your styles here */
    width: 100% !important; /* Example style */
}

/*alert box css*/
.alert-dismissible{
    display: flex;
    justify-content: space-between;
}
.alert-dismissible button.close{
        border: none;
    background: none;
    size: 28px;
    font-size: 35px;
    
}
/*end*/
.clearfix .pull-left{
    
    margin-bottom: 10px;
}
/*sucess box css*/
#alert .alert-success i{
    display: flex;
    align-items: center;
    margin-right: 10px;
}
#alert .alert-success{
    padding: 8px 24px;
}
#alert .alert-success button.btn-close
{
        padding: 12px 6px;
}
/*end*/
.single_page_product_ca .product-thumb .image
{
    border:none;
}

.single_page_product_ca .product-thumb{
        overflow: hidden;
        border: 1px solid #ddd;
}

.single_page_product_ca .caption h4{

    font-weight: bold;
    margin-bottom: 0.76923rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #282828;
    font-family: Lato,Arial,Helvetica,sans-serif;
}
.single_page_product_ca .caption h4 a{
        color: #000;
}
.product_pagination ul{
    flex-wrap:wrap;
}

.product_pagination ul li{
    margin-bottom: 12px;
}
