<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400|Roboto:300,400,500');

/************========Hind Fonts===========***********/

@font-face {
    font-family: 'Hind-Regular';
    src: url('../fonts/hind/regular/Hind-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/hind/regular/Hind-Regular.woff') format('woff'), url('../fonts/hind/regular/Hind-Regular.ttf') format('truetype'), url('../fonts/hind/regular/Hind-Regular.svg#Hind-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Hind-Light';
    src: url('../fonts/hind/light/Hind-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/hind/light/Hind-Light.woff') format('woff'), url('../fonts/hind/light/Hind-Light.ttf') format('truetype'), url('../fonts/hind/light/Hind-Light.svg#Hind-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Hind-Medium';
    src: url('../fonts/hind/medium/Hind-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/hind/medium/Hind-Medium.woff') format('woff'), url('../fonts/hind/medium/Hind-Medium.ttf') format('truetype'), url('../fonts/hind/medium/Hind-Medium.svg#Hind-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Hind-Semibold';
    src: url('../fonts/hind/semi-bold/Hind-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/hind/semi-bold/Hind-Semibold.woff') format('woff'), url('../fonts/hind/semi-bold/Hind-Semibold.ttf') format('truetype'), url('../fonts/hind/semi-bold/Hind-Semibold.svg#Hind-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Hind-Bold';
    src: url('../fonts/hind/bold/Hind-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/hind/bold/Hind-Bold.woff') format('woff'), url('../fonts/hind/bold/Hind-Bold.ttf') format('truetype'), url('../fonts/hind/bold/Hind-Bold.svg#Hind-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/************========Hind Fonts===========***********/

@font-face {
    font-family: "new-icon";
    src: url("../fonts/svg/new-icon.eot");
    src: url("../fonts/svg/new-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/svg/new-icon.woff") format("woff"), url("../fonts/svg/new-icon.ttf") format("truetype"), url("../fonts/svg/new-icon.svg#new-icon") format("svg");
    font-weight: normal;
    font-style: normal;
}


/*****************RALEWAY FONTS*********************/

@font-face {
    font-family: 'Raleway-Medium';
    src: url('../fonts/raleway/medium/Raleway-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway/medium/Raleway-Medium.woff') format('woff'), url('../fonts/raleway/medium/Raleway-Medium.ttf') format('truetype'), url('../fonts/raleway/medium/Raleway-Medium.svg#Raleway-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}med


/*****************RALEWAY FONTS*********************/

html {
    height: 100%;
}

body {
    font-family: 'Hind-Regular';
    font-smooth: auto;
    margin: 0;
    min-height: 100%;
    padding: 0;
    position: relative;
}

*::focus {
    outline: 0 none;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

li a,
a:hover,
a:focus {
    color: #272727;
    text-decoration: none;
}

p {
    /*color:#2e2e2e;	*/
}

p a {
    /*color:#d15301;*/
}

p a:hover {
    /*color:#b4b4b4;*/
}

img {
    max-width: 100%;
}

textarea {
    resize: none;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0 none !important;
}

.btn:focus,
a::focus {
    outline: 0 none;
}

.clr {
    clear: both;
    height: 0;
    border: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: 0 none !important;
    outline-offset: -2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

.right-section::after,
.right-section::before {
    content: '';
    clear: both;
    display: table;
}

input,
textarea {
    -webkit-appearance: none;
}

.website-header .logo {
    float: left;
}

.right-section {
    float: right;
    padding-top: 25px;
}

.right-section div {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.right-section .search-block {
    margin: 4px 0 0;
    position: relative;
}

.right-section .search-block .form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #bcbcbc;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 13px;
    line-height: 2.52857143;
    padding-right: 28px;
    padding-top: 8px;
    text-transform: uppercase;
}

.right-section .search-block .form-control:focus {
    border: 1px solid #9b9b9b;
}

.search-block button {
    background-color: transparent;
    border: 0 none;
    color: #b6b6b6;
    font-size: 12px;
    height: 34px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 32px;
}

.navbar-brand.mobile-logo {
    display: none;
}
.grecaptcha-badge {
    display: none !important;
}

/***********placeholder***************/

.right-section .search-block .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #727272;
}

.right-section .search-block .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #727272;
}

.right-section .search-block .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #727272;
}

.right-section .search-block .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #727272;
}


/**********************PLACEHOLDER CLOSE***************/

.contact-number span {
    font-weight: 500;
    margin-right: 5px;
}

.contact-number {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
}

.contact-number a {
    color: #6e6e6e;
}

.contact-number a:hover {
    color: #9d3d00;
}

header.website-header {
    padding: 15px 0 20px;
    margin: 0 0 50px;
}

nav.main-navigation {
    background-color: #2b6d73;
    border-radius: 0;
    border-bottom: 1px solid #e8e8e8;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 1px solid #e8e8e8;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 148px;
}

.main-navigation.header.stick {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid #fff;
    position: inherit;
    top: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

nav.main-navigation .navbar-collapse {
    padding: 0;
}

nav.main-navigation .navbar-collapse ul li {
    padding: 0 15px;
}

nav.main-navigation .navbar-collapse ul li:first-child {
    padding-left: 0;
}

nav.main-navigation .navbar-collapse ul li:first-child a {
    padding-left: 0;
}

nav.main-navigation .navbar-collapse ul li a {
    color: #333333;
    font-family: 'Hind-Medium';
    padding-top: 18px;
    padding-bottom: 12px;
}

nav.main-navigation .navbar-collapse ul li:hover a,
nav.main-navigation .navbar-collapse ul li.current-menu-item a {
    color: #9d3d00;
}

section.main-carousel {
    /*background-image:url(../images/carousel-bg.jpg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    padding: 0;
    z-index: 22;
}

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

section.main-carousel .item .container {
    display: table;
}

section.main-carousel .item .container .row {
    display: table-row;
}

section.main-carousel .item .container .row .col-xs-12 {
    display: table-cell;
    float: none;
    height: 410px;
    vertical-align: middle;
}

section.main-carousel .item .container .row .col-xs-12.carousel-content {
    padding-left: 220px;
}

.Containerwrap.Innerpageswrap.clear ul li {
    margin: 20px 0;
    display: block;
    padding-left: 15px;
    position: relative;
}

.Containerwrap.Innerpageswrap.clear h3 {
    color: #010101;
    font-family: 'Hind-Medium';
    font-size: 20px;
    margin: 20px 0 10px;
}

.Containerwrap.Innerpageswrap.clear ul li:before {
    content: '';
    height: 7px;
    width: 7px;
    background-color: #999;
    position: absolute;
    left: 0;
    border-radius: 100%;
    top: 4px;
}

.carousel-content h2 {
    color: #fff;
    font-family: "Raleway-Medium";
    font-size: 50px;
    margin-top: 0;
    text-transform: uppercase;
}

.btn.btn-default.btn-view-all {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 0;
    color: #fff;
    font-family: 'Hind-Bold';
    font-size: 14px;
    margin-top: 18px;
    padding: 10px 30px 6px;
    text-transform: uppercase;
}

.btn.btn-default.btn-view-all:hover {
    background-color: #fff;
    color: #333;
}

.product-img img {
    display: block;
    max-width: 100%;
    max-height: 230px;
    margin: 0 auto;
}

section.main-carousel .carousel-control {
    background-image: none;
    bottom: auto;
    height: 50px;
    margin-top: -80px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 55%;
    width: 30px;
}

section.main-carousel .left.carousel-control .glyphicon-chevron-left::before {
    content: 'b';
    font-family: "new-icon";
}

section.main-carousel .right.carousel-control .glyphicon-chevron-right::before {
    content: 'a';
    font-family: "new-icon";
}

section.main-carousel .carousel-control:hover {
    color: #ddd;
}

section.main-carousel .carousel-control span.glyphicon {
    font-size: 50px;
    margin: 0;
    text-shadow: none;
    width: auto;
}

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

.product-block {
    padding-top: 35px;
    text-align: center;
}

.product-block p {
    color: #3c3c3c;
    font-family: "Hind-Medium";
    font-size: 14px;
    margin: 20px 0 0;
}

.wpcf7-form div[id*="custtt_size"] {
   width: 15%;
   padding: 10px 10px 0 0;
   min-width: 90px;
   margin-left: 3%;
}
.wpcf7-form div[id*="custtt_size"] label {font-weight:normal;margin: 0 0 2px;}
.wpcf7-form div[id*="custtt_size"] input[type="text"] { width:100%}


.product-block-top-pick {
    border: 1px solid #d6d6d6;
    display: inline-block;
    padding: 20px 20px 30px;
    position: relative;
    text-align: center;
}

.product-block-top-pick&gt;h3 {
    color: #000;
    font-family: "Hind-Light";
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
}

.product-block-top-pick a {
    background-color: #fff;
    bottom: 0;
    position: absolute;
}

.making-connections {
    padding: 40px 0;
}

.making-connection-content {
    padding: 32px 0 90px;
    text-align: center;
}

.making-connections h3 {
    color: #2b6d73;
    font-family: "Hind-Light";
    font-size: 32px;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.making-connection-content&gt;p {
    color: #6e6e6e;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 35px;
}

.product-block-top-pick a {
    background-color: #fff;
    bottom: -8px;
    color: #993600;
    font-family: "Hind-Medium";
    font-size: 14px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    width: 120px;
}

.product-block-top-pick a:hover {
    color: #d34a00;
}
input[type=checkbox]{
	-webkit-appearance: checkbox;
}

/* 
 *  Core Owl Carousel CSS File
 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}


/* No Js */

.no-js .owl-carousel {
    display: block;
}

.owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.owl-controls .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.grid-carousel .owl-item img .carousel-block img {
    width: 80%;
}

.grid-carousel {
    display: none !important;
    margin: 120px 0 20px;
    text-align: center;
}

.carousel-block p {
    color: #1a1a1a;
    font-family: 'Hind-Light';
    font-size: 20px;
}

.wrap-img {
    height: 225px;
    padding-top: 10px;
}

.owl-nav div {
    background-color: transparent !important;
    font-size: 0 !important;
    margin: -15px 0 0 !important;
    position: absolute;
    top: 50%;
    height: 40px;
    width: 30px;
}

.owl-nav div.owl-prev {
    background-image: url(../images/dots-prev.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    left: -30px;
}

.owl-nav div.owl-next {
    background-image: url(../images/dots-next.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    right: -30px;
}

.grid-carousel .owl-item img {
    display: inline-block;
    max-height: 100%;
    width: 88%;
}

.carousel-block {
    padding: 0 18px;
}

.website-footer {
    background-color: #494949;
    bottom: 0;
    left: 0;
    padding-top: 50px;
    position: static;
    right: 0;
    text-align: center;
}

.footer-nav ul li {
    display: inline-block;
    vertical-align: top;
}

.footer-nav ul li::before {
    content: "/";
    margin-right: 10px;
}

/*.footer-nav ul li:nth-child(10)::before {
    content: "";
}
*/
.footer-nav ul li:first-child::before {
  /*  content: '';*/display:none;
}

.footer-nav ul li a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}

.footer-nav ul li {
    color: #7f7f7f;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 20px;
    padding: 0 5px;
}

.footer-nav {
    padding: 0 147px;
}

.footer-nav ul li:hover a {
    color: #7f7f7f;
}

.footer-contact-info {
    display: block;
    padding: 20px 0;
}

.footer-contact-info .contact-no {
    display: inline-block;
    font-size: 18px;
    margin-left: 20px;
    vertical-align: top;
}

.footer-contact-info div:first-child {
    margin-left: 0;
}

.footer-contact-info .contact-no span {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-right: 5px;
}

.footer-contact-info .contact-no a {
    color: #cdcdcd;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.footer-contact-info .contact-no a:hover {
    color: #fff;
}

.social-links ul li {
    display: inline-block;
    height: 30px;
    margin-left: 10px;
    vertical-align: top;
    width: 30px;
}

.social-links ul li:first-child {
    margin-left: 0;
}

.social-links ul li a {
    color: #000;
    font-size: 18px;
}

.social-links ul li:hover a {
    color: #7f7f7f;
}

.copy-rights {
    background-color: #2b6d73;
    display: block;
    margin-top: 10px;
    padding: 18px 0;
}

.copy-rights p,
.copy-rights p a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300;
    margin: 0;
}

.social-links {
    padding: 10px 0 30px;
}

.copy-rights p a:hover {
    color: #7f7f7f;
}


/*************** Contact-page Css****************/


/*section.contact-page .main-tittle {
  background-color:#2b454b;
  color:#fff;
  margin: 15px 0;
  padding:10px 10px;
  text-align: center;
} */

section.contact-page .main-tittle p {
    font-family: 'Hind-Regular';
    font-size: 16px;
    margin: 0;
    text-transform: none;
}

.row.contact-section {
    margin-top: 35px;
}

.address-section&gt;a {
    color: #303030;
    font-family: 'Hind-Regular';
    font-size: 20px;
    margin: 0 0 5px;
    display: inline-block;
}

.address-section&gt;a+br+a+br+a {
    color: #303030;
    display: inline-block;
    font-family: "Hind-Light";
    font-size: 16px;
    margin: 12px 0;
}

.address-section&gt;a:hover {
    color: #9d3d00;
}

.address-section&gt;p {
    color: #666666;
    font-family: "Hind-Light";
    font-size: 18px;
    line-height: 24px;
}

.contact-form-block::after,
.contact-form-block::before {
    clear: both;
    content: "";
    display: table;
}

.contact-form-block .form-control {
    border: 1px solid #dbdbdb;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #5f5f5f;
    font-family: "Hind-Regular";
    height: 50px;
    line-height: 2.42857143;
    margin: 0 0 12px;
    padding: 10px 12px;
}

.contact-form-block textarea.form-control {
    height: 120px;
    line-height: 1.42857143;
    padding-bottom: 12px;
    padding-top: 12px;
}

.contact-form-block .form-control:focus {
    border: 1px solid #acacac;
}

.contact-form-block .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #868686;
    font-family: "Hind-Regular";
    font-weight: normal;
}

.contact-form-block .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #868686;
    font-family: "Hind-Regular";
    font-weight: normal;
}

.contact-form-block .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #868686;
    font-family: "Hind-Regular";
    font-weight: normal;
}

.contact-form-block .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #868686;
    font-family: "Hind-Regular";
    font-weight: normal;
}

.btn.btn-default.btn-submit {
    background-color: #2b6d73 !important;
    background-image: none !important;
    border: 1px solid #2b6d73 !important;
    border-radius: 0;
    color: #fff;
    float: left !important;
    font-family: "Hind-Regular";
    font-size: 14px;
    font-weight: normal !important;
    margin-top: 12px;
    padding: 11px 10px 10px;
    text-transform: uppercase;
    width: 100% !important;
}

.contact-form-block .wpcf7-form-control-wrap {
    width: 100%;
}

.btn.btn-default.btn-submit:hover {
    background-color: #badae0 !important;
    border-color: #badae0 !important;
    color: #000;
}

.map-location {

    padding-top: 98%;
    position: relative;    margin-top: 30px;
    margin-left: 0;
}

.map-location .acf-map,
.map-location iframe {
    height: 100% !important;
    left: 0 !important;
    position: absolute !important;
    top: 0 !important;
    width: 100% !important;
}

section.contact-page {
    padding: 0 0 80px;
}

.main-tittle {
    background-color: #2b6d73;
    color: #fff;
    margin: 15px 0;
    padding: 10px 8px 8px;
    text-align: center;
}

.main-tittle p {
    color: #fff;
    font-family: 'Hind-Semibold';
    margin: 0;
    text-transform: uppercase;
}

section.product-page .main-tittle p {
    font-size: 18px;
}

.breadcrumb-section::after,
.breadcrumb-section::before {
    clear: both;
    content: "";
    display: table;
}

.breadcrumb-section {
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0 15px;
    text-align: center;
    display: block;
    /*   white-space: nowrap;*/
}

.breadcrumb-section ul li {
    /* display: inline-block; */
    /* vertical-align: top; */
    float: left;
    margin-bottom: 10px;
    width: 33.33%;
}

.breadcrumb-section ul li a {
    color: #303030;
    font-family: 'Hind-Regular';
}

.breadcrumb-section ul li:hover a,
.breadcrumb-section ul li.active a {
    color: #9d3d00;
}

.breadcrumb-section ul li::before {
    /* color:#c1c1c1;
  content: "/";
  margin: 0 8px;*/
}

.breadcrumb-section ul li:first-child::before {
    /*    content: '';
    margin: 0;
    float: left;*/
}

.breadcrumb-section ul {
    /*  column-count: 3;
	-webkit-column-count: 3;
	-moz-column-count: 3; */
    text-align: left;
}

.product-list {
    border-bottom: 1px solid transparent;
    height: auto !important;
    overflow: hidden;
    padding: 20px/*40px*/
    ;
    position: relative;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.product-img {
    display: table;
    height: 200px;
    overflow: hidden;
    padding: 15px 6px 0;
    table-layout: fixed;
    width: 100%;
}

.price-block::before {
    background-color: #c2c2c2;
    content: "";
    display: block;
    height: 1px;
    margin: 5px 0 12px;
    width: 40px;
}

.product-img&gt;a {
    display: table-cell;
    height: 200px;
    vertical-align: middle;
}

.price-block {
    padding: 10px 0;
    overflow: hidden;
}

.price-block h5 {
    color: #020202;
    font-family: 'Hind-Regular';
    margin: 0 0 4px;
    font-size: 17px;
    font-weight: normal;
	min-height: 40px;
}

.price-block p {
    color: #666666;
    font-family: 'Hind-Regular';
}

.product-list:hover {
    background-color: #f6f6f6;
    border-bottom: 1px solid #dddddd;
}

.product-list:hover p {
    display: none;
}

.price-block .more-detail {
    padding: 10px 0;
    visibility: hidden;
    opacity: 0;
    float: left;
    width: 100%;
}

.product-list:hover .price-block .more-detail {
    visibility: visible;
    opacity: 1;
}

.price-block .more-detail div {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}

.price-block .more-detail div hr {
    border-color: #c2c2c2;
    margin: 3px 0 6px;
}
.product-list .price-block .more-detail{margin-top: 0px;}
.price-block .more-detail a {
    display: inline-block;
    border: 0;
    background: #2b6d73;
    color: #fff;
    padding: 4px 6px;
    vertical-align: top;
    border: 2px solid #2b6d73;
    text-transform: capitalize;
    clear: both;
    margin: 12px 0 0;
    font-size: 13px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

.price-block .more-detail a:hover {
    background-color: transparent;
    color: #000;
}

.row.product-section {
    padding: 50px 0;
}

.contact-form-block img.ajax-loader {
    position: absolute;
    margin: 0 !important;
    bottom: 13px;
    right: 0;
}

.contact-form-block {
    position: relative;
}

.wpcf7-response-output {
    position: absolute;
    bottom: -65px;
    left: -6px;
    width: auto !important;
    right: -6px;
}

.contact-form-block .wpcf7 form span.wpcf7-not-valid-tip {
    display: none !important;
    margin-bottom: 5px;
}

.contact-form-block .captch-block span.wpcf7-valid-tip {
    display: none !important;
}

.contact-form-block .captch-block span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    color: #ff0000 !important;
    display: block !important;
    margin-top: 9px;
}

.contact-form-block .form-control.wpcf7-not-valid {
    border-color: #ff0000 !important;
}


/*******************SIngle-Product************/

.product-tittle::after,
.product-tittle::before,
.product-quality::after,
.product-quality::before {
    clear: both;
    content: "";
    display: table;
}

.product-tittle h3 {
    color: #383838;
    font-family: "Hind-Semibold";
    font-size: 25px;
    margin: 0 0 12px;
}

.product-tittle p {
    color: #494949;
    display:none !important;
}

.product-quality {
    padding: 10px 0 5px;
}

.product-quality ul li::before {
    background-color: #949494;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 7px;
    margin-right: 10px;
    margin-top: 2px;
    position: absolute;
    vertical-align: top;
    width: 7px;
    left: 0;
    top: 2px;
}

.product-quality ul {
    margin: 0 0 20px;
}

.product-quality ul li {
    color: #383838;
    margin: 0 0 8px;
    position: relative;
    padding-left: 15px;
}

.product-quality&gt;p {
    color: #383838;
}

.product-description table {
    border: 0 none;
    width: 100%;
}

.product-description table tr td div {
    border: 1px solid #d7d7d7;
    display: inline-block;
    padding: 10px 5px 9px;
    text-align: center;
    vertical-align: top;
    width: 50%;
}

.product-description table tr td {
    padding: 5px 5px 5px 0;
}

.product-description table tr td:last-child {
    padding-right: 0;
}

.product-description table tr td div.quaitity {
    border-right: 0 none;
    color: #383838;
    font-family: 'Hind-Medium';
    font-size: 18px;
}

.product-description table tr td div.price {
    background-color: #f5f5f5;
    border-left: 0 none;
    color: #555555;
    font-family: 'Hind-Regular';
    font-size: 18px;
}

.product-description table {
    margin-top: 15px;
}
.checkbox_list ul{
	margin:12px 0;
}
.product-description ul li {
    margin:0 5px 12px 0;
    line-height: 1.35;
	display:block;
	vertical-align:middle;
}
.product-description ul li input[type=checkbox]{
	margin:0;
}
.product-description ul li label{
	font-family:'Hind-Regular';
	font-size:13px;
	font-weight:400;
}
.place-box.single.disply .lst{
	margin-bottom:15px;
	border-bottom:1px solid #5a5a5a;
}
.place-box.single.disply .lst label.upload-text.p_nme{
	font-family:'Hind-Regular';
	font-size:16px;
	font-weight:600;
	margin-bottom:10px;
}
.place-box.single.disply .lst .place-box.single.disply{
	font-family:'Hind-Regular';
	font-size:15px;
	font-weight:600;
}
.loc_title{
	width:20% !important;
	display:inline-block;
	vertical-align:top;
}
.loc_upload{
	width:45%!important;
	display:inline-block;
	vertical-align:top;
}
.loc_imprint{
	width:25%!important;
	display:inline-block;
	vertical-align:top;
}
/*.btn.btn-default.btn-place-order {
    background-color: #000;
    border: 1px solid #000;
    border-radius: 0;
    color: #fff;
    font-family: "Hind-Regular";
    margin: 10px 0 0;
    padding: 14px 10px 10px;
    text-transform: uppercase;
    width: 75%;
    display: block;
    max-width: 250px;
}*/

.prod_color {
    //display: none;
}

#newboxes2 .submitbtn input.wpcf7-form-control.wpcf7-submit,
#newboxes3 .submitbtn input.wpcf7-form-control.wpcf7-submit {
    padding: 14px 40px;
}

div#newboxes1+div {
    clear: both;
}

#newboxes2 .submitbtn input.wpcf7-form-control.wpcf7-submit,
#newboxes3 input[type="submit"] {
    color: #fff !important;
    padding: 14px 40px !important;
    float: left !important;
    font-family: 'Hind-Light';
    width: auto !important;
}

#newboxes2 .submitbtn img.ajax-loader,
#newboxes3 .submitbtn img.ajax-loader {
    float: left !important;
}

#newboxes2 input.wpcf7-form-control,
#newboxes3 input.wpcf7-form-control {
    border-bottom: 1px solid #929292;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    font-family: 'Hind-Regular';
    color: #5a5a5a;
    padding: 8px 0;
    width: 100%;
}

