/* 
Legal Notice - DO NOT REMOVE THIS NOTICE // START

  CSS Document Ownership.
  This CSS document is owned and managed by Swift Productions ABN 84 723 182 610,
  Level 7, 91 Philip Street PARRAMATTA NSW 2150, Australia.
  This document contains Code which has been written by Swift Productions.
  Unauthorised reproducing, copying, selling and/or modifying is strictly prohibited. Doing so may result in legal action.

Legal Notice - DO NOT REMOVE THIS NOTICE // END
*/

/* --------------------------------------------------------
   Project Name: GO Hard Sports
   Created: 23 January 2019
   Last Modified: 1 December 2020
   Last Modified By: Danny A
----------------------------------------------------------*/

/* Extra */
.n-responsive-content img {
    display: inline-block;
    margin: 10px 14px;
}

.swift-sig a {
  color:#797979;
}
.swift-sig a:hover {
  color:#0e8db9;
  text-decoration:none;
}

.specific {
  margin-top:15px;
  position: relative;
  /* display: inline-block; */
  /* flex-wrap: wrap; */
}

#homepage-content {
  text-align:center;
}

/* Extra // END */

*{
  margin:0;
  padding: 0;
  outline: none;
  border:none;
  text-decoration : none;
}
/**** Default Styles ****/

.carousel-indicators {
  z-index:0 !important;
}

.successaddmessage .body .description {
  padding-top:0px !important;
      height: 65px !important;
    font-size: 14px !important;
    line-height: 16px !important;
}

.successaddmessage .body .image {
  width:75px !important;
}

.npopup {
  width:100%;
  max-width: 400px !important;
    background: #fff;
    padding: 10px;
  font-family: 'Montserrat', sans-serif;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    border: 1px solid #d5d5d5;
}

.successaddmessage .header {
  text-align:center;
}

.successaddmessage .footer .left,
.successaddmessage .footer .right {
  float:none;
}

.successaddmessage .left .btn-default {
  width:100%;
  color: #fea11e /*{btn-default-bg-colour}*/;
  background-color: #ffffff /*{btn-default-bg-colour}*/;
  border-color: #fea11e /*{btn-default-border-colour}*/;
  margin: 4px 0 3px;
  padding: 6px 12px;
}

.successaddmessage .right .btn-success {
  width:100%;
  margin:3px 0;
}


.successaddmessage .left .btn-default:hover {
  width:100%;
  color: #fff !important /*{btn-default-bg-colour}*/;
    background-color: #fea11e !important /*{btn-default-bg-colour}*/;
    border-color: #fea11e !important /*{btn-default-border-colour}*/;
    /*margin: 0px 0;*/
}

.successaddmessage .right .btn-success:hover {
  color: #fff !important /*{btn-default-bg-colour}*/;
    background-color: #fea11e !important /*{btn-default-bg-colour}*/;
    border-color: #fea11e !important /*{btn-default-border-colour}*/;
} 

body {
  /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" /*{body-font-family}*/ */
  font-size: 14px /*{body-font-size}*/;
  color: #212529 /*{body-font-colour}*/;
  background-image:none /*{body-background-image}*/;
  background-color: #fff /*{body-background-colour}*/;
}

a {
  color: #006FF5 /*{link-text-colour}*/;
}
a:hover,
a:focus {
  color: #004ca9 /*{link-text-hover-colour}*/;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" /*{headers-font-family}*/ */
  color: #333 /*{headers-colour}*/;
}

.carousel-caption h3, .carousel-caption h2,.carousel-caption .h3,.carousel-caption p {
  color: #fff /*{carousel-text-colour}*/;
}

h1,
.h1 {
  font-size: 26.249px /*{header-1-font-size}*/;
}
h2,
.h2 {
  font-size: 21px /*{header-2-font-size}*/;
}
h3,
.h3 {
  font-size: 18.375px /*{header-3-font-size}*/;
}
h4,
.h4 {
  /* font-size: 15.75px /*{header-4-font-size}*/ */
}
h5,
.h5 {
  font-size: 13.124px /*{header-5-font-size}*/;
}

.btn-outline-secondary, .btn-default {
  color: #333 /*{btn-default-text-colour}*/;
  background-color: #fff /*{btn-default-bg-colour}*/;
  border-color: #ccc /*{btn-default-border-colour}*/;
  box-sizing: border-box;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.open .dropdown-toggle.btn-outline-secondary,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333 /*{btn-default-text-colour-hover}*/;
  background-color: #ebebeb /*{btn-default-bg-colour-hover}*/;
  border-color: #adadad /*{btn-default-border-colour-hover}*/;
}

.btn-outline-secondary.disabled,
.btn-outline-secondary[disabled],
fieldset[disabled] .btn-outline-secondary,
.btn-outline-secondary.disabled:hover,
.btn-outline-secondary[disabled]:hover,
fieldset[disabled] .btn-outline-secondary:hover,
.btn-outline-secondary.disabled:focus,
.btn-outline-secondary[disabled]:focus,
fieldset[disabled] .btn-outline-secondary:focus,
.btn-outline-secondary.disabled:active,
.btn-outline-secondary[disabled]:active,
fieldset[disabled] .btn-outline-secondary:active,
.btn-outline-secondary.disabled.active,
.btn-outline-secondary[disabled].active,
fieldset[disabled] .btn-outline-secondary.active,
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ccc /*{btn-default-disabled-bg-colour}*/;
  border-color: #ccc /*{btn-default-disabled-border-colour}*/;
}

.btn-primary {
  color: #fff /*{btn-primary-text-colour}*/;
  background-color: #ffc107 /*{btn-primary-bg-colour}*/;
  border-color: #ffc107 /*{btn-primary-border-colour}*/;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffc107 /*{btn-primary-text-colour-hover}*/;
  background-color: #fff/*{btn-primary-bg-colour-hover}*/;
  border-color: #ffc107 /*{btn-primary-border-colour-hover}*/;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ffc107 /*{btn-primary-disabled-bg-colour}*/;
  border-color: #ffc107 /*{btn-primary-disabled-border-colour}*/;
}

.btn-warning {
  color: #212529  /*{btn-warning-text-colour}*/;
  background-color: #ffc107 /*{btn-warning-bg-colour}*/;
  border-color: #ffc107 /*{btn-warning-border-colour}*/;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #212529 /*{btn-warning-text-colour-hover}*/;
  background-color: #e0a800 /*{btn-warning-bg-colour-hover}*/;
  border-color: #ffc107 /*{btn-warning-border-colour-hover}*/;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ffc107 /*{btn-warning-disabled-bg-colour}*/;
  border-color: #ffc107 /*{btn-warning-disabled-border-colour}*/;
}

.btn-danger {
  color: #fff /*{btn-danger-text-colour}*/;
  background-color: #dc3545 /*{btn-danger-bg-colour}*/;
  border-color: #dc3545 /*{btn-danger-border-colour}*/;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff /*{btn-danger-text-colour-hover}*/;
  background-color: #c82333 /*{btn-danger-bg-colour-hover}*/;
  border-color: #bd2130 /*{btn-danger-border-colour-hover}*/;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #dc3545 /*{btn-danger-disabled-bg-colour}*/;
  border-color: #dc3545 /*{btn-danger-disabled-border-colour}*/;
}

.btn-success {
  color: #fff /*{btn-success-text-colour}*/;
  background-color: #ffc107; /*{btn-success-bg-colour;}*/
  border-color: #ffc107/*{btn-success-border-colour}*/;
  padding: 6px 12px;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffc107 /*{btn-success-text-colour-hover}*/;
  background-color: #fff/*{btn-success-bg-colour-hover}*/;
  border-color: #ffc107/*{btn-success-border-colour-hover}*/;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #28a745 /*{btn-success-disabled-bg-colour}*/;
  border-color: #28a745 /*{btn-success-disabled-border-colour}*/;
}

.btn-info {
  color: #fff /*{btn-info-text-colour}*/;
  background-color: #17a2b8 /*{btn-info-bg-colour}*/;
  border-color: #17a2b8 /*{btn-info-border-colour}*/;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff /*{btn-info-text-colour-hover}*/;
  background-color: #138496 /*{btn-info-bg-colour-hover}*/;
  border-color: #117a8b /*{btn-info-border-colour-hover}*/;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #17a2b8 /*{btn-info-disabled-bg-colour}*/;
  border-color: #17a2b8 /*{btn-info-disabled-border-colour}*/;
}

.breadcrumb {
  /* background-color: #f8f9fa /*{breadcrumb-background-colour}*/ */
}

.breadcrumb-item + .breadcrumb-item::before {
  /* color: #6c757d /*{breadcrumb-text-colour}*/ */
}

.breadcrumb > .active,
.breadcrumb a {
  /* color: #696969 /*{breadcrumb-text-colour}*/ */
}

.pagination .page-link{
  color: #006FF5 /*{pagination-text-colour}*/;
  background-color: #fff /*{pagination-bg-colour}*/;
  border-color: #dee2e6 /*{pagination-border-colour}*/;
}
.pagination .page-link:hover,
.pagination .page-link:focus{
  color: #004ca9 /*{pagination-text-colour-hover}*/;
  background-color: #e9ecef /*{pagination-bg-colour-hover}*/;
  border-color: #dee2e6 /*{pagination-border-colour-hover}*/;
}
.pagination .active .page-link,
.pagination .active .page-link:hover,
.pagination .active .page-link:focus {
  color: #fff /*{pagination-text-colour-active}*/;
  background-color: #006FF5 /*{pagination-bg-colour-active}*/;
  border-color: #006FF5 /*{pagination-border-colour-active}*/;
}

.badge-secondary {
  background-color: #ebebeb /*{label-default-bg}*/;
}
.badge-primary {
  background-color: #006FF5 /*{label-primary-bg}*/;
}
.badge-success {
  background-color: #28a745 /*{label-success-bg}*/;
}
.badge-info {
  background-color: #17a2b8 /*{label-info-bg}*/;
}
.badge-warning {
  background-color: #212529 /*{label-warning-text-colour}*/;
  background-color: #ffc107 /*{label-warning-bg}*/;
}
.badge-danger {
  background-color: #dc3545 /*{label-danger-bg}*/;
}

