#netzc {
    font-family: 'Montserrat', sans-serif !important;
    /*font-family: 'Open Sans Condensed', sans-serif !important;*/
    /*font-family: 'Oswald', sans-serif !important;*/

    /*font-family: 'PT Sans Narrow', sans-serif !important;*/
}
body{font-family: 'Montserrat', sans-serif !important;}
/********************************************************/
/*               2. Basic elements/styles               */
/********************************************************/

#netzc {
    padding-top: 0px;
    padding-bottom: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
}
#netzc .box-header {
    margin-left: -5px;
    text-transform: uppercase;
    font-size: .9em;
}
#netzc .btn-set {
    clear: both;
    margin: 20px;
}
#netzc .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#netzc .thumbnail {
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
#netzc .carousel-inner > .item > img,
#netzc .carousel-inner > .item > a > img {
    min-width: 100%;
}
#netzc .strong {
    font-weight: bold;
}
.topnav{padding:5px;padding-bottom: 0px;}
#netzc .normal {
    font-weight: 200;
}
#netzc .no-decoration {
    text-decoration: none !important;
}
#netzc .no-wrap {
    white-space: nowrap !important;
}
#netzc .form-input-width {
    width: 96% !important;
}
#netzc input[type=text] {
    width: 98%;
}
#netzc input[type=password] {
    width: 98%;
}
#netzc select {
    width: 98%;
}
#netzc .img-responsive {
    margin: auto !important;
}
.img-logo-responsive {
  /*  display: block; */
    height: auto;
    max-width: 100%;
}
#netzc .popover.left {
    margin-left: -25px;
}
/********************************************************/
/*                    3. Typography                     */
/********************************************************/

#netzc h1,
#netzc h2,
#netzc h3,
#netzc h4,
#netzc h5,
#netzc h6 {
    font-weight: 200;
}
#netzc .highlight-color {
    color: #66afe9;
}
#netzc .red {
    color: #ff0000;
}
#netzc .lt-blue {
    color: #0088cd;
}
#netzc .white {
    color: #ffffff;
}
#netzc .black {
    color: #000000;
}
#netzc .no-text-decoration {
    text-decoration: none;
}
/********************************************************/
/*                  4. Lists & tags                     */
/********************************************************/

#netzc .list-indent {
    padding-left: 8px;
}
#netzc .list-indent-large {
    padding-left: 10px;
}
/********************************************************/
/*             5. Main layout elements                  */
/********************************************************/

#netzc #login input {
    width: 97%;
}
#netzc #page {
    width: 60px;
}
/********************************************************/
/* 6. Utility classes/some default classes for margin,padding and all */
/********************************************************/

#netzc .clear-left {
    clear: left !important;
}
#netzc .clear-right {
    clear: right !important;
}
#netzc .clear-both {
    clear: both !important;
}
#netzc .margin-top {
    margin-top: 10px !important;
}
#netzc .small-margin-top {
    margin-top: 4px !important;
}
#netzc .mid-margin-top {
    margin-top: 15px !important;
}
#netzc .large-margin-top {
    margin-top: 20px !important;
}
#netzc .no-margin-top {
    margin-top: 0 !important;
}
#netzc .margin-bottom {
    margin-bottom: 10px !important;
}
#netzc .small-margin-bottom {
    margin-bottom: 4px !important;
}
#netzc .mid-margin-bottom {
    margin-bottom: 15px !important;
}
#netzc .large-margin-bottom {
    margin-bottom: 20px !important;
}
#netzc .no-margin-bottom {
    margin-bottom: 0 !important;
}
#netzc .margin-left {
    margin-left: 10px !important;
}
#netzc .small-margin-left {
    margin-left: 4px !important;
}
#netzc .mid-margin-left {
    margin-left: 15px !important;
}
#netzc .large-margin-left {
    margin-left: 20px !important;
}
#netzc .no-margin-left {
    margin-left: 0 !important;
}
#netzc .margin-right {
    margin-right: 10px !important;
}
#netzc .small-margin-right {
    margin-right: 4px !important;
}
#netzc .mid-margin-right {
    margin-right: 15px !important;
}
#netzc .large-margin-right {
    margin-right: 20px !important;
}
#netzc .no-margin-right {
    margin-right: 0 !important;
}
#netzc .float-left {
    float: left !important;
}
/* use bootstrap pull-left instead */

#netzc .float-right {
    float: right !important;
}
/* use bootstrap pull-right instead */

#netzc .align-center {
    text-align: center !important;
}
/* use bootstrap text-center instead */

#netzc .align-left {
    text-align: left !important;
}
/* use bootstrap text-left instead */

#netzc .align-right {
    text-align: right !important;
}
/* use bootstrap text-right instead */

#netzc .valign-middle {
    vertical-align: middle !important;
}
#netzc .small-margin-top-neg {
    margin-top: -4px !important;
}
#netzc .small-margin-bottom-neg {
    margin-bottom: -4px !important;
}
#netzc .small-margin-left-neg {
    margin-left: -4px !important;
}
#netzc .small-margin-right-neg {
    margin-right: -4px !important;
}
#netzc .margin-top-neg {
    margin-top: -10px !important;
}
#netzc .margin-bottom-neg {
    margin-bottom: -10px !important;
}
#netzc .margin-left-neg {
    margin-left: -10px !important;
}
#netzc .margin-right-neg {
    margin-right: -10px !important;
}
#netzc .large-margin-top-neg {
    margin-top: -20px !important;
}
#netzc .large-margin-bottom-neg {
    margin-bottom: -20px !important;
}
#netzc .large-margin-left-neg {
    margin-left: -20px !important;
}
#netzc .large-margin-right-neg {
    margin-right: -20px !important;
}
#netzc .with-padding {
    padding: 10px !important;
}
#netzc .with-small-padding {
    padding: 4px !important;
}
#netzc .with-mid-padding {
    padding: 15px !important;
}
#netzc .with-large-padding {
    padding: 20px !important;
}
#netzc .with-padding-no-top {
    padding: 0 10px 10px 10px !important;
}
#netzc .with-padding-no-bottom {
    padding: 10px 10px 0 10px !important;
}
#netzc .with-padding-no-top-bottom {
    padding: 0 10px !important;
}
#netzc .small-padding-top {
    padding-top: 4px !important;
}
#netzc .padding-top {
    padding-top: 10px !important;
}
#netzc .mid-padding-top {
    padding-top: 15px !important;
}
#netzc .large-padding-top {
    padding-top: 20px !important;
}
#netzc .small-padding-bottom {
    padding-bottom: 4px !important;
}
#netzc .padding-bottom {
    padding-bottom: 10px !important;
}
#netzc .mid-padding-bottom {
    padding-bottom: 15px !important;
}
#netzc .large-padding-bottom {
    padding-bottom: 20px !important;
}
#netzc .small-padding-left {
    padding-left: 4px !important;
}
#netzc .padding-left {
    padding-left: 10px !important;
}
#netzc .mid-padding-bottom {
    padding-top: 15px !important;
}
#netzc .large-padding-left {
    padding-left: 20px !important;
}
#netzc .small-padding-right {
    padding-right: 4px !important;
}
#netzc .padding-right {
    padding-right: 10px !important;
}
#netzc .mid-padding-bottom {
    padding-bottom: 15px !important;
}
#netzc .large-padding-right {
    padding-right: 20px !important;
}
#netzc .no-padding {
    padding: 0 !important;
}
#netzc .no-padding-top {
    padding-top: 0 !important;
}
#netzc .no-padding-bottom {
    padding-bottom: 0 !important;
}
#netzc .no-padding-left {
    padding-left: 0 !important;
}
#netzc .no-padding-right {
    padding-right: 0 !important;
}
#netzc .full-width {
    width: 100% !important;
}
#netzc .three-quarter-width {
    width: 74% !important;
}
#netzc .two-third-width {
    width: 65% !important;
}
#netzc .half-width {
    width: 49% !important;
}
#netzc .third-width {
    width: 32% !important;
}
#netzc .quarter-width {
    width: 24% !important;
}
#netzc .display-inline {
    display: inline !important;
}
#netzc .relative {
    position: relative !important;
}
#netzc .absolute {
    position: absolute !important;
}
#netzc .absolute-top-right {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
}
#netzc .absolute-top-right-large-padding {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
}
.cursor-pointer {
    cursor: pointer !important;
}
.z-index-1 {
    z-index: 1;
}
/********************************************************/
/*               7. Buttons styles               */
/********************************************************/
.product-listing-module-buy-now-button {
    background-color: #fa4a7a;
    border: 1px solid #fa4a7a;
    color: #ffffff;
    font-weight: 500;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.btn-success {
    background-color:#fa4a7a !important;
    border-color:#fa4a7a;
    color: #ffffff;
    font-weight: 500 !important;
}
.product-listing-module-buy-now-button:hover {
    background-color: #fa4a7a;
    border: 1px solid #000000;
    color: #ffffff;
    font-weight: 500;
}
.btn-class{background-color:#fa4a7a !important;border-color:#fa4a7a !important;color:#fff; margin-bottom: 10px;}
.btn-class:hover{background-color:#fa4a7a !important;border-color:#fa4a7a !important;color:#fff; margin-bottom: 10px;}
.btn-primary{background-color:#fa4a7a !important;border-color:#fa4a7a;}
.btn-special{background-color:#000000 !important;border:0px solid #ddd !important;}
.btn-check {
    background-color:#000000 !important;
    border-color:#000000;
    color: #ffffff;
    font-weight: 500 !important;margin-top:6px;
}
.btn-addcart-multi{margin-top:6px;}
@media (max-width: 439px) {
.btn-viewcart{
	margin-top:0px;
}
}
.btn-login{background-color: #fa4a7a;float: right; font-size: 18px;font-weight: bold; padding: 8px 15px;color:#ffffff;}
.btn-login:hover{color:#ffffff;}
.all_form .btn-success{
	margin-top:13px;
}
@media (max-width: 321px) {
.btn-sm, .btn-group-sm>.btn {padding:9px 18px;}
}
.btn-moreinfo {
    background-color: #fa4a7a !important;
    border-color: #fa4a7a;
    color: #ffffff;
    font-weight: 500 !important;
    border-radius: 0;
    padding: 12px 20px;
    font-size: 17px;

}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #fa4a7a;
    border-color: #000000;

}
.btn-danger { color: #fff; background-color: #fa4a7a; border-color: #fa4a7a; }

/********************************************************/
/*             8. Main layout styles                    */
/********************************************************/
/* header/nav */
#netzc .topnav {
    width: 100%;
    min-height: 35px;
    background-color: #ffffff;
    list-style: none outside none;
    margin-bottom: 0;
    padding-left: 0;
    border-bottom:2px solid #000000;
}
#netzc .topnav .nav-item {
    font-size: 16px;
    padding: 2px 0 0 0px; 
}
#netzc .topnav .nav-item li:last-child .separator{display:none;}
#netzc .top-header-right .nav-item{padding: 8px 0 0 8px; }
#netzc .topnav .nav-item > li {
    float: left;
    list-style: none;
}
#netzc .topnav .nav-item > li > a {
    color: #1A6CD8;
    text-decoration: none;
}
#netzc .topnav .nav-item > li > a:hover,
#netzc .topnav .nav-item > li > a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #1A6CD8;
}
#netzc .topnav .nav-item > .dropdown > a:hover .caret {
    border-bottom-color: #1A6CD8;
    border-top-color: #1A6CD8;
}
#netzc .topnav .nav-item > .open > a {
    /*background-color: #080808;*/

    color: #FFFFFF;
}
#netzc .topnav .nav-item > .dropdown > a .caret {
    border-bottom-color: #1A6CD8;
    border-top-color: #1A6CD8;
}
#netzc .topnav .locale-header-dropdown {
    margin-top: 8px;
}
#netzc .topnav .account-dropdown {
    margin-top: 8px;
}
#netzc .topnav .cart-dropdown {
    left: unset;
    margin-top: 8px;right:0px;
}
#netzc .topnav .locale-header-dropdown > li,
#netzc .topnav .account-dropdown > li {
    width: 100%;
}
#netzc .topnav .locale-dropdown-lang-image {
    position: relative;
    top: -1px;
}
#netzc .topnav .locale-dropdown-lang-title {
    margin-left: 4px;
}
#netzc .topnav .locale-header-icon {
    position: relative;
    top: -1px;
}
#netzc .topnav .locale-header-currency {} #loaded .account-dropdown > ul > li {
    width: 100%;
}
#netzc .locale-menu {
    list-style: none;
}
#netzc .chat-menu {
    list-style: none;
    padding: 7px;
}
#netzc .locale-menu li {
    display: inline-block;
    padding: 0;
    margin-right: 0px;
}
#netzc .nav-item > li > a {
    padding-bottom: 8px;
    padding-top: 9px;
}
#netzc .navbar {
    min-height: 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#netzc .navbar .container {
    max-width: 1200px;
}
#netzc .navbar-inverse .container {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    /*background:#282828; border:none;*/

    ;
}
#netzc .navbar-nav > li > .dropdown-menu {
    margin-top: 7px;
}
#netzc .navbar-toggle {
    /*background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;*/

    float: left;
    /*margin-bottom: 8px;*/

    margin-left: 15px;
    /*margin-top: 8px;
  padding: 9px 10px;
  position: relative;*/
}
#netzc .dropdown-menu > li > a {
    line-height: 2.0;
}
#netzc .navbar .dropdown-submenu {
    position: relative;
}
#netzc .navbar .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 0;
    margin-top: 50px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}