#newboxes2 input[type="file"],
#newboxes3 input[type="file"] {
    border-bottom: 0 none;
    margin: 8px 0;
}

#newboxes2 .wpcf7-form div.company,
#newboxes3 .wpcf7-form div.company {
    float: left;
    width: 50%;
}

#newboxes2 .submitbtn,
#newboxes3 .submitbtn {
    width: auto !important;
    margin-top: 12px;
    margin-bottom: 10px;
}

#newboxes2 textarea.wpcf7-form-control.wpcf7-textarea,
#newboxes3 textarea.wpcf7-form-control.wpcf7-textarea {
    border-bottom: 1px solid #929292;
    padding-top: 12px;
    padding: 10px 0;
    border-top: 0 none;
    border-right: 0 none;
    border-left: 0 none
}

div#newboxes2,
div#newboxes3 {
    margin-left: -20px;
}

div#newboxes2 .wpcf7 div input.wpcf7-form-control,
div#newboxes3 .wpcf7 div input.wpcf7-form-control {
    margin: 0;
}

div#newboxes2 .wpcf7 span.wpcf7-form-control-wrap,
div#newboxes3 .wpcf7 span.wpcf7-form-control-wrap,
div#newboxes2 .wpcf7 span.wpcf7-form-control-wrap input,
div#newboxes3 .wpcf7 span.wpcf7-form-control-wrap input {
    width: 100% !important;
}

