 /* Base CSS */
body {
    color: #666666;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    background: #fff;
}

.ham-yes-mobile {display: none!important;}
.ham-no-mobile {display: block!important;}

.part-a, #shop {
    padding: 0 !important;
}
#featured-products {background: #f9f9f9;}

/*section .container, #header-sliders, #shopping-cart .container, #checkout .container, .about-us-content .container {
    background: #fff;
}*/

section .container,section .container-fluid {
    padding: 25px 0;
}

.navbar-inverse #navbar-collapse {
    margin-top: -25px;
  }
.category-bar__home, .shop-nav .container {

}

html, body {
    //height: 100%;
    max-height: 100%;
    margin: 0;
}

html * {
    -webkit-font-smoothing: antialiased;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    color: #222222;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-top: 0;
}

h1 {
    font-size: 36px;
    margin-bottom: 24px;
}

h2 {
    font-size: 30px;
    margin-bottom: 22px;
}

h3 {
    font-size: 26px;
    margin-bottom: 20px;
}

h4 {
    font-size: 22px;
    margin-bottom: 18px;
}

h5 {
    font-size: 18px;
    margin-bottom: 14px;
}

h6 {
    font-size: 16px;
    margin-bottom: 12px;
}

a {
    color: #4d9b4c;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    -ms-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 500;
    outline: 0 !important;
}

a:hover, a:active, a:focus {
    color: #000 ;
    text-decoration: none;
}

p {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

ul {
    list-style: none;
    padding: 0;
}

ul, ol {
    padding-left: 16px;
    margin-top: 0;
    margin-bottom: 20px;
}

.list-featured {
    list-style: none;
    padding: 0;
}

.list-featured li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 7px;
}

.list-featured li:before {
    position: absolute;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
    top: 7px;
    background-color: #4d9b4c;
}

ol li {
    margin-bottom: 7px;
}

li {
    color: #666666;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
}

blockquote {
    border-left: 3px solid #4d9b4c;
}

.blockquote-reverse, blockquote.pull-right {
    border-right: 3px solid #4d9b4c;
}

blockquote p {
    font-size: 14px;
    font-weight: 400;
}

cite {
    color: #cccccc;
    font-size: 12px;
}

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

.text-bold {
    font-weight: bold;
}

.lead {
    font-size: 18px;
}

.text-sm {
    font-size: 12px;
}

.text-xs {
    font-size: 10px;
}

.text-left {
    text-align: left;
}

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

.text-right {
    text-align: right;
}

.text-default {
    color: #333333;
}

.text-primary {
    color: #4d9b4c;
}

.text-success {
    color: #83be50;
}

.text-info {
    color: #44a1e1;
}

.text-warning {
    color: #ffb33b;
}

.text-danger {
    color: #e31a1a;
}

.bg-default {
    color: white;
    background: #333333;
    padding: 3px 4px;
}

.bg-primary {
    color: white;
    background: #4d9b4c;
    padding: 3px 4px;
}

.bg-success {
    color: white;
    background: #83be50;
    padding: 3px 4px;
}

.bg-info {
    color: white;
    background: #44a1e1;
    padding: 3px 4px;
}

.bg-warning {
    color: white;
    background: #ffb33b;
    padding: 3px 4px;
}

.bg-danger {
    color: white;
    background: #e31a1a;
    padding: 3px 4px;
}

/* / End Typography */
.row {
    margin-right: 0;
    margin-left: 0;
}

img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
/ / display: none;
}

img.btn-pill {
    border: 1px solid transparent;
}

.page-header {
    font-size: 30px;
    border: none;
    margin-top: 0;
    margin-bottom: 30px;
}

.page-header:after {
    content: "";
    //background: #4d9b4c;
    position: absolute;
    height: 2px;
    width: 50px;
    margin-left: -25px;
    left: 50%;
}

.page-header.text-left:after {
    margin-left: 0;
}

.page-header.text-right:after {
    margin-left: -50px;
}

.page-header h2 {
    margin-bottom: 15px;
	font-weight:800;
	font-family: 'Montserrat', sans-serif;
}

.page-header h1 {
    margin-bottom: 15px;
}

.page-header.wsub {
    margin-bottom: 15px;
	border-bottom:solid 1px #ddd;
	border-top:solid 1px #ddd;
	padding:15px 0;
}

.page-header.wsub .landpage-description {
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: justify;
}
.page-header.wsub h2 {
    margin-bottom: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
text-transform: uppercase;
color: #222;
}

.page-header.wsub h1 {
    margin-bottom: 17px;
}

.sub-title {
    color: black;
    font-size: 24px;
    font-weight: 400;
}

.title-w-divider {
    margin-bottom: 25px;
}

.title-w-divider:after {
    content: "";
    background: #4d9b4c;
    position: absolute;
    height: 2px;
    width: 50px;
    margin-left: -25px;
}

.title-w-divider.text-left:after {
    content: "";
    background: #4d9b4c;
    position: absolute;
    height: 2px;
    width: 50px;
    margin-left: 0px;
}

.title-w-divider.text-right:after {
    content: "";
    background: #4d9b4c;
    position: absolute;
    height: 2px;
    width: 50px;
    margin-left: -50px;
}

.title-description {
    text-align: center;
    width: 60%;
    margin: 15px auto 30px auto;
}

.space-top {
    margin-top: 20px !important;
}

.space-top-30 {
    margin-top: 30px !important;
}

.space-top-2x {
    margin-top: 40px !important;
}

.space-bottom {
    margin-bottom: 20px !important;
}

.space-bottom-30 {
    margin-bottom: 30px !important;
}

.space-bottom-2x {
    margin-bottom: 40px !important;
}

.line-height-30 {
    line-height: 30px !important;
}

.space-left {
    padding-left: 15px !important;
}

.space-left-2x {
    padding-left: 30px !important;
}

.space-right-10 {
    padding-right: 10px !important;
}

.space-right {
    padding-right: 15px !important;
}

.space-right-2x {
    padding-right: 30px !important;
}

.space-25 {
    margin: 12.5px 0;
    line-height: 0;
}

.space-50 {
    margin: 25px 0;
    line-height: 0;
}

.space-100 {
    margin: 50px 0;
    line-height: 0;
}

.space-200 {
    margin: 100px 0;
    line-height: 0;
}

.margin-left {
    margin-left: 15px;
}

.margin-left-2x {
    margin-left: 30px;
}

.margin-right {
    margin-right: 15px;
}

.margin-right-2x {
    margin-right: 30px;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-border {
    border: none !important;
}

.no-border-radius {
    border-radius: 0 !important;
}

.rounded {
    border-radius: 5px !important;
}

a:focus {
    outline: none !important;
}

.btn:focus {
    outline: none !important;
}

.btn-social:focus {
    outline: none !important;
}

input:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
}

textarea:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
}

select:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
}

.form-control:focus {
    /*border: 1px solid #cccccc;*/
    border: 2px solid #4d9b4c;
}

.fa {
    display: initial !important;
}

/* Animation Durations */
.animated {
    -webkit-animation-duration: 1s !important;
    animation-duration: 1s !important;
}

.animated.first {
    -webkit-animation-duration: 1.5s !important;
    animation-duration: 1.5s !important;
    animation-delay: 0.5s;
}

.animated.second {
    -webkit-animation-duration: 1.6s !important;
    animation-duration: 1.6s !important;
    animation-delay: 0.8s;
}

.animated.third {
    -webkit-animation-duration: 1.5s !important;
    animation-duration: 1.5s !important;
    animation-delay: 1s;
}

.animated.fourth {
    -webkit-animation-duration: 1.6s !important;
    animation-duration: 1.6s !important;
    animation-delay: 1.4s;
}

.animated.fifth {
    -webkit-animation-duration: 1.5s !important;
    animation-duration: 1.5s !important;
    animation-delay: 1.5s;
}

.animated.sixth {
    -webkit-animation-duration: 1.5s !important;
    animation-duration: 1.5s !important;
    animation-delay: 1.8s;
}

.animated.seventh {
    -webkit-animation-duration: 1.6s !important;
    animation-duration: 1.6s !important;
    animation-delay: 2s;
}

.animated.eighth {
    -webkit-animation-duration: 1.5s !important;
    animation-duration: 1.5s !important;
    animation-delay: 2.4s;
}

.animated.nineth {
    -webkit-animation-duration: 1.6s !important;
    animation-duration: 1.6s !important;
    animation-delay: 2.8s;
}

/* End Animation Durations */
/* Buttons */
.btn {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.5px;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    -ms-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    border-radius: 0;
    padding: 10px 18px;
    box-shadow: 0 2px 5px #eee;
    -moz-box-shadow: 0 2px 5px #eee;
    -webkit-box-shadow: 0 2px 5px #eee;
}

.btn span {
    margin-left: 10px;
    margin-right: 10px;
}

.btn:hover {
    background: transparent;
}

.btn:focus {
    background: transparent;
}

.btn-lg {
    font-size: 15px;
    padding: 12px 22px;
}

.btn-sm {
    font-size: 12px;
    padding: 7px 15px;
}

.btn-xs {
    font-size: 10px;
    padding: 5px 12px;
}

.btn-sm i {
    font-size: 10px;
}

.btn-xs i {
    font-size: 8px;
}

.btn-social.btn-sm i {
    font-size: 14px;
}

.btn-social.btn-xs i {
    font-size: 12px;
}

.btn-rounded {
    border-radius: 5px !important;
}

.btn-pill {
    border-radius: 50px !important;
}

.btn-circle {
    border-radius: 50% !important;
    height: 40px;
    width: 40px;
    padding: 3px !Important;
}

.btn-square {
    height: 40px;
    width: 40px;
    border-radius: 5px;
    padding: 3px !Important;
}

.btn-link {
    color: #4d9b4c;
}

.btn-link:hover {
    color: #3e9db8;
    text-decoration: none;
}

.btn-link:focus {
    color: #3e9db8;
    text-decoration: none;
}

a.btn {
    white-space: nowrap;
}

/* Default Button */
.btn-default, .btn-default:active, .btn-default:focus {
    color: #333333;
    border: 2px solid #333333;
    background: transparent;
}

.btn-default:hover {
    color: white;
    background: #333333;
    border: 2px solid #333333;
}

.btn-default-filled, .btn-default-filled:active, .btn-default-filled:focus {
    color: white;
    background: #333333;
    border: 2px solid #333333;
}

.btn-default-filled:hover {
    color: white;
    background: black;
    border: 2px solid black;
}

/* / End Default Button */
/* Primary Button */
.btn-primary, .btn-primary:active, .btn-primary:focus {
    color: #fff;
    border: 2px solid #4d9b4c;
    background: #4d9b4c;
    border-radius: 5px;
}

.btn-primary:hover {
    color: white;
    background: #333;
    border: 2px solid #333;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #4d9b4c;
  border-color: #4d9b4c;
}

.btn-primary-filled, .btn-primary-filled:active, .btn-primary-filled:focus {
    color: white;
    background: #4d9b4c;
    border: 2px solid #4d9b4c;
	border-radius: none;
}

.btn-primary-filled:hover {
    color: white;
    background: #4d9b4c;
    border: 2px solid #4d9b4c;
}

/* / End Primary Button */
/* Success Button */
.btn-success, .btn-success:active, .btn-success:focus {
    color: #4d9b4c;
    border: 2px solid #4d9b4c;
    background: transparent;
}

.btn-success:hover {
    color: white;
    background: #83be50;
    border: 2px solid #83be50;
}

.btn-success-filled, .btn-success-filled:active, .btn-success-filled:focus {
    color: white;
    background: #83be50;
    border: 2px solid #83be50;
}

.btn-success-filled:hover {
    color: white;
    background: #679440;
    border: 2px solid #679440;
}

/* / End Success Button */
/* Info Button */
.btn-info, .btn-info:active, .btn-info:focus {
    color: #44a1e1;
    border: 2px solid #44a1e1;
    background: transparent;
}

.btn-info:hover {
    color: white;
    background: #44a1e1;
    border: 2px solid #44a1e1;
}

.btn-info-filled, .btn-info-filled:active, .btn-info-filled:focus {
    color: white;
    background: #44a1e1;
    border: 2px solid #44a1e1;
}

.btn-info-filled:hover {
    color: white;
    background: #3379a9;
    border: 2px solid #3379a9;
}

/* / End Info Button */
/* Warning Button */
.btn-warning, .btn-warning:active, .btn-warning:focus {
    color: #ffb33b;
    border: 2px solid #ffb33b;
    background: transparent;
}

.btn-warning:hover {
    color: white;
    background: #ffb33b;
    border: 2px solid #ffb33b;
}

.btn-warning-filled, .btn-warning-filled:active, .btn-warning-filled:focus {
    color: white;
    background: #ffb33b;
    border: 2px solid #ffb33b;
}

.btn-warning-filled:hover {
    color: white;
    background: #e59618;
    border: 2px solid #e59618;
}

/* / End Warning Button */
/* Danger Button */
.btn-danger, .btn-danger:active, .btn-danger:focus {
    color: #e31a1a;
    border: 2px solid #e31a1a;
    background: transparent;
}

.btn-danger:hover {
    color: white;
    background: #e31a1a;
    border: 2px solid #e31a1a;
}

.btn-danger-filled, .btn-danger-filled:active, .btn-danger-filled:focus {
    color: white;
    background: #e31a1a;
    border: 2px solid #e31a1a;
}

.btn-danger-filled:hover {
    color: white;
    background: #bb0707;
    border: 2px solid #bb0707;
}

/* / End Danger Button */
/* Social Buttons */
.btn-social {
    font-size: 13px;
    padding: 8px 15px;
    letter-spacing: 0.5px;
    vertical-align: middle;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    -ms-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    margin: 5px;
}

a.btn-social {
    white-space: nowrap;
}

.btn-social span {
    margin-left: 10px;
}

/* Facebook Button */
.btn-facebook, .btn-facebook:active, .btn-facebook:focus {
    color: #4e68a1;
    background: transparent;
    border: 2px solid #4e68a1;
}

.btn-facebook:hover {
    color: white !important;
    background: #4e68a1;
    border: 2px solid #4e68a1;
}

.btn-facebook-filled, .btn-facebook-filled:active, .btn-facebook-filled:focus {
    color: white;
    background: #4e68a1;
    border: 2px solid #4e68a1;
}

.btn-facebook-filled:hover {
    color: white;
    background: #3b4f7a;
    border: 2px solid #3b4f7a;
}

.btn-facebook-link, .btn-facebook-link:active, .btn-facebook-link:focus {
    color: #4e68a1;
    background: transparent;
    border: none;
}

.btn-facebook-link:hover {
    color: #3b4f7a;
}

/* / End Facebook Button */
/* Twitter Button */
.btn-twitter, .btn-twitter:active, .btn-twitter:focus {
    color: #65b5f2;
    background: transparent;
    border: 2px solid #65b5f2;
}

.btn-twitter:hover {
    color: white;
    background: #65b5f2;
    border: 2px solid #65b5f2;
}

.btn-twitter-filled, .btn-twitter-filled:active, .btn-twitter-filled:focus {
    color: white;
    background: #65b5f2;
    border: 2px solid #65b5f2;
}

.btn-twitter-filled:hover {
    color: white;
    background: #5294c6;
    border: 2px solid #5294c6;
}

.btn-twitter-filled:hover {
    color: white;
    background: #5294c6;
    border: 2px solid #5294c6;
}

.btn-twitter-link, .btn-twitter-link:active, .btn-twitter-link:focus {
    color: #65b5f2;
    background: transparent;
    border: none;
}

.btn-twitter-link:hover {
    color: #5294c6;
}

/* / End Twitter Button */
/* Google Button */
.btn-google, .btn-google:active, .btn-google:focus {
    color: #e05d4b;
    background: transparent;
    border: 2px solid #e05d4b;
}

.btn-google:hover {
    color: white;
    background: #e05d4b;
    border: 2px solid #e05d4b;
}

.btn-google-filled, .btn-google-filled:active, .btn-google-filled:focus {
    color: white;
    background: #e05d4b;
    border: 2px solid #e05d4b;
}

.btn-google-filled:hover {
    color: white;
    background: #b94c3d;
    border: 2px solid #b94c3d;
}

.btn-google-link, .btn-google-link:active, .btn-google-link:focus {
    color: #e05d4b;
    background: transparent;
    border: none;
}

.btn-google-link:hover {
    color: #b94c3d;
}

/* / End Google Button */
/* Linkedin Button */
.btn-linkedin, .btn-linkedin:active, .btn-linkedin:focus {
    color: #2083bc;
    background: transparent;
    border: 2px solid #2083bc;
}

.btn-linkedin:hover {
    color: white;
    background: #2083bc;
    border: 2px solid #2083bc;
}

.btn-linkedin-filled, .btn-linkedin-filled:active, .btn-linkedin-filled:focus {
    color: white;
    background: #2083bc;
    border: 2px solid #2083bc;
}

.btn-linkedin-filled:hover {
    color: white;
    background: #186592;
    border: 2px solid #186592;
}

.btn-linkedin-link, .btn-linkedin-link:active, .btn-linkedin-link:focus {
    color: #2083bc;
    background: transparent;
    border: none;
}

.btn-linkedin-link:hover {
    color: #186592;
}

/* / End Linkedin Button */
/* Pinterest Button */
.btn-pinterest, .btn-pinterest:active, .btn-pinterest:focus {
    color: #d2373b;
    background: transparent;
    border: 2px solid #d2373b;
}

.btn-pinterest:hover {
    color: white;
    background: #d2373b;
    border: 2px solid #d2373b;
}

.btn-pinterest-filled, .btn-pinterest-filled:active, .btn-pinterest-filled:focus {
    color: white;
    background: #d2373b;
    border: 2px solid #d2373b;
}

