/*=============================
Basic Styling
==============================*/

/* MARGINS & PADDINGS */
.p-xxs {
  padding: 5px !important;
}
.p-xs {
  padding: 10px !important;
}
.p-sm {
  padding: 15px !important;
}
.p-m {
  padding: 20px !important;
}
.p-md {
  padding: 25px !important;
}
.p-lg {
  padding: 30px !important;
}
.p-xl {
  padding: 40px !important;
}
.m-xxs {
  margin: 2px 4px;
}
.m-xs {
  margin: 5px;
}
.m-sm {
  margin: 10px;
}
.m {
  margin: 15px;
}
.m-md {
  margin: 20px;
}
.m-lg {
  margin: 30px;
}
.m-xl {
  margin: 50px;
}
.m-n {
  margin: 0 !important;
}
.m-l-none {
  margin-left: 0;
}
.m-l-xs {
  margin-left: 5px;
}
.m-l-sm {
  margin-left: 10px;
}
.m-l {
  margin-left: 15px;
}
.m-l-md {
  margin-left: 20px;
}
.m-l-lg {
  margin-left: 30px;
}
.m-l-xl {
  margin-left: 40px;
}
.m-l-n-xxs {
  margin-left: -1px;
}
.m-l-n-xs {
  margin-left: -5px;
}
.m-l-n-sm {
  margin-left: -10px;
}
.m-l-n {
  margin-left: -15px;
}
.m-l-n-md {
  margin-left: -20px;
}
.m-l-n-lg {
  margin-left: -30px;
}
.m-l-n-xl {
  margin-left: -40px;
}
.m-t-none {
  margin-top: 0;
}
.m-t-xxs {
  margin-top: 1px;
}
.m-t-xs {
  margin-top: 5px;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t {
  margin-top: 15px;
}
.m-t-md {
  margin-top: 20px;
}
.m-t-lg {
  margin-top: 30px;
}
.m-t-xl {
  margin-top: 40px;
}
.m-t-xxl {
  margin-top: 50px;
}
.m-t-xxxl {
  margin-top: 60px;
}
.m-t-n-xxs {
  margin-top: -1px;
}
.m-t-n-xs {
  margin-top: -5px;
}
.m-t-n-sm {
  margin-top: -10px;
}
.m-t-n {
  margin-top: -15px;
}
.m-t-n-md {
  margin-top: -20px;
}
.m-t-n-lg {
  margin-top: -30px;
}
.m-t-n-xl {
  margin-top: -40px;
}
.m-r-none {
  margin-right: 0;
}
.m-r-xxs {
  margin-right: 1px;
}
.m-r-xs {
  margin-right: 5px;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r {
  margin-right: 15px;
}
.m-r-md {
  margin-right: 20px;
}
.m-r-lg {
  margin-right: 30px;
}
.m-r-xl {
  margin-right: 40px;
}
.m-r-n-xxs {
  margin-right: -1px;
}
.m-r-n-xs {
  margin-right: -5px;
}
.m-r-n-sm {
  margin-right: -10px;
}
.m-r-n {
  margin-right: -15px;
}
.m-r-n-md {
  margin-right: -20px;
}
.m-r-n-lg {
  margin-right: -30px;
}
.m-r-n-xl {
  margin-right: -40px;
}
.m-b-none {
  margin-bottom: 0;
}
.m-b-xxs {
  margin-bottom: 1px;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b {
  margin-bottom: 15px;
}
.m-b-md {
  margin-bottom: 20px;
}
.m-b-lg {
  margin-bottom: 30px;
}
.m-b-xl {
  margin-bottom: 40px;
}
.m-b-n-xxs {
  margin-bottom: -1px;
}
.m-b-n-xs {
  margin-bottom: -5px;
}
.m-b-n-sm {
  margin-bottom: -10px;
}
.m-b-n {
  margin-bottom: -15px;
}
.m-b-n-md {
  margin-bottom: -20px;
}
.m-b-n-lg {
  margin-bottom: -30px;
}
.m-b-n-xl {
  margin-bottom: -40px;
}
.space-15 {
  margin: 15px 0;
}
.space-20 {
  margin: 20px 0;
}
.space-25 {
  margin: 25px 0;
}
.space-30 {
  margin: 30px 0;
}

.normal-font {
  font-weight: 400!important;
}

.medium-font {
  font-weight: 500!important;
}

.semibold-font {
  font-weight: 600!important;
}

.bold-font {
  font-weight: 700!important;
}

.capitalize {
  text-transform: capitalize!important;
}

.fullwidth.row > *[class *= "col-"] {
  padding:0!important;
}

.fullwidth-img {
  width:100%!important;
}

.img-zoom {
  overflow:hidden;
  display: block;
}

.img-zoom img {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

.img-zoom:hover img{
  transform:scale(1.05);
}

body.mac-browser.desktop .max-offset {
  overflow: hidden;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  overflow-x:hidden;
  background-repeat:no-repeat!important;
  color:#4d4d4f;
  height:auto!important;
  line-height: 1.7em;
  /* padding-bottom:0!important; */
}

body .form-control:focus {
  border-color: #a2cd3a!important;
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(212, 148, 139, 0.5);
}

h1, h2{
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3em;
  font-family: 'Montserrat', sans-serif;
}

h1, h2,h3,h4,h5,h6 {
  text-transform:uppercase;
  font-weight: 700;
}

a {
  color:#a2cd3a;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  text-shadow: none;
}

a:hover,a:focus, a:hover {
  color:#a2cd3a;
}

body h2:not(.swal2-title), body:not(.cke_editable) h2:not(.swal2-title):not([style]){ 
  font-size:40px;
  margin-bottom:40px!important;
  text-align:left;
  text-transform: capitalize!important;
  color:#a2cd3a;
  display:none;
}

body.mac-browser.desktop .max-offset {
  width: calc(100vw - 0px);
  margin-left: calc(-50vw + -0.5px);
}

body .btn-primary {
  background: #7cc24d;
  background-size: 100% 100%;
  border-color:transparent!important;
  border-width: 1px;
  border-radius: 3px;
  min-width: 180px;
  min-height:60px;
  height:60px;
  padding:20px 0;
  color:#fff;
}

body .btn-primary.back {
  background: #898989!important;
  border-color:#898989!important;
}

body .btn-primary.back:hover {
  background: #fff!important;
  color:#898989!important;
}

body .btn-default.disabled {
    color: #fff;
    background-color: #989898;
}

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active:focus, 
.btn-primary:active {
    border-color: #3e4042!important;
    background-color: #3e4042;
    color: #fff!important;
    background-size: 100% 100%;
}
.btn-primary.disabled,
.btn-primary.disabled:hover, 
.btn-primary:disabled, 
.btn-primary[disabled]{
    background-color:#3e4042;
    opacity: 0.4;
}

.form-control[disabled], fieldset[disabled] .form-control {
  opacity:0.8;
}

.banner-background {
  background-size:cover;
  background-repeat:no-repeat;
  padding:170px 0;
}

.page-banner img {
  /*display:none;*/
}

body .page-banner .page-banner-title {
  font-size: 48px;
  font-weight: bold;
  color:#4d5051;
  text-transform:uppercase;
  line-height: 1.7em;
}

.slick-nav {
  top: 10%;
  width: 20px;
  text-align: center;
}

.slick-nav.left {
  left:0;
}

.slick-nav.right {
  right:0;
}

.slick-nav i {
  font-size:30px;
}

.slick-slider {
  padding:0 20px;
}

body .slick-track {
  display: flex;
  align-items: center;
}

/*=============================
Header
==============================*/

.header-top-left .brand{
   margin-right:10px;
    flex: 1 1 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    max-width:100px;
}

.header-top-left .brand img {
    max-width: 100%;
    width: auto;
}

.header-top-left .brand img.hover{
    display: none;
}

.header-top-left .brand a:hover {
    opacity:0.7;
}
.header-top-left .brand a:hover img,.header-top-left .brand a.active img{
    display: none;
}
.header-top-left .brand a:hover img.hover,.header-top-left .brand a.active img.hover{
    display: inline-block;
}
body .header-container .header-top {
    justify-content:space-between;
}


body .header-container .header-menu #header-main-menu {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:space-evenly;
  -ms-flex-pack:space-evenly;;
    justify-content: center;
    width:100%;
    height:100%;
}

body .header-container .header-menu #header-main-menu ul {
  min-width: 200px!important;
  padding:20px;
  top: 40px!important;
}

body .header-logo {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

body .header-logo:hover {
    transform: translateY(3px);
}


body .header-logo-image img {
    width:160px;
}

body #enquiry.slide-out-cart.open-custom #enquiry_dropdown_icon::before, body #cart.slide-out-cart.open-custom #cart_dropdown_icon::before {
  background:rgba(0,0,0,0.6);
}

body .header-container {
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
}

body .header-container > div{
    background: #202020;
}

body .header-container .header-logo {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2 / 3;
}

.header-bottom {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-column-span: 2;
  -ms-grid-row-span: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;  
  background-color:rgba(255, 255, 255, 0.70)!important;
  color:#111111;
  min-height: 55px;
}
body.leapfrog_theme .header-bottom{
    background-color:rgba(255, 255, 255, 0.70)!important;
}
.header-scroll .header-bottom{
    background-color:#33353c!important;
}
.header-bottom-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 50% 25%;
  grid-template-columns: 25% 50% 25%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

body .header-bottom-wrapper > *:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1 / 1;
  -ms-grid-row: 1;
  grid-row: 1 / 1;
}

body .header-bottom-wrapper > *:nth-child(2) {
  -ms-grid-column: 2;
  grid-column: 2 / 3;
  -ms-grid-row: 1;
  -ms-grid-row-span:2;
  grid-row: 1 / 1;
}

body .header-bottom-wrapper > *:nth-child(3) {
    -ms-grid-column: 3;
    grid-column: 3 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span:2;
    grid-row: 1 / 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

body .header-container .header-menu {
  justify-content: center;
  align-items: center;
}

.header-container .header-logo {
  /*margin-bottom:-65px;*/
}

.header-social {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-social .footer-social-icons {
  display:flex;
  justify-content: flex-end;
  padding-top:0;
}

.header-social .footer-social-icons a {
  margin-left:30px;
}

.submenu-wrapper {
    transform: rotateX(90deg);
    transform-origin: top;
    transition: all 0.45s;
    position: absolute;
    width: auto;
    padding: 5px 0px;
    background:#111111;
    min-width: 180px;
    top: 100%;
    opacity: 0;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    box-shadow: 0px 3px 6px #5a5a5a;
}
.submenu-wrapper .second-level{
    margin: 10px 0 10px;
}
.submenu-wrapper .second-level a{
    font-size: 14px!important;
}
.megamenu-wrapper {
    position: absolute;
    width: 100vw;
    left:0;
    padding: 5%;
    background:#ececec;
    max-height: 80vh;
    top: 100%;
    opacity:0;
    transform: scale(0); 
    transform-origin: top;
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    -o-transition: all 700ms;
    transition: all 700ms;
}

.megamenu-wrapper .container {
    width: 70%; 
}

.megamenu-wrapper .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.megamenu-wrapper .container .sub-menu {
    width:calc(100%/4);
    margin-bottom:20px;
}

body .fixed-header {
  background:transparent;
}

.header-social .footer-social-icons img {
  height:100%!important;
}

body .header-container .header-links>a, body .header-container #account>a[data-toggle="dropdown"], body .header-container #enquiry>a, body .header-container #cart>a, body .header-container ._search>a {
  width: 55px;
  padding: 10px;
}
.header-container #account>a[data-toggle="dropdown"]{
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.header-container #account>a[data-toggle="dropdown"]:after{
    content: '';
    width: 2px;
    background-color: #8c8c8c;
    position: absolute;
    right: -2px;
    height: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.header-container #account>a[data-toggle="dropdown"] img{
    width: 25px;
}
.header-container #account>a[data-toggle="dropdown"] img.hover{
    display: none;
}
.header-container #account>a[data-toggle="dropdown"]:hover img,
.header-container #account>a[aria-expanded="true"] img{
    display: none;
}
.header-container #account>a[data-toggle="dropdown"]:hover img.hover,
.header-container #account>a[aria-expanded="true"] img.hover{
    display: inline-block;
}
body .header-container #cart .cart-dropdown img.hover{
    display: none;
}
body .header-container #cart .cart-dropdown:hover img{
    display: none;
}
body .header-container #cart .cart-dropdown:hover img.hover{
    display: inline-block;
}
body .header-container #cart .cart-dropdown:hover .badge>span{
    color: #fff;
}
body .header-container #cart>a img{
    width: 25px;
}
.header-container #account>a[data-toggle="dropdown"] span,body .header-container #cart>a span{
    color: #cccccc;
    padding-left: 10px;
    text-transform: uppercase;
    font-size: 13px;
}
body .header-container #cart>a span{
    padding-top: 2px;
    padding-left: 20px;
}
body #enquiry.slide-out-cart .dropdown-menu .cart-header, body #cart.slide-out-cart .dropdown-menu .cart-header {
    display: flex;
    align-items: center;
    background: #202020;
    border-color: #ccc;
    color:#fff;
}

body #enquiry .dropdown-menu, body #cart .dropdown-menu {
  background:#202020;
  border:none;
  color:#fff;
}

body .header-container .header-menu .first-level a {
    font-size:16px;
    color:#fff;
    padding:21px 0;
}

body .header-container .header-menu #header-main-menu a {
    font-size:16px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 15px;
}
body .header-container .header-menu #header-main-menu .second-level  a{
    padding: 0;
    width: 100%;
    display: inline-block;
}
.megamenu-item:hover .megamenu-wrapper {
    opacity:1;
    transform: scale(1);
}

body .header-container .header-menu .second-level a:hover {
   color:#a2cd3a;
}

body .megamenu-wrapper .sub-menu a:hover {
    color:#a2cd3a;
}

body .header-container .header-menu .first-level:hover .submenu-wrapper {
    transform: rotateX(0deg);
    opacity: 1;    
}