div#newboxes2 .wpcf7 span.wpcf7-form-control-wrap textarea::-webkit-input-placeholder,
div#newboxes3 .wpcf7 span.wpcf7-form-control-wrap textarea::-webkit-input-placeholder,
div#newboxes2 .wpcf7 span.wpcf7-form-control-wrap input::-webkit-input-placeholder,
div#newboxes3 .wpcf7 span.wpcf7-form-control-wrap input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #5a5a5a;
}

div#newboxes2 .wpcf7 span.wpcf7-form-control-wrap textarea::-moz-placeholder,
div#newboxes3 .wpcf7 span.wpcf7-form-control-wrap textarea::-moz-placeholder,
div#newboxes3 .wpcf7 span.wpcf7-form-control-wrap input::-moz-placeholder,
div#newboxes2 .wpcf7 span.wpcf7-form-control-wrap input::-moz-placeholder {
    /* Firefox 19+ */
    color: #5a5a5a;
}

div#newboxes2 .wpcf7 span.wpcf7-form-control-wrap textarea:-ms-input-placeholder,
div#newboxes3 .wpcf7 span.wpcf7-form-control-wrap textarea:-ms-input-placeholder,
div#newboxes2 .wpcf7 span.wpcf7-form-control-wrap input:-ms-input-placeholder,
div#newboxes3 .wpcf7 span.wpcf7-form-control-wrap input:-ms-input-placeholder {
    /* IE 10+ */
    color: #5a5a5a;
}

div#newboxes2 .wpcf7 span.wpcf7-form-control-wrap textarea:-moz-placeholder,
div#newboxes3 .wpcf7 span.wpcf7-form-control-wrap textarea:-moz-placeholder,
div#newboxes3 .wpcf7 span.wpcf7-form-control-wrap input:-moz-placeholder,
div#newboxes2 .wpcf7 span.wpcf7-form-control-wrap input:-moz-placeholder {
    /* Firefox 18- */
    color: #5a5a5a;
}

div#newboxes3 span.wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text {
    margin: 0;
    height: 45px;
    line-height: 1.55554;
}

div#newboxes3 .wpcf7-not-valid,
div#newboxes2 .wpcf7-not-valid {
    border-bottom: 1px solid #ff0000 !important;
    border-left: 0 none !important;
    border-right: 0 none !important;
    border-top: 0 none !important;
}

div#newboxes2 span.wpcf7-form-control-wrap {
    margin-bottom: 12px;
}

div.wpcf7 {
    position: relative;
}

div.wpcf7 .wpcf7-response-output {
    bottom: 0;
    display: block;
    font-size: 16px !important;
    left: 0;
    margin: 10px 0 0;
    padding: 0 !important;
    position: static;
    width: 100% !important;
}

div.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
    border: 0 none;
    padding: 0;
    color: #f0ad4e;
}

div.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
    padding-top: 20px !important;
    padding-left: 12px !important;
    margin: 0;
}

div#newboxes3 .wpcf7-response-output {
    padding-left: 20px !important;
    margin: 0;
}

div#newboxes3 .wpcf7 p {
    width: 50%;
    float: left;
    padding: 0 20px;
    margin-bottom: 15px;
}

div#newboxes3 .wpcf7 p:nth-last-of-type(2) {
    width: 100%;
}

div#newboxes3 .wpcf7 p:nth-last-of-type(1) {
    width: 300px;
    position: relative;
    margin-top: 12px;
}

div#newboxes3 .wpcf7 p:nth-last-of-type(1) img.ajax-loader {
    position: absolute;
}

div#newboxes2 div {
    padding: 0 25px 0 0;
}

div#newboxes2 div {
    padding: 5px 10px 0;
}

.price_list {
    float: left;
    width: 100%;
}

.price_list .col-1-pro {
    width: 50%;
    float: left;
    padding: 0 !important;
}

.price_list input {
    -webkit-appearance: radio;
    margin: 0;
}

.price_list .chckbox_cont label {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}

.price_list .chckbox_cont {
    background: whitesmoke;
    border: 1px solid #c1c1c1;
    margin: 5px 10px;
    padding: 5px 10px !important;
}

.price_list .chckbox_cont label li {
    display: inline-block;
    line-height: 22px;
    margin: 0;
    vertical-align: middle;
}

.price_list .chckbox_cont label li:nth-of-type(2) {
    font-family: 'Hind-Semibold';
    font-weight: normal;
    margin-left: 5px;
}

div#upload-file-container {
    margin: -10px 0 0;
    width: 100%;
}

div#upload-file-container br {
    display: none;
}

div#upload-file-container label.upload-text {
    display: inline-block;
    font-weight: normal;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

div#newboxes2 span.wpcf7-form-control-wrap.file-5 {
    display: inline-block;
    width: auto !important;
    float: none;
}

.textareafield label {
    font-family: 'Hind-Semibold';
    font-weight: normal;
}

.newboxes span.wpcf7-form-control-wrap.datepicker {
    padding: 0;
}


/*.btn.btn-default.btn-place-order:hover {
    background-color: #555;
    border: 1px solid #555;
}*/

.btn.btn-default.btn-question,
.btn.btn-default.btn-place-order {
    background-color: #badae0;
    border: 1px solid #badae0;
    border-radius: 0;
    color: #000;
    font-family: "Hind-Regular";
    margin: 10px 0 0;
    padding: 10px 10px 8px;
    text-transform: uppercase;
    width: 75%;
    display: block;
    max-width: 250px;
}

.btn.btn-default.btn-question:hover,
.btn.btn-default.btn-place-order:hover {
    background-color: #2b6d73;
border: 1px solid #2b6d73;
color: #fff;
}

.social-icons {
    padding: 20px 0;
}