.btn-pinterest-filled:hover {
    color: white;
    background: #ad2c2f;
    border: 2px solid #ad2c2f;
}

.btn-pinterest-link, .btn-pinterest-link:active, .btn-pinterest-link:focus {
    color: #d2373b;
    background: transparent;
    border: none;
}

.btn-pinterest-link:hover {
    color: #ad2c2f;
}

/* / End Pinterest Button */
/* Dribbble Button */
.btn-dribbble, .btn-dribbble:active, .btn-dribbble:focus {
    color: #ec5f94;
    background: transparent;
    border: 2px solid #ec5f94;
}

.btn-dribbble:hover {
    color: white;
    background: #ec5f94;
    border: 2px solid #ec5f94;
}

.btn-dribbble-filled, .btn-dribbble-filled:active, .btn-dribbble-filled:focus {
    color: white;
    background: #ec5f94;
    border: 2px solid #ec5f94;
}

.btn-dribbble-filled:hover {
    color: white;
    background: #b4446e;
    border: 2px solid #b4446e;
}

.btn-dribbble-link, .btn-dribbble-link:active, .btn-dribbble-link:focus {
    color: #ec5f94;
    background: transparent;
    border: none;
}

.btn-dribbble-link:hover {
    color: #b4446e;
}

/* / End Dribbble Button */
/* / End Social Buttons */
/* Checkboxes */
.checkbox {
    padding-left: 10px;
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    width: 20px;
    height: 20px;
    font-size: 13px;
}

.checkbox label span {
    margin-top: 1px;
    position: absolute;
    white-space: nowrap;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: -1px;
    margin-left: -20px;
    border: 2px solid #cccccc;
    border-radius: 5px;
    background-color: white;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    margin-left: -18px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #333333;
}

.checkbox + .checkbox, .radio + .radio {
    margin-top: 0;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
}

.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.3;
}

.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #ebebeb;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-default input[type="checkbox"]:checked + label::before {
    background-color: #333333;
    border-color: #333333;
}

.checkbox-default input[type="checkbox"]:checked + label::after {
    color: white;
}

.checkbox-default label {
    color: #333333;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #4d9b4c;
    border-color: #4d9b4c;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: white;
}

/*.checkbox-primary label {
  color: #4d9b4c;
}*/

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #83be50;
    border-color: #83be50;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: white;
}

.checkbox-success label {
    color: #83be50;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #44a1e1;
    border-color: #44a1e1;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: white;
}

.checkbox-info label {
    color: #44a1e1;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #ffb33b;
    border-color: #ffb33b;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: white;
}

.checkbox-warning label {
    color: #ffb33b;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #e31a1a;
    border-color: #e31a1a;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: white;
}

.checkbox-danger label {
    color: #e31a1a;
}

/* / End Checkboxes */
/* Radio Buttons */
.radio {
    padding-left: 10px;
}

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    width: 20px;
    height: 20px;
    font-size: 13px;
}

.radio label span {
    margin-top: 2px;
    position: absolute;
    white-space: nowrap;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    margin-left: -10px;
    border: 3px solid #cccccc;
    border-radius: 50%;
    background-color: white;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 8px;
    height: 8px;
    left: 6px;
    top: 6px;
    margin-left: -10px;
    border-radius: 50%;
    background-color: #cccccc;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
}

.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label {
    opacity: 0.3;
}

.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

.radio-default input[type="radio"] + label::after {
    background-color: #333333;
}

.radio-default input[type="radio"]:checked + label::before {
    border-color: #333333;
}

.radio-default input[type="radio"]:checked + label::after {
    background-color: #333333;
}

.radio-default label {
    color: #333333;
}

.radio-primary input[type="radio"] + label::after {
    background-color: #4d9b4c;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #4d9b4c;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #4d9b4c;
}

/*.radio-primary label {
  color: #4d9b4c;
}*/

.radio-success input[type="radio"] + label::after {
    background-color: #83be50;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #83be50;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #83be50;
}

.radio-success label {
    color: #83be50;
}

.radio-info input[type="radio"] + label::after {
    background-color: #44a1e1;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #44a1e1;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #44a1e1;
}

.radio-info label {
    color: #44a1e1;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #ffb33b;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #ffb33b;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #ffb33b;
}

.radio-warning label {
    color: #ffb33b;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #e31a1a;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #e31a1a;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #e31a1a;
}

.radio-danger label {
    color: #e31a1a;
}

/* / End Radio Buttons */
/* Paginations */
.pagination .btn {
    font-size: 12px;
    font-weight: 400;
    padding: 4px 15px;
    margin: 0 5px;
    line-height: 2em;
}

.pagination .btn-direction {
    font-size: 10px;
    padding: 5.5px 12px;
    line-height: 2.1em;
}

.pagination .btn-default {
    color: #333333;
    border: 1px solid #ebebeb;
    background: transparent;
}

.pagination .btn-default:hover {
    color: white;
    background: #4d9b4c;
    border: 1px solid #4d9b4c;
}

.pagination .btn-active {
    color: white !important;
    background: #4d9b4c !important;
    border: 1px solid #4d9b4c !important;
}

.pagination .btn-active:hover {
    color: white !important;
    background: #3e9db8 !important;
    border: 1px solid #3e9db8 !important;
}

.pagination .btn-default-filled {
    color: #333333;
    background: #ebebeb;
    border: 1px solid #ebebeb;
}

.pagination .btn-default-filled:hover {
    color: white;
    background: #4d9b4c;
    border: 1px solid #4d9b4c;
}

.pagination .btn-circle {
    border-radius: 50% !important;
    height: 30px;
    width: 30px;
    padding: 3px !important;
}

/* / End Paginations */
/* Button Groups */
.btn-group-xl > .btn {
    font-size: 20px;
    padding: 9px 10px;
    border-radius: 5px;
}

.btn-group-lg > .btn {
    font-size: 15px;
    padding: 10px 12px;
    border-radius: 5px;
}

.btn-group > .btn {
    border-radius: 5px;
}

.btn-group-sm > .btn {
    font-size: 12px;
    padding: 5px 4px;
    border-radius: 5px;
}

.btn-group-xs > .btn {
    font-size: 10px;
    padding: 3px;
    border-radius: 5px;
}

/* / End Button Groups */
/* Dropdown Buttons */
.dropdown-buttons {
    display: inline-block;
    position: relative;
}

.dropdown-buttons .btn-group > .btn {
    padding-left: 17px;
}

.dropdown-buttons .dropdown-icon {
    margin: 0 2px 0 10px;
}

.dropdown-buttons .btn {
    border-radius: 0;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    color: white;
    background-color: #333333;
    border-color: #333333;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    color: white;
    background-color: #333333;
    border-color: #333333;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    color: white;
    background-color: #4d9b4c;
    border-color: #4d9b4c;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    color: white;
    background-color: #4d9b4c;
    border-color: #4d9b4c;
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
    color: white;
    background-color: #83be50;
    border-color: #83be50;
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
    color: white;
    background-color: #83be50;
    border-color: #83be50;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
    color: white;
    background-color: #44a1e1;
    border-color: #44a1e1;
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
    color: white;
    background-color: #44a1e1;
    border-color: #44a1e1;
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
    color: white;
    background-color: #ffb33b;
    border-color: #ffb33b;
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
    color: white;
    background-color: #ffb33b;
    border-color: #ffb33b;
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
    color: white;
    background-color: #e31a1a;
    border-color: #e31a1a;
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
    color: white;
    background-color: #e31a1a;
    border-color: #e31a1a;
}

/* / End Dropdown Buttons */
/* / End Buttons */
/* Tabs & Accordions */
/* Tabs */
.nav-tabs {
    border-bottom: 2px solid #ebebeb;
}

.nav-tabs > li {
    float: none;
    margin-bottom: 0;
    display: inline-block;
}

.nav-tabs > li > a {
    position: relative;
    z-index: 0;
    display: block;
    color: #666666;
    text-decoration: none;
    font-weight: 700;
    margin-right: 0;
    padding: 20px;
    line-height: 1.5;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
}

.nav-tabs > li > a:focus {
    background: transparent;
    border: 0 !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #4d9b4c;
    background: none;
    border: none;
    border-bottom: 2px solid #4d9b4c ;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.nav > li > a:hover {
    background: none;
    border: none;
}

.nav-pills.text-right > li {
    float: right;
}

.nav.nav-pills a:hover {
    color: white;
    background: #4d9b4c;
  }

.tab-content {
    padding-top: 30px;
}

/* / End Tabs */
/* Accordions */
.panel-group .panel {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
}

.panel-group .panel-heading {
    padding: 15px 0;
    border: none;
    border-radius: 0;
}

.panel-group .panel-title {
    font-size: 14px;
    font-weight: 500;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}

.panel-group .panel-heading > a:after {
    display: inline-block;
    vertical-align: middle;
    font-family: "FontAwesome";
    font-size: 16px;
    content: "\f0d8";
    margin-top: -2px;
    margin-left: 10px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.panel-group .panel-heading .panel-title.collapsed:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-group .panel-body {
    padding: 15px 0;
}

.panel-group.tabbed .panel-heading {
    background: #f8f8f8;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 15px;
}

.panel-group.tabbed a {
    color: #666666;
}

.panel-group.tabbed .panel-heading > a:after {
    float: right;
}

.panel-group.tabbed .panel-heading .panel-title.collapsed:after {
    float: right;
    margin-top: 2px;
}

/* / End Accordions */
/* / End Tabs & Accordions */
/* Labels Badges & Alerts */
/* Labels */
.label {
    font-weight: 400;
    padding: .2em .6em;
}

.label-pill {
    border-radius: 5em;
}

.label-default {
    color: #333333;
    background-color: transparent;
    border: 2px solid #333333;
}

.label-default-filled {
    color: white;
    background-color: #333333;
    border: 2px solid #333333;
}

.label-primary {
    color: #4d9b4c;
    background-color: transparent;
    border: 2px solid #4d9b4c;
}

.label-primary-filled {
    color: white;
    background-color: #4d9b4c;
    border: 2px solid #4d9b4c;
}

.label-success {
    color: #83be50;
    background-color: transparent;
    border: 2px solid #83be50;
}

.label-success-filled {
    color: white;
    background-color: #83be50;
    border: 2px solid #83be50;
}

.label-info {
    color: #44a1e1;
    background-color: transparent;
    border: 2px solid #44a1e1;
}

.label-info-filled {
    color: white;
    background-color: #44a1e1;
    border: 2px solid #44a1e1;
}

.label-warning {
    color: #ffb33b;
    background-color: transparent;
    border: 2px solid #ffb33b;
}

.label-warning-filled {
    color: white;
    background-color: #ffb33b;
    border: 2px solid #ffb33b;
}

.label-danger {
    color: #e31a1a;
    background-color: transparent;
    border: 2px solid #e31a1a;
}

.label-danger-filled {
    color: white;
    background-color: #e31a1a;
    border: 2px solid #e31a1a;
}

/* / End Labels */
/* Badges */
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: white;
    background-color: #4d9b4c;
}

.nav-pills > li > a:hover {
    color: white;
    background-color: #cccccc;
}

.nav-pills > li > a {
    border-radius: 5px;
    padding: 10px;
}

.badge {
    color: white;
    background-color: #4d9b4c;
    font-size: 10px;
    font-weight: 400;
    border-radius: 5px;
    padding: 6px 7px;
}

.active .badge {
    color: #4d9b4c !important;
}

/* / End Badges */
/* Alerts */
.alert {
    border: 2px solid transparent;
    border-radius: 5px;
}

.alert-success {
    color: white;
    background-color: #83be50;
    border-color: #679440;
}

.alert-success .close {
    color: #679440;
}

.alert-info {
    color: white;
    background-color: #44a1e1;
    border-color: #3379a9;
}

.alert-info .close {
    color: #3379a9;
}

.alert-warning {
    color: white;
    background-color: #ffb33b;
    border-color: #e59618;
}

.alert-warning .close {
    color: #e59618;
}

.alert-danger {
    color: white;
    background-color: #e31a1a;
    border-color: #bb0707;
}

.alert-danger .close {
    color: #bb0707;
}

.alert-dismissible .close {
    font-size: 16px;
    top: -14px;
    right: -31px;
    text-shadow: none;
    opacity: 1;
}

.alert-dismissible .close:hover {
    opacity: 0.8;
}

.alert-sm {
    font-size: 14px;
    padding: 5px;
}

.alert i {
    margin: 0 10px 0 5px;
}

.alert-sm.alert-dismissible .close {
    top: -5px;
    right: -2px;
}

/* / End Alerts */
/* / End Labels Badges & Alerts */
/* Listgroups & Panels */
/* Listgroups */
.list-group-item {
    color: #666666;
    background-color: white;
    font-size: 14px;
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
}

.list-group-item p {
    font-size: 14px;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    color: white;
    background-color: #4d9b4c;
    border-color: #4d9b4c;
}

a.list-group-item:hover {
    color: #4d9b4c;
}

a.list-group-item, button.list-group-item {
    color: #666666;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: white;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #222222;
}

/* / End Listgroups */
/* Panels */
.panel-default {
    border-color: black;
}

.panel-default > .panel-heading {
    color: white;
    background-color: #333333;
    border-color: black;
}

.panel-success {
    border-color: #679440;
}

.panel-success > .panel-heading {
    color: white;
    background-color: #83be50;
    border-color: #679440;
}

.panel-primary {
    border-color: #3e9db8;
}

.panel-primary > .panel-heading {
    color: white;
    background-color: #4d9b4c;
    border-color: #3e9db8;
}

.panel-info {
    border-color: #3379a9;
}

.panel-info > .panel-heading {
    color: white;
    background-color: #44a1e1;
    border-color: #3379a9;
}

.panel-warning {
    border-color: #e59618;
}

.panel-warning > .panel-heading {
    color: white;
    background-color: #ffb33b;
    border-color: #e59618;
}

.panel-danger {
    border-color: #bb0707;
}

.panel-danger > .panel-heading {
    color: white;
    background-color: #e31a1a;
    border-color: #bb0707;
}

/* / End Panels */
/* Well */
.well {
    min-height: 20px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #ebebeb;
    border: 1px solid #cccccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.rounded-well {
    border-radius: 5px;
}

/* / End Well */
/* Jumbotron */
.jumbotron {
    background: #ebebeb;
    border: 1px solid #cccccc;
    border-radius: 0 !important;
}

.rounded-jumbotron {
    border-radius: 5px !important;
}

.jumbotron h1 {
    color: #4d9b4c;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 25px;
}

.jumbotron p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px;
}

/* / End Jumbotron */
/* / End Listgroups & Panels */
/* Progress Bars */
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #ebebeb;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar {
    font-size: 12px;
    line-height: 20px;
    color: white;
    background-color: #4d9b4c;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar-default {
    background-color: #333333;
}

.progress-bar-primary {
    background-color: #4d9b4c;
}

.progress-bar-success {
    background-color: #83be50;
}

.progress-bar-info {
    background-color: #44a1e1;
}

.progress-bar-warning {
    background-color: #ffb33b;
}

.progress-bar-danger {
    background-color: #e31a1a;
}

.progress-label .sr-only {
    position: relative;
}

/* / End Progress Bars */
/* Tables */
table {
    width: 100%;
    max-width: 100%;
}

table > caption + thead > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > th, table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #cccccc;
}

table > thead > tr > th, table > thead > tr > td {
    border-bottom-width: 2px !important;
}

table > thead > tr > th, table > thead > tr > td, table > tbody > tr > th, table > tbody > tr > td, table > tfoot > tr > th, table > tr > td {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border-bottom: 1px solid #ebebeb;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f8f8f8 !important;
}

/* Shoppong Cart Table */
.shopping-cart thead {
    background: #f8f8f8;
}

table.shopping-cart > thead > tr > th, table > thead > tr > td {
    border-bottom-width: 0 !important;
}

.shopping-cart thead th {
    color: #222222;
    padding: 10px 0;
    font-size: 16px;
    line-height: 30px;
}

.shopping-cart tbody td {
    color: #666666;
    padding: 10px 0;
    vertical-align: middle;
    font-size: 14px;
}

.shopping-cart img {
    max-width: 50px;
}

.cart-item {
    border-bottom: 1px solid #f8f8f8;
}

.cart-item img {
    max-width: 50px;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}

.cart-item a img:hover {
    opacity: 0.8;
}

.qty input[type="number"] {
    max-width: 50px;
    max-height: 40px;
    padding: 10px 4px;
    float: left;
    outline: none !important;
}

.x-remove {
    text-align: center;
    color: white;
    background: #e31a1a;
    border: 2px solid #e31a1a;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    font-size: 16px;
    line-height: 15px;
    margin-right: 30px;
    padding: 0 0 0 1px;
    float: right;
}

/* / End Shopping Cart Table */
/* / End Tables */
/* End Base CSS */
/* Headers */
/* Navigation */
/* Top Menus */
.tp-left li a {padding: 0!important;}
.top-menu {
    background-color: #f8f8f8;
}

.top-menu-inverse {
    background-color: #ececec;
    /* background-color: #fff; */
	padding: 10px 0;
	border-bottom: 1px solid #d8e0e6;
}

.top-menu-primary {
    background-color: #4d9b4c;
}

.top-menu .gg {
    font-size: 12px;
    margin-bottom: 0;
}
.gg li.active {}

.top-menu a {
    color: #666666;
    font-size: 12px !important;
    font-weight: 400;
    margin-right: 10px;
}

.top-menu a:hover, .top-menu a.active {
    color: #4d9b4c !important;
}

.top-menu-inverse a {
    color: #000;
    font-size: 14px !important;
    /* color: #606060; */
}