.card {
  border-color: #ddd /*{panel-border-colour}; */;
}
.card-header {
  background-color: #f5f5f5; /*{panel-header-bg-colour}; */
  border-color: #ddd ;
}

.productsave {
  color: #D9534F /*{sale-colour}*/;
}

.wrapper-header .navbar-toggler {
  color: #696969 /*{navbar-default-link-colour}*/;
}

.wrapper-header .navbar {
  background-color: #f8f9fa /*{navbar-default-bg-colour}*/ !important;
}

.wrapper-header .navbar .navbar-nav .nav-link {
  color: #696969 /*{navbar-default-link-colour}*/;
}

.wrapper-header .navbar-nav .nav-link:hover,
.wrapper-header .navbar-nav .nav-link:focus {
  color: #333 /*{navbar-default-link-colour-hover}*/;
}
.wrapper-header .navbar-nav .show > .nav-link,
.wrapper-header .navbar-nav .active > .nav-link,
.wrapper-header .navbar-nav .nav-link.show, .wrapper-header .navbar-nav .nav-link.active{
  color: #555 /*{navbar-default-link-colour-active}*/;
}

.dropdown-menu {
  background-color: #fff /*{dropdown-menu-bg}*/;
  border-color: #ccc /*{dropdown-menu-border-colour}*/;
  display:none !important;
}

.dropdown-item{
  color: #212529 /*{dropdown-menu-link-colour}*/;
  width:95% !important;
}
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active{
  color: #262626 /*{dropdown-menu-link-colour-hover}*/;
  background-color: #161616 !important /*{dropdown-menu-link-bg-hover}*/;
}

/* Custom styles for for Gohardsports by Waqas */





img {
  max-width: 100%;
  display: block;
}
a{
  text-decoration:none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
  display: block;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
    position: relative;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  
  /*
  .col-lg-6 {
    width: 50%;
  }
  
  */
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  /*
  .col-lg-3 {
    width: 25%;
  }
  */
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}


.wrapper{
  float: left;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
}

.content {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  /* overflow: hidden; */
  box-sizing: border-box;
  position: relative;
}



.list-inline {
    text-align: right;
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
    padding-left: 0 !important;
    margin-top: 0 !important;
}
.visible-xs{
    display: none!important;
}
.navigation-list li {
    width: 24%;
    padding: 0 !important;
     float: left;
    text-align: center;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
ul.navigation-list.list-inline.visible-xs {
    float: left;
    width: 100%;
    margin-bottom: 12px;
    margin-top: 12px;
    background: #0c0f10;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    margin-left: 0;
}
.navigation-list .icon {
    font-size: 25px;
    color: #fff;
}
.navigation-list li a {
    color: #ffff;
    font-size: 12px;
}
/* ========== Top-links // START ========== */

header {
    width: 100%;
    float: left;
    transition: all .4s;
    position: relative;
    z-index: 9;
}
header .top-bar {
    width: 100%;
    float: left;
    background: #000000;
    padding-bottom: 10px;
    padding-top: 10px;
    height:50px;
     transition: all 0.4s;
   z-index:9;
   position:relativee;
}
.top-left-home {
    float: left;
    width: 50%;
    padding-top: 17px;
     transition: all 0.4s;
}

.top-left-home img {
    float: left;
    clear: both;
    padding-right: 10px;
}
.top-left-home p {
    color: #ffc107;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.4s;
    margin-bottom: 0;
    margin: 4px;
}

.top-left-home a:hover{
  text-decoration:none;
}

.top-left-home span {
  color:#fff;
  font-size:16px;
  font-weight:600;
   transition: all 0.4s;
}
.quick-links-top {
    float: right;
    width: 50%;
     transition: all 0.4s;
}
.quick-links-top ul {
    list-style: none;
    float:right;
     transition: all 0.4s;
}
.quick-links-top ul li {
    float: left;
    margin-top: 14px;
}
.quick-links-top ul li a:last-child {
    padding-right: 0;
}

.quick-links-top ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #fff !important;
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: -0.2px;
    transition: all 0.4s;
}
.quick-links-top ul li a:hover{
    text-decoration:none;
	color:#ff9400 !important;

}
#homepageCarousel {
}

#homepageCarousel .left {
        position: absolute;
    top: 50%;
    left: 2%;
    transform: translate(0%, -50%);
    font-size: 40px;
    color: #ffff;
}
#homepageCarousel .right {
        position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #ffff;
}
.banner {
    float: left;
    width: 100%;
}
.banner-homepage {
    float: left;
    width: 100%;
    position: absolute;
    top: 69px;
    z-index: 100;
}

.logo {
    float: left;
    margin-top: 27px;
     transition: all 0.4s;
}
.nav-container {
    float: left;
    width: 77%;
    background: #0c0f10;
    height: auto;
    margin-top: 46px;
    padding-bottom: 2px;
    position: relative;
    transition: all 0.4s;
}
nav .menu li a:hover{
    color:#ffc107;
}
.usr-cart-info {
    float: right;
    width: 34px;
    margin-top: 19px;
    margin-right: 20px;
    position:  relative;
     transition: all 0.4s;
}
.usr-cart-info span {
    position: absolute;
    right: -15px;
    top: -13px;
    width: 30px;
    background: #ffc107;
    padding-top: 5px;
    height: 30px;
    box-sizing: border-box;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    border-radius: 30px;
    transition: all 0.4s;
}
.search-btn {
    float: right;
    margin-top: 20px;
    width: 26px;
    margin-right: 14px;
    cursor: pointer;
    padding-left: 20px;
    border-left:1px solid #fff;
    position: relative;
     transition: all 0.4s;
}
.middle-text-banner {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 145px;
    margin-bottom: 25px;
     transition: all 0.4s;
}
.middle-text-banner h1 {
    color: #ffc107;
    font-size: 71px;
    transition: all 0.4s;
    font-weight: 900;
}
.middle-text-banner span {
    color: #fff;
    font-size: 71px;
     transition: all 0.4s;
}
.middle-text-banner a {
    background: #dcdcdc;
    color: #000;
    width: 244px;
    display: inline-block;
    margin-top: 15px;
    height: 57px;
    font-size: 22px;
    font-weight: 600;
    padding-top: 16px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.4s;
}
.middle-text-banner a:hover{
    background:#ffc107;
}
/* ========== Top-links // END ========== */



/* ========== Arrow-toggle // START ========== */






/* ========== Arrow-toggle // END ========== */

/* ========== nav-bar // START ========== */
nav {
    width: 81%;
    float: right;
    margin-top: 5px;
    margin-left: 20px;
}
nav input[type=checkbox] {
    display: none;
}
.show-menu {
    text-decoration: none;
    padding: 0px 0 9px;
    display: none;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    width: 60px;
     transition: all 0.4s;
}
.sub-menu-sect ul.lev2 li {
    margin-left: 0;
}
.sub-menu-sect ul.lev2 li a:hover {
    background: none;
}
#nav-icon {
    float: left;
    width: 26px;
    height: 30px;
    position: relative;
    margin-left: 0;
    margin-right: 10px;
    top: -13px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#nav-icon span:nth-child(1) {
    top: 0px;
}
#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
    top: 9px;
}
input[type=checkbox]:checked ~ .show-menu #nav-icon span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

input[type=checkbox]:checked ~ .show-menu #nav-icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type=checkbox]:checked ~ .show-menu #nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input[type=checkbox]:checked ~ .show-menu #nav-icon span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}
input[type=checkbox]:checked ~ .menu{
  display: block;
}
#nav-icon span:nth-child(4) {
    top: 18px;
}
#nav-icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
nav .menu {
    list-style: none;
    /* position: relative; */
}
nav .menu li:first-child {
   margin-left: 0; 
}

nav .menu li {
    float: left;
    height: 60px;
    line-height: 60px;
    margin-left: 18px;
    margin-right: 18px;
    transition: all 0.4s;
    position: static;
}
nav .menu li:last-child {
   margin-right: 0; 
}
nav .menu li a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.4s;
}
nav .sub-menu {
    position: absolute;
    padding: 3%;
    left: 0px;
    display: none;
    background: #161616;
    z-index: 1000;
    color: #fff;
    /* width: 100% !important; */
    padding-top: 40px;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.4s;
}
.sub-menu-sect ul.lev2 {
    list-style: none;
    float:  left;
    width: 100%;
    transition: all 0.4s;
}
.sub-menu-sect ul.lev3 {
    list-style: none;
    /* width: 50%; */
    float: left;
     transition: all 0.4s;
}
nav .sub-menu .sub-menu-sect {
    /* width: 100%; */
    float: left;
    box-sizing: border-box;
    padding-bottom: 20px;
    transition: all 0.4s;
}
nav .sub-menu ul.lev2 li {
    float: left;
    height: 45px;
    line-height: 40px;
    margin-left: 0;
    margin-right: 0;
    border-top: none;
    transition: all 0.4s;
    width: 451px;
}
nav .sub-menu .lev2 li a {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.3px;
     transition: all 0.4s;
}
nav .sub-menu .lev2 li.active a {
    color: #ffc107;
     transition: all 0.4s;
}
nav .sub-menu .lev3 {
    margin-top: 2px;
     transition: all 0.4s;
}
nav .sub-menu .lev3 li {
    height: auto;
    line-height: 30px;
     transition: all 0.4s;
}
nav .sub-menu .lev3 li a {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    text-transform: none;
    border-bottom: none;
     transition: all 0.4s;
}
nav .menu li a:hover {
    text-decoration: none;
}
nav .menu li:hover .sub-menu {
  display: block;
  width: 100%;
}
.full-lenght-search {
    background: #000;
    height: 75px;
    padding: 15px;
    box-sizing: border-box;
    float: left;
    width: 100%;
    display: none;
  }
