@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap');

a, body, p {
	color: #000;
}
a:hover, h1, h2, h3, h4, h5, h6 {
	color: #000;
}
body, p {
	font-size: 15px;
	font-weight: 500;
}


body {

	font-family: 'Montserrat', sans-serif;
	line-height: 25px;
	background-attachment: fixed;
}

p {
	line-height: 22px;
	margin-bottom: 0px;
	font-weight: 100;
	font-size: 15.5px;
	color: #2f2f2f;
	text-align: justify;
	padding-top: 14px;
}

img {
	height: auto;
	max-width: 100%;
	transform-style: preserve-3d
}

.header-logo img{
  max-width: 40%;
}

ul {
	margin: 0;
	padding: 0
}

a {
	text-decoration: none !important
}

a, a:hover {
	text-decoration: none
}

a:focus {
	outline: 0;
	outline-offset: 0
}
strong, .bold
{
	font-weight: 600;
}

section {
	overflow: hidden
}
button:focus
{
	outline: none;
}
.headroom {  top: 0px; -webkit-transition: top 0.15s; transition: top 0.15s; width: 100%; z-index: 99; transition: top .15s ease-in-out; }
.headroom-hidden { position: fixed; top: -40px; transition: top .15s ease-in-out; }
.headroom-hidden .section-main{
  margin-top: 120px;
}
#mainSlider h1 {
  font-size: 78px;
  line-height: 100%;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0;
  transition: font 200ms ease-out;
}
#mainSlider h4 {
  font-size: 33px;
  line-height: 120%;
}
#mainSlider p {
	font-size: 20px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0.015em;
  text-transform: none;
  padding: 0px 20px 0px 0px;
  margin-top: 14px;
  line-height: 20px;
  margin-bottom: 100px;
  transition: font 200ms ease-out, margin 200ms ease-out;
  text-shadow: antiquewhite;
  text-shadow: 0px 5px 20px #060505cf;
}
#mainSlider .btn {
  background-color: #1abb9c;
  margin-top: 60px;
  color: #fff;
  margin-bottom: 0;
  transition: background 200ms ease-out, font 200ms ease-out, padding 200ms ease-out, margin 200ms ease-out;
}
#mainSlider .btn-large {
  font-size: 18px;
  padding: 18px 70px 20px;
}
.hb-innerbanner-area {
    float: left;
    width: 100%;
     padding: 20px 0;
    text-align: center;
}
.hb-bannarheading {
    float: left;
    width: 100%;
}
.hb-bannarheading h1 {
	font-size: 30px;
	line-height: 39px;
	color: #036ca9;
	font-weight: 600;
	text-transform: capitalize;
	display: inline-block;
	float: left;
}
.hb-breadcrumb {
    float: none;
    font-weight: 300;
    line-height: 17px;
    text-align: center;
}

.hb-breadcrumb {
	padding: 0;
	margin: 0;
	color: #221f1fc9;
	text-transform: capitalize;
	display: inline-block;
	float: right;
	margin-top: 10px;
}
.hb-breadcrumb li {
    width: auto;
    padding: 0 15px;
    position: relative;
    line-height: inherit;
    display: inline-block;
    vertical-align: middle;
}
.hb-breadcrumb li a {
    display: block;
    color: #036ca9;
}
.hb-breadcrumb li:after {
    top: 0;
    left: -3px;
    content: '|';
    color: #221f1f;
    position: absolute;
}
.hb-breadcrumb li:first-child:after {
  display: none;
}

.owl-carousel {
  text-align: center;
  cursor: default;
}

.owl-controls {
  display: inline-block;
  position: relative;
  margin-top: 40px;
}

.panel-group .panel .owl-controls {
  margin-top: 25px;
}
.panel-group.blank .panel .owl-controls {
  margin-top: 40px;
}

.owl-pagination {
  position: relative;
  line-height: 30px;
}

.owl-buttons {
  display: none;
}

.owl-prev,
.owl-next {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #fff;
  background-color: transparent !important;
  border: none;
  border-radius: 3px;
  margin: auto;
  transition: all 200ms ease-out;
  opacity: 0;
}

.owl-prev {
  left: -35px;
}

.owl-next {
  right: -35px;
}

.owl-carousel:hover .owl-prev {
  left: -40px;
  opacity: 0.25;
}
.owl-carousel:hover .owl-next {
  right: -40px;
  opacity: 0.25;
}
.owl-carousel:hover .owl-prev:hover,
.owl-carousel:hover .owl-next:hover {
  color: #a9a9a9;
  background-color: transparent;
  opacity: 1;
}

.owl-outer-nav:after {
  content: "";
  position: absolute;
  top: 0;
  left: -15%;
  width: 130%;
  height: 100%;
  z-index: 0;
}
.owl-outer-nav .owl-wrapper-outer,
.owl-outer-nav .owl-pagination,
.owl-outer-nav .owl-prev,
.owl-outer-nav .owl-next {
  z-index: 1;
}
.owl-outer-nav .owl-controls {
  position: static;
}
.owl-outer-nav .owl-prev {
  left: -65px;
}
.owl-outer-nav .owl-next {
  right: -65px;
}
.owl-outer-nav:hover .owl-prev {
  left: -80px;
}
.owl-outer-nav:hover .owl-next {
  right: -80px;
}

.owl-ui-md .owl-pagination {
  line-height: 45px;
}
.owl-ui-md .owl-prev,
.owl-ui-md .owl-next {
  width: 45px;
  height: 45px;
  font-size: 45px;
}
.owl-ui-md .owl-prev {
  left: -55px;
}
.owl-ui-md .owl-next {
  right: -55px;
}
.owl-ui-md:hover .owl-prev {
  left: -60px;
}
.owl-ui-md:hover .owl-next {
  right: -60px;
}