body .header-container .header-menu #header-main-menu ul li.active a {
  color:#a2cd3a;
}

body .breadcrumb {
  background:none;
  border:none;
  margin-bottom:15px;
}

body .breadcrumb li {
  padding:0 15px;
  padding-left:0;
  margin-right:15px;
}

body .breadcrumb li a {
    font-size:12px;
    font-weight: 600;
    text-transform:uppercase;
    color:#fff;
}
/*.pagination-text {
    margin-top:30px;
}*/

body .header-container #cart>a .badge {
    position: absolute;
    transform: none;
    left: 18px;
    top: -5px;
    background: none;
}

body .header-container #cart>a .badge>span {
    font-size:12px;
    transform:none;
    color:#8c8c8c;
}

body .header-container #cart .cart-dropdown {
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

/*=============================
Account
==============================*/ 
body.account-account .account-container a:hover, body.account-account .account-container a:focus {
  border-color:#a2cd3a;
}

body.account-account .account-container a .icon-font::before  {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

body.account-account .account-container a:hover .icon-font::before, body.account-account .account-container a:focus .icon-font::before {
  color:#a2cd3a;
}

.buttons .pull-left .btn-default {
  background:#8f8f8f;
  color:#fff;
} 

/*=============================
Home
==============================*/ 
h3.home-heading {
  font-size:32px!important;
  color: #4b4c4e;
}

body.common-home .bnews-list .artblock {
  display:flex;
  flex-direction:row;
  width:100%;
}

body.common-home .news_latest h3 {
  margin-bottom:30px;
  font-size:30px;
}

body.common-home .news_latest .bnews-list {
  padding-left:2px;

}

body.common-home .product-layout {
  padding:0!important;
}

/* body.common-home .bnews-list .artblock  {
  margin-left:5px;
} */

body .slideshow .slider-custom-dots .owl-dot.active {
  background:#a2cd3a;
}

.slider-slideshow-description .slider-slideshow-description-texts {
  text-transform:uppercase;
  text-align: center;
  color: #4d5051;
}

body .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 {
  font-size:55px;
  font-weight: bold;
}

body .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1 {
  font-size:35px;
  font-weight:500;
}

body .slider-slideshow-description {
  top:35%;
}

.home_content {
  padding:0!important;
}
.home_content .fullwidth{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
body.common-home .news_latest .owl-carousel .owl-item  {
    margin-left:20px;
    margin-right:20px;
}
body.common-home .news_latest .owl-carousel .owl-stage-outer {
    overflow:hidden;
}

body .owl-nav > *{
  width:20px;
  height:20px;
  top:45%;
}

body.common-home .news_latest .owl-carousel .slick-nav i {
    color:#a2cd3a;
    font-size: 42px;
    font-weight: 600;
}

body.common-home .fcategory,
body.common-home .news_latest
{
  background:#f5f5f5;
}

body.common-home .fcategory .product-thumb {
    padding: 5px;
    margin-bottom:0;
    text-align: center;
    position: relative;
    background: #fff;
    height: 100%;
}

body.common-home .fcategory .product-thumb:before {
  content:"";
  display: block;
  position:absolute;
  top:0;
  width: 100%;
  height:8px;
  background:#a2cd3a;
  left:0;
  opacity: 0;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

body.common-home .fcategory .product-thumb:hover:before {
  opacity:1;
}

body.common-home .fcategory .container > div{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
body.common-home .fcategory .product-thumb h4 {
  font-weight: 500;
  color:#4d4d4f;
}

body.common-home .fcategory .product-thumb h4 a {
    color:#4d4d4f;
    font-size: 14px;
}

body.common-home .fcategory .product-thumb img {
  margin-bottom:30px;
  margin-top: 30px;
}

/*=============================
About Us
==============================*/ 
h3.main-title {
  font-size:30px;
  font-weight: 700;
  text-transform: uppercase;
}

h3.sub-title  {
    font-weight:400;
    margin: 15px 0;
    text-transform: uppercase;
}

.about-content_text{
    margin-top: 25px;
    font-size: 14px;
    line-height:1.7em;
}

.cta-banner {
  padding:7% 0;
}

.cta-banner h3 {
  font-size:60px;
  text-transform:uppercase;
  color:#fff;
  font-weight: bold;
}

.partner-row {
  padding: 40px 0;
}

.logo-wrapper {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}

.logo-wrapper  img {
  padding:0 20px;
  width: 100%;
  margin: 0 auto;
}

.logo-wrapper .slick-nav.slick-disabled{
    display: none!important;
}
.logo-wrapper .slick-nav .fa{
    color: #a2cd3a;
    font-size: 42px;
    font-weight: 600;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.logo-wrapper .slick-nav{
    top:50%;
    transform: translateY(-50%);
    width: 30px;
    height: 100%;
}
.image-col img {
  width:100%;
}

/*=============================
Blog/News
==============================*/ 
body .bnews-list {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  overflow:visible;
}

body .bnews-list .artblock {
  width: calc(100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
  padding: 0;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  margin-bottom:20px;
  /* -ms-flex-wrap:wrap;
  flex-wrap:wrap */
} 
body .bnews-list .artblock:nth-child(2n) {
  margin-right:0;
}

body .bnews-list .artblock .col-left {
  padding:20px;
  flex:1;
}

body .bnews-list .artblock .col-right img{
  visibility: hidden;
}

body .bnews-list .artblock .col-right {
  background-size:cover!important;
}

.bnews-list .artblock .description {
}

body .bnews-list .artblock .blog-button {
    text-align:left;
    margin-top: 16px!important;
}

body .bnews-list .artblock .article-image {
  margin-right:0
}

body .bnews-list .artblock .name {
  margin-bottom:20px;
}

body .news_latest .bnews-list .artblock .name a {
    color: #000;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
}

body .bnews-list .artblock .name a:hover {
  color:#a2cd3a;
}

body .article-content  .article-meta .date  {
    font-style: normal;
    font-size:13px;
}

body .article-content .article-meta {
    border:none;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 13px;
    padding-right: 0px;
}
body .article-content h3{
    margin-bottom: 25px;
}
body .stButton .facebook {
  background:url('../image/icon_nav-sm-fb.png');
  background-repeat: no-repeat!important;
  background-size: contain!important;
}

body .stButton {
  background-repeat: no-repeat!important;
  background-size: contain!important;
}

.article-share {
  display:flex;
  align-items:center;
}

.share-buttons {
  padding-top: 5px;
  padding-left:10px;
}
/*=============================
Contact Us
==============================*/ 
.contact-body label {
  display:none;
}

.contact-body .form-group {
  margin-bottom:15px
}

select.form-control, input[type="text"].form-control, input[type="file"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control  {
  height:46px;
  font-size:15px;
}

textarea.form-control {
  font-size:15px;
}

/*=============================
Category
==============================*/ 
body.product-special .product-view>*, 
body.product-category .product-view>*{
  width: calc(33.333% - 30px);
  margin-left: 15px;
}
body.product-search .product-view>*{
  width: calc(25% - 30px);
  margin-left: 15px;
}
body.product-search .product-view{
    padding-left: 0;
    padding-right: 0;
    margin: 0 -15px;
}
body .list-group-item {
  background:none;
  border-color:transparent;
}

body .list-group-item.item-header {
  font-size:16px;
  font-weight:500;
  padding:0;
  margin-bottom:20px;
}

body #side-categories .group .item {
  margin-bottom:10px;
}

body #side-categories .group .item a {
  background:#898989;
  color:#fff!important;
  text-transform: uppercase;
  border-radius:3em;
  padding: 7px 20px;
}

body .product-view>*.product-block {
  position: relative;
  border:1px solid #dedede;
  background:none;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  margin-bottom:65px;
}

body #side-categories .group .item a:hover {
  background:#a2cd3a;
  color:#fff!important;
}

body #side-categories .side-categories-level-1+.side-categories-level-1 {
  border:none;
} 

body .product-block .product-button {
  position: absolute;
  top: auto;
  left: auto;
  transform: none;
  margin-top: 10px;
  width: 100%;
  bottom: -45px;
}

body .product-block:hover .product-button {
  opacity: 1; 
  box-shadow: -2px 2px 20px 2px rgba(133,133,133,1);
}

body #side-price .price-container>* input {
  background:none;
  border:none;
}

body >.container a .more-btn {
  color:#4d4d4f!important;
  background: #a2cd3a;
  border-color:#a2cd3a;
}

body .product-block .product-button button {
  font-weight: 500;
}

body .product-block .product-button button:hover {
  background:#fff!important;
}


body .product-block .product-button > * {
  flex:1;
  min-width: 50%!important;
  background:#898989;
  border-color:898989;
}

body .product-block .product-button > * button {
  min-width: 100%!important;
}

body .product-block .product-details {
  /* width: 100%; */
}

body .product-block .product-details .price{
    font-size: 16px;
    font-weight: 600;
}

body .product-block .product-details .price .price-old {
  font-size:13px;
  font-weight: 500;
  text-decoration: line-through;
}

body .product-block .product-details .price .price-new {
  font-size:16px;
  color:#fff;
  font-weight: 600;
}

.input-group select#input-sort {
  flex-direction: row;
}

body .product-block img {
  padding:20px;
}

body #side-price .list-group-item:not(.item-header) {
  padding-top:0;
  padding-left: 0px;
}

#product-tabs {
  margin-top:40px;
}

body.product-product .tab-content {
  padding:20px;
}

#featured_slider_related_products_ .slick-track{
    display: flex;
    flex: 1 1 auto;
    height: auto;
    align-items: flex-start;
}
.featured-module .slick-slide, .related-products .slick-slide{
    height: 100%!important;
}

/*=============================
Product
==============================*/ 
#product label {
    min-width: 100px;  
    margin-right:10px;
}
#product .control-label {
    font-weight: 600;
    font-size: 14px;
}
#product .radio {   
    margin-top:0;
}

#product div.form-group:not(.not-flex) {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    border-bottom: 1px solid #565656;
    padding: 20px 0px;
    padding-bottom: 25px;
    margin-bottom: 0;
}
#product div.form-group.not-flex{
    padding-top: 25px;
}
#product .form-group:first-child{
    border-top: 1px solid #565656;
}
#product .form-group:not(:last-child) .form-control {
    flex:0.5;
}

body .sub-arrow {
  display:none;
}

body .product-description .product-name {
  font-weight: 600;
  font-size: 32px;
  margin-bottom:12px;
}
.product-description > span{
    color: #fff;
    font-weight: 600;
}
body .product-description .product-category {
  font-weight: 400;
  font-size: 22px;
  margin-bottom:25px;
}
.product-price, .product-special-price {
  color:#fff;
  font-size:24px;
  margin-bottom:15px;
  margin-right:10px;
  font-weight: 600;
}

.product-price .old-prices {
    color:#898989;
    font-size: 20px;
}

.price-wrapper {
  display: flex;
}

.price-wrapper li {
    margin: 0 5px;
}

.btn-number {
  background:#989898;
  color:#fff;
}

.btn-number .glyphicon:before {
  /*-webkit-text-stroke: 2px #989898;*/
}

body.product-product .product-image-column {
  /*margin-right: 15%;*/
  position: fixed;
  /*position: relative;*/
  /*display: contents;*/
  width: 28% !important
}

body.pid-116 .product-image-column {
    position: relative !important;
    display: contents;
}
/*.brand_product_list_content .scroll:nth-child(2) {*/
/*    padding-top: 35% !important;*/
/*}*/

/*.brand_product_list_content .page-banner {*/
/*    position: fixed !important;*/
/*}*/

body .swal2-popup .swal2-styled.swal2-confirm {
  background:#54803a;
}

.product-description {
  line-height: 1.7em;
    margin-bottom: 25px;
}

.product-image-main-container {
  border: 1px solid #ccc;
}

.at-style-responsive .at-share-btn {
  background:none!important;
}

.at-style-responsive .at-share-btn * {
  color:#fff!important;
  fill:#fff!important;
}

body.light_theme .at-style-responsive .at-share-btn * {
  color:#000!important;
  fill:#000!important;
}

body .nav-tabs>li.active>a, body .nav-tabs>li.active>a:focus, body .nav-tabs>li.active>a:hover {
    border: 1px solid transparent;
    font-weight: 600;
}

.nav-tabs {
  border-bottom:1px solid #555555;
}

#product-tabs.nav-tabs>li>a {
  border:1px solid #ccc;
  margin:0;
  border-radius: 0;
  color:#fff;
  text-transform:uppercase;
  border-bottom:1px solid #565656;
}

.download-row  table * {
  border:none;
}

.download-row .content tbody{ 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding:20px;
}

.download-row  tbody  tr {
  width:50%;
}

.download-row  tbody  tr > *{
  display: block;
}

.download-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.download-row .left {
  width:20%;
  padding-right:30px;
}

.download-row .right{
  width:80%;
}

body .download-row table { 
  width:65%!important;
  border:none;
  text-align: left;
}

.download-item-body  table > tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 10px 10px 25px;
}

.download-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background:none;
  border:1px solid #fff;
}

.download-item-body .category-image {
    width:35%;
    padding: 0px 15px;
}

.manufacturer a {
    padding: 5px 15px;
    margin-bottom: 5px;
    font-weight: 600;
    display: block;
    background: transparent;
    color:#000;
    text-transform: uppercase;
    text-align: left;
}

body .download-row .panel-title>a {
    padding: 10px 15px;
    padding-right: 30px;
    font-size: 14px;
    text-align: left;
    font-weight: 600;
    position: relative;
}

.download-row .panel-group .panel {
  border:none;
  background:none;
}

body .download-row table a {
  font-weight: 400;
}

/* Location */
.retailer-wrapper {
  align-items:center;
}

.retailer-block a:hover,  .retailer-block a.active {
  border-color:#a2cd3a;
}

.retailer-wrapper .slick-slide img {
    margin:0 auto;
    width: 100%;
}

.retailer-block a {
  padding:5px;
  display: block;
  border:2px solid transparent;
}

