/*
--------------------------------------------------------
   Project Name: Brookys
   Version: 1.0
   Created: 12 December 2018
   Author Name: Waqas @Swiftproductions

   Last Modified: 13 Feburary 2019
   Last Modified By: Danny A

----------------------------------------------------------
*/

#npopupDesc .successaddmessage .btn-default {
	max-width:220px;
	margin: 0 10px;
}

.successaddmessage .footer .left {
	float:none;
}

.successaddmessage .footer .right {
	float:none;
	text-align:center;
	margin:15px auto 0;
}

.successaddmessage .footer .right .btn-success {
	text-transform:uppercase;
	font-size:16px;
	font-weight:600;
}

#n_checkout .row {
	clear:both !important;
}

#n_checkout .wrapper-header {
	float:none;
}
#n_checkout	.pb-lg-2 {
	display:none;
}

body {
	background-color: #fff /*{body|background-color}*/;
	background-image: none /*{body|background-image}*/;
	font-size: 14px /*{body|body-font-size}*/;
	color: #222 /*{body|text-colour}*/;
	    font-family: Montserrat, sans-serif;
}
*, *:before, *:after {
  box-sizing: border-box;
}
a:hover {
    text-decoration: none !important;
}
.cross-btn {
    float: right;
    position: relative;
    top: -7px;
    right: 0px;
    filter: brightness();
    cursor: pointer;
    display: none;
    width: 20px;
}

ul.pagination {
    float: left;
    width: 100% !important;
}

p.prodsku {
    clear: both;
    float: left;
	font-size:17px;
    margin-top: 50px;
}

.recaptcha-wrap {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #000;
    font-size: 20px;
    background: #ccc;
    margin: 0 2px;
    font-weight: bold;
}

.main-boxx {
        display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
}


.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #000000;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
a, a:hover, a:active {
	color: #333 /*{body|link-colour}*/
}
.wrapper-header {
	background-color: #fff /*{header|background-colour}*/;
	border:none;
	margin-bottom:0px;
}
.wrapper-header a, .wrapper-header a:hover, .wrapper-header a:active {
  color: #1f1f1f /*{header|link-colour}*/
}
.wrapper-header .btn-default {
	background-color: #efefef /*{header|button-colour}*/;
	border-color: #efefef /*{header|button-colour}*/;
	color: #333 /*{header|button-text-colour}*/;
}
.header-search .ajax_search {
	border-color: #efefef /*{header|button-colour}*/;
	box-shadow: none;
	border-width: 2px;
}
.navbar.navbar-default {
	background-color: #002324 /*{header|menu-background-colour}*/;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover,
.navigation-list li a:hover,.navbar-default .navbar-nav > li:hover > a,
.navigation-list li:hover a, .navigation-list li a,
.navbar-default .navbar-nav > li > a:focus {
	color: #fff /*{header|menu-colour}*/;
}
@media (max-width: 767.98px){
	.navbar-nav .dropdown-menu .dropdown-item{
		color: #fff /*{header|menu-colour}*/
	}
}
a#cartcontentsheader {
	padding: 13px 17px;
	background-color: #5d7c81 /*{header|Cart-icon-background-colour}*/;
	color: #fff /*{header|Cart-icon-text-colour}*/;
	border: none;
}
.wrapper-footer {
	background-color: #002324 /*{footer|background-color}*/;
	color: #fff /*{footer|text-colour}*/;
}
.wrapper-footer a, .wrapper-footer a:hover, .wrapper-footer a:active {
	color: #fff /*{footer|link-colour}*/;
}
/* Secondary button */
.btn-default {
	font-size: 17px;
    font-weight: 700;
    color: #2dc4fc!important;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    border: 1px solid #000;
    max-width: 190px;
    background: #000;
    border-radius: 0;
    transition: all .4s;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    margin: 0 auto;
}

.btn-default:hover {
	color: #2dc4fc!important;
	border: 1px solid #000;
	background: #000;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.open .dropdown-toggle.btn-outline-secondary,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #333 /*{buttons|btn-default-text-colour-hover}*/;
	background-color: #e6e6e6 /*{buttons|btn-default-bg-colour-hover}*/;
	border-color: #adadad /*{buttons|btn-default-border-colour-hover}*/;
}
.btn-outline-secondary.disabled,
.btn-outline-secondary[disabled],
fieldset[disabled] .btn-outline-secondary,
.btn-outline-secondary.disabled:hover,
.btn-outline-secondary[disabled]:hover,
fieldset[disabled] .btn-outline-secondary:hover,
.btn-outline-secondary.disabled:focus,
.btn-outline-secondary[disabled]:focus,
fieldset[disabled] .btn-outline-secondary:focus,
.btn-outline-secondary.disabled:active,
.btn-outline-secondary[disabled]:active,
fieldset[disabled] .btn-outline-secondary:active,
.btn-outline-secondary.disabled.active,
.btn-outline-secondary[disabled].active,
fieldset[disabled] .btn-outline-secondary.active,
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active,
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled):active {
	background-color: #fff /*{buttons|btn-default-disabled-bg-colour}*/;
	border-color: #ccc /*{buttons|btn-default-disabled-border-colour}*/;
}
/* Primary button */
.btn-primary {
color: #000 /*{buttons|btn-primary-text-colour}*/;
    background-color: #2dc4fc /*{buttons|btn-primary-bg-colour}*/;
    border-color: #2dc4fc /*{buttons|btn-primary-border-colour}*/;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #000 /*{buttons|btn-primary-text-colour-hover}*/;
    background-color: #2dc4fc /*{buttons|btn-primary-bg-colour-hover}*/;
    border-color: #2dc4fc /*{buttons|btn-primary-border-colour-hover}*/;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active, .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #ffffff /*{buttons|btn-primary-disabled-bg-colour}*/;
    border-color: #000000 /*{buttons|btn-primary-disabled-border-colour}*/;
    color: #000 !important;
}
/* Success Button */
.btn-success {
    color: #000 /*{buttons|btn-success-text-colour}*/;
    background-color: #2dc4fc /*{buttons|btn-success-bg-colour}*/;
    border-color: #2dc4fc /*{buttons|btn-success-border-colour}*/;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success,
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
color: #000 /*{buttons|btn-success-text-colour-hover}*/;
    background-color: #2dc4fc /*{buttons|btn-success-bg-colour-hover}*/;
    border-color: #2dc4fc /*{buttons|btn-success-border-colour-hover}*/;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active, .btn-success:not(:disabled):not(.disabled):active {
    background-color: #2dc4fc /*{buttons|btn-success-disabled-bg-colour}*/;
    border-color: #2dc4fc /*{buttons|btn-success-disabled-border-colour}*/;
}






/* --------------------------------------------------------
   Project Name: brookys-neto-html 
   Version: 1.0
   Created: 22-10-2018
----------------------------------------------------------*/

*{
  margin:0;
  padding: 0;
  outline: none;
  border:none;
  text-decoration : none;
}
img {
  max-width: 100%;
  display: block;
}
a{
  text-decoration:none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
  display: block;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
    position: relative;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}


.dropdown-link {
    display: none !important;
}


/* ========== parts-finder-detail STYLES // START ========== */

.parts-finder-detail {
    position: absolute;
    box-shadow: 0px 0px 30px 20px rgba(0,0,0,0.3);
    background: #eae9e9;
    max-width: 382px;
    width: 100%;
    display: none;
    top: -7px;
    right: 48px;
    text-align: center;
    z-index: 999;
    box-sizing: border-box;
    padding: 25px 22px;
}
.overlay {
    height: 100%;
    width: 100%;
    z-index: 1;
}
.overlay-2 {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    display: none;
}
.parts-finder-detail h2{
  font-size:22px;
  font-weight:400;
  font-family:"Montserrat" sans-serif;
  margin-top:30px;
  margin-bottom:20px;
  color:#fff;
  transition: all 0.4s;
}

.parts-finder-detail h4{
  font-size:20px;
  font-weight:400;
  margin-bottom: 20px;
}
.parts-finder-detail a{
  color:#0048ff;
}
.parts-finder-detail h5 {
    font-size: 14px;
    margin-top: 31px;
    float: left;
    width: 100%;
    text-align: left;
    padding-top: 17px;
    border-top: 1px solid #bcbcbc;
}
.dropdown-forms {
    float: left;
    width: 100%;
}
 