.search-main {
    float: left;
    position: relative;
    width: 100%;
    border-radius: 7px;
    height: 49px;
    background: #f2f2f2;
     transition: all 0.4s;
}
.search-main .search-field {
    float: left;
    font-size: 22px;
    font-weight: 400;
    color: #757575;
    padding-left: 22px;
    background: #f2f2f2;
    padding-right: 20px;
    box-sizing: border-box;
    width: 90%;
    border-radius: 7px;
    padding-top: 4px;
    transition: all 0.4s;
    height: 49px;
}
.search-main .search-btn {
    height: 49px;
    background: #ff9400 url(../images/search.png) no-repeat center center;
    position: static;
    cursor: pointer;
    border-radius: 0px 7px 7px 0px;
    float: right;
    width: 6%;
    margin-top: 0;
    margin-right: 0;
     transition: all 0.4s;
}


/* ========== nav-bar // END ========== */
















/* ========== Categories // START ========== */
.categories {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    box-sizing: border-box;
    background: #e6e6e6;
     transition: all 0.4s;
}
.categories .cat-single {
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 16px;
    position: relative;
     transition: all 0.4s;
}
.categories .cat-single:nth-child(2n) {
    margin-top: 9px;
}
.categories .cat-single.sm-img:nth-child(2n) {
    margin-top: 0px;
}
.categories .cat-single .cat-content-container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
     transition: all 0.4s;
}
.categories .cat-single.sm-img .cat-content-container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
     transition: all 0.4s;
}
.categories .cat-content {
    width: 100%;
    max-width: 258px;
}
.categories .cat-link {
    box-sizing: border-box;
    background: #ffc107;
    border:1px solid #ffc107;
    text-align: center;
    width: 245px;
    height: 58px;
    font-size: 22px;
    font-weight: 600;
    color: #000 !important;
    text-transform: uppercase;
    padding-top: 15px;
    clear: both;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.4s;
}
.categories .cat-link:hover{
    border:1px solid #ffc107;
    background:#fff;
}
.categories a.cat-link.sm-text {
    background: unset;
    padding-top: 0;
    color: #e6e6e6 !important;
    font-size: 41px;
    height: 0;
    border:unset !important;
    line-height: 35px;
    font-weight: 700 !important;
     transition: all 0.4s;
}


/* ========== Categories // END ========== */





/* =========== Brands // START =========== */
.brands {
    background: #e6e6e6;
  clear:both;
    padding: 40px 0;
    transition: all 0.4s;
}







/* ========== Slider // Start ========== */
.sale-products {
    margin-bottom: 13px;
     transition: all 0.4s;
}
.products {
    width: 100%;
    float: left;
    padding-top: 39px;
    padding-bottom: 40px;
    transition: all 0.4s;
}
.sect-title {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 45px;
     transition: all 0.4s;
}
.sect-title h2 {
    font-size: 25px;
    font-weight: 700;
    text-align: left;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    background: url(../images/line.png)no-repeat left bottom;
    padding-bottom: 8px;
     transition: all 0.4s;
}
.products .products-container,
.brands .products-container {
    width: 100%;
    /* float: left; */
    padding-bottom: 24px;
    max-width: 1040px;
    margin: auto;
    transition: all 0.4s;
}

.products.sale-products .products-container {
  padding-bottom: 12px;
}


ul#bannerSlider {
    list-style: none;
}

.sect-title h2 span {
  font-weight: 400;
}

.products .product-single {
  position: relative;
   transition: all 0.4s;
}
.products-container.wk_sale-prod ul.lightSlider.lSSlide.lsGrab {
    height: 420px !important;
}
.products .product-single .product-img {
  float:  left;
  width:  100%;
  height: 193px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing:  border-box;
  margin-bottom: 10px;
   transition: all 0.4s;
}

.products .product-single .product-img img {
  max-height: 100%;
}

.products .product-single .product-content {
  width: 100%;
  float: left;
   transition: all 0.4s;
}

.products .product-single .product-link.home-org:hover {
    color: #fff !important;
    background: #ffc107 !important;
    border-color: #ffc107 !important;
}
.products .product-single .product-link.home-org {
    font-size: 17px;
    font-weight: 500;
    color: #000 !important;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    height: 48px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    border: 2px solid #ffc107;
    width: 170px;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.4s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    cursor: pointer;
    border-radius: 0;
    padding: 0;
}
.products .product-single button.product-link.home-org i { display:none;}
.products .product-title {
    font-size: 16px;
  padding:0 8px;
    font-weight: 400;
    color: #000000 !important;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.7px;
    text-align: center;
    transition: all 0.4s;
}
.product-content a:hover { text-decoration:none;}

.products .product-price {
    font-size: 17px;
    font-weight: 600;
    color: #504b45;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    letter-spacing: -0.5px;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
    transition: all 0.4s;
    height: 40px;
}


.products .btn-info {
  width:170px;
  margin:0 auto;
}
.products .product-price span.label-warning {
    font-size: 13px;
}

.cat-slider {
    float: left;
    width: 100%;
}
#goToPrevSlide {
    bottom: -230px;
    left: 5px;
    width: 29px;
    height: 52px;
    text-indent: -9999px;
    display: block;
    cursor: pointer;
    position: absolute;
    background: url(../images/featured-product-prev.png) no-repeat center center;
     transition: all 0.4s;
}
#goToNextSlide {
    bottom: -230px;
    right: 5px;
    width: 29px;
    height: 52px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    cursor: pointer;
    background: url(../images/featured-product-next.png) no-repeat center center;
    transition: all 0.4s;
}
span.note {
    position: absolute;
    right: 18px;
    top: 1px;
    background: #ffc107;
    /* padding-top: 16px; */
    text-align: center;
    color: #ffffff;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.4s;
    width: 53px;
    height: 53px;
    /* line-height: 53px; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-single .old-price {
    font-size: 14px;
    font-weight: 500;
    color: #d71010;
    margin-bottom: -3px;
    font-family: "Roboto", sans-serif;
    background: none;
    text-decoration: line-through;
    padding-right: 13px;
    transition: all 0.4s;
}
/* ========== Slider // END ========== */

/* ========== Footer // START ========== */
footer {
    float: left;
    width: 100%;
    background:#000;
    transition: all 0.4s;
    font-family: Montserrat, sans-serif;
}
.footer-links {
    clear: both;
    width: 100%;
    float: left;
    padding-top: 35px;
    padding-bottom: 30px;
     transition: all 0.4s;
}
footer .link-sect {
    width: 25%;
    float: left;
    margin-bottom: 20px;
    padding-right: 5px;
    box-sizing: border-box;
     transition: all 0.4s;
}
footer h4 {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align:left;
    background: url(../images/line.png)no-repeat left bottom;
    margin-bottom: 17px;
    padding-bottom:8px;
     transition: all 0.4s;
}
.footer-links ul {
    list-style: none;
}
.link-sect img {
    width: 190px;
    margin-top:47px;
}

.footer-links ul li {
  height:35px;
  line-height:35px;
}

.footer-links ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
     transition: all 0.4s;
     font-family: 'Montserrat', sans-serif;
}
.footer-links ul li a:hover{
  color:#ffc107;
  text-decoration: none;
}
.footer-links p{
  color:#fff;
  font-size:16px;
   transition: all 0.4s;
}
.footer-links input.subscribefield {
  width:100%; height:50px; padding:0 10px; box-sizing:border-box;
}
.footer-links input.sub-btn {
     color: #000;
     font-size: 19px;
     font-weight: 700;
     background: #ffc107;
     display: block;
     width: 162px;
     height: 48px;
     border: 1px solid #cdcdcd;
     margin-top: 35px;
     text-align: center;
     padding-top: 3px;
     box-sizing: border-box;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;cursor:pointer;
     transition: all 0.4s;
}
.footer-links a.sub-btn:hover{
    border: 1px solid #cdcdcd;
    background:#fff; 
     transition: all 0.4s;
}
.link-sect ul {
    padding-left: 0 !important;
}
img.copy-right-img {
    float: right;
     transition: all 0.4s;
}
.copy-rights{
  float:left;
  width:100%;
  /* background: #e6e6e6; */
  padding-top: 25px;
  padding-bottom: 25px;
  transition: all 0.4s;
  font-family: MOntserrat, sans-serif;
}
.copy-left-side{
  float:left;
  width:50%;
  text-align:left;
   transition: all 0.4s;
}
.copy-right-side{
  float:right;
  width:50%;
   transition: all 0.4s;
}
.copy-left-side p {
    font-size: 14px !important;
    font-weight: 400 !important;
    padding-top: 12px;
    box-sizing: border-box;
    transition: all 0.4s;
    margin: 0 !important;
}







/* ========== Footer // END ========== */


/* ========== catelogue // START ========== */

.catelogue-product{
  float:left;
  width:100%;
  margin-top:15px;
  margin-bottom:15px;
   transition: all 0.4s;
}
.cate-single {
    display: inline-block;
    width: 24%;
    margin: 15px 3px;
    transition: all 0.4s;
}
/*.products .cate-single:nth-child(4n+1) {
    margin-right: 0;
    clear: both;
}*/
.right-drop-text p {
    font-size: 17px;
    font-weight: 700;
    padding-top: 27px;
    transition: all 0.4s;
}
.pagenation li a.active {
background: #ffc107;
    color: #fff;
    border: 1px solid #ffc107;
    transition: all 0.4s;
    height: 39px;
    font-size: 19px;
    box-sizing: border-box;
    width: 39px;
    font-weight: 600;
}