.location-row > .left { 
  width: calc(20% - 60px);
  margin:0 30px;
}

.location-row > .right{
  width: calc(80% - 60px);
  margin: 0 30px;
  margin-bottom:30px;
}

.location-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -30px;
}

.location-wrapper .location-block {
  border:1px solid #fff;
  color: #fff;
  padding:20px;
  text-align: left;
  font-size:13px;
}

.location-wrapper .location-block .title {
    font-size:14px;
    margin-bottom: 8px;
    font-weight: 600;
    text-transform:uppercase;
}

#country {
  padding:10px 20px;
}

/*=============================
Footer
==============================*/  
#ToTop {
  display: none!important;
}

footer {
  padding:0;
  border-top: none;
}

.footer-upper-contet {
  align-items: center;
}

.footer-top {
  padding:22px 0;
  background:#202020;
  text-align: center;
}

footer .footer-contact-links a{
  color:#fff;  
  font-weight: 500;
  text-transform: uppercase;
}

.footer-top .container {
  width:60%;
}

.footer-bottom {
  padding:10px 0;
  background:#3e4042;
}

.powered , .fcs {
  font-size:12px;
}

body .fcs a {
  color:#a2cd3a;
  text-decoration: none;
}

.footer-menu {
  display:flex;
  align-items:center;
  justify-content: flex-end;
  margin-bottom:0;
} 

.footer-contact-links {
  width:70%;
}

.footer-contact-links li {
  margin:0 20px;
}

body .footer-upper-contet>*:last-child, footer .footer-social-icons {
  flex:0.2;
  padding-top:0;
  text-align: center;
}

footer .footer-social-icons> * {
  margin-right:10px;
}

body #scrollTop .fa{
    display:block!important;
    color:#a2cd3a;
    font-size: 22px;
}

body #scrollTop {
  display:inline-block;
  color: #111;
  text-align: center;
  margin:0 auto;
  position: relative;
  bottom:0;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  padding-bottom:20px;
}

body #scrollTop:hover {
  bottom:5px;
  cursor:pointer;
}

body .newsletter-section {
  padding: 50px 20px!important;
  background:center/cover no-repeat url(../../../../../image/catalog/footer/banner.jpg);
  color:#fff;
  border-top:0!important;
  position: relative;
}

body .subscribed {
  margin-top:50px;
}

.mailchimp-integration h3 {
  font-size:32px;
  color:#000;
  font-weight: 700;
  text-transform: uppercase;
}

body .mi-toptext {
  font-size:18px;
  font-weight:400;
  margin-bottom: 40px;
  color:#000;
}

body .box-content {
  max-width: 1080px;
}

body .mailchimp-integration  .form-control {
  height: 55px;
  margin-right:20px;
  text-transform: uppercase;
  font-size:16px;
}

.mi-button .btn {
  background:#202020;
  height: 55px!important;
  min-height: 55px!important;
}

body .mi-button {
  margin-left:10px
}

.mi-block div:not(.mi-button) a {
  color:#54803a;
}

.mi-block a:hover {
  color:#fff;
}

/*pagination*/
body .pagination>li>span  {
  border:1px solid #666;
  color:#666;
  background:none;
  border-radius: 50%!important;
}
body .pagination>li.first-page,
body .pagination>li.last-page{
    display: none;
}
body .pagination li > *{
    border: 1px solid #969696;
    border-radius: 50%;
    margin-right: 10px;
    color: #969696;
    font-size: 13px;
    background: none;
    border-top-left-radius: 50%!important;
    border-bottom-left-radius: 50%!important;
    height: 30px;
    width: 30px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
}

body .pagination>li:last-child>a {
    border-top-right-radius:  50%!important ; 
    border-bottom-right-radius: 50%!important ; 
}


body .pagination>.active>a,
body .pagination>.active>a:focus, 
body .pagination>.active>a:hover, 
body .pagination>.active>span, 
body .pagination>.active>span:focus, 
body .pagination>.active>span:hover {
  background:none;
  color:#a2cd3a;
  font-size: 13px;
  border:1px solid #a2cd3a;
  border-radius: 50%!important;
}

body .pagination>li>a:hover {
  color:#a2cd3a;
  border:1px solid #a2cd3a;
  background:none;
}


.pagination>li:last-child>a, .pagination>l.active>a {
  border:1px solid #54803a;
  color:#54803a;
}

.pagination {
    margin-top: 10px;
    margin-bottom: 20px;
}

body .product-image-additional {
  padding:0
}

body.product-product #product  {
  max-width:100%;
}

body.product-product #product .form-group .input-group {
  max-width: 250px;
}

.btn-back {
  background:#898989!important;
  color:#fff;
}

#coupon-content .input-group input, #voucher-content .input-group input{
    min-height: 46px;
}
#coupon-content #button-coupon, #voucher-content #button-voucher{
    padding:0px;   
    min-height: 46px;
}

/* body #footer-area {
  position: relative!important;
} */

/*=============================
Responsive
==============================*/

@media (min-width: 1300px) {
  .container {
      width: 70%;
      max-width: 1300px;
  } 
}

@media only screen and (max-width: 1400px) {
    
    body {
        font-size: 12px!important;
    } 
    
    
      body .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 {
        font-size:40px;
      }
    
      body .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1{
        font-size:25px;
      } 
      
      .header-container .header-menu #header-main-menu>li>a {
          
      }
        
    .header-container .header-logo {
        /*margin-bottom: -25px;*/
    }   
    
    h3.home-heading {
        font-size: 25px!important;
    } 
    
    body .header-container .header-menu #header-main-menu a {
        font-size:14px;
    }
    
    body .header-logo-image img {
        width:150px;
    }
    
    body .page-banner .page-banner-title {
        font-size:40px;
    }
    
    footer .footer-contact-links a {
        font-size:11px;
    }
    
}

@media only screen and (max-width: 1280px) { 
}

@media only screen and (max-width: 1024px) {
    
}

@media (max-width: 1199px) and (min-width: 541px) {
  body.product-special .product-view>*, body.product-category .product-view>* {
      width: calc(50% - 30px);
  }

}

@media only screen and (max-width: 991px) { 
    
    #product .form-group:not(:last-child) .form-control {
        flex:1;
    }
 
      
    .header-container .header-logo {
        /*margin-bottom:-30px;*/
    }
    
    .header-bottom-wrapper {
         -ms-grid-columns: 20% auto 20%;
        grid-template-columns: 25% auto 20%;
    }
    
    body .header-bottom-wrapper > *:nth-child(1){
         -ms-grid-column: 3;
        grid-column: 2 / 3;
        -ms-grid-row: 1;
        grid-row: 1 / 1;
    }

  body .header-container {
    padding:0;
  }

  .contact-footer{
    text-align:center;
  }

  .logo-wrapper  img {
    width: 70%;
  }

  body .footer-upper-contet>*:last-child, footer .footer-social-icons {
    flex:1;
  }

  body .page-banner .page-banner-title {
    font-size: 40px;
    line-height: 1em;
    text-shadow: 1px 1px 3px #fff;
    top: 60%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    text-align: center;
  }

  .cta-banner h3 {
    font-size:40px;
  }

  .logo-wrapper {
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
  }

  body .bnews-list .artblock {
    width:100%;
    margin-right:0;
  }
  
  body.common-home .bnews-list .artblock {
  }

  body .bnews-list .artblock .name a {
    font-size:16px;
  }

  body .slider-slideshow-description {
    top:25%;
  }

  body .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 {
    font-size:30px;
  }

  body .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1{
    font-size:20px;
  }
  
  .footer-contact-links li {
        margin: 0 10px;  
        margin-bottom: 12px;
  }
  
  body .footer-upper-contet>* {
      flex:4;
  }
  
  footer .footer-contact-links a {
      font-size:13px;
  }

}

@media only screen and (max-width: 767px) {
    h3.main-title {
        font-size: 22px;
    }
    h3.sub-title{
        font-size: 18px;
    }
    .cta-banner h3 {
        font-size: 34px;
        line-height: 42px;
    }
    body .mi-toptext {
        margin-bottom: 35px;
    }
    body .newsletter-section{
        padding: 40px 20px!important;
    }
    body .mailchimp-integration .form-control{
        text-align: center;
        height: 45px;
    }
    .mi-button .btn {
        background: #202020;
        height: 45px!important;
        min-height: 45px!important;
    }
    body .header-logo-image img {
        width: 120px;
    }
    .header-bottom{
        min-height: 45px;
    }
    .header-links #mobileNav{
        text-align: left;
    }
    body .slider-slideshow-description .slider-slideshow-description-texts {
        padding:0;
    }
    
    .header-container .header-logo {
        /*margin-bottom:-30px;*/
    }
    
    .header-bottom-wrapper {
         -ms-grid-columns:  20% auto 20%;
        grid-template-columns: 20% auto 20%;
            min-height: 50px;
    }
    
    body .header-bottom-wrapper > *:nth-child(1){
         -ms-grid-column: 3;
        grid-column: 2 / 3;
        -ms-grid-row: 1;
        grid-row: 1 / 1;
    }
    
  .right, .left {
    width:100%;
    padding:20px;
  }

    body.product-special .product-view>*, body.product-category .product-view>*{
        width: calc(50% - 15px);   
        margin-left: 7.5px!important;
        margin-right: 7.5px!important;
    }
    
    body .mi-button {
        margin-left:0;
    }
    
    body .newsletter-grid {
        display: block;
    }
    
    body .footer-upper-contet {
            display: block;
    }
    
    .footer-menu {
        display:block;
    }
    
    .footer-bottom {
        text-align:center;
    }
    body .header-container #cart .cart-dropdown{
        width: 50px;
    }
    body .header-container #cart>a .badge {
        position: absolute;
        transform: none;
        left: 10px;
        top: -8px;
        background: none;
    }
    body .footer-upper-contet>* {
      width: 100%;
  }
}
@media only screen and (max-width: 992px) { 
    .category-slide-container{
        padding: 0 30px;
    }
}

@media only screen and (max-width: 600px) { 
    .header-top-left .brand{
        width: calc(33.333% - 10px);
        max-width: 100px;
    }
    .header-top-left .brands-menu {
        flex-wrap: wrap;
    }
    .header-top-left .brand{
        /*flex: none;*/
    }
    body.product-product .product-image-column{
        /*margin-right: 0%;*/
        position: relative;
        width: 100% !important
    }
}
@media only screen and (max-width: 414px) { 
    .cta-banner h3 {
        font-size: 30px;
        line-height: 42px;
    }
    .header-bottom {
        min-height: 0px;
    }
    body .header-logo-image img {
        width: 110px;
    }
    .header-top-left .brand{
        width: calc(50% - 10px);
    }
    .header-top-left .brands-menu {
        flex-wrap: wrap;
    }
    .header-top-left .brand{
        /*flex: none;*/
    }
}

.search-custom .search-box{
    border-radius: 0px!important;
    background: transparent!important;    
    border: none!important;
    border-bottom: 1px solid #8c8c8c!important;
    width: 100%!important;
}

.header-logo-image{
    padding: 0px 0px;
}
.search-custom .search-box input{
    background-color: transparent!important;
    color: #cccccc!important;
}

.search-custom .search-box button i{
    color: #cccccc!important;
    font-size: 16px!important;
    font-weight: 300!important;
}

.brand-slide-section{
    /*margin-top: -55px;*/
}
.home-section-flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.home-section-child{
    width: 25%;
    overflow: hidden;
}
.home-section-child > div:nth-child(2){
    width: 85%;
}
.home-section-child p{
    font-size: 24px;
    color: #fff;
    line-height: 1.2em;
}
.home-section-child:hover .image-container img{
    transform: scale(1.05);
    transition: all 0.2s;
}
.home-section-child a{
    font-size: 24px;
    font-weight: 600;
}
.home-section-child a:hover,.home-section-child a:active{
    transform: scale(1.05);
}
.home_category_child{
    background-color: #000;
    border-top: 8px solid transparent;
}
.home_category_child img{
    transform: scale(1);
}
.home_category_child h3{
    color: #cccccc;
    font-size: 15px;
    width: 80%;
    text-shadow: 1px 1px 4px #000;
}
.home_category_child .image-container{
    overflow: hidden;
    display: block;
}
.home_category_child:hover{
    cursor: pointer;
    border-top: 5px solid #ccc;
}
.home_category_child:hover .image-container img{
    transform: scale(1.05);
    transition: all 0.3s;
}
.slick-slide .home_category_child img{
    margin: 0 auto;
}
#home_category_slider .slick-slide {
    margin: 0 7.5px;
}
#home_category_slider .slick-list {
    margin: 0 -15px;
}
.category-slide-section > h3{
    margin-bottom: 30px;
    color: #fff;
}

#home_category_slider .slick-nav.slick-disabled{
    display:none!important;
}
#home_category_slider .slick-nav{
    width: 15px!important;
    height: 100%;
    background-color: transparent;
    top: 0;
}
#home_category_slider .slick-nav.right{
    right: -30px;
}
#home_category_slider .slick-nav.left{
    left: -30px;
}
#home_category_slider .slick-nav.left:after,#home_category_slider .slick-nav.right:after{
    font-family: 'FontAwesome';
    font-size: 20px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    color: #fff;
}
#home_category_slider .slick-nav.left:after{
    content: '\f053';
}
#home_category_slider .slick-nav.right:after{
    content: '\f054';
}

.category-icon-slide-section{
    background-color: #111111;
    padding: 10px 0;
    z-index: 5;
    position: fixed!important;
    top: 99px;
    left: 0%!important;
    width: calc(100vw)!important;
    transition: all 0.2s;
}

