/*
Theme Name: Engrave It
Author: ninetyblack.com
Version: 0.1
*/


/********** Main ****************/

body {
    background: #fefefe;
    color: #313131;
    font-family: 'Roboto', sans-serif;
    min-width: 320px;
}

a {
    color: #151515;
    transition: 0.1s ease-out;
    -webkit-transition: 0.1s ease-out;
}

a:hover {
    text-decoration: none;
    transition: 0.1s ease-in;
    -webkit-transition: 0.1s ease-in;
    color: #fd3535;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    text-decoration: none;
}

textarea:focus, input:focus, .uneditable-input:focus {
    border-color: rgba(253, 53, 53, 0.8) !important;
    box-shadow: 0 1px 1px rgba(253, 53, 53, 0.075) inset, 0 0 8px rgba(253, 53, 53, 0.6) !important;
    outline: 0 none !important;
}

input::-webkit-input-placeholder {
    color: #818181;
}

ol, ul {
    list-style: square;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: #818181;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #818181;
}

input:-ms-input-placeholder {
    color: #818181;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #fd3535;
}

.label-enit {
    background-color: #fd3535;
}

.tag-filter {
    margin-top: 15px;
}
.tag-filter a {
  margin-bottom: 5px;
  margin-right: 2px;
  margin-left: 2px;
  float: left;
}

.label {
    padding: 5px 8px;
}

.required {
    color: #FD3535;
}

.btn-default {
    color: #151515;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #151515;
}

.btn-enit {
    border-radius: 0;
    background: #fd3535;
    border: 1px solid #fd3535;
    color: #fff;
    text-transform: uppercase;
    transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
}

.btn-enit:hover {
    border-radius: 0;
    background: #fff;
    color: #fd3535;
    transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    text-transform: uppercase;
}

.table-hover>tbody>tr:hover {
    background: #fafafa;
}

.form-control:focus {
    border-color: #fd3535;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(253, 53, 53, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(253, 53, 53, .6);
}

.enit-newsletter form .gform_body {
    display: inline-block;
}

.enit-newsletter .validation_error {
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
}

.enit-newsletter .has-error .help-block {
    text-transform: none;
    width: 100%;
    font-size: 16px;
}

.enit-newsletter form .gform_body ul li {
    width: 310px;
}

.enit-newsletter form .gform_footer {
    display: inline-block;
    margin-left: 35px;
    float: right;
}

.btn-default {
    transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
}

.btn {
    border-radius: 0;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 2px;
}

.btn-default.hover, .btn-default:hover, .btn-default.focus, .btn-default:focus, .btn-default.active, .btn-default:active {
    color: #fff;
    background-color: #fd3535;
    border-color: #fd3535;
    transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
}

.enit-rd-title {
    color: #fd3535;
    margin-top: 0;
    font-weight: 700;
    font-size: 48px;
}

.enit-back-btn {
    margin: 10px 15px;
    width: 100%;
    cursor: pointer;
}

.mark, mark {
    padding: .3em;
    color: #fff;
    background-color: rgba(253, 53, 53, 0.8);
}


/********** End Main ****************/

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #313131;
    border-color: #313131;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #313131;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 3px 10px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #313131;
    text-decoration: none;
    background-color: #fff;
    border: none;
}

.tm-description a {
    text-decoration: underline;
}

.tm-description a:hover, .enit-product-action a:hover {
    color: #fd3535;
}


/********** Header ****************/

.top-bar {
    padding-top: 0px;
    padding-bottom: 0px;
    background: #010101;
    font-size: 12px;
    color: #fff;
    line-height: 35px;
}

.top-bar ul {
    float: right;
    margin-bottom: 0;
}

.top-bar ul li a {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}

.top-bar ul li a:hover {
    color: #fd3535;
}

.top-bar ul li a i {
    font-weight: 700;
    font-size: 14px;
}

.header-wrap {
    height: auto;
    background: #fff;
    padding-top: 27px;
    padding-bottom: 27px;
}

.enit-tel {
    display: inline-block;
    float: left;
}

.enit-tel a {
    color: #fd3535;
    font-size: 23px;
    font-weight: 500;
}

.enit-tel a:hover {
    color: #d32c2c;
}

.enit-shop-wrap {
    float: right;
    display: inline-block;
    margin-left: 20px;
}

.enit-shop-wrap:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.enit-shop-cart {
    line-height: 3px;
    padding: 10px 5px;
    display: inline-block;
    float: right;
    background: #fff;
    position: relative;
    z-index: 500;
}

.enit-cart-count {
    position: absolute;
    top: 2px;
    left: 25px;
    height: 18px;
    width: 18px;
    text-align: center;
    font-size: 9px;
    padding: 1px;
    background: #fd3535;
    color: #fff;
    border-radius: 50%;
}

.enit-cart-count-mobile {
    position: absolute;
    top: 2px;
    left: 25px;
    height: 18px;
    width: 18px;
    text-align: center;
    font-size: 9px;
    padding-top: 3px;
    background: #414141;
    color: #fff;
    border-radius: 50%;
}

.cart-collaterals .cart_totals h2 {
    margin-top: 0;
}

#cart h4 {
    font-size: 13px;
}

#cart .variation {
    font-weight: 300;
    font-size: 11px;
    padding-left: 10px;
    color: #616161;
}

#cart .variation dt {
    font-weight: 500;
}

#cart a:hover {
    color: #fd3535;
}

.enit-shop-cart-mobile {
    color: #fff;
}

.enit-icon-cart-mobile {
    background: #fff;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    margin-right: 5px;
    line-height: 34px;
    text-align: center;
    padding: 0px;
    display: inline-block;
    color: #fd3535;
}

.enit-icon-cart {
    background: #151515;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    margin-right: 5px;
    line-height: 34px;
    text-align: center;
    padding: 0px;
    display: inline-block;
    color: #fff;
}

.enit-shop-cart:hover {
    height: 105%;
}