.pagenation li a {
     float: left;
    border: 1px solid #919191;
    color: #000;
    margin-top: 10px;
    margin-right: 10px;
    transition: all 0.4s;
    height: 39px;
    width: 39px;
    box-sizing: border-box;
    padding-top: 8px;
}
.pagenation ul {
    
}
.pagenation {
    width: 100%;
    margin: auto;
    /*max-width: 147px;*/
    margin-top: 20px;
    position: relative;list-style: none;
     transition: all 0.4s;
    transition: all 0.4s;
}
.pagenation li {
    display: inline-block;
}
.wk_pagination-cont {
    width: 100%;
    float: right;
    margin-top: 5px;
    margin-left: 0px;
    text-align: center;
}
.wk_pagination-cont nav {
        width: 100%;
    float: right;
    margin-top: 5px;
    margin-left: 0px;
    
}
.bottom-slide-arrow {
    float: left;
    width: 100%;
    margin-bottom: 28px;
     transition: all 0.4s;
}
.box-pagenation{
    width: 100%;
    position: relative;
    max-width: 225px;
    margin: auto;
     transition: all 0.4s;
}
img.left-arrow {
    position: absolute;
    top: 20px;
    left: -47px;
    cursor:pointer;
    transition: all 0.4s;
}
img.right-arrow {
    position: absolute;
    top: 20px;
    right: -47px;
    cursor:pointer;
    transition: all 0.4s;
}
.banner.catalogue {
    background: #0b0b0b;
    height: auto;
    padding-bottom: 20px;
    box-sizing: border-box;
    float: left;
    width: 100%;
     transition: all 0.4s;
}
.breadcrumb {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all 0.4s;
    background: #fff;
}
.drop-option-cate {
    float: right;
    width: 48%;
     transition: all 0.4s;
}
select.form-control.wk_select {
    border-radius: 0;
    float: left;
    width: 182px;
    background: #efefef;
    height: 42px;
    color: #ffc107;
    font-size: 18px;
    padding-left: 0px;
    padding-right: 10px;
    margin-top: 21px;
    transition: all 0.4s;
    -moz-appearance: none;
  /*Hiding the select arrow for chrome*/
    -webkit-appearance:none;
  /*Hiding the select arrow default implementation*/
    appearance: none;
    background: url(../images/down-arrow-2.png)no-repeat right;
    border: 0;
  cursor:pointer;
}

.dropdown-text label.control-label {
    float: left;
    margin-top: 32px;
    margin-right:5px;
    font-weight: 600;
     transition: all 0.4s;
}
.breadcrumb ul {
    list-style: none !important;
    padding-top: 5px;
    float: left;
    transition: all 0.4s;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 0 !important;
}
.dropdown-box{
  float:left;
  width: 100%;
  background:#efefef;
  height:78px;
   transition: all 0.4s;
}
.dropdown-text{
  float:left;
  width:50%;
   transition: all 0.4s;
}
.right-drop-text{
  float:right;
  width:50%;
  text-align:right;
   transition: all 0.4s;
}
.right-drop-text p{
  font-size:17px;
  font-weight:700;
  transition: all 0.4s;
  margin-top: 0 !important;
}
.breadcrumb ul li.cate-bread-crumb:first-child span {
    background: url(../images/dash.png) no-repeat right center !important;
    padding-left: 0;
     transition: all 0.4s;
}
/*.breadcrumb ul li.cate-bread-crumb a {
    background: url(../images/cut-line.png) no-repeat right center !important;
    padding-right: 22px;
}*/
.products.sale-products.catelogue-product {
    padding-top: 15px;
     transition: all 0.4s;
}
.products.sale-products.catelogue-product h3 {
    font-size:25px;
    font-weight:700;
    background: url(../images/line.png)no-repeat left bottom;
    padding-bottom: 8px;
    margin-bottom: 38px;
     transition: all 0.4s;
}
.breadcrumb ul li {
    float: left;
    margin-bottom: 0;
    line-height: normal;
     transition: all 0.4s;
}
.breadcrumb ul li:first-child a {
    padding-left: 0;
}
.breadcrumb ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    background: url(../images/dash.png) no-repeat right center;
    padding-left: 6px;
    padding-right: 13px;
    margin-bottom: 0;
    line-height: normal;
    transition: all 0.4s;
}
.breadcrumb ul li a:first-child {
    background:unset;
    padding-left: 0;
}
.breadcrumb ul li a:first-child {
}
.breadcrumb ul li span {
    background: url(../images/dash.png) no-repeat right center;
    font-weight: 400;
    color: #000;
    padding-left: 6px;
    padding-right: 13px;
    font-size: 16px;
    transition: all 0.4s;
    font-family: 'Roboto', sans-serif;
}
.wk_prod-detail .breadcrumb ul li:last-child span {
  background:unset;
  display:none;
}

/* ========== catelogue // END ========== */








/* ========== Checkout // START ========== */

.checkout{
  float:left;
  width:100%;
  margin-bottom:15px;
   transition: all 0.4s;
}
.checkout-left {
    float: left;
    width: 49%;
    margin-top: 30px;
     transition: all 0.4s;
}
.checkout-right{
  float:right;
  width:49%;
  background:#f9f9f9;
  padding:15px;
  box-sizing:border-box;
  margin-top:15px;
   transition: all 0.4s;
}
.checkout-left form .form-row {
    padding: 3px;
    margin: 0 0 6px;
     transition: all 0.4s;
}
.checkout-left h3{
font-size:26px;
font-weight:400;
margin-bottom:10px;
 transition: all 0.4s;
}
.checkout-right span.top-check-heading {
    font-size: 26px;
    font-weight: 400;
    padding-bottom: 10px;
    float: left;
     transition: all 0.4s;
}
.checkout-right input.woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox {
    float: left;
    margin-top: 11px;
    margin-right: 10px;
     transition: all 0.4s;
}






 .checkout-left p {
    padding-left: 2px;
     transition: all 0.4s;
}

.checkout-left p.form-row.form-row-first {
    float: left;
    width:47%;
     display: block;
      transition: all 0.4s;
}
.checkout-left p.form-row.form-row-last {
    float: right;
    width:47%;
     display: block;
      transition: all 0.4s;
}
.checkout-left label.first-name {
    font-size: 21px;
    margin-bottom:8px;
        line-height: 2;
         transition: all 0.4s;
}
.checkout-left label.last-name{
      font-size: 21px;
    margin-bottom:8px;
        line-height: 2;
         transition: all 0.4s;
}
.checkout-left abbr.required{
    color: red;
    font-weight: 700;
    border: 0;
     transition: all 0.4s;
}
.checkout-left label.full-wild {
    margin-top: 6px;
    margin-bottom: 6px;
    float: left;
    font-size: 21px;
      line-height: 2;
       transition: all 0.4s;
}
.checkout-left select.state_select.select2-hidden-accessible {
    background-color: #fff;
    border:1px solid #dfdfdf;
    width: 100%;
    padding: 10px 8px;
     transition: all 0.4s;
}
.checkout-left span.woocommerce-input-wrapper {
    float: left;
    width: 100%;
    margin-bottom: 8px;
     transition: all 0.4s;
}
.checkout-left input.input-text, .checkout-left form .form-row textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 1;
    border: 1px solid #dfdfdf;
    padding: 10px 8px;
    font-size: 14px;
     transition: all 0.4s;
}

.checkout-right form .form-row {
    padding: 3px;
    margin: 0 0 6px;
     transition: all 0.4s;
}

.checkout-right p {
    padding-left: 2px;
     transition: all 0.4s;
}
.checkout-right p.form-row.form-row-first {
    float: left;
    width:47%;
     display: block;
      transition: all 0.4s;
}
.checkout-right p.form-row.form-row-last {
    float: right;
    width:47%;
     display: block;
      transition: all 0.4s;
}
.checkout-right label.first-name {
    font-size: 21px;
    margin-bottom:8px;
        line-height: 2;
         transition: all 0.4s;
}
.checkout-right label.last-name{
      font-size: 21px;
    margin-bottom:8px;
        line-height: 2;
         transition: all 0.4s;
}
.checkout-right abbr.required{
    color: red;
    font-weight: 700;
    border: 0;
     transition: all 0.4s;
}
.checkout-right label.full-wild {
    margin-top: 6px;
    margin-bottom: 6px;
    float: left;
    font-size: 21px;
      line-height: 2;
       transition: all 0.4s;
}
.checkout-right select.state_select.select2-hidden-accessible {
    background-color: #fff;
    border:1px solid #dfdfdf;
    width: 100%;
    padding: 10px 8px;
     transition: all 0.4s;
}
.checkout-right span.woocommerce-input-wrapper {
    float: left;
    width: 100%;
    margin-bottom: 8px;
     transition: all 0.4s;
}
.checkout-right input.input-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 1;
    border: 1px solid #dfdfdf;
    padding: 10px 8px;
    font-size: 14px;
     transition: all 0.4s;
}
.checkout-right textarea.input-text {
    width: 100%;
    height: 137px;
    border: 1px solid #dfdfdf;
}
.bottom-checkbox-left {
    float: left;
    width: 60%;
    margin-top: 36px;
}
.bottom-checkbox-right{
  float:right;
  width:38%;
  margin-top: 20px;
}


.bottom-checkbox-left span.woocommerce-Price-currencySymbol {
    font-size: 16px;
}
.bottom-checkbox-left h3{
font-size:26px;
font-weight:400;
margin-bottom:5px;
float:left;
}
.bottom-checkbox-left table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
}
.bottom-checkbox-left table.shop_table th {
    border-top: 1px solid #ebe9eb !important;
    width: 60%;
    padding-top: 19px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.bottom-checkbox-left table.shop_table td {
    border-top: 1px solid #ebe9eb !important;
    padding-top: 5px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    border-right: 1px solid #ebe9eb;
}
.bottom-checkbox-left table.shop_table th{
    border-top: 1px solid #ebe9eb !important;
border-right: 1px solid #ebe9eb;
}
.bottom-checkbox-left ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0;
}
.bottom-checkbox-left ul#shipping_method li {
    margin: 0;
    padding: .25em 0 .25em 22px;
    text-indent: -22px;
    list-style: none outside;
}
.bottom-checkbox-left ul#shipping_method li input {
    margin: 3px .5ex;
}
.bottom-checkbox-left ul#shipping_method li label {
    display: inline;
}
.bottom-checkbox-left ul#shipping_method .amount {
    font-weight: 700;
    font-size: 16px;
}
.bottom-checkbox-left .bold-one{
  font-weight:700;
}