#netzc .navbar .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
#netzc .navbar .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}
#netzc .navbar .dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}
#netzc .navbar .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
    left: 100%;
    margin-top: 0;
}
#netzc .navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 12px;
    font-size: 15px;
    color: #424242;
    font-weight: 600;
}
#netzc .nav-tabs > li > a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
#netzc .page-header {
    border: none;
    padding: 10px 0px ;
    margin: 0px;
}
#netzc .logo {
    margin-top: -5px;
}
#netzc .logo a {
    text-decoration: none;
}
#netzc .header-branding {}
/* box modules */

#netzc .product_notifications-image {
    float: left;
    margin-top: 8px;
}
#netzc .box-products-price {
    font-size: 1.4em;
    font-weight: 200;
}
/* product listings */

#netzc .product-special-price {
    color: #FF0000;
}
#netzc .product-listing-module-buy-now a {
    text-decoration: none;
}
#netzc .products-listing-separator {
    width: 50px;
}
#netzc #content-product-listing-category-description-container {
    padding: 0 3px;
}
/* product info page */

#netzc .content-products-info-price {
    font-size: 1.4em;
    font-weight: 200;
    margin-bottom: 4px;
}
#netzc .content-products-info-reviews-rating-label {
    text-transform: uppercase;
    display: inline;
}
#netzc .content-products-info-qty-input {
    width: 10% !important;
    float: right;
    font-weight: bold;
    text-align: center;
}
#netzc .content-products-info-qty-label {
    display: inline;
    vertical-align: 0%;
    margin-right: 10px;
}
/* content modules */

#netzc .content-upcoming-products-image-tag {
    padding-top: 20px;
}
#netzc .content-upcoming-products-text-expected {
    font-size: .9em;
}
#netzc .content-upcoming-products-text-price {
    font-size: 1.3em;
}
#netzc .content-upcoming-products-text-name {
    line-height: 1.1;
    font-size: 1.3em;
}
#netzc .content-featured-products-image-tag {
    padding-top: 20px;
}
#netzc .content-featured-products-text-expected {
    font-size: .9em;
}
#netzc .content-featured-products-text-price {
    font-size: 1.3em;
}
#netzc .content-featured-products-text-name {
    line-height: 1.1;
    font-size: 1.3em;
}
#netzc .content-reviews-text {
    padding-top: 4px;
}
#netzc .content-recently-visited-text-name {
    font-size: 1.2em;
}
#netzc .content-recently-visited-image-src {
    height: 120px;
}
#netzc .content-also-purchased-products-text-name a {
    font-size: .8em;
}
/* checkout pages */

#netzc .ot-total {
    font-weight: bold;
    font-size: 1.3em;
    color: #428BCA;
}
#netzc .module-row-selected {
    background-color: #e6e6e6;
}
#netzc .payment-selection span {
    margin-left: 4px;
}
#netzc .payment-selection-title {
    font-weight: 200;
}
#netzc .content-checkout-payment-methods-table td {
    height: 60px;
}
#netzc .content-shopping-cart-image-td {
    width: 50px;
}
#netzc .content-shopping-cart-qty-input-td {
    width: 12%;
}
#netzc .content-shopping-cart-qty-input {
    text-align: center;
    width: 67% !important;
    float: right;
    margin-right: 26px;
}
#netzc .content-shopping-cart-remove-td {
    width: 16px;
}
#netzc #shopping-cart-table em {
    font-size: 0.9em;
    font-style: italic;
    font-weight: 200;
}
#netzc #content-shopping-cart-order-totals {
    margin-right: 25px;
}
#netzc .cart-options-div {
    line-height: 1.1;
}
#netzc .content-checkout-confirmation-qty-td {
    width: 30px;
}
#netzc .content-checkout-success-qty-td {
    width: 30px;
}
#netzc .content-checkout-listing-blank {
    width: 1px;
    background-image: url('images/pixel_trans.gif');
}
#netzc #loading-container {
    position: absolute;
    left: 50%;
    top: 10%;
}
#netzc #iloader {
    margin: 100px 0 0 0px;
}
/* QR Code */

#netzc #qr-message {
    display: none;
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 250px;
    text-align: center;
    background: #f5f5f5;
    padding: 10px 0;
    z-index: 1;
}
#netzc .close-qr {
    background-color: #D52607;
    border-radius: 15px 15px 15px 15px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 3px rgba(0, 0, 0, 0.75);
    color: #FFFFFF;
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 16px;
    right: -6px;
    line-height: 13px;
    min-width: 12px;
    padding: 0 3px;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    top: -6px;
    z-index: 1;
    cursor: pointer;
    text-decoration: none;
}
#netzc .fa-bars-mobile {
    display: none;
}

::-webkit-input-placeholder {
    /* WebKit browsers */

    color: #444444;
}
:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */

    color: #444444;
}
::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #444444;
}
:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #444444;
}
#netzc .popover-content {
    padding: 5px 10px;
}
#netzc .mobile-portrait-search-input-cover {
    display: none;
}
#netzc .breadcrumb {
    margin-bottom: 5px;
}
#netzc .table-responsive {
    border: none;
}
#netzc .table > thead > tr > th {
    border-bottom: none;
}
#netzc table {
    border-collapse: inherit;
}
#netzc .navbar-toggle {
    margin-top: 5px;
    margin-bottom: 5px;
}
#netzc #search {
    margin-top: 3px;
}
#netzc #content-center-main-container h1 {
    margin-left: 0px;
}
#netzc .content-products-info-manuf-model {
    padding: 0 0 10px 3px;
    position: initial;
}
#netzc .pr_gallery li {
    list-style: none;
    float: left;
    margin-right: 7px;
    margin-bottom: 7px;
    border: 1px solid #f5f5f5;
}
#netzc .pr_gallery li:hover {
    border: 1px solid #f0ad4e;
}
#netzc .list-unstyled {
    margin: 0 0 6px 0;
}
#netzc .list-unstyled li {
    margin: 6px 0 6px;
}
#netzc span.active-cpath {
    font-weight: bold;
}
/* product info page social sharing icons */

#netzc .social_wrap {
    margin-left: 0px;
    margin-bottom: 15px;
}
#netzc .icon-facebook-text {
    padding-left: 5px;
}
#netzc .icon-twitter-text {
    padding-left: 5px;
}
#netzc .icon-google-plus-text {
    padding-left: 5px;
}
#netzc .icon-linkedin-text {
    padding-left: 5px;
}
#netzc .icon-pinterest-text {
    padding-left: 5px;
}
#netzc .icon-tumblr-text {
    padding-left: 5px;
}

/********************************************************/
/*                9. Error classes                      */
/********************************************************/

#netzc .messageStack {
    margin-top: 4px;
}
#netzc .message-stack-container {
    padding: 5px 5px 1px 5px;
}
#netzc .message-success-container {
    padding: 10px;
}
#netzc .show-on-mobile {
    display: none;
}
#netzc .show-on-mobile-portrait {
    display: none;
}


/********************************************************/
/*              10. Media query styles                   */
/********************************************************/