.top-menu-primary a {
    color: white !important;
}

.top-menu-primary a:hover {
    color: #ebebeb !important;
}


.top-menu-primary p {
    color: white !important;
}

.top-menu .left i {
    margin-right: 5px;
}

.top-menu .right i {
    margin-right: 5px;
    font-size: 16px;
}

.top-menu .right {
    float: right;
}



.btn-top-menu {
    background: transparent;
    font-size: 10px !important;
    font-weight: 700;
    border: 2px solid #666666;
    margin: -3px 0 0 10px;
    padding: 5px 0;
}

.btn-top-menu:hover {
    border: 2px solid #4d9b4c;
}

.btn-top-menu a {
    font-size: 10px !important;
    margin: 0 !important;
    padding: 8px;
}

.btn-top-menu-inverse {
    background: transparent;
    font-size: 10px !important;
    font-weight: 700;
    border: 2px solid #cccccc;
    margin: -3px 0 0 10px;
    padding: 5px 0;
}

.btn-top-menu-inverse:hover {
    border: 2px solid #4d9b4c;
}

.btn-top-menu-inverse a {
    font-size: 10px !important;
    margin: 0 !important;
    padding: 8px;
}

/* End Top Menus */
.nav > li > a {
    font-family: "Raleway", sans-serif;
    padding: 0; 
}

.tp-left li a {}
.nav li label a {
    font-family: "Raleway", sans-serif;
}

.nav > li > a > img {
    max-width: 25px;
    display: inline-block;
}

.navbar {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
	/* background: #fff; */
	background: #5d605a;
	padding: 10px 0;
}
.bottom-nav {padding: 0!important;}
.navbar i {
    font-size: 14px;
    vertical-align: middle;
}

.navbar-fixed-top {
    border-radius: 0;
}

.navbar-fixed-top .container {
    padding-left: 10px;
    padding-right: 10px;
}

.top-nav-collapse {
    -webkit-transition: ease-in 0.3s;
    -moz-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.navbar-brand {
    color: #333333 !important;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    padding: 0;
	height: auto;
}

.navbar-brand span {
    color: #4d9b4c;
}

.navbar-brand > img {
    width: auto;
    max-height: 50px;
}

.navbar-toggle {
    margin: 8px 0px 8px 8px;
    padding-right: 15px;
}

.navbar-toggle .icon-bar {
    background: #4d9b4c;
    width: 20px;
    height: 3px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}


.navbar-collapse {float: left;}

.navbar-default {
    background-color: white;
}

.navbar-default .navbar-nav > li > a {
    color: #666666;
    font-size: 13px;
    font-weight: 400;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #4d9b4c;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #666666 !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #4d9b4c !important;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a:hover {
    color: #3e9db8 !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #4d9b4c;
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #4d9b4c;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .dropdown-menu > li > a {
    font-size: 13px;
    padding: 8px 15px;
    text-align: left;
}

.dropdown-menu > li > a:focus {
    background: transparent !important;
}

.navbar-default .dropdown-menu > li > a:hover {
    color: #4d9b4c;
    background-color: transparent;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    float: left;
    min-width: 50px;
    padding: 10px 15px;
    margin: 5px 0 0 0;
    background-color: white;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 9999;
    border-radius: 0;
}

.w-image .dropdown-menu {
    padding: 5px 0;
}

.w-image .dropdown-menu > li > a {
    padding: 8px 12px;
}

.dropdown-menu > li > a {
    color: #666666;
    border: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #3e9db8;
    background-color: transparent;
    border: none;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 3px 0;
    background-color: #ebebeb;
}

.dropdown img {
    max-width: 25px;
    display: inline-block;
}

/*.dropdown.w-image a {
  color: #666666;
}

.dropdown.w-image a:hover {
  opacity: 0.7;
  color: #666666 !important;
}*/

/* Navbar Inverse */
navbar-inverse {
    background-color: #222222;
}

.navbar-inverse .navbar-nav > li > a {
    color: #d8d9d6;
    /* color: #666666; */
    font-size: 13px;
    font-weight: 400;
	margin-left: 15px;text-transform: uppercase;
}

body.ru .navbar-inverse .navbar-nav > li > a {
    font-size: 12px;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #83bf50 ;
    /* color: #4d9b4c ; */
}


.navbar-inverse .navbar-nav > .active > a, .navbar-inverse.navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #75d722 !important;
    background-color: transparent;
}

.navbar-nav > li > a > span {
    display: block;
    padding: 2px;
    border: solid 1px #f1f1f1;
}

.navbar-nav > .active > a > span {
    border: solid 1px #000;
}

.navbar-inverse .navbar-nav > .active > a:hover {
    color: #4d9b4c !important;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #4d9b4c ;
    background-color: transparent;
}

/* .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #1a1a1a;
  } */
/* .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #666;
} */

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-inverse .dropdown-menu > li > a {
    font-size: 12px;
    padding: 8px 15px;
    text-align: left;
}

.navbar-inverse .dropdown-menu > li > a:hover {
    color: #4d9b4c;
    background-color: transparent;
}

.navbar-inverse .dropdown-menu {
    background-color: #222222;
}

.navbar-inverse .dropdown-menu > li > a {
    color: white;
    border: none;
}

.navbar-inverse .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #3e9db8;
    background-color: transparent;
    border: none;
}

.navbar-inverse .dropdown-menu .divider {
    height: 1px;
    margin: 3px 0;
    background-color: #333333;
}

.navbar-inverse .dropdown.w-image a {
    color: #ebebeb;
}

.navbar-inverse .dropdown.w-image a:hover {
    opacity: 0.7;
    color: #ebebeb !important;
}

/* End Navbar Inverse */
/* End Navigation */
/* Slider */
#slider .carousel-control.left, #slider .carousel-control.right {
    background-image: none !important;
}

header h3 {
    font-size: 36px;
}

header p {
    font-size: 18px;
}

#slider.dark h3, #slider .item.dark h3 {
    color: white;
}

#slider.dark p, #slider .item.dark p {
    color: #ebebeb;
}

#slider .carousel-caption {
    text-align: center;
    height: auto;
    text-shadow: none !important;
    top: 0;
    bottom: 0;
    padding: 0;
}

.carousel-control {
    font-size: 32px;
    text-shadow: none;
    background-color: transparent;
    z-index: 10;
}

#slider.dark .carousel-control {
    color: #ebebeb;
}

.carousel-control .lnr-chevron-left {
    position: absolute;
    top: 45%;
    left: 15%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    float: left;
}

.carousel-control .lnr-chevron-right {
    position: absolute;
    top: 45%;
    right: 15%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

#header-sliders {
    margin-top: 124px;
}

#slider .slider-content {
    padding: 185px 0;
}

.slide-content .slide-title span {
    margin-bottom: 15px;
}

.slider-content .slide-text {
    margin-top: 15px;
}

.slider-content .btn {
    margin: 15px;
}

#slider .item {
    min-height: 560px;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #f8f8f8;
}

#slider.dark .item, #slider .item.dark {
    background-color: #222222;
}

#slider .fashion {
    background-image: url("../images/slide1.jpg");
}

#slider .furniture {
    background-image: url("../images/slide2.jpg");
}

#slider .art {
    background-image: url("../images/slide3.jpg");
}

#slider .slide-text {
    color: #222222;
    line-height: 1.5;
}

#slider p.caption {
    padding: 6px;
    color: #222222;
}

#slider .carousel-control {
    color: #222222;
    opacity: 0.8;
}

/* End Slider */
/* End Headers */
/* Content */
section {
    padding: 50px 0;
}

/*header + section,.navbar-fixed-top + section {
  padding: 120px 0;
}*/

header + div.page-content {
    padding: 100px 0 0 !important;
}

/*div#page-header+ section {
  padding: 120px 0;
}*/

/*header + div#page-header{
  padding: 100px 0 0;
}*/

/* Categories */
.category {
    text-align: center;
    margin-bottom: 30px;
}

.category-item {
    position: relative;
    padding: 0;
    /*margin: 0;*/
    background-color: transparent;
    border-radius: 0;
    border: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
	margin: 1px -1px;
	border: solid 3px #4d9b4c;
}

.category h4 {
    color: white;
    font-weight: 400;
    margin: 0;
}

.category .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.category .overlay:hover {
    background-color: transparent;
}

.category .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 10px;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* End Categories */

#page-heading-one {
    padding: 0px 0 0;
}

/*#page-heading-one h1 {
  margin: 0;
}*/

#featured-products .item {
    margin: 10px;
    padding: 0 30px;
}

#products-carousel .item img {
    display: block;
    width: 100%;
    height: auto;
}

.owl-theme .owl-controls .owl-page span {
    width: 12px !important;
    height: 12px !important;
    margin: 5px !important;
    background: #4d9b4c !important;
}

/* End Featured Products */
/* Products */
.product-carousel .item {
    position: relative;
    overflow: hidden;
}

/* .product-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 0 0;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.3px);
    -webkit-backdrop-filter: blur(5.3px);
    border: 1px solid rgba(255, 255, 255, 0.31);
    margin: -80px 20px 20px;
    padding: 40px 20px;
} */

.product-details{
 padding: 15px 5px;   
}

/*.product-img {
    height: 370px;
}*/
.product img {
    -webkit-backface-visibility: hidden;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    /* border-radius: 8px; */
    height: 100%;
  object-fit: cover;
}
.product-img {
    border-radius: 8px;
    overflow: hidden;   
}
.product:hover img {
    -webkit-transform: scale(1.1);
  transform: scale(1.1);
}



.available-label {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 10px;
    padding: 5px 14px;
    text-transform: uppercase;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    text-align: center;
    min-height: 30px;
    margin-top: -5px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.3px);
    -webkit-backdrop-filter: blur(5.3px);
    border: 1px solid rgba(255, 255, 255, 0.31);
    position: absolute;
  left: 10px;
  top: 10px;
  }
  
.thumb-fixed-title {
  display: block;
  color: #fff;
  background-color: #20B426;
  font-size: 14px;
  font-weight: 700;
  line-height: 13px;
  padding: 5px 14px;
  text-transform: uppercase;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9;
  border-radius: 100px;
}

.thumb-fixed-title-plain {
  display: block;
  text-transform: uppercase;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}

.sale-label {
    display: block;
    color: #00ff00;
    background-color: black;
    position: absolute;
    font-size: 14px;
    font-weight: 700;
    line-height: 13px;
    top: 20px;
    left: 50px;
    padding: 5px 14px;
    text-transform: uppercase;
    z-index: 9;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}

.sale-label small {
    color: #fff;
    display: block;
    font-size: 15px;
}

.col-md-4 .sale-label, .col-md-3 .sale-label {
    top: 34px;
    left: 12px;
}

.home-prd-ready .sale-label {
    top: 25px;
    left: 3px;
}

.prd-img {
    position: relative;
    height: 100%;
}

.product-link {
    position: absolute;
    display: block;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-font-smoothing: antialiased;
}

.product-hover-tools {
    position: absolute;
    z-index: 2;
    bottom: 110px;
    right: 30px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}

.product-tools {
    position: absolute;
    z-index: 2;
    bottom: 55px;
    text-align: center;
    width: 100%;
}

.product:hover .product-hover-tools {
    bottom: 110px;
    right: 30px;
    text-align: center;
    visibility: visible;
    opacity: 1;
}

.owl-item .product-hover-tools {
    bottom: 80px;
    right: 50px;
}

.owl-item .product:hover .product-hover-tools {
    bottom: 80px;
    right: 50px;
}

.view-btn {
    display: inline-block;
    color: #fff;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    text-decoration: none;
    border-radius: 5px;
    vertical-align: middle;
    margin: 3px;
    font-size: 25px;
}

.view-btn:hover {
    color: #4d9b4c;

}

.wishlist-list .add-to-cart {
    display: inline-block;
    color: white;
    background-color: #4d9b4c;
    width: auto;
    height: auto;
    text-align: center;
    line-height: 32px;
    text-decoration: none;
    border-radius: 5px;
    vertical-align: middle;
    margin: 3px;
    white-space: nowrap;
    padding: 5px 15px;
    cursor: pointer;
}

.add-to-cart {
    display: inline-block;
    color: white;
    background-color: #4d9b4c;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    text-decoration: none;
    border-radius: 5px;
    vertical-align: middle;
    margin: 3px;
}

.add-to-cart:hover {
    color: white;
    background-color: #3e9db8;
}

.product-title {
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    color: #000;
	font-family: 'Roboto Slab', serif;
     font-weight: bold;

}

.product-sub-title {
    margin-bottom: 10px;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    color: #000;
    text-transform: capitalize;
    margin: 0;
}

.product-price {
    color: #393c39;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}

.sale-price {
    color: #4d9b4c;
    margin-left: 5px;
}

/* End Products */
/* Features */
#features {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.feature.block {
    padding: 50px 20px;
    border: 2px solid #4d9b4c;
}

.feature i {
    color: #4d9b4c;
    font-size: 36px;
}

.feature h5 {
    margin-top: 20px;
    margin-bottom: 15px;
}

.feature p {
    margin-bottom: 0;
}

.feature-center {
    text-align: center;
}

.feature-center .feature-icon {
    margin-bottom: 10px;
}

/* End Features */
/* Newsletter */
#newsletter .input-group {
    width: 60%;
    margin: 0 auto;
}

#newsletter .form-control {
    color: #666666;
    background: #f8f8f8;
    font-weight: 400;
    letter-spacing: 0.5px;
    border: 1px solid #f8f8f8;
    border-radius: 0;
    padding: 10px 20px;
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 1;
}

#newsletter .input-group-btn {
    vertical-align: top;
}

#newsletter .btn-left.btn-newsletter.inside {
    margin-left: -140px !important;
    margin-top: 0;
    padding: 13px 28px;
    z-index: 2;
}

/* End Newsletter */
/* Brands */
#brands {
    background-color: #cccccc;
}

#brands.primary-background {
    background-color: #4d9b4c;
}

#brands.primary-background h3 {
    color: white;
}

#brands.primary-background .page-header:after {
    background-color: white;
}

#brands img {
    width: auto;
    max-height: 60px;
}

#brands .owl-controls {
    display: none !Important;
}

/* End Brands */
/* Single Page Headers */
/*#page-header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #f8f8f8;
}*/

#page-header {
    padding: 96px 0 0;
}

.currency_list ul li {
    cursor: pointer;
}

.inner-banner {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #f8f8f8;
    padding: 100px 0 0;

}

#page-header.dark {
    background-color: #222222;
}

.page-header-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 98%;
}

.page-header-content.normal {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0%, 0%);
    width: 100%;
    padding: 10px
}

.page-header-content h1 {
    font-size: 30px;
}

.page-header-content p {
    font-size: 14px;
}

.dark .page-header-content h1 {
    color: white;
}

.dark .page-header-content p {
    color: #ebebeb;
}

#page-header.shop-right {
    background-image: url("../images/shop-page-header.jpg");
}

#page-header.shop-left {
    background-image: url("../images/shop-page-header.jpg");
}

#page-header.shop-full {
    background-image: url("../images/shop-page-header.jpg");
}

#page-header.shop-filter {
    background-image: url("../images/shop-page-header.jpg");
}

#page-header.about {
    background-image: url("../images/about-page-header.jpg");
}

#page-header.blog {
    background-image: url("../images/blog-page-header.jpg");
}

#page-header.contact {
    background-image: url("../images/contact-page-header.jpg");
}

#page-header.login-register {
    background-image: url("../images/log-page-header.jpg");
}

/* No Image by Default */
#page-header.single-product {
    background-image: none;
}

#page-header.shopping-cart {
    background-image: none;
}

#page-header.checkout {
    background-image: none;
}

#page-header.my-account {
    background-image: none;
}

#page-header.single-post {
    background-image: none;
}

#page-header.faq {
    background-image: none;
}

#page-header.components {
    background-image: none;
}

/* End No Image by Default */
/* End Single Page Headers */
/* Pages Content Area */
.shop-results {
    padding: 10px 15px 35px 15px;
}

.selectpicker {
    background: transparent;
    /*background: #f8f8f8;
  border: 1px solid #ebebeb;*/
    font-weight: 500;
    border: 2px solid #ebebeb;
    height: 30px;
    margin-top: -10px;
}

#shop .pagination {
    padding: 0 10px;
    /*width: 100%;*/
    display: inline-block;
}

/* Pages Content Area */
/* Sidebars */
.sidebar-area {
    padding: 0 15px;
}

.widget {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
}

.widget-title {
    margin-bottom: 20px;
}

.product-category {
    padding: 10px 0;
    text-align: left;
    border-bottom: 1px solid #ebebeb;
}

.color.filter-item a {
    color: #666666;
}

.color.filter-item a:hover {
    opacity: 0.8;
}

.color.filter-item span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: -2px;
    vertical-align: middle;
}

.color.filter-item span.color-red {
    background: #e31a1a;
}

.color.filter-item span.color-green {
    background: #83be50;
}

.color.filter-item span.color-blue {
    background: #4d9b4c;
}

.color.filter-item span.color-black {
    background: black;
}

.color.filter-item span.color-white {
    background: white;
}

.tags-sidebar-widget .btn {
    margin-left: 0;
}

/* Range Slider */
#range-slider {
    margin-top: 30px;
}

.noUi-horizontal {
    height: 10px !important;
}

.noUi-target {
    background: #ebebeb !important;
    border-radius: 50px !important;
    border: none !important;
    box-shadow: none !important;
}

.noUi-connect {
    background: #4d9b4c !important;
    box-shadow: none !important;
}

.noUi-handle {
    border: 3px solid white !important;
    border-radius: 50px !important;
    background: #4d9b4c !important;
    box-shadow: none !important;
}