.compatibility_list {
    width: 100%;
    height: 46px;
    max-width: 339px;
    border: 1px solid #dddcdc;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    color: #000000;
    transition: all 0.4s;
    margin-bottom: 7px;
    background: url(https://brookys-motorcy.neto.com.au/assets/themes/storefront//images/sm-drop.png);
    background-repeat: no-repeat;
    background-position: 295px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background-color: #fff;
    
}
.form-field {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 0px;
    margin-top: 10px;
    position: relative;
}
img.line-img {
    position: absolute;
    top: 17px;
    right: 45px;
    transition: all 0.4s;
}
img.sm-drop {
    position: absolute;
    top: 17px;
    right: 21px;
}
a.find-one {
    margin-top: 20px;
    float: none;
    width: 100%;
    height: 55px;
    background: #000;
    font-size: 20px;
    font-weight:400;
    font-family: "Montserrat", sans-serif;
    padding-top: 17px;
    max-width: 195px;
    box-sizing:border-box;
    color: #fff;
    display: inline-block;
}


.content.finder {
     position: relative;
    overflow: visible;
    width: inherit;
    float: right;
    max-width: inherit;
    display: block;
}



/* ========== parts-finder-detail STYLES // END ========== */
.yell-search {
    float: right;
    max-width:354px;
    background:#efefef;
    width: 100%;
    margin-top: 18px;
    border: 1px solid #acacac;
}
.yell-search .search-field {
       width: 80%;
    height: 51px;
    background: #efefef;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 16px;
    box-sizing: border-box;
    float: left;
    border: none !important;
    box-shadow: none !important;
    font-weight: 300;
}
.yell-search .search-field:active {
    box-shadow: none !important;
}
.yell-search .search-btn {
    padding: 10px 15px;
    vertical-align: middle;
    font-size: 18px;
    cursor: pointer;
        background: transparent;
}
/* ========== responsive menu STYLES // START ========== */
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.visible-xs{
    display: none!important;
}
.navigation-list li {
    width: 24%;
    padding: 0 !important;
    text-align: center;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
ul.navigation-list.list-inline.visible-xs {
    float: left;
    width: 100%;
    margin-bottom: 12px;
    margin-top: 12px;
    background: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    margin-left: 0;
    border-bottom: 7px solid #2dc4fc;
}
.navigation-list .icon {
    font-size: 25px;
    color: #fff;
}
.navigation-list li a {
    color: #fff !important;
    font-size: 12px;
}


/* ========== responsive menu STYLES // START ========== */
.wrapper{
  float: left;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
}

.content {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}
.content-inner {
    padding-top: 20px;
    padding-bottom: 20px;
	clear:both;
}
body{
  -webkit-text-size-adjust: 100%;
}


/* ========== top-bar STYLES // START ========== */


.top-bar {
    float: left;
    width: 100%;
	height: 37px;
    background: #2dc4fc;
    transition: all 0.4s;
    padding-top: 1px;
    padding-bottom: 1px;
}
.top-left {
    float: left;
    transition: all 0.4s; 
}
.top-left p{
      font-size: 16px;
    font-weight: 400;
    padding-top: 8px;
    box-sizing: border-box;
    margin-bottom: 0;
}
.top-right {
    float: right;
     transition: all 0.4s;
}
.top-left img {
    padding-top: 7px;
    box-sizing: border-box;
     transition: all 0.4s;
}
.top-right ul {
      list-style: none;
    float: right;
    margin-top: 8px;
    transition: all 0.4s;
    margin-bottom: 0;
}
.top-right ul li.phone-nbr {
  position:relative;
  top: -4px;
  float: right;
  padding-right: 0;
}
.top-right ul li {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    transition: all 0.4s;
}
.top-right ul li:hover{
  text-decoration:underline;
   transition: all 0.4s;
}
.top-right ul li.active a img {
    float: left;
    padding-top: 4px;
    padding-right: 9px;
    box-sizing: border-box;
}.top-right ul li.active a{
  color:#000;
  font-size:22px;
  font-weight:bold;
   transition: all 0.4s;
}
.top-right ul li a{
  color:#111111;
  font-weight:600;
  font-size:12.5px;
  font-family: 'Montserrat', sans-serif;
  transition: all 0.4s;
}
.top-right ul li:first-child{
  padding-right: 18px;
  border-right: 1px solid #111111;
  transition: all 0.4s;
}
.nav-search-toggle {
    float: right;
    transition: all 0.4s;
    cursor: pointer;
}
.nav-search-toggle img.cross-img {
    display: none;
}
.nav-search-toggle.active img.cross-img{
   display: block;
}
.nav-search-toggle.active img.glass-img{
   display: none;
}
.nav-search-toggle img {
    padding-top: 11px;
    box-sizing: border-box;
    padding-right: 4px;
}
.right-links {
    float: right;
    width: 55%;
    margin-top: 6px;
}
.usr-cart-info {
float: left;
    position: relative;
    transition: all 0.4s;
}
.usr-cart-info .cart-item-counter {
    float: left;
    position: relative;
}

.usr-cart-info .dropdown-toggle::after {
    display: none;
}



.cart-bg {
     float: right;
    transition: all 0.4s;
    padding-top: 37px;
    padding-left: 30px;
    padding-bottom: 25px;
    box-sizing: border-box;
    padding-right: 30px;
}
img.cart-arrow {
    float: right;
    margin-top: 30px;
}
.usr-cart-info span {
    position: absolute;
    right: -30px;
    top: -12px;
    background: #f40117;
    padding: 4px 6px;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    width: 26px;
    height: 26px;
    font-weight: 500;
    border-radius: 30px;
    transition: all 0.4s;
}
.usr-cart-info .wk_cartdropdown {
    float: left;
}

.usr-cart-info .wk_cartdropdown .dropdown-toggle {
        float: right;
}
.usr-cart-info .wk_cartdropdown .dropdown-toggle img {
    margin-top: 16px;
    float: right;
    margin-left: 12px;
}
.call {
    float: right;
    width: 40%;
    margin-top: 13px;
}
img.call-nbr {
    float: left;
    margin-top: 3px;
    padding-right: 8px;
    box-sizing: border-box;
}
span.cal-alfa {
    color: #e60012;
    font-size: 16px;
    font-weight: 400;
     font-family: 'Montserrat', sans-serif;
}
.call h2 {
    font-size: 23px;
    font-weight: 600;
    line-height: 20px;
     font-family: 'Montserrat', sans-serif;
}
/* ========== top-bar STYLES // END ========== */




/* ========== Header STYLES // START ========== */

header {
    width: 100%;
    float: left;
    background: #fff;
    padding-bottom: 0px;
    position: relative;
}
.header-container {
  float: left;
    width: 100%;
    z-index: 9999;
}
.fix-header{
	position: fixed;
    top: 0;
    left: 0;
    transition: all 0.4s;
    display: block;
}

.fix-header .top-bar,
.fix-header .logo,
.fix-header .right-links{
	display:none;
}

.fix-header header {
	margin-top:-6px;
	-webkit-box-shadow: 0px 6px 33px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 6px 33px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 6px 33px 1px rgba(0,0,0,0.75);
}

.fix-header .logo {
	margin-top:10px;
	margin-bottom:10px;
}

.fix-header .yell-search {
	margin-top:10px;
}

.fix-header .cart-bg {
	padding-top:26px;
}


.logo {
    float: left;
    margin-top: 10px;
    width: 310px;
    transition: all 0.4s;
}

/* ========== Header STYLES // END ========== */

/* ========== Navigation STYLES // START ========== */

nav {
    float: left;
    width: 100%;
    background: #000;
    position: relative;
    transition: all 0.4s;
    margin-top: 6px;
    clear: both;
    border-bottom: 7px solid #2dc4fc;
}
nav {
    display: none;
}
.header-container nav {
    display: block;
}
.nav-container {
  width: 100%;
  float: left;
  /* max-width: 868px; */
  transition: all 0.4s;
}

nav input[type=checkbox] {
  display: none;
   transition: all 0.4s;
}

#nav-icon {
  float: left;
  width: 26px;
  height: 22px;
  position: relative;
  margin-left: 0;
  margin-right: 8px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin-top: -3px;
}

#nav-icon span {
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;

  height: 4px;
  width: 100%;
  border-radius: 9px;
  background: #fff;

  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
  top: 8px;
}

#nav-icon span:nth-child(4) {
  top: 16px;
}

nav input[type=checkbox]:checked ~ .burgermenu #nav-icon span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

input[type=checkbox]:checked ~ .burgermenu #nav-icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type=checkbox]:checked ~ .burgermenu #nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input[type=checkbox]:checked ~ .burgermenu #nav-icon span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

nav .menu {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  margin-bottom: 0;
}
span.top-sm-img {
    float: left;
}

nav .menu li{
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

nav .menu li.partsfinder{
  border-right:none;
}
nav .menu li a {
    font-size: 15px;
    color: #d4d4d4 !important;
    border-right: 1px solid #2dc4fc;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s;
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
}

nav .menu li:first-child a {
  padding-left: 1px;
  transition: all 0.4s;
}

nav .menu li:last-child a {
	border-right:0;
}
nav .menu li.partsfinder a {
     border-right: none !important;
    float: right;
    width: 70%;
    padding: 0;
    color: #2dc4fc !important;
    cursor: pointer;
}
span.top-sm-img img {
    max-width: initial;
}
.img-small {
    float: left;
    margin-right: 5px;
}
nav .menu li a:hover {
text-decoration:underline;
}

.closemenu,
.burgermenu {
  display: none;
}

/* ========== Navigation STYLES // END ========== */

.sub-menu {
    position: absolute;
    top: 50px;
    padding: 3%;
    left: 0;
    right: 0;
    display:none;
    background: #2dc4fc;
    /* opacity: 0.97; */
    width: 100%;
    padding-top: 51px;
    padding-bottom: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    z-index: 1000;
}
.sub-menu ul {
    list-style: none;
    text-align: center;
    float: left;
    width: 100%;
}
.sub-menu li {
    float: none;
    height: 45px;
    line-height: 45px;
    margin-left: 0;
    margin-right: 0;
    border-top: none;
    background: none !important;
    display: block !important;
    text-align: left;
    border-right:none !important;

}
.sub-menu .lev1 li a {
    font-size: 17px;
    font-weight: 500;
    color: #000 !important;
    letter-spacing: 0.5px;
    font-family: "Montserrat", sans-serif;
    border-right: none;
    height: 45px;
    line-height: 47px;
    display: block;
}
 .sub-menu li a:hover {
	 color:#fff !important;
}

.menu li:hover .sub-menu {
   display: block;
}
ul.menu li {
    box-sizing: border-box;
}
nav .content {
    overflow: unset;
    transition: all 0.4s;
}
.sub-menu ul li {
    float: left;
    display: block!important;
    width: 23.7%;
    margin: 0 10px;
    border-bottom: 1px solid #86deff;
}
.sub-menu .lev1 li {
    padding-top: 0 !important;
    height: auto !important;
}
/* ========== submenu STYLES // end ========== */


/* ========== Banner STYLES // START ========== */

.banner {
    width: 100%;
    float: left;
    margin-top: 13px;
    transition: all 0.4s;
    text-align: center;
}
.banner .content{
  padding-left:0;
  padding-right:0;
}
section.banner.banner-main img {
    display: inline-block;
}
.home-adverts {
    padding: 17px 0 0 0;
    width: 50%;
    float: left;
    padding-right: 13px;
}

.banner-2:nth-child(3) img {
    padding-right: 0;
}

/* ========== Banner STYLES // END ========== */


/* ========== categories STYLES // STARTS ========== */
.categories {
    width: 100%;
    float: left;
}
.top-one {
     position: absolute;
    right: 15px;
    background: #000;
    width: 100px;
    color: #fff;
    font-size: 12px;
    height: 20px;
    top: 1px;
    padding-top: 3px;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}
.top-sec {
       position: absolute;
    right: 120px;
    background: #ff7a0e;
    width: 80px;
    color: #fff;
    font-size: 12px;
    height: 20px;
    top: 1px;
    padding-top: 3px;
    box-sizing: border-box;
    padding-left: 10px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}
section.categories .content{
  padding-left: 0;
  padding-right: 0;
  position: relative;
}


.sm-categories {
     width: 100%;
    float: left;
}
.sm-categories .cat-single {
float: left;
    width: 33.33%;
    position: relative;
    padding-right: 11px;
    padding-bottom: 13px;
}

.sm-categories-make {
	text-align:center;
}

.sm-categories-make .cat-single-make {
    display: inline-block;
    border: 1px solid lightgrey;
    margin: 5px;
    width: 32%;
}

.sm-categories-make .cat-single-make img {
    margin: 0 auto;
    max-height: 150px;
    padding: 10px;
}

p.cat-text {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 20px;
    bottom: 195px;
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 11px #000000;
}
.sm-categories .cat-single:nth-child(3), .sm-categories .cat-single:nth-child(6) {
  float:right;
  margin-right:0;
  clear:right;
}
.sm-categories .cat-single .cat-content {
    position: absolute;
    right: 0;
    bottom: 58px;
    left: 0;
    color: #000;
    background: #2dc4fc;
    text-align: center;
    width: 100%;
    margin: auto;
    height: 39px;
    margin-bottom: 12px;
    max-width: 133px;
    font-size: 17px;
    padding-top: 10px;
    box-sizing: border-box;
    font-weight: 600;
}
.sm-categories .cat-single .cat-content:hover{
  text-decoration:underline;
}
.sm-categories .cat-single .cat-content span {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    padding-top: 12px;
    padding-bottom: 0px;
    box-sizing: border-box;
    text-transform: uppercase;
    display: block;
    font-family: Montserrat, sans-serif;
}
.sect-title {
    width: 100%;
    float: left;
    margin-bottom: 40px;
    margin-top: 39px;
    text-align: center;
}
.sect-title span{
    font-size: 27px;
    font-weight: 600;
    background: url(../images/line.png)no-repeat bottom;
    font-family: Montserrat, sans-serif;
    box-sizing: border-box;
    padding-bottom: 13px;
    text-align: center;
    text-transform: uppercase;
}
/* ========== categories STYLES // END ========== */











/* ========== Slider // Start ========== */
.sale-products {
    margin-bottom: 13px;
}
.products {
    width: 100%;
    float: left;
/*     padding-bottom: 20px; */
    position: relative;
}

.products .content {
    position: relative;
}

 .products-container {
    width: 100%;
    margin: auto;
    position: relative;
}

.products.sale-products .products-container {
  padding-bottom: 12px;
}


ul#bannerSlider {
    list-style: none;
}