.owl-outer-nav.owl-ui-md:after {
  left: -18%;
  width: 136%;
}
.owl-outer-nav.owl-ui-md .owl-prev {
  left: -85px;
}
.owl-outer-nav.owl-ui-md .owl-next {
  right: -85px;
}
.owl-outer-nav.owl-ui-md:hover .owl-prev {
  left: -100px;
}
.owl-outer-nav.owl-ui-md:hover .owl-next {
  right: -100px;
}

.owl-ui-lg .owl-pagination {
  line-height: 60px;
}
.owl-ui-lg .owl-prev,
.owl-ui-lg .owl-next {
  width: 60px;
  height: 60px;
  font-size: 60px;
}
.owl-ui-lg .owl-prev {
  left: -75px;
}
.owl-ui-lg .owl-next {
  right: -75px;
}
.owl-ui-lg:hover .owl-prev {
  left: -80px;
}
.owl-ui-lg:hover .owl-next {
  right: -80px;
}

.owl-outer-nav.owl-ui-lg:after {
  left: -22%;
  width: 144%;
}
.owl-outer-nav.owl-ui-lg .owl-prev {
  left: -105px;
}
.owl-outer-nav.owl-ui-lg .owl-next {
  right: -105px;
}
.owl-outer-nav.owl-ui-lg:hover .owl-prev {
  left: -120px;
}
.owl-outer-nav.owl-ui-lg:hover .owl-next {
  right: -120px;
}

.owl-inner-nav .owl-controls {
  position: static;
}
.owl-inner-nav .owl-prev {
  left: 45px;
}
.owl-inner-nav .owl-next {
  right: 45px;
}
.owl-inner-nav:hover .owl-prev {
  left: 30px;
}
.owl-inner-nav:hover .owl-next {
  right: 30px;
}

.owl-outer-nav .owl-prev,
.owl-outer-nav .owl-next {
  bottom: 70px;
}

.owl-inner-nav .owl-prev,
.owl-inner-nav .owl-next {
  bottom: 70px;
}

.owl-outer-nav.owl-ui-md .owl-prev,
.owl-outer-nav.owl-ui-md .owl-next {
  bottom: 85px;
}

.owl-inner-nav.owl-ui-md .owl-prev,
.owl-inner-nav.owl-ui-md .owl-next {
  bottom: 85px;
}

.owl-outer-nav.owl-ui-lg .owl-prev,
.owl-outer-nav.owl-ui-lg .owl-next {
  bottom: 100px;
}

.owl-inner-nav.owl-ui-lg .owl-prev,
.owl-inner-nav.owl-ui-lg .owl-next {
  bottom: 100px;
}

.owl-inner-pagination .owl-pagination,
.owl-inner-pagination .owl-prev,
.owl-inner-pagination .owl-next {
  margin-top: -40px;
  top: -60px;
}
.owl-inner-pagination.owl-ui-md .owl-pagination,
.owl-inner-pagination.owl-ui-md .owl-prev,
.owl-inner-pagination.owl-ui-md .owl-next {
  margin-top: -50px;
  top: -65px;
}
.owl-inner-pagination.owl-ui-lg .owl-pagination,
.owl-inner-pagination.owl-ui-lg .owl-prev,
.owl-inner-pagination.owl-ui-lg .owl-next {
  margin-top: -60px;
  top: -75px;
}
.owl-inner-pagination.owl-outer-nav .owl-prev,
.owl-inner-pagination.owl-outer-nav .owl-next {
  margin: auto;
  top: 0;
  bottom: 43px;
}
.owl-inner-pagination.owl-inner-nav .owl-prev,
.owl-inner-pagination.owl-inner-nav .owl-next {
  margin: auto;
  top: 0;
  bottom: 43px;
}
.owl-inner-pagination .owl-pagination {
  transition: all 200ms ease-out;
  opacity: 0;
}
.owl-inner-pagination:hover .owl-pagination {
  opacity: 1;
}
.owl-inner-pagination.owl-inner-nav .owl-pagination, .owl-inner-pagination.owl-outer-nav .owl-pagination {
  top: -45px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-md .owl-pagination, .owl-inner-pagination.owl-outer-nav.owl-ui-md .owl-pagination {
  top: -50px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-lg .owl-pagination, .owl-inner-pagination.owl-outer-nav.owl-ui-lg .owl-pagination, .owl-inner-pagination.owl-inner-nav:hover .owl-pagination, .owl-inner-pagination.owl-outer-nav:hover .owl-pagination {
  top: -60px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-md:hover .owl-pagination, .owl-inner-pagination.owl-outer-nav.owl-ui-md:hover .owl-pagination {
  top: -65px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-lg:hover .owl-pagination, .owl-inner-pagination.owl-outer-nav.owl-ui-lg:hover .owl-pagination {
  top: -75px;
}

#owl-main .item {
  height: 400px;
  background-color: #fff;
  background-position: center 55%;
  background-size: cover;
}
#owl-main.height-md .item {
  height: 400px;
}
#owl-main .container {
  display: table;
  height: inherit;
}
#owl-main .caption {
  display: table-cell;
}
#owl-main .caption.vertical-center {
  vertical-align: bottom;
  padding-bottom: 40px;
}
#owl-main .caption.vertical-top {
  vertical-align: top;
}
#owl-main .caption.vertical-bottom {
  vertical-align: bottom;
  padding-bottom: 25px;
}
#owl-main .caption.text-center {
  padding-left: 10%;
  padding-right: 10%;
}
#owl-main .caption.text-left {
      padding: 18% 0 5% 5%;
      background-color: #0f0f1594;
}
#owl-main .caption.text-right {
  padding-left: 20%;
}
#owl-main .caption h1,
#owl-main .caption p,
#owl-main .caption div {
  position: relative;
}
#owl-main .caption h1 span {
  padding: 0.25em 0;
  line-height: 180%;
}
#owl-main .caption .light-bg,
#owl-main .caption .medium-bg,
#owl-main .caption .slider-text-1,
#owl-main .caption .tint-bg {
  background: none;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