@media (min-width: 1200px) {} @media (min-width: 940px) and (max-width: 1199px) {
    .nav > li > a {
        padding: 10px 6px;
        font-size: 14px;
        /* color:#ffffff !important;*/
    }
    #netzc #search {
        margin-top: 7px;
    }
}
@media (min-width: 940px) and (max-width: 1024px) {
    #netzc #mobile-search {
        margin: 0px 10px 0px 0px;
    }

    #netzc .social-nav-gp {
        display: none;
    }
    #netzc .social-nav-yt {
        display: none;
    }
    #netzc .social-nav-in {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 939px) {
    #netzc .show-on-tablet {
        display: block;
    }
    #netzc .hide-on-tablet {
        display: none;
    }
    .nav > li > a {
        padding: 10px 6px;
        font-size: 13px;
    }
    #netzc #mobile-search {
        margin: 7px 35px 0px 0px;
    }

    #netzc .social-nav-gp {
        display: none;
    }
    #netzc .social-nav-yt {
        display: none;
    }
    #netzc .social-nav-in {
        display: none;
    }
    #netzc #search {
        margin-top: 7px;
    }
}
@media (min-width: 600px) and (max-width: 767px) {
    #netzc .show-on-mobile {
        display: block;
    }
    #netzc .hide-on-mobile {
        display: none;
    }
    #netzc #content-center-main-container h1 {
        padding-top: 10px;
        margin-left: 0px;
    }
    #netzc #mobile-search {
        margin: 7px 0px 0px 0px;
    }
    #netzc .popover {
        min-width: 360px;
        max-width: 360px;
    }
    #netzc .popover.left {
        margin-left: 10px;
    }
    #netzc .fa-sales-phone {
        width: 28px;
        padding: 4px 0px 0px;
    }
    #netzc .fa-sales-email {
        width: 28px;
    }
    #netzc .fa-site-slogan {
        width: 28px;
        padding: 4px 34px 0px;
    }
    #netzc .header-fa-icons {
        float: left !important;
        display: inline-block;
    }
    #netzc .branding-sps {
        margin: -5px 0 15px;
    }
    #netzc input.navbar-search:focus {
        width: 90px;
    }
}
@media (min-width: 480px) and (max-width: 599px) {
    #netzc .show-on-mobile {
        display: block;
    }
    #netzc .hide-on-mobile {
        display: none;
    }
    #netzc #content-center-main-container h1 {
        padding-top: 10px;
        margin-left: 0px;
    }
    #netzc #mobile-search {
        margin: 7px 0px 0px 0px;
    }
    #netzc .popover {
        min-width: 280px;
        max-width: 280px;
    }
    #netzc .popover.left {
        margin-left: 0px;
    }
    #netzc .fa-sales-phone {
        width: 28px;
        padding: 4px 0px 0px;
    }
    #netzc .fa-sales-email {
        width: 28px;
        padding: 0px 0px;
    }
    #netzc .fa-site-slogan {
        width: 28px;
        padding: 4px 26px 0px;
    }
    #netzc .header-fa-icons {
        float: left !important;
        display: inline-block;
    }
    #netzc .branding-sps {
        margin: -5px 0 15px;
    }
    #netzc .topnav .locale-header-dropdown {
        margin-top: 9px;
    }
    #netzc .topnav .account-dropdown {
        margin-top: 9px;
    }
    #netzc .topnav .cart-dropdown {
        right: 0px;
        margin-top: 9px;
    }
    #netzc .topnav {
        min-height: 35px;
    }
    #netzc .topnav .nav-item {
        padding: 7px 0 0 12px;
    }
}
@media (max-width: 479px) {
    body {
        overflow-x: hidden !important;
    }
    #netzc .show-on-mobile {
        display: block;
    }
    #netzc .fa-bars-mobile {
        display: inline-block;
    }
    #netzc .hide-on-mobile {
        display: none;
    }
    #netzc .hide-on-mobile-portrait {
        display: none !important;
    }
    #netzc .locale-menu > li {
        float: left !important;
    }
    #netzc #content-center-main-container h1 {
        padding-top: 10px;
        margin-left: 0px;
    }
    #netzc .topnav {
        min-height: 35px;
    }
    #netzc .topnav .nav-item {
        padding: 7px 0 0 10px;
    }
    #netzc .topnav-container {
      /*  float: left; */
        margin-left: -12px;
    }
    #netzc #mobile-search {
      /* margin: 7px 35px 0px 0px; */
      margin:0 auto;
    }
    #netzc input.navbar-search {
        width: 25px;
        padding: 7px 10px 7px 20px;
    }
    #netzc input.navbar-search:focus {
        width: 25px;
        background: #b2b2b2;
    }
    #netzc .popover {
        min-width: 180px;
        max-width: 240px;
    }
    #netzc .popover.left {
        margin-left: -10px;
    }
    #netzc .fa-sales-phone {
        width: 28px;
        padding: 4px 9px 0px;
    }
    #netzc .fa-sales-email {
        width: 28px;
        padding: 0px 8px;
    }
    #netzc .fa-site-slogan {
        width: 28px;
        padding: 4px 13px 0px;
    }
    #netzc .header-fa-icons {
        float: right !important;
        display: inline-block;
    }

    #netzc .topnav .locale-header-dropdown {
        left: -24px;
        margin-top: 9px;
    }
    #netzc .topnav .account-dropdown {
        left: unset;
        margin-top: 9px;
    }
    #netzc .topnav .cart-dropdown {
        // left: -150px;
        margin-top: 9px;
    }
    #netzc .mobile-portrait-search-input-cover {
        height: 30px;
        padding: 5px;
        position: absolute;
        right: 11px;
        top: 9px;
        width: 30px;
        z-index: 1;
        display: block;
    }
    #netzc .mobile-expand {
        margin: 0 -10px;
    }
    .row {
        margin-right: -8px;
        margin-left: -8px;
    }
    #netzc .product-listing-module-pagination {
        text-align: center !important;
        margin-bottom: 10px;
    }
    #netzc .product-listing-module-pagination .pull-left {
        float: none !important;
    }
    #netzc .product-listing-module-pagination .pull-right {
        float: none !important;
    }
}

.left_c {
    padding-left: 0;
}
@media (max-width: 767px) {
    .main_c {
        float: none;
    }
    .left_c {
        float: none;
    }
}
.add_img_li {
    width: 100px;
    float: left;
    display: inline;
}
@media (min-width: 768px) {
    .add_img_li {
        width: 100px;
        display: inline;
    }
}
#netzc .shadow {
    margin-top: 3px !important;
    padding: 0 4px;
}
.bor_rad {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #d3d3d3;
    border-radius: 6px;
    margin-top: 40px;
}
.main-border {
    border: 1px solid #cccccc;
}
.shipping_add {
    float: left;
    width: 70%;
}
@media (max-width: 767px) {
    .shipping_add {
        width: 100%;
    }
}
.shipping_add1 {
    float: left;
    width: 30%;
}
.featur_p_r {
    height: 235px;
}
@media (max-width: 767px) {
    .shipping_add1 {
        width: 100%;
    }
    .featur_p_r {
        height: auto;
    }
}
.cleft_c {
    margin-left: 4px;
}
@media (max-width: 767px) {
    .cleft_c {
        margin-left: -4px;
        height: 110% !important
    }
}
.middlecontentborder {
    border: 6px solid #D3D3D3;
    padding-top: 10px;
    border-radius: 5px;
}
.tab-content {
    overflow: hidden;
    padding: 10px;
    border: 1px solid #d3d3d3;
}
.price_mainpage {
    color: #ef5502;
    font-weight: bold;
}
.price_mainpage s {
    color: #5e5e5e;
    font-weight: bold;
}
#body_modal h4 {
    font-size: 14px;
    font-weight: normal;
}
/********************************************************/
/*             11. error class                          */
/********************************************************/


.alert-danger {
    background-color: #faeaa5 !important;
    border-color: #fc8e8e !important;
    color: #ff0000 !important;
}
.alert-success {
    background-color: #71e0c1 !important;
    border-color: #999999 !important;
    color: #000000 !important;
}

.all_form .form-control {
    display: inline-block;
}
#cart .dropdown-menu {
    padding: 10px;
}
#cart .dropdown-menu {
    background: #fff none repeat scroll 0 0;
    z-index: 1001;
    width: 330px;
}
#cart td {
    background-color: #FFFFFF !important;
}
#cart h4 {
    font-size: 14px;
}
#cart .table {
    margin-bottom: 5px;
}
/********************************************************/
/*         11. error class,top headercart  eof         */
/********************************************************/
.field_section td,
.field_section th {
    padding: 2px !important;
}
.navlink a { 
    text-decoration: none;
    color: #a62120 ;
} 
.navlink a:hover { 
    text-decoration: none;
    color: #000000;
} 
.colr {
    color: #C9C9C9;
}
.colr a:hover {
    text-decoration: none;
}
.collapse {
    border: none;
}
.brd {
    border: 1px solid;
}

.content1 {
    background-color: #3C5A9A
}
.content2 {
    background-color: #4CB6C3
}
.main {
    padding-left: 0px;
    padding:5px;
}
.main1 {
    padding-left: 0px;
}
.main2 {
    padding-left: 0px;
}
.era {
    font-size: 56px;
    margin: 17px 0px 0px 42px;
    color: #5A791B;
}
.era1 {
    font-size: 56px;
    margin: 16px 0px 0px 23px;
    color: #24365C;
}
.era2 {
    font-size: 56px;
    margin: 12px 0px 0px 12px;
    color: #2F6D75;
}
.fb {
    float: right;
    margin: 18px 148px 0px 0px;
    font-size: 15px;
}
.fb1 {
    float: right;
    margin: 16px 165px 0px 0px;
    font-size: 14px;
}
.fb2 {
    float: right;
    margin: 16px 149px 0px 0px;
    font-size: 15px;
}
.lwr {
    float: right;
    margin: -34px 166px 0px 0px;
    font-size: 14px;
}
.lwr1 {
    float: right;
    margin: -34px 154px 0px 0px;
    font-size: 15px;
}
.lwr2 {
    float: right;
    margin: -33px 115px 0px 0px;
    font-size: 14px;
}
.cls {
    font-size: 14px;
    background-color: #EAEAEA;
    margin: -8px 0px 0px 114px;
    top: 5px;
    padding: 9px 12px;
}
.butn1 {
    font-size: 14px;
    background-color: #EAEAEA;
    margin: -8px 0px 0px 110px;
    padding: 8px 10px;
}
.butn2 {
    font-size: 14px;
    background-color: #EAEAEA;
    margin: -8px 0px 0px 110px;
    padding: 9px 10px;
}
#foo {
    background-color: #97CA2D;
    color: white;
    height: 115px;
}
#foo1 {
    background-color: #3C5A9A;
    color: white;
    height: 115px;
}
#foo2 {
    background-color: #4CB6C3;
    color: white;
    height: 115px;
}
.crt {
    color: #42A4AF;
    font-size: 26px;
}
.tn {
    background-color: #ECECEC;
    margin: -14px 0px 0px 170px;
    padding: 9px 6px;
}
.cont {
    margin-top: 42px;
    padding: 0px;
    margin-bottom: 50px;
}
#cart a:hover {
    text-decoration: none;
}
@media (min-width: 768px) {
    #cont .show-on-mobile {
        margin-left: -30px;
        display: block;
    }
}
@media (min-width: 768px) {
    #cont .show-on-mobile1 {
        margin-left: -29px;
        display: block;
    }
}
#footer {
    background-color: #261C16;
    padding-top: 20px;
    margin-top: 0px;
}
.social {
    font-size: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px !important;
    text-align: center;
    border-radius: 50%;
    color: white;
    background-color: #424242;
    margin-bottom: 7px;
}
.social:hover {
    background-color: #428bca;
}
.footer-links a {
    text-decoration: none;
}
.cl {
    color: #FFFFFF;
    font-size: 17px;
    padding:6px;
}
.cl:hover {
    color: #FFFFFF;
}


.cl li:hover {
    text-decoration: none;
    color: #FFFFFF;
}
.cll {
    color: #E5E5E5;
    font-size: 15px;
}
.bordr {
    border-top: 1px solid #343233;
    padding-top: 4px;
    padding-bottom: 4px;
}
.list-unstyled {
    font-family: "Courier New, monospace";
}
/*.information{margin-left:47px;}*/

@media (max-width: 768px) {
    .information {
        margin-left: 0px;
    }
}
@media (max-width: 768px) {
    .navbar-header {
        background-color: #1A6CD8;
    }
}
@media (max-width: 768px) {
    .drop {
        display: none;
    }
}
@media (min-width: 768px) {
    .hide-on-mobile1 {
        display: none;
    }
}
@media (min-width: 768px) {
    .shop {
        display: none;
    }
}
.product-listing-module-name h3 {
    font-size: 18px;
    font-weight: 400;
}
.price-match span {
    color: red;
    display: inline;
}
.price-match h4 {
    font-size: 15px;
    font-weight: 400 !important;
}
.price-match input,
textarea {
    margin: 10px;
    width: 98% !important;
    display: inline;
}
@media (max-width: 510px) {
    .price-match input,
    textarea {
        margin: 10px;
        width: 80% !important;
        display: inline;
    }
}
@media (min-width: 768px) {
    .show-on-mobile {
        display: block;
    }
}
.product-a {
    text-align: center;
    font-family: icon;
    color: maroon;
    margin-bottom: 30px
}
<!--brand slider--> .banners-slider-carousel .product-carousel {
    margin: 0 15px;
    width: auto;
}
.product-carousel {
    display: block;
    opacity: 1 !important;
    position: relative;
    width: 100%;
}
.product-carousel .slider-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
element.style {
    display: block;
    left: 0;
    width: 5274px;
}
.product-carousel .slider-wrapper,
.product-carousel .slider-item {
    backface-visibility: hidden;
}
.product-carousel .slider-wrapper {
    display: none;
    position: relative;
}
element.style {
    width: 293px;
}
.product-carousel .slider-item {
    float: left;
}
.slider-item.first_item_tm {
    margin-right: 0;
}
.banners-slider-carousel .product-block-inner {
    text-align: center;
}
.product-block-inner {
    position: relative;
}
.buy-btn-div {
    text-align: center;
}
@media (max-width: 767px) {
    #nav-pill {
        padding: 10px 0px 10px 0px !important;
    }
}
@media (max-width: 767px) {
    .price-match {
        padding: 10px 5px 10px 5px !important;
    }
}
@media (max-width: 467px) {
    .price-match button {
        width: 100% !important;
    }
}
@media (max-width: 467px) {
    .main_c {
        padding: 10px 0px 10px 0px !important;
    }
}