.sect-title h2 span {
  font-weight: 400;
}

.products .product-single {
    position: relative;
    overflow: hidden;
    padding-right: 8px;
    padding-left: 8px;
    box-sizing: border-box;
}
.products .product-border {
    border: 1px solid #cecece;
    float: left;
    padding-bottom: 17px;
    border-bottom: none;
    border-top: none;
}
/*li.lslide {
    width: 229px !important;
}*/
/* .products .product-single:nth-child(4n+1) {
   margin-right: 0;
} */

.products .product-single .product-img {
  float:  left;
  width:  100%;
  height: 191px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing:  border-box;
  /* margin-bottom: 10px; */
}

.products .product-single .product-img img {
  max-height: 100%;
}

.products .product-single .product-content {
  width: 100%;
  float: left;
}
.products .product-single .product-link.home-org {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    height: 39px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    border: 2px solid #2dc4fc;
    width: 133px;
    background: #2dc4fc;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.4s;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.products .product-single .product-link.home-org:hover{
   color: #fff !important;
    background: #000;
  border-color: #000 !important;
}
.products .product-title {
    font-size: 16px;
    color: #000 !important;
    text-align: center;
    margin: 20px 10px;
    height: 55px;
    overflow: hidden;
}
.products .product-price {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    margin-bottom: 25px;
    min-height: 30px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
}
.cat-single img {
    width: 100%;
}
.cat-slider {
    float: left;
    width: 100%;
}
.SELLING-ITEMS {
    margin-bottom: 34px;
}
.selling-pro {
    margin-top: 10px;
}
#goToPrevSlide {
    bottom: 0;
    top: 260px;
    left: -30px;
    width: 29px;
    height: 52px;
    text-indent: -9999px;
    display: block;
    cursor: pointer;
    position: absolute;
    background: url(../images/featured-product-prev.png) no-repeat center center;
}
#goToNextSlide {
bottom: 0;
    top: 260px;
    right: -30px;
    width: 29px;
    height: 52px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    cursor: pointer;
    background: url(../images/featured-product-next.png) no-repeat center center;
}
#goToPrevSlide2 {
    bottom: 0;
    top: 260px;
    left: 0px;
    width: 29px;
    height: 52px;
    text-indent: -9999px;
    display: block;
    cursor: pointer;
    position: absolute;
    background: url(../images/featured-product-prev.png) no-repeat center center;
}
#goToNextSlide2 {
    bottom: 0;
    top: 260px;
    right: 0px;
    width: 29px;
    height: 52px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    cursor: pointer;
    background: url(../images/featured-product-next.png) no-repeat center center;
}
#goToPrevSlide3 {
    bottom: 0;
    top: 260px;
    left: 0px;
    width: 29px;
    height: 52px;
    text-indent: -9999px;
    display: block;
    cursor: pointer;
    position: absolute;
    background: url(../images/featured-product-prev.png) no-repeat center center;
}
#goToNextSlide3 {
    bottom: 0;
    top: 260px;
    right: 0px;
    width: 29px;
    height: 52px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    cursor: pointer;
    background: url(../images/featured-product-next.png) no-repeat center center;
}
span.note {
    position: absolute;
    right: 46px;
    top: 0px;
    background: #cf1e24;
    padding: 14px 10px;
    text-align: center;
    color: #ffffff;
    font-size: 10px;
    font-weight: 400;
    border-radius: 30px;
}
.product-single .old-price {
    font-size: 14px;
    font-weight: 500;
    color: #ae3232;
    margin-bottom: -3px;
    background: none;
    text-decoration: line-through;
    padding-right: 13px;
}
/* ========== Slider // END ========== */

/* ========== catalogue STYLES // start ========== */
.catalogue-cats {
    float: right;
    width: 100%;
    margin-top: 0;
    transition: all 0.4s;
    margin-bottom: 25px;
}

.catalogue-cats h1 {
    position: relative;
    font-size: 15px;
    margin: 0 0 10px;
}
.right-catalogue-heading {
    float: left;
    width: 100%;
    background: #f2f2f2;
    transition: all 0.4s;
}
.left-item-tag {
    float: left;
    transition: all 0.4s;

}
.right-item-tag {
    float: right;
    transition: all 0.4s;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
    position: relative;
}
img.black-one-catalogue {
    position: absolute;
    top: 18px;
    right: 23px;
}
.left-item-tag h2 {
    padding-top: 8px;
    font-size: 18px;
    color: #f40117;
    padding-left: 11px;
    transition: all 0.4s;
    box-sizing: border-box;
    font-weight: 600;
    margin-bottom: 0;
}
.left-item-tag h2 span {
    color: #000;
    transition: all 0.4s;
    font-weight: 400;
    font-size: 18px;
    font-family:"Montserrat", sans-serif;
}
.right-item-tag label.control-label {
    float: left;
    margin-top: 6px;
    margin-right: 10px;
    font-weight: 400;
    transition: all 0.4s;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0;
}
select.form-control.wk_select {
    border-radius: 0;
    width: 147px;
    font-size: 18px;
    font-weight: 400;
    padding-left: 0px;
    padding-right: 10px;
    transition: all 0.4s;
    background: #f2f2f2;
    -webkit-appearance: none;
    position: relative;
    font-family: "Montserrat", sans-serif;
    color: #888888;
    border: none;
    float: right;
    padding-top: 0;
    padding-bottom: 0;
}

.wk_catalogue-prod-section ul li {
    float: left;
    width: 25%;
    padding: 1%;
    display: inline-block;
    list-style-type: none;
}

.inner-catalogue {
        border: 1px solid #f2f2f2;
    float: left;
    width: 100%;
        padding: 0 8px;
}

.inner-catalogue h4 {
    font-size: 14px;
    padding: 6px;
    min-height: 45px;
}

.catalogue-single-cat {
	float: left;
    width: 25%;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
    transition: all 0.4s;
    position: relative;
    flex-direction: column;
    padding: 0 8px;
}

section.catalogue-banner img {
    width: 100%;
}
img.catalogue-big-img {
    transition: all 0.4s;
    width: 190px;
    margin: 20px auto;
}
img.catalogue-brand-sm-img {
      margin: 0 auto;
    transition: all 0.4s;
    margin-top: 20px;
    margin-bottom: 20px;
}
.catalogue-single-cat h2 {
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    margin-top: 15px;
    margin-bottom: 15px;
    transition: all 0.4s;
}
.catalogue-single-cat p {
    color: #f40117;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 15px;
    transition: all 0.4s;
    margin-top: 27px;
	display:none;
}
.catalogue-single-cat p.price {
	display:block;
}
img.catalogue-stars {
    margin: auto;
     transition: all 0.4s;
}
.cat-bottom-link-box {
    float: left;
    width: 100%;
    margin-bottom: 0;
    height: 60px;
    padding-bottom: 10px;
    padding-top: 10px;
    box-sizing: border-box;
}
.cat-bottom-link-box .cat-bottom-link {
        font-size: 17px;
    font-weight: 700;
    color: #000 !important;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    border: 1px solid #2dc4fc;
    max-width: 190px;
    background: #2dc4fc;
    border-radius: 0px;
    transition: all 0.4s;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    margin: 0 auto;
}


.pagenation ul li a.active {
    color: #2dc4fc;
    font-size:17px;
    font-weight:600;
    font-family: "Montserrat", sans-serif;
    padding: 4px 12px;
    margin-top: 10px;
    margin-right: 10px;
}
.pagenation-bg {
    background: #9b9b9b;
    height: 47px;
}
.pagenation ul li a {
    float: left;
    padding: 4px 10px;
    color: #000;
    font-weight:600;
    font-family: "Montserrat", sans-serif;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 17px;
}
.pagenation ul {
    list-style: none;
}
.pagenation {
    width: 100%;
    margin: auto;
    max-width: 170px;
}
/* ========== catalogue STYLES // end ========== */

/* ========== CONTACT STYLES // START ========== */