#owl-main .caption h1.light-bg span,
#owl-main .caption p.light-bg span {
  background: #fff;
  box-shadow: -0.5em 0 0 #fff, 0.5em 0 0 #fff;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
#owl-main .caption h1.medium-bg span,
#owl-main .caption p.medium-bg span {
  background: #a3b1bf;
  box-shadow: -0.5em 0 0 #a3b1bf, 0.5em 0 0 #a3b1bf;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
#owl-main .caption h1.slider-text-1 {
    font-size: 25px;
}
#owl-main .caption h1.slider-text-2 {
    font-size: 45px;
}
#owl-main .caption h1.tint-bg span,
#owl-main .caption p.tint-bg span {
  background: #1abb9c;
  box-shadow: -0.5em 0 0 #1abb9c, 0.5em 0 0 #1abb9c;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
#owl-main .owl-controls {
  display: block;
  position: static;
  margin-top: -47px;
}
#owl-main .owl-pagination {
  line-height: inherit;
  position: relative;
  bottom: -40px;
  padding: 10px;
  display: inline-block;
  border-radius: 3px;
  margin: auto;
  opacity: 0;
  transition: all 200ms ease-out;
}
#owl-main:hover .owl-pagination {
  bottom: 0px;
  opacity: 1;
}
#owl-main .owl-prev,
#owl-main .owl-next {
  bottom: 0;
}

#owl-main .owl-controls .owl-page {
  display: inline-block;
}

#owl-main .owl-pagination .owl-page span {
  display: block;
  width: 15px;
  height: 15px;
  background: #fff;
  border: none;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 200ms ease-out;
}
#owl-main .owl-pagination .owl-page.active span, #owl-main .owl-pagination .owl-page:hover span {
  background: #006ca8;
}

#owl-main .owl-item-gap .item {
  margin: 0 15px;
}

#owl-main .owl-item-gap-sm .item {
  margin: 0 10px;
}

/* preloading images */
#owl-main .owl-item.loading {
  min-height: inherit;
  background: none;
}

.tint-bg a:hover {
  color: #506a85;
}

.light-color {
  color: #fff !important;
}
.light-color .slider-text-1 {
  color: #fff !important;
}

.medium-color {
  color: #a3b1bf !important;
}

.dark-color {
  color: #506a85 !important;
}

.tint-color,
.green {
  color: #1abb9c !important;
}

.blue {
  color: #3f8dbf !important;
}

.red {
  color: #fa6c65 !important;
}

.pink {
  color: #d487be !important;
}

.purple {
  color: #9b59b6 !important;
}

.orange {
  color: #f27a24 !important;
}

.navy {
  color: #34495e !important;
}

.gray {
  color: #95a5a6 !important;
}

#owl-main .owl-ui-lg .owl-prev,
#owl-main .owl-ui-lg .owl-next {
  width: 60px;
  height: 60px;
  font-size: 60px;
  line-height: 60px;
}

#owl-main .owl-prev,
#owl-main .owl-next {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #fff;
  background-color: #506a85;
  border: none;
  border-radius: 3px;
  margin: auto;
  transition: all 200ms ease-out;
  opacity: 0;
}

#owl-main .owl-inner-nav .owl-prev {
  left: 45px;
}
.header-logo{
	width: 50%;
}
.top-header-navbar .navbar-toggler{
	border: none;
}
.read-more-btn
{
	color: #036caa !important;
	font-size: 18px;
    font-weight: 600;
}
.link-seperator
{
	margin:0px 5px;
	font-size: 18px;
	font-weight: 500;
	color: #fff !important;
	vertical-align: middle;
}
.pre-header{
	padding: 5px 0px;
}
.pre-header-link-wrap .contact-link{
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	vertical-align: middle;
}
.top-header-navbar{
	padding: 15px 0px;
  background: #fff;
  box-shadow: 9px -5px 10px;
}
.top-header-navbar .navbar-nav .nav-item{
  padding: 10px 0px;
  margin: 0px 16px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.top-header-navbar .navbar-nav .nav-item .nav-link{
	color: #221f1f;
}
.top-header-navbar .navbar-nav .nav-item.active .nav-link,
.top-header-navbar .navbar-nav .nav-item .nav-link:hover
{
	color: #036ca9;
}
.top-header-navbar .navbar-nav .nav-item .nav-link
{
	margin: 0;
	padding: 0;
}
.text-wrap
{
	padding: 40px 0px;
}
#return-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 50%;
    background: #4a4444;
    display: block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
/*car audio background color*/
.bg-dark,.bg-top-footer{
	background-color: #221f1f !important;
}
.bg-light-gray,.bg-bottom-footer{
	background-color: #363434 !important;
}
.bg-red{
	background-color: #036ca9  !important;
}
/*car audio background color*/

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #038723;
}

.social-links-wrap {
    float: left;
    position: relative;
    margin:0;
    padding: 0;
}
/*common social links start */
.social-links-wrap .social-links-icon i{
	color: #fff;
	vertical-align: middle;
	font-size: 18px;
}
.social-links-icon
{
 	background: #3c3c3b;
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 30px;
    height: 30px;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-weight: normal;
    border-radius: 27px;
    -moz-border-radius:27px;
    -webkit-border-radius:27px;
}
/*common social links end */
/*footer style start*/
.top-footer,.section-padding{
	padding: 40px 0px;
}