.category-icon-slide-section.header-scroll{
    top:0px;
    transition: all 0.2s;
}
.category_icon_child a{
    display: flex!important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.category_icon_child img{
    width: 30px;
    /*margin: 0 auto;*/
    transition: visibility 0s, opacity 1s linear;
}
.category_icon_child img.hide{
    display: block!important;
    visibility: hidden;
    height: 0px!important;
    transition: visibility 0s, opacity 1s linear;
}
.category_icon_child h3{
    margin-top: 2px;
    font-size: 13px;
    color: #d0d0d0;
    font-weight: 500;
    padding: 0 10px;
    height: 30px;
    overflow: hidden;
    margin-bottom: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: color .5s ease;
}
.category_icon_child:hover .image-container img:first-child,.category_icon_child.active .image-container img:first-child{
    visibility: hidden;
    height:0px!important;
    display: none;
    transition: visibility 0s, opacity 1s linear;
}
.category_icon_child:hover .image-container img:nth-child(2),.category_icon_child.active .image-container img:nth-child(2){
    visibility: visible!important;
    display: block!important;
    height:auto!important;
}
.category_icon_child:hover h3,.category_icon_child.active h3{
    color:#fff!important;
}
#category_icon_slider .slick-nav.slick-disabled{
    display:none!important;
}
#category_icon_slider .slick-nav{
    width: 15px!important;
    height: 100%;
    background-color: transparent;
    top: 0;
}
#category_icon_slider .slick-nav.right{
    right: -30px;
}
#category_icon_slider .slick-nav.left{
    left: -30px;
}
#category_icon_slider .slick-nav.left:after,#category_icon_slider .slick-nav.right:after{
    font-family: 'FontAwesome';
    font-size: 20px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    color: #fff;
}
#category_icon_slider .slick-nav.left:after{
    content: '\f053';
}
#category_icon_slider .slick-nav.right:after{
    content: '\f054';
}

.no-product-container{
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    padding: 50px 0;
    margin-bottom: 60px;
}

.banner-background{
    padding-bottom: 15%;
}
.product-view{
    flex-direction: row;
    margin: 0 0;
    margin-top: 50px;
}
.product-view>*.product-block{
    border: 0px solid #dedede!important;
    width: calc(25% - 20px);
    margin: 0 10px;
    margin-bottom: 80px;
}
.product-block{
    background-color: #000!important;
    margin-bottom: 80px;
}
.product-block:hover{
    box-shadow: none!important;
}
.product-block:hover .product-button{
    box-shadow: none!important;
}
.product-block .product-button .btn-default{
    background-color: #fff;
}
.product-block .product-button .more-btn{
    background-color: #a2cd3a;
}
.product-block .product-button .more-btn:hover{
    border-color: #3e4042!important;
    background-color: #3e4042!important;
    color: #fff!important;
}
.product-block .product-name{
    text-align: left;
    padding: 14px 15px 15px!important;
    padding-bottom: 0px!important;
}
.product-block .product-short-desc{
    text-align: left;
    padding: 0px 15px 15px!important;
    font-size: 13px;
    padding-bottom: 0px!important;
    color: #fff;
    /*height: 20px;*/
    overflow: hidden;
}
.product-block .product-short-desc p{
    margin-bottom: 0px;
}
.product-block .product-name a{
    color: #fff!important;
    font-weight: 600;
    font-size: 16px;
}
.product-block .product-details{
    width: 100%;
    text-align: left;
    padding: 10px 15px!important;
    color: #fff;
    padding-bottom: 0px!important;;
}
.product-block .product-details .price .price-old{
    color: #fff;
    opacity: 1;
    padding-left: 6px;
}
.product-block .product-details .product-no-view {
    display: flex;
    flex-direction: row;
    align-items: center;
}
 .product-block .product-details .product-additional-info{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    margin-top: 12px;
}
 .product-block .product-details .product-additional-info .product-no-view,
 .product-block .product-details .product-additional-info .discount-info{
    width: 50%;
}
 .product-block .product-details .product-additional-info .discount-info{
    color: #ffffff;
    text-align: right;
    font-size: 14px;
    font-weight: 600;
}
 .product-block .product-details .product-no-view img{
    width: 18px;
}
.product-block .product-details .product-no-view .fa{
    font-size: 18px;
}
 .product-block .product-details .product-no-view span{
    padding-left: 10px;
    font-size: 14px;
    font-weight: 600;
}
 .product-view .product-block img{
    padding: 0px;   
}
.sub-cat-floating{
    display: block;
    position: fixed;
    z-index: 6;
    right: 0px;
    top: 30%;
    max-width: 70px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sub-cat-floating a{
    display: inline-block;
    position: relative;
    right: 0;
    padding: 12px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    width: 100%;
    height: 70px;
    background-color: #111111;
    vertical-align: top;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 15px;
    box-shadow: 0px 0px 4px #ffd100;
}

.sub-cat-floating .title {
    position: absolute;
    width: 300px;
    top: 0;
    right: -300px;
    opacity: 0;
    padding: 20px;
    background-color: #111111;;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.sub-cat-floating .icon_hover{
    display: none;
}
.sub-cat-floating a:hover{
    box-shadow: 0px 0px 4px #fff!important;
}
.sub-cat-floating a:hover .icon_hover{
    display: inline-block;
}
.sub-cat-floating a:hover .icon_main{
    display: none;
}

.sub-cat-floating a:hover .title {
    width: 300px;
    right: 100%;
    height: 70px;
    line-height: 30px;
    opacity: 1;
    font-size: 18px;
    box-shadow: 0px 0px 4px #fff!important;
    color: #fff;
    display: none;
}

body >.container a.discount_tag{
    right: 0px;
    top: 15px;
    background: #a2cd3a;
    padding: 5px 12px;
    font-size: 14px;
    font-weight: 600;
    color: #fff!important;
}

.sticker {
    padding: 5px 12px!important;
    line-height: 1.4;
    font-size: 14px!important;
    z-index: 2;
    top: 15px!important;
    font-weight: 600;
    right: auto!important;
    left: 0px;
}

#header-main-menu .sub-menus{
    display: none;
}
#header-main-menu .has-child{
    position: static;
}
/*#header-main-menu .has-child:hover .sub-menus{
    display: block;
    position: absolute;
    top: 45px;
    background-color: black;
    width: 300px;
    padding: 10px 5px;
}*/
#header-main-menu .sub-menus .second-level{
    margin: 0px 15px 8px;
    width: calc(25% - 30px);
} 
#header-main-menu .sub-menus .second-level .third-level a{
    font-size: 12px!important;
    color: #8c8c8c!important;
    font-weight: 500!important;
}
body .header-container .header-menu #header-main-menu .sub-menus .second-level  a{
    font-size: 14px;
    padding: 0;
    width: 100%;
    display: inline-block;
    margin: 0;
}
#header-main-menu .sub-menus .second-level > a{
    
}
body .header-container .header-menu #header-main-menu .sub-menus .second-level.active a{
    color: #ffD100;
}

.product-block .product-details .rating{
    margin-top: 12px;
}

.fa-stack{
    width: 1.8em!important;
}

.product-product .page-banner{
    display: none;
}

.product-product .product-image-main-container{
    /*background-color: #2e2e2e;*/
    border: none;
}
.product-product .container #content{
    margin-top: 40px;
}

.product-product .nav>li>a{
    min-width: 180px;
    text-align: center;
    font-weight: 600;
}
.product-product .nav.nav-tabs{
    border-bottom: 1px solid #565656;
}
.product-product .nav>li>a:hover{
    color: #000!important;
}
.product-product h3.related_heading{
    font-size: 32px;
    text-align: center;
    margin: 15px 0 30px;
}
.product-product hr{
    border-top: 1px solid #565656;
}

.product-product .product-block img{
    padding: 0px;
}
.product-product .product-block {
    border: 0px solid #dedede;
    margin: 0 10px;
    margin-bottom: 80px;
    background-color: #000;
}

.product-product .no-product-container{
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    padding: 50px 0;
    margin-bottom: 60px;
}

.product-product .banner-background{
    padding-bottom: 15%;
}
.product-product .product-view{
    flex-direction: row;
    margin: 0 10%;
    margin-top: 50px;
}
.product-product .product-block{
    border: 0px solid #dedede;
    width: calc(33.333% - 20px);
    margin: 0 10px;
    margin-bottom: 80px;
    background-color: #000;
}
.product-product .product-block:hover{
    box-shadow: none;
}
.product-product .product-block:hover .product-button{
    box-shadow: none;
}
.product-product .product-block .product-button .btn-default{
    background-color: #fff;
}
.product-product .product-block .product-name{
    text-align: left;
    padding: 14px 15px 15px;
    padding-bottom: 0px;
}
.product-product .product-block .product-name a{
    color: #fff!important;
    font-weight: 600;
}
.product-product .product-block .product-details{
    width: 100%;
    text-align: left;
    padding: 10px 15px;
    color: #fff;
    padding-bottom: 0px;
    margin-top: 0px;
}
.product-product .product-block .product-details .price .price-old{
    color: #fff;
    opacity: 1;
}
.product-product .product-block .product-details .price .price-new{
    padding-left: 6px;
}
.product-product .product-block .product-details .product-no-view {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.product-product .product-block .product-details .product-additional-info{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 12px;
}
.product-product .product-block .product-details .product-additional-info .product-no-view,
.product-product .product-block .product-details .product-additional-info .discount-info{
    width: 50%;
}
.product-product .product-block .product-details .product-additional-info .discount-info{
    color: #e11f26;
    text-align: right;
    font-size: 13px;
}
.product-product .product-block .product-details .product-no-view img{
    width: 18px;
}
.product-product .product-block .product-details .product-no-view span{
    padding-left: 10px;
    font-size: 13px;
}
.product-product .product-block img{
    padding: 0px;   
}
#featured_slider_related_products_ .slick-nav{
    background: transparent;
}
#featured_slider_related_products_ .slick-nav.slick-disabled {
    display: none!important;
}
#featured_slider_related_products_ .slick-nav.left:after {
    content: '\f053';
}
#featured_slider_related_products_ .slick-nav.right:after {
    content: '\f054';
}
#featured_slider_related_products_ .slick-nav.left:after, #featured_slider_related_products_ .slick-nav.right:after {
    font-family: 'FontAwesome';
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}

.product-view>*.product-block .product-button .more-btn:hover{
    border: 1px solid #fff!important;
}
.product-view>*.product-block .product-button .btn-default:hover,
.product-view>*.product-block .product-button .btn-default:focus,
.product-view>*.product-block .product-button .btn-default:active{
    background-color: #fff!important;
    border: 1px solid #ccc!important;
    color: #000!important;
}
.product-view>*.product-block .product-button .btn-default.more-btn:hover,
.product-view>*.product-block .product-button .btn-default.more-btn:focus,
.product-view>*.product-block .product-button .btn-default.more-btn:active{
    background-color: #3e4042!important;
    border: 1px solid #3e4042!important;
    color: #fff!important;
}
.featured-module .featured{
    margin-bottom:50px; 
}
.featured-module .slick-slide .product-block{
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 40px;
}
body .featured-module .slick-slide .product-block .product-button{
    bottom: 0px;
}
.product-product .product-image-additional-container img{
    border: 1px solid transparent!important;
    background-color: #000;
}
.product-product .product-image-additional-container img:hover{
    border: 1px solid #fff!important;
}
.color-radio{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.color-radio .radio{
    margin-right: 5px;
    margin-bottom: 12px;
}
.color-radio .radio label{
    padding-left: 0px;
    margin-right: 0px;
}
.color-radio .radio label .image-container{
    display: flex;
    flex-direction: column;
    background-color: #2f2f2f;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border:2px solid #2f2f2f;
}
.color-radio .radio label .image-container img{
    margin-bottom: 5px;
}
.color-radio .radio{
    /*flex: 1 1 auto;*/
}
.color-radio .radio input{
    display: none;
}
.color-radio .radio input:checked ~ .image-container{
    border:2px solid #fff;
}

.product-image-main .slick-nav{
    background: transparent!important;
}
.product-image-main .slick-nav.slick-disabled {
    display: none!important;
}
.product-image-main .slick-nav.left:after {
    content: '\f053';
}
.product-image-main .slick-nav.right:after {
    content: '\f054';
}
.product-image-main .slick-nav.left:after, .product-image-main .slick-nav.right:after {
    font-family: 'FontAwesome';
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}

.product-image-additional .slick-nav{
    background: transparent!important;
}
.product-image-additional .slick-nav.slick-disabled {
    display: none!important;
}
.product-image-additional .slick-nav.left:after {
    content: '\f053';
}
.product-image-additional .slick-nav.right:after {
    content: '\f054';
}
.product-image-additional .slick-nav.left:after, .product-image-additional .slick-nav.right:after {
    font-family: 'FontAwesome';
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}
.product-image-additional-container .slick-slide{
    /*background-color: #2e2e2e;*/
}
.product-share{
    margin: 15px 0!important;
}
.product-share > span{
    min-width: 65px;
    font-size: 14px;
    font-weight: 600;
}
.product-product .product-qty .btn-number{
    background-color: #000000;
    border-color: #000000;
}
.product-product .product-qty .btn-number:hover,
.product-product .product-qty .btn-number:active,
.product-product .product-qty .btn-number:focus{
    outline: none;
    color: #000;
}
.product-product .product-qty .btn-number .glyphicon{
    font-size: 10px;
}

#button-cart,#form-review .btn-primary{
    color: #000;
    font-weight: 600;
}