.side-bar {
float: left;
    width: 27%;
    margin-right: 3%;
    transition: all 0.4s;
}
.store-category {
    clear: both;
    width: 100%;
    float: left;
    margin-bottom: 25px;
    border: 2px solid #f2f2f2;
    box-sizing: border-box;
    transition: all 0.4s;
}
.store-search h4, .store-category h4 {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    height: 41px;
    line-height: 40px;
    letter-spacing: -0.5px;
    background: #f2f2f2;
    padding-left: 23px;
    transition: all 0.4s;
    box-sizing: border-box;
    margin-bottom: 0;
}
.lcat {
    width: 100%;
    box-sizing: border-box;
    transition: all 0.4s;
}
.lcat ul {
     list-style: none;
    transition: all 0.4s;
    margin-bottom: 0;
}
.lcat ul li {
    line-height: 36px;
    width: 100%;
    transition: all 0.4s;
}
.lcat ul li a {
    display: block;
    font-size: 15px;
    font-weight: 400 !important;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    padding-left: 23px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #d7d7d7;
    transition: all 0.4s;
}
.lcat ul li.active a {
    font-weight: 600 !important;
}
.lcat ul li a:hover{
    font-weight: bold !important;
}
.contact-us-right {
    float: right;
    width: 70%;
    transition: all 0.4s;
}
.right-contact-heading {
    float: left;
    width: 100%;
    height: 41px;
    background: #f2f2f2;
    transition: all 0.4s;
}
.right-contact-heading h3 {
    padding-top: 8px;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 20px;
}
.contact-us-inner-left h2 {
    font-size: 18px;
    margin-bottom: 15px;
}

.contact-us-inner-left {
    float: left;
    width: 50%;
}
.contact-us-inner-left  .form-group {
    margin-bottom: 0 !important;
}

.contact-links{
  float:left;
  width:100%;
  margin-bottom:15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: start;
  justify-content: end;
  /*height: 35px;*/
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 0.53571%;
  transition: all 0.4s;
}
.contact-links img {
    width: 19px;
    margin-right: 8px;
}
.contact-links a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    letter-spacing: -0.8px;
    transition: all 0.4s;
}
.contact-links h5 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    letter-spacing: -0.8px;
    transition: all 0.4s;
}
.contact-us-inner-right{
  float:left;
  width: 50%;
  margin-bottom:15px;
  padding:15px;
  box-sizing: border-box;
  padding-right: 0px;
  padding-left: 30px;
}
.contact-us-inner-right h2 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 40px;
    float: left;
}
.contact-us-inner-left label.full-wild {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 21px;
    line-height: 2;
    transition: all 0.4s;
}
.contact-us-inner-left span.woocommerce-input-wrapper {
    float: left;
    width: 100%;
    margin-bottom: 8px;
    transition: all 0.4s;
}
.contact-us-inner-left input {
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 1;
    border: 1px solid #dfdfdf;
    padding: 24px 10px;
    font-size: 17px;
    transition: all 0.4s;
    border-radius: 5px;
    box-shadow: none !important;
}
.contact-us-inner-left abbr.required {
    color: red;
    font-weight: 700;
    border: 0;
    transition: all 0.4s;

}
.contact-us-inner-left  textarea {
    height: 200px;
    border: 1px solid #dfdfdf;
    transition: all 0.4s;
    border-radius: 5px;
    padding-top: 10px;
    box-sizing: border-box;
    padding-left: 10px;
    width: 100% !important;
}
p.btm-google {
    float: left;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
}
.contact-us-inner-left input.submit.btn.btn-submit-form {
background: #303030;
    width: 207px;
    color: #fff;
    font-size: 27px;
    border-radius: 0px;
    margin-top: 15px;
    transition: all 0.4s;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: left;
    padding: 16px 16px;
}
.contact-us-inner-left input.submit.btn.btn-submit-form:hover {
    background: #fff;
    border: 1px solid #303030;
    color:#000;
    transition: all 0.4s;
}
.contact-content {
    float: left;
    width: 100%;
}
.contact-content h5{
  float:left;
}
.contact-content p{
  float:right;
  text-align: right;
}
.contact-box {
    flex: 1;
}
.contact-box .contact-content {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.top-text {
    float: left;
    width: 100%;
}
.top-text p {
    float: left;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}
.top-text p.bold {
    font-weight: 600;
}



/* ========== CONTACT STYLES // END ========== */

/* ========== subscribe STYLES // START ========== */
section.subscribe {
    float: left;
    width: 100%;
    background: url(../images/sub.png)no-repeat center;
    height: 213px;
}
.sub-text {
    float: right;
    width: 70%;
}
.sub-left{
  float:left;
  width:70%;
  padding-top: 112px;
  box-sizing: border-box;
}
.sub-left h2{
font-size: 27px;
    font-weight: bold;
    color: #000;
}
.sub-right{
  float:right;
  padding-top: 112px;
  box-sizing: border-box;
}
.sub-right a {
    color: #fff !important;
    font-size: 27px;
    font-weight: 400;
    background: #000;
    float: left;
    box-sizing: border-box;
    padding: 11px 33px;
	margin-right:10px;

}
.sub-right a:hover{
  text-decoration:underline;
}
/* ========== subscribe STYLES // END ========== */

/* ========== feature-bottom STYLES // START ========== */
section.feature-bottom {
    float: left;
    width: 100%;
    background: #2dc4fc;
    height: 112px;
    margin-top: 14px;
}
section.feature-bottom ul {
    list-style: none;
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    margin-bottom: 0;
}
section.feature-bottom ul li {
    float: left;
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    width: 33.33%;
    background: url(../images/right-line.png) no-repeat right;
    padding-left: 35px;
    color: #000;
    letter-spacing: -.8px;
}
section.feature-bottom ul li:first-child{
  padding-left:0;
}
section.feature-bottom ul li:last-child{
  background:none;
}
section.feature-bottom ul li span{
    font-size: 27px;
    font-weight: 400;
    font-style: normal;
    color: #000;
}

/* ========== feature-bottom STYLES // END ========== */



/* ========== Brands STYLES // START ========== */

.brands {
    width: 100%;
    float: left;
	padding-top: 30px;
    padding-bottom: 30px;
    transition: all 0.4s;
    position: relative;
}
.products .brands {
    position: initial;
}
.thumbnail-brand img{
  position:relative;
  z-index:-1;
}
.thumbnail-brand a {
     -moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 9px 5px inset; 
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 9px 5px inset;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 9px 5px inset;
    -webkit-transition: box-shadow 0.2s ease-in;
    -moz-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
    display: inline-block;
}
.thumbnail-brand a:hover{
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 9px 5px inset; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 9px 5px inset;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 9px 5px inset;
	-webkit-transition: box-shadow 0.2s ease-in;
	-moz-transition: box-shadow 0.2s ease-in;
	transition: box-shadow 0.2s ease-in;
}
.brands .sect-title {
    margin-top: 25px;
    margin-bottom: 45px;
    transition: all 0.4s;
}
#goToPrevSlide4 {
    bottom: 0;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    width: 29px;
    height: 52px;
    text-indent: -9999px;
    display: block;
    cursor: pointer;
    position: absolute;
    background: url(../images/featured-product-prev.png) no-repeat center center;
}
#goToNextSlide4 {
     transform: translateY(-50%);
    top: 50%;
    right: 0px;
    width: 29px;
    height: 52px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    cursor: pointer;
    background: url(../images/featured-product-next.png) no-repeat center center;
}

.brands .brands-img-container {
    width: 100%;
    float: left;
    transition: all 0.4s;
    position: relative;
}

.brands .brand-img {
  width: 100%;
  height: 117px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  padding: 10px;
   transition: all 0.4s;
}

/* ========== Brands STYLES // END ========== */

/* ========== FAQ STYLES // START ========== */
/* ========== FAQ STYLES // START ========== */
.faq-right{
  float:right;
  width:70%;
}

.accordion {
display: block;
    color: #000;
    font-size: 19px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 18px;
    padding-bottom: 17px;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    font-family: Montserrat, sans-serif;
    cursor: pointer;
    background: #f2f2f2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    outline: none !important;
}

.faq-right .active, .faq-right .accordation:focus, .faq-right .accordion:hover {
    background-color: #e8e8e8;
    outline: none !important;
}

.accordion:after {
    content: '\002B';
    color: #000;
    float: right;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 27px;
    line-height: 1;
}

.faq-right .active:after {
    content: "\2212";
}