.section-main{
	background-color: #fbfbfb;
}
.bottom-footer
{
	text-align: center;
	vertical-align: middle;
	padding: 5px 0px;
}
.bottom-footer .bottom-footer-text{
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
.footer-navlinks{
	list-style: square;
	font-size: 20px;
	color: #fff;
	padding-left: 25px;
}
.footer-navlinks .nav-item a{
	color: #fff;
	font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.footer-navlinks .nav-item{
    border-bottom: 1px solid;
    padding: 10px 0px;
}
.footer-navlinks .nav-item.active,
.footer-navlinks .nav-item.active a
{
	color: #036ca9 !important;
}
.footer-link-wrap{
	padding: 5px 0px;
}
.footer-address-item {
    padding: 5px 0px;
    display: inline-grid;
}
.footer-address-item .item-wrap{
    padding: 5px;
}
/*footer style end*/

/*main head style*/
.main-head-wrap .main-head-dark{
	font-size: 40px;
	font-weight: 900;
	margin-bottom: 15px;
}
.main-head-wrap .main-head-divider{
    width: 100px;
    height: 7px;
    background: #038723;
    position: relative;
    display: block;
}
.sub-text-wrap
{
	padding: 15px 0px;
}
.sub-text-wrap .sub-text
{
	text-align:center;
	padding: 0;
	margin: 0;
}

/*car logo list start*/
.car-logo-list li{
	width: 20%;
	text-align: center;
	padding: 0px 15px;
	position: relative;
	z-index: 1;
	background: #fff;
}
/*car logo list end*/

/*featured product carousel start*/
#owl-featured-products-slider{
  margin: 25px 0px;
}
#owl-featured-products-slider .product-item{
  margin: 0px 10px;
      box-shadow: -3px 11px 20px -15px #171717;
}
#owl-featured-products-slider .product-item .product-item-link{
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#owl-featured-products-slider .product-item .product-image-wrap{
  height: 170px;
  overflow: hidden;
}
#owl-featured-products-slider .product-item .product-image-wrap img{
  width: 100%;
}
#owl-featured-products-slider .product-item .product-item-short-text{
  padding: 20px 0px;
  background: #fff;
  text-align: center;
}
#owl-featured-products-slider .product-item .product-item-short-text .product-item-head{
  font-size: 25px;
  font-weight: 700;
}
#owl-featured-products-slider .product-item .product-item-short-text .product-item-sub-head{
  font-size: 18px;
}
/*featured product carousel end*/

/*about us page start*/
.bg-banner
{
	background-attachment: fixed;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bg-banner-overlay
{
	position: relative;
	background-image: linear-gradient(to right, #036ca9ad , #03872361);
}
.bg-banner-overlay:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
	background-color: rgba(11, 16, 33, 0.53);
}
.text-wrap
{
	padding: 20px 0px;
	text-align: justify;
  letter-spacing: -.04px;
}
.vision-and-mision-wrap{
	display: inline-block;
    background: #0e0e0e;
    text-align: center;
    padding: 30px;
    margin:10px 0px;
    width: 100%;
    height: 100%;
}
.vision-and-mision-wrap .vision-and-mision-icon i,
.address-item-wrap .address-item-icon i
{
	font-size: 45px;
}
.vision-and-mision-wrap .vision-and-mision-text h3,
.vision-and-mision-wrap .vision-and-mision-text p,
.vision-and-mision-wrap .vision-and-mision-icon i
{
	color: #fff;
}
.vision-and-mision-wrap .vision-and-mision-text h3
{
	font-size: 30px;
	font-weight: 600;
	margin: 10px 0px;
}
#feature-vertical-tab, #feature-vertical-tab-content{
	padding: 0px 10px;
}
#feature-vertical-tab .nav-link, #feature-vertical-tab .show>.nav-link{
	background-color: transparent;
	padding: 0;
}
#feature-vertical-tab .nav-link.active, #feature-vertical-tab .show>.nav-link{
	background-color: transparent;
	border-radius: 0;
	border:none;
}
#feature-vertical-tab .nav-item .nav-link .feature-tab-wrap{
	background-color: #221f1f;
	display: flex;
	padding: 30px 10px;
	margin-bottom: 10px;
}
#feature-vertical-tab .nav-item .nav-link.active .feature-tab-wrap{
	background-color: #006ca8;
}
#feature-vertical-tab .nav-item .nav-link .feature-tab-wrap .feature-tab-icon{
	font-size: 40px;
    padding: 30px;
    border-right: 2px solid #fff;
    color: #fff;
    vertical-align: middle;
    align-items: center;
    align-self: center;
}
#feature-vertical-tab .nav-item .nav-link .feature-tab-wrap .feature-tab-text{
	padding: 0px 25px;
	vertical-align: middle;
    align-items: center;
    align-self: center;
}
#feature-vertical-tab .nav-item .nav-link .feature-tab-wrap .feature-tab-text h3,
#feature-vertical-tab .nav-item .nav-link .feature-tab-wrap .feature-tab-text p{
	color: #fff;
}
#feature-vertical-tab .nav-item .nav-link .feature-tab-wrap .feature-tab-text h3{
	font-size: 25px;
	font-weight: 700;
}
#feature-vertical-tab .nav-item .nav-link:before {
	content: '';
	width: 2px;
	height: auto;
	min-height: 175px;
	overflow: hidden;
	position: absolute;
	background-color: #221f1f;
	right: 0;
}
#feature-vertical-tab .nav-item .nav-link.active:before {
	background-color: #006ca8;
}
/*about us page end*/