#button-cart:hover{
    transform: translateY(-4px);
}
.theme-checkbox{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.theme-checkbox .checkbox input{
    display: none;
}
.theme-checkbox .checkbox label .image-container {
    display: flex;
    flex-direction: column;
    background-color: #2f2f2f;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border: 2px solid #2f2f2f;
    margin-bottom: 12px;
}
.theme-checkbox .checkbox{
    margin-top: 0px;
    margin-bottom: 0px;
}
.theme-checkbox .checkbox label {
    padding-left: 0px;
    margin-right: 15px!important;
}
.theme-checkbox .checkbox input:checked ~ .image-container{
    border: 2px solid #fff;
}
.product-image-main.slick-slider{
    padding: 0;
    background-color: #000000;
}
#product .theme-radio{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
#product .theme-radio .option-description{
    margin-bottom: 15px;
}
#product .theme-radio .control-label{
    text-transform: uppercase;
}
#product .theme-radio .radio input{
    display: none;
}
#product .theme-radio .radio label{
    padding-left: 0px;
    width: 100%;
}
#product .theme-radio .radio label .image-container {
    display: flex;
    flex-direction: column;
    background-color: #2f2f2f;
    align-items: flex-start;
    justify-content: center;
    padding: 5px 10px;
    border: 2px solid #2f2f2f;
    margin-bottom: 8px;
}
#product .theme-radio .radio input:checked ~ .image-container {
    border: 2px solid #fff;
}
.product-image-main-container.is_sticky{
    top: 100px!important;
}
.product-product .info_sticky.is_sticky{
    z-index: 4;
    background-color: #000;
    border: 1px solid yellow;
    padding-left: 25px;
    padding-top: 15px;
}
.product-product .info_sticky.is_sticky .product-name{
    font-size: 22px;
}
.product-product .info_sticky.is_sticky .product-category{
    font-size: 18px;
    margin-bottom: 10px;
}
.product-product .info_sticky.is_sticky .product-price,.product-product .info_sticky.is_sticky .product-special-price{
    font-size: 20px;
    margin-bottom: 5px;
}
.info_sticky.is_sticky{
    top: 98px!important;
}
.product-view .product-image-block{
    background-color: #000;
}
#enquiry .img-thumbnail, #cart .img-thumbnail{
    background-color: #000;
    border: none;
}
.quickcheckout-content #login #button-login{
    min-height: 46px;
    padding: 0;
}

.product-search .product-view .product-image-block{
    background-color: #e2e2e2;
}
.product-search .product-view>*.product-block .product-name {
    text-align: left;
    padding: 14px 15px 15px;
    padding-bottom: 0px;
}
.product-search .product-view>*.product-block .product-details .product-additional-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 12px;
}
.product-search .product-view>*.product-block .product-details {
    width: 100%;
    text-align: left;
    padding: 10px 15px;
    color: #fff;
    padding-bottom: 0px;
}
.product-search .product-view>*.product-block .product-name a {
    color: #000!important;
    font-weight: 600;
}
body.product-search .product-view>*.product-block{
    background-color: #e2e2e2;
    margin-bottom: 70px;
}
.product-search .product-view>*.product-block .product-details .product-additional-info .product-no-view, .product-search .product-view>*.product-block .product-details .product-additional-info .discount-info {
    width: 50%;
}
.product-search .product-view>*.product-block .product-details .product-no-view {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.product-search .product-view>*.product-block .product-details .product-no-view img {
    width: 18px;
}
body.product-search .product-block .product-details .price .price-old,
body.product-search .product-block .product-details .price{
    color: #000;
    font-weight: 600;
}
body.product-search .product-block .product-details .price .price-new{
    font-weight: 600;
}
.product-search .rating .fa-star,
.product-search .rating .fa-star + .fa-star-o{
    color: #828282;
    font-size: 15px;
}
.product-search .product-view>*.product-block .product-details .product-additional-info .product-no-view span{
    color: #000;
    font-weight: 600;
}
.product-search .product-view>*.product-block .product-details .product-additional-info .discount-info{
    color: red;
    text-align: right;
    font-weight: 600;
}
body.product-search >.container a.discount_tag{
    background: #a2cd3a;
    color: #fff!important;
}
.product-search .product-view>*.product-block .product-details .product-additional-info .product-no-view .fa{
    color: #000;
}
.product-search .product-view>*.product-block .product-details .product-no-view span {
    padding-left: 10px;
    font-size: 13px;
}
.product-search .product-view>*.product-block:hover .product-button {
    box-shadow: none;
}
.product-search .product-view>*.product-block .product-button .btn-default {
    background-color: #fff;
}
body.product-search .container a .more-btn {
    background: #a2cd3a!important;
    border: 2px solid #a2cd3a!important;
}

.checkout-cart .table a img{
    background-color: #e2e2e2;
}

.quickcheckout-cart td.image img {
    background-color: #e2e2e2;
}
body.account-account .account-container a:hover h3, 
body.account-account .account-container a:hover p, 
body.account-account .account-container a:focus h3,
body.account-account .account-container a:focus p{
    color: #a2cd3a;
}
body.product-search .product-block:hover {
    -webkit-box-shadow: -2px 0px 20px -1px rgba(133,133,133,1);
    -moz-box-shadow: -2px 0px 20px -1px rgba(133,133,133,1);
    box-shadow: -2px 0px 20px -1px rgba(133,133,133,1);
}
.brand_product_list_content{
    margin-top: 84px;
}
.header-links #mobileNav .fa{
    color: #fff;
}
.product-inner-flex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.fcategory_tab ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.fcategory_tab ul.nav-pills>li{
    margin: 0 15px;
}
.fcategory_tab ul.nav-pills>li a{
    color: #4d4d4f;
    font-size: 17px;
    text-transform: uppercase;
    border-bottom: 6px solid transparent;
}
.fcategory_tab h3.home-heading{
    margin-bottom: 15px;
}
.fcategory_tab ul.nav-pills>li.active a{
    color: #4d4d4f;
    background-color: transparent;
    border-bottom: 6px solid #a2cd3a;
}

body.common-home .bnews-list .artblock:hover{
    -webkit-box-shadow: -15px 0px 20px -20px rgba(0,0,0,0.66);
    -moz-box-shadow: -15px 0px 20px -20px rgba(0,0,0,0.66);
    box-shadow: -15px 0px 20px -20px rgba(0,0,0,0.66);
}
body.common-home .news_latest .owl-nav .owl-prev{
    left: -25px;
}
body.common-home .news_latest .owl-nav .owl-next{
    right: -25px;
}
body.common-home .news_latest .owl-nav .disabled{
    display: none;
}
body.common-home .bnews-list .artblock .col-left{
    background-color: #fff;
}
body.common-home .bnews-list .artblock .blog-button a{
    font-weight: 600;
    color: #a2cd3a;
}
@media only screen and (max-width: 1200px) { 
    .home-section-child{
        width: 50%;
    }
}
@media only screen and (max-width: 992px) { 
    .product-view{
        margin: 0 0;
        padding: 20px 0;
    }
    #category_icon_slider .slick-nav.right {
        right: 0px;
    }
    #category_icon_slider .slick-nav.left {
        left: 0px;
    }
    body.product-product .product-image-column{
        margin-right: 0%;
    }
    .product-view>*.product-block{
        width: calc(33.333% - 20px);
        margin: 0 10px;
        margin-bottom: 80px;
    }
}
@media only screen and (max-width: 768px) { 
    
    .section-space.brand-slide-section{
        margin-top: 0px;
        padding: 0!important;
    }
    .product-block .product-name{
        padding: 10px 10px 5px!important;
    }
    .product-block .product-name a{
        font-size: 15px;
    }
    .product-block .product-short-desc{
        padding: 0px 10px 15px!important;
    }
    .product-block .product-details{
        padding: 8px 10px!important;
    }
    body .product-block .product-details .price .price-new{
        font-size: 15px;
    }
    .product-block .product-details .rating {
        margin-top: 10px;
    }
    .rating .fa-stack {
        font-size: 7px;
    }
    .product-block .product-details .product-no-view .fa {
        font-size: 15px;
    }
    .product-block .product-details .product-no-view span{
        padding-left: 8px;
        font-size: 13px;
    }
    .product-block .product-details .product-additional-info .discount-info{
        font-size: 12px;
    }
    
    body .product-block .product-button > * button,
    .product-block .product-button>*:last-child{
        min-width: 100%!important;
        height: 35px!important;
        min-height: 35px!important;
        font-size: 13px;
        padding: 0;
        padding: 5px 10px!important;
    }
    .product-block .product-button>*:last-child{
        min-width: 50%!important;
    }
    body .product-block .product-button{
        bottom: -30px;
    }
    .product-view {
        padding: 10px 0px;
    }
    .product-view>*.product-block {
        width: calc(33.333% - 15px);
        margin: 0 7.5px;
    }
    .brand_product_list_content .product-view{
        margin: 0 -15px;
    }
    .home_category_child h3 {
        color: #cccccc;
        font-size: 14px;
    }
    .category-icon-slide-section{
        top: 90px;
    }
    .category_icon_child a img{
        width: 26px;
    }
    .category_icon_child h3{
        font-size: 13px;
        height: 30px;
    }
    .sub-cat-floating img{
        width: 35px;
    }
    .sub-cat-floating a{
        height: 50px;
    }
    .sub-cat-floating{
        max-width: 50px;
    }
    .sub-cat-floating a:hover .title {
        width: 220px;
        right: 100%;
        height: 50px;
        line-height: 30px;
        opacity: 1;
        font-size: 14px;
        box-shadow: 0px 0px 4px #fff!important;
        color: #fff;
    }
    .no-product-container{
        font-size: 16px;
    }
    .product-product .product-image-additional-container .slick-nav.right, .product-product .product-image-additional-container .slick-nav.next{
        right: -40px!important;
    }
    .product-product .product-image-additional-container .slick-nav.left, .product-product .product-image-additional-container .slick-nav.prev{
        left: -40px!important;
    }
    #product-tabs {
        margin-top: 40px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    #product-tabs li{
        width:50%;
    }
    .info_sticky.is_sticky {
        top: 90px!important;
    }
    .product-product .info_sticky.is_sticky{
        padding-left: 10px;
        padding-top: 10px;
    }
    .product-product .info_sticky.is_sticky .product-name {
        font-size: 17px;
        margin-bottom: 5px;
    }
    .product-product .info_sticky.is_sticky .product-category {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .product-product .info_sticky.is_sticky .product-price, .product-product .info_sticky.is_sticky .product-special-price {
        font-size: 15px;
        margin-bottom: 0px;
    }
    .product-inner-flex{
        display: block;
    }
}
@media only screen and (max-width: 600px) {
    .product-description .product-description > div{
        overflow-x: scroll;
    }
    .home-section-child{
        width: 100%;
    }
    .product-brand_product_list .product-view>*.product-block{
        width: calc(50% - 20px);
    }
    .product-brand_product_list .product-view{
        padding: 10px 0;
    }
}
@media only screen and (max-width: 414px) { 
    .product-product .info_sticky.is_sticky .price-wrapper{
        margin-bottom: 6px;
    }
    .product-product .info_sticky.is_sticky {
        padding-left: 6px;
        padding-top: 6px;
        margin: 0 -15px;
        width: 100%!important;
    }
    .product-product .info_sticky.is_sticky .product-name {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .product-product .info_sticky.is_sticky .product-category {
        font-size: 13px;
        margin-bottom: 5px;
    }
    body .product-block .product-button {
        bottom: -30px;
    }
    body .product-block .product-button > * button, .product-block .product-button>*:last-child {
        min-width: 100%!important;
        height: 30px!important;
        min-height: 30px!important;
        font-size: 12px;
        padding: 0;
        padding: 5px 5px!important;
    }
    .product-block .product-button>*:last-child {
        min-width: 50%!important;
    }
    .product-block .product-details .product-additional-info .product-no-view, .product-block .product-details .product-additional-info .discount-info{
        width: 100%;
    }
    .product-block .product-details .product-additional-info .discount-info{
        text-align: left;
    }
    .product-block .product-details .product-no-view span {
        padding-left: 5px;
        font-size: 12px;
    }
    .product-block .product-details .rating {
        margin-top: 5px;
    }
    .product-block .product-details .product-additional-info{
        margin-top: 5px;
    }
    .rating .fa-stack {
        font-size: 5px;
    }
    .rating .fa-star{
        font-size: 12px;
    }
    .rating .fa-star-o {
        font-size: 12px;
    }
    .product-block .product-name a {
        font-size: 13px;
    }
    .product-block .product-short-desc{
        font-size: 12px;
    }
    body .product-block .product-details .price .price-new {
        font-size: 13px;
    }
    body .product-block .product-details .price .price-old{
        font-size: 12px;
    }
    .mailchimp-integration h3{
        font-size: 24px;
    }
    
    body .mailchimp-integration .form-control {
        height: 40px;
        margin-right: 20px;
        text-transform: uppercase;
        font-size: 13px;
        text-align: center;
    }
    .mi-button .btn {
        background: #202020;
        height: 40px!important;
        min-height: 40px!important;
        font-size: 13px;
    }
    body .newsletter-section{
        padding: 35px 15px!important;
    }
    body .mi-toptext{
        margin-bottom: 15px;
    }
    .product-brand_product_list .product-view>*.product-block{
        width: calc(50% - 20px);
        margin-bottom: 45px;
        padding-bottom: 0px;
    }
    .category-icon-slide-section {
        top: 92px;
        padding: 8px 0;
    }
    .category_icon_child h3 {
        font-size: 11px;
        height: 25px;
        margin-top: 5px;
    }
    .no-product-container{
        font-size: 14px;
    }
    #product-tabs li{
        width:100%;
    }
    .info_sticky.is_sticky {
        top: 93px!important;
    }
    #category_icon_slider .slick-nav.left:after, #category_icon_slider .slick-nav.right:after {
        font-size: 14px;
    }
}
.header-top-left .brands-menu div:not(:first-child){
    /*display: none;*/
}
.product-product #featured_slider_related_products_ .product-block .product-name{
    height: 52px;
    overflow: hidden;
}
.product-product #featured_slider_related_products_ .product-block .product-details .product-additional-info{
    height: 45px;
    overflow: hidden;
}
body #featured_slider_related_products_ .product-block .product-details .price{
    height: 40px;
    overflow: hidden;
}
@media only screen and (max-width: 1024px) { 
    .product-search .product-block .product-button .btn-cart{
        border-right: 1px solid #b9b9b9;
    }
}

.header-top-left .brand a{
    width: 100%;
} 
#enquiry.slide-out-cart .dropdown-menu, #cart.slide-out-cart .dropdown-menu{
        height: 100%!important;
}

.footer-upper-contet> .footer-contact-info{
    flex: 0.2;
    text-align: left;
}
.footer-upper-contet> .footer-contact-info p{
    margin-bottom: 0;
    line-height: 20px;
}
.footer-upper-contet> .footer-contact-info a{
    color: #fff;
    font-weight:500;
    font-size: 14px;
}