.bottom-checkbox-left .big-font {
    font-size: 25px !important;
}

.woocommerce-checkout-payment {
    float: left;
    width: 100%;
    padding: 15px;
    background: #e6f6e5;
    margin-top: 52px;
    box-sizing: border-box;
}
ul.wc_payment_methods.payment_methods.methods {
    list-style: none;
}
.payment_box.payment_method_bacs {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #35b729;
    padding: 1em;
    margin: 15px 0 0 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #fff;
    color: #515151;
    margin-bottom: 10px;
}
.payment_box.payment_method_bacs::before {
    content: '';
    display: block;
    /*border: 1px solid #35b729;*/
    border: 1em solid #fff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}
button.checkout-button {
    background: #e66905;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border:2px solid #e66905;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.4s;
}
button.checkout-button:hover{
    background:#fff;
    color:#000;
    border:2px solid #e66905;
}
img.payment-card {
    margin-top: 15px;
    margin-left: 20px;
    float: left;
    margin-bottom: 15px;
     transition: all 0.4s;
}
li.wc_payment_method.payment_method_paypal {
    float: left;
    width: 100%;
    margin-top: 9px;
     transition: all 0.4s;
}
span.top-check-heading {
    padding-left: 10px;
}
span.green-text {
    float: right;
    font-size: 23px;
    color: #35b729;
    font-weight: 500;
     transition: all 0.4s;
}
.checkout-top-link {
    background: #000;
    height: 60px;
    margin-top: 15px;
    float: left;
    width: 100%;
    border-top: 4px solid #ffc107;
     transition: all 0.4s;
}
.catch-img {
    float: left;
    margin-right: 10px;
    padding-top: 10px;
    padding-left: 5px;
     transition: all 0.4s;
}
.checkout-top-link p {
    font-size: 20px;
    font-weight: 500;
    padding-top: 15px;
    color: #fff;
    padding-right: 5px;
    box-sizing: border-box;
     transition: all 0.4s;
}
.checkout-top-link a{
  font-size:20px;
  font-weight:400;
  color:#fff;
   transition: all 0.4s;
}


/* ========== Checkout // END ========== */

/* ========== listing // start ========== */


.gallery-container {
    width: 100%;
    float: left;
    margin-top: 8px;
    background: #fff;
    box-sizing: border-box;
    padding-bottom: 25px;
     transition: all 0.4s;
}

.gallery-images {
    float: left;
    width: 50%;
    margin-top: 30px;
     transition: all 0.4s; padding-right:20px; box-sizing:border-box;
}
.small-images {
    width: 100%;
    margin: auto;
     transition: all 0.4s;
}
.bg-color ul li.out {
    font-size: 15px !important;
    line-height: 15px;
    color: #b5b5b5;
    font-weight: 600 !important;
     transition: all 0.4s;
}
.bg-color ul li.active{
  background:#ffc107;
  border:1px solid #ffc107;
   transition: all 0.4s;
}
.big-image {
    margin-bottom: 30px;
     transition: all 0.4s;
}
.big-image img {
    margin: auto;
     transition: all 0.4s;
}
.thumb-image {
    padding: 5px;
    border: 1px solid #d0d0d0;
    margin-bottom: 10px;
    height: 90px;
    float: left;
    width: 90px;
    margin: 5px 11px;
    transition: all 0.4s;
}
.thumb-image:hover {
   border: 1px solid #ffc107;
}

.listing-detail {
    float: right;
    width: 50%;
    margin-top: 36px !important;
     transition: all 0.4s;
}
.listing-portion-mid {
    width: 100%;
    max-width:625px;
    padding:12px 0;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
     transition: all 0.4s;
}
.listing-portion-mid h2 {
    font-size: 39px;
    font-weight: 500;
    margin-bottom: 25px;
    transition: all 0.4s;
    font-family: 'Montserrat', sans-serif;
}
.listing-portion-mid span.label.label-default.old-price {
    font-size: 14px;
    font-weight: 600;
    color: #d71010;
    background: none;
    text-decoration: line-through;
    padding-right: 13px;
    float: left;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    transition: all 0.4s;
}
.listing-portion-mid h3 {
    font-size: 26px;
    margin-bottom: 10px;
    transition: all 0.4s;
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
}
.bg-color ul li {
    float: left;
    width: 70px;
    margin-left: 15px;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
    height: 44px;
    font-weight: 600;
    padding-top: 5px;
    font-size: 25px;
    border: 1px solid #d9d9d9;
    margin-bottom: 5px;
    transition: all 0.4s;
    font-family: 'Montserrat', sans-serif;
}
.bg-color {
    float: left;
    width: 100%;
    background: #f5f5f5;
    padding: 15px;
    margin-bottom: 15px;
    box-sizing: border-box;
     transition: all 0.4s;
}
.bg-color span {
    font-size: 19px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all 0.4s;
}
.quantity span {
    padding-left: 0 !important;
    padding-right: 17px;
    padding-top: 5px;
    box-sizing:border-box;
     transition: all 0.4s;
}
.bg-color ul {
    list-style: none;
    margin-bottom: 25px;
    /*float: left;*/
     transition: all 0.4s;
}
.listing-portion-mid p {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 20px;
    transition: all 0.4s;
    font-family: 'Roboto', sans-serif;
}
.listing-portion-mid.quantity{
    float: left;
    margin: 0 4px 0 0;
     transition: all 0.4s;
}
.bg-color input.input-text.qty.text {
    width: 4.33em;
    text-align: center;
    padding: 8px 5px;
    border: 1px solid #dfdfdf;
    height: 30px;
     transition: all 0.4s;
}
.listing-portion-mid span.listing-qty {
    font-size: 17px;
    font-weight: 600;
    padding-left: 10px;
     transition: all 0.4s;
}
.quantity {
    float: left;
    width: 100%;
    margin-bottom: 15px;
     transition: all 0.4s;
}
.listing-detail .btn-add-to-cart:hover {
    background: #fff;
    border: 1px solid #000;
}
.listing-detail .btn-add-to-cart {
    width: 48%;
  float:left;
    background: #ffc107;
    font-size: 24px;
    color: #000;
    text-transform:uppercase;
    height: 60px;
    cursor: pointer;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.4s;
}

.listing-detail .btn-add-to-cart-fav {
    float: right;
    background: #fff;
    width: 49%;
    text-align: center;
    padding: 17px 0;
    border: 2px solid #ffc107;
}
.listing-detail .btn-add-to-cart-fav:hover {
  text-decoration:none;
  background:#ffc107;
  color:#000;
}

.listing-detail .btn-add-to-cart-fav span {
  font-size:18px;
  font-weight:500;
}

.listing-detail .btn-add-to-cart-fav .far {
  font-size:19px;
}

.mini-social-link ul li {
    float: left;
    padding-left: 3px;
     transition: all 0.4s;
}
.mini-social-link ul li:first-child {
    padding-left: 0;
     transition: all 0.4s;
}
.mini-social-link ul {
    list-style: none;
     transition: all 0.4s;
}
.mini-social-link {
    float: left;
    width: 100%;
    margin-top: 10px;
     transition: all 0.4s;
}
.listing-portion-mid span.note {
    position: absolute;
    right: 21px;
    top: 19px;
    background: #cf1e24;
    padding: 19px 10px;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 30px;
     transition: all 0.4s;
}
.tabs-portion {
    float: left;
    width: 100%;
    background: #f6f6f6;
    height: auto;
    margin-top: 10px;
    margin-bottom: 15px;
     transition: all 0.4s;
}

.tabs {
  clear: both;
  width: 100%;
  float: left;
  list-style: none;
  position: relative;
  box-sizing: border-box;
  margin-top: 63px;
  margin-bottom: 20px;
   transition: all 0.4s;
}

.tabs:after {
  content: '';
  display: table;
  clear: both;
   transition: all 0.4s;
}

.tabs input[type=radio] {
  display: none;
}

.tabs label {
    display: block;
    float: left;
    color: #000;
    font-size: 21px;
    font-weight: 600;
    background: url(../images/cut-line.png)no-repeat right;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    height: 48px;
    text-align: center;
    padding-right: 28px;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    font-family: "Montserrat", sans-serif;
    margin-right: 1.5%;
    letter-spacing: -0.3px;
    padding-top: 11px;
     transition: all 0.4s;
}
.tabs .tab3 {
    background: unset;
}

.tabs .tab1,
.tabs .tab2,
.tabs .tab3,
.tabs .tab4,
.tabs .tab5,
.tabs .tab6 {
  width: auto;
   transition: all 0.4s;
}

.tabs .tab-content {
    /* display: none; */
    width: 100%;
    float: left;
    padding:16px 10px 20px 10px;
    box-sizing: border-box;
    background-color: #f6f6f6;
    position: relative;
    min-height: 173px;
    margin-bottom: 0;
    transition: all 0.4s;
}

#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3,
#tab4:checked ~ #tab-content4,
#tab5:checked ~ #tab-content5,
#tab6:checked ~ #tab-content6 {
  display: block;
}

.tabs [id^="tab"]:checked + label {
    color: #ffc107;
    border-bottom: none;
    position: relative;
    z-index: 1;
    font-size: 21px;
    padding-top: 11px;
    box-sizing: border-box;
}

.tabs label.tab6 {
  margin-right: 0;
}

.tab-content * {
  -webkit-animation: scale 0.7s ease-in-out;
  -moz-animation: scale 0.7s ease-in-out;
  animation: scale 0.7s ease-in-out;
}
.tab-content .card .card-header {display:none;}
@keyframes scale {

  0% { 
  transform: scale(0.9);
  opacity: 0;
    }

  50% {
  transform: scale(1.01);
  opacity: 0.5;
    }

  100% { 
  transform: scale(1);
  opacity: 1;
  }

}