.social-icons p {
    display: inline-block;
    font-family: "Hind-Regular";
    margin: 0;
    vertical-align: middle;
}

.social-icons ul {
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: middle;
}

.social-icons ul li {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    margin-top: 0;
}

.social-icons ul li:first-child {
    margin-left: 0;
}

.social-icons ul li a {
    border: 1px solid #badae0;
    color: #badae0;
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    width: 40px;
}

.social-icons ul li:hover a {
    border: 1px solid #2b6d73;
    color: #2b6d73;
}

.row.product-detail {
    padding: 50px 0 60px;
    clear: both;
}

.row.recent-view {
    margin-bottom: 110px;
}

.row.recent-view hr {
    margin: 30px 0 60px;
}

.recent-product-tittle::before {
    background-color: #c2c2c2;
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 12px;
    width: 30px;
}

.recent-product {
    padding-left: 70px;
}

.img-product {
    padding: 0 0 25px;
}

.recent-product-tittle h5 {
    color: #020202;
    font-family: 'Hind-Medium';
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 0;
}

.recent-product .img-product {
    display: table;
    table-layout: fixed;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}

.recent-product .img-product a {
    display: table-cell;
    height: 250px;
    vertical-align: middle;
    width: 100%;
}

.recent-product .img-product img {
    max-height: 100%;
}

.recent-product-tittle h5 a {
    color: #020202;
}

.recent-product-tittle h5 a:hover {
    color: #9d3d00;
}

.recent-product-tittle p {
    color: #666;
    font-family: "Hind-Regular";
}

.product-carousel .carousel-indicators {
    float: right;
    margin: 0;
    position: static;
    width: 100px;
}

.product-carousel .carousel-indicators li {
    border: 1px solid transparent;
    border-radius: 0;
    display: block;
    height: auto;
    margin: 0 0 12px;
    padding: 10px;
    text-indent: 0;
    width: auto;
}

.product-carousel .carousel-indicators li.active {
    border-color: #dddddd;
}

.product-carousel .carousel-inner {
    border: 1px solid #dddddd;
    float: left;
height: 371px;
    width: 90%;
}
.product-carousel .carousel-inner .item {height: 371px;position: relative;}
.product-carousel .carousel-inner .item img {
    padding:0;max-height:90%;
    text-align: center;    position: absolute;
    top: 50%;
    transform: translateY(-50%);-webkit-transform: translateY(-50%);width: auto;
    left: 0;
    right: 0;
}

.product-description,
.box_btn,
.social-icons {
    padding-left: 20px;
    position: relative;
    max-width: 100%;
}

.product-carousel .carousel-inner .item img {
display: inline-block;
    text-align: center;
    margin: auto;
}

.color-choose-section {
    clear: both;
    padding: 20px 0 10px;
}

.recent-product-tittle h5+g5 {
    margin-top: 8px;
}

.color-choose-section p {
    display: inline-block;
    font-family: 'Hind-Light';
    margin: 0 0 11px;
    vertical-align: middle;
}

.color-choose-section ul {
    display: inline-block;
    margin-left: 0px;
    vertical-align: middle;
}

.color-choose-section ul li {
    border-radius: 100%;
    cursor: pointer;
    float: left;
    height: 24px;
    margin-right: 11px;
    width: 24px;
    margin-left: 2px;
}

.neww-box {
    width: 83%;
}

.product-description table {
    margin-right: 23px;
}


/* 
.color-choose-section ul li { float: left;
height: 45px;
margin-right: 8px;
width: 45px; }
*/

.color-choose-section ul li:last-child {
    margin-right: 0;
}

.color-choose-section ul li.olive-color {
    background-color: #314d3b;
}

.color-choose-section ul li.black-color {
    background-color: #000;
}

.color-choose-section ul li.red-color {
    background-color: #e12411;
}

.color-choose-section ul li.blue-color {
    background-color: #284270;
}

.recent-product-tittle h5+h5 {
    margin-bottom: 15px;
    margin-top: 5px;
}

.row.recent-view&gt;hr+h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
}


/****************** DEVLOPMENT CSS ******************/

.main-navigation .navbar-header .mainmenu .menu-mega-menu-container&gt;ul&gt;li:first-child a {
    /*padding-left:0 !important; */
}

.main-navigation .navbar-header .mainmenu .menu-mega-menu-container&gt;ul&gt;li a {
    color: #333333;
    font-family: 'Hind-Medium';
    font-size: 15px;
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 14px;
}

.main-navigation .navbar-header .mainmenu .menu-mega-menu-container&gt;ul&gt;li ul.sub-menu ul li,
.main-navigation .navbar-header .mainmenu .menu-mega-menu-container&gt;ul&gt;li ul.sub-menu ul li a {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.main-navigation .navbar-header .mainmenu .menu-mega-menu-container&gt;ul&gt;li:hover&gt;a {
    background-color: #fff;
    color: #9d3d00 !important;
}

.main-navigation .navbar-header .mainmenu .menu-mega-menu-container&gt;ul&gt;li.current-menu-item&gt;a,
.main-navigation .navbar-header li.current-menu-parent&gt;a {
    background-color: #000;
    color: #fff !important;
}

.main-navigation .navbar-header .mainmenu .menu-mega-menu-container&gt;ul&gt;li ul.sub-menu {
    padding: 0px 20px 20px 0;
    margin-top: 1px;
}

.main-navigation .navbar-header .mainmenu .menu-mega-menu-container&gt;ul&gt;li ul.sub-menu li {
    /*	border-bottom:1px solid #e8e8e8;*/
    background-color: #ffffff;
    margin-right: 0;
    /*    padding-left: 30px;	*/
}

.main-navigation .navbar-header .mainmenu .menu-mega-menu-container&gt;ul&gt;li ul.sub-menu li ul li {
    background-color: #f3f3f3 !important;
    margin-right: 0;
    margin-left: 35px;
    width: 215px;
}

.main-navigation .navbar-header .mainmenu .menu-mega-menu-container&gt;ul&gt;li ul.sub-menu li ul li:hover a {
    background-color: transparent !important;
    color: #333 !important;
    margin-right: 0;
}

.main-navigation .navbar-header .mainmenu .menu-mega-menu-container&gt;ul&gt;li ul.sub-menu li ul li.current-menu-item a,
.main-navigation .navbar-header .mainmenu .menu-mega-menu-container&gt;ul&gt;li ul.sub-menu li ul li:hover&gt;a {
    background-color: transparent !important;
    color: #96320e !important;
    margin-right: 0;
}

.main-navigation .navbar-header .mainmenu .menu-mega-menu-container&gt;ul&gt;li ul.sub-menu li.current-menu-ancestor a {
    color: #27383D !important;
}

.main-navigation .navbar-header .mainmenu .menu-mega-menu-container&gt;ul&gt;li&gt;ul.sub-menu {
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    z-index: 2;
}

.main-navigation .navbar-header .mainmenu .menu-mega-menu-container&gt;ul&gt;li&gt;ul.sub-menu:after {
    content: '';
    background-color: #fff;
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0;
    width: 175px;
    z-index: -1;
}

.main-navigation .navbar-header .mainmenu .menu-mega-menu-container&gt;ul&gt;li ul.sub-menu&gt;li:hover&gt;a,.main-navigation .navbar-header .mainmenu .menu-mega-menu-container&gt;ul&gt;li ul.sub-menu&gt;li.current&gt;a {
    background: #385117;
    color: #fff !important;
}

.main-navigation .navbar-header .mainmenu .menu-mega-menu-container&gt;ul&gt;li ul.sub-menu li a {
    font-family: "Hind-Medium";
    font-size: 14px;
    padding-left: 15px !important;
    padding-right: 10px !important;
    padding-top: 15px !important;
    padding-bottom: 10px !important;
    text-transform: capitalize;
}
.main-navigation .navbar-header .mainmenu .menu-mega-menu-container ul.sub-menu li.current &gt; ul { opacity:1 !important; visibility:visible!important; display:block!important;}
.main-navigation .navbar-header .mainmenu .menu-mega-menu-container&gt;ul&gt;li ul.sub-menu ul {
    left: 170px;
    padding-left: 0px;
    padding-top: 10px;
    top: -1px;
}

.main-navigation .navbar-header .mainmenu ul.sub-menu {
    background-color: #f3f3f3 !important;
    height: auto !important;
     min-height: auto !important;
    /*min-height: 405px !important;*/
	pointer-events:none;
}
.main-navigation .navbar-header .mainmenu li:hover ul.sub-menu { pointer-events:auto;}
.main-navigation .navbar-header .mainmenu ul.sub-menu ul {
    background-color: transparent !important;
    height: auto !important;
    min-height: 445px !important;
}
.main-navigation .navbar-header .mainmenu .menu-mega-menu-container&gt;ul&gt;li ul.sub-menu&gt;li.current.current-menu-item&gt;a,.main-navigation .navbar-header .mainmenu .menu-mega-menu-container&gt;ul&gt;li ul.sub-menu&gt;li.current-menu-item&gt;a {
    background: #000;color: #fff;
}
.captch-block {
    width: 100% !important;
}

.search-results .row.product-section {
    padding-top: 10px;
}

.search-results .page-header {
    margin-top: 25px;
}

.search-results .page-header h1 {
    font-family: 'Hind-Semibold';
}

.search-no-results .product-page {
    padding: 60px 0;
}

.search-no-results .product-page article h1 {
    font-family: 'Hind-Semibold';
    font-size: 28px;
}

.error404-not-found {
    padding: 50px 0;
    text-align: center;
}

.Containerwrap.Innerpageswrap h1.entry-title {
    color: #2b6d73;
    font-family: 'Hind-Semibold';
    font-size: 28px;
}

.Containerwrap.Innerpageswrap.clear .floatRight {
    margin-left: 25px;
}

.Containerwrap.Innerpageswrap.clear {
    padding: 40px 0 50px;
}

.i_hav_qsn_popup .wpcf7-form-control-wrap {
    width: 100%;
}

.popup-right.product-details .product_price span {
    display: table-cell !important;
    vertical-align: middle;
}

.popup-right.product-details .product_price {
    display: table;
    margin-top: 20px !important;
    padding: 0;
}

.popup-right.product-details .product_price {
    border: 1px solid #ccc;
    border-radius: 0;
    display: table;
    margin-top: 20px !important;
    padding: 0;
}

.popup-right.product-details .product_price span.green_div {
    background-color: #f5f5f5;
    border-left: 0 none;
    color: #555555;
    font-family: "Hind-Regular";
    font-size: 15px !important;
    border-radius: 0;
    height: 32px;
    padding: 0;
    width: 50%;
}

.popup-right.product-details .product_price span.100 {
    border-right: 0 none;
    color: #383838;
    font-family: "Hind-Medium";
    font-size: 15px !important;
}

.price-wrap input {
    height: auto !important;
}

.wpcf7-form-control-wrap input[type="file"] {
    line-height: 1.42857143;
    padding-left: 0;
    padding: 11px 0;
}

div.wpcf7-mail-sent-ok {
    border: 0 none !important;
    color: green;
    padding: 12px 0 !important;
}

section.main-carousel .carousel-inner .item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
}