@media (max-width: 467px) {
    .nav-tabs > a:hover,
    .nav-tabs > li.active > a:focus {
        border: none !important;
    }
}
.navbar-inverse {
    background-image: none;
    background-repeat: none;
}
.navbar-inverse {
  /*  background-color: white !important; */
    border-color: white !important;
}
.navbar {
    border: none !important;
    margin-bottom: 0px !important;
    min-height: 0px !important;
}
.hide {
    display: none;
}
@media (min-width: 768px) {
    .hide {
        display: block;
    }
}
.arrow {
    margin-left: -27px;
}
@media (min-width: 320px) {
    .arrow {
        margin-left: 73px;
        display: block;
    }
}
.arrow {
    display: inline;
    font-size: 5px;
    margin-left: -27px;
}
.mobile {
    background-color: #222222;
    margin-right: 90px;
    padding-top: 10px;
}
.hef {
    color: white;
    text-decoration: none;
}
.topp {
    list-style: none;
    color: #1A6CD8;
    font-weight: 400;
    padding-left: 0;
}
.shop1 {
    margin-left: -31px;
}
@media (min-width: 767px) {
    .shop1 {
        display: none !important;
    }
}
.header-p {
    margin-top: -24px;
}
.header-a {

}
.branding-ps {
    padding: 0px;
}
.fap {
    position: relative;
    left: 185px;
}
.fam {
    position: relative;
    left: 185px;
}
#searchbox {
    width: 170px;
    display: inline;
}
.buttnn {
    display: inline;
    margin-top: -2px;
    background-color: #8CC029;
    border-right: 2px solid #658B1E;
    border-bottom: 2px solid #658B1E
}

.buttnn:hover {
    background-color: #000000; 
}


.tap {
    list-style: none;
    background-color: #ECECEC;
    padding: 6px 0px 6px 0px;
    border-radius: 7px;
    width: 168px;
    height: 60px;
}
.dropp {
    padding-left: 20px;
}
.petroit {
    font-size: 18px;
    padding: 34px;
    display: inline;
    color: black;
}
.crt-m {
    margin: -24px 0px 15px 2px
}
.hide {
    margin-left: -100px;
}
#top_home_btn { 
    color: #ffffff;
    border: none;
    background-color: #000000 !important;
    margin-top: 0px;
    border:1px solid #000000 !important;
}
#top_home_btn:hover {
    color: #ffffff;
}
#top_home_drop_drow {
    background-color: #ffffff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    position: absolute;
    left: 0px;
    z-index: 20000;
    width: 200px;
    top: 39px;
    display: none;
    border-radius: 3px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
}
.marg {
    position: relative;
    /*margin-top: 19px !important;
    border-top:2px solid #EEEEEE; */
  min-height:38px;
}
#menubar-z, .menubar-z {
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    /* text-transform:uppercase; */
}
@media(max-width: 360px) {
    #netzc .topnav .nav-item {
        padding-left: 15px;
    }
}
#top_home_drop_drow {
    list-style: none;
}
#top_home_drop_drow a:hover {
    text-decoration: none;
}
#home1 {
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 1.54;
    padding: 7px 0px;
    white-space: nowrap;
    margin-left: -33px;
    padding-left: 30px;
}
#home1:hover {
    background-color: #F5F5F5;
}
@media(max-width:767px) {
    .fap, .fam {
        left: 0px;
    }
}

/*---------------------------------------------mega menu start----------------------------------*/

.navbar-nav>li>.dropdown-menu {
    margin-top: 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.navbar-default .navbar-nav>li>a {
    width: 200px;
    font-weight: bold;
}
.mega-dropdown {
    position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 72%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu:before {
    content: "";
    border-bottom: 15px solid #fff;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -15px;
    left: 95px;
    z-index: 10;
}
.mega-dropdown-menu:after {
    content: "";
    border-bottom: rgba(0, 0, 0, 0);
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    position: absolute;
    top: -17px;
    left: 283px;
    z-index: 8;
}
.head_megamenu_4{left:40%}
.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}
.mega-dropdown-menu > li > ul > li {
    list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
    display: block;
    padding: 3px 0px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #999;
    white-space: nowarp;
    text-align: center;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color: #444;
    background-color: #f5f5f5;
}
.mega-dropdown-menu .dropdown-header {
    color: #428bca;
    font-size: 18px;
    font-weight: bold;
}
.mega-dropdown-menu form {
    margin: 3px 20px;
}
.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}

/*---------------------------------------------mega menu end----------------------------------*/

.carousel-control.left {
    background-image: none;
    margin-left: -12px;
    color: #7F7F7F;
    font-size: 19px;
    width: 6%;
}
@media (max-width: 767px) {
    .carousel-control.left {
        background-image: none;
        margin-left: 0px;
        color: #7F7F7F;
        font-size: 19px;
    }
}
.carousel-control.right {
    background-image: none;
    color: #7F7F7F;
    font-size: 19px;
}
.brand-carousel > .item > img,
.brand-carousel > .item > a > img {
    width: 200px;
    margin: auto;
    height: 110px;
    display: inline;
    margin-left: 62px;
    border: 1px solid #E9E9E9;
}
@media (max-width: 360px) {
    .brand-carousel > .item > img,
    .brand-carousel > .item > a > img {
        margin-left: 35px;
    }
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 15%;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    font-size: 19px;
}
#Carousel {
    border: 1px solid #e9e9e9;
    padding: 22px 0 22px 0;
}
/*-----------------------responsive menu----------------------------------*/
/* =============================== */
/* menu */

.nav-inner {
    display: none;
}
.nav-inner-cms {
    background: none repeat scroll 0 0 #999999;
}
.main-menu.container {
    background-color: #313131;
    height: 62px;
    margin: 0 auto;
}
.nav-responsive {
    display: none;
}
.responsive-menu {
    background: #a62120;
    height: 42px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 5px;
    /*overflow:hidden; HIDE CATEGORIES THOSE ARE OUT OF MANU.  */
}
.main-menu ul {
    list-style: none;
    margin: 0 0 0 11px;
    padding: 0;
} 
.main-menu > ul > li {
    background-color: #313131;
    float: left;
    position: relative;
    z-index: 20;
}
.main-menu > ul > li:hover {} .nav-responsive span,
.main-menu > ul > li > a {
    color: #ffffff;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 10px 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 6;
}
.main-menu a:hover {
    text-decoration: none
}
.main-menu > ul > li:hover > a {
    background: none repeat scroll 0 0 #646464;
}
.main-menu > ul > li > ul,
.responsive-menu .main-navigation {
    display: none;
    background: #020B1C;
    position: absolute;
    z-index: 5;
    padding: 5px;
}
.main-menu > ul > li:hover > ul {
    display: block;
}
.main-menu > ul > li ul > li > ul {
    display: none;
    background: #15BCF0;
    position: absolute;
    z-index: 5;
    padding: 5px;
    margin-left: -13px;
}
.main-menu > ul > li ul > li:hover > ul {
    display: block;
    top: 0px;
    left: 173px;
}
.main-menu > ul > li > ul > ul {
    /*display: table-cell;*/
}
.main-menu > ul > li ul + ul {
    /*padding-left: 20px;*/
}
.main-menu > ul > li ul > li > a {
    padding: 8px;
    color: #FFFFFF;
    display: block;
    white-space: nowrap;
}
.responsive-menu .main-navigation li a {
    color: #cecece;
    display: block;
    padding: 8px 8px;
    white-space: nowrap;
}
.main-menu > ul > li ul > li > a {
    min-width: 160px;
}
.main-menu > ul > li ul > li > a:hover {
    color: #333;
    background-color: #fff;
}
.responsive-menu .main-navigation li a:hover {
    background-color: transparent;
    border-left: 5px solid #DE2934;
    color: #ffffff;
    padding: 8px 7px;
    text-decoration: none;
}
.main-menu > ul > li ul > li > a.activSub {
    background-image: url(../../../images/cat_arrow_hover.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.main-menu > ul > li > ul > ul > li > a {
    color: #FFFFFF;
}
@media (min-width: 992px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}
@media (max-width: 992px) {
    #menu {} #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}
/*Megnor category */

ul.dropmenu {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 1px 0 0;
    position: relative;
    z-index: 1;
}
.dropmenu li {
    position: relative;
    list-style: none;
    margin: 0px;
    display: block;
    cursor: pointer;
    padding-bottom: 1px;
}
.dropmenu li:hover {
    background-color: #f5f5f5;
}
.dropmenu li a {
    display: block;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}
.dropmenu li span {
    display: block;
    float: right;
    height: 10px;
    width: 6px;
    position: absolute;
    top: 18px;
    right: 10px;
}
.dropmenu li:hover ul,
.dropmenu li:hover div {
    display: block;
}
.dropmenu ul,
.dropmenu div {
    position: absolute;
    display: none;
    width: 197px;
    left: 200px;
    top: 0px;
    margin: 0px;
    padding: 0px;
}
@media (max-width: 1119px) {
    .dropmenu ul,
    .dropmenu div {
        position: absolute;
        display: none;
        width: 197px;
        left: 160px;
        top: 0px;
        margin: 0px;
        padding: 0px;
    }
}
@media (max-width: 991px) {
    .dropmenu ul,
    .dropmenu div {
        position: absolute;
        display: none;
        width: 197px;
        left: 105px;
        top: 0px;
        margin: 0px;
        padding: 0px;
    }
}
@media (max-width: 979px) {
    .dropmenu ul,
    .dropmenu div {
        position: absolute;
        display: none;
        width: 197px;
        left: 175px;
        top: 0px;
        margin: 0px;
        padding: 0px;
    }
}
.dropmenu li div ul {
    border: none;
    background: none;
    position: relative;
    display: block;
    left: 0px;
}
.dropmenu ul li {
    border: 1px solid #e9e9e9;
    float: none;
    border-left: 0 none;
}
.dropmenu div ul {
    position: relative;
    display: block;
}
.dropmenu li div {
    background-color: #cccccc;
    padding: 5px;
    display: none;
    position: absolute;
}
.dropmenu .submenu {
    background-color: #dddddd;
}
.box .box-content ul li {} .box .box-content ul li:last-child a,
.box .box-content ul li ul li a {
    border-bottom: 0 none;
}
.box .box-content ul li a {
    border-bottom: 1px solid #e3e3e3;
}
#content .content ul li {
    line-height: 22px;
    padding: 5px;
}
.box .box-content ul li ul li + li {
    border-top: medium none;
}
.box .box-content ul li a,
#content .content ul li a {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 0 9px 5px;
    position: relative;
}
.box .box-content ul li a + a,
.box .box-content ul li a + a:hover {
    background: none;
    padding-left: 0;
}
.box .box-content ul li a:hover,
#content .content ul li a:hover {
    color: #000000;
}
.box .box-content ul ul {
    background-color: #f5f5f5 !important;
    background: none repeat scroll 0 0 #f5f5f5;
    margin-left: 50px;
    width: 100%;
    z-index: 99;
    border: 1px solid #e3e3e3;
    border-left: 0 none;
    border-right: 0 none !important;
}
.box .box-content ul li ul li a {
    padding: 8px 0 8px 10px;
}
.box .box-content ul li ul li a.activSub:before,
.box .box-content ul li a.activSub:before {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    right: 6px;
    font-size: 13px;
    color: #000000;
}
.box .box-content ul li ul li:hover > a.activSub:before,
.box .box-content ul li:hover > a.activSub:before {
    color: #2fb991;
    content: none;
}
.box .box-content ul li ul li:hover > a.activSub,
.box .box-content ul li:hover > a.activSub {
    background: rgba(0, 0, 0, 0) url("../../images/menu-hover-arrow.png") no-repeat scroll 209px 1px;
    margin-right: -20px !important;
}
.box .box-content ul ul li ul {
    display: none;
    margin-left: 39px;
}
.box .box-content ul ul li:hover ul {
    display: block;
    top: -1px;
    left: 190px;
}
/* content */