.enit-header-right {
    margin-top: 15px;
}

.enit-before-shop-cart {
    margin-top: 13px;
    float: left;
}

.enit-search {
    width: 300px;
    margin-left: 15px;
    display: inline-block;
}

.form-control {
    border: 1px solid #222;
    border-radius: 0;
}

.enit-cart-text {
    display: inline-block;
    line-height: 12px;
    text-align: center;
}

.enit-icon-cart {
    background: #151515;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    margin-right: 5px;
    line-height: 34px;
    text-align: center;
    padding: 0px;
    display: inline-block;
    color: #fff;
}

.enit-content-cart {
    display: inline-block;
    line-height: 15px;
}

.enit-cart-btn-mobile {
    line-height: 30px;
    padding-left: 15px;
    border-left: 1px solid #fff;
    margin: 8px 0 8px 15px;
}

.enit-icon-cart-mobile {
    background: #fff;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    margin-right: 5px;
    line-height: 34px;
    font-size: 13px;
    text-align: center;
    padding: 0px;
    display: inline-block;
    color: #fd3535;
}

.tm-cart-edit-options {
    margin: 5px;
    background: #fd3535;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    padding: 2px 4px;
    display: inline-block;
    border: 1px solid #fd3535;
    transition: all 0.2s ease-out;
}

.tm-cart-edit-options:hover {
    background: transparent;
    color: #fd3535;
}

.enit-shop-text {
    border: 1px solid #151515;
    display: block;
    text-align: center;
    float: right;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 900;
}

.enit-shop-text span {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 300;
}

span.woocommerce-Price-currencySymbol {
    display: inline;
}

.enit-icon-cart i {
    display: inline-block;
    margin-left: -2px;
}

.enit-nav {
    background: #fd3535;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}

.enit-nav a:focus, a:hover {
    color: #fff;
    text-decoration: none;
}

.row .navbar-collapse {
    display: inline-block;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fd3535;
    background-color: #f5f5f5;
}

.enit-home-snippet-wrap a:hover, .enit-product-block a:hover, .enit-contact-top a:hover, .alert a:hover, .woocommerce a:hover, .enit-product-single-block .enit-back-btn:hover {
    color: #fd3535;
}

.enit-shipping {
    line-height: 50px;
    font-size: 13px;
}

.enit-shop-text .enit-shop-cart:hover, .enit-shop-text .enit-shop-cart:focus {
    color: #151515;
}

.enit-nav ul {
    /*margin-bottom:0;*/
    /*display:inline-block;*/
}

.enit-nav ul li {
    padding-right: 0px;
    padding-left: 0px;
    margin: 0;
}

.enit-nav ul.nav>li>a {
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
    display: inline-block;
    background: transparent;
}

.enit-nav ul.nav>li>a:first-child {
    border-left: 1px solid #fff;
}

.enit-nav .navbar-default .navbar-nav>li>a:focus, .enit-nav .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}

.icheckbox_square-red {
    margin-right: 5px;
}

.navbar {
    margin-bottom: 0px;
}

.enit-nav .navbar-default .navbar-nav>li>a:hover, .enit-nav .navbar-default .navbar-nav>.open>a, .enit-nav .navbar-default .navbar-nav>.open>a:focus, .enit-nav .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background: #d32c2c;
}

.enit-nav .nav .open>a, .enit-nav .nav .open>a:focus, .enit-nav .nav .open>a:hover {
    border-color: #fff;
}

.enit-hero-slider {
    height: auto;
    max-height: 275px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}


/*
	Temporary

.enit-btn-hero{
	position:absolute;
	left:30px;
	bottom:30px;
	z-index:1100;
	height:auto;
}
.enit-btn-hero-left{
	background:transparent;
	border:1px solid #000;
	color:#000;
	padding:0px 10px;
	display:inline-block;
	text-align:center;
	height: 50px;
    line-height: 50px;
    box-sizing:border-box;
    margin-right: -4px;
}
.enit-btn-hero-right{
	border:1px solid #000;
	background:#000;
	color:#fff;
	padding:0px 10px;
	display:inline-block;
	text-align:center;
	height: 50px;
    line-height: 50px;

}*/

.carousel-example-generic {
    height: 275px;
}

.carousel-inner>.item>img {
    width: 100%;
}


/********** End Header ****************/


/********** Home ****************/

.enit-home-snippet-wrap .col-md-3 {
    padding-left: 0;
}

.enit-home-snippet-wrap:first-child {
    padding-left: 15px;
}

.home-snippet {
    background: #fff;
    border-radius: 3px;
    width: 100%;
    display: inline-block;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    text-align: center;
    margin-bottom: 15px;
}

.home-snippet:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.home-snippet img {
    display: inline-block;
}

.home-snippet h3 {
    margin: 0;
    font-weight: 700;
    line-height: 25px;
    font-size: 15px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f6f6f6;
    text-transform: uppercase;
}


/********** End Home ****************/

.noUi-background {
    box-shadow: inset 0 1px 1px #f0f0f0;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    padding: 5px;
    font-size: 10px;
    text-align: center;
}

.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
    left: -20%;
    bottom: 32px;
}

.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
    left: -20%;
    bottom: 32px;
}

.noUi-handle {
    border: 1px solid #c50202;
    border-radius: 3px;
    background: #fd3535;
    cursor: default;
    box-shadow: inset 0 0 1px #fd3535, inset 0 1px 7px #d42020, 0 3px 6px -3px #d42020;
}

.range-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    font: 400 12px/12px Arial;
    border-radius: 3px;
    background: #fff;
    top: -30px;
    padding: 5px;
    left: -9px;
    text-align: center;
    min-width: 50px;
}


/********** Footer ****************/

.copyright {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #000;
    color: #fff;
    font-weight: 100;
    font-size: 12px;
}

.copyright a {
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
}

.copyright a:hover {
    opacity: 0.8;
}