.noUi-handle:before, .noUi-handle:after {
    display: none !important;
}

.noUi-horizontal .noUi-handle {
    width: 20px !important;
    height: 20px !important;
    left: -8px !important;
    top: -5px !important;
}

.range-filter {
    display: table;
    width: 100%;
    padding: 25px 0;
}

.column {
    display: table-cell;
    vertical-align: middle;
}

.filter-button {
    width: 30%;
    display: inline-block;
}

.filter-button .btn {
    font-weight: 500;
    margin: 0;
}

.range-values {
    width: 70%;
    display: inline-block;
}

.range-values p {
    text-align: right;
    margin: 0;
}

.range-values .value {
    font-weight: 500;
}

/* End Range Slider */
/* End Sidebars */
/* Single Pages */
#product-slider {
    margin-bottom: 30px;
}

/* .carousel-control.left, .carousel-control.right {
  background-image: none !important;
} */

#product-slider .carousel-control .lnr-chevron-right {
    background: #4d9b4c;
    font-size: 25px;
    top: 47%;
    right: 0;
    margin-top: 0;
    padding: 10px;
}

#product-slider .carousel-control .lnr-chevron-left {
    background: #4d9b4c;
    font-size: 25px;
    top: 47%;
    left: 0;
    margin-top: 0;
    padding: 10px;
}

.product-sidebar .product-details {
    background-color: #f8f8f8;
    padding: 15px;
}

.product-info .info {
    margin: 15px 0;
}

/*.product-info span {
  margin-left: 20px;
}*/

.product-info .fa {
    color: #fbc617;
}

.buy-product {
    padding: 10px 0;
    display: inline-block;
}

.options input[type="number"] {
    max-width: 60px;
    max-height: 40px;
    background-color: white;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 10px 4px 10px 8px;
    outline: none !important;
}

.buy-product .selectors {
    display: inline;
    position: relative;
    width: 100%;
}

.buy-product .selectpicker {
    background: white;
    font-weight: 500;
    border: 1px solid #cccccc;
    max-width: 100px;
    height: 40px;
    position: absolute;
    margin-top: 0;
    margin-left: 10px;
}

.buy-product .selectpicker.two {
    max-width: 100px;
    left: 103px;
}

.product-details .btn {
    margin-left: 0;
}

.info-buttons {
    margin-top: 15px;
    padding: 20px 0;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
}

.tab-content table > thead > tr > th, .tab-content table > thead > tr > td, .tab-content table > tbody > tr > th, .tab-content table > tbody > tr > td, .tab-content table > tfoot > tr > th, .tab-content table > tr > td {
    border-bottom: none;
}

.review-author img {
    max-width: 70px;
    display: inline-block;
    border-radius: 50px;
}

.review-content {
    padding-left: 90px;
}

.review-stars {
    padding: 15px 0;
}

.review-content .fa {
    color: #fbc617;
}

.fa-star {
    color: #fbc617;
}

.fa-star-o {
    color: #fbc617;
}

.fa-star-half-o {
    color: #fbc617;
}

/* Forms */
.form-control {
    color: #666666;
    /*background: #f8f8f8;*/
    background: transparent;
    font-weight: 500;
    letter-spacing: 0.5px;
    border: 2px solid #ebebeb;
    border-radius: 5px;
    padding: 5px 15px;
    min-height: 45px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.input-group-addon {
    border: 2px solid #ebebeb;
}

#contact-form-1 .form-group {
    margin-bottom: 30px;
}

.has-error .form-control {
    border-color: #e31a1a;
}

.has-error .form-control:focus {
    border-color: #e31a1a;
}

.has-error li {
    color: #e31a1a;
    font-size: 14px;
}

.h3.text-danger {
    font-size: 16px;
    text-align: left;
}

.btn-submit {
    margin: 25px 0 0 0;
}

#add-review {
    border-top: 2px solid #ebebeb;
    padding-top: 15px;
}

.review-form {
    margin-bottom: 25px;
    padding: 0;
}

.review-form input {
    width: 90%;
}

#product-detail {

}

/* #related-products {
    border-top: 2px solid #ebebeb;
    margin: 30px 15px;
    padding-top: 30px;
} */

.coupon .form-control {
    min-height: 42px;
}

/* Login / Register Forms */
#login-form {
    width: 100%;
    background: white;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 35px;
}

#login-form .btn-log {
    margin: 0 0 30px 0;
    padding-left: 17px;
    padding-right: 17px;
}

#register-form {
    width: 100%;
    background: white;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 35px;
}

#register-form .btn-log {
    margin: 0 0 30px 0;
    padding-left: 17px;
    padding-right: 17px;
}

.log-title {
    font-size: 24px;
    margin: 0 0 35px 0;
}

.log-line {
    padding: 0 0 35px 0;
    margin-bottom: 35px;
}

.log-line .checkbox {
    margin-left: 10px;
}

.log-line .checkbox-primary label {
    color: #333333;
}

.forgot-password {
    font-size: 16px;
}

/* End Login / Register Forms */
/* End Forms */
#shopping-cart {
    padding: 50px 0;
}

.cart-footer {
    margin-top: 30px;
}

.cart-footer .btn {
    margin: 0 !important;
}

.coupon {
    padding-left: 0;
}

.coupon .btn {
    margin-left: 15px !important;
}

.update-cart {
    text-align: right;
    padding-right: 0;
}

.update-cart .btn {
    margin-right: 0 !important;
}

.cart-total {
    margin-top: 30px;
    padding: 0;
}

.cart-total h4 {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.cart-total p {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.cart-total span {
    font-weight: 500;
}

.cart-checkout {
    text-align: right;
    margin-top: 30px;
    padding: 0;
}

.cart-checkout .btn {
    margin-bottom: 15px !important;
}

/*.checkout-screen {
    padding: 50px 0;
}*/

.checkout-screen h4 {
    margin-bottom: 30px;
}

.checkout-screen h4 span {
    color: #4d9b4c;
}

.have-account .btn-link {
    padding-left: 0;
}

.checkout-form .form-control {
    margin-bottom: 30px;
}

.checkout-form-footer .btn {
    margin-left: 0;
}

.text-wrap {
    padding: 15px !important;
}

#about .large-p {
    font-size: 16px;
    line-height: 1.5em;
}

#testimonials {
    padding-top: 0;
}

.testimonial img {
    max-width: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
}

#blog-carousel .carousel-control .lnr-chevron-left, #blog-carousel .carousel-control .lnr-chevron-right {
    top: 49%;
}

.blog-post-small {
    padding-bottom: 20px;
}

.blog-post-small.first-post {
    border-bottom: 1px solid #ebebeb;
    margin-top: 0;
}

#blog .blog-post-small.mid-post {
    border-bottom: 1px solid #ebebeb;
    margin-top: 25px;
}

#blog .blog-post-small.last-post {
    margin-top: 25px;
    padding-bottom: 0;
}

.blog-post-small img {
    max-width: 66px;
    margin: 0 10px 0 0;
    float: left;
}

.post-content-area .btn {
    margin-left: 0;
}

.about-sidebar-widget {
    text-align: center;
    padding: 15px;
    border: 2px solid #ebebeb;
}

.about-sidebar-widget img {
    max-width: 150px;
    border-radius: 50%;
    margin-bottom: 30px;
}

.post-category {
    margin: 10px 0;
}

.post-category span {
    color: #666666;
}

.media {
    margin-top: 15px;
    margin-bottom: 15px;
}

.media-left {
    float: left !important;
}

.media-right {
    float: right !important;
}

.media-object {
    max-width: 175px;
    max-height: 175px;
}

.post-footer {
    padding: 10px 0;
    min-height: 120px;
}

a.btn-social {
    display: inline-block;
}

.btn-social.btn-xs {
    padding: 5px 8px;
}

.btn-social.btn-xs span {
    margin-left: 2px;
}

#blog .btn-social {
    margin-left: 0;
}

.pagination {
    display: block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination .btn {
    margin: 5px;
}

#blog .btn-direction {
    margin: 5px 0;
}

.post-author-block {
    background: #ebebeb;
    margin: 40px 0;
    padding: 40px 30px;
    text-align: left;
}

.post-author-block img {
    max-width: 100px;
    float: left;
    margin-right: 30px;
    border-radius: 50%;
}

.post-author-block h4 a {
    font-size: 22px;
}

.comments img {
    max-width: 65px;
    border-radius: 50%;
}

.comment-date {
    font-size: 12px;
    margin-bottom: 2px;
}

.comment-author {
    font-size: 14px;
    margin-bottom: 2px;
}

.comment p {
    margin-bottom: 2px;
}

.comment-log-in {
    font-size: 12px;
}

#commentForm textarea {
    max-width: 100%;
    min-height: 100px !important;
    max-height: 115px;
    margin-bottom: 0;
}

#comment-form .btn-form-submit {
    width: 100%;
    border-radius: 0;
    padding: 14px 24px;
    margin: 0;
}

.btn-form-submit {
    display: block;
    margin: 0;
}

#contact .large-p {
    font-size: 16px;
    line-height: 1.5em;
}

.shop-location {
    background-color: #f8f8f8;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 30px;
}

.location-one {
    background: url("../images/shop-miami.jpg");
}

.location-two {
    background: url("../images/shop-melbourne.jpg");
}

.location-three {
    background: url("../images/shop-london.jpg");
}

.shop-location.dark {
    background-color: #222222;
}

.shop-location .page-header {
    margin-bottom: 15px;
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
    color: white;
}

.dark p, .dark i, .dark li {
    color: #ebebeb;
}

.dark a {
    color: white;
}

.dark a:hover {
    opacity: 0.7;
}

.shop-location i {
    margin-right: 10px;
}

#map {
    width: 100%;
    height: 400px;
}

.account-sidebar img {
    max-width: 100px;
    border-radius: 50%;
    margin-left: 0;
    margin-bottom: 30px;
}

.account-info-content {
    background-color: #f8f8f8;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 30px;
}

.account-info-content h4 {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
    padding-bottom: 20px;
    vertical-align: middle;
}

.account-info-content h4 a.btn {
    margin-top: -6px !important;
}

#personal-info img {
    max-width: 100px;
    border-radius: 50%;
    margin-left: 0;
    margin-bottom: 15px;
}

#my-account p span {
    color: #222222;
}

.account-info-footer {
    border-top: 1px solid #cccccc;
    margin-top: 30px;
    padding-top: 15px;
}

#page-not-found {
    background: url("../images/pnf.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 130px 0;
}

#page-not-found .lnr-warning {
    color: #4d9b4c;
    vertical-align: middle;
}

/* End Single Pages */
/* Content */
/* Footers */
footer .widget {
    margin: 0;
    border: none;
}

.footer-info span {
    vertical-align: middle;
    padding: 10px 0;
}

.footer-info p {
    padding: 20px 0;
}

.footer-info span img {
    display: inline-block;
    max-width: 40px;
    margin-left: 10px;
    vertical-align: middle;
}

footer p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

footer .social a {
    font-size: 14px;
    margin-left: 10px;
	border: 1px solid #fff;
border-radius: 100%;
padding: 10px 14px;
display: inline-block;
}

.light-footer {
    background: #ebebeb;
}

.light-footer p {
    color: #666666;
}

.dark-footer {
    background: #222222;
}

.dark-footer p {
    color: #cccccc;
}

.color-footer {
    background: #4d9b4c;
}

.color-footer .widget-area {
    background: #3e9db8;
}

.color-footer p {
    color: white;
}

.color-footer a {
    color: white;
}

.color-footer a:hover {
    color: #cccccc;
}

.color-footer p a {
    color: white;
}

.color-footer p a:hover {
    color: #cccccc;
}

/* Footer Widgets */
.light-footer .widget-area {
    background: #f8f8f8;
}

.dark-footer .widget-area {
    background: black;
}

.color-footer .widget-area {
    background: #3e9db8;
}

footer .widget-title {
    text-align: left;
    margin-bottom: 30px;
}

footer .widget-title-image {
    /*margin-bottom: 30px;*/
    margin-bottom: 10px;
}

footer .widget-title h4 {
    margin-bottom: 6px;
}

footer .widget-title:after {
    content: "";
    background: #4d9b4c;
    position: absolute;
    height: 2px;
    width: 30px;
    margin-left: 0;
}

.dark-footer .widget-title h4 {
    color: white;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	
}

.color-footer .widget-title h4 {
    color: white;
}

footer .widget-area {
    font-size: 14px;
    padding: 50px 0;
}

footer .about-widget img {
    width: auto;
    max-height: 45px;
    margin: 0;
}

footer .info {
    margin-bottom: 10px;
}

footer .contact-widget i {
    font-size: 20px;
    margin-top: 5px;
}

footer .contact-widget .social i {
    font-size: 14px;
}

footer .contact-widget span {
    margin-left: 20px;
    margin-top: 3px;
    position: absolute;
    white-space: nowrap;
}

footer .newsletter-widget .btn-newsletter {
    margin-left: 0 !important;
    padding: 10px 20px;
}

footer #newsletter .form-control {
    margin-bottom: 12px;
    padding: 5px 20px;
    min-height: 42px;
}

/* End Footer Widgets */
/* End Footer */
/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f8f8f8;
    z-index: 999999;
}

.spinner {
    width: 50px;
    height: 50px;
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    top: 45%;
    left: 48%;
}

.spinner-round:before {
    border-radius: 50%;
    content: " ";
    width: 50px;
    height: 50px;
    display: inline-block;
    box-sizing: border-box;
    border-top: solid 3px #ebebeb;
    border-right: solid 3px #ebebeb;
    border-bottom: solid 3px #ebebeb;
    border-left: solid 3px #ebebeb;
    position: absolute;
    top: 0;
    left: 0;
}

.spinner-round:after {
    border-radius: 50%;
    content: " ";
    width: 50px;
    height: 50px;
    display: inline-block;
    box-sizing: border-box;
    border-top: solid 3px #4d9b4c;
    border-right: solid 3px transparent;
    border-bottom: solid 3px transparent;
    border-left: solid 3px transparent;
    position: absolute;
    top: 0;
    left: 0;
    animation: spinner-round-animate 1s ease-in-out infinite;
}

@keyframes spinner-round-animate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* End Preloader */
/* Demo */
body.demo {
    overflow: auto;
}

#demo {
    background-color: #222222;
    background-image: url("../images/demo-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.demo .dark a:hover {
    opacity: 1 !important;
}

#demo .header-content {
    padding: 50px 0;
}

#demo .header-content-details {
    padding: 20px 0;
}

#demo .header-details-text {
    padding: 15px 250px;
}

#demo p {
    font-size: 14px;
}

#demo h3 {
    font-weight: 400;
}

#demo .header-brand {
    margin-bottom: 20px;
}

#demo img {
    max-width: 160px;
}

#demos {
    padding-top: 50px;
}

#pages {
    padding-top: 50px;
}

.demo-item {
    padding: 10px;
    margin-bottom: 30px;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
}

.demo-item img {
    border: 1px solid #ebebeb;
}

.demo-item a img {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.demo-item a img:hover {
    opacity: 0.7;
}

.demo-info {
    padding-top: 20px;
    padding-bottom: 10px;
}

.demo-title {
    color: #333333;
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    margin-bottom: 0;
}

.demo-description {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
}

.cta-line {
    background: #4d9b4c;
    padding: 30px 0;
}

.cta-content-info h4 {
    margin-top: 16px;
}

.cta-line h4 {
    color: white;
    margin-bottom: 0;
}

.colorbox__design__tab li a {
    color: #fff !important;
    border: none !important;
    font-weight: normal;
}

.colorbox__design__tab li.active a, .colorbox__design__tab li.active a:hover, .colorbox__design__tab li.active a:focus {
    border: none !important;
    background: none !important;
}

.colorbox__design__tab li {
    background: #545454;
    color: #fff;
    border-top: 1px solid #555;
    padding-left: 1px;
}

.colorbox__design__tab li.active, .colorbox__design__tab li.active a {
    /*background:#4d9b4c !important;*/
    background: #fff !important;
    color: #555 !important;
    border: 1px solid #555;
    border-bottom: 0;
}

@media only screen and (max-width: 991px) {
    #demo .header-details-text {
        padding: 15px 150px;
    }
	.scroller {
    overflow-y: scroll;
}
}

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

    #demo .header-details-text {
        padding: 15px;
    }

    .cta-line {
        text-align: center;
    }

    .cta-line .btn {
        margin: 30px auto 0 auto;
    }

    .cta-line .pull-left, .cta-line .pull-right {
        float: none !important;
    }

    #page-header .container {
        background: #fff;
    }
}

/* End Demo */
/* Media Screens */
@media only screen and (max-width: 1200px) {
    #newsletter .input-group {
        width: 80%;
    }

    .bg-for-tab {
        padding: 0;
    }
    .category-item {
        margin: 0 -1px -1px;
        border: solid 2px #4d9b4c;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-fixed-top{
position: relative;
    }
    .carousel-caption h1 {
         font-size: 22px!important;
      }
      .carousel-caption {
        bottom: 8% !important;
      }
      .navbar-inverse .navbar-nav > li > a {
        color: #2b2b2b;
      }
      .part-a, #shop {
        margin-top: 0 !important;
      }
    .split-menu .pull-left {
        float: none !important;
    }

    .split-menu .navbar-brand {
        display: block;
    }

    .split-menu .pull-right {
        float: none !important;
    }

    .split-menu .navbar-nav {
        float: none;
    }

    .split-menu .navbar-nav > li {
        float: none;
        display: inline-block;
    }

    .nav > li > a {
        padding: 12.5px 5px;
    }

    .open .dropdown-menu > li > a {
        font-size: 14px;
    }

    .feature.block {
        margin-bottom: 30px;
    }

    .log-line .checkbox label {
        padding-left: 8px;
    }

    .widget-area .col-md-4, .widget-area .col-md-3 {
        padding: 15px;
    }

    .post-footer .pull-left, .post-footer .pull-right {
        display: block;
        float: none !important;
        margin-bottom: 15px;
    }

    #map {
        height: 400px;
    }
}