@media (max-width: 768px) {
    .box .box-content ul ul {
        margin-left: -12px;
    }
    .box .box-content ul ul li ul {
        margin-left: -56px;
    }
    .nav-inner {
        display: block;
        background-color: #a62120;
    }
    .main-menu.container {
        display: none;
    }
    .responsive-menu {
        background-color: #a62120;
        height: 42px;
        border-radius: 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -khtml-border-radius: 0px;
    }
    .responsive-menu .main-navigation {
        background: none repeat scroll 0 0 #020B1C;
    }
    .contact-info .right {
        float: left;
        text-align: left;
        clear: both;
    }
    .email_phone {
        background-color: #313131;
    }
}
/* -------------
 * Selects
 * ------------- */
/* Custom Select*/

span.customSelect {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    font-size: 14px;
    border: 1px solid #eee;
    background-color: #fff;
    color: #777;
    text-decoration: none;
    white-space: nowrap;
    text-align: left;
}
span.customSelect option {
    font-size: 12px !important;
}
span.customSelect.changed {
    background-color: #f0dea4;
}
.customSelectOpen {
    -moz-box-shadow: 0 0 3px #bbb;
    -webkit-box-shadow: 0 0 3px #bbb;
    box-shadow: 0 0 3px #bbb;
}
.customSelectInner {
    background: url('../../images/select-arrow-down.gif') no-repeat center right;
    width: 100% !important;
}
.customSelectOpen .customSelectInner {
    background: url('../../images/select-arrow-up.gif') no-repeat center right;
}
#input-sort,
#input-limit,
#product .form-group select {
    cursor: pointer;
}
/* TREEVIEW CATEGORY LEFT */

.treeview-list,
.treeview-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.treeview-list ul {
    background: none;
    margin: 0px;
}
.treeview-list .hitarea {
    background: none;
    height: 9px;
    width: 9px;
    float: right;
    cursor: pointer;
}
/* fix for IE6 */

* html .hitarea {
    display: inline;
    float: none;
}
.treeview-list li {
    margin: 0;
    border-bottom: 1px solid #ddd;
}
.treeview-list li.last,
.treeview-list li.lastExpandable {
    border: none;
}
.treeview-list a.selected {
    background-color: #eee;
}
.treeview-list .hover {
    color: #38B0E3;
    cursor: pointer;
}
.treeview-list li a:hover,
.treeview-list li.nav-1 a:hover {
    cursor: pointer;
}
.treeview-list li ul li:hover {
    background: none;
}
.treeview-list li a {
    display: inline;
    padding-left: 0px;
}
.treeview-list li.active a {
    font-weight: bold;
    /*color:#D09E00 ;*/
}
.treeview-list li.active ul li a {
    font-weight: normal;
    color: #5E5E5E;
}
.treeview-list li a:hover {
    /*color:#D09E00;*/
}
.treeview-list li ul li a:hover {
    /*color:#D09E00;*/
}
.treeview-list li ul li {
    background: none;
    border-bottom: none;
}
.treeview-list .collapsable .expandable-hitarea {
    background: url(../../images/sprite.png) no-repeat scroll -36px -126px transparent;
    height: 25px;
    width: 30px;
}
.treeview-list .expandable .collapsable-hitarea {
    background: url(../../images/sprite.png) no-repeat scroll -7px -127px transparent;
    height: 25px;
    width: 30px;
}
.treeview-list .expandable-hitarea {
    background: url(../../images/sprite.png) no-repeat scroll -7px -127px transparent;
    height: 25px;
    width: 30px;
}
.treeview-list .collapsable-hitarea {
    background: url(../../images/sprite.png) no-repeat scroll -36px -126px transparent;
    height: 25px;
    width: 30px;
}
/* TREEVIEW CATEGORY LEFT */

.last_item_tm .product-block {} .first_item_tm .product-block {} .toggle .mobile_togglemenu {
    background: url("../../images/toggle-arrow.png") no-repeat scroll right 2px transparent;
    cursor: pointer;
    display: block;
    margin-top: -25px;
    overflow: hidden;
    padding: 0 0 10px;
    position: absolute;
    width: 100%;
}
.active .mobile_togglemenu {
    background-position: right -50px;
}
#footer .mobile_togglemenu:hover {
    text-decoration: none;
}
/* Responsive menu Css Start */

.nav-responsive span {
    display: inline-block;
}
.ie7 .nav-responsive span {
    display: inline;
}
.nav-responsive {
    cursor: pointer;
    display: none;
}
.main-navigation ul li {
    list-style: none;
    position: relative;
}
.nav-responsive .expandable {
    background: url("../../images/sprite.png") no-repeat scroll 0 -575px transparent;
    height: 25px;
    margin-top: 4px;
    width: 30px;
}
.responsive-menu {
    padding: 0;
    position: relative;
}
.responsive-menu .main-navigation {
    position: absolute;
    z-index: 999;
    display: none;
    margin-top: 0px;
    padding: 1%;
    width: 100%;
    list-style: none;
}
.responsive-menu .main-navigation ul {
    padding-left: 20px;
}
.nav-responsive div,
.responsive-menu .hitarea {
    background: none;
    height: 9px;
    width: 9px;
    float: right;
    cursor: pointer;
    margin-right: 15px;
}
.responsive-menu .hitarea {
    margin-right: 0;
}
.responsive-menu .expandable .collapsable-hitarea {
    background: url(/ncgraphics/sprite.png) no-repeat scroll -34px -92px transparent !important;
    height: 33px;
    padding: 0;
    width: 30px;
}
.responsive-menu .expandable-hitarea {
    background: url(/ncgraphics/sprite.png) no-repeat scroll -34px -66px transparent !important;
    height: 33px;
    width: 30px;
    padding: 10px;
}
.responsive-menu .collapsable-hitarea {
    background: url(/ncgraphics/sprite.png) no-repeat scroll -34px -92px transparent !important;
    height: 33px;
    width: 30px;
}
/* ----------------------------Responsive menu Css End ------------------------------*/

.product_model {
    color: #000000;
}
.model {
    color: #000000;
    font-weight: bold;
    font-size: 17px;
}
.fot {
    position: relative;
    top: 30px;
    left: 38px;
    font-size: 15px;
}
.fotr {
    background-color: #333333;
    height: 74px;
    color: #A9A9A9;
}
.thumbnail-list {
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}
#product-list-heading {
    border-bottom: 1px solid #dddddd;
}
@media (max-width: 767px) {
    #product-list-heading {
        display: none;
    }
}
@media (max-width: 767px) {
    .mob-product {
        text-align: center;
    }
}
a:hover {
    text-decoration: none;
}
.center-align {
    text-align: center !important;
}
.img-box img {
    max-height: 100px !important;
}
#product-name h3 {
    font-size: 18px;
    font-weight: 400;
}
.add_to_cart {
    display: inline-block;
    margin-right: 5px;
    height: 40px;
    width: 40px;
    background-color: #313131;
    webkit-transition: width 2s;
    transition: width 2s;
    border-radius: 5px;
    padding: 3px;
    overflow: hidden;
}
.add_to_cart:hover {
    width: 180px;
}
.info_prod {
    display: inline-block;
    height: 40px;
    width: 40px;
    color: #ffffff;
    background-color: #313131;
    border-radius: 5px;
    padding: 3px;
}
#cart_tex {
    margin-top: 0px;
    font-size: 18px;
    wdth: 60px;
    color: #ffffff;
}
.price {
    height: 60px;
    color: #4BB5C2;
}
/*hover button*/