.panel {
    padding: 0px 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/* ========== FAQ STYLES // START ========== */


/* ========== Listing Page STYLES // START ========== */

.gallery-container {
  width: 100%;
  float: left;
  margin-top: 8px;
  background: #fff;
  box-sizing: border-box;
  padding-bottom: 19px;
}
.gallery-container .content {
    padding-left: 0;
    padding-right: 0;
}
.gallery-images {
    float: left;
    width: 50%;
    margin-top: 25px !important;
    padding-right: 2%;
}
.big-image img {
    width: 390px;
    margin: auto;
	height:auto;
	max-height:390px;
}
.big-image {
    float: right;
    width: 100%;
    height: 392px;
    border: 1px solid #d0d0d0;
    margin-bottom: 15px;
}
.small-images {
    float: left;
    width: 20%;
    padding: 0 5px;
}
.thumb-image {
	padding: 10px;
    border: 1px solid #d0d0d0;
    margin-bottom: 10px;
}
p.stock {
    position: absolute;
    right: 0;
    top: 4px;
    background: #5cb85c;
    font-size: 12px;
    color: #fff;
    width: 60px;
    height: 20px;
    text-align: center;
    padding-top: 3px;
    box-sizing: border-box;
}
.top-detail {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 43px;
    box-sizing: border-box;
    position: relative;
}

/*
.top-detail * {
	clear:both;
}
*/

.gallery-detail {
      width: 50%;
    float: right;
    margin-top: 26px;
    border-top: 1px solid #ccc;
    max-width: 591px;
}
.gallery-detail .row {
	 clear:both;
 }

.gallery-detail hr {
	display:none;
}
.gallery-detail h1 {
    float: left;
    width: 100%;
    font-size: 25px;
    font-weight: 500;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    line-height: 30px;
    margin-top: 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
    transition: all 0.4s;
}
.gallery-detail h2 span {
    font-size: 13px;
    font-weight:400;
    transition: all 0.4s;
}
img.pre {
    margin-top: 10px;
    float: left;
}
.gallery-detail h2 {
    font-size: 33px;
    line-height: 25px;
    margin-top: 0px;
    float: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
    width: 100%;
        transition: all 0.4s;
}
.gallery-detail p.price {
    font-size: 31px;
    font-weight: 500;
    color: #f40117;
    font-family: "Montserrat", sans-serif;
    float: left;
    margin-top: 10px;
    box-sizing: border-box;
    letter-spacing: -0.1px;
    transition: all 0.4s;
    margin-left: 17px;
}
.gallery-detail span.label.label-default.old-price {
    font-size: 15px;
    font-weight: 500;
    color: #898989;
    font-family:"Montserrat", sans-serif;
    background: none;
    text-decoration: line-through;
    padding-right: 12px;
    float: left;
    margin-top: 19px;
    margin-left: 23px;
    transition: all 0.4s;
    width: 100%;
}
p.line-text {
    float: left;
    clear: left;
    margin-top: 20px;
    color: #000;
    font-weight: 600;
    transition: all 0.4s;
}
.quantity {
    float: left;
    margin-top: 20px;
    transition: all 0.4s;
    width: 100%;
}
span.listing-qty {
    float: left;
    margin-top: 24px;
    margin-right: 15px;
    font-size: 18px;
}
.gallery-detail .btn-add-to-cart {
    background: #000;
    font-size: 22px;
    color: #fff;
    height: 56px;
    font-weight: 400;
    float: right;
    width: 296px;
    border-radius: 0px;
    transition: all 0.4s;
    cursor:pointer;
    border: 1px solid #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.top-detail .btn-block {
    background: #000;
    font-size: 22px;
    color: #fff;
    height: 56px;
    font-weight: 400;
    float: right;
    width: 296px;
    border-radius: 0px;
    transition: all 0.4s;
    cursor:pointer;
    border: 1px solid #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.mid-btn {
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}
a.left-yell {
    float: left;
    width: 48%;
    height: 54px;
    background: #2dc4fc;
    display: block;
    color: #000;
    font-size: 22px;
    padding-top: 15px;
    box-sizing: border-box;
    text-align: center;
}
a.left-yell:hover{
  background:#000;
  color:#fff;
}
a.right-yell:hover {
 background:#000;
  color:#fff;

}
a.right-yell {
    float: right;
    width: 48%;
    height: 54px;
    background: #2dc4fc;
    display: block;
    color: #000;
    font-size: 22px;
    padding-top: 15px;
    box-sizing: border-box;
    text-align: center;
}
.gallery-detail .btn-add-to-cart:hover{
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
.quantity input.input-text.qty.text {
    width: 75px;
    text-align: center;
    padding: 22px 10px;
    border: 1px solid #dfdfdf;
    height: 30px;
    transition: all 0.4s;
    float: left;
    margin-top: 10px;
}
img.small-logo {
    float: left;
    margin-top: -8px;
    transition: all 0.4s;
}
.bg-desc-cat h3 {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.bg-desc-cat p {
    color: #d2d2d2;
    font-size: 10px;
}
p.line-text span.red-value{
  color:#f40117;
      transition: all 0.4s;
}
.gallery-detail .desc {
    width: 100%;
    float: left;
    padding: 0px 5px 10px 0px;
    box-sizing: border-box;
    margin-top: 1px;
    transition: all 0.4s;
}
.bg-desc {
    float: left;
    width: 100%;
    background: #f1f1f1;
    height: auto;
}
.bg-desc-cat {
    float: left;
    width: 32%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}
img.sm-logo-img-lis {
    margin: auto;
}
.gallery-detail ul {
    list-style: none;
    float: left;
    margin-top: 0;
}
.gallery-detail a.heart-link {
    float: right;
    margin-top: 15px;
    color: #1f1c51;
    margin-right: 151px;
    font-size: 14px;
    clear: right;
    background: none;
    border: none;
    box-shadow: none !important;
	display:none;
}
.gallery-detail a.heart-link-2 {
    float: left;
    margin-top: 15px;
    color: #1f1c51;
    background: url(../images/heart.png)no-repeat left;
    font-size: 15px;
    padding-left: 30px;
    background-size: 19px;
  }
.listing-social-link {
    float: right;
    width: 100%;
    max-width: 263px;
}
.listing-social-link ul {
    list-style: none;
    float: left;
}
.listing-social-link ul li{
    float: left;
    padding-left:18px;
    cursor: pointer;
}
.listing-social-link ul li:first-child{
  padding-left:0;
}
.gallery-top {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.gallery-top-left {
    float: left;
}
.gallery-top-right img {
    float: right;
}
.gallery-top-right {
    float: left;
    width: 30%;
}
.gallery-top-left h3{
  font-size:27px;
  font-weight:500;
}
.gallery-top-left p{
  font-size:22px;
  font-weight:500;
  color:#757575;
}
span.nbr-one {
    font-size: 14px;
	display:block;
    font-weight: 400;
    color: #000;
    box-sizing: border-box;
    padding-top: 3px;
    padding-bottom: 3px;
}

/* 
.tabs {
  width: 100%;
  float: left;
  margin-top: 52px;
  box-sizing: border-box;
}

.tabs:after {
  content: '';
  display: table;
  clear: both;
}

.tabs input[type=radio] {
  display: none;
}

.tabs label {
  float: left;
  font-size: 19px;
  font-weight: 500;
  color: #000;
  font-family: "Montserrat", sans-serif;
  height: 45px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  background: #e3e3e1;
  text-transform:  uppercase;
  padding-left:  5px;
  padding-right: 5px;
  border-top: 1px solid #e3e3e1;
  border-left: 1px solid #e3e3e1;
  border-right: 1px solid #e3e3e1;
  margin-right: 0.1%;
  position: relative;
  top: 1px;
}

.tabs .tab1,
.tabs .tab2,
.tabs .tab3,
.tabs .tab4,
.tabs .tab5,
.tabs .tab6 {
  width: 24.9%;
}

.tabs [id^="tab"]:checked + label {
    color: #000;
    background: #fff;
    font-size: 20px;
}

.tab-content {
  display: none;
  width: 100%;
  float: left;
  padding: 27px 15px 25px 15px;
  min-height: 168px;
  box-sizing: border-box;
  border: 1px solid #e3e3e1;
  background: #fff;
}

.tab-content-text {
  width: 100%;
  float: left;
  padding: 0 3.8% 4px 3%;
  box-sizing: border-box;
}


#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3,
#tab4:checked ~ #tab-content4,
#tab5:checked ~ #tab-content5,
#tab6:checked ~ #tab-content6 {
  display: block;
}

.tab-content * {
  -webkit-animation: scale 0.7s ease-in-out;
  -moz-animation: scale 0.7s ease-in-out;
  animation: scale 0.7s ease-in-out;
}

.tab-content h1, .tab-content h2, .tab-content h3, .tab-content h4, .tab-content h5  .tab-content h6 {
  color: #111111;
  margin: 15px 0px;
  letter-spacing: 1px;
}

.tab-content h1 {
  font-size: 26px;
}

.tab-content h2 {
  font-size: 24px;
}

.tab-content h3 {
  font-size: 22px;
}

.tab-content h4 {
  font-size: 20px;
}

.tab-content h5 {
  font-size: 18px;
}

.tab-content h6 {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  font-family: "Roboto", sans-serif;
  line-height: 28px;
  margin-bottom: 28px;
}

.tab-content p {
  padding: 5px 0;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
  letter-spacing: 0.1px;
}
*/
p.bold-tab {
    margin-bottom: 0px;
    line-height: 25px;
    font-weight: 500;
}
.two-note p {
    font-size: 16px;
    color: #ff0000 !important;
    line-height: 20px;
    margin-bottom: 0;
    font-weight: 500;
}

.two-note {
    float: left;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 20px;
}


.tab-content #description {
	font-size: 16px !important;
	color: #111111 !important;
	line-height: 30px !important;
	font-family: "Roboto", sans-serif !important;
	letter-spacing: 0.1px !important;
}

.tab-content p,
.tab-content a {
  color: #111111;
}

.tab-content ol, .tab-content ul {
  margin-left: 4px;
  font-size: 16px;
  color: #111111;
  line-height: 30px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1px;
}

.tab-content ol ol li {
  list-style-type: lower-alpha;
}

.tab-content ol ol ol li {
  list-style-type: lower-roman;
}

.tab-content ul {
  list-style-type: none;
  padding-bottom: 6px;
}

.tab-content ul ul li {
  list-style-type: circle;
}

.tab-content ul ul ul li {
  list-style-type: square;
}

@keyframes scale {
  0% { 
  transform: scale(0.9);
  opacity: 0;
    }

  50% {
  transform: scale(1.01);
  opacity: 0.5;
    }

  100% { 
  transform: scale(1);
  opacity: 1;
  }
}


.full {
    float: left;
    width: 100%;
}
.tab-table {
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 40px;
}

.tab-table .table {
  /**
   * Makes all columns equal width.
   * Then we override the first column to be only 10% width.
   * The other columns stay equally wide.
   */
  table-layout: fixed;
  width: 100%;
  border: 1px solid #b7b7b7;
  max-width: 718px;
}

.tab-table .table td,
.tab-table .table th {
  padding: 8px 14px;
  text-align: left;
  border-right: 1px solid #b7b7b7;
  border-bottom: 1px solid #b7b7b7;
  background-color: #fff;
  font-size:  14px;
  color: #000000;
}

.tab-table .table td:first-child,
.tab-table .table th:first-child {
  /* width: 13.5%; */
}

.tab-table .table td:last-child,
.tab-table .table th:last-child {
  border-right: none;
}

.tab-table .table th {
  background-color: #f6f6f6;
  border-bottom: 1px solid #e3e3e1;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  padding: 11px 14px;
}

.tab-table .table tbody tr:nth-child(even) {
  background-color: #e8f8ff;
}


.productdetails table {
	width: 768px !important;
}

.productdetails table td {
    padding: 5px;
}

.productdetails table td,
.productdetails table td span,
.productdetails table td span strong {
    font-family: Montserrat, sans-serif !important;
    font-size: 16px !important;
	font-weight:300 !important;
	text-align:left !important;
	background-color:none !important;
	background:none !important;
	color:#000 !important;
}

.productdetails table tr:nth-child(even) {
    background-color: #fafafa;
}

/* ========== Listing Page STYLES // END ========== */







/* ========== Footer STYLES // START ========== */

footer {
  width: 100%;
  float: left;
  background: #303030;
  transition: all 0.4s;
  -webkit-text-size-adjust: 100%;
  -webkit-text-size-adjust: none;
}
footer .footer-top {
  width: 100%;
  float: left;
  /* background: #e9e9e6; */
  padding-top: 28px;
  padding-bottom: 1px;
  transition: all 0.4s;
}
.sect-links ul li {
    color: #fff;
    line-height: 25px;
    font-size: 14px;
}
footer .footer-top .sect-links {
  width: 19.5%;
  float: left;
  padding-right: 10px;
  margin-bottom: 30px;
  box-sizing:  border-box;
  transition: all 0.4s;
}
img.insta {
    padding-top: 3px;
    box-sizing: border-box;
}
.social-links ul li {
    float: left;
    padding-left: 15px;
    box-sizing: border-box;
}
img.dotted {
    padding-top: 8px;
    box-sizing: border-box;
}
img.twtr {
    padding-top: 4px;
}
.social-links ul li:first-child{
  padding-left:0;
}
footer .footer-top .sect-links.sect-links-large {
  width: 35%;
   transition: all 0.4s;
}
.sect-links.sect-links-large p {
    font-size: 14px;
    font-weight: 500;
    color: #464646;
}
footer .footer-top .sect-links.sect-links-large .email-container {
    width: 100%;
    position: relative;
    float: right;
    margin-top:23px;
}
footer .footer-top .sect-links.sect-links-large .usremail {
    width: 100%;
}

footer .footer-top .sect-links.sect-links-large input.usremail {
    height: 54px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #c4c4c4;
    font-size: 19px;
    font-weight: 400;
    padding-left: 15px;
    box-sizing: border-box;
}
footer .footer-top .sect-links.sect-links-large .btn-signup {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background: #0748ab;
    height: 53px;
    font-family: "Montserrat", sans-serif;
    line-height: 53px;
    width: 100px;
    text-align: center;
    cursor: pointer;
}

footer .footer-top h4 {
        font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 31px;
    transition: all 0.4s;
    font-family: Montserrat, sans-serif;
}

footer .footer-top ul {
  list-style: none;
  float: left;
  width: 100%;
}

footer .footer-top .sect-links-large ul {
  width: 50%;
   transition: all 0.4s;
}
footer .footer-top ul li a {
       font-size: 14px;
    font-weight: 400;
    color: #fff !important;
    line-height: 28px;
    transition: all 0.4s;
    font-family: Roboto, sans-serif;
}



footer .footer-top .est-img {
  margin-left: auto;
  margin-right: auto;
  transition: all 0.4s;
}
footer .footer-top ul li a:hover {
text-decoration:underline;
color:#2dc4fc !important;

}
footer .footer-bottom {
    width: 100%;
    float: left;
    background: #000000;
    padding-top: 6px;
    transition: all 0.4s;
    height: 50px;
    box-sizing: border-box;
}

footer .footer-bottom .copyrights {
    float: left;
    font-size: 13px;
    font-weight: 300;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    margin-top: 9px;
    transition: all 0.4s;
}
.copy-company p {
    font-size: 13px;
    color: #303030;
    margin-bottom: 15px;
    float: left;
}
.footer-bottom {
    float: left;
    width: 100%;
    height: 50px;
    background: #000;
}
.copy-company {
    float: left;
    width: 100%;
    height: 48px;
    padding-top: 15px;
    box-sizing: border-box;
}
.payment-info {
    float: right;
    padding: 6px 0;
    box-sizing: border-box;
}
.payment-info li {
    float: left;
    width: 60px;
    margin: 0 3px;
    background: #fff;
    padding: 5px;
    list-style: none;
    margin-bottom: 0;
    border-radius: 3px;
}
.copyrights {
    float: left;
    padding-top:19px;  
    box-sizing:border-box;
}
.copyrights span {
    font-size: 14px;
    color: #fff;

  }
.copy-company a {
    font-size: 13px;
    color: #000;
}
.copy-company a:hover {
 text-decoration:underline;
}
footer .footer-bottom .payment-info {
  float: right;
  transition: all 0.4s;
}
.footer-social-links {
    width: 100%;
    border-radius: 4px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: end;
    height: 35px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 0.53571%;
    float: left;
    margin-bottom: 9px;
    transition: all 0.4s;
}
.footer-inner-content h5 {
    font-size: 14px;
    font-weight: 400;
    color: #1f1c51;
    font-family: "Roboto", sans-serif;
    letter-spacing: -0.8px;
    transition: all 0.4s;
}
.footer-inner-content a {
    font-size: 14px;
    font-weight: 400;
    color: #1f1c51;
    font-family: "Roboto", sans-serif;
    letter-spacing: -0.8px;
    transition: all 0.4s;
}
.footer-icon img {
    width: 19px;
    margin-right: 8px;
}
.footer-social-links  .feature-content {
    padding-left: 8px;
    transition: all 0.4s;
}
/* ========== Footer STYLES // END ========== */



/* ========== brand STYLES // start ========== */

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    position: relative;
    text-align: center;
    margin-bottom: 0;
	clear:both;
}
.pager li {
    display: inline;
}
.pager > li > a:hover, .pager > li > a:focus {
    color: #000;
    background: #2dc4fc;
    border-color: #2dc4fc;
}
.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    color:#000;
}
.pager > li.active > a {
    color: #000;
    background: #2dc4fc;
    border-color: #2dc4fc;
}
.pager > li > a {
      margin-bottom: 5px;
    border-color: #e5e9ef;
    cursor: pointer;
}
.brand-box-center {
    margin: auto;
    max-width: 950px;
}
.thumbnail-brand {
    padding: 0 10px;
    margin-bottom: 20px;
    text-align: center;
    float: left;
    width: 170px;
}
/* ========== brand STYLES // END ========== */



.fa-inverse {
    color: #2dc4fc !important;
}


.brands-list ul li {
       padding: 0 10px;
    margin-bottom: 20px;
    text-align: center;
    float: left;
    display: inline-block;
}
.brands-list ul li a {
    padding: 20px;
    -moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 9px 5px inset;
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 9px 5px inset;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 9px 5px inset;
    -webkit-transition: box-shadow 0.2s ease-in;
    -moz-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
    display: inline-block;
    width: 170px;
    border: 1px solid #ccc;
    color: #333;
    font-size: 20px;
    text-transform: uppercase;
}
.brands-list ul li a:hover {
        -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 9px 5px inset;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 9px 5px inset;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 9px 5px inset;
    -webkit-transition: box-shadow 0.2s ease-in;
    -moz-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
    text-decoration: none;
}
.featured-brands img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    object-position: center;
}