@media only screen and (min-width: 767px) {
    .product-gallery__stage.product-gallery__stage--preview img {
        height: 100%;
    }
    .pr-detail{
        padding: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .prd-img,.group.list-group-image {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .nav.navbar-nav > li {
        display:block;
		border-bottom:solid 1px #ddd;
    }
.tp-left li {
display:inline-block !important;
border:none !important;	
	}

    .title-description {
        width: 80%;
        margin: 15px auto 30px auto;
    }

    .top-menu .left {
        float: none;
        display: block;
        text-align: center;
    }

    .top-menu .right {
        float: right;
        display: block;
        text-align: center;
        margin-top: 2px;
    }

    .top-menu p {
        padding: 8px 0;
        margin: 0;
    }

    .navbar-brand > img {
        margin-top: 0;
    }

    .navbar-brand {
        font-size: 20px;
        line-height: 20px;
        font-weight: 700;
        height: 55px;
        padding: 7px 15px;
    }

    #page-header {
        padding: 106px 0 0;
    }

    .banner-in img {
        display: none;
    }

    .page-header-content {
        position: relative;
        top: auto;
        left: auto;
        transform: translate(0%, 0%);
        width: 100%;
        padding: 10px;
    }

    .page-header-content p {
        font-size: 12px;
    }

    .page-header-content h1 {
        font-size: 0.8em;
    }

    .open .dropdown-menu > li > a {
        padding: 5px 20px;
        text-align: center;
        max-width: 300px;
    }

    .navbar-nav .open .dropdown-menu {
        max-width: 160px;
        margin: 0 auto;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        font-size: 12px;
        padding: 5px 0;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #4d9b4c;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #3e9db8;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #4d9b4c;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #3e9db8;
        background-color: transparent;
    }

    .navbar-inverse .dropdown-menu .divider {
        height: 1px;
        margin: 3px 0;
        background-color: #333333 !important;
    }

    .navbar .btn {
        margin: 7px 0 20px 0;
    }

    #slider .slider-content {
        padding: 130px 0;
    }

    #slider .item {
        min-height: 440px;
    }

    header h3 {
        font-size: 30px;
    }

    header h5 {
        font-size: 16px;
    }

    header p {
        font-size: 14px;
    }

    #newsletter .input-group {
        width: 100%;
    }

    #contact-form-1 {
        margin-top: 30px;
    }

    .review-form input {
        width: 100%;
    }

    /* .tab-content table > tbody > tr > th {
        width: 120px;
        max-width: 120px;
    } */

    .sidebar-area {
        padding: 30px 15px;
    }

    .widget {
        padding: 0 15px;
    }

    .update-cart {
        text-align: left;
        padding: 0;
    }

    .update-cart .btn {
        margin: 15px 0 !important;
    }

    .checkout-total {
        margin-top: 30px;
    }

    .testimonial {
        margin-bottom: 30px;
    }

    .team {
        margin-bottom: 30px;
    }

    #login-form {
        margin-bottom: 30px;
    }

    .cart-checkout {
        text-align: left;
        padding: 0;
        margin-top: 20px;
    }

    .cart-checkout .btn {
        margin-left: 0 !important;
    }

    .blog-sidebar {
        padding: 50px 30px 0 30px;
    }

    .location {
        margin-bottom: 30px;
    }

    #map {
        height: 360px;
    }

    .account-sidebar {
        text-align: center;
        margin-bottom: 30px;
    }

    .account-sidebar img {
        margin-left: auto;
    }

    .footer-info {
        text-align: center;
        line-height: 1.8;
    }

    .footer-info .pull-left {
        float: none !important;
        display: block;
    }

    .footer-info .pull-right {
        float: none !important;
        display: block;
    }

    .footer-info p {
        padding: 10px 0 0 0;
    }

    .demo .footer-info p {
        padding: 20px 0 !important;
    }

    .spinner {
        left: 46%;
    }

}

/* .nm-2 {
    display: none;
} */

.nm-2 img {
    display: inline-block;
    vertical-align: -moz-middle-with-baseline;
    max-height: 40px;
}

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

    .nm-1 {
        display: none;
    }



    .title-description {
        width: 100%;
        margin: 15px auto 30px auto;
    }

    #contactForm .form-control {
        margin-bottom: 20px;
        padding: 10px;
        min-height: 40px;
    }

    #contactForm textarea {
        padding: 15px 10px !important;
    }

    #contact-form-1 .btn-form-submit {
        padding: 9px;
    }

    .help-block {
        margin-top: 20px;
    }

    .help-block.with-errors li {
        margin-top: -20px;
    }

    #map {
        height: 250px;
    }

    .spinner {
        left: 45%;
    }
	.ham-yes-mobile {display: block!important;}
.ham-no-mobile {display: none!important;}
}

#aisemo.is-active {
    overflow: hidden;
}
@media only screen and (max-width: 580px) {
    .product-hover-tools {
        bottom: 100px;
    }

    .product:hover .product-hover-tools {
        bottom: 100px;
    }
}

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

    .product-section .title .heading-prefix {
        display: block !important;
        margin: 0 0 10px !important;
    }

    .rec-image img {
        width: auto !important;
    }

    .rec-description {
        padding: 0 !important;
        margin-top: 10px !important;
    }

    a {
        font-size: 12px;
    }

    .top-menu a span {
        display: none;
    }

    #slider .slider-content {
        padding: 70px 0;
    }

    #slider .item {
        min-height: 300px;
    }

    header h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .header-brand {
        font-size: 26px;
    }

    header p {
        font-size: 12px;
        padding: 10px 0;
    }

    /*#shop .col-xs-6 {
    width: 100%;
  }*/
    .shop-results .pull-right {
        float: none !important;
        display: block;
    }

    .selectpicker {
        margin-top: 15px;
    }

    .product-hover-tools {
        bottom: 80px;
    }

    .product:hover .product-hover-tools {
        bottom: 80px;
    }

    #map {
        height: 200px;
    }

    /*.navbar-brand {
	 height:66px;
	 } */
    .nav.category-bar__home > li > a {
        padding: 15px 7px !important;
        font-size: 12px !important;
        font-weight: normal !important;
    }

    .w-100 {
        width: 100% !important;
        padding: 0;
    }

    .section-product span {
        font-size: 9px !important;
    }

    .section-product span h4 {
        font-size: 10px !important;
    }

    .sale-label {
        font-size: 10px;
        line-height: 14px;
        padding: 5px 10px;
    }

    .sale-label small {
        font-size: 13px;
    }

    .carousel.readymade video {
        width: 100%;
        float: left;
    }

    .content-area {
        padding: 0 !important;
    }

    .content-area .comparison-tool__container{
        padding: 0 15px;
    }

    .fil-1 .col-md-2 {
        border: none !important;
        margin-bottom: 20px !important;
        min-height: auto !important;
        padding: 0 !important;
    }

    .fil-1 h5 {
        min-height: auto !important;
    }

    .prd-img {
        min-height: auto !important;
    }

    .sale-label {
        font-size: 8px !important;
    }

    .sale-label small {
        font-size: 11px;
    }

    #page-header {
        padding: 112px 0 0;
    }

    #shop {
        padding: 25px 0;
    }

}

/* Min Widths */
@media only screen and (min-width: 1200px) {
    .container {
        min-width: 1200px !important;
        padding: 0;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 992px) {
    .container {
        min-width: 992px;
    }
}

@media only screen and (max-width: 650px) {
    .nav-tabs.nav-justified {
        flex-direction: row;
        display: flex;
    }
}

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

    .container {
        min-width: 768px;
    }

    #page-header .container {
        background: #fff;
    }

    .navbar-nav {
    / / float: right;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }

    /*.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }*/
}

.pb10 {
    padding-bottom: 10px
}

.pt10 {
    padding-top: 10px
}

.mt10 {
    margin-top: 10px
}

.mb10 {
    margin-bottom: 10px
}

.pb30 {
    padding-bottom: 30px
}

.pt30 {
    padding-top: 30px
}

.mt30 {
    margin-top: 30px
}

.mb30 {
    margin-bottom: 30px
}

.mt60 {
    margin-top: 60px
}

.mb60 {
    margin-bottom: 60px
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

@media (min-width: 768px) {
    .modal-xl {
        width: 80%;
        max-width: 1200px;
    }
}

@media (max-width: 530px) {
    .product-title {
        display: block;
        width: 100%;
        font-size: 14px;
        margin-bottom: 5px
    }
    .product-price {
        width: auto;
        margin-bottom: 0;
    }
}

.modal-content img.loading {
    width: 90px;
}

.product-content {
    margin-top: 20px;
}

.total-price-popup span {
    padding-bottom: 10px;
    display: inline-block;
}

/*.total-price-popup span {
  display: inline-block;
	border-bottom: 1px solid #ccc;
	padding: 0;
	margin-bottom: 10px;
	width: 100%;
}*/
.total-price-popup .cost {
    font-size: 40px;
}

.category__collection__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F8F8F8;
    text-align: center;
    transition: box-shadow .2s ease-in;
    padding: 16px;
    height: 300px;
}

.d-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mr-auto {
    margin-right: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

/* End Min Widths */
/* / End Media Screens */
.ajax_message p {
    color: #fff;
}

/*header {
position:fixed;
width:100%;
top:0;
z-index: 99;
	}*/
.box-section {
    position: relative;
    background: #fff;
    border-radius: 5px;
    padding: 8px;
    margin-bottom: 15px;
    height: calc(100% - 15px);
}

/*.box-section:hover{
  border: 2px solid #aaa;
}*/

.page-heading {
    background: #222;
    padding: 10px;
    border-bottom: solid 1px #ddd;
    color: #fff;
    text-align: center;

}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
		.ham-yes-mobile {display: block!important;}
.ham-no-mobile {display: none!important;}

    .section-product span {
        font-size: 10px !important;
    }

    .section-product span h4 {
        font-size: 10px !important;
    }

    /*.carousel.readymade{
    height: 330px;
  }
  .carousel.readymade img{
    width:auto; height:100%;max-height: 329px;
  }
  .carousel.readymade video{
    width: 100%; height: 100%;max-height: 329px;
  }*/
    .carousel.readymade video {
        width: 100%;
        float: left;
    }

    .nm-1 {
        display: none;
    }

    .nm-2 {
        display: inline-block;

        float: none;
    }

}

@media screen and (min-width: 768px) {
    /*.carousel.readymade{
    height: 500px;
  }

  .carousel.readymade img{
    width:auto; height:100%;max-height: 500px;
  }
  .carousel.readymade video{
    width: 100%; height: 100%;max-height: 500px;
  }*/
    .carousel.readymade video {
        width: 100%;
        float: left;
    }
	
}

header.navbar-fixed-top {
    z-index: 99;
    background: #fff;
    border-bottom: solid 1px #fafafa;
	//width:99%;
}

.faq-list ul {
    list-style: inherit;
}

.currency_list.list-group {
    margin-bottom: 0;
}

.currency_list .list-group-item {
    display: inline-block;
    margin-bottom: 5px;
    min-width: 19%;
    text-align: center;
}

.clear-left {
    clear: left;
}

.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 60px;
    width: 100%;
}

.navbar-fix {
    position: fixed;
    top: 124px;
    width: 100%;
    z-index: 11;
}

.navbar-fix.shop-nav {
    background: #333;
    min-height: 35px;
}

.navbar-nav.category-bar__home > li {
    float: none;
    display: inline-block;
}

.navbar-nav.category-bar__home {
    float: none;
    margin: 0;
    text-align: center;
    overflow: auto;
    white-space: nowrap;
}

.nav.category-bar__home > li > a , .shop-nav li a{
    font-family: "Raleway", sans-serif;
    padding: 15px;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
	text-transform: uppercase;
} 
.nav.category-bar__home > li > a:hover, .shop-nav li a:hover {
   background: #000
}

.nav-justified > li > a {
    font-weight: bold;
    color: #fff;
}

.nav-justified > li.active a {
    color: #4d9b4c;
}

.nav-justified > li a:focus {
    background: none;
}

.colorbox__color-scroll .colorbox__color-preview {
    background-size: cover;
}

.colorbox__color-preview {
    display: inline-block;
    width: 2.875rem;
    height: 2.875rem;
    margin: 2px;
    border: 1px solid #f8f8f8;
    cursor: pointer;
}