section.main-carousel .carousel-inner .item .slider-inner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    min-height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.Containerwrap.Innerpageswrap.clear p a {
    color: #d15301;
}

.new-form .wpcf7-response-output {
    margin: 0;
    padding-left: 20px !important;
}

.new-form .wpcf7 p {
    float: left;
    margin-bottom: 15px;
    padding: 0 20px;
    width: 50%;
}

.new-form .wpcf7 p:nth-last-of-type(2) {
    width: 100%;
}

.new-form.wpcf7 p:nth-last-of-type(1) {
    margin-top: 12px;
    position: relative;
    width: 300px;
}

.new-form .wpcf7 p:nth-last-of-type(1) img.ajax-loader {
    position: absolute;
}

.new-form .submitbtn input.wpcf7-form-control.wpcf7-submit {
    padding: 14px 40px;
}

div#newboxes1+div {
    clear: both;
}

.new-form .submitbtn input.wpcf7-form-control.wpcf7-submit,
.new-form input[type="submit"] {
    color: #fff !important;
    float: left !important;
    font-family: "Hind-Light";
    padding: 14px 40px !important;
    width: auto !important;
}

.new-form .submitbtn img.ajax-loader {
    float: left !important;
}

.new-form input[type="file"] {
    border-bottom: 0 none;
    margin: 8px 0;
}

.new-form .wpcf7-form div.company,
#newboxes3 .wpcf7-form div.company {
    float: left;
    width: 50%;
}

.new-form .submitbtn {
    margin-bottom: 10px;
    margin-top: 12px;
    width: auto !important;
}

.new-form textarea.wpcf7-form-control.wpcf7-textarea {
    border-color: -moz-use-text-color -moz-use-text-color #929292;
    border-style: none none solid;
    border-width: 0 0 1px;
    padding: 10px 0;
}

div.new-form {
    margin-left: -20px;
}

.new-form .wpcf7 div input.wpcf7-form-control {
    margin: 0;
}

.new-form .wpcf7 span.wpcf7-form-control-wrap {
    width: 100% !important;
}

.new-form .wpcf7 span.wpcf7-form-control-wrap textarea::-moz-placeholder,
.new-form .wpcf7 span.wpcf7-form-control-wrap textarea::-moz-placeholder,
.new-form.wpcf7 span.wpcf7-form-control-wrap input::-moz-placeholder,
.new-form .wpcf7 span.wpcf7-form-control-wrap input::-moz-placeholder {
    color: #5a5a5a;
}

.box_btn {
    clear: both;
    padding-left: 0px;
}

.place-box {
    width: 100% !important;
    margin: 0 0 14px;
}

.place-box.single {
    width: 100%;
}

.inp-left {
    width: 48% !important;
}

.cust-p {
    width: 100% !important;
    padding: 0 !important;
}

.new-form .wpcf7-not-valid {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom-color: red !important;
}

.inner-place-div::before,
.inner-place-div::after {
    display: table;
    content: "";
    clear: both;
}

.inner-place-div {
    display: block;
}

.place-sbt {
    position: relative;
}

.place-sbt .cross {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    bottom: auto !important;
    right: -37px;
    left: auto !important;
}

.new-form div.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
    display: block;
    padding: 8px!important;
    margin: 13px 0 11px !important;
    width: 100% !important;
}

.sng-loader {
    top: 150px;
    bottom: 0;
    position: fixed;
}

a.color-boxes img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

a.color-boxes {
    display: inline-block;
    /* width: 100%; */
    vertical-align: top;
    width: 24px;
    height: 24px;
    overflow: hidden;
}

.box_btn {
    padding-left: 20px;
}

.box_btn a.order-btn {
    display: inline-block !important;
    vertical-align: top !important;
    width: 27.3% !important;
    padding: 14px 10px 10px !important;
}

.size-chart-box .box_btn {
    padding: 0;
    text-align: center;
}

.size-chart-box .box_btn a.order-btn {
    max-width: 172px !important;
    width: 100% !important;
}

.size-chart-box {
    display: inline-block;
    width: 90%;
    vertical-align: top;
}

.wpcf7-form div div[class*='Field'] {
    margin: 7px 0 0;
}

.wpcf7-form div div[class*='Field']+div[class*='Field'] {
    padding-left: 25px;
}

.wpcf7-form div div[class='colorField'],
.wpcf7-form div div[class='qtyField'] {
    width: 20%;
}

.wpcf7-form div div[class*='Field'] label {
    display: block;
    font-weight: normal;
    margin: 0 0 5px;
}

.wpcf7-form div div[class*='Field'] input[type="text"],
.wpcf7-form div div[class*='Field'] input[type="number"],
.radio_list input[type="text"],
.place-box input[type="text"] {
    border: 1px solid transparent;
    border-bottom-color: #5a5a5a;
    font-size: 13px;
    padding: 0 10px;
    height: 29px;
    width: 100%;
}

.radio_list input[type="text"],
.place-box input[type="text"] {
    width: 208px;
}

.wpcf7-form div div[class*='Field'] select {
    border: 1px solid transparent;
    border-bottom-color: #5a5a5a;
    font-size: 13px;
    height: 29px;
    width: 100%;
    padding: 0;
}

.wpcf7-form div div[class*='Field'] input[type='radio'] {
    -webkit-appearance: radio;
    appearance: radio;
    margin: 0;
}

.wpcf7-form div div[class='sizeField'] {
    width: 30%
}

.wpcf7-form div div[class='sizeField'] label+label {
    display: inline-block;
    font-size: 13px;
    margin: 12px 8px 4px 0;
}

.col-tables .colorField,
.col-tables .qtyField,
.col-tables .sizeField {
    width: 25% !important; 
    float: left;
}

a {}

.button-box {}

.col-tables {
    position: relative;
    margin: 0 0 25px;
}

.button-box {
    position: absolute;
    right: 0;
    text-align: right;
    top: 76%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: auto !important;
    left: auto !important;
}

.button-box a {
    border: 1px solid #000;
    color: #000;
    width: 20px;
    /* display: inline-block; */
    height: 20px;
    border-radius: 22px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.button-box a i {
    line-height: 20px;
}

.inner-place-div label.error {
    display: none !important;
}

.new-form .wpcf7-form-control.error {
    border-color: #ff0000 !important;
}

.inner-place-div textarea {
    height: 111px !important;
}

.button-box a.del_bx {
    margin-top: 6px;
}

.req_form_hai {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

#req_form_hai.loader_time:after {
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
    top: 0;
    bottom: 0;
    background-image: url(../images/loader-11.gif);
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
}

.color_sctn div {
    position: relative;
    z-index: 15;
}

.radio_list input[type="radio"] {
    -webkit-appearance: radio;
    appearance: radio;
    margin: 0;
}

.product-description .radio_list ul li {
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0 36px 14px 0;
    font-size: 15px;
}

.product-description .radio_list ul li label {
    font-weight: normal;
}

.radio_list {
    margin: 0 0 21px;
}

.radio_list h6 {
    font-size: 17px;
    margin: 0 0 13px;
    font-weight: 600;
}

.wpcf7-form div.add_cont {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    float: none;
    border: 2px solid #ddd;
    padding: 14px 14px 0;
    margin: 0 0 17px;
}

.wpcf7-form div.add_icon {
    width: 100%;
    color: #000;
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    text-align: right;
    border-top: 2px solid #ddd;
    padding: 10px 0 9px;
}

.wpcf7-form div.add_icon a {
    color: #000;
    font-size: 14px;
    margin: 0 0px 0 12px;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    line-height: normal;
}

.wpcf7-form div.add_icon a:last-child {
    color: #ff0000;
}

h6.heading_main {
    font-size: 22px;
    margin: 0 0 9px;
}

.wpcf7-form div.tot_qty_div {
    margin: 0 0 12px;
}

.new-form input.wpcf7-form-control {
    border-color: -moz-use-text-color -moz-use-text-color #929292;
    border-style: none none solid;
  /*   border-width: 0 0 1px; */
    color: #5a5a5a;
    font-family: "Hind-Regular";
    font-size: 16px;
    height: auto;
    padding: 8px 0;
    width: 100% !important;
}

.product-section .col-md-4 {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 -4px;
}

.category-list .sub-link {
    float: left;
}

div.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
    padding-top: 10px !important;
    padding-left: 10px !important;
    margin: 0;
    border: 1px solid #ff0000 !important;
    padding-right: 10px !important;
    padding-bottom: 10px !important;
}

.contact-form-block .wpcf7 p {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    position: relative;
}

.contact-form-block .wpcf7 span.ajax-loader {
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    margin: 4px 0 0 !important;
    background-color: #fff;
    border-radius: 50%;
}


.black .carousel-content h2 {
   color: #000;
}

.black .btn.btn-default.btn-view-all {
   color: #000;
   border-color: #000;
}
.product-description .radio_list ul .other_wala {
display: table;
table-layout: auto;
width: 100%;
}

.product-description .radio_list ul .other_wala &gt; div {
display: table-cell;
float: none;
vertical-align: bottom;
width: auto;
}
.product-description .radio_list ul .other_wala &gt; div.radio_wala_sec {
    width: 75px;
}