#result {
    font-size: 16px;
    float: left;
    width: 100%;
    margin-top: 25px;
    text-transform: uppercase;
}



nav.page {
    display: block;
    background: #f0f0f0;
    border-bottom: none;
    margin-top: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.pagination {
    margin-bottom: 0;
}

ul.pagination li {
        margin: 0 5px;
}

.search-main {
    display: none;
}

.subscribe-wrap {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 50px;
}

.subscribe-wrap .usremail {
    padding: 12px;
    border: 2px solid #4c4c4c;
    width: 60%;
    vertical-align: middle;
}
.subscribe-wrap .btn-signup {
    padding: 9px;
    width: 130px;
    background: #2dc4fc;
    color: #000;
    font-size: 20px;
    vertical-align: middle;
    cursor: pointer;
    border: 2px solid #4c4c4c;
}
.subscribe-wrap .input-group {
    position: relative;
    display: block;
    border-collapse: separate;
}
.catalogue-single-cat .brand-main {
        margin-top: 10px;
    height: 50px;
    position: relative;
}
.catalogue-single-cat .brand-main img {
        width: 100px;
    margin: 0 auto !important;
    vertical-align: middle;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.tab-wrapper {
    float: left;
    width: 100%;
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;

}
.products-listing {
    float: left;
    width: 100%;
    margin-top: 40px;
}





    #compat_list {
        width: 100%;
    }

    .part-select {
       float: left;
    width: 100%;
    margin-bottom: 26px;
    }

    .part-select > select {
    float: left;
    width: 100%;
    height: 46px;
    border: 1px solid #dddcdc;
    padding-left: 10px;
    font-size: 15px;
    color: #1f1c51;
    -webkit-appearance: none;
    transition: all 0.4s;
    font-weight: 400;
    box-shadow: none !important;
    text-transform: uppercase;
    max-width: 100%;
    }

    .parts-finder-title {
        margin-bottom: 0;
    }

    .parts-finder-title i {
        margin-right: 5px;
    }
    #compat_list button {
    margin-top: 6px;
    background: #000;
    font-size: 20px;
    font-weight: 400;
    width: 195px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    border: none;
    padding: 12px 0;
    }

    span.loading_span {
        display: none;
    }






/* ========== RESPONSIVE STYLES // START ========== */


@media (max-width: 1655px) {
    .sub-menu ul li {
        width: 22.7%;
    }
}


@media (max-width: 1380px) {
    .sub-menu .lev1 li a {
		font-size:16px;
	}

}




@media (max-width: 1280px) {
    .content {
        padding-left: 15px;
        padding-right: 15px;
    }
	
	nav .menu li a {
		font-size:14px;
	}
	
    .sub-menu .lev1 li a {
		font-size:15px;
	}
	
	.sub-menu {
		padding:2% 1%;
	}
}

@media (max-width: 1200px) {
    
    section.feature-bottom ul li {
    font-size: 25px;
        padding-left: 20px;
}

section.feature-bottom ul li span {
    font-size: 24px;
}
    
    
.banner .content {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing:border-box;
}
img.right-btm-banner {
    float: right;
    margin-top: 10px;
}
.sm-categories .cat-single {
    width: 50%;
    padding: 7px 11px;
}
section.categories .content {
    padding-left: 15px;
    padding-right: 15px;
}
.sm-categories .cat-single:nth-child(2n+1) {
    margin-right: 0;
}
}
@media (max-width: 1100px) {
    
    .sub-text {
		float: right;
		width: 80%;
    }
    }

@media (max-width: 1050px) {

  .gallery-detail ul li {
    padding-left: 8px;
    padding-right: 8px;
  }
  .sub-menu .lev1 li a {
    font-size: 14px;
}
}