.tabs .tab-content h1, .tabs .tab-content h2, .tabs .tab-content h3, .tabs .tab-content h4, .tabs .tab-content h5  .tabs .tab-content h6 {
  color: #000;
  margin: 15px 0px;
  letter-spacing: 0.5px;
}

.tabs .tab-content h1 {
  font-size: 26px;
}

.tabs .tab-content h2 {
  font-size: 24px;
}

.tabs .tab-content h3 {
  font-size: 22px;
}

.tabs .tab-content h4 {
  font-size: 20px;
}

.tabs .tab-content h5 {
  font-size: 18px;
}

.tabs .tab-content h6 {
  font-size: 16px;
}

.tabs .tab-content p {
    padding: 5px 0;
    line-height: 29px;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 12px;
    letter-spacing: 0.1px;
    font-family: 'roboto', sans-serif;
    background: none;
    border: 0;
}

.tabs .tab-content p,
.tabs .tab-content a {
  color: #111111;
}

.tabs .tab-content ol, .tabs .tab-content ul {
  margin-left: 0px;
  font-size: 17px;
  color: #111111;
  line-height: 29px;
}

.tabs .tab-content ol ol li {
  list-style-type: lower-alpha;
}

.tabs .tab-content ol ol ol li {
  list-style-type: lower-roman;
}

.tabs .tab-content ul {
  list-style-type: none;
}

.tabs .tab-content ul ul li {
  list-style-type: circle;
}

.tabs .tab-content ul ul ul li {
  list-style-type: square;
}

/* ========== listing // end ========== */



/* ========== Cart // START ========== */

.Cart-portion{
  float:left;
  width:100%;
  margin-top:15px;
   transition: all 0.4s;
}
.Cart-portion table.shop_table.shop_table_responsive {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
     transition: all 0.4s;
}
.Cart-portion table.shop_table.shop_table_responsive th {
    font-weight: 700;
    padding: 9px 12px;
     transition: all 0.4s;
}
.Cart-portion table.shop_table.shop_table_responsive td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 6px 12px;
    vertical-align: middle;
     transition: all 0.4s;
}

.Cart-portion table.shop_table.shop_table_responsive .coupon{
  float:left;
   transition: all 0.4s;
}
.Cart-portion img.table-sm-img {
    width: 50px;
    height: 50px;
     transition: all 0.4s;
}
td.product-name a {
    color: #000;
    font-size: 18px;
    font-weight: 600;
     transition: all 0.4s;
}
.Cart-portion table.shop_table.shop_table_responsive .quantity .qty {
    width: 3.631em;
    text-align: center;
    padding: 8px 5px;
    border: 1px solid #dfdfdf;
    height: 30px;
     transition: all 0.4s;
}
input.button.coupon {
    width: 199px;
    height: 60px;
    background: #fff;
    border: 1px solid #d2d2d2;
    color: #d2d2d2;
     font-size:17px;
    font-weight:600;
    margin-right: 12px;
    cursor: pointer;
     transition: all 0.4s;
}
input.button.apply-coupon{
   width: 199px;
    height: 60px;
    font-size:17px;
    font-weight:600;
    background: #7a090d;
    border: 1px solid #d2d2d2;
    color: #fff;
    margin-right: 12px;
    cursor: pointer;
     transition: all 0.4s;
}
button.button.update-cart{
  float:right;
    width: 199px;
    height: 60px;
    font-size:17px;
    font-weight:600;
    background: #7a090d;
    border: 1px solid #d2d2d2;
    color: #fff;
    cursor: pointer;
     transition: all 0.4s;
}
td.actions.last-one {
    padding: 10px 12px !important;
     transition: all 0.4s;
}


.mid-portion-cart{
  float:left;
  width:100%;
  margin-top:15px;
  margin-bottom:15px;
   transition: all 0.4s;
}



.cart_totals {
    float: right;
    width: 48%;
     transition: all 0.4s;
}
.cart-product h2{
      font-family: Montserrat, arial;
    margin-bottom: 10px;
    font-size:30px;
    font-weight:400;
     transition: all 0.4s;
}
.cart_totals h2 {
    font-family: Montserrat, arial;
    margin-bottom: 10px;
    font-size:30px;
    font-weight:400;
     transition: all 0.4s;
}
.cart_totals table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
     transition: all 0.4s;
}
.cart_totals table.shop_table th {
    border-top: 1px solid #ebe9eb !important;
    width: 60%;
    padding-top: 5px;
    padding-bottom: 30px;
    padding-left: 15px;
     transition: all 0.4s;
}
.cart_totals table.shop_table td{
    border-top: 1px solid #ebe9eb !important;
    padding-top: 5px;
    padding-bottom: 30px;
     transition: all 0.4s;

}
.cart_totals table.shop_table th{
    border-top: 1px solid #ebe9eb !important;

}
.cart_totals ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0;
     transition: all 0.4s;
}
.cart_totals ul#shipping_method li {
    margin: 0;
    padding: .25em 0 .25em 22px;
    text-indent: -22px;
    list-style: none outside;
     transition: all 0.4s;
}
.cart_totals ul#shipping_method li input {
    margin: 3px .5ex;
     transition: all 0.4s;
}
.cart_totals ul#shipping_method li label {
    display: inline;
     transition: all 0.4s;
}
.cart_totals ul#shipping_method .amount {
    font-weight: 700;
    font-size: 16px;
     transition: all 0.4s;
}
.wc-proceed-to-checkout a {
    text-align: center;
    float: left;
    width: 100%;
    background: #ff5e00;
    border:2px solid #ff5e00;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.4s;
}
.wc-proceed-to-checkout a:hover{
    border:2px solid #ff5e00;
    background:#000;
}
span.woocommerce-Price-amount.amount {
    font-size: 25px;
    font-weight: 400;
     transition: all 0.4s;
}
.cart-product {
    float: left;
    width: 50%;
    position: relative;
     transition: all 0.4s;
}
.cart-product .cate-single {
    float: left;
    width: 48%;
    margin-right: 1%;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    transition: all 0.4s;
}
.cart-product .product-single .product-img {
    float: left;
    width: 100%;
   height: 200px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
     transition: all 0.4s;
}
.cart-product .product-single .product-content {
    width: 100%;
    float: left;
}
.cart-product .product-price {
    font-size: 17px;
    font-weight: 600;
    color: #504b45;
    line-height: 20px;
    margin-bottom: 24px;
    margin-top: 20px;
    text-align: center;
    letter-spacing: -0.5px;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
    transition: all 0.4s;
}
.cart-product .cate-single a.product-img img {
    max-height: 100%;
}
.cart-product .product-title {
font-size: 17px;
    font-weight: 400;
    color: #000000 !important;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.7px;
    text-align: center;
    transition: all 0.4s;
}
 .product-single .product-link.home-org {
    font-size: 17px;
    font-weight: 500;
    color: #000 !important;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    height: 53px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    border: 2px solid #ffc107;
    width: 170px;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.4s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/*.cart-product span.note {
    position: absolute;
    right: 46px;
    top: 0px;
    background: #cf1e24;
    padding: 14px 10px;
    text-align: center;
    color: #ffffff;
    font-size: 10px;
    font-weight: 400;
    border-radius: 30px;
     transition: all 0.4s;
}*/
.cart-product .product-single .product-link.home-org:hover{
  background:#ffc107;
  color:#fff;
   transition: all 0.4s;
}
/* ========== Cart // END ========== */

/* ========== contact // Start ========== */

.contact-top-sect {
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
     transition: all 0.4s;
}
.contact-top-sect h2 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px;
     transition: all 0.4s;
}
.contact-top-sect p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 22px;
    transition: all 0.4s;
}
.content-left {
    width: 60%;
    float: left;
     transition: all 0.4s;
}
.contact-form {
    float: left;
    width: 100%;
    margin-top: 20px;
     transition: all 0.4s;
}
h2.main-content-title{
  font-size:14px;
    font-weight: 500;
    color: #9e1111;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;

}
.contact-form .field-wrapper {
    width: 100%;
    float: left;
    margin-bottom: 19px;
     transition: all 0.4s;
}
.contact-form input, .contact-form select {
    border: 2px solid #d6d6d6;
    display: block;
    width: 100%!important;
    height: 62px !important;
    line-height: 52px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    color:#959595;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    transition: all 0.4s;
    margin-bottom: 0 !important;
    max-width: 362px;
}
.contact-form label {
  margin-bottom:15px; margin-top:15px;
}
.contact-form textarea {
    width: 100% !important;
    max-width: 550px;
    color: #959595;
    border: 2px solid #d6d6d6;
    box-sizing: border-box;
    padding-left: 10px;
    padding-top: 10px;
    font-size: 18px;
    font-weight: 500;
    max-height: 190px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: -3px !important;
    transition: all 0.4s;
}
.contact-form .btn-submit-form {
    background: #ffc107 !important;
    border: 2px solid #ffc107;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    width: 162px !important;
    height: 62px;
    line-height: 52px;
    text-align: center;
    padding-left: 0;
    margin-top: 6px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.5s;
    margin-top: 25px;
}
.contact-form .btn-submit-form:hover{
    background: #fff !important;
    border: 2px solid #ffc107;
    color: #000;
}
.content-right {
    width: 40%;
    float: right;
    padding-top: 102px;
    padding-bottom: 32px;
}
/* ========== contact // end ========== */

/* ========== ABOUT US // START ========== */
.about-us-content{
  float:left;
  width:100%;
  margin-top:10px;
  margin-bottom:50px;
   transition: all 0.4s;
}
.about-us-content h2{
  font-size:23px;
  font-weight:600;
  margin-bottom:15px;
   transition: all 0.4s;
}
.about-us-content h3 {
clear:both;
  font-size:26px;
  padding:15px 0 0;
  font-weight: 600;
}
.about-us-content p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    transition: all 0.4s;
}