.enit-newsletter {
    padding-top: 25px;
    padding-bottom: 0px;
    background: #0c0c0c;
    font-weight: 700;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
}

.enit-newsletter a {
    color: #fd3535;
}

.enit-footer-cat {
    margin-top: 20px;
}

.enit-footer-overlay {
    background-color: rgba(0, 0, 0, .8);
}

.enit-footer-col {
    padding-top: 25px;
    padding-bottom: 35px;
    color: #fff;
}

.enit-footer-col {
    font-weight: 300;
    padding-left: 0px;
    padding-right: 0px;
}

.enit-footer-col:first-child {
    padding-left: 0px;
    padding-right: 70px;
}

.enit-footer-col:last-child {
    padding-left: 70px;
    padding-right: 0px;
}

.enit-footer-col .open-hours {
    margin-left: 40px;
}

.enit-footer-col ul li a {
    color: #fff;
}

.enit-footer-col ul li a:hover {
    color: #fd3535;
}

.enit-footer-col h4 {
    border-bottom: 1px solid #fff;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 15px;
}

.follow-us li a {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    display: inline-block;
    padding: 7px 10px;
    text-align: center;
}

.follow-us li a:hover {
    background: #fff;
    border: 1px solid #fff;
}

.follow-us i {
    font-size: 14px;
    font-weight: 100;
}

footer {}


/********** End Footer ****************/

.enit-btn-cat {
    cursor: pointer;
    width: 320px;
    font-size: 21px;
}

.enit-btn-cat.active span {
    transform: rotate(45deg);
}

.enit-btn-cat span {
    display: inline-block;
    transition: all 0.3s ease-in-out;
    padding-left: 0px;
}

.enit-spmenu {
    background: #fd3535;
    position: relative;
}

.enit-spmenu {
    left: -100%;
    overflow-y: scroll;
}

.enit-spmenu a {
    display: block;
    color: #fff;
    font-size: 1.1em;
    font-weight: 300;
}

.enit-spmenu {
    width: 320px;
    z-index: 1000;
}

.enit-spmenu li.has-children ul {
    display: none;
}

.enit-spmenu li.active>a {
    background-color: #d32c2c;
}

.enit-spmenu-left.enit-spmenu-open {
    left: 0px;
}

.enit-spmenu, .enit-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.enit-outer {
    display: block;
    overflow: hidden;
    width: 320px;
    position: absolute;
    z-index: 200;
    top: 54px;
}

.enit-spmenu ul li>a>.fa {
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    opacity: 1;
}

.enit-spmenu ul li.open>a>.fa {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 1;
}

.enit-spmenu::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

.enit-spmenu::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

.enit-spmenu::-webkit-scrollbar-thumb {
    background: #bbb;
    border: 0px none #bbb;
    border-radius: 0px;
}

.enit-spmenu::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}

.enit-spmenu::-webkit-scrollbar-thumb:active {
    background: #aaa;
}

.enit-spmenu::-webkit-scrollbar-track {
    background: #f2f2f2;
    border: 0px none #f2f2f2;
    border-radius: 0px;
}

.enit-spmenu::-webkit-scrollbar-track:hover {
    background: #f2f2f2;
    border: 0px none #f2f2f2;
}

.enit-spmenu::-webkit-scrollbar-track:active {
    background: #d9d9d9;
}

.enit-spmenu::-webkit-scrollbar-corner {
    background: transparent;
}

#slider {
    margin-top: 9px;
}

.price-slider {
    margin-top: 9px;
}

.enit-showitem {
    margin-top: 15px;
    width: 100%;
    display: inline-block;
    font-size: 12px;
}

.enit-product-single-mh {
    max-height: 300px;
}

.enit-dd-btn {
    display: inline-block;
    padding: 8px;
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
}

.enit-product-thumbnail {
    position: relative;
    height: 130px;
    width: auto !important;
    overflow: hidden;
}

.enit-product-thumbnail img {
    width: auto;
    position: relative;
    max-height: 100%;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.product-thumbnails a {
    display: block;
    height: 100%;
}

.product-thumbnails ul li {
    border: 1px solid #ddd;
    padding: 5px;
    margin: 5px;
    height: 80px;
    min-height: 80px;
    line-height: 60px;
    vertical-align: middle;
}

.product-thumbnails img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    max-width: 80px;
}

.product-thumbnails ul li .btn i {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    min-width: 50px;
}

.product-photo-container .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.product-photo-container .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.enit-product-title {
    font-size: 15px;
    font-weight: 500;
    margin: 10px;
    text-align: center;
}

.enit-product-description {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px;
    font-weight: 300;
    margin: 10px;
}