.toast-message p {
    color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .navbar-inverse .navbar-nav > li > a {
        font-size: 11px;
    }

    .nav.category-bar__home > li > a {
        padding: 10px !important;
    }
	.aos-init {border-top:1px solid #d8e0e6!important;}
	.jkj {border: 0!important;}
	.jkj1 {border-bottom:1px solid #d8e0e6!important;}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #page-header {
        padding: 88px 0 0;
    }

    .navbar-fix {
        top: 91px;
    }

    .navbar-brand {
        padding: 7px 15px;
    }
	.navbar-brand > img {
    max-height: 50px;
}
.jau {
	border: 1px solid #ddd !important;
	margin-bottom: 10px!important;
}

    .navbar-fix.shop-nav {
        background: #333;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .collapse {
        display: none !important;
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 340px;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
    }

    /* .navbar-header {
        float: none;
    } */

    .navbar-collapse.collapse.in {
        display: block !important;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-fix.shop-nav {
        background: #333;
    }

}

@media only screen and (min-width: 645px) and (max-width: 766px) {
    .navbar-fix {
        top: 111px;
    }
}

@media only screen and (max-width: 767px) {
    #page-heading-one {
        margin-top: 110px;
    }
	.thumbnail #page-heading-one {
        margin-top: 110px;
    }
	.jau {border: 1px solid #ddd!important;margin-bottom: 10px;}
	.aos-init {
    border-right: 0;
	border-bottom: 1px solid #ddd!important;
}
}

@media only screen and (max-width: 646px) {
    .navbar-fix {
        top: 111px;
    }
}

.product-description:empty {
    display: none;
}

.product-gallery {
    background-image: url(../images/frame_background.png) !important;
}

.product-description {
    padding: 10px 10px;
    color: #b7b7b7;
    /*box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.2);*/
    font-weight: 600;
    text-align: center;
}

.product-description span {
    text-decoration: underline;
}

.banner-in {
    position: relative;
    //text-align: center;
    min-height: 96px;
    display: flex;
    //align-items: center;
	margin-top:40px;
}

.banner-in img {
    min-height: 190px;
}

.section-product span {
    border: solid 1px #aeaeae66;
    padding: 5px;
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    color: #000;
    margin-left: -1px;
    margin-bottom: -1px;
    text-align: center;
}

.section-product span {
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-product span h4 {
    font-size: 20px;
    margin: 0;
    font-weight: bold;
    color: #20b426;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

.section-product .btn-group:nth-of-type(2n+1) span {
    margin-left: 0;
}

.section-product .btn-group {
    float: left;
    width: 100%;
    background: rgba(255,255,255,0.7);
  }

.no-background {
    background: none !important;
}

.comparison-tool__link {
    background-color: #f8f8f8;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 0 0 1px #ddd;
    display: inline-block;
    margin-top: 20px;
    font-size: 13px;
}

.clr {
    clear: both;
}

/*@media only screen and (min-width: 481px) and (max-width: 685px) {

}*/

footer .contact-widget span.caret {
    margin-left: 2px;
    margin-top: 0;
    position: relative;
    white-space: nowrap;
}

.swatch-wrapper {
    padding: 2px;
    background: #fff;
    border: 1px solid #ccc;
    float: left;
    margin: 0 5px 5px 0;
}

.swatch-wrapper .swatch-color.green {
    background-color: #00ad06;
}

.swatch-wrapper .swatch-color.red {
    background-color: #f81212;
}

.swatch-wrapper .swatch-color.white {
    background-color: #ffffff;
}

.swatch-wrapper .swatch-color {
    text-indent: -9999px;
    width: 35px;
    height: 35px;
}

.swatch-wrapper a {
    display: block;
}

div.swatch-wrapper.selected {
    border: 2px solid green;
    padding: 1px;
}

.swatch-wrapper .swatch-anchor {
    width: 35px;
    height: 35px;
}

.payment .form-control {
    color: #666666;
    background: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
    /*border: 1px solid #ebebeb;
  border-radius: 0;
  padding: 10px;*/
    min-height: 40px;
}

select.form-control {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.row_inherit {
    margin-right: -15px;
    margin-left: -15px;
}

.total-price span {
    padding-bottom: 10px;
    display: inline-block;
}

/*.total-price .current-price {
  font-size: 40px;
}*/
.buy-product {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.colorbox__tab-wrapper {
    display: -ms-flexbox;
    display: block;
    text-align: center;
    justify-content: space-between;
    margin: 0px auto 15px;
}

.colorbox__content {
    position: relative;
    color: #abadae;
    font-weight: 400;
    /*padding-left: 5px;*/
    padding-bottom: 5px;
}

.colorbox__color-scroll {
    position: relative;
    height: 100%;
    padding: .3125rem .3125rem .3125rem 0;
    width: 100%;
}

.colorbox__color-preview {
    display: inline-block;
    width: 2.875rem;
    height: 2.875rem;
    margin: 2px;
    border: none;
    /*border: 1px solid #f8f8f8;*/
    cursor: pointer;
}

.colorbox__content__options .colorbox__color-preview {
    background-size: cover;
}

.colorbox__tab {
    display: inline-block;
    -ms-flex-align: center;
    align-items: center;
    color: #707275;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .2s ease;
    padding: .375rem;
    margin-right: .5rem;
    background: #e4e4e4;
    border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    -webkit-border-radius: 5px 5px;
}

/*.colorbox__tab:hover, .colorbox__tab:focus {
  background: #24292e;
  color: #fff;
}*/
.colorbox__tab {
    text-align: center;
    padding: 5px 10px;
    min-width: 140px;
}
.colorbox__tab__label small {
    display: block;
}
.colorbox__tab--active {
    color: #fff;
    background-color: #4caf50;
    box-shadow: 0 5px 5px #eee;
    -moz-box-shadow: 0 5px 5px #eee;
    -webkit-box-shadow: 0 5px 5px #eee;
}

.colorbox__tab__label {
    width: 100%;
}

.colorbox__content__options {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.colorbox__content__options .colorbox__color__option--selected {
    background: #fff;
    cursor: default;
    /*border-color: #618703;*/
}

.colorbox__content__options .colorbox__color__option--selected .colorbox__color-preview {
    cursor: default;
}

.colorbox__color__option .colorbox__color-preview {

}

.colorbox__color-preview.large {
    width: 3.1875rem;
    height: 3.1875rem;
}

.h4, .markdown-body h4, .typography h4 {
    margin: 0;
    font-size: 1em;
    font-weight: 700;
    color: #777;
}

.colorbox__color__option_text {
    padding: 5px;
    font-size: 12px;
    font-weight: normal;
}

.colorbox__color__option {
    position: relative;
    display: inline-block;
    padding: .5rem;
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    white-space: nowrap;
    background: #fff;
}

.colorbox__color__option--selected .colorbox__option__label {
    color: #fff;
}

.colorbox__option__label {
    display: block;
    margin: 0 0 .3125rem;
    padding: 0;
    font-family: inherit;
    color: #333;
    text-shadow: none;
    box-shadow: none;
    border: none;
    border-color: transparent;
    border-radius: 0;
    background-color: none;
    background-image: transparent;
    transition: none;
}

.colorbox__content__options .colorbox__color__option .colorbox__option__text-wrap .color__name-desc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
}

.colorbox__content__options_box {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0 0 10px;
    text-align: center;
    border: 1px solid #eee;
    overflow: hidden;

    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;

    box-shadow: 0 0 7px inset #eee;
    -moz-border-box-shadow: 0 0 7px inset #eee;
    -webkit-border-box-shadow: 0 0 7px inset #eee;
    cursor: pointer;
}

.glh img {
    width: auto;
}

.colorbox__content__options_box:hover {
    background: #eee;
}

.colorbox__content__options_box.options_box--selected {
    cursor: default;
}

.colorbox__option__text-wrap {
    padding-left: 3.5rem;
}

.colorbox__theme__single {
    position: relative;
    height: 7.25rem;
    width: 7.75rem;
    margin-right: 5px;
    /* margin-bottom: 10px; */
    border-bottom: 3px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.colorbox__theme__single {
    height: 11.25rem;
}

.colorbox__content {
    position: relative;
    color: #333;
    font-weight: 600;
}

.colorbox__theme__swatches {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.colorbox__theme__single img {
    display: inline-block;
    vertical-align: middle;
    height: auto;
}

.lightSlider .lslide {
    cursor: pointer;
}

.product-gallery {
    max-width: 474px;
    background: #242721;
    position: relative;
    margin: 0 auto;
}

.product-gallery .top-options .btn {
    box-shadow: none;
}

.product-gallery .top-options {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    z-index: 1;
}

/*.add-config{
  position: absolute;
  top: 5px;
  right: 5px;
  margin: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.add-wishlist {
  position: absolute;
  top: 5px;
  right: 5px;
  margin: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}*/
.colorbox__theme__single.selected {
    border-bottom: 3px solid #aaa !important;
}

.colorbox__tab-heading {
    background: #eaeaea;
    color: #545454;
    text-transform: uppercase;
    /*font-family: "Raleway", sans-serif;*/
    font-weight: bold;
    margin: 5px 0;
}

.colorbox__tab-footer {
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
}

.colorbox__tab-footer span {
    cursor: pointer;
    padding: 7px;
    margin: 0px 3px 3px 0px;
}

.colorbox__tab-footer span:empty {
    opacity: 0;
}

.colorbox__tab-footer span:hover {

}

.colorbox__tab-footer span + span {
    text-align: right;
}

.pro-loading {
    background: #ffffffb3;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: none;
}

.product-section .title h5, .colorbox__custom__text {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: bold;
}

.colorbox__custom__text {
    cursor: pointer;
}

.colorbox__custom__text:hover span {
    color: #3e9db8;
}

.product-section .title .heading-prefix {
    background: #a3d0fa;
    min-width: 106px;

    padding: 0 20px;

    margin-right: 10px;

    display: inline-block;

    line-height: 31px;
}

.product-details .panel-heading {
    border: 0;
    background: #f0f0f0;
    border-top: 1px solid #cacaca;
    border-radius: 5px 5px 0 0;
}

.product-info {
    background: #fff;
    padding: 15px;
}

.heading-step {
    background: #a3d0fa;
    padding: 10px 20px;
    display: inline-block;

}

.colorbox__content.colorbox__content--colors .columns h6 {
    border-bottom: 2px solid #999;
    margin-bottom: 0;
    margin-left: 3px;
    padding-bottom: 3px;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
}

.colorbox__color-scroll .colorbox__color-preview {
    background-size: cover;
}

.colorbox__theme__description {
    text-align: center;
    color: #444;
    font-weight: bold;
}

.colorbox__theme__description p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 10px;
    line-height: 10px;
    margin: 0;
    color: #444;
}

.colorbox__theme__description .price {
    font-size: 10px;
    text-align: center;
    display: block;
}

.content-sticky {
    position: sticky;
    position: -webkit-sticky; /* Safari */
    top: 100px;
    bottom: 0;
}

/*@media all and (-ms-high-contrast:none)
{
  .content-sticky { top: 0 } !* IE10 *!
  *::-ms-backdrop, .content-sticky { top: 0 } !* IE11 *!
}*/
.space-bottom {
    margin-bottom: 5px !important;
}

.radio label span, .checkbox label span {
    margin-left: inherit;
}

.a {
    background: transparent;
    color: #4d9b4c;
    cursor: pointer;
    transition: color .2s ease;
    text-decoration: none;
}

.a:hover, .a:active, .a:focus {
    color: #3e9db8;
    text-decoration: none;
}

.faq-link {
    cursor: pointer;
}

[data-toggle="popover"] i {
    color: inherit !important;
}

.cs-pl-pr {
    padding-left: 10px;
    padding-right: 10px;
}

.colorbox__content--more-options {
    cursor: pointer;
}

.colorbox__content--more-options:hover h6 {
    color: #3e9db8;
}

.checkbox-inline.checkbox label, .radio-inline.radio label {
    width: auto;
}

.checkbox-inline.checkbox label span, .radio-inline.radio label span {
    position: relative;
}

@media only screen and (max-width: 550px) {
    .buy-product {
        display: block;
    }

    .total-price span {
        padding-bottom: 0;
    }

    .total-price .current-price {
        line-height: 50px;
        margin-bottom: 20px;
    }

    .colorbox__tab-wrapper {
        align-items: inherit;
        flex-direction: column;
    }

    .colorbox__content__options {
        align-items: inherit;
        flex-direction: column;
    }
}

@media only screen and (min-width: 550px) and (max-width: 991px) {
    .prleft {
        width: 80% !important;
        float: left;
    }

    .prright {
        width: 20% !important;
        float: right;
    }
}

.banner-action {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 11;
}

/* === card component ======
* Variation of the panel component
* version 2018.10.30
* https://codepen.io/jstneg/pen/EVKYZj
*/
.card {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 6px;
}

.card > .card-link {
    color: #333;
}

.card > .card-link:hover {
    text-decoration: none;
}

.card > .card-link .card-img img {
    border-radius: 6px 6px 0 0;
}

.card .card-img {
    position: relative;
    padding: 0;
    display: table;
}

.card .card-img .card-caption {
    position: absolute;
    right: 0;
    bottom: 16px;
    left: 0;
}

.card .card-body {
    display: table;
    width: 100%;
    padding: 12px;
}

.card .card-header {
    border-radius: 6px 6px 0 0;
    padding: 8px;
}

.card .card-footer {
    border-radius: 0 0 6px 6px;
    padding: 8px;
}

.card .card-left {
    position: relative;
    float: left;
    padding: 0 0 8px 0;
}

.card .card-right {
    position: relative;
    float: left;
    padding: 8px 0 0 0;
}

.card .card-body h1:first-child,
.card .card-body h2:first-child,
.card .card-body h3:first-child,
.card .card-body h4:first-child,
.card .card-body .h1,
.card .card-body .h2,
.card .card-body .h3,
.card .card-body .h4 {
    margin-top: 0;
}

.card .card-body .heading {
    display: block;
}

.card .card-body .heading:last-child {
    margin-bottom: 0;
}

.card .card-body .lead {
    text-align: center;
}

@media ( min-width: 768px ) {
    .card .card-left {
        float: left;
        padding: 0 8px 0 0;
    }

    .card .card-right {
        float: left;
        padding: 0 0 0 8px;
    }

    .card .card-4-8 .card-left {
        width: 33.33333333%;
    }

    .card .card-4-8 .card-right {
        width: 66.66666667%;
    }

    .card .card-5-7 .card-left {
        width: 41.66666667%;
    }

    .card .card-5-7 .card-right {
        width: 58.33333333%;
    }

    .card .card-6-6 .card-left {
        width: 50%;
    }

    .card .card-6-6 .card-right {
        width: 50%;
    }

    .card .card-7-5 .card-left {
        width: 58.33333333%;
    }

    .card .card-7-5 .card-right {
        width: 41.66666667%;
    }

    .card .card-8-4 .card-left {
        width: 66.66666667%;
    }

    .card .card-8-4 .card-right {
        width: 33.33333333%;
    }
}

/* -- default theme ------ */
.card-default {
    border-color: #ddd;
    background-color: #fff;
    margin-bottom: 24px;
}

.card-default > .card-header,
.card-default > .card-footer {
    color: #333;
    background-color: #ddd;
}

.card-default > .card-header {
    border-bottom: 1px solid #ddd;
    padding: 8px;
}

.card-default > .card-footer {
    border-top: 1px solid #ddd;
    padding: 8px;
}

.card-default > .card-body {
}

.card-default > .card-img:first-child img {
    border-radius: 6px 6px 0 0;
}

.card-default > .card-left {
    padding-right: 4px;
}

.card-default > .card-right {
    padding-left: 4px;
}

.card-default p:last-child {
    margin-bottom: 0;
}

.card-default .card-caption {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.resend-verification-mail {
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}

.colorbox__tab--active .lnr {
    color: green;
}

.popover-content img {
    width: auto;
}

.currency-block {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
}

.text-green, .text-green span {
    color: #008000 !important;
}

.text-red {
    color: #FF0000 !important;
}

.carousel-control {
    top: 50%;
    bottom: auto;
}

.spec-box {
    background: linear-gradient(-20deg, #3592c6 0%, #b4eaff 100%);
    padding: 13px;
    height: 200px;
    border-radius: 5px;
    box-shadow: 0 0 5px #ddd;
    text-align: center;
    margin-bottom: 10px;
}

.box-text {
    margin-top: 46px;
}

.box-text span {
    display: block;
    margin-bottom: 17px;
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
}

.nav-tabs.nav-justified > li > a {
    border-radius: 0;
    margin-bottom: 0;
}

.landpage-description {
    margin-top: 30px;
}

.new-menu {
    margin-bottom: 15px;
}

.new-menu ul {
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #ebebeb;
}

.new-menu ul li {
    display: inline-block;
    margin-right: 30px;
}

.new-menu ul li a {
    padding: 20px 11px;
    display: block;
}

.outside-banner {
    position: absolute;
    color: #fff;
    z-index: 99999;
    right: -60px;
    background: linear-gradient(-20deg, #ed5564 0%, #f6b93e 100%);
    border-radius: 5px;
    text-align: center;
    width: 184px;
    font-size: 18px;
    line-height: 24px;
    padding: 25px 10px;
}

.outside-banner p {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
    word-wrap: break-word;
}

.outside-banner h4 {
    background: #fff;
    padding: 5px 0;
    border-radius: 3px;
}

.outside-banner-in {
    position: absolute;
}

.outside-banner-mobile {
    position: fixed;
    bottom: 15px;
    color: #fff;
    z-index: 5;
    right: 15px;
    background: linear-gradient(-20deg, #ed5564 0%, #f6b93e 100%);
    border-radius: 5px;
    text-align: center;
    width: 184px;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 5px;
}

.outside-banner-mobile p {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
}

.outside-banner-mobile h4 {
    background: #fff;
    padding: 5px 0;
    border-radius: 3px;
    font-size: 14px;
    margin: 0 0 10px;
}

@media only screen and (max-width: 768px) {
.navbar-fixed-top .navbar-collapse {
    max-height: 100vh;
    background: #fff;
    /* position: fixed; */
    height: 100%;
    width: 100%;
	margin:0 !important;
}	
	
	.top-menu a {
    font-size: 12px !important;

}
	
	.navbar-nav {margin: 0!important;max-height: 450px;overflow: auto;}
	.tp-left {float: left;}
	.pulse {float: right;}
	.navbar-collapse {
    float: none;
	text-align: center;
}
.navbar-inverse .navbar-nav > li > a {margin-left: 0;text-align:left;}
.navbar-inverse .navbar-collapse {
    box-shadow: 0px 20px 14px #c4c3c340;
}
    .buy-product {
        display: block !important;
        padding: 0 !important
    }

    .total-price, .j1 {
        margin: 0 !important;
        border: none !important;
    }

    #recapping_box_placeholder {
        padding: 15px 0;
    }

    .m1 {
        position: absolute;
        right: 15px;
    }

    .product-section .panel-heading {
        position: relative;
    }

    .product-section .title .heading-prefix {
        display: table !important;
        margin-bottom: 12px;
    }

    .recapping-box {
        padding: 15px;
    }

    .btn-success.m1:hover {
        color: #fff !important;
        background: #333 !important;
        border: 2px solid #333 !important;
    }

}

.outside-banner {
    display: none;
}

.outside-banner-mobile {
    display: block;
}

@media only screen and (min-width: 1400px) {
    .outside-banner {
        display: block;
    }

    .outside-banner-mobile {
        display: none;
    }
}

.navbar-fix {
    margin-top: 0;
}

/*@media only screen and (min-width: 768px) {
    #page-heading-one.part-a {
        padding: 0px 0 0 !important;
    }
}*/

@media only screen and (max-width: 768px) {
	h1 {font-size: 20px;} h2 {font-size: 25px;}
    .shop-nav { /*margin-top: 111px!important;*/
        min-height: auto !important;
    }

    #page-heading-one.part-2 {
        padding: 15px 0 0 !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-nav { /*margin-top: 91px;*/
        min-height: auto !important;
    }
}

#register_form .checkbox label {
    width: auto;
}

#register_form .checkbox label span {
    position: inherit;
    white-space: normal;
}

.frame-t {
    text-align: center;
}

.navbar-fix {
    margin: 0 !important;
}

.product_content legend {
    padding: 0 0 4px 0;
    margin-bottom: 10px;
}

.product_content fieldset {
    margin-bottom: 10px;
}

.custom-option .radio label {
    width: auto !important;
}

.custom-option .radio label span {
    white-space: inherit;
    position: relative;
}

.contact-reply #reply-message {
    font-size: 20px;
    padding: 25px;
}

.widget-simple {
    padding: 10px;
}

.widget-simple .widget-image, .widget-simple .widget-icon {
    margin: 0 15px;
}

.widget .widget-image, .widget .widget-icon {
    width: 48px;
    height: 48px;
}

.widget-simple .widget-content {
    font-size: 18px;
    margin: 4px 0;
}

.widget .widget-content-light {
    color: #ffffff;
}

.widget-simple .widget-content small {
    display: block;
    margin-top: 7px;
    font-size: 13px;
    font-weight: 400;
}

.bootstrap-tagsinput .label-info {
    background-color: #5bc0de;
}

.account-info-content .widget .widget-content-light {
    color: #666666;
}

.account-info-content .content {
    background: #fff;
    padding: 30px;
    margin: -21px -29px -29px;
}

.account-info .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.fileupload-new.thumbnail:empty {
    display: none;
}

/*-------------------------------------
[ 5.4 product list view ]
---------------------------------------*/
.right-products .product-dsc ul > li {
    margin-right: 20px;
}

.list-view ul.clearfix a {
    border: 1px solid #ccc;
    color: #666;
    display: block;
    font-weight: 500;
    line-height: 30px;
    padding: 3px 10px 0;
}

.list-view .product-dsc > p {
    line-height: 24px;
    /*margin: 18px 0 35px;*/
}

.list-view .single-product .product-dsc h3.product-title {
    color: #555;
    display: block;
    width: 100%;
    font-weight: 600;
}

.list-view .single-product .product-dsc .product-price {
    display: block;
    width: 100%;
    text-align: right;
    color: #3e9db8;
    font-size: 25px;
}

.list-view .product-dsc > h3 {
    color: #333;
}

.list-view .single-product {
    overflow: visible;
}

.list-view .product-dsc {
    border-right: 1px solid rgba(239, 102, 68, 0.3);
    min-height: 160px;
    padding: 10px 30px 10px 0;
}

.list-view .clearfix > li:last-child {
    margin-right: 0;
}

.list-view .other-btn li a {
    margin: 0 !important;
    padding: 0;
    width: 35px;
}

.list-view .other-btn li {
    margin-bottom: 10px;
    margin-left: 7px;
    margin-right: 0;
}

.list-view .other-btn li a:hover {
    color: #fff;
}

.list-view .other-btn.clearfix {
    margin-left: -10px;
}

.list-view .por-dse.add-to > a {
    border-color: #ccc;
    font-size: 12px;
    line-height: 30px;
    margin: 0 -1px;
    padding: 2px 5px 0;
    width: 100%;
}

.list-view .por-dse.add-to > a i {
    font-size: 15px;
    margin-right: 5px;
}

.list-view .por-dse.add-to > a:hover {
    border-color: transparent;
}

.list-view ul.clearfix a:hover, .reviews .submit-text > button:hover, table tbody i.pe-7s-close:hover {
    border-color: #ef6644;
}

.list-view .product-dsc h4 a {
    color: #333;
}

/*.list-view .product-dsc {
    padding-bottom: 25px;
}*/

.list-view .por-dse li a i {
    font-size: 16px;
    line-height: 30px;
}

.large-product .product-dsc {
    background: #f5f5f5 none repeat scroll 0 0;
    border-top: 3px solid #fff;
    padding: 45px 0;
}

.large-product .product-dsc p {
    margin-top: 0;
}

.large-product .product-img a {
    padding: 68px 0;
}

.single-product.large-product {
    padding: 0;
}

.item-l-view {border: 1px solid #eee; padding: 15px 0; margin-bottom: 15px;}


/*-------------------------------------
[ 5.5 product grid view ]
---------------------------------------*/
.right-products .product-dsc ul > li {
    margin-right: 20px;
}

.grid-view ul.clearfix a {
    border: 1px solid #ccc;
    color: #666;
    display: block;
    font-weight: 500;
    line-height: 30px;
    padding: 3px 10px 0;
}

.grid-view .product-dsc > p {
    line-height: 24px;
    /*margin: 18px 0 35px;*/
}

.grid-view .single-product .product-dsc h3.product-title {
    color: #555;
    display: block;
    width: 100%;
    font-weight: 600;
}

.grid-view .single-product .product-dsc .product-price {
    display: block;
    width: 100%;
    text-align: right;
    color: #3e9db8;
    font-size: 25px;
}

.grid-view .product-dsc > h4 {
    color: #333;
    margin: 0;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.grid-view .single-product {
    overflow: visible;
}

.grid-view .product-dsc {
    padding: 10px;
}

.grid-view .por-dse  {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5px;
}

.grid-view .por-dse > a  {
    margin: 0;
}

.grid-view .product-dsc h4 a {
    color: #333;
}

.grid-view .product-img {
  height: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.grid-view .product-img a{
  width: 100%;
}

/*

#page-header:nth-child(3){
    display: none;
}*/

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #d8e0e6;
} 
.part-3 {background: url('../images/dildo2.png') 75% 100% no-repeat;}
.part-3 .page-header  {padding-top: 50px; text-align: center;}
.part-3 .page-header h1 {font-family: 'Roboto Slab', serif;}

.part-4 {background: url('../images/dildo1.png') 75% 100% no-repeat;}
.part-4 .page-header  {padding-top: 50px; text-align: center;}
.part-4 .page-header h1 {font-family: 'Roboto Slab', serif;}

.dark-footer a {color:#fff;}
.dark-footer a:hover	{color: #4d9b4c;}


.lv-homepage__line3 {
    flex-direction: row;
}.lv-homepage__line3 {
    display: flex;
    flex-direction: column;
}
.lv-homepage-push.-secondary, .lv-homepage-push.-tertiary {
    box-sizing: border-box;
}.lv-homepage-push {
    display: block;
}.lv-homepage-push__media {
    width: 100%;
}

.shop-nav {background: #202020;
min-height: 35px;
padding: 0;}
.shop-nav {width: 100%;}
#myNavbar {float: none;}

#masthead {position:absolute;top:0;box-sizing:border-box;z-index:1;height:calc(100vh - 3.5rem);height:calc(var(--vh, 1vh)*100 - 3.5rem); 
overflow-y: auto;
height: auto;
top: 100%;}
#masthead{background:#fff;}
#masthead {
    left: 0;
    right: 0;
}

#masthead {display: none;}
#masthead.is-active {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  display: block;
}

#masthead.is-active:after {
  opacity: 1;
}
.lv-header-main-nav-panel__container {
    position: relative;
}
.lv-header-main-nav-child {
    padding: 2rem 3.125vw;
	background: #fff;
	width: 20%;
}

.lv-header-main-nav-child{box-sizing:border-box;overflow:auto;height:calc(100vh - 7rem);height:calc(var(--vh, 1vh)*100 - 7rem);-webkit-overflow-scrolling:touch}
.lv-header-main-nav li {
    display: flex;
	padding: .8rem 0;
}
.lv-header-main-nav li a {
    cursor: pointer;
}
.lv-header-main-nav li a {color: #666666;
font-size: 15px;
font-weight: 400;
margin-left: 15px;
text-transform: uppercase;}
.lv-header-main-nav li a:hover, .lv-header-main-nav li a:focus{color: #4d9b4c;}
.lv-header-main-nav-child__content {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
}
.lv-header-main-nav-child__content {
    width: 80%;
}.lv-header-main-nav-child__content {
    right: 0;
    left: 0;
}.lv-header-main-nav-child__content {
    background-color: #f6f5f3;
}.lv-header-main-nav-child__content {
    left: auto;
}.-active .lv-header-main-nav-child__content {
    opacity: 1;
    visibility: visible;
    max-height: none;
    overflow: auto;
}

.wsub5 {text-align: center;margin-bottom: 15px;}
.wsub5 h1 {font-size: 26px;}
.lv-header-main-nav-child__content-links {
    padding: 2rem 3.33333vw;
	width: 60%;
	float: left;
	position: relative;
	text-align: justify;
}
.lv-header-main-nav-child__content-link-img {width: 40%;
float: right;
position: absolute;
right: 0;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: 50%;
}
.lv-header-main-nav-child__content-link-img img  {
   height: 100%;
width: auto;


}
.lv-header-main-nav-child__content-links p {font-size: 14px!important;} 
.ham-close {position: absolute;
right: 0;
top: 0;
background: #fff;
cursor: pointer;
padding: 15px;} 







*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.menu-trigger {
	position: relative;
	padding-left: 60px;
	font-size: 0.9em;
}




html, body, .container-m, .scroller {
	//height: 100%;
}

.scroller {
	//overflow-y: scroll;
}

.scroller,
.scroller-inner {
	position: relative;
}

.container-m {
	position: relative;
	overflow: hidden;
}

.mp-pusher {
	position: relative;
	left: 0;
	height: 100%;
}

.mp-menu {
	position: absolute; /* we can't use fixed here :( */
	top: 0;
	left: 0;
	z-index: 1;
	width: 300px;
	height: 100%;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.mp-level {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

/* overlays for pusher and for level that gets covered */
.mp-pusher::after,
.mp-level::after,
.mp-level::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	content: '';
	opacity: 0;
}

.mp-pusher::after,
.mp-level::after {
	background: rgba(0,0,0,0.3);
	-webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	-moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}

.mp-level::after {
	z-index: -1;
}

.mp-pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.mp-level.mp-level-overlay {
	cursor: pointer;
}

.mp-level.mp-level-overlay.mp-level::before {
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 1;
}

.mp-pusher,
.mp-level {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

/* overlap */
.mp-overlap .mp-level.mp-level-open {
	box-shadow: 1px 0 2px rgba(0,0,0,0.2);
	-webkit-transform: translate3d(-40px, 0, 0);
	-moz-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}

/* First level */
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
	box-shadow: none;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* cover */
.mp-cover .mp-level.mp-level-open {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

/* content style */
.mp-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mp-menu h2 {
	margin: 0;
	padding: 1em;
	color: rgba(0,0,0,0.4);
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
	font-weight: 300;
	font-size: 2em;
}

.mp-menu.mp-overlap h2::before {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 8px;
	font-size: 75%;
	line-height: 1.8;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.1s 0.3s;
	transition: opacity 0.3s, transform 0.1s 0.3s;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
}

.mp-menu.mp-cover h2 {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 1em;
}

.mp-overlap .mp-level.mp-level-overlay > h2::before {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}

.mp-menu ul li > a {
	display: block;
	padding: 12px 0 12px 30px;
	outline: none;
	box-shadow: inset 0 -1px rgba(0,0,0,0.2);
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	font-size: 12px;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
}

.mp-menu ul li::before {
	position: absolute;
	left: 10px;
	z-index: -1;
	color: rgba(0,0,0,0.3);
	line-height: 3.2;
}

.mp-level > ul > li:first-child > a {
	box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
}

.mp-menu ul li a:hover,
.mp-level > ul > li:first-child > a:hover {
	background: rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px rgba(0,0,0,0);
}

.mp-menu .mp-level.mp-level-overlay > ul > li > a,
.mp-level.mp-level-overlay > ul > li:first-child > a {
	box-shadow: inset 0 -1px rgba(0,0,0,0);
}

.mp-level > ul > li:first-child > a:hover,
.mp-level.mp-level-overlay > ul > li:first-child > a {
	box-shadow: inset 0 -1px rgba(0,0,0,0), inset 0 1px rgba(0,0,0,0);
} /* seems like Chrome 34.0.1847.131 needs the second shadow otherwise the transition breaks */

.mp-back {
	background: rgba(0,0,0,0.1);
	outline: none;
	color: rgba(0,0,0,0.5);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	display: block;
	font-size: 0.8em;
	padding: 1em;
	position: relative;
	box-shadow: inset 0 1px rgba(0,0,0,0.1);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}

.mp-back::after {
	font-family: 'linecons';
	position: absolute;
	content: "\e034";
	right: 10px;
	font-size: 1.3em;
	color: rgba(0,0,0,0.3);
}

.mp-menu .mp-level.mp-level-overlay > .mp-back,
.mp-menu .mp-level.mp-level-overlay > .mp-back::after {
	background: transparent;
	box-shadow: none;
	color: transparent;
}

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
/* We'll show the first level only */
.no-csstransforms3d .mp-pusher,
.no-js .mp-pusher {
	padding-left: 300px;
}

.no-csstransforms3d .mp-menu .mp-level,
.no-js .mp-menu .mp-level {
	display: none;
}

.no-csstransforms3d .mp-menu > .mp-level,
.no-js .mp-menu > .mp-level {
	display: block;
}

@font-face {
	font-family: 'linecons';
	src:url('../fonts/linecons/linecons.eot');
	src:url('../fonts/linecons/linecons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/linecons/linecons.woff') format('woff'),
		url('../fonts/linecons/linecons.ttf') format('truetype'),
		url('../fonts/linecons/linecons.svg#linecons') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon:before {
	font-family: 'linecons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	display: inline-block;
	margin-right: 0.6em;
	-webkit-font-smoothing: antialiased;
}
.icon-female:before {
	content: "\f182";
}
.icon-male:before {
	content: "\f183";
}
.icon-arrow-left:before {
	content: "\e032";
}
.icon-arrow-left-2:before {
	content: "\e034";
}
.icon-arrow-left-3:before {
	content: "\e036";
}
.icon-arrow-left-4:before {
	content: "\e038";
}
.icon-arrow-right:before {
	content: "\e035";
}
.icon-arrow-right-2:before {
	content: "\e037";
}
.icon-arrow-right-3:before {
	content: "\e039";
}
.icon-arrow-right-4:before {
	content: "\e033";
}

.icon-phone:before {
	content: "\e000";
}
.icon-news:before {
	content: "\e001";
}
.icon-photo:before {
	content: "\e002";
}
.icon-shop:before {
	content: "\e003";
}
.icon-wallet:before {
	content: "\e004";
}
.icon-t-shirt:before {
	content: "\e005";
}
.icon-heart:before {
	content: "\e006";
}
.icon-cloud:before {
	content: "\e007";
}
.icon-display:before {
	content: "\e008";
}
.icon-diamond:before {
	content: "\e009";
}
.icon-banknote:before {
	content: "\e00a";
}
.icon-data:before {
	content: "\e00b";
}
.icon-music:before {
	content: "\e00c";
}
.icon-location:before {
	content: "\e00d";
}
.icon-star:before {
	content: "\e00e";
}
.icon-tv:before {
	content: "\e00f";
}
.icon-eye:before {
	content: "\e010";
}
.icon-megaphone:before {
	content: "\e011";
}
.icon-study:before {
	content: "\e012";
}
.icon-bubble:before {
	content: "\e013";
}
.icon-sound:before {
	content: "\e014";
}
.icon-video:before {
	content: "\e015";
}
.icon-stack:before {
	content: "\e016";
}
.icon-lab:before {
	content: "\e017";
}
.icon-food:before {
	content: "\e018";
}
.icon-cup:before {
	content: "\e019";
}
.icon-trash:before {
	content: "\e01a";
}
.icon-user:before {
	content: "\e01b";
}
.icon-key:before {
	content: "\e01c";
}
.icon-fire:before {
	content: "\e01d";
}
.icon-clip:before {
	content: "\e01e";
}
.icon-mail:before {
	content: "\e01f";
}
.icon-search:before {
	content: "\e020";
}
.icon-settings:before {
	content: "\e021";
}
.icon-like:before {
	content: "\e022";
}
.icon-calendar:before {
	content: "\e023";
}
.icon-camera:before {
	content: "\e024";
}
.icon-tag:before {
	content: "\e025";
}
.icon-note:before {
	content: "\e026";
}
.icon-clock:before {
	content: "\e027";
}
.icon-lock:before {
	content: "\e028";
}
.icon-vynil:before {
	content: "\e029";
}
.icon-truck:before {
	content: "\e02a";
}
.icon-paperplane:before {
	content: "\e02b";
}
.icon-bulb:before {
	content: "\e02c";
}
.icon-pen:before {
	content: "\e02d";
}
.icon-params:before {
	content: "\e02e";
}
.icon-world:before {
	content: "\e02f";
}


.mp-pushed header.navbar-fixed-top {
    z-index: -1;
}

.new-home-featured {padding: 0;overflow:hidden;} 
.new-home-featured .col-lg-3 {padding: 0; position: relative;  }
.new-home-featured .item-title {position : absolute; bottom: 0; background: #fff; width: 100%;}


.new-home-featured .item-title {
    position: absolute;
    bottom: 10px;
	left: 10px;
	right: 10px;
    background: #fff;
    width: auto;
    text-align: center;
    padding: 7px;
	display: none;
}
.new-home-featured .col-lg-3:hover .item-title {display: block;}
.new-home-featured .item-title:hover {background: #4d9b4c; color:#fff;}

.lv-homepage-push__content {
width: 100%; 
}
.push6 {margin: 0px auto; padding: 30px 10px;border-bottom: 1px solid #eae8e4; }
.lv-homepage-push__content-links {
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
}.lv-homepage-push__content-links .lv-button {
    width: 15rem;
} .lv-button.-primary {
    background-color: #222;
	padding: 1rem 1.5rem;
	border: none;
	color:#fff; text-align: center;
}
.lv-button.-primary:hover {
  background-color: #19110b;
}
.home-mso {margin: 30px 0;}
.home-mso .col-lg-6 , .home-mso .col-lg-3 {padding: 0;}
.home-mso .thumbnail {border: 1px solid #ddd;
border-radius: 0;
margin: 0;
padding: 10px;}
.promotion-content {
      z-index: 2;
      padding: 30px;
      text-align: right;
 }
	  .promotion-content h2 {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
}.promotion-content h3 {
    font-size: 18px;
}.bg-pure-red1 {
    height: 50px;
    font-weight: 600;
    overflow: hidden;
    line-height: 50px;
    padding: 0px 35px;
    border-radius: 3px;
    text-align: center;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #1ec7a6;
}
 .home-con-sec {
     position: relative;
 }
 .aos-init {
     padding: 15px 10px;
     border: 1px solid #ddd;
     margin: 10px;
     border-radius: 5px;
     display: block;
 }

 .lv-homepage-push.-secondary, .lv-homepage-push.-tertiary {
     padding: 3.125vw;
 }

 .lv-homepage__line2 > :first-child {
     border-right: 1px solid #eae8e4;
 }

 .lv-homepage-push.-secondary, .lv-homepage-push.-tertiary {
     box-sizing: border-box;
 }

 .lv-homepage-push {
     text-align: center;
     background-color: #fff;
 }

 .lv-homepage-push {
     border-bottom: 1px solid #eae8e4;
 }

 .lv-homepage__line2 > * {
     width: 50%;
 }

 .lv-homepage-push {
     display: block;
 }

 .lv-homepage-push__media {
     width: 100%;
 }

 .lv-homepage-push {
     text-align: center;
 }

 .lv-homepage-push__media.-push2 .lv-smart-picture::before {
     padding-top: 125%;
 }

 .lv-homepage-push__media.-push2 .lv-smart-picture::before {
     display: block;
     content: "";
     width: 100%;
 }

 .lv-homepage-push__media.-push2 .lv-smart-picture {
     display: block;
     position: relative;
     overflow: hidden;
 }

 .lv-smart-picture picture {
     position: absolute;
     top: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     opacity: 0;
     transition: opacity .3s cubic-bezier(.39, .575, .565, 1);
 }

 .lv-smart-picture picture, [dir="rtl"] .lv-smart-picture picture {
     left: 0;
     right: 0;
 }

 .lv-smart-picture.is-loaded picture {
     opacity: 1;
 }

 .lv-homepage-push__media.-push2 .lv-smart-picture > :not(button):not(.lv-loader):not(.lv-nosized) {
     position: absolute;
     top: 50%;
     width: 100%;
 }

 .lv-homepage-push__media.-push2 .lv-smart-picture > :not(button):not(.lv-loader):not(.lv-nosized) {
     transform: translateY(-50%);
 }

 .lv-homepage-push__content-title {
     margin: 0;
 }

 .lv-homepage__line2 > :nth-child(2) {
     display: flex;
     flex-direction: column;
     justify-content: stretch;
 }

 .lv-homepage__line2 > :nth-child(2) .lv-homepage-push:first-child {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     flex: 1;
 }

 .lv-homepage-push.-secondary, .lv-homepage-push.-tertiary {
     padding: 2.125vw;
 }

 .lv-homepage__line2 {
     flex-direction: row;
     display: flex;
 }

 .lv-homepage-push__media + .lv-homepage-push__content {
     padding-top: 3.125vw;
 }

 .lv-homepage-push__content-links {
     margin-top: 1rem;
 }

 .-main .lv-homepage-push__content-title, .-secondary .lv-homepage-push__content-title {
     font-size: 3.125rem;
     letter-spacing: 0;
    //line-height: 2.25 rem;
     color: inherit;
     font-weight: 700;
     text-transform: uppercase;
     color: #222;
 }

 .lv-homepage__line2 > :nth-child(2) .lv-homepage-push {
     height: auto;
     flex: 1 0 auto;
 }

 .lv-homepage__line2 > :nth-child(2) .lv-homepage-push:last-child {
     flex: 1;
     align-items: center;
     justify-content: center;
     flex-direction: column;
     display: flex;
 }

 .lv-homepage__line2 > * {
     width: 50%;
 }

 .lv-homepage-push__media {
     width: 100%;
 }

 .lv-homepage-push__media.-push3 .lv-smart-picture::before, .lv-homepage-push__media.-push3 .lv-smart-picture::before, .lv-homepage-push__media.-push4 .lv-smart-picture::before {
     display: block;
     content: "";
     width: 100%;
 }

 .lv-homepage-push__media.-push4 .lv-smart-picture::before {
     padding-top: 56.24993%;
 }

 .lv-homepage-push__media.-push3 .lv-smart-picture > :not(button):not(.lv-loader):not(.lv-nosized), .lv-homepage-push__media.-push4 .lv-smart-picture > :not(button):not(.lv-loader):not(.lv-nosized) {
     position: absolute;
     top: 50%;
     width: 100%;
 }

 .lv-homepage-push__media.-push3 .lv-smart-picture > :not(button):not(.lv-loader):not(.lv-nosized), .lv-homepage-push__media.-push3 .lv-smart-picture > :not(button):not(.lv-loader):not(.lv-nosized), .lv-homepage-push__media.-push4 .lv-smart-picture > :not(button):not(.lv-loader):not(.lv-nosized), .lv-homepage-push__media.-push3 .lv-smart-picture > :not(button):not(.lv-loader):not(.lv-nosized), .lv-homepage-push__media.-push4 .lv-smart-picture > :not(button):not(.lv-loader):not(.lv-nosized) {
     left: 0;
     right: 0;
 }

 .lv-homepage-push__media.-push4 .lv-smart-picture > :not(button):not(.lv-loader):not(.lv-nosized) {
     transform: translateY(-50%);
 }

 .lv-smart-picture img {
     display: block;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
 }

 .lv-homepage__line2 {
     flex-direction: row;
 }

 .lv-homepage-push__media.-push3 .lv-smart-picture, .lv-homepage-push__media.-push4 .lv-smart-picture {
     display: block;
     position: relative;
     overflow: hidden;
 }

 .item_title {
     margin-top: -53px;
     background: rgba(0, 0, 0, 0.8);
     position: relative;
     padding: 15px;
     color: #fff;
     white-space: nowrap;
     text-overflow: ellipsis;
     overflow: hidden;
     font-size: 22px;
 }
 .menutext {
     display:block;
     margin-bottom:50px;
 }
 .menutext ul {
     list-style:none;
     text-align:center;
 }
 .menutext ul li {
     display:inline-block;
     margin:15px;
 }
 .menutext ul li a {
     color:#333;
     font-size:16px;
     padding-bottom:10px;
     border-bottom: solid 2px transparent;
 }
 .menutext ul li a:hover,.menutext ul li.active a {
     color:#4d9b4c;
     border-bottom-color:#4d9b4c;
 }
 .boxsection {
     margin-bottom: 50px;
     border-bottom: solid 1px #ddd;
     padding-bottom: 50px;
 }
 .boxsection h1,.boxsection h2 {
     margin-bottom:10px;
 }
 .headings {
     margin-bottom:30px;
     text-align:center;
 }
 .prbox {
     padding: 15px 10px;
     border: 1px solid #ddd;
     margin: 0 0 30px;
     border-radius: 5px;
     display: block;
 }
 .blbox {
     text-align:center;
     display:block;
 }
 .blbox h4 {
    margin: -50px 20px 20px;
    padding: 40px 20px;
    position: relative;
     font-family: 'Montserrat', sans-serif;
     font-weight: 800;
     text-transform: uppercase;
     font-size:23px;
     background: rgba(255, 255, 255, 0.15);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5.3px);
-webkit-backdrop-filter: blur(5.3px);
border: 1px solid rgba(255, 255, 255, 0.31);
 }
 .border-right {
     border-right:solid 1px #eae8e4;
 }
 .border-top {
     border-top:solid 1px #eae8e4;
 }
 .bologsection {
     border-bottom:solid 1px #eae8e4;
     background: url(../images/blogbg.jpg) 0 0 no-repeat;
     background-size: cover;
     padding: 50px 0;
 }
 .bg-white {
   background-color: #fff; 
 }
 .innerquato {
     border-bottom-color:#4d9b4c;
 }
 .innerquato li a {
     padding:10px;
     border-radius:5px 5px 0 0;
 }
 .innerquato li a:hover {
     background:#4d9b4c;
     color:#fff;
     border-bottom: 2px solid #4d9b4c;
 }
 .innerquato li a:focus {
     border-bottom: 2px solid #4d9b4c !important;
 }
 .innerquato li.active > a {
     border:none;
     background:#4d9b4c;
     color:#fff;
 }
 .innerquato > li.active > a, .innerquato > li.active > a:focus, .innerquato > li.active > a:hover {
     border:none;
     background:#4d9b4c;
     color:#fff;
 }

 .innerquato li .dropdown-menu li a {
     border:none;
     border-radius:0;
 }
 .innerquato li.open .dropdown-toggle {
     border:none;
     background:#4d9b4c;
     color:#fff;
 }
 .fancyout {
     height:100%!important;
 }
 .largesection ul {
     display: flex;
     align-items: stretch;
     justify-content: space-between;
     flex-wrap: wrap;
 }
 .largesection ul li {
     width: calc(50% - .25rem);
     display: block;
     overflow:hidden;
 }

 .mp-pushed #navbar-collapse.in {
     opacity: 0;
 }

 .lv-homepage-push.-outer#push4-b {
     display: none;
 }
 @media only screen and (min-width: 320px) and (max-width: 767px) {
     .product-gallery__stage {
         //max-height: 55 vh;
         //height: auto !important;
     }

     .lv-homepage__line2 {
         display: flex;
         flex-direction: column;
     }

     .lv-homepage__line2 > * {
         width: 100%;
     }
     .lv-homepage__line2 .lv-homepage-push#push4 {
         display: none;
     }
     .lv-homepage-push.-outer#push4-b {
         display: block;
     }

     .fancyout {
         height: auto !important;
     }

     .comparison-tool__container {
         display: none;
     }
 }
.part-a, #shop {
    padding: 0 !important;
    margin-top: 120px;
}
.part-a#newsletter{
    margin-bottom: 120px;
}
#blog {
    margin-top: 120px;
}
.font-weight-bold{
    font-weight: bold;
}
 .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
     /* background-color: #ffffff; */
 }
 @media (min-width: 992px) {
     .largesection ul {
         margin-top: 5px !important;
     }
 }


 /*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
 .modal.fade:not(.in).right .modal-dialog {
     -webkit-transform: translate3d(25%, 0, 0);
     transform: translate3d(25%, 0, 0);
 }

 .modal.left .modal-dialog,
 .modal.right .modal-dialog {
     position: fixed;
     margin: auto;
     /*width: 320px;*/
     max-width: 500px;
     height: 100%;
     -webkit-transform: translate3d(0%, 0, 0);
     -ms-transform: translate3d(0%, 0, 0);
     -o-transform: translate3d(0%, 0, 0);
     transform: translate3d(0%, 0, 0);
 }

 .modal.left .modal-content,
 .modal.right .modal-content {
     height: 100%;
     overflow-y: auto;
 }

 .modal.left .modal-body,
 .modal.right .modal-body {
     padding: 15px 15px 80px;
 }

 /*Left*/
 .modal.left.fade .modal-dialog{
     left: -320px;
     -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
     transition: opacity 0.3s linear, left 0.3s ease-out;
 }

 .modal.left.fade.in .modal-dialog{
     left: 0;
 }

 /*Right*/
 .modal.right.fade .modal-dialog {
     right: -320px;
     -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
     transition: opacity 0.3s linear, right 0.3s ease-out;
 }

 .modal.right.fade.in .modal-dialog {
     right: 0;
 }

 /* ----- MODAL STYLE ----- */
 .modal.left .modal-content,
 .modal.right .modal-content {
     border-radius: 0;
     border: none;
 }
 .modal.left .modal-header,
 .modal.right .modal-header {
     border-bottom-color: #EEEEEE;
     background-color: #FAFAFA;
 }
 .fancybox-toolbar {
     opacity: 1 !important;
     transition: opacity .25s ease 0s,visibility 0s ease 0s !important;
     visibility: visible !important;
 }
 #product-premade-home{
     padding: 30px 0;
     border-bottom: 1px solid #eae8e4;
 }

 .product-hover-tools-n {
     position: absolute;
     z-index: 2;
     top: 10px;
     right: 10px;
     text-align: center;
     visibility: hidden;
     opacity: 0;
     -webkit-transition: opacity 0.3s, visibility 0.3s;
     -o-transition: opacity 0.3s, visibility 0.3s;
     transition: opacity 0.3s, visibility 0.3s;
 }

 .product:hover .product-hover-tools-n {
     top: 10px;
     text-align: center;
     visibility: visible;
     opacity: 1;
 }
 .box-section {overflow: hidden;}
 .on-h {
     position: absolute;
     z-index: 2;
     bottom: -200px;
     opacity: 0;
     -webkit-transition: opacity 0.3s, visibility 0.3s;
     -o-transition: opacity 0.3s, visibility 0.3s;
     transition: opacity 0.3s, visibility 0.3s;
     -webkit-transition: all 0.4s cubic-bezier(.25, .46, .45, .94);
     transition: all 0.4s cubic-bezier(.25, .46, .45, .94);
 }

 .product:hover .on-h {opacity: 1; bottom: 0;}
 .home-prd-ready .product{
     /* padding: 0 !important;
     margin-right: -3px;
     margin-bottom: -3px; */
 }
 .home-prd-ready .product .box-section {
    position: relative;
    background: #fafafa;
    box-shadow: none;
    padding: 0;
    /* height: 350px; */
    border: solid 1px #eee;
    margin-bottom: 25px;
  }
 #product-premade-home .lv-homepage-push__content-links{
     margin-top: 3rem;
 }
 .table-list {
   display: flex;
   gap: 4px;
   margin-bottom: 4px;
 }





 /* ==================== NEW ADD CSS ==================== */
.d-none {
  display: none;  
}
#sync1 {
   margin-bottom: 20px; 
}
#sync1 .item {
    padding: 5px;
    border: solid 1px #f5f5f5;
    text-align: center;
  }

 #sync2 .item {
    color: #FFF;
    text-align: center;
    cursor: pointer;
  }
  #sync2 .item {
    padding: 5px;
    margin: 5px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    border: solid 1px #f5f5f5;
  }
  #sync1 .item img {
    /* height: 500px;
    object-fit: cover;
    width: 100%; */
  }
  #sync2 .current .item {
    border-color: #47b928;
  }
  .shadow {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05); 
  }
  .new-sections ul li {
    border: solid 1px #ddd;
overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05); 
  }
  .new-sections .cd-btn {
    padding: 20px 15px !important;
  }
  .product-sidebar .product-details {
    padding: 0;
  }
 .pr-detail{
    border: 1px solid #ddd;
    margin: 50px 0;
    border-radius: 10px; 
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05); 
    padding: 15px;

 } 
 #sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
    margin-top: -20px;
    position: absolute;
    top: 50%;
    background: #3bb77e;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    color: #fff;
  }
  #sync1.owl-theme .owl-next {
    right: 10px;
  }
  #sync1.owl-theme .owl-prev {
    left: 10px;
  }
  .text-green {
    color: #3bb77e;  
  }
  .blbox {
  /* border: solid 1px #ddd;
  border-radius: 5px;  
  margin-bottom: 20px; */
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  }
  .blbox:hover {
    /* box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);  */
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    -ms-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
  }
  .page-header.wsub {
    margin-bottom: 25px;
    border-left: solid 5px #4d9b4c !important;
    padding: 15px 0 15px 15px;
    border-top: none;
    border-bottom: none;
  }
  .ptbox {
   border-radius: 5px; 
  }
  .ptbox:hover, .ptbox.selected {
    border-color: #4d9b4c !important;
    background: #e8fff4;
    color: #4d9b4c;
  }

  .meaning {
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 11;
    background: #3bb77e;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center; 
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05); 
    
  }
  .meaning a {
    color: #fff !important;
  }
  .rounded {
   border-radius: 8px; 
  }
  .list-group-item-heading {
    color: #4d9b4c;
  }
  .tg {
    width: 100% !important;
  }
  .tg thead tr th,.tg .tg-r2i0{
    background-color: #ececec !important;
    padding: 20px;
    font-size: 20px;
    border-color: #ddd !important;
  }
  .tg tbody tr td {
    padding: 16px;
    border-color: #ddd;
  }
  .tg .tg-pjk6 {
    border: none;
  }

  .product{
  /* background-color: #fff;
  border-radius: 8px;
  border: solid 1px #ddd;  
  margin-bottom: 20px; */
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  }
  .product:hover {
    /* box-shadow: 15px 5px 15px rgba(0, 0, 0, 0.08);    */
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    -ms-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
  }