/*contact us page start*/
.address-item-wrap{
	display: inline-block;
    background: #fff;
    text-align: center;
    padding: 30px;
    margin:10px 0px;
    min-height: 130px;
    width: 100%;
}
.address-item-wrap .address-item-icon i{
	color: #036ca9 ;
}
.address-item-wrap .address-item-text,
.address-item-2 .address-item-text{
	margin: 20px 0px;
	display: inline-block;
}
.address-item-2{
	padding: 10px 25px;
}
.address-item-2 h3,
.address-item-2 p,
.address-item-2 ul li
{
	color: #fff;
}
.address-item-2 h3{
	font-size: 25px;
	font-weight: 800;
	text-transform: capitalize;
	margin: 0;
	padding: 0;
}

.form-control {
    font-size: 13px;
    border-radius: 0px;
    padding: 8px;
    border: 1px solid #333;
    line-height: 2;
}
.form-control.select-picker{
  height: 100%;
  min-height: 44px;
}
.contact-btn{
	padding: 10px 40px;
	border: none;
	border-radius: 0;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 700;
}
/*contact us page start*/

/*downloads page*/
.drop-down-list-wrap{
	padding-bottom: 30px;
}
.drop-down-list-wrap .drop-down-list {
    padding: 10px;
    width: 100%;
    background: #333;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.dowload-manual-wrap h3{
	font-size: 25px;
	font-weight: 700;
}
.dowload-manual-wrap .btn-download{
	color: #036ca9;
    float: left;
    font-size: 25px;
    margin: 20px 0px;
    width: 100%;
}
.dowload-manual-wrap .btn-amazon img{
  width: 180px !important;
  height: 128px !important;
  padding-bottom:20px;
}
.dowload-manual-wrap .btn-download img{
	float: right;
}
.download-btn-lg{
	background-color: #038723;
    width: 80%;
    margin: auto;
    float: left;
    padding: 20px;
    margin-top: 30px;
}
.download-btn-lg a{
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	float: left;
}
.download-btn-lg img{
	float: right;
}
/*downloads page*/

/*home page feature box*/
.feature-box,
.bg-feature-image{
	height: 100%;
	overflow: hidden;
}
.feature-box{
	display: inline-block;
    text-align: center;
    padding: 24px;
		padding-top: 60px;
}
.feature-box .feature-box-icon i
{
	font-size: 45px;
}
.feature-box .feature-box-icon i,
.feature-box h3,
.feature-box p
{
	color: #fff;
}
.feature-box p{
  text-align: left;
}
.feature-box h3
{
	font-size: 30px;
	font-weight: 600;
	margin: 10px 0px;
}
.bg-feature-image img
{
	width: 100%;
  height: 100%;
}
/*home page feature box*/

/*product  page start*/
.section-product-search {
	text-align: center;
	padding: 10px 0px;
}
.section-product-search .drop-down-list
{
	padding: 17px;
	margin: 25px 0px;
    width: 95%;
    font-size: 18px;
    font-weight: 600;
}
.section-product-search .search-btn{
	padding: 14px;
  border-radius: 2px !important;
	margin: 15px 0px;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
}
.product-search-result-head
{
	    display: inline-block;
	    font-size: 15px;
	    font-weight: 500;
	    padding-bottom: 20px;
	    text-align: -webkit-right;
	    float: right;
	    padding-right: 32px;
}
.product-item-wrap:hover{
  box-shadow: -8px 5px 20px -15px #171717;
}
.product-item-wrap .product-item-link
{
	display: block;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.product-item-wrap .product-item-short-text{
	padding: 17px 14px;
	background: #fff;
	text-align: center;
	width: 80%;
	display: inline-block;
}
.product-item-wrap .product-item-short-text .product-item-head{
	font-size: 1.3rem;
	font-weight: 700;
	text-align: left;
	margin: 0px;
}
.product-item-wrap .product-item-short-text .product-item-sub-head{
	font-size: 1.02rem;
	display: block;
	line-height: 1.04rem;
	text-align: left;
	color: #4d4d4d;
	font-weight: 100;
}
.product-item-wrap .product-item-image img{
	width: 100%;
}
.product-item-details{
	 border-top: 1px solid #e3e3e3;
}
.item-btn{
	width: 20%;
 float: right;
 font-size: 1.08rem;
 color: white;
 background-color: #036caa;
 display: inline-block;
 padding: 30px 10px;
 line-height: 12px;
 border: 1px solid #038723;
}
.product-pagination{
	display: table;
    margin: 0 auto;
}
.product-pagination .page-item{
	float: left;
	margin:0;
	padding:0;
}
.product-pagination .page-item .page-link{
	margin:0;
	background-color: transparent;
	font-size: 20px;
	font-weight: 600;
	border: none;
	color: #333;
}
.product-pagination .page-item.active .page-link{
	color: #036ca9;
}
.section-product-dtails{
	padding: 300px 0px 30px;
}
.section-product-dtails .product-head-wrap{
	float: right;
}
.section-product-dtails .product-head-wrap .product-main-head,
.section-product-dtails .product-head-wrap .product-sub-head{
	color: #fff;
}
.section-product-dtails .product-head-wrap .product-main-head{
	font-size: 40px;
	font-weight: 700;
}
.section-product-dtails .product-head-wrap .product-sub-head{
	font-size: 30px;
	font-weight: 500;
}
.functionality-list-wrap {
	padding: 20px;
	float: left;
}
.functionality-list-wrap .functionality-list .functionality-list-item {
	margin: 10px 0px;
    display: flex;
    align-self: center;
}
.functionality-list-wrap .functionality-list{
	float: left;
    position: relative;
}
.functionality-list-wrap .functionality-list .functionality-list-item i{
	font-size: 10px;
	color: #F21313;
}.functionality-list-wrap .functionality-list .functionality-list-item span{
	padding-left: 25px;
	display: inline-block;
}
.functionality-list-wrap .functionality-list .functionality-list-item i,
.functionality-list-wrap .functionality-list .functionality-list-item span{
	vertical-align: middle;
}
.compatiblity-table-head-wrap{
	background-color: #221f1f;
	text-align: center;
	padding: 7px 0px;
}
.compatiblity-table-head-wrap h3{
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	vertical-align: middle;
	margin: 0;
}
.compatiblity-table-wrap .compatiblity-table{
	margin: 20px 0px;
	border-collapse: separate;
	border-spacing: 15px 0px;
	border: none;
}
.compatiblity-table-wrap .compatiblity-table th{
	font-size: 20px;
	font-weight: 700;
}
.compatiblity-table-wrap .compatiblity-table th,
.compatiblity-table-wrap .compatiblity-table tr{
	border-spacing: 2px;
	text-align: center;
	padding: 10px 0px;
}
/*product  page end*/
.shop-detail-slider #sync1 {
border: 1px solid #eee;
border-radius: 12px;
margin-bottom: 15px;
overflow: hidden
}