#button1 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #000000;
    background-image: -moz-linear-gradient(center top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #eee;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #eee;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: #eee;
    border-right-style: solid;
    border-right-width: 2px;
    border-top-color: #eee;
    border-top-left-radius: 10px;
    border-top-right-radius: 0px;
    border-top-style: solid;
    border-top-width: 2px;
    display: block;
    height: 40px;
    margin-bottom: 0;
    margin-right: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 0;
    padding-right: 0;
    padding-top: 0;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: ease;
    width: 40px;
    border: 2px solid #000000;
}
#button1:hover {
    width: 180px;
}
@media (max-width: 767px) {
    #button1:hover {
        width: 150px;
    }
}
#hover-btn {
    padding: 0px;
}
#hover-btn li {
    display: inline;
    float: left;
    padding: 5px 2px 5px 2px;
}
#hover-btn img {
    padding: 5px 5px 5px 5px;
}
#hover-btn a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding-top: 2px;
}
@media (max-width: 767px) {
    #hover-btn a {
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        padding-top: 2px;
    }
}
.info-btn {
    height: 40px;
    width: 40px;
    padding: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 10px;
    display:none;
}
.info-fa-icon {
    font-size: 22px;
}
.product_inner {
    border: solid 1px #E9E9E9;
    padding: 10px
}
.prod_blur {
    height: 60px;
    display: none;
}
.product-name {
    height: 185px;
}
@media (max-width: 767px) {
    .product-name {
        height: 50px;
    }
}
.product_model {
    height: 200px;
}
@media (max-width: 767px) {
    .product_model {
        height: 20px;
    }
}
.search-fix {

}
@media (max-width: 767px) {
    .search-fix {
        float: none;
        text-align: center !important;
    }
}
.main-footer {
    background-color: #252324;
}
.lead {
    font-size: 22px !important;
    color: #4BB5C2;
    font-weight: 600;
    margin-bottom:0px;
     padding: 4px 0;
}
.product-listing-module-name h3 {
    line-height: 1.1;
    font-size: 16px;
    color: #000000 !important;
    font-weight: 500;
}
.product-listing-module-name a {
    color: #000000 !important;
}
.product-listing-module-name a:hover {
    color: #a62120 !important;
}
.product-listing-module-name-list h3 a, .pro-name a{color: #000000;}
.product-listing-module-name-list h3 a:hover, .pro-name a:hover{color: #a62120;}
.product-title-name a {color: #00000;}
.product-title-name a:hover {color: #a62120;}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #000000 !important;
    color: #ffffff;
    border-bottom: 2px solid #a62120;
}
.custom-search {
    width: 81% !important;
    display: inline;
}
@media (min-width: 767px) and (max-width: 991px) {
    .custom-search {
        width: 80% !important;
        display: inline;
    }
}
@media (max-width: 767px){
    .custom-search {
        width: 79% !important;
        display: inline;
    }
}
.topp a {
    font-size: 16px;
    padding:5px;
}
@media (max-width: 767px) {
    .at-mob-view {
        text-align: center !important;
    }
}
@media (min-width: 767px) and (max-width: 1199px) {
    #buy-btn-fix {
      /*  display: none; */
    }
}
@media (max-width: 767px) {
    #buy-btn-fix2 {
        display: none;
    }
}
@media (min-width: 1199px) {
    #buy-btn-fix2 {
        display: none;
    }
}
.multi-view li {
    list-style-type: none;
    display: inline-block;
}
product-listing-module-buy-now-button-multi {
    width: 75%;
    background-color: #000000;
    border: 4px solid #000000;
    color: #ffffff;
    font-weight: 500;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
a {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    letter-spacing: 0.06em;
}
.content-shopping-cart-image-td img {
    max-height: 70px;
}
.btn:focus {
    color: #ffffff;
}
.well {
    padding-top: 5px !important;
}
#billing_section {
    height: 240px !important;
}
.box-information_pages-ul li{
	border-bottom:1px solid #eeeeee;
}
.termclass {color: #FB642F; font-weight: bold;}

/*-------------------gallary section-----------------*/
.gallary-cate{
	height: 220px;
	overflow:hidden;
}
@media (max-width: 991px) and (min-width: 767px) {
	.gallary-cate{
		height: 150px;
		overflow:hidden;
	}
}

.album_nav{
	padding:0px;
}
.album_nav li a{
	display:inline;
	padding:5px 10px;
}
.album_nav > li > a{
	padding:10px;
}
.album_nav li:hover a{
	background-color:#1A6CD8;
	color:#ffffff;
	padding:10px;
}
.photo{
	height: auto;
	margin:10px 0px 10px 0px;
}
.photo img{
	display: block;
	max-width: 100%;
	height: auto;
	margin:auto;
}
@media (max-width: 991px) {
	.album_nav li,a{
		display:inline;
		padding:0px;
	}
	.album_nav > li > a{
		padding:5px;
	}
	.album_nav li:hover a{
		background-color:#1A6CD8;
		color:#ffffff;
		padding:5px;
	}
}
@media (max-width: 575px) {
	.nav-hide-mobile{
		display:none;
	}
}
@media (min-width: 575px) {
	.gallery_dropdown_icon{
		display:none;
	}

}
.photo-inner{
	border:1px solid #dddddd;
}
.ac_cat_head{width:100%;background-color:#fa4a7a;color:#FFFFFF;padding:5px 5px;font-weight:bold;}

/*=====================================multi buy css*=====================================*/
#product-list-heading{
	padding:0px;
}
.view_dtl-btn{
	padding:0px;
}
.view_dtl-btn a{
	background-color:#fa4a7a;
	padding:2px 5px 2px 5px;
	color:#ffffff;
	border-radius:5px;
	font-size:12px;
}
.display-category p {
    display: inline;
    padding-right: 10px;
    font-weight: 600;
}
@media (max-width: 607px) {
    .display-category p {
        display: none;
   }
}

.multi-btns li{
	list-style-type:none;
	display:inline;
}
.multi-btns{
	margin-top:15px;
}
.at-mob-view{
	text-align:center;
}
.mg-top{
	margin-top:25px;
}

#product-name a{
	padding-left:0px;
}
@media (min-width: 767px) {
	#product-name {
		text-align:left !important;
	}
}
.stock{
	text-align:center;
}
.stock p{
	width:90px;
	margin-top:10px;
}
.stock span{
	background-color:#534F8A;
	padding:2px 10px 2px 10px;
	border-radius:5px;
	color:#ffffff;
	font-size:12px;
}

@media (max-width: 767px) {
	.mg-top input{
		width:10%;
		text-align:center;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:20px;
	}
}
.multi-list p,  .multi-list span{
	padding-left:0px;font-size:16px;
	margin:0px;
}
@media (max-width: 767px) {
.multi-list p{
	padding-left:8px;font-size:16px;
	text-align:center;
}
}
.my-img-box img{
	max-height: 150px !important;
}
.lead2{
    color: #4bb5c2;
    font-size: 18px !important;
    font-weight: 600;
}
@media (max-width: 767px) {
.multi-qty-box input{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 16% !important;
    z-index: 1;
}
}
@media (max-width: 767px) {
.multi-qty-box{
	tex-align:center;
}
}
@media (max-width: 767px) {
.multi-list h3{
	text-align:center;
}
}
.pro-name a{
	padding-left:0px;
}
.stock p{
	width:100%;
	text-align:center;
}
@media (max-width: 992px) {
.multi-qty-box{
	padding:0px;
}
}
/*=====================================multi buy css*=====================================*/

 /*===================================scroll message part===================================*/

 .scroll-message{
 	background-color:#C0C0C0;
 	padding:10px;
 }
 .scroll-message a{
	color:#000000;
	font-weight:bold;
 }

 /*===================================scroll message part ==================================*/


.left_cart label{display:block;width:100%;}