.flexbox {
 display: flex;
 align-items: center;
 justify-content: space-between;   
}
.rounded-pill {
    border-radius: 100px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;    
}
.btn-icon {
 position: relative;
 right: -33px;   
 -moz-transition: 0.2s ease-in;
 -o-transition: 0.2s ease-in;
 -webkit-transition: 0.2s ease-in;
 -ms-transition: 0.2s ease-in;
 transition: 0.2s ease-in;
 visibility: collapse;
}
.product:hover .btn-icon {
    right: -3px;   
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    -ms-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    visibility: inherit;
}

.carousel-caption {
    bottom: 40%;
}
.carousel-caption h1 {
    color: #fff;
    font-weight: bold;
    font-size: 50px;
  }
  .catbox {
    background: #eaffdf;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
    width: 150px;
    position: relative;
  z-index: 9;
  }
  .catbox img {
    -webkit-backface-visibility: hidden;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s; 
  }
  .catbox:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);  
  }
  .catbox h4 {
font-size: 16px;
  }
  .cat-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    position: relative;
  }
  .categorysection {
    position: relative;
  }
  .categorysection::after {
    content: "";
    /* background: #4d9b4c; */
    height: 65%;
    position: absolute;
    z-index: 0;
    top: -20px;
    width: 100%;
    border-radius: 10px;
  }
  .boxheading {
   position: relative;
   z-index: 9;
   text-align: center;
   color: #fff; 
  }

  .carousel-inner .item:before {
content: "";
background-color: rgba(0, 0, 0, .45);
width: 100%;
height: 100%;
position: absolute;
top:0;
  }
  .carousel-indicators li {
    width: 25px;
  } 
  .carousel-indicators li.active {
    width: 25px;
  }
  .accountdrop {
    color: #fff;
    border: solid 2px #fff;
    padding: 3px;
    border-radius: 5px;
    font-size: 11px;
  }
  .usermenu li a {
   color: #666 !important; 
  }
  @media (max-width: 768px){
    section {
    padding: 20px 0;
  }  
    } 
    