.shop-detail-slider {
position: relative
}

.favourite-icon a {
background: red;
border-radius: 50px;
color: #fff;
font-size: 17px;
height: 35px;
line-height: 34px;
position: absolute;
right: 20px;
top: 20px;
width: 35px;
z-index: 9
}

.shop-detail-slider #sync2 img {
	border: 1px solid #eee;
	border-radius: 2px;
	cursor: pointer;
	width: 120px;
	margin: 0px !important;
}

.shop-detail-right {
background: #fff;
border: 1px solid #eee;
border-radius: 12px;
padding: 32px
}

.shop-detail-slider #sync2 .synced img,
.shop-detail-slider #sync2 img:hover {
border-color: #1c2224
}

.shop-detail-slider #sync2 {
padding: 0 70px
}
.shop-detail-slider #sync2 {
padding: 0
}

.shop-detail-slider #sync2 img {
margin: 26px 0 10px
}
.shop-detail-slider #sync2 {
padding: 0
}

.shop-detail-slider #sync2 img {
margin: 26px 0 10px
}
.shop-detail-slider #sync2 {
padding: 0
}

.shop-detail-slider #sync2 img {
margin: 26px 0 10px;
height: 60px;
margin: 0 0;
object-fit: scale-down;
transform: scale(1);
}
.shop-detail-slider #sync2 .item {
text-align: center
}
.producttab .tabsslider.horizontal-tabs {
z-index: 1;
margin-top: 40px;
margin-bottom: 0px;
float: left;
width: 100%;
border: none;
padding: 0; }
.producttab .tabsslider.horizontal-tabs .nav-tabs {
background-color: #f5f5f5;
border: none;
padding: 15px;
border-radius: 5px;
text-align: center; }
.producttab .tabsslider.horizontal-tabs .nav-tabs li {
margin-bottom: 0;
display: inline-flex;
margin: 0 5px;
float: none; }
.producttab .tabsslider.horizontal-tabs .nav-tabs li a {
background-color: #fff;
float: left;
display: block;
font-size: 14px;
color: #222;
padding: 13px 25px;
margin: 0;
cursor: pointer;
text-transform: uppercase;
font-weight: 700;
border-radius: 0;
border: none;
border: 1px solid #e8e8e8;
border-radius: 20px;
line-height: 100%;
transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
-webkit-transition: all 0.2s ease-in-out 0s; }
.producttab .tabsslider.horizontal-tabs .nav-tabs li.active a, .producttab .tabsslider.horizontal-tabs .nav-tabs li:hover a {
background-color: #f2f2f2;
border-color: #222;
color: #222; }
.producttab .tabsslider.horizontal-tabs .tab-content {
padding: 45px 0px;
display: block;
margin: 0;
background-color: #fff;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border: none; }
.producttab .tabsslider.horizontal-tabs .tab-content .active {
opacity: 1; }
/*----------------------PRODUCT TABS ---------------*/
.producttab {
margin: 40px 0;
display: inline-block;
width: 100%; }

.producttab .tabsslider.vertical-tabs {
border: 1px solid #e6e6e6;
padding: 0;
border-bottom: 1px solid #ddd; }
.producttab .tabsslider.vertical-tabs ul.nav-tabs {
border-bottom: medium none;
margin: 0;
padding: 0;
display: flex;
justify-content: center;}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li {
padding: 0.5rem 0 0.3rem;
margin-left: 2rem;
border-bottom: 1px solid #ddd;
clear: both;
position: relative;
height: 100%;
display: block; }
.producttab .tabsslider.vertical-tabs ul.nav-tabs li a {

border: 0;
border-radius: 0;
text-transform: uppercase;
font-weight: bold;
font-size: 16px;
margin: 0;
transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
color: #878787; }
.producttab .tabsslider.vertical-tabs ul.nav-tabs li a:hover {
background: transparent; }
.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover {
border-left-color: #006ca8; }
.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover a {
color: #006ca8; }
.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover a:before {
display: none; }
.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover:before {
background-color: #ff2d37; }
.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active {
border-left-color: #ff2d37; }
.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active:before {
background-color: #ff2d37; }
.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active a {
background: transparent;
color: #036ca9; }
.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active a:before, .producttab .tabsslider.vertical-tabs ul.nav-tabs li.active a:after {
display: none; }
.producttab .tabsslider.vertical-tabs ul.nav-tabs li:first-child {
border-top: 0; }
.producttab .tabsslider.vertical-tabs .tab-content {
border: 0;
border-left: 1px solid #e6e6e6;
margin-bottom: 0;
padding: 30px 50px 50px 80px;
}
.producttab .tabsslider.vertical-tabs .tab-pane {
padding: 15px;

}
/*media queries*/
@media (max-width: 575.98px)
{
	.car-logo-list li{
		width: 33.333%;
	}
	.main-head-wrap .main-head-dark{
		font-size: 28px;
	}
	#owl-main .caption h1.slider-text-2 {
    font-size: 30px;
    padding-top: 50px;
  }
	#mainSlider p {
		font-size: 14px;
		padding:0px 30px 0px 0px;
	}
	.feature-box h3 {
    font-size: 26px;
	}
	.feature-box{
		padding: 40px 24px;
	}
  .section-product-search .drop-down-list{
		background-position-x: 280px;
	}
	.product-search-result-head{
		float: left;
	}
	.product-row{
		margin:0px;
		padding:0px;
	}
	.producttab .tabsslider.vertical-tabs .tab-content{
		padding: 15px 0px 15px 0px;
	}
	.producttab .tabsslider.vertical-tabs ul.nav-tabs li a{
	font-size: 10px;
  }
	.producttab .tabsslider.vertical-tabs ul.nav-tabs li {
		margin-left: 1rem;
		font-size: 10px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
	}
	.compatiblity-table-wrap .compatiblity-table {
    border-spacing: 0px 0px;
	}
	.main-head-wrap{
		padding-top:30px;
	}
	.hb-breadcrumb{
		float: right;
	}
	.producttab .tabsslider.vertical-tabs .tab-pane {
    padding: 10px;
	}
}
@media (max-width: 991.98px)
{
	.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
	    padding-right: 15px;
	    padding-left: 15px;
	}
}
@media (max-width: 424px)
{
	.pre-header{
		display: none;
	}
  .headroom-hidden {
    top: 0px !important;
  }
}
@media (min-width: 1200px) {
  .owl-buttons {
    display: block;
  }
}
@media (min-width: 1500px) {
	.product-item-wrap .product-item-short-text .product-item-sub-head{
		font-size: 1.02rem;
		display: block;
		line-height: 20px;
		text-align: left;
		color: #4d4d4d;
		font-weight: 100;
	}
	.product-item-wrap .product-item-short-text .product-item-head {
    font-size: 1.04rem;
	}
}
/*media queries*/

.s_Menu{
    border-style: solid;
    border-width: 1px 1px 0 1px;
    border-color: #dddddd;
    border: 1px solid #dddddd;
}
.s_menu li {
    position: relative;
    padding: 0;
    margin: 0;
    display: block;
    background-color: #ffffff;
}
.v_menu li a, .v_menu_mobile {
    border-bottom: 1px solid #dddddd;
}
.s_menu li > a {
    padding: 1em;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #e7e4e4;
}
.s_menu .smallgraphic > .img {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    margin-right: 8px;
    height: 2em;
    position: relative;
}
.s_menu .graphic.smallgraphic > div:last-child {
    padding-left: 0;
    margin-left: 0;
}
.s_menu .smallgraphic > .text {
    display: inline-block;
/*    width: calc(100% - 40px);
*/    padding-left: 8px;
    vertical-align: middle;
    font-size: 15px;
}
.figure {
    margin: 0;
    padding: 0;
}
.right-mr{
    border-right: 1px solid #f6f3f3;
		max-width: 22%;
}
.brand-box{
	border: 1px solid #dcdcdc;
  border-radius: 15px;
  padding: 10px 0px 30px 0px;
  background-color: white;
}
.brand-box:hover {
    box-shadow: 0 5px 20px #ebebeb;
}
.brand-item-head{
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}

.brand-item-image{
  margin: 20px;
}
.brand-item-wrap a{
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

@media all and (min-width: 480px) {
    .showDsk {display:block;}
    .showPhn {display:none !important;}
}

@media all and (max-width: 479px) {
    .showDsk {display:none !important;}
    .showPhn {display:block;}
}

select{
	    width: 268px;
	    padding: 10px;
	    font-size: 16px;
	    padding: 0px 20px;
	    line-height: 1;
	    border: 0;
	    border-radius: 2px;
	    height: 54px;
	    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #ddd;
	    -webkit-appearance: none;
	    background-position-x: 210px;
			background-color: white;
}

.products-head{
	display:inline-block;
}
.download-btn{
	background-color: #038723;
  padding: 2px 30px 2px 10px;
	border-radius: 3px;
}
.download-btn .nav-link{
	color: white !important;
	margin-bottom: 0px;
	font-weight: 500;
	font-size: 10px;
	padding-top: 0px;
}
.download-btn:active{
	background-color: #221f1f;
}
.download-btn:hover{
	background-color: #178945;
}
.download-btn .nav-link:hover{
	color: #efefef;
}
.icon-downlod{
	position: absolute;
	padding: 7px 10px;
	color: white;
}
.side-bar{
	backdrop-filter: blur(15px);
	height: 100vh;
	overflow-y: auto;
	transition: 0.6s ease;
	transition-property: left;
	border-right: 1px solid #f6f3f3;
}
.side-bar::-webkit-scrollbar {
  width: 0px;
}
.side-bar.active{
 left: 0;
}
.side-bar .menu{
 width: 100%;
}
.side-bar .menu .item{
	position: relative;
	cursor: pointer;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f3f3f3;
}
.product-item-wrap{
	border: 1px solid #e7e7e7;
}
.side-bar .menu .item a{
 color: #000;
 font-size: 16px;
 text-decoration: none;
 display: block;
 padding: 0px 30px;
 line-height: 40px;
}
.side-bar .menu .item a:hover{
 background: #f6f6f6;
 transition: 0.3s ease;
}
.side-bar .menu .item i{
 margin-right: 15px;
}
.side-bar .menu .item a .dropdown{
 position: absolute;
 right: 0;
 margin: 10px 24px;
 transition: 0.3s ease;
}
.side-bar .menu .item .sub-menu{
 background: #ffffff;
 display: none;
}
.side-bar .menu .item .sub-menu a{
 padding-left: 80px;
}
.rotate{
 transform: rotate(90deg);
}
.close-btn{
 position: absolute;
 color: #fff;
 font-size: 23px;
 right:  0px;
 margin: 15px;
 cursor: pointer;
}
.category-head{
	font-size: 16px;
	font-weight: 600;
	padding: 14px 30px;
	background-color: #038723;
	color: white;
	width: 100%;
	margin-bottom: 1px;
}
.contact-select select{
	background-position-x: 310px;
}
.small-box .owl-stage{
	width: 558px !important;
	display: flex;
	justify-content: center;
}
/* these styles are for the demo, but are not required for the plugin */
.zoom {
	display:inline-block;
	position: relative;
}

/* magnifying glass icon */
.zoom:after {
	content:'';
	display:block;
	width:33px;
	height:33px;
	position:absolute;
	top:0;
	right:0;
	background:url(icon.png);
}

.zoom img {
	display: block;
}

.zoom img::selection { background-color: transparent; }

#ex2 img:hover { cursor: url(grab.cur), default; }
#ex2 img:active { cursor: url(grabbed.cur), default; }

.product-item-image{
   width:330px;
   height:330px;
}

.product-item-image img{
    height: 100%;
  width: 100%;
}


.nav-wrapper-lang {
    text-align: center;
    float: right;
    color: white;
    padding-right: 40px;
}
  .sl-nav {
  display: inline;
}
.sl-nav ul {
  margin:0;
  padding:0;
  list-style: none;
  position: relative;
  display: inline-block;
}
.sl-nav li {
  cursor: pointer;
  padding-bottom:10px;
}
.sl-nav li ul {
  display: none;
}
.sl-nav li:hover ul {
  position: absolute;
  top:29px;
  right:-15px;
  display: block;
  background: #fff;
  width: 120px;
  padding-top: 0px;
  z-index: 1;
  border-radius:5px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav li:hover .triangle {
  position: absolute;
  top: 15px;
  right: -10px;
  z-index:10;
  height: 14px;
  overflow:hidden;
  width: 30px;
  background: transparent;
}
.sl-nav li:hover .triangle:after {
  content: '';
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #fff;
  border-radius:2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 15px 15px;
  padding-bottom:0;
  z-index: 2;
  font-size: 15px;
  color: #3c3c3c;
}
.sl-nav li ul li:last-of-type {
  padding-bottom: 15px;
}
.sl-nav li ul li span {
  padding-left: 5px;
}
.sl-nav li ul li span:hover, .sl-nav li ul li span.active {
  color: #146c78;
}
.sl-flag {
  display: inline-block;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
  width: 15px;
  height: 15px;
  background: #aaa;
  border-radius: 50%;
  position: relative;
  top: 2px;
  overflow: hidden;
}
.flag-de {
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAAAPUlEQVQ4T+3HMQ0AIBTE0NOHM8x9B7hgh71bIWGieUvze1m7kHGBr/AVvsJX+EpmP5dV5/gKX+ErfIUvVDYcX2NMxQC8PAAAAABJRU5ErkJggg==');
  background-size: cover;
  background-position: center center;
}
.flag-usa {
  background-size: cover;
  background-position: center center;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAABhUlEQVQ4T2Ows82PjGixsc4LD2tysC/09Kjw8622tyuICG8u0w/cpGSCBzF4e1VmZkzw9anOzOj38a4KCW4IC22ECHYk1l9tn4gHMeTlTnZxLikvm+XiUpKW2hvgX+vnV5OVOQEoOGfOtv94AYOzU3Fd7XxHh6Lq6rlurqUx0W0J8Z1AnbW18yotonaYuOJBDBXls4A+bGpaBCTz86YEBtQCvVBSPAPIbY0oP1/aiAcxABU1Ny+2tclvbFjo5FgUF9uenNwNDLnmpkWEnV1TPRcY1O1tS4H6i4umA/0MDK2K8tlAwRqHpP1uoXgQKKraWpcClTY3LQZaCLQ5NaUX5OaWJY3++SeTC/AgBmA4AXUClUJs9ver8fKsAAYEUJCws4G21dXNB1oFdD/Qz8DQTk4C+bm2dn6DZ9bRiDQ8iAEYt8CoBpK5YBIYw0AEEZwSXX4oMB4PYoC6gCzAcDqrjGzEsMfen2xEmbMv1rSTjRi26dqRjShz9o2+6WQjBrSShQSkZAIADvW/HLrLY6cAAAAASUVORK5CYII=');
}
.img-zoom{
  cursor: zoom-in;
  cursor: -webkit-zoom-in;
}

.o_add_cart_form_compare {
  display: none !important;
}

.td-wish-btn {
  display: none !important;
}

.btn-amazon img{
  width: 160px !important;
  height: 128px !important;
  padding-bottom:20px;
}