.enit-product-price {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.enit-product-price span {
    font-size: 18px;
}

.enit-product-action {
    text-align: center;
}

.enit-product-wrap .enit-product-block .enit-product-action a:hover {
    color: #fff;
}

.enit-more-info {
    background: #818181;
    display: inline-block;
    padding: 6px 8px;
    color: #fff;
    border: 1px solid #818181;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 10px;
    margin-right: 5px;
    transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
}

.enit-more-info:hover {
    background: transparent;
    border: 1px solid #818181;
    color: #818181;
    transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
}

.enit-shop-text .dropdown-menu {
    min-width: auto;
    position: absolute;
    top: 55px;
    left: -560px;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 560px;
    padding: 0;
    margin: -1px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    border: 1px solid #000;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border-radius: 0px;
}

.enit-add-cart {
    background: transparent;
    border: 1px solid #fd3535;
    display: inline-block;
    padding: 6px 8px;
    color: #fd3535;
    text-transform: uppercase;
    font-size: 13px;
    transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
    margin-bottom: 15px;
}

.enit-add-cart:hover {
    background: #fd3535;
    border: 1px solid #fd3535;
    color: #fff;
    transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
}

.dropdown-menu {
    min-width: auto;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: -1px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border-radius: 0px;
}

.dropdown-menu li a {
    padding: 7px 10px;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: 0;
}

.gallery-title {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.gallery-item {
    margin-bottom: 30px;
}

.gallery-item:focus a, .gallery-item:active a, .gallery-item:hover a {
    color: #fd3535;
}

.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: #fd3535;
    background-color: #fff;
    border-color: #fd3535;
}

.btn-success {
    border-radius: 0;
    border: 1px solid #4cae4c;
    background: transparent;
    color: #4cae4c;
}

.btn-warning {
    border-radius: 0;
    border: 1px solid #f0ad4e;
    background: transparent;
    color: #f0ad4e;
}

.btn-danger {
    border-radius: 0;
}

.btn-info {
    border-radius: 0;
}

.alert-success {
    color: #3c763d;
    background-color: transparent;
    border: 1px solid #3c763d;
}

.alert-info {
    color: #31708f;
    background-color: transparent;
    border-color: #31708f;
}

.alert-info a {
    color: #31708f;
    text-decoration: underline;
}

.alert-info a:hover {
    color: #fd3535;
    text-decoration: none;
}

.alert-danger {
    color: #fd3535;
    background-color: transparent;
    border-color: #fd3535;
}

.enit-notification-coupon {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}

.enit-add-cart-success {
    font-size: 38px;
    color: #79a068;
    padding-right: 15px;
    border-right: 1px solid #3c763d;
    margin-right: 15px;
    text-align: center;
    display: inline-block;
}

.woocommerce .col-md-12 .btn-enit:focus, .woocommerce .col-md-12 .btn-enit:active {
    color: #d92f2f;
    text-decoration: none;
}

.nomargintop {
    margin-top: 0;
}

.enit-add-cart-notification {
    font-size: 38px;
    color: #31708f;
    padding-right: 15px;
    border-right: 1px solid #31708f;
    margin-right: 15px;
    text-align: center;
    display: inline-block;
}

.enit-add-cart-error {
    font-size: 38px;
    color: #fd3535;
    padding-right: 15px;
    border-right: 1px solid #fd3535;
    margin-right: 15px;
    text-align: center;
    display: inline-block;
}

.enit-add-cart-btn-success-section {
    display: inline-block;
}

.enit-add-cart-btn-success-section .btn-enit {
    background: #79a068;
    border: 1px solid #79a068;
}

.enit-add-cart-btn-success-section .btn-enit:hover {
    background: transparent;
    color: #79a068;
    border: 1px solid #79a068;
}

.coupon .btn-enit-notification {
    background: #31708f;
    border: 1px solid #31708f;
}

.coupon .btn-enit-notification:hover {
    background: transparent;
    border: 1px solid #31708f;
    color: #31708f;
}


/*
	Single product
*/

. .enit-product-wrap-single {
    margin-top: 48px;
    margin-left: 0px;
}

.enit-product-single-block {
    background: #fff;
    border-radius: 3px;
    display: inline-block;
    width: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    margin-bottom: 15px;
    margin-top: 30px;
}

.enit-step-number {
    font-size: 14px;
    font-weight: 300;
    padding-left: 20px;
    position: relative;
}

.enit-product-single-customization {
    counter-reset: customization;
}

.enit-step-number span {
    position: absolute;
    left: 0px;
    font-weight: 900;
    font-size: 15px;
}

.enit-customization-width .tm-epo-field-label {
    font-weight: 300;
    font-size: 15px;
}

.tm-epo-required {
    color: #fd3535;
}

.toggle-snippet {
    width: 80px;
    text-align: right;
}

.enit-product-single-price {
    font-size: 28px;
}

.alert-success .btn-enit {
    color: #fff;
    background-color: #3c763d;
    border: 1px solid #3c763d;
}

.alert-success .btn-enit:hover {
    color: #3c763d;
    background-color: transparent;
    border: 1px solid #3c763d;
}

.enit-product-single-title {
    font-size: 31px;
    font-weight: 700;
}

.enit-product-single-option {
    font-size: 16px;
    ;
    margin-top: 5px;
}

.enit-product-single-option span {
    margin-top: 0px;
    display: inline-block;
    font-weight: 300;
    font-size: 13px;
}

.tmcp-field-wrap span {
    font-weight: bold;
}

.enit-file-upload {
    height: 34px;
    font-size: 13px;
    display: block;
    font-weight: 300;
}

.enit-product-single-delivery {
    margin-top: 30px;
}

.enit-product-single-delivery .icon-delivery {
    font-size: 25px;
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
}

.enit-product-single-delivery .icon-delivery i {
    position: absolute;
    top: 0;
}

.additional-info {
    margin-top: 30px;
}

.additional-info h3 {
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.additional-info textarea {
    width: 100%;
    margin-bottom: 15px;
}

.enit-product-single-block .enit-product-action {
    margin-bottom: 15px;
}

.enit-related-wrap {
    background: #fff;
    border-radius: 3px;
    width: 100%;
    display: inline-block;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
}

.enit-product-single-delivery .text-delivery {
    display: inline-block;
    font-size: 12px;
    margin-left: 5px;
}

.enit-product-single-delivery .follow-us li a {
    background: #dedede;
    border: 1px solid #fff;
    height: 36px;
    border-radius: 0;
    width: 36px;
    display: inline-block;
    padding: 7px 10px;
    text-align: center;
}

.enit-product-single-delivery .follow-us li a:hover {
    background: #fd3535;
    color: #fff;
}

.enit-question {
    height: 20px;
    width: 20px;
    float: right;
    border-radius: 50%;
    background: #313131;
    color: #fff;
    text-align: center;
}

.enit-question i {
    color: #fff;
    font-size: 15px;
    padding: 0px;
    margin-left: -2px;
}

.enit-format {
    font-family: 'Roboto';
    font-style: italic;
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.enit-list-color li {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

.enit-customization-block {
    margin-bottom: 15px;
}

.enit-product-single-description {
    font-size: 13px;
    font-weight: 300px;
    position: relative;
}

.shortcontent {
    position: relative;
    min-height: 85px;
}

.enit-product-single-description .shortcontent:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 50px;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 90%, rgba(255, 255, 255, 1) 91%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(90%, rgba(255, 255, 255, 0.99)), color-stop(91%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 90%, rgba(255, 255, 255, 1) 91%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 90%, rgba(255, 255, 255, 1) 91%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 90%, rgba(255, 255, 255, 1) 91%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 90%, rgba(255, 255, 255, 1) 91%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

.enit-product-single-customization {
    width: 100%;
    display: inline-block;
    position: relative;
}

.enit-product-single-customization:before {
    content: '';
    position: absolute;
    width: 3px;
    background: #bababa;
    top: 50px;
    left: 50%;
    margin-top: 30px;
    margin-bottom: -100px;
    margin-left: -3px;
    height: 77%;
    z-index: 200;
}

.enit-customization-btn-options {
    display: inline-block;
    padding: 6px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fefefe;
    border-radius: 0px;
}

.enit-product-single-customization h3 {
    text-align: center;
}

.enit-product-single-customization .enit-product-single-option {
    padding-left: 20px;
}

.enit-product-single-option ul {
    margin-left: 0;
}

.enit-color-picker {
    width: 85px;
    height: 34px;
    display: inline-block;
}

.enit-color-picker:hover {
    opacity: 0.7
}

.enit-customization-width {
    width: 100%;
    max-width: 460px;
}

.quantity {
    float: left;
    display: inline-block;
}

.input-count {
    padding-left: 0;
}

.input-count .quantity input {
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 2px;
    height: 30px;
    max-width: 50px;
    height: 34px;
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
}


/*
	End Single Product
*/


/* Start Contact page */

.enit-contact-wrap {
    margin-top: -170px;
    background: #fff;
    border-radius: 3px;
    display: inline-block;
    width: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.enit-contact-page-form {
    background: #fd3535;
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
    float: left;
    width: 100%;
    color: #fff;
    margin-bottom: 30px;
}

.enit-contact-page-form .panel-heading {
    padding: 0;
}

.enit-contact-page-form .panel-heading .enit-contact2-title {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 24px;
    transition: all 0.4s cubic-bezier(.25, .8, .25, 1);
}

.enit-contact-page-form .panel-heading .enit-contact2-title:hover {
    box-shadow: none;
    opacity: 0.5;
}

.overlay-gmap {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fd3535+26,151515+99&0+29,1+100 */
    background: -moz-radial-gradient(center, ellipse cover, rgba(253, 53, 53, 0) 26%, rgba(243, 52, 52, 0) 29%, rgba(21, 21, 21, 0.99) 99%, rgba(21, 21, 21, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(253, 53, 53, 0) 26%, rgba(243, 52, 52, 0) 29%, rgba(21, 21, 21, 0.99) 99%, rgba(21, 21, 21, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(253, 53, 53, 0) 26%, rgba(243, 52, 52, 0) 29%, rgba(21, 21, 21, 0.99) 99%, rgba(21, 21, 21, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00fd3535', endColorstr='#151515', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 500;
    z-index: 800;
}

.enit-contact-top {
    background: rgba(255, 255, 255, 1);
    z-index: 1000;
    text-align: center;
    width: 100%;
    display: inline-block;
    position: relative;
}

.enit-contact-top h2 {
    text-transform: uppercase;
    font-size: 32px;
}

.enit-contact2-title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.enit-chevron {
    position: absolute;
    top: 20px;
    right: 35px;
    font-weight: 700;
}

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

.enit-contact-enquiry .gform_wrapper .gform_footer .gform_button {
    background: #fff;
    border: none;
    text-transform: uppercase;
    color: #fd3535;
    padding: 5px 10px;
    border-bottom: 3px solid #df2f2f;
    transform: all 0.3s ease-in;
}

.enit-contact-enquiry .gform_wrapper .gform_footer .gform_button:focus, .enit-contact-enquiry .gform_wrapper .gform_footer .gform_button:active, .enit-contact-enquiry .gform_wrapper .gform_footer .gform_button:hover {
    transition translateY(3px);
    border-top: 3px solid #fd3535;
    border-bottom: 0px solid #df2f2f;
}

.enit-contact-mail .gform_wrapper .gform_footer .gform_button {
    background: #fd3535;
    border: none;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 10px;
    border-bottom: 3px solid #df2f2f;
}

.enit-contact-mail .gform_wrapper .gform_footer .gform_button:focus, .enit-contact-mail .gform_wrapper .gform_footer .gform_button:active, .enit-contact-mail .gform_wrapper .gform_footer .gform_button:hover {
    transition translateY(3px);
    border-top: 3px solid #f5f5f5;
    border-bottom: 0px solid #df2f2f;
}

.enit-contact-enquiry .gform_wrapper .gfield_error {
    background: #fff;
}

.enit-contact-mail {
    height: auto;
    background: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 20px;
}

.gform_button button {}


/* End Contact Page*/

.enit-outer .enit-spmenu {
    background: #f5f5f5;
    position: relative;
    color: #151515;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.enit-spmenu ul li a {
    border-bottom: 1px solid #ccc;
    color: #818181;
    font-weight: 500;
}

.enit-spmenu ul li a:hover {
    color: #fff;
}

.enit-spmenu a:hover {
    background: #4f4f4f;
}

.enit-spmenu a:active {
    background: #fd3535;
    color: #fff;
    text-decoration: none;
}

.enit-spmenu ul li ul li a {
    font-weight: 300;
    font-size: 1em;
}

.enit-spmenu li.has-children ul {
    padding-left: 0px;
}

.enit-spmenu li.has-children ul li a {
    padding-left: 45px;
}

.enit-spmenu li.has-children ul li ul li a {
    padding-left: 75px;
}

.enit-spmenu li.active>a {
    background-color: #fd3535;
    color: #fff;
}

.enit-product-wrap {
    margin-left: 0px;
}

.enit-product-action .enit-add-cart:hover {
    color: #fff;
}

.enit-product-wrap .col-md-3 {
    padding-left: 0;
}

.enit-product-wrap:first-child {
    padding-left: 15px;
}

.enit-product-block {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: all 0.4s cubic-bezier(.25, .8, .25, 1);
    background: #fff;
    border-radius: 3px;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}

.enit-product-block:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.enit-product-badge {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 7px;
    background: #151515;
    color: #fff;
    line-height: 25px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.6em;
    text-align: center;
    z-index: 100;
}
.enit-product-badge.w-sale {
  left:35px;
}

.enit-product-badge-red {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 7px;
    background: #fd3535;
    color: #fff;
    line-height: 25px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.6em;
    text-align: center;
    z-index: 100;
}

.enit-product-wrap .col-md-3 a:hover {
    color: #151515;
}


/********** End Product ****************/


/********** Faq ****************/

.enit-faq-top {
    height: auto;
    width: 100%;
    background: #fd3535;
    color: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 2px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.enit-faq-top h1 {
    margin-top: 0;
    line-height: 30px;
    margin-bottom: 0;
}

.enit-faq-top h1 span {
    font-size: 18px;
    font-weight: 300;
}

.enit-faq-wrap {
    margin-left: 0px;
    margin-bottom: 40px;
}

.enit-faq-block {
    margin-top: 15px;
    padding-left: 0;
}

.panel-title span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
}

.enit-panel-title {
    font-size: 15px;
    text-align: left;
    margin-top: 0px;
    color: #fd3535;
    margin-bottom: 15px;
    padding-left: 24px;
}

.enit-panel-title:before {
    content: 'A';
    position: absolute;
    left: 15px;
    text-align: center;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fd3535;
    color: #fff;
    line-height: 19px;
    font-size: 12px;
}

.enit-faq-block p {
    font-weight: 300;
}

.panel-default {
    background: #fff;
    border: 1px solid #ebebeb;
    color: #666;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.panel-default>.panel-heading {
    background-color: #fbfbfb;
    border-top: none;
    color: #666;
    cursor: pointer;
    height: auto;
    border-radius: 2px;
    font-size: 16px;
}

.enit-faq-block .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
    padding: 15px 20px;
}

.enit-faq-block .panel-heading {
    padding: 0;
}

span.enit-panel-title-collapse {
    width: 85%;
    max-width: 100%;
    display: inline-block;
}


/********** End Faq ****************/


/********** About us ****************/

.enit-woocommerce-aboutus-wrap {}

.enit-woocommerce-aboutus-wrap h3 {
    margin-top: 30px;
    margin-bottom: 0;
}

.mobile-about {
    display: inline-block;
    min-height: 280px;
    width: 100%;
}

.mobile-about .circle-1 {
    border-radius: 50%;
    background: #fff;
    border: 5px solid #fff;
    height: 160px;
    width: 160px;
    position: absolute;
    top: 65px;
    left: 20%;
    overflow: hidden;
}

.mobile-about .circle-2 {
    border-radius: 50%;
    background: #fff;
    border: 5px solid #fff;
    height: 250px;
    width: 250px;
    position: absolute;
    top: 20px;
    left: 35%;
    overflow: hidden;
}

.mobile-about .circle-3 {
    border-radius: 50%;
    background: #fff;
    border: 5px solid #fff;
    height: 145px;
    width: 145px;
    position: absolute;
    top: 60px;
    left: 60%;
    overflow: hidden;
}

.circle-1 {
    border-radius: 50%;
    background: #fff;
    border: 5px solid #fff;
    height: 160px;
    width: 160px;
    position: absolute;
    top: 15px;
    right: 160px;
    overflow: hidden;
}

.circle-2 {
    border-radius: 50%;
    background: #fff;
    border: 5px solid #fff;
    height: 250px;
    width: 250px;
    position: absolute;
    top: 130px;
    right: 30px;
    overflow: hidden;
}

.circle-3 {
    border-radius: 50%;
    background: #fff;
    border: 5px solid #fff;
    height: 145px;
    width: 145px;
    position: absolute;
    top: 310px;
    right: 130px;
    overflow: hidden;
}

.circle-mobile {
    border-radius: 50%;
    background: transparent;
    border: 5px solid #fff;
    height: 245px;
    width: 245px;
    overflow: hidden;
    margin: 10px auto;
}

input[type=button], input[type=reset], input[type=submit] {
    background: #fd3535;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    border: 1px solid #fd3535;
    transition: all 0.2s ease-out;
}

input[type="email" i], input[type="number" i], input[type="password" i], input[type="tel" i], input[type="url" i], input[type="text" i] {
    height: 34px;
}

.ginput_container_email input[type="email" i], input[type="number" i], input[type="password" i], input[type="tel" i], input[type="url" i], input[type="text" i] {
    width: 100%;
}

.gfield_required {
    color: #fd3535;
}

input:hover[type=button], input:hover[type=reset], input:hover[type=submit] {
    background: transparent;
    color: #fd3535;
    text-transform: uppercase;
    padding: 5px 10px;
    border: 1px solid #fd3535;
}

.choose-it {
    background: #fd3535;
    color: #fff;
    width: 100%;
    display: inline-block;
    padding: 10px 30px;
    font-size: 44px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border-radius: 2px;
    margin-top: 30px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.choose-it-1 {
    text-align: right;
}

.choose-it-2 {
    text-align: left;
}

.choose-it-special {
    color: #992221;
}

.choose-it-light {
    font-weight: 300;
}


/********** End About Us ****************/


/********** My account ****************/

.enit-woocommerce-myaccount-wrap {
    background: #fff;
    margin-top: 15px;
    border-radius: 2px;
    padding: 0px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    display: inline-block;
    width: 100%;
}

.fc-title-top {
    display: inline-block;
}

.enit-woocommerce-myaccount-wrap-pad-subscribe {
    background: #fff;
    margin-top: 15px;
    border-radius: 2px;
    padding: 0px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    display: inline-block;
    width: 100%;
    height: auto;
    color: #151515;
}

.enit-woocommerce-myaccount-wrap-pad-subscribe header {
    background: #fd3535;
    padding: 20px;
    display: inline-block;
    float: left;
    width: 100%;
    position: relative;
    color: #fff;
}

.enit-woocommerce-myaccount-wrap-pad-subscribe header .edit {
    color: #fff;
}

.enit-woocommerce-myaccount-wrap-pad-subscribe header .edit:hover {
    color: #fff;
}

.enit-woocommerce-myaccount-wrap-pad-subscribe table {
    padding: 15px;
    display: inline-block;
    margin-bottom: 0;
}

.enit-woocommerce-myaccount-wrap-pad-subscribe h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.enit-woocommerce-myaccount-wrap-pad-subscribe .infusion_optinbox {
    display: inline-block;
    padding: 10px;
    color: #151515;
}

.infusion_optinbox .text {
    margin-bottom: 0;
}

.btn-my-account-contact {
    border-radius: 2px;
    background: #fd3535;
    padding: 5px 10px;
    border: none;
    color: #fff;
    text-align: center;
}

.enit-woocommerce-myaccount-nav-icon {
    text-align: center;
}

.enit-woocommerce-myaccount-nav-icon i {
    display: inline-block;
    font-size: 20px;
}

.enit-woocommerce-myaccount-wrap-pad h2, .enit-woocommerce-myaccount-wrap h2, .enit-woocommerce-myaccount-wrap-pad h3 {
    margin-top: 0;
}

.enit-woocommerce-myaccount-wrap-pad {
    background: #fff;
    margin-top: 15px;
    border-radius: 2px;
    padding: 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    display: inline-block;
    width: 100%;
}

.enit-woocommerce-checkout-wrap-pad {
    background: #fff;
    margin-top: 15px;
    border-radius: 2px;
    padding: 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    display: inline-block;
    width: 100%;
}

.enit-woocommerce-checkout-wrap-pad h3 {
    margin-top: 0;
}

.enit-woocommerce-myaccount-register-block {
    background: #fff;
    margin-top: 15px;
    border-radius: 2px;
    padding: 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    display: inline-block;
    width: 100%;
}

.enit-woocommerce-myaccount-block {
    border: 1px solid #ebebeb;
    margin-bottom: 15px;
}

.enit-woocommerce-myaccount-block header {
    background: #f5f5f5;
    padding: 10px;
    color: #4F4F4F;
}

.enit-woocommerce-myaccount-block h3 {
    display: inline-block;
    margin: 0;
}

.enit-woocommerce-myaccount-block address {
    padding: 10px;
}

.enit-woocommerce-edit-address {
    float: right;
    display: inline-block;
}

.enit-woocommerce-register-title {
    padding-bottom: 0px;
}

.enit-woocommerce-register-form {
    color: #606060;
}

.enit-woocommerce-myaccount-nav {
    margin-top: 15px;
    background: #f1f1f1;
    padding: 20px 10px;
    color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border-radius: 2px;
    text-align: center;
}

.enit-my-account-signout {
    font-size: 12px;
}

.enit-woocommerce-myaccount-nav ul {
    margin-bottom: 0;
}

.enit-woocommerce-myaccount-nav ul li a {
    color: #4f4f4f;
    padding: 10px 15px;
    display: inline-block;
    margin: 7px 15px;
    font-size: 13px;
    font-weight: 500;
    width: 130px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #EBEBEB;
    border-bottom: 2px solid #fd3535;
}

.my_account_orders>thead>tr>th, .my_account_orders>tbody>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
}

.enit-woocommerce-myaccount-nav ul li a:hover {
    color: #fff;
    border-radius: 2px;
    background: #fd3535;
}

.navbar-default {
    background-color: transparent;
    border: none;
    color: #fff;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}


/********** End My Account ****************/


/********** Testimonials ****************/

.enit-testi-wrap {
    background: #fff;
    border-radius: 3px;
    width: 100%;
    display: inline-block;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
}

.enit-testi-title {
    padding-left: 55px;
    line-height: 45px;
    font-size: 18px;
    margin-top: 15px;
}

.enit-testi-title:before {
    content: '';
    position: absolute;
    height: 35px;
    width: 45px;
    background: url(assets/img/speech-bubble.jpg);
    left: 15px;
}

.enit-testi-description {
    font-size: 14px;
    font-weight: 300;
    text-align;
    justify;
    margin-bottom: 15px;
}


/********** End Testimonials ****************/

.upsell-pop h2 {
    color: #fff;
    padding: 0 15px;
}

.upsell-pop {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: rgba(51, 51, 51, 0.95);
    z-index: 100000;
}

.upsell-close {
    position: absolute;
    top: 15px;
    right: 50px;
    font-weight: bold;
}

.upsell-cont {
    width: 100%;
    margin: 0 auto;
    margin-top: 25px;
}


/********** Filter ****************/

.enit-dd-btn-filter-style {
    display: inline-block;
    padding: 8px;
    margin-top: 9px;
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fefefe;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
}

.enit-dd-btn-filter-style i {
    color: #d32c2c;
}

.enit-filter {
    height: auto;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.enit-btn-cat {}

.enit-btn-cat.active span {
    transform: rotate(45deg);
}

.enit-btn-cat span {
    display: inline-block;
    transition: all 0.3s ease-in-out;
    padding-left: 0px;
}

.enit-spmenu a {
    padding: 0.7em;
}

.enit-btn-cat {
    cursor: pointer;
    width: 320px;
    font-size: 21px;
    background: #151515;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 0px 20px;
    line-height: 55px;
    text-align: left;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.enit-btn-cat span {
    font-size: 21px;
}

.object-fit_cover {
    object-fit: cover
}


/********** End Filter ****************/

@media (min-width: 1200px) {
    .mobile-about .circle-1 {
        left: 24%;
    }
    .mobile-about .circle-3 {
        left: 54%;
    }
}

@media (max-width: 991px) {
    .main-logo {
        text-align: center;
    }
    .main-logo a img {
        display: inline-block;
    }
    .enit-contact-page-form .col-md-6:first-child {
        margin-bottom: 15px;
    }
    .carousel-inner {
        position: relative;
        overflow: hidden;
        width: 100%;
    }
    .enit-dd-btn-filter-style {
        margin-bottom: 10px;
    }
    .carousel-home>.carousel-inner>.item>a>img {
        height: 250px;
    }
    .carousel-inner>.item>a>img {}
    .enit-newsletter form .gform_footer {
        display: block;
        margin-left: 0px;
        float: none;
    }
    #gform_wrapper_4 {
        width: 100%;
    }
    #gform_wrapper_4 form .gform_footer {
        text-align: center;
    }
    .enit-newsletter form .gform_body {
        display: block;
    }
    .enit-woocommerce-myaccount-nav ul li a {
        font-size: 10px;
        margin-left: 0;
    }
    .enit-newsletter form .gform_footer {
        display: block;
        margin-left: 0px;
        margin-bottom: 15px;
    }
    .enit-header-right {
        width: 100%;
    }
    .enit-before-shop-cart {
        width: 100%;
    }
    .enit-btn-cat {
        cursor: pointer;
        width: 100%;
    }
    .enit-tel {
        display: block;
        text-align: center;
        width: 50%;
        float: left;
        margin-bottom: 10px;
    }
    .enit-outer {
        width: 100%;
    }
    .enit-spmenu {
        width: 100%;
        z-index: 1000;
    }
    .enit-spmenu a {
        padding: 1em;
    }
    .enit-search {
        margin-left: 0;
        margin-bottom: 10px;
    }
    .price-slider {
        margin-top: 35px;
    }
    .price-slider #slider {
        margin-bottom: 20px;
    }
    .enit-footer-col {
        padding-top: 0px;
        padding-bottom: 25px;
        color: #fff;
    }
    .enit-footer-col:first-child {
        padding-left: 0px;
        padding-right: 0px;
    }
    .enit-footer-col:last-child {
        padding-left: 0px;
        padding-right: 0px;
    }
    .choose-it-1 {
        text-align: center;
    }
    .choose-it-2 {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .navbar-header {
        display: inline-block;
    }
    .enit-nav-mobile-wrap {
        margin-left: -15px;
        margin-right: -15px;
    }
    .enit-nav ul li a {
        border: none;
    }
    .enit-shop-cart-mobile:hover {
        color: #fff;
    }
    .navbar-default .navbar-toggle {
        border-color: #fff;
    }
    .navbar-default .navbar-collapse {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #d32c2c;
    }
    #menu-menu-1 {
        background: #ebebeb;
        width: 100%;
        color: #151515;
        padding: 10px;
    }
    .enit-nav .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }
    .enit-nav ul.nav {
        line-height: normal;
        margin-bottom: 0;
        display: inline-block;
    }
    .enit-nav .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: normal;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 0px;
    }
    .enit-nav .navbar-nav {
        margin: 0;
    }
    .enit-nav .navbar-default .navbar-nav>li>a {
        color: #818181;
        width: 100%;
        background: #fff;
        border-bottom: 3px solid #d32c2c;
    }
    .enit-nav .navbar-default .navbar-nav>li>a:hover {
        color: #fff;
        width: 100%;
        background: #d32c2c;
    }
    .enit-nav .navbar-default .navbar-nav>li {
        cursor: pointer;
        padding: 0px 30px 10px 30px;
        text-align: center;
    }
    .enit-nav .navbar-default .navbar-nav>li:last {
        cursor: pointer;
        padding: 0px 30px 0px 30px;
        text-align: center;
    }
    .navbar-default .navbar-nav>li>a:hover {
        color: #fff;
    }
    .enit-tel {
        display: block;
        text-align: center;
        width: 100%;
        float: left;
        margin-bottom: 15px;
    }
    .enit-search {
        width: auto;
        margin-bottom: 10px;
    }
    .enit-woocommerce-myaccount-nav ul li a {
        margin-right: 0px;
        width: 110px;
    }
    .enit-shop-cart-mobile {}
    .pull-right>.dropdown-menu {
        left: inherit;
        right: 10px;
    }
    .mobile-about .circle-2 {
        text-align;
        center;
        position: inherit;
    }
    .enit-woocommerce-myaccount-wrap-pad-subscribe header {
        width: 100%;
        text-align: center;
    }
    .enit-woocommerce-myaccount-wrap-pad-subscribe h3 {
        text-align: center;
    }
    .enit-woocommerce-myaccount-wrap-pad-subscribe {
        height: auto;
    }
    .enit-woocommerce-myaccount-wrap-pad-subscribe .infusion_optinbox {
        margin-top: 15px;
    }
    .enit-woocommerce-myaccount-wrap-pad-subscribe header {
        margin-bottom: 22px;
    }
    .enit-woocommerce-myaccount-wrap-pad-subscribe header:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 100px 0 100px;
        border-color: #fd3535 transparent transparent transparent;
        bottom: 0px;
        margin-left: -100px;
        content: '';
        left: 50%;
        top: 66px;
        position: absolute;
    }
    .mobile-about .circle-2 img {
        display: inline-block;
    }
    .enit-product-single-customization:before {
        display: none;
    }
}

@media (max-width: 420px) {
    .navbar-default .navbar-nav>li {
        cursor: pointer;
        padding: 10px 5px;
        text-align: center;
    }
    .my_account_orders tbody .order td {}
    .enit-woocommerce-myaccount-block h3 {
        font-size: 21px;
    }
    .cart_item .variation {
        display: none;
    }
    .cart_item .product-thumbnail {
        display: none;
    }
}