.about-us-content ul {
    font-size: 16px;
    line-height: 25px;
  padding-left: 30px;
    font-weight: 400;
    box-sizing: border-box;
     transition: all 0.4s;
}
.about-us-content a {
    color: #000;
    cursor: pointer;
    transition: all 0.4s;
}
.about-us-content a:hover {
    color: #ffc107;
}
.about-us-content a.btn {
  padding:8px 15px;
}
/* ========== ABOUT US // END ========== */

/* modified styles */

.payment-icon-container {height:30px !important;padding: 5px;}
.breadcrumb nav {margin-left:0;margin: 0;width: 100%;}
.contact-form p.small.text-danger {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 15px;
}

.contact-form p.small.text-danger label {
    margin: 0;
}
.wk_home-featured-prod .product-single .product-content {
    padding: 0 10px;
    box-sizing: border-box;
}
.savings-container span.badge {
    display: none;
}
.wk_search-results h2 {
    font-size: 25px;
    font-weight: 700;
    background: url(../images/line.png)no-repeat left bottom;
    padding-bottom: 8px;
    margin-bottom: 38px;
    transition: all 0.4s;
}
.nsearchinput-pl.well {
  top: 9px;
  background: #f2f2f2;
}
.nsearchinput-pl.well li a {
    position: relative;
    display: block;
    padding: 10px 15px;
    height: 40px;
    /* line-height: 40px; */
    display: flex;
    align-items: center;
    background: #efefef;
    border-bottom:1px solid #fff;
}
.nsearchinput-pl.well li img {
    margin-right: 10px; float:left;
}
.nsearchinput-pl.well li a span.title {
  color:#000; font-size:15px;
}
.about-us-content.wk_extrapage {
    margin-top: 25px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.about-us-content.wk_extrapage h1 {
    font-size: 30px;
    font-weight: 700;
    background: url(../images/line.png)no-repeat left bottom;
    padding-bottom: 8px;
    margin-bottom: 38px;
    transition: all 0.4s;
}
.wk_extrapage .form-control {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.wk_cart-content .form-control, .wk_cart-content .btn {
    box-sizing: border-box;
    padding: 8px 12px;
    border-radius: 0;
}
.listing-portion-mid span.old-price {
    font-size: 15px;
    font-weight: 600;
    color: #ff0000;
    background: none;
    text-decoration: line-through;
    padding-right: 13px;
    float: left;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    transition: all 0.4s;
}

.listing-portion-mid .productsave {
    color: #000;
    font-size: 13px;
    font-family: Roboto, sans-serif;
    margin-bottom: 10px;
}
.tab-content div.collapse {
    background: none !important;
    border: 0;
}



.tab-content a.btn.btn-default {
    padding: 8px 12px;
}

.listing-portion-mid .specific input,
 .listing-portion-mid .specific label._itmspec_listitm span {
    /* clear: both; */
    width: 105px;
    /* padding: 5px; */
    margin: 0;
}
._itmspec_listopt.col-12 {
    padding: 0;
}
.listing-portion-mid .specific label._itmspec_listitm {
  float:left;
  height: 34px;
  padding: 0;
  width: 105px;
  margin: 6px 7px;
  cursor: pointer;
}
.listing-portion-mid .specific input {
    /* float: left; */
    transition: all 0.4s;
    font-family: 'Montserrat', sans-serif;
    /* height: 34px; */
    width: 25px;
    position: absolute;
    z-index: 100;
     opacity: 0; 
    cursor: pointer;
    /* margin-left: 15px; */
    /* margin-top: 15px; */
    padding: 0;
}
.listing-portion-mid .specific label._itmspec_listitm span {
    background: #e8e8e8;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #d9d9d9;
    transition: all 0.4s;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    z-index: 50;
    /* margin: 7px 7px; */
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
    float: left;
}

.listing-portion-mid .specific label span {
  
/* font-size: 14px; */
  
/* text-align: center; */
  
/* float: none; */
  
/* margin: 0; */
}
.listing-portion-mid .specific label._itmspec_listitm input[type=radio]:checked + span  {
  background: #ffc107;
    border: 1px solid #ffc107;
    transition: all 0.4s;
}
section#shipbox {
    display: none;
}

.listing-detail a.btn.btn-add-to-cart.btn-info.btn-block.btn-lg.btn-ajax-loads {
    float: left;
    padding: 0;
    line-height: 60px;
    border: 1px solid #ffc107;
    left:0;, z-index:1000;
}

.wk_wishlist-btn {
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* ========== RESPONSIVE STYLES // START ========== */
@media (max-width: 1280px){

#homepage-content p img,
#subcategory-content p img {
    width: 45.9% !important;
    height: auto !important;
}

nav .sub-menu ul.lev2 li {
  width:438px;
}
}



@media (max-width: 1250px){
    #homepageCarousel .left {
    top: initial;
    bottom: 0;
}
    #homepageCarousel .right {
    top: initial;
    bottom: 0;
}
.nav-container {
    width: 100%;
}

nav .menu li {
    margin-left: 35px;
    margin-right: 35px;
}

.nav-container {
    margin-top: 25px;
}

.banner.catalogue {
    background: #0b0b0b;
    height: auto;
    float: left;
    width: 100%;
    padding-bottom: 15px;
    box-sizing:border-box;
    position: relative;
}
.logo img {
    margin: auto;
    padding-top: 27px;
}

.logo {
    float: none;
    margin-top: 0;
}

nav{
  float:left;
}

.n-responsive-content img {
    display: inline-block;
    margin: 8px 6px;
}

#homepage-content p img,
#subcategory-content p img  {
    width: 48.6% !important;
    height: auto !important;
}
}
@media (max-width: 1180px){
nav .menu li {
    margin-left: 28px;
    margin-right: 28px;
}


nav .sub-menu {
    position: absolute;
    top: 61px;
    width: 99%;
    padding-bottom: 0;
  }
  
  }
  
@media (max-width: 1100px){
#homepage-content p img,
#subcategory-content p img  {
    width: 48.4% !important;
}

nav .menu li {
    margin-left: 22px;
    margin-right: 22px;
}
}


@media (max-width: 1025px){
}
@media (max-width: 980px){
    #homepageCarousel {
        float: left;
        width: 100%;
    }
    #homepageCarousel .right {
    top: 50%;
    bottom: initial;
}
#homepageCarousel .left {
    top: 50%;
    bottom: initial;
}
  .usr-cart-info span {
   display:none;
}
.usr-cart-info {
display:none;
}
.visible-xs{
    display: block!important;
}
.banner {
     position: relative;
    top: 0;
    background: #000000;
}
/*.nav-container {
  display:none;
}*/
nav {
    margin-top: -14px;
    width: 100%;
    position: relative;
    z-index: 1000;
}

.breadcrumb nav {
        z-index: initial;
}

  .show-menu {
    display: block;
  }

 nav .menu {
    width: 100%;
    float: left;
    display: none;
  border:1px solid #000;
    background: #000;
    margin-top: 16px;
    left: -20px;
    padding:12px;
    position: absolute;
    box-sizing:border-box;
        z-index: 999;
}

nav .menu li {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    line-height: normal;
    border-top: none;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #312819;
}
.dropdown-toggle::before, .dropdown-toggle::after {
display: none;
}

.dropdown-toggle {
  background: url(../images/down-arrow.png) no-repeat center right;
  -webkit-background-size: 16px;
  background-size: 16px;
}

.dropdown-toggle.open {
  background: url(../images/up-arrow.png) no-repeat center right;
  -webkit-background-size: 16px;
  background-size: 16px;
}
  nav .menu li:hover {
    height: auto;
  }

  nav .menu li:last-child {
    width: 100%;
    float: left;
  }

  nav .menu li a {
    padding-left: 5px;
    font-size: 18px;
    display: inline-block;
    padding-left: 24px;
    padding-right: 30px;
  }

  nav .sub-menu {
    width: 100%;
    margin-left: 0;
    display: none;
    padding-top: 5px;
    border: none;
  }

  nav .sub-menu .sub-menu-sect,
  nav .sub-menu .sub-menu-sect:last-child {
    width: 100%;
    padding-left: 15px;
    margin-bottom: 10px;
  }
  
  nav .sub-menu li a {
    padding-left: 0;
  }

  nav .sub-menu li:last-child {
    background: unset;
  }

  nav .menu li .lev3 li {
    height: auto;
    line-height: normal;
  }
  nav .sub-menu .lev2 li a {
    font-size:17px !important;
  }
  nav .sub-menu ul.lev2 li,
  .dropdown-item {
    width: 100%;
}
#homepage-content p,
#subcategory-content p {
  text-align:center;
}

.listing-detail .btn-add-to-cart {
  width:100%;
  margin:5px 0
}

.listing-detail .btn-add-to-cart-fav {
  max-width:456px;
  width:100%;
  margin:5px 0
}
ul.navigation-list.list-inline.visible-xs {
	width: 85%;
}

.search-btn {
	border-left:0;
}
}
@media (max-width: 910px){
.checkout-left {
   width: 100%;
}
.checkout-right {
    width: 100%;
}
.bottom-checkbox-left {
    width: 100%;
}
.bottom-checkbox-right {
    width: 100%;
}
.checkout-top-link {
    height: auto;
    padding-bottom: 10px;
}

#homepage-content p img {
    width: 46% !important;
}

#subcategory-content p img {
    width: 47.9% !important;
}

}  
@media (max-width: 860px){
.woocommerce-checkout-payment {
    margin-top: 0;
}
.gallery-images {
    width: 100%;
}
.breadcrumb ul {
    width: 100%;
}
.listing-detail {
    width: 100%;
}
.listing-portion-mid {
    width: 100%;
    max-width: 100%;
}
.checkout-right p.form-row.form-row-first {
    clear: both;
}
.products .products-container {
    max-width: 700px;
}

#main-image {
  margin:0 auto;
}
.small-images {
  text-align:center;
}