@media only screen and (max-width: 768px) { 
    .footer-upper-contet> .footer-contact-info{
        text-align: center;
    }
}
.mail-float{
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0px;
    background-color: #252525;
    top: 30%;
    color: #000000;
    padding: 0px;
    z-index: 8;
}
.tel-float{
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0px;
    background-color: #252525;
    top: calc(30% + 85px);
    color: #000000;
    padding: 0px;
    z-index: 8;
}
.mail-float img, .tel-float img{
    width: 50px;
}
.mail-float .title, .tel-float .title{
    position: absolute;
    width: 300px;
    top: 0;
    left: -300px;
    opacity: 0;
    padding: 25px;
    background-color: #252525;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mail-float:hover,.tel-float:hover{
    transition: all 0.2s;
    transform: translateX(-4px);
}
.mail-float:hover .title,.tel-float:hover .title{
    display: inline-block;
    width: 230px;
    left: 66px;
    height: 70px;
    opacity: 1;
}

body.common-home .fcategory_tab .owl-carousel .owl-nav i {
    color: #a2cd3a;
    font-size: 42px;
    font-weight: 600;
}

body.common-home .fcategory_tab .owl-nav .owl-prev {
    left: -45px;
}
body.common-home .fcategory_tab .owl-nav .owl-next {
    right: -45px;
}
body.common-home .fcategory_tab .owl-nav .disabled {
    display: none;
}
body.common-home .fcategory_tab .product-block{
    height: 100%;
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 10px;
}

body.common-home .fcategory_tab .owl-stage{
    display: flex;
    flex: 0 1 auto;
    height: auto;
}
body.common-home .fcategory_tab .product-block .product-button {
    bottom: 0px;
}
body.common-home #news_latest .owl-nav .owl-prev {
    left: -45px;
}
body.common-home #news_latest .owl-nav .owl-next {
    right: -45px;
}
.header-coupon-info{
    color: #cccccc;
    font-size: 14px;
}
#side-categories{
    display: none;
}

.product-category .product-view{
    margin: 0 -15px;
    padding-left: 15px!important;
    padding-right: 0px!important;
}
#side-price .ui-slider-range{
    background: #a2cd3a!important;
}
#side-price .ui-slider-handle {
    background: #fff!important;
    border: 2px solid #a2cd3a;
    width: 18px!important;
    height: 18px!important;
}
#side-price .ui-slider-horizontal{
    height: 3px!important;
}

#side-categories .group .item a, #side_filter label, #side-manufacturer label {
    font-size: 13px;
    color: #000;
    margin-bottom: 15px!important;
}
#side-manufacturer label input{
    margin-right: 10px!important;
}
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border: 1px solid #d6d6d6;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.theme_checkbox {
    display: block;
    position: relative;
    padding-left: 35px!important;
    margin-bottom: 20px!important;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.theme_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.theme_checkbox .checkmark:after {
    left: 5px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.theme_checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}
.theme_checkbox input:checked ~ .checkmark:after {
    display: block;
}
.theme_checkbox input:checked ~ .checkmark {
    background-color: #a2cd3a;
    border: 1px solid #a2cd3a;
}
.product-listing-sort-container .input-group .input-group-addon{
    font-weight: 600;
}
#side-manufacturer{
    border-bottom: 1px solid #e0e0e0;
}
#side-manufacturer .list-group-item,
#side_filter .list-group-item{
    padding-left: 0px!important;
}
#filter-groups .panel .list-group .list-group-item.item-header{
    margin-bottom: 0px!important;
    
}
#filter-groups > #side_filter{
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px!important;
}
#side_filter .list-group-item {
    padding: 7px 15px;
}
#side-manufacturer .list-group-item:not(.item-header),
#side_filter .list-group-item:not(.item-header)
{
    padding-top: 0px;
    margin-bottom: 5px;
    padding-left: 0;
    
}
#side-manufacturer .list-group-item.item-header{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#side-price .list-group-item.item-header{
    margin-bottom: 0px;
}
#filter-groups>div{
    margin-bottom: 25px!important;
}

#product .product-qty .input-group-addon{
    font-weight: 600;
    text-align: left;
    padding-left: 0px;
    font-size: 14px;

}
img.mfp-img{
    background-color: #000;
}

#waiting_list .flex-group input{
    padding-left: 15px;
}
.product-block .product_out_of_stock{
    display: none;
}
.out-of-stock .product_out_of_stock{
    display: inline-block;
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 2px;
    border: 1px solid #ddd;
    color: red;
    font-weight: 600;
    letter-spacing: .7px;
}
.product-block.out-of-stock .btn-cart{
    opacity: 0.3;
    pointer-events: none;
    cursor: not-allowed;
}
.product-category #side-price .input-group {
    display: none;
}
.product-category #min, .product-category #max {
    width: 50px;
    text-align: center;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    top: 0px!important;
}
#filter-groups .panel{
    box-shadow: none;
}
#filter-groups .panel .list-group{
    border: none!important;
}
#header-main-menu .has-child .brand_megamenu{
    transform: rotateX(90deg);
    transform-origin: top;
    transition: all 0.45s;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 100%;
    display: flex;
    padding: 15px 0px;
    padding-bottom: 25px;
    flex-wrap: wrap;
    background-color: #111111;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 3px 6px #5a5a5a;
}
#header-main-menu .has-child:hover .brand_megamenu{
    opacity: 1;
    transform: rotateX(0deg);
}

#header-main-menu .has-child .brand_megamenu .container > div{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow-y: auto;
    max-height: 40vh;
    margin: 0 -15px;
}
#header-main-menu .has-child .leapfrog_megamenu{
    transform: rotateX(90deg);
    transform-origin: top;
    transition: all 0.45s;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 100%;
    display: flex;
    padding: 20px 0px;
    flex-wrap: wrap;
    background-color: #f3f3f3;
    width: 100%;
    margin: 0 auto;
    box-shadow: 1px 5px 5px #afafaf;
}
#header-main-menu .has-child:hover .leapfrog_megamenu{
    opacity: 1;
    transform: rotateX(0deg);
}

#header-main-menu .has-child .leapfrog_megamenu .container > div{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow-y: auto;
    max-height: 60vh;
    margin: 0 -15px;
}
#header-main-menu .sub-menus.leapfrog_megamenu .second-level{
    width: calc(20% - 30px);
}
#header-main-menu .sub-menus.leapfrog_megamenu .second-level > a > img{
    width: 140px;
}
#header-main-menu .sub-menus.leapfrog_megamenu .browse-product{
    width: 100%;
}
#header-main-menu .sub-menus.leapfrog_megamenu .browse-product a{
    color: #6c6c6c!important;
    font-size: 14px;
    font-weight: 600;
    margin: 0 auto;
    padding: 0;
}
#header-main-menu .sub-menus.leapfrog_megamenu .browse-product a:hover{
    color: #7cc24d!important;
}
#header-main-menu .sub-menus.leapfrog_megamenu .item {
    display: table;
    width: calc(100% + 1px);
    box-sizing: border-box;
    margin-bottom: 8px;
}
#header-main-menu .sub-menus.leapfrog_megamenu .item > a{
    font-weight: 600!important;
    color: #6c6c6c!important;
    font-size: 14px!important;
}
#header-main-menu .sub-menus.leapfrog_megamenu .item >* {
    display: table-cell;
    vertical-align: middle;
}
#header-main-menu .sub-menus.leapfrog_megamenu .item .toggle{
    width: 36px;
    text-align: center;
    position: relative;
}
#header-main-menu .sub-menus.leapfrog_megamenu .item .toggle:hover .toggle-icon:before{
    color: #7cc24d;
}
#header-main-menu .sub-menus.leapfrog_megamenu .item .toggle-icon:before {
    content: "\f067";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #6c6c6c;
}
#header-main-menu .sub-menus.leapfrog_megamenu .item.active .toggle-icon:before {
    content: "\f068";
    font-family: FontAwesome;
    font-style: normal;
}
#header-main-menu .sub-menus.leapfrog_megamenu .to-toggle {
    display: none;
    padding-left: 0px;
    padding-bottom: 5px;
}
#header-main-menu .sub-menus.leapfrog_megamenu .to-toggle.active {
    display: block !important;
}
#header-main-menu .sub-menus.leapfrog_megamenu .sub-item {
    display: table;
    width: calc(100% + 1px);
    box-sizing: border-box;
}
#header-main-menu .sub-menus.leapfrog_megamenu .second-level > a{
    margin-bottom: 15px!important;
}

#header-main-menu .has-child .leapfrog_megamenu .container > div::-webkit-scrollbar {
    width: 10px;
}
#header-main-menu .has-child .leapfrog_megamenu .container > div::-webkit-scrollbar-track {
    background: #dadada; 
}
 
#header-main-menu .has-child .leapfrog_megamenu .container > div::-webkit-scrollbar-thumb {
    background: #a2cd3a; 
}

#header-main-menu .has-child .leapfrog_megamenu .container > div::-webkit-scrollbar-thumb:hover {
    background: #a2cd3a; 
}
.retailer-wrapper .slick-nav{
    top: 50%;
    transform: translateY(-50%);
}
.retailer-wrapper{
    margin: 0 10px;
    margin-bottom: 30px;
}
.retailer-wrapper .slick-nav.slick-disabled{
    display: none!important;
}
.retailer-wrapper .slick-nav.right{
    right: -10px;
    width: 30px;
}
.retailer-wrapper .slick-nav.left{
    left: -10px;
    width: 30px;
}
.retailer-wrapper .slick-nav i{
    font-size: 35px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.retailer-wrapper .slick-track {
    display: flex;
    flex: 1 1 auto;
    height: auto;
    align-items: normal;
}
.retailer-wrapper .slick-slide {
    margin: 0px 7.5px;
    display: flex !important;
    flex: 1 1 auto;
    height: auto;
    float: none;
}
.retailer-wrapper .slick-slide > div{
    width: 100%;
}
.retailer-wrapper .retailer-block{
    height: 100%;
}
.retailer-wrapper .retailer-block a{
    height: 100%;
    display: flex;
    align-items: center;
}

.news-ncategory .list-group a{
    background-color: transparent;
    color: #000;
    border: none;
}
.news-ncategory h3{
    font-size: 16px;
    font-weight: 500;
}
.news-ncategory .list-group a.active,
.news-ncategory .list-group a:hover{
    color: #a2cd3a;
    font-weight: 600;
    border: none;
    text-shadow: none;
    background: transparent;
}
.news-ncategory .bnews-list .artblock .col-left{
    padding: 20px 30px;
}
.news-ncategory .bnews-list .artblock .description{
    display: inline-block;
    margin-bottom: 25px;
}
.news-ncategory .bnews-list .artblock .name a {
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    font-size: 16px;
}
.news-ncategory .bnews-list .artblock .article-meta{
    border: none;
    padding-top: 0px;
    padding-bottom: 0px;
}
.news-ncategory .bnews-list .artblock .name{
    margin-bottom: 12px;
}
.news-ncategory .bnews-list .artblock:hover {
    -webkit-box-shadow: -15px 0px 20px -20px rgba(0,0,0,0.66);
    -moz-box-shadow: -15px 0px 20px -20px rgba(0,0,0,0.66);
    box-shadow: -15px 0px 20px -20px rgba(0,0,0,0.66);
}
.news-ncategory .bnews-list .artblock .blog-button a{
    font-weight: 600;
}
.news-ncategory .bnews-list .artblock .blog-button a:hover{
    text-decoration: underline;
}
.article-share-text{
    font-weight: 600;
    margin-right: 15px;
}
.brands-menu-mobile{
    flex-wrap: wrap;
    margin-top: 20px;
}
.brands-menu-mobile .brand{
    margin: 0px 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    width: calc(50% - 20px);
}

.brands-menu-mobile .brand img {
    max-width: 100%;
    width: auto;
}

.brands-menu-mobile .brand img.hover{
    display: none;
}

.brands-menu-mobile .brand a:hover{
    opacity:0.7;
}
.brands-menu-mobile .brand a:hover img,.brands-menu-mobile .brand a.active img{
    display: none;
}
.brands-menu-mobile .brand a:hover img.hover,.brands-menu-mobile .brand a.active img.hover{
    display: inline-block;
}
.news-ncategory .pagination-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.news-ncategory ul.pagination{
    margin: 0;
}
.pagination>li {
    display: inline-block;
    margin-bottom: 10px;
}
.quickcheckout-checkout .blockUI.blockMsg h1{
    margin: 15px 0;
}
#coupon-content input, #voucher-content input {
    min-width: 0px;
}
.account-account .account-container a .icon-register:before {
    content: "\f02c";
    font-family: 'FontAwesome'!important;
}
.account-account .account-container a .icon-search:before {
    content: "\f002";
    font-family: 'FontAwesome'!important;
}
.theme-radio .warranty-product-options{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -7.5px;
}
.theme-radio .warranty-product-options .radio{
    width: calc(25% - 15px);
    margin: 0 7.5px;
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}
.theme-radio .warranty-product-options .radio > div{
    height: 100%;
}
.theme-radio .warranty-product-options .radio input:checked ~ .image-container {
    transition: all 0.2s;
    border: 2px solid #b3ce57;
}
.theme-radio .warranty-product-options .radio input:checked ~ .image-container:after{
    transition: all 0.2s;
    position: absolute;
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #b3ce57;
    font-size: 20px;
    right: 8px;
    top: 8px;
}
.theme-radio .warranty-product-options .radio label {
    padding-left: 0px;
    width: 100%;
}
.theme-radio .warranty-product-options .radio input {
    display: none;
}
.theme-radio .warranty-product-options .radio label .image-container {
    display: flex;
    flex-direction: column;
    background-color: #f8f8f8;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px 25px 10px 15px;
    border: 2px solid #fff;
    color: #000;
    font-size: 14px;
    height: 100%;
}
.theme-radio .warranty-product-options .radio label .image-container > div{
    font-size: 12px;
}
.theme-radio .warranty-product-options .no-product{
    padding-left: 8px;
    margin-bottom: 15px;
}
.account-register_warranty .control-label{
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 14px;
}
.account-register_warranty .theme-radio .text-danger{
    margin-top: -10px;
}
.search-custom{
    padding-right: 0px!important;
}
.download-row .download-item-body h4{
    margin-bottom: 5px;
}
.product-product #review .fa-stack{
    width: 16px!important;
}
.product-product #form-review #input-payment-captcha{
    padding-left: 15px;
}
#register_product fieldset{
    padding: 0;
}
.brand-slide-section .owl-nav .owl-next,.brand-slide-section .owl-nav .owl-prev{
    height: 100%;
    top: 0;
    width: 50px; 
}
.brand-slide-section .owl-nav .owl-next .slider-nav,.brand-slide-section .owl-nav .owl-prev .slider-nav{
    background: transparent;
    width: 100%;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%!important;
    transform: translate(-50%,-50%)!important;
    text-align: center;
}
.brand-slide-section .slider-nav .fa{
    color: #fff;
    font-size: 30px;
    font-weight: 400;
}