.details_btn {
    height: calc(100% - 20px);
    display: block;
  }  
  
@media (min-width: 992px){ 
  .navbar-brand > img {
    width: auto;
    max-height: 44px;
  }
}

.breadcrumb li a {
    color: #4d9b4c;
  }
   

  .breadcrumb {
    background-color: #fff;
    border-radius:0;
    box-shadow: 0 0 25px #eaeaea;
  }
  .breadcrumb > li + li::before {
    content: "\e876";
    font-family: 'Linearicons-Free';
  }
  .rounded-8 {
    border-radius: 8px;
  }
  .shadow-lg {
    box-shadow: 0 0 25px #eaeaea;
  }

  #galleryslider .owl-nav{
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -20px;
    z-index: 1;
  }
  #galleryslider .owl-nav .owl-prev, #galleryslider .owl-nav .owl-next {
    background: #3bb77e;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    box-shadow: 0 0 25px #eaeaea;
  }
  #galleryslider .owl-nav .owl-prev {
    left: 2px;
    position: absolute;
  }
  #galleryslider .owl-nav .owl-next {
    right: 2px;
  position: absolute;
  }


  .table-desktop,
  .table-phone {
      display: none;
  }
  
  /* Show desktop table on tablet and desktop (≥768px) */
  @media (min-width: 768px) {
      .table-desktop {
          display: block;
      }
  }
  
  /* Show phone table on mobile (<768px) */
  @media (max-width: 767.98px) {
      .table-phone {
          display: block;
      }
  }