@media (max-width: 1024px) {
  .cat-left-side {
    width: 100%;
}
  .cat-right-side {
    width: 100%;
}
.right-catalogue-cats {
    float: right;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px
}

.sub-text {
    float: right;
    width: 75%;
}
.sub-left h2 {
    font-size: 24px;
}
.sub-right a {
    font-size: 22px;
    padding: 11px 25px;
}


.products .product-title {
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    overflow: hidden;
}

.products .product-price {
    margin-bottom: 14px;
    min-height: 30px;
}

.brands .sect-title {
	margin-top:20px;
}

#goToPrevSlide,
#goToNextSlide {
	display:none;
}
.sub-menu .lev1 li a {
    font-size: 13px;
}
}

@media (max-width: 980px){
    .contact-content p {
    float: left;
    text-align: left;
    width: 100%;
}
    .cross-btn {
        display: block;
    }
    .content.finder {
        position: initial;
    }
    .payment-info li {
            margin: 0 2px 8px 2px;
    }
    .copyrights span {
    font-size: 12px;
}

    section.feature-bottom ul li {
        font-size: 22px;
    }
    section.feature-bottom ul li span {
    font-size: 20px;
    }
    .mobile li i {
    float: right;
    color: #fff;
    font-size: 12px;
    margin-top: 10px;
    display: block !important;
}
    .fix-header {
    position: initial;
}
    .search-main {
        display: block;
    }
    .search-main .search-field {
            width: 80%;
    height: 44px;
    font-size: 16px;
    box-sizing: border-box;
    float: left;
    border-radius: 10px;
    padding: 0 10px;
    }
span.top-sm-img {
    float: none;
    margin-top: 0px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    top: 6px;
}
.parts-finder-detail {
    height: auto;
    max-width: 100%;
    width: 100%;
    display: none;
    right: unset;
    left: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    overflow-y: auto;
}
br.top-ones {
    display: none !important;
}
nav .menu li.partsfinder {
    border-right: none;
    width: 100%;
    text-align: center !important;
	border: 1px solid #2dc4fc;
}
nav .menu li:last-child a {
    width: auto !important;
    margin: 0 auto;
    width: 170px !important;
    float: none;
    cursor: pointer;
}

.sub-menu .lev1 li:last-child a {
	width:auto;
	margin:0;
}

nav .menu li:last-child a img {
   display: initial;
    margin-right: 12px; 
}
   nav .burgermenu {
    display: block;
    width: 100px;
    float: left;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 13px 0 5px;
  }

  nav .burgermenu img {
    display: inline-block;
    width: 22px;
    margin-right: 5px;
  }

  .menu,
  .closemenu {
    display: none;
  }

  nav .menu {
    width: 100%;
    float: left;
    padding-top: 10px;
    display:  none;
    height:  auto;
    padding-bottom: 25px;
    box-sizing: border-box;
  }

nav .menu li {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    height: auto;
    line-height: unset;
    display: block;
    border-right: none;
    text-align: center !important;
}

  nav .menu li:last-child {
    height: 44px;
  }
nav .menu li br {
    display: none;
}
  nav .menu li a {
    display: block;
    height: 40px;
    line-height: 32px;
    padding-right:  0;
    border-right: none;
    font-size: 15px;
    font-weight: 600;
  }

  nav .closemenu {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 16px;
    padding: 5px 9px;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    right: 15px;
  }

  nav input[type=checkbox]:checked ~ .menu,
  nav input[type=checkbox]:checked ~ .burgermenu .closemenu {
    display: block;
  }
nav .sub-menu {
    position: static;
    width: 100%;
    padding: 0;
    max-width: 100%;
    height: auto;
    padding-bottom: 19px;
}
.sub-menu .lev1 li a{
  text-align: center !important;
}
.sub-menu ul {
text-align: center !important;
    width: 100%;
    background: #0c0c0c;
}
  .gallery,
  .gallery-detail {
    width: 100%;
    max-width:100%;
  }

  .gallery, .gallery-detail {
    margin-top: 30px;
  }
.gallery-images {
    width: 100%;
    max-width: 100%;
}


  .tab-table {
    width: 100%;
    overflow: scroll;
  }

  .tab-table .table {
    width: 920px;
    overflow: scroll;
  }
.cart-product {
    float: left;
    width: 100%;
    position: relative;
    transition: all 0.4s;
    margin-bottom: 18px;
}
.cart_totals {
    float: right;
    width: 100%;
    transition: all 0.4s;
    margin-bottom: 15px;
}

  .logo {
    float: none;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
    .logo img {
    margin: auto;
  }
  .top-social-link {
  display: none;
}
.nav-search-toggle {
    display: none;
}
.search-main {
    float: none;
    margin: auto;
    clear: both;
    position: absolute;
    bottom: 0;
    border-radius: 0;
    height: auto;
    border: none;
    margin-bottom: 15px;
    left: 0;
    right: 0;
}
.search-main form{
     width: 94.5%;
    border-radius: 7px;
    height: 46px;
    border: 1px solid #000;
    margin: auto;

}
.visible-xs{
    display: block!important;
}
nav {
    float: left;
    width: calc(100% - 30px);
    background: #000;
    position: relative;
    transition: all 0.4s;
    margin-top: -12px;
    clear: both;
    margin-left: 15px;
    border-bottom: none;
    z-index: 999;

}
header {
    padding-bottom: 80px;
    box-sizing: border-box;
}
.right-links {
    display: none;
}
.top-bar {
    display: none;
}
nav .sub-menu ul li {
    padding: 5px;
    box-sizing: border-box;
	margin-left: 10px;
}

.search-main .search-btn {
    height: 47px;
    background: url(../images/search-black-one.png) no-repeat center center;
    position: static;
    cursor: pointer;
    border-radius: 0px 7px 7px 0px;
    float: right;
    width: 9%;
    margin-top: 0;
    margin-right: 0;
    transition: all 0.4s;
}
.gallery-container .content {
    padding-left: 15px;
    padding-right: 15px;
}
.gallery-top-right img {
    float: none;
    margin: auto;
}
.gallery-top-left {
    width: 100%;
    margin-bottom: 16px;
}
.gallery-top-right {
    width: 100%;
}

.sub-menu .lev1 li a {
	color:#fff !important;
	font-size:14px !important;
	font-weight: 400 !important;
}

nav .menu li a,
.sub-menu .lev1 li a {
	text-align:left !important;
}

.catalogue-single-cat {
	width:33.3%;
}

}
@media (max-width: 900px){
    .contact-us-right {
    width: 100%;
    transition: all 0.4s;
}
    .side-bar {
        width: 100%;
        margin-right: 0;
    }
    .sub-text {
    width: 85%;
}
    
    .footer-bottom {
    float: left;
    width: 100%;
    height: auto;
}
.copyrights {
    padding-top: 8px;
    width: 100%;
    text-align: center;
}
.copyrights span {
    font-size: 14px;
}
.payment-info {
    width: 100%;
    text-align: center;
}
section.feature-bottom {
    height: auto;
}
section.feature-bottom ul li {
    font-size: 20px;
        padding-left: 12px;
}
section.feature-bottom ul li span {
    font-size: 18px;
}
.payment-info li {
    display: inline-block;
    float: none;
}
footer .footer-top .sect-links {
    width: 32.5%;
}
footer .footer-top .sect-links:nth-child(4n) {
    clear: left;
}
.faq-right {
    width: 100%;
}
.checkout-left {
   width: 100%;
}
.checkout-right {
    width: 100%;
}
.bottom-checkbox-left {
    width: 100%;
}
.bottom-checkbox-right {
    width: 100%;
}
.checkout-top-link {
    height: auto;
    padding-bottom: 10px;
}
#goToNextSlide3 {
    right: 19px;
}
#goToPrevSlide3 {
    left: 19px;
}
#goToNextSlide2{
 right: 19px;
  }
#goToPrevSlide2 {
    left: 19px;
}