.view-more-btn{
	border-radius:10px;
}
.autocomplete-style{width:100%;background-color:#23AE25;color:#FFFFFF;padding:5px 5px;font-weight:bold;}
.auto_link .qs_product_name{color:#fa4a7a}
.ac_results{top:46px !important;left:13px !important;}
.auto_link .qs_product_code, .auto_link .qs_price{color:#000000;font-weight:400;}
/**************************popup zip *****************/

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:510px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
  top:170px;
}
#boxes #dialog {
  width:510px;
  height:auto;
  padding:10px;
  background-color:#ffffff;
  font-size: 15pt;
  border:1px solid #dddddd;
}
.maintext{
	text-align: center;
 	 text-decoration: none;
}
#start_shop{background-color:#000000;margin-bottom: 4px;color:#ffffff;}
@media(min-width:768px){
   #boxes #dialog{
	top:100px;
   }
}
@media(max-width:767px){
   #boxes #dialog{
	top:50px;
   }
}
/**************************popup zip  end*****************/
/*************category grid sub category***********************/
#sub_cat_grid{position:absolute;width:250px;background-color:#dddddd;box-shadow:2px 2px 13px 11px #f2f2f2;padding-left:0px;left:65px;display:none;bottom:0px;}
#cat_men_hov:hover #sub_cat_grid{display:block;}
#sub_cat_grid li{text-decoration:none;list-style-type:none;}
#sub_cat_grid li:hover{background-color:#000000;border-left:solid 10px #1A6CD8;}
#sub_cat_grid li:hover #sub_link{color:#ffffff;}
/****************end***********************/
.add_cart_on_sail .btn:hover{color:#ffffff;}
#sal_prdct_name,#name_font{font-size:20px;}
#manufac_font{font-size:16px;color:#ffffff;}

.gift-certi .panel-body{
	background-color:#ffffff;
}
.contact-form .form-group span{display:inline !important;vertical-align:top;}
.contact-form .form-checkbox input{width:98% !important;display: inline;}
.contact-form .form-checkbox textarea{display: inline;margin: 0;width: 98% !important;}
/*===========================account page fix ======================*/
.shipping-table tr td{padding-bottom:8px;}
.inputRequirement{color:red;}

/*===========================account page fix end ======================*/
.qty-plus{position: relative; right: -71px; opacity: 0.3; cursor: pointer; top: -38px;}
.qty-minus{position: relative; opacity: 0.3; cursor: pointer; top: -20px; right: -51px;}
.gallery-caption{font-size:20px;background:#1A6CD8;color:#FFF;padding:3px;}
.zip_head{margin-top:10px;}


.product-listing-module-name{height:50px;overflow:hidden;}
.latest-sale a{color:#000000;font-weight:bold;}
.latest-sale{border-top: 1px solid #ddd;padding: 5px}
.collapse .navigation ul li:last-child a .sepa { display: none; }
#CarouselModule{z-index:0;}


/*----footer---*/
.footer-title{
	color:#fff;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/*---------login home dropdown-----------------*/
.account_dropdown > li:last-child {
    border-left: 1px solid #bdbdbd;
    padding: 0 15px 0 0;
}
.account_dropdown > li {
    float: left;
    width: 50%;
}
.accTop {
    padding: 7px 0 0;
}
.accTopBottom {
    border-top: 1px solid #bdbdbd;
    margin: 15px 0 0;
    padding: 15px 0 0;
}
.account_dropdown .btn-2, .account_dropdown .btn-2:hover, .account_dropdown .btn-2:active {
    padding: 8px 20px;
}
.account_dropdown .btn-2 {
    float: right;
}
.btn-2 {
    background: #ee4225 none repeat scroll 0 0;
    border: medium none;
    border-radius: 24px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    }
 .account-dropdown{right:0px;}
 .before-login p{font-size:16px;}

 .accTop::after {
     clear: both;
     content: "";
     display: block;
}
.accTopBottom {
    border-top: 1px solid #bdbdbd;
    margin: 15px 0 0;
    padding: 15px 0 0;
}
.login-box{margin:10px 0px;}
.strongTitle{margin-top:8px;margin-bottom:0px;}
.before-login{top: 35px; width: 935px; right: 0px;}


/*---------login home dropdown-----------------*/
.linkcolor{color:#cc0000;}
.top-head{text-align:center;padding:5px;color:#ffffff;background-color:#FF6BB8;font-size:22px;}
.contact-color{color:#424242;}
.contact-color:hover{color:#424242;}
.navbar-nav li a{padding-bottom:0px !important;}
.navbar-nav li a:hover{
/* border-bottom:8px solid #C2D7E9; */
   padding-bottom:0px !important;
}
.line3{color:#ffffff;}
.line3 a{color:#ffffff;}
@media(min-width:767px){
   .lower-footer{text-align:right;}
   
}
.mobile-cart{font-size: 18px;padding:5px;}
.quantity{vertical-align: top;font-size: 15px;}
.has-feedback .form-control-feedback{top:0px !important;}
#sal_prdct_name{color:#424242;}
.box-heading{background-color:#000000 !important;}
#cat-tree li a{text-transform:uppercase;}
@media(min-width:767px){
   .search-mobile{width:60%;float:right;}
}
.social-link{color:#ffffff;padding:10px;}
.fa-chevron-circle-left{color:#a62120;}
.fa-chevron-circle-right{color:#a62120;}
.information .footer-links span:last-child b{display:none;}
.spacing{margin-left:7px;}
/*---------testimonial section-----------------*/
.customer-test{background-color:#364274 !important;border-radius:15px !important;}
.pop-text{color:#9e9b9b;font-size:22px;font-weight:bold;padding:10px;text-align:center;}
#test_monial_img_cov{height:auto !important;}
.testi-monial-well{
    border-radius: 4px;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 0px;
}
/*---------testimonial section-----------------*/
.at-icon-wrapper{border-radius: 10px;}
.purchased_also .col-lg-4.itembox{width:100%}
.purchased_also .thumb-img div{height:120px !important;}
.purchased_also .thumb-img div img{height:100px;}
.purchased_also .btn-with-qty, .purchased_also .product-listing-module-buy-now-button{padding:6px;}
.purchased_also .center-align.small-padding-top{height:130px;}
.purchased_also .product-listing-module-buy-now.buy-btn-div{width:100%;margin-top:5px;}
.zoomLens{z-index:0 !important}

.str-left{left:5% !important;}
.str-right{right:7% !important;left:unset !important;}
.caption1{color:#ffffff;font-family: 'Montserrat', sans-serif !important;text-align:center;font-size:30px;margin-bottom:10px;padding:10px !important;}
.caption2{color:#ffffff;font-family: 'Montserrat', sans-serif !important;text-align:center;font-size: 60px !important;margin-bottom:10px;padding:10px !important;}
.caption3{color:#ffffff;font-family: 'Montserrat', sans-serif !important;text-align:center;font-size: 60px !important;margin-bottom:10px;padding:10px !important;}
.heading1 {text-transform: uppercase;font-weight: bold;letter-spacing: 0.5em; position: relative;
    -webkit-animation: mymove 5s infinite; /* Safari 4.0 - 8.0 */
    animation: mymove 5s infinite;}
    .slider_div{-webkit-animation-timing-function: linear  !important;}

 .tp-caption{animation: myfirst 5s; transition: all 0.5s;
}
@keyframes myfirst {
from {right: 0%;}
    to {left: 100%;}
}
.trash{background-color:#ffffff !important;color:#000000 !important;}


/****for subs***/
.title-style{
	background-color:#000;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:5px;
	padding-right:5px;
	color:#fff;
	margin-bottom:5px !important;
	font-size:12px;
    margin-left: -20px !important;
    margin-right: -35px !important;
}
.sub-products-well .title-style-div{
	padding-bottom:5px;
}
.sub-products-well .hide-colon{
	display:none;
}
.xheigh{
	height:35px !important;
}
.thumbattriimg {
	min-height:50px;
}
.adddiv{margin-bottom:10px;}
/****for subs***/
.menu_fix a{padding:5px;}

.cont-heading{display:none;}
.info_price_range{color:#020B1C !important;font-size: 22px;}

.lead2, .lead, .price {color:#020B1C !important;font-size: 22px;}
.breadcrumb li a{color:#a62120;}
.breadcrumb li a:hover{color:#1A6CD8;} 
#body_modal a, #body_modal a h4{color:#a62120;}
#body_modal a:hover, #body_modal a h4:hover{color:#000000;}
#body_modal a h4{font-weight:bold}

.allcommonbgfooter{padding:70px 0px;}
.allcommonbgfooter .logo_div{margin-botton:20px;}
.hover-dropdown .caret{color:#ffffff;border-right: 6px solid transparent; border-left: 6px solid transparent; width: 3px; height: 3px;}
.marg .sadow{padding-bottom:8px;}
.product-listing-module-buy-now .input-group-addon {
    padding: 3px 12px 5px 12px !important;
}
.fa-bars-mobile{font-size: 17px;color:#ffffff; }
.fa-home{font-size: 17px; }
.navbar-nav .caret{color:#000000;}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent;
}
.gallery-text{font-size:13px;}
.sinputcustom{background-color:#ECECEC;}
.sbtncustom{border:1px solid #ccc;border-left:none;background-color:#051EB5;color:#ffffff;padding:8px 13px;border-radius:0px !important;}
.cbtncustom{border-radius:0px !important;}
#on_Sail_img_cov{height:220px;}
#botm_cover{height: 36px;}
.customNavigation a.prev-mfg {
    left: 0px;
    top: -190px !important;
} 
.customNavigation a.next-mfg {
    top: -190px !important;
    right: 15px;
}
.breadcrumb {margin-top:15px !important;}

.latest-grid-outercover-parent #siz, .latest-grid-outercover-parent .siz{color:#ffffff}
#owl-demo-mfg .item { padding: 0px !important;border:none; }
.nz-separator{border-color: #ffffff;width: 67px;border-bottom-width: 4px;margin-top: 24px;margin-bottom: 12px}
.box-heading-home h2{font-size:35px;line-height: 1.2em; font-weight: 700; letter-spacing: .5px; text-transform: uppercase;}
.nz-separator {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-style: solid;
    margin: -5px 0 9px;
    border-width: 0 0 4px;
}

.nz_content_section h4{line-height:1.6em;font-size:20px;}
h1, h2, h3, h5 {font-family: 'Montserrat', sans-serif;}
.box-separator-name{height:155px;}
.nz_content_section{min-height:170px;}
.btn:hover, .btn:focus {
    color: #ffffff;
    text-decoration: none;

}
.giveborderbottom { border: none !important;font-size:20px;}
.blank-grid-parent-price{height:50px !important;}
.thumb-img{margin:0px !important;}
.buy-btn-div.listing_buy{text-align:right;}
.custom-brand-search{margin-top: 0px;}
@media(min-width:992px){
  .custom-brand-search{padding-right:0px;text-align:right;}
}
.content-container-home #content-center-container{padding:0px;}
.content-container-home #content-center-container > .row{margin:0px;}
.gallery_divbox_video {
    display: inline-block;
    text-align: center;
    float: unset;

}
.home-gallery.container{text-align: center;}
.slider-content .wpb_column.vc_column_container{padding:0px;float: unset; display: inline-block;}
.slider-content{text-align:center;}
.account-button .fa-user, .cart-menu .fa-shopping-cart{color:#414141;font-size:30px;}
.cart-menu .fa-list{color:#414141;font-size:26px;margin-top:6px;}
.head-envlop{color:#1A6CD8;}
#netzback2Top{background-color: #f5f5f5;color:#1A6CD8;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{background-color: #f5f5f5; border-color: #1A6CD8;}
.pagination > li > a, .pagination > li > span{color: #a62120;}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #a62120;
}
.follow-social-links{color:#ffffff;font-size: 18px;}
a { color: #a62120; }
a:hover, a:focus {
    color: #1A6CD8;
}


h1, h2, h3, h4, h5, h6{color:#000000;}
.save-more {
    color: #fffff !important;
    font-weight: 600 !important;
}
.siz {color:#000000 !important;}

.custom-right, .custom-left{top: 63% !important;background-color: #333333;color: #ffffff;opacity: 1;height: 70px !important;width: 70px !important;line-height: 70px;font-size: 27px !important;-webkit-text-stroke: 3px #333;}
.custom-left{left: 34% !important;}
.custom-right{right: 0% !important;}
.carousel-control{opacity:1 !important;z-index:99;}
.custom-right:hover, .custom-left:hover{background-color: #020B1C;}
.footer-inner-page-row{margin-top:30px;}
.video-btn-box-subs{text-align:center;padding-top:15px;}
.sub-btns {    padding-top: 50px !important;}
.youtube-video-home{background-color: #000000;border: 1px solid #ffffff;}
.nav-tabs > li > a{border:1px solid #d3d3d3 !important;}
.carousel-caption-main{padding:15px 10px;bottom:22%;width: 90%;left: 6%;}
#top_home_btn_right, #top_home_btn{display:none;}
 
@media(max-width:1278px){
#content-center-container {order: unset !important;}
}
.show-result-headersearch:hover{color:#000000;}
#netzback2Top{background-color: #F2BEAF !important;color: #FA4A7A !important;border:1px #FA4A7A solid;}
.previmggall:hover{color:#fa4a7a;}
.nextimggall:hover{color:#fa4a7a;}
.customNavigation a.previmggall {left:-12px !important;}
.customNavigation a.nextimggall {right:-8px !important;}
.customNavigation a.nextimggall .fa-chevron-circle-right, .customNavigation a.previmggall .fa-chevron-circle-left{
    border: 2px solid #fff;
    border-radius: 50%;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {font-size: 15px;}
.lead-hover{font-size:22px;}
.sal_prdct_name {color: #1A6CD8 !important;}
.sal_prdct_name:hover{color: #a62120 !important;}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: unset !important;
    border-radius: 0px;
}
.collapse.navbar-collapse{padding:0px;}
.nav > li > a{padding-left:7px;padding-right:7px;}
.name-section .youtube-video-home{background-color:transparent;}
.youtube-btn-listing, .youtube-btn-listing:hover{width:auto !important;}
@media(max-width:767px){
  .reset-section{margin-top:9px;}
  #btn-biksearch .btn-danger{margin-bottom:10px;}
  #logo_div{padding:0px;margin-bottom:7px;text-align:center;}
}  
.siteseal-div{margin-bottom:10px;}
.listing-price .lead{padding-top:12px;}
.buy-btn-divs .btn-wishlist-view{width:15%;}
@media(min-width:768px) and (max-width:992px){
  .branding-sps{margin-bottom:8px;}
  .nav > li > a {
      padding-left: 4px;
      padding-right: 4px;
  }
  .cart-menu .hide-on-mobile, .account-menu .hide-on-mobile-portrait { display: none; }

  .main-menu > ul > li{float: unset;}   
  
}  
@media(min-width:992px) and (max-width:1199px){
  .header-search-custombar{margin-top:10px;}
  .nav > li > a {
        padding-left: 2px;
        padding-right: 5px;
  }
  #menubar-z, .menubar-z{font-size: 13px;}
  #menubar-z .fa, #menubar-z .fa-home, .menubar-z .fa, .menubar-z .fa-home{font-size:14px !important;}
  .main-menu-header{margin-top:0px !important;}
}

.qs_price .lead-hover{font-size:15px;}
.header-fixed.netz-fixed .nc-header-logopart{position: fixed;width: 100%;z-index: 9;background-color: #231f20;top:0px;}
.gcaptch-li{margin-top:6px;}
.allcommonbgfooter a i{font-size:22px;}

.carousel-caption .home-secondary img{height: 125px;object-fit: contain;}
.carousel-caption .myyyy{text-shadow: 0px 0px 0px rgba(0,0,0,0.3);letter-spacing: -4.5px;font-size: 70px;color: #54595F;font-weight: 600;text-transform: capitalize;}
.home-header-footermesage{transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
padding: 25px 0px 25px 0px;}
.message-heading-title{color: #54595F;font-size:18px;font-weight:600;text-align:center;}
.elementor-heading-title:before{
background: #767676;
content: "\020";
display: block;
height: 2px;
margin: 1rem 0;
width: 1em;    
}
.elementor-heading-title{font-size: 38px;font-weight: 600;line-height:44px;}
.editor-box2{padding-top:100px;}
.featured-grid-outercover .pop-text{text-align:left !important;}
.featured-grid-outercover .pop-text b{font-size: 22px !important;letter-spacing: 2.5px;color: #fa4a7a;}
#content-container{clear:both;}
.follow-social-links{padding:3px;}
@media(min-width:1050px){
.over_slid_{padding-top:75px;}
.custome-logo{margin-top:35px;}
}
.custome-logo .ff{object-fit:contain;width:215px;}

.footer-row{position:relative;}

.footer-staticrow{position: absolute;bottom: 20%;left: 29%;}
@media(max-width:767px){
  .main-menu-header{display:none;}
  .mob-view-accordion{margin:0px !important;}   
  .home-secondary h1{font-size: 37px;}
  .home-secondary h4, .home-secondary h5 { font-size: 22px;}
  .custom-right, .custom-left{height: 35px !important;width: 33px !important;line-height: 37px;font-size: 20px !important;top: 75% !important;}
  .custom-left { left: 0% !important; } 
  #CarouselModule .item{min-height: 300px !important;}
  .carousel-caption{bottom:18% !important;}
  .latest-grid-outercover-parent{padding: 40px 30px 60px;}
  .content-container-home{padding-left:0px !important;padding-right:0px !important;}
  .carousel-caption-main{width:95% !important;}
  .topp{padding-top:0px !important;}
  .header-fa-icons .fa-envelope{font-size:21px;}
  .header-fa-icons .fa-phone{font-size:21px;}
  .header-fa-icons .popover.fade{display:block !important;}

  .carousel-caption .myyyy{letter-spacing: 0px;font-size: 33px;}
  .btn-banner { padding: 6px !important; font-size: 13px !important; }
  .banner-buttons-bg{bottom:11% !important;}
  .carousel-caption .home-secondary img{height:115px;}
  .carousel-caption-main .carousel-caption{top: -89% !important;}
  .message-heading-button{text-align:center;}
  .editor-box2 { padding-top: 10px; }
  .carousel-control{display:none;}
  .allcommonbgfooter{padding-bottom:10px;}
  .footer-staticrow{position: unset;text-align:center;}
  .footer-staticrow .img-responsive{display:inline !important;}
  #owl-demo-gallery{padding-left:15px;padding-right:15px;}
}
@media (max-width: 500px) {
  #CarouselModule .item{min-height: 230px !important;}
  .carousel-caption .home-secondary img{height:100px;}
  #netzc .topnav .top-header-left .nav-item li:last-child{display:none;}
}
@media (max-width: 479px) {
  .home-secondary h1{font-size: 28px;}
  .carousel-caption-main { bottom: 17% !important; }
  .home-secondary h4, .home-secondary h5 { font-size: 16px;}
  #CarouselModule .item { min-height: 230px !important; }
  .carousel-caption-main .carousel-caption{top: -174% !important;}
} 
@media (max-width: 400px) {
  .carousel-caption-main { bottom: 28% !important; }
  .carousel-caption .myyyy{letter-spacing: -2px;font-size: 29px;}
  .carousel-caption .home-secondary img{height:70px;}
  .carousel-caption-main { bottom: 18% !important; } 
  #CarouselModule .item { min-height: 196px !important; }
  .banner-buttons-bg { bottom: 11% !important;left:-7% !important; }
} 
@media (max-width: 372px) {
  .carousel-caption-main { bottom: 4% !important; }
} 
.error-star-attributes{top:1% !important;}
.myaddress-cont, #addressblock {
    min-height: auto !important;
}
.follow-social-links{padding:5px;}
.carousel-indicators{bottom:0px;}
.product-listing-module-items .thumbnail.align-center{background-position: unset !important;}
.cat-home-name {
    margin: 0px;
    line-height: 2 !important;
    font-size: 20px;
}
.fixedto{position:fixed;bottom:0px;right:0px;left:0px;z-index:9999;width:100%;}
#fixedbox{padding:5px;text-align:center;color:#ffffff;}
.ttt{display:block !important;}

.attri-thumb-img{height:unset !important;}
.thumbattriimg div {
    min-height:unset !important;
}
.new-legend{height:unset !important}
.displayoptname{text-align:center; font-size:12px;margin:0}
.sub_cat_grid li:hover {
    background-color:transparent !important;
}
.product-boxes-name{line-height:3;}
.gallery_divbox_slider{border:none !important;}
.sub_cat_grid{left:25% !important;}
#searchPopupbox {
    width: 45%;
    padding: 40px 30px;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 55%;
    z-index: 999;
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    box-shadow: 0 0 15px 
    rgba(5,0,0,0.1);
}
@media(max-width:767px){
    #searchPopupbox {
        width: 100%;
        padding: 40px 50px;
        opacity: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        -ms-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        box-shadow: 0 0 15px 
        rgba(5,0,0,0.1);
   }
   .header-fa-icons.fap{margin-top:3px;}
   .customNavigation a.nextimggall{right:0px !important;}
   .customNavigation a.previmggall{left:0px !important;}
}
#searchPopupbox.active {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#searchPopupbox {
	color:#050000;
	text-align: left;
	background-color:#ffffff;
	box-shadow: 0 0 15px rgba(5,0,0,0.1);
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#searchPopupbox .search-button-cls {
    color:#050000;
    font-size: 24px;
    position: absolute;
    top: 10px;
    right: 20px;

}
.mobile-expand-icon{color:#ffffff;}
.nav-responsive>div{margin-top:10px;}
.caption-name a{font-size:20px;}
@media(max-width:479px){
    #searchPopupbox{padding-left:10px;padding-right:10px;}
}


.dropdown-menu-child{
    position: absolute;
    width: auto;
    left: 101%;
    padding-left: 10px;
    text-align: left;
    top: 5%;
    border:1px solid rgba(0, 0, 0, .15);border-radius: 4px;min-width:160px;z-index: 1000;float: left;display:none;
}
.dropdown-menu-child li{text-align:left !important;}
.simple-topmenu ul li, .simple-topmenu ul{text-align:left !important;}
.simple-submenu{width:100%;}
.dropdown-menu-child > li > a {
    display: block;
    padding: 3px 10px 3px 5px;
    clear: both;
    font-weight: normal;
    line-height: 2.0;
    white-space: nowrap;
}
.show-more-arrow{margin-top: 13px !important;}
.nttz_menu_link .caret{margin-left:8px;}

.netz_toplink .fa-shopping-cart, .header-fa-icons .fa-phone{font-size:21px !important;}
.account-menu li .fa-user{font-size:30px;margin-right:5px;}
.netz_mega_mnu.dropdown-menu{min-width:210px;}
.error-star-attributes{
	left: 8px;
    top: 10px !important;	
}
.box-category-heading, .box-category-heading h3{font-size:18px;color:#E91303;margin-top:15px;}
@media(min-width:767px){
	.error-star-attributes {
	    left: 6px !important;
	    top: 7px !important;
	}
}
.bx-viewport{
	z-index:9999;
}
.bx-controls-direction .bx-prev, .bx-controls-direction .bx-next{
	z-index:1 !important;
}

.topnav-message{text-align: center; border: 5px solid black; background-color: black; padding-top: 1%; padding-bottom: 1%;top: 0;width: 100%;z-index: 99; }
.topnav-container-head h2 {
    font-size: 40px;
    font-weight: bold !important;
    color: #fff !important;
    margin-top: 10px;
    font-family: Americana;
}
.counterclass {
    font-size: 14px;
    display: block;
    width: 24px;
    height: 24px;
    background: #feae01;
    color: white;
    border-radius: 100%;
    line-height: 24px;
    font-weight: 700;
    position: absolute;
    top: 7px;
    left: 30px;
    text-align: center;
}
#mobile-search .has-catdrop{border:none !important;}
@media(min-width:992px){
#search_section{margin-top:23px;margin-bottom:0px !important;}
.mobilecart{margin-top:6px;margin-bottom:14px;}
.custom-brand-search{margin-top:0px;}
.counterclass{right:unset;left:32px;top:7px;}
.cc2{margin-top:25px;}
.top-iconsearch{padding:4px 6px;margin-left:6px;color:#000000 !important;font-weight: 500;border-radius:5px;}
.account-menu, .cart-menu{margin-bottom:0px;margin-top:20px;}
.top-header-right .account-menu, .top-header-right .cart-menu{margin-bottom:0px;margin-top:0px;}
}
.account-menu .account-dropdown{text-align:left;}
.account-menu>li>a>.hide-on-mobile-portrait{font-weight:600;}
#coupon-prod-search{margin-left:-6px !important;}
.sbtncustomcoupon{width:85% !important;}
.has-catdropcustominput{border:1px solid #cccccc !important;}
@media(max-width:767px){
    .account-menu li .fa-user{font-size:21px;}
    .cart-menu .fa-shopping-cart{font-size:20px;}
    .counterclass {
        font-size: 10px;
        width: 16px;
        height: 16px;
        line-height: 16px;
        top: 6px;
        right: 8px;
    }    
    .account-menu li .fa-user{margin-right:0px;color: #ffffff;}
    #logo_div{margin:0px auto;float:unset;}
    .cart-dropdown{width:335px;}
    .topnav-container-head h2{font-size:15px;}
    #search_section{margin-bottom:15px !important;}
    .cc2{width:86%;clear:both;padding-left: 15px !important;} 
    #coupon-prod-search{margin-top:-1px;}
    .text_layer_box.text_layer_count_1 p{font-size:14px !important;}
    .text_layer_box.text_layer_count_2{top:46% !important;}
    .text_layer_box.text_layer_count_2 p{font-size:14px !important;}
    .btn_layer_box.btn_layer_count_1{top:91% !important;}
}
@media (max-width: 441px) and (max-width: 767px) {
   .cc2{width:86%;clear:both;padding-left: 15px !important;} 
}
.head_megamenu_3{left:20%;}
.head_megamenu_3:before{left:53%;}
.head_megamenu_2{left:20%;}
.head_megamenu_2:before{left:32%;}
.footer-links .spacing{margin-top:6px;}
.nesltr-btn{margin-top:10px;}
.top-header-left{padding-top:0px;}

.btn-addtoquote{background-color:#fb641b !important;font-size: 16px;border-radius: 5px;color:#ffffff;}
.lable_pos_left{width:20%;}
.input_pos_left .form-control{width:75% !important;}
.input_pos_left{margin-bottom:8px !important;}
.lable_pos_top{clear:both;width:100%;}
.head_megamenu_brand::before{right:41% !important;}

.video-title {
    background-color: #cecece !important;
    color: #000 !important;
    padding: 2px;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    
}
.mega-dropdown-menu{left:10%;}
.head_megamenu_6{left:18%;}
.head_megamenu_0::before{left:5%;}
.head_megamenu_1::before{left:17%;}
.head_megamenu_2::before{left:34%;}
.head_megamenu_3::before{left:49%;}
.head_megamenu_4::before{left:67%;}
.head_megamenu_5::before{left:86%;}
.head_megamenu_6::before{left:90%;}
.banner_section{padding-top:25px;}

.banner_section .special-banner{padding:0px;overflow:hidden;}
.banner_section{padding-left:0px;padding-right:0px;}
.home-content2{margin-left:-15px;margin-right:-15px;}

.special-banner::after {
    content: "";
    display: inline-block;
    width: 150%;
    height: 80%;
    position: absolute;
    right: 32%;
    top: -75%;
    background: rgba(255,255,255,.15);
    -ms-transform: skewY(-50deg);
    -webkit-transform: skewY(-50deg);
    transform: skewY(-50deg);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.special-banner:hover::after {
    right: -55%;
    top: 120%;
}

.section-why-choose-us {
    background: #f7f6f2;
    max-height: 740px;
    margin-bottom: 100px;
    padding-top: 90px;
}
.title_italic {
    font-size: 3.8rem;
    font-weight: 900;
    font-family: "Playfair Display",serif;
    font-style: italic;
    color: #78b144;
    text-align: center;
}
.mt-65 {
    margin-top: 65px !important;
}
.pr-90 {
    padding-right: 90px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
@media(max-width:1199px){
.pr-xmd-15 {
    padding-right: 15px !important;
}
.mt-xmd-40 {
    margin-top: 40px !important;
}
.section-why-choose-us {
    max-height: inherit;
    padding-bottom: 60px;
    margin-bottom: 0;
}
}
.title_italic .sub_title {
    font-size: 1.7rem;
    font-weight: 500;
    color: #666;
    max-width: 750px;
    margin: auto;
}
.section-why-choose-us .title_italic {
    margin-bottom: 25px;
}
.title {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #444;
    font-family: "Playfair Display",serif;
}
.pop-text, .pop-text .siz{font-family: "Playfair Display",serif;font-weight: 500;}
.content-text{font-size:16px;}
.customNavigation a.prev5 { top: -240px !important;}
.customNavigation a.next5 { top: -240px !important;}
.customNavigation a.prev31 { top: -240px !important;}
.customNavigation a.next31 { top: -240px !important;}