.link-banner {display: block;padding-bottom: 30%;}
.print{ background: #2b454b;  display: inline-block; width: auto; text-align: center;  font-size: 15px;
border-radius: 5px; padding: 8px 15px 5px 15px; position: absolute;color: #fff; right: 15px; transition: 0.5s all ease; z-index: 9; cursor: pointer ; top: -40px}
.print:hover, .print:focus{  background: #333;  color: #fff; }
.prod_color img{ width:100%;  }
.prod_color { width: 90%; }
.product-detail a{ cursor: pointer;}
.print_logo {
    text-align: center;
    margin-bottom: 60px;
}
.print_logo{ display: none;}
/**** 18 oct 2018 changes ****/

.cust_top_picks_page .product-list{height: auto !important;padding: 20px;    min-height: 350px;}
.eh_product_nwa_hai .product-list{position: relative;border: 1px solid #efefef; margin-bottom: 30px; min-height: 470px;}
.eh_product_nwa_hai .item{position: relative;}
/*.eh_product_nwa_hai .product-list:after,.eh_product_nwa_hai .item:after{background: url(../images/new-icn.png) no-repeat;background-size: cover !important;position: absolute;top:0;left:0;width: 102px;height: 101px;content:'';}*/
.eh_product_nwa_hai .product-list:after, .eh_product_nwa_hai .item:after {
    /* background: url(../images/new-icn.png) no-repeat; */
    background-size: cover !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 50px;
    content: 'Best Seller';
    background: #d92928;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
}
.filter_product_sec select {
    border: 1px solid transparent;
    border-bottom-color: #5a5a5a;
    font-size: 13px;
    height: 29px;
    width: 210px;
    margin-top: 30px;
    padding: 0;
}
.filter_product_sec {
    text-align: right;
}
figure.item-one {
    min-height: 620px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.content-section p{
    font-size: 24px;
    font-family: 'Hind-light';
    
}
.content-section{
    text-align: center;
}
.content-section {
    padding: 35px 0;
}
.content-section h2 {
    font-size: 48px;
    font-family: 'Hind-Medium';
    text-transform: uppercase;
    margin-bottom: 20px;color: #2b6d73;
}
.fancybox{
    position: relative;
    display: inline-block;
    width: 32%;
    overflow: hidden;
    margin-bottom: 24px;
    margin-right: 20px;
}
.item-info {
    display: flex;
    flex-wrap: wrap;
}
.item-info .fancybox:nth-child(3n){
	margin-right:0;
}
.hover-content {
    background: rgba(169, 167, 167, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s all ease;
    padding: 0px 15px;
}
.hover-content h2{
        font-size: 30px;
        font-family: 'Hind-Medium';
        position: relative;
        color: #fff;
}
.hover-content p{
        font-size: 22px;
        font-family: 'Hind-regular';
        color: #fff;
        line-height: 1.5;
}
.hover-content h2::after{
    display: block;
    width: 36px;
    height: 3px;
    background: #fff;
    content: "";
    margin: 10px auto;
}
.in_hover {
    text-align: center;
}

.member{
    display: none;
}
.fancybox:hover .hover-content{
    opacity: 1;
}
.fancybox-content {  max-width: 60%!important;width: 100%;padding: 0px!important;}
.pop_content {
    height: 515px;
    padding: 26px 0px 26px 26px;
    overflow: hidden;
    overflow-y: auto;
    width: 49%;
}
.pop_content h2{
    color: #2b6d73;
    font-size: 36px;
    font-family: 'Hind-Medium';  
    margin-bottom: 10px;
}
.pop_content label {
    color: #616161;
    font-size: 18px;
    font-family: 'Hind-regular';
    font-weight: normal;
}
.pop_content h3{
    color:#2b6d73;
    font-size: 18px;
    font-family: 'Hind-bold';
    margin-bottom: 8px;
    line-height: 1.4;
}
.pop_content p{
    color:#181818;
    font-size: 18px;
    font-family: 'Hind-regular';
    margin-bottom: 40px;
    line-height: 1.4;
}
.pop_content label::after {
    background: #cdcdcd;
    width: 33px;
    height: 1px;
    display: block;
    content: "";
    margin: 20px 0;
}
/*.fancybox-slide--html .fancybox-close-small {
    right: -44px!important;
}*/
.fancybox-button svg {
    color: #fff!important;
}
figure.item-one {
    background-position: top center;
}
.fancybox-slide--html .fancybox-close-small {
    padding: 0px!important;
}
.fancybox-bg {
    background: rgba(255, 255, 255, 0.8)!important;}
.fancybox-content {  box-shadow: 0px 0px 20px #c3c2c2;}
body.compensate-for-scrollbar {
    overflow: auto!important;
    margin-right: 0!important;
}


.main-navigation .navbar-header .mainmenu ul.sub-menu.staf {
    width: 100%;
    min-height: 1px!important;
    height: auto!important;
    margin-bottom: 0;
    padding-bottom: 0!important;
}
.flex_layout {
    display: flex;
    justify-content: space-between;
        flex-wrap: wrap;
}

.flex_layout figure.item-one {
    width: 50%;
}


colorContainer .item:after{display: none !important;}
 @media print {
              .product-detail .col-xs-12.col-md-5{
                                width: 41.66666667%;
                        }
             .product-detail .col-xs-12.col-md-7{
                           width: 58.33333333%;
                        }
     .print_logo{ display: block;}
                    }
 #mg-wprm-wrap ul li {
    position: relative;
}
ul.sub-menu.stf2.hideshow {
    display: block !important;
}
.flexible_layout .prod_color {
    border: 1px solid #ccc;
    padding: 14px;
    margin: 0 3px;
}
.flexible_layout {
    display: flex;
    width: 90%;
    margin-top: 25px;
    clear: both;
    float: left;
    justify-content: center;
	margin-bottom: 20px
}
.new_postions {
margin-top: 30px;
}
 
.new_postions ul li a {
color: #d15301;
}
.new_postions h2 {
font-size: 22px;
text-transform: uppercase;
font-family: 'Hind-Semibold';
color: #4c4c4c;
}
.new_postions ul li:before {

background-color: #6b6b6b!important;
}


/*.Footer-Start*/
.footer{
    background:#badae0;
    padding:45px 0 0;
}
.quick_link h4 a{
    font-size: 15px;
    font-weight: 600;
    color: #2b6d73;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-bottom: 20px;
    display: block;
}
.quick_link h4 a:hover{
    color:#a0a0a0;
}
.quick_link ul{
    padding:0;
    margin:0;
    list-style:none;
}
.quick_link ul li{margin-bottom:10px;}
.quick_link ul li i{
    font-size:20px;
}
.quick_link ul li a{
    color:#000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.2px;
}
.social-icon ul li a:hover,
.quick_link ul li a:hover{color:#a0a0a0;}
.social-icon {
    text-align: center;
    color: #fff;
    border-top: 1px solid #7d7d7d;
    border-bottom: 1px solid #7d7d7d;
    padding: 25px 0px;
    margin: 25px 0;
}
.social-links ul,
.social-icon ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.social-icon ul li svg{
   width: 28px;
    height: 28px;
    fill: #000;
    padding-right: 10px;
}
.social-icon ul li{color:#000; font-size:14px; font-weight:400; letter-spacing: 0.4px; padding:0 7%;display: flex;
    align-items: center;}
.social-icon ul li a{color:#000;}
.copy-rights {
    text-align: center;
}
.download-app {
    display: flex;
    align-items: center;
    justify-content: center;
}
.download-app a{
    width: 160px;
    padding: 0 10px;
}
.quick_link.new{padding-top:20px;}

.colorContainer .item:after{display:none}

.product-block-1 {
    min-height: 230px;
    border: 1px solid #ececec;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 20px;
    justify-content: center;
}
.product-block-1 img {
    max-height: 173px;
    margin: 0 auto;
}
















@media (min-width: 992px) {
.footer .col-md-2 {
    width: 20%;
}
}
/**********************************
  MEDIA QUERY SYART HERE
 ***************************/

@media only screen and (max-width: 1499px){
    figure.item-one {   min-height: 400px;}
    .content-section h2 {  font-size: 35px;  margin-bottom: 10px;}
    .content-section p { font-size: 19px; line-height: 1.5;}
    .pop_content p {  margin-bottom: 30px;}
    .pop_content h2 {  font-size: 30px;}
    .hover-content h2 { font-size: 28px;}
    .flex_layout figure.item-one { min-height: 525px;}
    
}

@media(max-width:1199px) {
    .price-block::before {
        display: none;
    }
    .price-block {
        text-align: center;
    }
    .footer-nav {
        padding: 0 66px;
    }
    .carousel-content h2 {
        font-size: 27px;
    }
    section.main-carousel .carousel-control span.glyphicon {
        font-size: 35px;
    }
    section.main-carousel .carousel-control {
        margin-top: -60px;
    }
    section.main-carousel .item .container .row .col-xs-12.align-right img {
        width: 80%;
    }
    .making-connection-content h3 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .making-connection-content&gt;p {
        font-size: 17px;
        line-height: 34px;
    }
    .making-connection-content {
        padding: 32px 0 0;
    }
    .grid-carousel {
        margin: 90px 0 15px;
        text-align: center;
    }
    .mainmenu ul.sub-menu {
        width: 710px !important;
    }
    .wrap-img {
        height: 177px;
        padding-top: 10px;
    }
    .footer-contact-info .contact-no a {
        font-size: 16px;
    }
    .carousel-block p {
        font-size: 18px;
    }
    .price-block .more-detail {
        padding: 10px 0;
        visibility: visible;
        opacity: 1;
    }
    .main-navigation .navbar-header .mainmenu .menu-mega-menu-container&gt;ul&gt;li a {
        font-size: 14px;
    }
    .mainmenu ul li.menu-item&gt;a {
        padding-left: 15px !important;
        padding-right: 14px !important;
    }
    .making-connections h3 {
        margin-bottom: 0;
    }
    .size-chart-box .box_btn a.order-btn {
        max-width: 144px !important;
    }
    .product-list:hover p {
        display: block !important;
    }
    .product-list {
        height: auto;
        overflow: visible;
        padding: 0;
        margin: 0 0 30px;
    }
	.filter_product_sec {
    text-align: left;
}
    .hover-content{
       /* opacity: 1;*/
    }
    figure.item-one {
        min-height: 383px;
    }
    .fancybox-content {
        max-width: 85%!important;
    }
    .pop_content p {
    margin-bottom: 20px;
    font-size: 15px;
}
}


/***********************************
  MEDIA 1199 END HERE
 *****************************/

@media(max-width:991px) {
    .product-block-1 {margin-top: 20px;}
    .mainmenu ul.sub-menu {
        height: 425px;
        padding: 25px 32px;
    }
    section.main-carousel .item .container {
        display: block;
    }
    section.main-carousel .item .container .row {
        display: block;
    }
    section.main-carousel .item .container .row .col-xs-12 {
        display: block;
    }
    section.main-carousel .item .container .row .col-xs-12.col-md-6.align-right {
        text-align: center;
    }
    section.main-carousel .item .container .row .col-xs-12.col-md-6.align-right img {
        width: 300px;
    }
    section.main-carousel .item .container .row .col-xs-12 {
        display: block;
        text-align: center;
    }
    section.main-carousel {
        min-height: 450px;
    }
    .making-connection-content h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .making-connection-content&gt;p {
        font-size: 18px;
        line-height: 32px;
    }
    .grid-carousel {
        margin: 70px 0 15px;
        text-align: center;
    }
    .wrap-img {
        display: table-cell;
        height: 140px;
        padding-top: 10px;
        vertical-align: middle;
        width: 100%;
    }
    .carousel-block {
        display: table;
        padding: 0 18px;
    }
    .carousel-block p {
        font-size: 15px;
    }
    .mainmenu ul.sub-menu {}
    .product-carousel .carousel-inner {
        float: none;
        margin: auto;
    }
    .row.recent-view .col-xs-6 {
        margin-bottom: 60px;
    }
    .row.recent-view {
        margin-bottom: 10px;
    }
    .row.product-detail {
        padding: 40px 0 5px;
    }
    .product-carousel .carousel-inner .item {
        padding: 15px 20px;
    }
    .color-choose-section {
        padding: 20px 0 20px;
    }
    .product-carousel {
        margin: 0 0 30px;
    }
    .product-carousel .carousel-inner .item {
        height: 320px;
        padding: 15px 20px;
    }
    .product-carousel .carousel-inner .item img {
        display: inline-block;
        max-height: 100%;
    }
    .product-carousel .carousel-inner {
        min-height: 300px;
        width: 100%;
    }
    .i_hav_qsn_popup .wpcf7-response-output {
        bottom: -3px;
        left: 30px;
        padding: 0;
        right: 30px;
    }
    .website-header .logo {
        float: left;
        width: 135px;
    }
    .right-section {
        float: right;
        padding-top: 12px;
    }
    .right-section div {
        font-size: 15px;
        margin-top: 5px;
    }
    .breadcrumb-section ul li a {
        font-size: 14px;
    }
    .breadcrumb-section {
        padding: 5px 0 10px;
    }
    .product-quality&gt;p {
        font-size: 14px;
        line-height: 30px;
    }
    .product-description table tr td div.quaitity,
    .product-description table tr td div.price {
        font-size: 16px;
    }
    .social-icons {
        margin-top: 0;
    }
    .row.recent-view hr {
        margin: 10px 0 35px;
    }
    .footer-contact-info .contact-no {
        font-size: 16px;
    }
    .footer-contact-info .contact-no a {
        font-size: 14px;
    }
    .footer-contact-info {
        padding: 15px 0;
    }
    .social-links {
        padding: 10px 0 20px;
    }
    .social-links ul li a {
        font-size: 16px;
    }
    .social-links ul li {
        height: 18px;
        width: 20px;
    }
    .social-links ul li a {
        display: block;
    }
    .Containerwrap.Innerpageswrap.clear .floatRight {
        display: block;
        float: none;
        margin: 0 auto 30px;
    }
    .address-section&gt;a {
        font-size: 17px;
    }
    .address-section&gt;p {
        font-size: 16px;
        line-height: 24px;
    }
    .map-location {
        margin-left: 0;
        margin-top: 50px;
        padding-top: 50%;
    }
    section.contact-page {
        padding: 0 0 20px;
    }
    body {
        padding: 0 0 0px !important;
    }
    .place_an_order_popup .popupwrap .popup-left .inner-gallery {
        display: block;
        float: none;
        height: 300px;
        margin: 0 auto 30px;
        max-width: 100%;
    }
    .popup-left .description {
        font-size: 22px;
        margin: 16px 0;
    }
    .single-content&gt;p {
        font-size: 15px;
        line-height: 30px;
    }
    .popup-right.product-details .product_price {
        display: table;
        margin-top: 20px !important;
    }
    .popup-right.product-details .product_price span {
        display: table-cell;
        vertical-align: middle;
    }
    .popup-left .description {
        font-size: 22px;
    }
    .single-content&gt;p {
        font-size: 15px;
        line-height: 32px;
    }
    .place_an_order_popup .popupwrap .popup-left .inner-gallery {
        margin: 0 auto 30px;
        max-width: 100%;
    }
    .popup-left .description {
        margin-bottom: 10px;
        margin-top: 0;
    }
    .contact-form-block .wpcf7-form-control-wrap::before,
    .contact-form-block .wpcf7-form-control-wrap::after {
        content: '';
        clear: both;
        display: table;
    }
    .product-description {
        padding-left: 0;
        margin-top: 28px;
    }
    .contact-form-block .wpcf7-form-control-wrap {
        clear: both;
        display: block;
    }
    .product-description {
        padding-left: 0;
    }
    nav.main-navigation {
        display: none;
    }
    .website-header .logo {
        float: none;
        width: 135px;
        margin: auto;
    }
    .right-section {
        float: none;
        padding-top: 12px;
        margin: auto;
        text-align: center;
    }
    .website-header .logo {
        float: none;
        width: 135px;
        display: block;
        margin: auto;
    }
    .owl-nav div.owl-next {
        right: -10px;
    }
    .owl-nav div.owl-prev {
        left: -10px;
    }
    section.main-carousel .item .container .row .col-xs-12.carousel-content {
        padding-left: 15px;
        height: 130px;
        padding-top: 35px;
    }
    section.main-carousel .item .container .row .col-xs-12.col-md-6.align-right {
        text-align: center;
        height: auto;
    }
    .website-header .logo {
        background-color: rgb(255, 255, 255);
        float: none;
        display: block;
        position: fixed;
        left: 0px;
        right: 0px;
        top: 0px;
        text-align: center;
        width: 100%;
        z-index: 333;
        padding: 10px 0px;
        margin: auto;
    }
    header.website-header {
        padding: 80px 0px 20px;
        margin-bottom: 0;
    }
    section.main-carousel .carousel-inner .item {
        background-position: 28% center;
    }
    section.main-carousel .carousel-inner .item .slider-inner {
        background-position: 28% center;
        position: static;
        padding-top: 50%;
    }
    .carousel-content h2 {
        color: #6e6e6e;
    }
    .btn.btn-default.btn-view-all {
        border: 2px solid #6e6e6e;
        color: #6e6e6e;
        font-size: 14px;
        margin-top: 18px;
        padding: 10px 30px 6px;
    }
    section.main-carousel .carousel-control {
        margin-top: -80px;
        top: 45%;
    }
    .carousel-content h2 {
        font-size: 25px;
    }
    .row.recent-view .col-xs-6:nth-child(3n+2) {
        clear: both;
    }
    .recent-product {
        padding-left: 0;
    }
    #wprmenu_bar {
        z-index: 88888 !important;
        width: 50px !important;
        padding: 10px 10px !important;
        right: 15px !important;
        left: auto !important;
        height: 40px !important;
        top: 20px !important;
    }
    #wprmenu_menu.left,
    #wprmenu_menu.right {
        top: 0px !important;
        z-index: 8888 !important;
        top: 0 !important;
    }
    .box_btn {
        padding-left: 0;
    }
    .neww-box {
        width: 83%;
    }
    div.new-form {
        margin-left: 0;
    }
    .content-section h2 {  
        font-size: 27px; 
        margin-bottom: 5px;
    }
    .content-section p {        
        font-size: 16px;
    }
    .hover-content p {
        font-size: 16px;}
    .hover-content h2 {
        font-size: 23px;
    }
    .hover-content h2::after {  
        height: 2px;
       margin: 5px auto;
    }
     figure.item-one {
            min-height: 440px;
        }
    .pop_content h2 {
        font-size: 25px;
    }
   .fancybox {
        width:100%;
   }
    .item-info .fancybox {
        width: 48%;
   }
   #mg-wprm-wrap ul li {
    border-top: solid 1px rgb(13,13,13);
    border-bottom: transparent !important;
}
    
}


/*****************************************
  MEDIA 991 END HERE
  ******************************/

@media(max-width:767px) {
    section.main-carousel .item .container .row .col-xs-12.col-md-6.align-right img {
        width: 230px;
    }
    section.main-carousel {
        min-height: 260px;
    }
    .making-connection-content h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .making-connection-content&gt;p {
        font-size: 15px;
        line-height: 30px;
    }
    .website-footer {
        padding-top: 30px;
        position: static;
    }
    .col_picks {
        width: 33.33%;
    }
    .grid-carousel {
        margin: 10px 0 15px;
        text-align: center;
    }
    .making-connections {
        padding: 30px 0;
    }
    body {
        padding: 0 0 0 !important;
    }
    .footer-nav ul li:nth-child(10)::before {
        content: "/";
    }
    .footer-nav {
        padding: 0 0;
    }
    .social-links {
        padding: 10px 0 10px;
    }
    .copy-rights p,
    .copy-rights p a {
        line-height: 22px;
    }
    .copy-rights {
        padding: 10px 15px;
    }
    .website-header .logo {
        background-color: #fff;
        float: none;
        display: block;
        padding: 10px 0;
        position: fixed;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        text-align: center;
        width: 100%;
        z-index: 333;
    }
    .website-header .logo img {
        width: 110px;
    }
    header.website-header {
        padding: 35px 0 20px;
    }
    .right-section {
        float: none;
        padding-top: 12px;
        text-align: center;
    }
    .right-section .search-block {
        margin: 4px 0 0;
        display: block;
        margin: 0 auto 15px;
        float: none;
        width: 300px;
        max-width: 100%;
    }
    .row.contact-section .col-xs-12.col-sm-6.col-md-3.col-lg-3 {
        margin-bottom: 20px;
    }
    .wpcf7-response-output {
        position: static;
        margin: 0 !important;
        padding: 12px 0 0 !important;
    }
    .row.contact-section {
        margin-top: 25px;
    }
    .map-location {
        margin-left: 0;
        margin-top: 20px;
        padding-top: 50%;
    }
    .close_popup {
        padding-top: 6px;
    }
    .i_hav_qsn_popup form {
        padding: 28px 5% 10px;
    }
    .product-tittle h3 {
        font-size: 22px;
    }
    .product-carousel {
        margin: 0 0 20px;
    }
    .breadcrumb-section ul li {
        width: 50%;
    }
    section.main-carousel .item .container .row .col-xs-12.col-md-6.align-right {
        text-align: center;
        /*height: 200px;*/
    }
    section.main-carousel .item .container .row .col-xs-12.carousel-content {
        padding-left: 15px;
        height: 120px;
        padding-top: 35px;
    }
    .btn.btn-default.btn-view-all {
        font-size: 14px;
        margin-top: 18px;
        padding: 8px 30px 4px;
    }
    section.contact-page .main-tittle p {
        font-size: 16px;
        line-height: 20px;
    }
    .product-tittle h3 {
        font-size: 20px;
    }
    .page-template-page-templatespromo-php .top-picks .col-xs-12.col-sm-4 {
        width: 33.33%;
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 0 -4px;
    }
.print {
    display: none!important;
}
    .fancybox-content {
    max-width: 95%!important;
  }
    .pop_content p {
        font-size: 16px;
    }
    .pop_content h3 {
        font-size: 16px;
    }
    .pop_content {
        height: 140px;
        padding: 10px 0px 10px 15px;
   }
    .pop_content h2 {
        font-size: 20px;
    }
    .pop_content label {
        font-size: 14px;
    }
    .pop_content label::after {
    margin: 10px 0;
   }
    .pop_content h3 {
        font-size: 14px;
  }
    .pop_content p {
        font-size: 13px;
    }
    .fancybox-button {
        height: 31px;
        width: 31px;
    }
    figure.item-one {
        min-height: 180px;
    }
    .flex_layout {
        flex-direction: column-reverse;
    }
    .pop_content {
        height: 180px;
        width: 100%;
    }
    .flex_layout figure.item-one {
        width: 50%;
        min-height: 244px;
        width: 100%;
    }

.social-icon ul {
    display: inherit !important;
}
.social-icon ul li svg {
    position: relative;
    top: 7px;
}
.social-icon ul li {
    padding: 0 0 10px;
    display: inline-block !important;
    align-items: inherit;
    width: 100%;
    vertical-align: middle;
}
.social-links {
    padding: 10px 0 30px;
    text-align: center;
}
}



/****************************************
  MEDIA 767 END HERE
 *********************************/

@media(max-width:639px) {
    .product-block p {
        font-size: 13px;
        margin: 8px 0 0;
        line-height: 18px;
    }
    .making-connections h3 {
        font-size: 23px;
    }
    .product-block {
        padding-top: 19px;
    }
    .making-connections {
        padding: 40px 0;
    }
    .place-box.single label {
        line-height: 22px;
        font-size: 15px;
    }
}

@media(max-width:570px) {
    .price-block .more-detail div {
        font-size: 13px;
    }
    .row.product-section .col-xs-6,
    .row.recent-view .col-xs-6 {
        width: 100%;
    }
    .product-description table tr td div {
        width: 50%;
    }
    .neww-box {
        width: 100%;
    }
    .box_btn a.order-btn {
        display: inline-block !important;
        vertical-align: top !important;
        width: 33.33% !important;
        padding: 14px 10px 10px !important;
        margin: 0 0 0px -4px !important;
        border-right: 3px solid #fff !important;
        border-left: 0px solid #fff !important;
        border-top: 0px solid #fff !important;
        border-bottom: 0px solid #fff !important;
        max-width: inherit !important;
    }
    section.main-carousel .carousel-inner .item,
    section.main-carousel .carousel-inner .item .slider-inner {
        background-position: 32% center;
    }
    section.main-carousel .item .container .row .col-xs-12.carousel-content {
        padding-left: 15px;
        height: auto;
        padding-top: 15px;
    }
    .carousel-content h2 {
        font-size: 18px;
    }
    .product-list {
        border-bottom: 1px dashed rgba(93, 93, 93, 0.58);
    }
    .product-img {
        padding: 0 6px 0;
    }
    .product-list {
        margin: 0 0 9px;
    }
}

@media(max-width:479px) {
    .col_picks {
        width: 100%;
    }
    .making-connections h3 {
        font-size: 21px;
    }
    .product-block p {
        font-size: 14px;
    }
    .product-description table tr td,
    .product-description table tr,
    .product-description table tbody {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        padding: 0;
        margin: 0 0 7px;
    }
    .box_btn a.order-btn {
        width: 100% !important;
        padding: 14px 0 10px !important;
        margin: 0 0 5px 0 !important;
        max-width: inherit !important;
    }
    .place-sbt .cross {
        right: -10px;
    }
    .product-tittle h3 {
        font-size: 18px;
    }
    .color-choose-section ul li {
        margin-right: 5px;
    }
    .category-list .sub-link {
        width: 100% !important;
    }
    .category-list .sub-link {
        width: 100% !important;
    }
    .Containerwrap.Innerpageswrap h1.entry-title {
        font-size: 21px;
        margin: 0 0 9px;
    }
    .page-template-page-templatespromo-php .top-picks .col-xs-12.col-sm-4 {
        width: 100%;
        margin: 0 0 0 0px;
    }
    iframe.iframe_new {
        height: 300px;
    }
    .col-tables .colorField,
    .col-tables .qtyField,
    .col-tables .sizeField {
        width: 86% !important;
        float: left;
        margin: 0 0 17px !important;
        padding: 0 !important;
    }
    .button-box {
        top: 50%;
    }
    .new-form div.wpcf7 .ajax-loader {
        display: none;
    }
    .new-form .submitbtn input.wpcf7-form-control.wpcf7-submit,
    .new-form input[type="submit"] {
        margin-right: 30px !important;
        padding: 14px 16px !important;
    }
    .inp-left:last-child {
        margin: 0;
    }
    .inp-left {
        width: 100% !important;
        margin: 0 0 10px;
    }
    .radio_list h6 {
        font-size: 14px;
    }
    .place-box.single label {
        font-size: 14px;
    }
    .new-form input[type="file"] {
        border-bottom: 0 none;
        margin: 0 0 9px;
    }
    h6.heading_main {
        font-size: 18px;
        margin: 14px 0 9px;
        display: inline-block;
        width: 100%;
        font-weight: 600;
    }
    h6.heading_main {
        font-size: 22px;
        margin: 0 0 25px;
    }
	.filter_product_sec select{width: 100%;}
}


/****************************************
  MEDIA 570 END HERE
 *********************************/

.download-app {
    display: block;
    text-align: center;
}

.download-app h2 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 10px;
}

.download-app a {
    display: inline-block;
    width: 105px;
    margin: 0 5px;
}
.carousel-content.color_bl h2 {
    color: #212021;
    
}

.main-navigation .navbar-header .mainmenu ul.sub-menu{
    background: none!important;
        border: none!important;
}
.main-navigation .navbar-header .mainmenu li.products ul.sub-menu {
    background-color: #f3f3f3!important;
}
.new-form .place-box.check {
    margin-top:10px;
    position:relative;
}
.new-form .place-box.check ul{
    float:right;
    top: -10px;
    position: absolute;
    right: 0;
}

.new-form .place-box.check label {
   display: flex;
   align-items: center;
   justify-content: flex-start;
}

.new-form .place-box.check label input.wpcf7-form-control{
width:20px !important;
margin-top:0;
-webkit-appearance:radio;
}


/* Radio button */

[type="radio"]:checked,
[type="radio"]:not(:checked){
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label  {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  border: 2px solid #D4D4D8;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #ff0011;
  position: absolute;
  top: 5px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.radio .error + label + label:before{
    content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #fff;
    border: 2px solid red;
}
.radio .valid + label + label:before{
    content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #fff;
    border: 2px solid #D4D4D8;
}
.radio [type="radio"]:checked + label + label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #ff0011;
  position: absolute;
  top: 5px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

ul.ruby-menu &gt; li &gt; ul, ul.ruby-menu &gt; li &gt; div {
    transition: 0s all !important;
    -webkit-transition: 0s all !important;
    -o-transition: 0s all !important;
    -moz-transition: 0s all !important;
    -ms-transition: 0s all !important;
}

/*@media only screen and (max-width:6400px){
    section.main-carousel .item .container .row .col-xs-12 { height: 1325px; }
}

@media only screen and (max-width:6000px){
    section.main-carousel .item .container .row .col-xs-12 { height: 1255px; }
}

@media only screen and (max-width:5000px){
    section.main-carousel .item .container .row .col-xs-12 { height: 1005px; }
}

@media only screen and (max-width:4000px){
    section.main-carousel .item .container .row .col-xs-12 { height: 855px; }
}


@media only screen and (max-width:3000px){
    section.main-carousel .item .container .row .col-xs-12 { height: 645px; }
}

@media only screen and (max-width:2500px){
    section.main-carousel .item .container .row .col-xs-12 { height: 598px; }
}

@media only screen and (max-width:2200px){
    section.main-carousel .item .container .row .col-xs-12 { height: 520px; }
}*/

.eh_product_nwa_hai .product-list:after, .eh_product_nwa_hai .item:after { background: #2b6d73 !important }


@media only screen and (max-width:1200px){
    section.main-carousel .carousel-inner .item:first-child a .slider-inner { background-position: 44% 0; }   
    .price-block .more-detail a{margin: 15px 0 0;}
    .product-list .price-block .more-detail { margin-top: 0 !important; } 
} 

@media only screen and (max-width:999px){ 
   section.main-carousel .carousel-inner .item:first-child a .slider-inner {background-position: 35% 0; }
}

@media only screen and (max-width:767px){
    section.main-carousel .carousel-inner .item:first-child a .slider-inner {background-position: 35% 0; }
}

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

@media only screen and (max-width:479px){
}</pre></body></html>