.leapfrog_theme #slideshow0 .owl-nav .owl-next,.leapfrog_theme #slideshow0 .owl-nav .owl-prev{
    height: 100%;
    top: 0;
    width: 50px; 
}
.leapfrog_theme #slideshow0 .owl-nav .owl-next .slider-nav,.leapfrog_theme #slideshow0 .owl-nav .owl-prev .slider-nav{
    background: transparent;
    width: 100%;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%!important;
    transform: translate(-50%,-50%)!important;
    text-align: center;
}
.leapfrog_theme #slideshow0 .slider-nav .fa{
    color: #a2cd3a;
    font-size: 30px;
    font-weight: 400;
}
/* LIGHT AND DARK THEME*/
.light_theme .product-block{
    background-color: #f5f5f5!important;
    border: none;
}
.light_theme .product-view .product-image-block{
    background-color: #f5f5f5!important;
}
.light_theme .product-block .product-name a {
    color: #000!important;
}
.light_theme .product-block .product-details{
    color: #000;
}
.light_theme .product-block .product-short-desc p{
    color: #000;
}
.light_theme .product-block .product-details .price .price-old{
    color: #191919;
}
.light_theme .product-block .product-details .price .price-new{
    color: #000;
}
.light_theme .breadcrumb li a{
    color: #000;
}
.light_theme .mi-button .btn{
    background-color: #202020;
}

.light_theme .home_category_child{
    background-color: #f5f5f5;
}
.light_theme .mailchimp-integration h3,
.light_theme .mi-toptext{
    color: #fff;
}
.light_theme .home_category_child h3{
    color: #ffffff;
    text-shadow: 1px 1px 6px #000;
}

.light_theme #enquiry.slide-out-cart .dropdown-menu .cart-header, .light_theme #cart.slide-out-cart .dropdown-menu .cart-header{
    color: #000;
    background-color: #fff;
}
.light_theme #enquiry .img-thumbnail, .light_theme #cart .img-thumbnail{
    background-color: #f5f5f5;
}
.light_theme #enquiry .dropdown-menu, 
.light_theme #cart .dropdown-menu{
    background-color: #fff;
    color: #000;
}
.dark_theme >.container a.discount_tag{
    color: #000!important;
}
.light_theme >.container a.discount_tag{
    color: #000;
}
.light_theme .product-description > span{
    color: #000;
}

.light_theme .product-price, .light_theme .product-special-price{
    color: #000;
}
.light_theme .product-price .old-prices{
    color: #898989;
}

.light_theme .product-image-main.slick-slider{
    background-color: #f5f5f5;
}

.light_theme.product-product .product-image-additional-container img{
    background-color: #f5f5f5;
}
.light_theme #product-tabs.nav-tabs>li>a{
    color: #000;
}
.light_theme #product-tabs.nav-tabs>li.active>a{
    /*color: #fff!important;*/
}

.light_theme #product .theme-radio .radio label .image-container{
    background-color: #ffffff;
    border: 2px solid #ebebeb;
}

.light_theme .color-radio .radio label .image-container{
    background-color: #ffffff;
    border: 2px solid #d8d8d8;
    color: #000;
}

.light_theme.product-product .info_sticky.is_sticky{
    background-color: #f5f5f5;
}

.light_theme .product-block .product-button .more-btn:hover{
    border-color: #202020!important;
    background-color: #202020!important;
}
body .header-bottom{
    background-color: rgba(8, 8, 8, 0.8)!important;
}

.light_theme img.mfp-img{
    background-color: #f5f5f5;
}

.light_theme .product-block .product-details .product-additional-info .discount-info{
    color: #a7a7a7;
}

.light_theme .category-icon-slide-section{
    background-color: #fff;
    box-shadow: 1px 1px 10px #ddd;
}

.light_theme .sub-cat-floating a{
    background-color: #252525;
}

.light_theme .sub-cat-floating a:hover .title{
    background-color: #252525;
}

.light_theme #header-main-menu .has-child .brand_megamenu{
    background-color: #ffffff;
    box-shadow: 1px 5px 5px #afafaf;
}

.light_theme .header-container .header-menu .second-level > a{
    color: #000!important;
    font-weight: 600!important;
}

.light_theme .submenu-wrapper{
    background-color: #fff;
    box-shadow: 1px 5px 5px #afafaf;
}

.light_theme.leapfrog_theme .submenu-wrapper{
    background-color: #f3f3f3;
    box-shadow: 1px 5px 5px #afafaf;
}
.light_theme.leapfrog_theme .header-container .header-menu .second-level > a:hover{
    color: #7cc24d!important;
}
.dark_theme .manufacturer a {
    color: #fff;
}
.light_theme .location-wrapper .location-block{
    border: 1px solid #dadada;
    color: #000;
}
.leapfrog_theme #header-main-menu .first-level > a:hover{
    color: #7cc24d!important;
}
.dark_theme .mail-float,
.dark_theme .tel-float{
    box-shadow: 2px 2px 5px #808080;
}

.dark_theme .mail-float:hover .title,.dark_theme .tel-float:hover .title{
    box-shadow: 5px 2px 5px #808080;
}
body.leapfrog_theme .breadcrumb li:last-child a{
    color: #7cc24d;
}