.thumb-image {
  float:none;
  display:inline-block;
}
.listing-detail .btn-add-to-cart-fav {
    max-width: none;
    width: 99.5%;
    margin: 5px 0;
}
.products .product-title {
    font-size: 15px;
    padding: 0 8px;
    font-weight: 400;
    color: #000000 !important;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    overflow: hidden;
    height: 70px;
    line-height: 17px;
    display: block;
    letter-spacing: -0.4px;
    text-align: center;
    transition: all 0.4s;
}

.product-single .old-price {
  padding-right:0;
}
.products .product-single .product-link.home-org {
  display:none;
}
}
@media (max-width: 800px){
.categories a.cat-link.sm-text {
    font-size: 25px;
    height: 0;
    line-height: 23px;
}
.categories .cat-link {
    width: 200px;
    height: 52px;
    font-size: 18px;
    padding-top: 15px;
}
footer .link-sect {
    width: 33.33%;
}
footer .link-sect:nth-child(4n) {
    clear: both;
}
.cate-single {
    width: 32.33%;
}
.products .cate-single:nth-child(4n+1) {
    margin-right: 1%;
    clear: none;
}
.products .cate-single:nth-child(3n+1) {
    margin-right: 0;
}
.products .cate-single:nth-child(7n+1) {
    margin-right: 1%;
    clear: both;
}
#subcategory-content p img {
    width: 46.9% !important;
}
}

@media (max-width: 768px){
.middle-text-banner {
    margin-top: 50px;
}
.content-right {
    width: 100%;
    float: none;
    padding-top: 30px;
    padding-bottom: 30px;
}
.content-right img.contact-girl {
    margin: auto;
}
nav .sub-menu .lev2 li a {
    font-size: 14px;
}
.content-left {
    width: 100%;
    float: left;
}
.contact-form input {
    max-width: 100%;
}
.contact-form textarea {
    max-width: 100%;
}

#n_checkout .col-12 {
  padding-left:0;
  padding-right:0;
}



.table th, .table td {
    padding: 10px 5px;
}


#n_checkout table {
  overflow-x: auto;
}
.table-wrapper1::-webkit-scrollbar,
.table-wrapper2::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}

.table-wrapper1::-webkit-scrollbar-thumb,
.table-wrapper2::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);
}

.table-wrapper1 {
  clear:both;
  overflow-x:auto;
}

.table-wrapper1 table {
    /* width: 750px; */
  width:auto;
    overflow-x: auto;
}

.table-wrapper1 table p {
  margin-top: 12px;
}

#n_checkout table p {
    font-size: 13px;
    line-height: 18px;
}

.cartTable--heading-quantity {
  width:45px;
}

.cartTable--column-image img {
  min-width:65px;
}

}

@media (max-width: 736px){
 .products .products-container {
    max-width: 640px;
}
}

@media (max-width: 667px){
.tabs .tab1, .tabs .tab2, .tabs .tab3, .tabs .tab4, .tabs .tab5, .tabs .tab6 {
    width: 100%;
}
.tabs label {
    background:unset;
}
}

@media (max-width: 640px){
.top-left-home {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    padding-top: 0px;
}
li.nav-item {
    width: 100%;
    text-align: center;
}
.nav-tabs .nav-link {
    background: none;
    text-align: center !important;
    padding-right: 0px;
    width: 100%;
    padding-left: 0;
}
.tabs {
    margin-top: 10px;
    margin-bottom: 10px;
}
.about-us-content ul {
    padding-left: 0px;
}
.middle-text-banner h1 {
    color: #ffc107;
    font-size: 48px;
}
.middle-text-banner span {
    color: #fff;
    font-size: 48px;
}
header .top-bar {
    height: auto;
}
.quick-links-top {
    width: 100%;
    text-align: center;
}
.quick-links-top ul li {
    float: none;
  display:inline-block;
  margin-top:8px;
}

.banner.catalogue {
  padding-bottom:0;
}

ul.navigation-list.list-inline.visible-xs {
  margin-bottom:0;
}

.quick-links-top ul li a {
  padding-left:0;
  padding-right:0;
}

.logo img {
  max-width:50%;
}

.top-left-home {
  border-bottom: 1px solid;
    padding-bottom: 3px;
}

.top-left-home p,
.top-left-home span {
    font-size: 13px;
}

.quick-links-top ul li {
  padding:0 15px;
}


.quick-links-top ul {
    float: none;
}
.categories .cat-single {
    width: 100%;
    margin-right: 0;
}
.categories .cat-single img {
    margin: auto;
}
.categories .cat-single:nth-child(2n) {
    margin-top: 0px;
}
.products .products-container {
    max-width:450px;
}
footer .link-sect {
    width: 50%;
}
footer .link-sect:nth-child(4n) {
    clear:none;
}
.cate-single {
    width: 49%;
}
.products .cate-single:nth-child(4n+1) {
    margin-right: 1%;
    clear: none;
}
.products .cate-single:nth-child(3n+1) {
    margin-right: 1%;
    clear: none;
}
.products .cate-single:nth-child(2n+1) {
    margin-right: 0;
}
.checkout-left p.form-row.form-row-first {
    width: 100%;
}
.checkout-left p.form-row.form-row-last {
    width: 100%;
}
.checkout-right p.form-row.form-row-first {
    width: 100%;
}
.checkout-right p.form-row.form-row-last {
    width: 100%;
}
.bottom-checkbox-right {
    margin-top: 0;
}
.cart-product {
    float: left;
    width: 100%;
    position: relative;
}
.cart_totals {
    float: right;
    width: 100%;
}
.sub-menu-sect ul.lev2 {
    list-style: none;
    float: left;
    width: 100%;
}
}

@media (max-width: 568px){
 .search-main .search-btn {
    width: 11%;
}
.middle-text-banner span {
    font-size: 40px;
}
#goToNextSlide {
    bottom: -295px;
}
#goToPrevSlide {
    bottom: -295px;
}
.middle-text-banner h1 {
    font-size: 40px;
}
nav .sub-menu ul.lev2 li {
    float: left;
    height: auto;
    width: 100%;
    background: #0c0c0c;
}
  .copy-right-side .list-inline > li {
    float: none;
  text-align:center;
}
nav .sub-menu .lev2 li a {
    font-size: 13px;
}
.dropdown-toggle.open {
    background: url(../images/up-arrow.png) no-repeat center right;
    -webkit-background-size: 16px;
    background-size: 12px;
}

.dropdown-toggle {
    background: url(../images/down-arrow.png) no-repeat center right;
    -webkit-background-size: 16px;
    background-size: 14px;
}
.middle-text-banner a {  
    width: 207px;
    font-size: 20px;
    padding-top: 13px;
}
.middle-text-banner {
    margin-top: 70px;
}
footer .link-sect {
    width: 100%;
    text-align: center;
}
footer h4 {
    text-align: center;
    background: url(../images/line.png)no-repeat center bottom;
    padding-bottom: 13px;
}
.link-sect img {
    width: 190px;
    margin-top: 47px;
    margin: auto;
}
.footer-links a.sub-btn {
    display: inline-block;
}
.copy-left-side {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
img.copy-right-img {
    float: none;
    margin: auto;
}
.copy-right-side {
    float: right;
    width: 100%;
}
.dropdown-text {
    float: left;
    width: 100%;
}
.right-drop-text {
    float: left;
    width: 100%;
    text-align: left;
}
.dropdown-box {
    height: auto;
    padding-bottom: 25px;
}
.products {
    padding-top: 20px;
}
.tabs {
    margin-bottom: 0;
}

#homepage-content p img,
#subcategory-content p img {
  width:95% !important;
}

}
@media (max-width: 536px){
#nav-icon {
    top: -13px;
    left: -5px;
}
.cart-product .cate-single {
    float: left;
    width: 100%;
    margin-right: 0;
}

.top-left-home img {
  float:none;
  margin:0 auto 13px;
}

.gallery-images {
  padding-right:0;
}

.list-inline {
  text-align:center;
}

}

@media (max-width: 440px){

.specific {
    text-align: center;
}
.search-btn {
    float: right;
    margin: 19px 8px 19px 0;
    cursor: pointer;
    padding-left: 0;
    border-left: 0;
    position: relative;
    transition: all 0.4s;
}
ul.navigation-list.list-inline.visible-xs {
    width: 88%;
}
}
@media (max-width: 414px){
.search-main .search-field {
    font-size: 17px;
    padding-left: 10px;
    padding-top: 1px;
    width: 83%;
    padding-right: 10px;
}
.checkout-right span.top-check-heading {
    font-size: 23px;
    padding-top: 3px;
    box-sizing: border-box;
    padding-left: 0;
}
.search-main .search-btn {
    width: 16%;
}
.cate-single {
    width: 100%;
    margin-right:0 !important;
}
.big-image img {
    margin: auto;
    width: 190px;
}
.thumb-image {
    height: 80px;
    width: 80px;
}

.listing-portion-mid h2 {
    font-size: 30px;
 }
 .small-images {
    max-width: 252px;
}
}
@media (max-width: 375px){

.checkout-right span.top-check-heading {
    padding-left: 0px;
    padding-top: 5px;
    box-sizing: border-box;
    font-size: 20px;
}
nav .sub-menu .lev2 li a {
    font-size: 13px;
    text-transform: capitalize;
}

 #nav-icon {
    top: -22px;
    left: -5px;
}
.products.sale-products.catelogue-product {
    padding-top: 0px;
}
.products .products-container {
    max-width: 250px;
}
}

@media (max-width: 360px){

}

@media (max-width: 320px){
.checkout-right span.top-check-heading {
    padding-top: 8px;
    font-size: 16px;
}
.catch-img {
    float: left;
    margin-right: 10px;
    padding-top: 24px;
    padding-left: 5px;
    width: 33px;
}
}

/* ========== RESPONSIVE STYLES // END ========== */