.catalogue-single-cat {  
    width: 33.33%;
}
.copyrights span {
    font-size: 12px;
}
}
@media (max-width: 800px){
  .banner .banner-container {
    width: 100%;
}
.sm-form-blue {
    width: 100%;
    margin-top: 15px;
}

}
@media (max-width: 768px){
    
    section.feature-bottom ul li {
    font-size: 26px;
    padding-left: 0;
    width: 100%;
    background: none;
    text-align: center;
    margin-bottom: 25px;
}


section.feature-bottom ul li:last-child {
    background: none;
    margin-bottom: 0;
}
    section.feature-bottom ul li span {
        margin-top: 10px;
}
    
    .tabbable {
        width: 100%;
    }

  .tabs .tab1, .tabs .tab2, .tabs .tab3, .tabs .tab4, .tabs .tab5, .tabs .tab6 {
    width: 100%;
  }
  .bottom-checkbox-right {
    margin-top: 0px;
}
.woocommerce-checkout-payment {
    margin-top: 10px;
}
.catalogue-single-cat {
    width: 50%;
}
.contact-left {
    float: left;
    width: 100%;
}
.contact-right {
    float: left;
    width: 100%;
}
section.subscribe {
    float: left;
    width: 100%;
    background: #2dc4fc;
    height: auto;
}
.sub-text {
    float: right;
    width: 100%;
}
.sub-left {
    float: left;
    width: 100%;
    padding-top: 40px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
.sub-right {
    float: right;
    width: 100%;
    padding-top: 15px;
    box-sizing: border-box;
    padding-bottom: 15px;
}
.sub-right a {
    float: left;
    text-align: center;
    margin: auto;
    display: block;
    width: 100%;
}
.contact-us-inner-left {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.contact-us-inner-right {
    width: 100%;
    padding-left: 15px;
}
.products .product-border {
    height: auto;
    padding-bottom: 15px;
    box-sizing: border-box;
}

.card-body .productdetails {
    width: 100%;
    overflow: scroll;
}
}

@media (max-width: 736px){


  .quick-links-top ul li a {
    padding-left: 9px;
    padding-right: 9px;
  }

  .quick-links-top ul li:first-child a {
    padding-left: 0;
  }

  .features-main .feature-box {
    width: 49%;
    margin-right: 2%;
  }

  .features-main .feature-box:nth-child(2n) {
    margin-right: 0;
  }
.cat-parts .cat-single {
    float: left;
    width: 100%;
    margin-right: 0;
}

}
@media (max-width: 667px){
  .subscribe .sub-container {
    padding-top: 30px;
  }

footer .footer-top .sect-links:nth-child(4n) {
clear: none;
}
footer .footer-top .sect-links {
    width: 49%;
}

.quick-links-top {
    margin-bottom: 15px;
}
.categories .cat-single {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 1%;
    
}
.categories .cat-single.right-one {
    width: 100%;
    margin-left: 0%;
    margin-right: 0;
}
.categories .cat-single-bg .cat-content {
    width: 100%;
    max-width: 90%;
}
.cat-single img {
    width: 100%;
}
.sm-categories .cat-single.four-one {
     float:left; 
     margin-right: 0;
     clear:unset;
}
.sm-categories .cat-single {
    float: left;
    width: 49.333%;
    margin-right: 1.333%;
    margin-bottom: 1.333%;
    position: relative;
}

.sm-categories .cat-single:nth-child(2n+1) {
        margin-right: 0;
    padding-right: 0;
    padding-left: 0;
}

.sect-title {
    margin-bottom: 20px;
    margin-top: 20px;
}
.categories .cat-single-bg {
    margin-top: 0px;
}
.categories .cat-single {
    margin-bottom: 10px;
}
.sm-categories .cat-single {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
.products {
    padding-top: 0px;
}
.tabs.faq a.tab {
    font-size: 11px;
    padding-right: 35px;
    background-size: 9px;
    line-height: 16px !important;
    padding-top: 5px;
    padding-bottom: 5px;
}
a.tab.line span br {
    display: none;
}
#tab-content44:not(:target) ~ #tab-content33:not(:target) ~ #tab-content22:not(:target) ~ a:nth-of-type(1), #tab-content44:target ~ a:nth-of-type(4), #tab-content33:target ~ a:nth-of-type(3), #tab-content22:target ~ a:nth-of-type(2) {
  background-size: 9px;
  
}



}

@media (max-width: 640px){
  a.right-yell, a.left-yell {
      font-size: 18px;
}

.checkout-left p.form-row.form-row-first {
    float: left;
    width: 100%;
    display: block;
    transition: all 0.4s;
    clear: left;
}
.checkout-left p.form-row.form-row-last {
    float: left;
    width: 100%;
    display: block;
    transition: all 0.4s;
    clear: left;
}
.bottom-checkbox-right {
    margin-top: 0px;
}
.woocommerce-checkout-payment {
    margin-top: 10px;
}
.big-image {
    float: none;
    width: 100%;
    margin: auto;
}
.big-image img {
    width: 390px;
    margin: auto;
}

.thumb-image {
    margin-right: 5px;
    float: left;
    margin-top: 10px;
}
.quantity {
    float: left;
    margin-top: 20px;
    transition: all 0.4s;
}
footer .footer-bottom {
    height: auto;
}
.car-left {
    float: left;
    width: 100%;
    margin-bottom:10px;
}
.car-right {
    float: right;
    width: 100%;
}


.gallery-container .content {
	padding-left:0;
	padding-right:0;
}

.gallery-images {
	padding-right:0;
}
}

@media (max-width: 568px){
     .left-item-tag {
    width: 100%;
}
    .right-item-tag {
    width: 100%;
}
.right-item-tag label.control-label {
    margin-left: 10px;
}
    
    .gallery-detail .btn-add-to-cart {
    padding: 0 14px;
    font-size: 18px;
}
.wishlish-wrap {
	float: right;
    text-align: right;
    width: 100%;
}
.gallery-detail a.heart-link {
    margin-right: 0px;
    width: 100%;
}
    

  footer .footer-top .sect-links {
    width: 50%;
  }
  .cat-left-side .cat-single-small h2 {
    top: 38px;
    font-size:21px;
    line-height: 22px;
  }
  .cat-right-side .cat-single-small h2.color-bg {
    font-size: 20px;
    top: 21px;
  }
  .cat-left-side a.cat-bottom-link {
    top: 100px;
  }
  .cat-right-side .cat-single-small h2 {
    font-size: 19px;
    top: 22px;
  }
  .cat-right-side a.cat-bottom-link {
    right: 30px;
    top: 56px;
  }
  .cat-single-small a.cat-bottom-link.diff {
    right: 37px;
    top: 54px;
  }
  .f-l-cat .cat-content h2 {
    font-size: 15px;
    margin-bottom: 8px;
}
.f-l-cat .cat-content a.cat-bottom-link {
    font-size: 11px;
    font-weight: 500;
    padding: 10px 16px 10px 15px;
}
.f-l-cat .cat-single .cat-content-container {
    top: 0;
  }
.right-catalogue-heading {
    width: 100%;
    height: auto;
}
.catalogue-single-cat {
    width: 100%;
}
.checkout-right p.form-row.form-row-first {
    width: 100%;
}
.checkout-right p.form-row.form-row-last {
    width: 100%;
}
footer .footer-bottom {
    height: auto;
    padding-bottom:10px;
    box-sizing:border-box;
}
section.banner.banner-main img {
    max-height: 100%;
    width: 100%;
    padding-right: 0;
}


.productdetails table {
}

.productdetails table tr {
}

.productdetails table td {
}

.productdetails table td,
.productdetails table td span,
.productdetails table td span strong {
    font-family: Montserrat, sans-serif !important;
    font-size: 14px !important;
	font-weight:300 !important;
	text-align:left !important;
	
}

}

@media (max-width: 488px) {
   
  .sect-title h2 {
    font-size: 22px;
  }

.cart-product .cate-single {
    float: left;
    width: 100%;
    margin-right: 0;
}
.checkout-right span.top-check-heading {
    font-size: 18px;
    padding-top: 6px;
    float: left;
    transition: all 0.4s;
}
.cat-car {
    float: left;
    width: 100%;
    margin-right: 0%;
}

  footer .footer-top .sect-links {
    width: 100%;
    text-align: center;
}
footer .footer-top ul {
    float: none;
    width: 100%;
    margin: auto;
    max-width: 187px;
}
.sm-categories .cat-single .cat-content {
    bottom: 15px;
}
p.cat-text {
    bottom: 80px;
    font-size: 18px;
}


.quantity input.input-text.qty.text {
	height:42px;
	padding:27px 10px;
	margin-top:0;
}
}

@media (max-width: 450px) {
	.big-image {
		height:auto;
	}
	.small-images {
		width:25%;
	}
	
	#n_product .col-12 {
		padding-left:0;
		padding-right:0;
	}
	
	.gallery-detail .top-detail {
		padding-left:15px;
		padding-right:15px;
	}
	.social-links ul li {
		display: inline-block;
		padding: 0 15px;
		float: none;
	}
}

@media (max-width: 414px){
  .features-main .feature-box {
    width: 100%;
    margin-right: 0;
  }
.search-main {
    width: 100%;
    margin-right:0;
}
.thumbnail-brand {
    float: none;
    margin: auto;
}
  .subscribe .sub-container {
    padding-top: 20px;
  }
  .subscribe h4 {
    font-size: 20px;
  }
  .search-main .search-btn {
    width: 16%;
}

.footer-social-links {
    align-items: center;
    justify-content: center;
}
.catch-img {
    margin-top: 12px;
}
.search-main .search-field {
    width: 80%;
}
  .categories .cat-single-bg .cat-content span {
    font-size: 20px;
    margin-bottom: 10px;
}
.categories .cat-single-bg .cat-content {
    height: auto;
}

a.right-yell, a.left-yell {
    font-size: 16px;
	height:49px;
}

a.left-yell {
	width: 49%;
    margin-bottom: 10px;

  }
  a.right-yell {
    width:49%;
}

.catalogue-single-cat {
    width: 48%;
    margin: 3px;
	padding: 0 !important
}

img.catalogue-big-img {
	width:98%;
}

.inner-catalogue h4 {
	min-height:65px;
	padding:0;
}

.gallery-detail .btn-add-to-cart {
	width:226px !important;
}

.gallery-detail a.heart-link-2 {
	margin:0;
	float:none;
}

.listing-social-link {
    float: right;
    width: 100%;
    max-width: 165px;
    margin: -20px 0;
}

.listing-social-link ul {
	display:block;
	float:none;
}

.listing-social-link ul li img {
    max-width: 25px;
}

.gallery-detail ul li {
    padding: 0 7px;
}
p.prodsku {
	margin-top:20px;
}
.top-detail {
	padding-bottom:5px;
}

.tab-wrapper {
	margin-top:10px;
}

#headingDescription h5 button,
#headingSpecificatoin h5 button,
#headingReviews h5 button {
    font-size: 18px;
    font-family: Montserrat, sans-serif;
}

}

@media (max-width: 400px){
.gallery-detail .btn-add-to-cart {
    width: 62% !important;
}
span.listing-qty {
	margin-top:17px;
}
.listing-social-link {
    float: left;
    width: 100%;
    max-width: 165px;
    margin: 20px 0 0;
}

}

@media (max-width: 380px){
.gallery-detail .btn-add-to-cart {
    width: 61% !important;
}
span.listing-qty {
	margin-top:17px;
}
.quantity input.input-text.qty.text {
	width:65px;
}
}

@media (max-width: 375px){
    
    section.feature-bottom ul li {
    font-size: 20px;
}

section.feature-bottom ul li span {
    font-size: 16px;
}
    
    .left-item-tag h2 {
    font-size: 16px;
}
.left-item-tag h2 span {
    font-size: 16px;
}
.right-item-tag label.control-label {
    font-size: 16px;
}
select.form-control.wk_select {
    font-size: 16px;
}
    
  .products .product-border {
    height: auto;
    padding-bottom: 10px;
    box-sizing: border-box;
}
  .categories .cat-single {
    width: 100%;
    margin-right: 0;
  }

  .gallery {
    max-width: 280px;
  }


.bg-desc-cat {
    width: 100%;
}

  .cat-single-small a.cat-bottom-link.diff {
    padding: 10px 18px 10px 18px;
}
.cat-right-side a.cat-bottom-link {
    padding: 10px 18px 10px 18px;
}
.cat-left-side a.cat-bottom-link {
     padding: 10px 18px 10px 18px;
}
.big-image img {
    width: 340px;
    margin: auto;
}
.navigation-list .icon {
    font-size: 18px;
    color: #fff;
}
.navigation-list li a {
    color: #ffff;
    font-size: 10px;
}
.navigation-list li {
    width: 23%;
}
.sect-title span {
    font-size: 15px;
}
.contact-links h5 {
    font-size: 14px;
}
.contact-content p {
    font-size: 14px;
}

	.small-images {
		width:33.3%;
	}
	
	.thumb-image {
		padding:3px;
		margin-bottom: 0;
	}

	
}

@media (max-width: 360px){
}
@media (max-width: 320px){

}
/* ========== RESPONSIVE STYLES // END ========== */