.dark_theme .help-block{
    color: #fff;
}
.dark_theme .help-block .text-danger{
    color: red;
}
@media only screen and (max-width:1600px){
    body .bnews-list .artblock .col-right{
        width: 40%;
    }
}
@media only screen and (max-width:1400px){
    #header-main-menu .sub-menus.leapfrog_megamenu .item > a{
        font-size: 13px!important;
    }
    #header-main-menu .sub-menus.leapfrog_megamenu .item .toggle-icon:before{
        font-size: 13px;
    }
    #header-main-menu .sub-menus.leapfrog_megamenu .second-level > a > img {
        width: 120px;
    }
}
@media only screen and (max-width:1200px){
    body.common-home .fcategory .product-thumb h4{
        padding: 0 15px!important;
    }
    body.common-home .fc_product_slider{
        margin: 0 25px;
    }
    body.common-home .fcategory_tab .owl-nav .owl-next {
        right: -25px;
    }
    body.common-home .fcategory_tab .owl-nav .owl-prev {
        left: -25px;
    }
    body.common-home .news_latest .container > div{
        margin: 0 20px;
    }
    body.common-home #news_latest .owl-nav .owl-next {
        right: -33px;
    }
    body.common-home #news_latest .owl-nav .owl-prev {
        left: -45px;
    }
}
@media only screen and (max-width:1024px){
    .product-block .product-button>*:last-child {
        border-right: 1px solid #adadad!important;
    }
}
@media only screen and (max-width:992px){
    .theme-radio .warranty-product-options .radio{
        width: calc(33.333% - 15px);
    }
    .header-mobile .mobile-search {
        padding: 10px 10px!important;
    }
    .leapfrog_theme .search-custom .search-box button i{
        color: #868686!important;
    }
    .brands-menu-mobile{
        display: none!important;
    }
    .fcategory .container .product-layout{
        width: 25%;
    }
}
@media only screen and (max-width:768px){
    body.common-home .fcategory_tab .product-block{
        padding-bottom: 35px;
    }
    body.common-home .fcategory .product-thumb h4 {
        padding: 0 0px!important;
    }
    .download-row .download-item-body h4{
        font-size: 14px;
    }
    .download-row .download-item-body p{
        margin-bottom: 12px;
    }
    .download-row .left{
        width: 100%;
        padding: 0 15px;
    }
    .download-row .left .manufacturer a{
        text-align: center; 
    }
    .download-row .right{
        width: 100%;
        padding: 5px 15px;
    }
    .account-register_warranty .theme-radio .text-danger {
        margin-top: 0px;
    }
    
    .theme-radio .warranty-product-options{
        margin: 0 -10px;
    }
    .theme-radio .warranty-product-options .radio label .image-container > div {
        font-size: 11px;
    }
    .theme-radio .warranty-product-options .radio input:checked ~ .image-container:after{
        font-size: 15px;
        right: 5px;
        top: 5px;
    }
    .theme-radio .warranty-product-options .radio label .image-container{
        padding: 5px 20px 5px 10px;
        font-size: 13px;
    }
    .account-register_warranty .control-label{
        font-size: 13px;
    }
    .theme-radio .warranty-product-options .radio{
        width: calc(50% - 10px);
        margin: 0 5px;
        margin-bottom: 10px;
    }
    .contact-footer #google_recaptcha {
        width: 100%;
        text-align: center;
    }
    .contact-footer #google_recaptcha, .contact-footer .g-recaptcha {
        transform-origin: center!important;
    }
    #input-payment-captcha {
        display: inline-block;
    }
    body.product-product .tab-content {
        padding: 15px;
        overflow: scroll;
    }
    body.product-search .product-view>*.product-block{
        margin: 0 7.5px;
        margin-bottom: 45px;
        padding-bottom: 0px;
    }
    body.product-search .product-view>* {
        width: calc(33.333% - 15px);
        margin-left: 7.5px;
    }
    .manufacturer a {
        padding: 2px 5px;
    }
    .retailer-wrapper .slick-nav.right {
        right: -20px;
    }
    .retailer-wrapper .slick-nav.left {
        left: -20px;
    }
    .location-wrapper .location-block{
        width: 50%;
        float: left;
    }
    .location-row{
        padding: 0 15px;
    }
    .location-row .country-wrapper{
        text-align: center;
    }
    .location-row > .left {
        width: 100%;
        margin: 0;
        margin-bottom: 0px;
        padding: 0 15px;
    }
    .location-row > .left.manufacturer-sidebar .manufacturer a{
        text-align: center;
    }
    .location-row > .right {
        width: 100%;
        margin: 0;
        margin-bottom: 0px;
        padding: 5px 15px;
    }
    select.form-control, input[type="text"].form-control, input[type="file"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
        height: 40px;
        font-size: 14px;
    }
    .product-product h3.related_heading {
        font-size: 28px;
    }
    body .product-description .product-name {
        font-size: 28px;
    }
    .product-price, .product-special-price {
        font-size: 22px;
        margin-bottom: 8px;                                     
    }
    body .page-banner .page-banner-title{
        font-size: 30px;
        letter-spacing: 2px;
        text-shadow: 1px 1px 3px #fff;
    }
    .mail-float{
        top: 30%;
    }
    .product-category .product-view {
        margin: 0 0px;
        padding-left: 7.5px!important;
        padding-right: 7.5px!important;
    }
    body .article-content .news-banner-img{
        margin-bottom: 20px;
    }
    .article-share{
        justify-content: center;
        margin-bottom: 10px;
    }
    .news-article .media-detail__btn-group .btn{
        display: inline-block;
        float: none;
    }
    .news-article .media-detail__btn-group{
        text-align: center;
        width: 100%;
    }
    .news-ncategory #column-left{
        text-align: center;
    }
    .news-ncategory #artsearch input{
        height: 35px;
        font-size: 13px;
        text-align: center;
    }
    .news-ncategory #artsearch input#button-artsearch{
        min-height: 35px!important;
        height: 35px!important;
        padding: 5px 10px!important;
    }
    .news-ncategory .bnews-list{
        margin-top: 20px;
    }
    .news-ncategory .pagination-container > div{
        width: 100%;
        text-align: center;
    }
    .news-ncategory .pagination-container > div:last-child{
        margin-top: 15px;
    }
    body.common-home .news_latest .owl-carousel .owl-item {
        margin-left: 0px;
        margin-right: 0px;
    }
    #category_icon_slider .slick-nav.right {
        right: -10px;
    }
    #category_icon_slider .slick-nav.left {
        left: -10px;
    }
    .out-of-stock .product_out_of_stock{
        padding: 0px;
    }
    .header-top-left .brands-menu .brand:not(.active){
        display: none;
    }
    .brands-menu-mobile{
        display: flex!important;
    }
    .header-container #account>a[data-toggle="dropdown"] img {
        width: 22px;
    }
    body .header-container #cart>a img {
        width: 22px;
    }
    body .header-container #cart>a span{
        padding-left: 17px;
    }
    .fcategory .container .product-layout{
        width: 33.333%;
    }
    h3.home-heading {
        font-size: 22px!important;
        margin-bottom: 25px;
    }
    .fcategory_tab ul{
        margin-bottom: 25px;
    }
    .fcategory_tab ul.nav-pills>li a{
        font-size: 15px;
        border-bottom: 4px solid transparent;
    }
    .fcategory_tab ul.nav-pills>li.active a{
        border-bottom: 4px solid #a2cd3a;
    }
    .mail-float img, .tel-float img {
        width: 35px;
    }
    .mail-float, .tel-float{
        padding: 0px;
        height: 50px;
        width: 50px;
    }
    .tel-float{
        top: calc(30% + 60px);
    }
    .mail-float:hover .title, .tel-float:hover .title {
        display: inline-block;
        width: 180px;
        left: 45px;
        height: 50px;
        opacity: 1;
    }
    .mail-float .title, .tel-float .title{
        padding: 15px;
        font-size: 11px;
    }
}
@media only screen and (max-width:600px){
    .brand-slide-section .slider-nav .fa {
        font-size: 20px; 
    }
    .leapfrog_theme #slideshow0 .slider-nav .fa {
        font-size: 20px;
    }
    body.product-search .product-view>* {
        width: calc(50% - 15px);
        margin-left: 7.5px;
    }
    .quickcheckout-checkout .quickcheckout-cart td.quantity{
        min-width: 100px !important;
    }
    .quickcheckout-checkout .blockUI.blockMsg{
        width: 80%!important;
        left: 50%!important;
        transform: translateX(-50%);
    }
    .quickcheckout-checkout .blockUI.blockMsg h1{
        margin: 5px 0;
        font-size: 24px;
    }
    .header-coupon-info {
        font-size: 13px;
    }
}
@media only screen and (max-width:540px){
    .product-product #form-review #google_recaptcha{
        transform-origin: left;
    }
    .product-product #form-review .buttons .pull-right{
        float: none!important;
    }
    body .download-row table{
        width: 60%!important;
    }
    .download-item-body .category-image {
        width: 40%;
        padding: 0px 8px;
    }
    .download-item-body table > tbody{
        padding: 10px 10px 0px 10px;
    }
    .download-row tbody tr{
        width: 100%;
    }
    #cart.slide-out-cart .dropdown-menu .cart-dorpdown-footer > a{
        min-width: calc(50% - 15px)!important;
        min-height: 40px!important;
        height: 40px!important;
        padding: 10px 14px!important;
        font-size: 13px!important;
    }
    #cart .dropdown-menu .cart-dorpdown-items .item{
        padding: 8px 2px!important;
        font-size: 13px;
    }
    #cart.slide-out-cart .dropdown-menu .cart-dropdown-order-totals tr td{
        padding: 4px 8px;
        font-size: 14px;
    }
    #cart .cart-dorpdown-indicator>span#cart-total:only-child{
        font-size: 13px;
    }
    #cart.slide-out-cart .dropdown-menu .cart-dorpdown-items .item-details .btn{
        padding: 4px 8px;
    }
    #cart .cart-dorpdown-indicator{
        padding: 5px 12px!important;
    }
    #cart.slide-out-cart .dropdown-menu .cart-header .cart_close{
        height: 35px;
        width: 35px;
        float: none!important;
    }
    body #cart.slide-out-cart .dropdown-menu .cart-header{
        min-height: 35px;
    }
    #cart.slide-out-cart .dropdown-menu .cart-header .cart-header-text{
        padding: 5px 10px!important;
        font-size: 18px!important;
    }
    #cart.slide-out-cart .dropdown-menu .cart-dorpdown-footer{
        padding-bottom: 70px!important;
    }
    #cartSummary tbody tr .input-number{
        height: 100%;
    }
    .fcategory .container .product-layout{
        width: 50%;
    }
}
@media only screen and (max-width:414px){
    .brand_product_list_content {
        margin-top: 68px;
    }
    .fcategory_tab ul {
        margin-bottom: 8px;
    }
    body .footer-upper-contet .footer-contact-links{
        padding-bottom: 5px;
    }
    body .footer-upper-contet .footer-social-icons img{
        width: 24px;
    }
    .download-item-body{
        padding: 8px;
    }
    .download-row .download-item-body h4{
        font-size: 13px;
    }
    body .download-row .panel-title>a{
        padding: 6px 12px;
        font-size: 13px;
    }
    textarea.form-control {
        font-size: 13px;
    }
    .theme-radio .warranty-product-options {
        margin: 0 -5px;
    }
    .theme-radio .warranty-product-options .radio{
        width: calc(100%);
        margin: 0 2.5px;
        margin-bottom: 5px;
    }
    body .breadcrumb li {
        padding: 0 10px;
        padding-left: 0;
        margin-right: 10px;
    }
    body .page-banner .page-banner-title {
        font-size: 28px;
        letter-spacing: 2px;
        text-shadow: 1px 1px 3px #fff;
    }
    .checkout-success .line-1 {
        font-size: 20px!important;
    }
    .account-register_warranty-success #content p,
    .account-register_warranty_offline-success #content p,
    .checkout-success #content{
        text-align: center;
    }
    .account-password .pull-left,
    .account-password .pull-right,
    .account-address .pull-left,
    .account-address .pull-right,
    .account-address-add .pull-left,
    .account-address-add .pull-right,
    .account-address-edit .pull-left,
    .account-address-edit .pull-right,
    .account-edit .pull-left,
    .account-edit .pull-right,
    .account-order .pull-right,
    .account-order-info .pull-right,
    .account-check_warranty .buttons .pull-right,
    .account-register_warranty-success .buttons .pull-right,
    .account-register_warranty .pull-left,
    .account-register_warranty .pull-right,
     .account-register_warranty_offline-success .buttons .pull-right,
    .account-register_warranty_offline .pull-left,
    .account-register_warranty_offline .pull-right{
        float: none!important;
        width: 100%;
        text-align: center;
    }
    .account-password .pull-left .btn,
    .account-password .pull-right .btn,
    .account-address .pull-left .btn,
    .account-address .pull-right .btn,
    .account-address-add .pull-left .btn,
    .account-address-add .pull-right .btn,
    .account-edit .pull-left .btn,
    .account-edit .pull-right .btn,
    .account-order .pull-right .btn,
    .account-order-info .pull-right .btn,
    .account-check_warranty .btn,
    .account-register_warranty-success .btn,
    .account-register_warranty .pull-left .btn,
    .account-register_warranty .pull-right .btn,
    .account-register_warranty_offline-success .btn,
    .account-register_warranty_offline .pull-left .btn,
    .account-register_warranty_offline .pull-right .btn,
    .checkout-success .btn,
    .product-product #form-review .buttons .btn{
        min-height: 40px!important;
        height: 40px!important;
        padding: 10px 12px!important;
        font-size: 13px!important;
        margin-top: 12px!important;
    }
    .account-account .account-container a h3.account-sub-heading{
        font-size: 16px;
        margin-bottom: 2px;
    }
    .account-account .account-container a .icon-font::before{
        font-size: 22px!important
    }
    .account-account .account-container a .icon-font{
        width: 35px!important;
        height: 35px!important;
        left: 10px!important;
    }
    .account-account .account-container a{
        margin: 0px auto 15px!important;
        padding: 10px 10px 10px 60px!important;
    }
    .quickcheckout-checkout #quickcheckoutconfirm .adk-methods-footer .adk-col-70{
        width: 100%;
    }
    .quickcheckout-checkout #terms .terms,
    .quickcheckout-checkout #quickcheckoutconfirm .payment{
        text-align:center;
    }
    .quickcheckout-checkout .buttons .pull-left{
        float: none!important;
        text-align: center;
        display: inline-block;
    }
    .quickcheckout-checkout .buttons .pull-right{
        float: none!important;
        text-align: center;
        width: 100%;
    }
    .quickcheckout-checkout #button-payment-method,
    .quickcheckout-checkout .payment #button-confirm,
    .quickcheckout-checkout #quickcheckout-back{
        min-height: 40px!important;
        height: 40px!important;
        padding: 10px 12px!important;
        font-size: 13px!important;
        margin-top: 12px!important;
    }
    .quickcheckout-checkout #quickcheckout-back{
        margin-top: 0px!important;
        margin: 0 auto;
        float: none!important;
    }
    .quickcheckout-checkout .blockUI.blockMsg h1{
        margin: 5px 0;
        font-size: 18px;
        letter-spacing: 2px;
    }
    .or {
        font-size: 18px!important;
    }
    #cartSummary tbody tr td.cart-description{
        padding-left: 0px!important;
        padding-right: 15px!important;
    }
    #cartSummary tbody tr td.cart-price{
        font-size: 16px;
    }
    #cartSummary tbody .btn.remove{
        text-align: right;
        padding-right: 0px!important;
    }
    .checkout-cart .buttons .pull-left a,
    .checkout-cart .buttons .pull-right a{
        min-height: 40px!important;
        height: 40px!important;
        padding: 10px 12px!important;
        font-size: 13px!important;
    }
    .sticker{
        padding: 5px 10px!important;
        font-size: 12px!important;
    }
    body >.container a.discount_tag{
        padding: 3px 10px;
        font-size: 12px;
    }
    .product-description{
        margin-bottom: 5px;
    }
    #button-cart{
        min-height: 40px!important;
        height: 40px!important;
        padding: 9px 12px!important;
        font-size: 13px!important;
    }
    #product div.form-group:not(.not-flex){
        padding: 12px 0px;
        padding-bottom: 12px;
    }
    #product .control-label {
        font-size: 13px;
        margin-bottom: 0px;
    }
    .header-coupon-info {
        font-size: 12px;
    }
    .retailer-block a{
        border: 1px solid transparent;
    }
    .location-wrapper .location-block{
        font-size: 12px;
    }
    .location-wrapper .location-block .title {
        font-size: 13px;
        margin-bottom: 5px;
    }
    .retailer-wrapper {
        margin: 0 0px;
        margin-bottom: 20px;
    }
    .retailer-wrapper .slick-nav.left {
        left: -20px;
    }
    .retailer-wrapper .slick-nav.right {
        right: -20px;
    }
    .retailer-wrapper .slick-nav i{
        font-size: 24px;
    }
    .location-wrapper .location-block{
        padding: 10px;
    }
    .quickcheckout-content #login #button-login {
        min-height: 35px;
        min-width: 85px;
    }
    select.form-control, input[type="text"].form-control, input[type="file"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
        height: 35px;
        font-size: 13px;
    }
    #coupon-content .input-group input, #voucher-content .input-group input{
        height: 35px;
        min-height: 35px;
        font-size: 13px;
    }
    #coupon-content #button-coupon, #voucher-content #button-voucher {
        padding: 0px;
        min-height: 35px;
    }
    .checkout-cart .buttons .pull-left,
    .checkout-cart .buttons .pull-right{
        width: 100%;
        float: none!important;
        text-align: center;
    }
    .checkout-cart .buttons .pull-left{
        margin-bottom: 15px;
    }
    .footer-top {
        padding: 20px 0;
    }
    body #scrollTop .fa {
        font-size: 18px;
    }
    body #scrollTop{
        padding-bottom: 10px;
    }
    body.product-product #product .form-group .input-group {
        max-width: 80%;
    }
    #product div.form-group.not-flex {
        text-align: center;
    }
    .product-share{
        justify-content: center;
    }
    #product .theme-radio .radio label .image-container{
        margin-bottom: 2px;
        padding: 3px 8px;
        line-height: 18px;
    }
    body .product-description .product-name {
        font-size: 22px;
    }
    body .product-description .product-category {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .product-price, .product-special-price {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .product-price .old-prices {
        font-size: 16px;
    }
    #product-tabs{
        margin-top: 5px;
    }
    .product-listing-sort-container > div{
        width: 100%;
    }
    .product-listing-sort-container{
        margin-top: 20px;
    }
    .product-listing-sort-container > div .form-group{
        margin-bottom: 5px;
    }
    .product-category ul.pagination{
        margin-bottom: 0px;
    }
    #filter_group_tigger_open{
        min-height: 35px!important;
        height: 35px!important;
        padding: 7px 10px!important;
        left: -68px!important;
    }
    body.product-special .product-view>*, body.product-category .product-view>*{
        margin-bottom: 50px;
        padding-bottom: 0px;
    }
    body .product-block .product-details .price{
        font-size: 14px;
    }
    .news-article .media-detail__btn-group .btn{
        font-size: 13px;
        min-height: 35px!important;
        height: 35px!important;
        padding: 7px 12px!important;
    }
    body .breadcrumb{
        margin-bottom: 10px;
        margin-top: 10px;
    }
    body .article-content h3 {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .news-ncategory .bnews-list .artblock .col-left {
        padding: 15px 20px;
    }
    body.news-ncategory .bnews-list .artblock{
        display: flex;
        flex-wrap: wrap;
    }
    body.common-home .bnews-list .artblock {
        flex-wrap: wrap;
    }
    body .bnews-list .artblock .col-left{
        width:100%;
    }
    body .bnews-list .artblock .col-right {
        width: 100%;
    }
    body.common-home .news_latest .container > div {
        margin: 0 0px;
    }
    body.common-home .fc_product_slider {
        margin: 0 0px;
    }
    .category_icon_child a img {
        width: 22px;
    }
    .home-section-child p{
        font-size: 18px;
    }
    .home-section-child a{
        font-size: 20px;
    }
    .category-slide-container {
        padding: 0 10px;
    }
    .home_category_child h3 {
        color: #cccccc;
        font-size: 13px;
    }
    .brand-slide-section{
        margin-top: 0px;
    }
    .home_category_child:hover{
        border-top: 4px solid transparent;
    }
    #home_category_slider .slick-slide {
        margin: 0 3px;
    }
    body.common-home .fcategory .product-thumb img {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    body.common-home .fcategory .product-thumb h4{
        padding: 0 5px!important;
        margin-bottom: 0px;
    }
    body.common-home .fcategory .product-thumb h4 a {
        font-size: 13px;
    }
    body.common-home .fcategory .product-thumb:before{
        height: 4px;
    }
    .fcategory_tab ul.nav-pills>li a{
        font-size: 13px;
        border-bottom: 2px solid transparent;
        padding: 8px 5px;
    }
    .fcategory_tab ul.nav-pills>li.active a {
        border-bottom: 2px solid #a2cd3a;
    }
    .section-space {
        padding: 40px 0px!important;
    }
}
@media only screen and (max-width:380px){
    .fcategory .container .product-layout{
        width: 50%;
    }
}

.common-home.leapfrog_theme .slideshow-27{
    padding: 0px!important;
}

.common-home.leapfrog_theme .home_content{
    padding-top: 0px!important;
}
.image-zoom:hover img, .image-zoom-hover:hover img {
    transform: scale(1.05)!important;
}