@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Rubik:400,500,700');

/*--------------------------- General CSS ------------------------------*/


body {
    margin: 0; 
    padding: 0; 
    color: #34495E; 
    font-family: 'Open Sans', sans-serif; 
    font-size: 14px; 
    line-height: 21px;
    position: relative; 
    background: #fff;
  	overflow-x: hidden;
}

a {
    color: #34495E; 
    text-decoration: none; 
    outline: none!important; 
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in; 
    -o-transition: all .2s ease-in; 
    transition: all .2s ease-in; 
    font-family: Open Sans;
}
a:hover, a:focus {
    text-decoration: none; 
    cursor: pointer;
}
ul, ol {
    list-style: none; 
    margin: 0; padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif; 
    font-weight: normal; 
    margin: 0; 
    padding-bottom: 15px;
    font-weight:300;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
  	display:none !important;
}

h1 {font-size: 28px; line-height: 35px;}
h2 {font-size: 24px; line-height: 28px;}
h3 {font-size: 20px; line-height: 24px;}
h4 {font-size: 16px; line-height: 20px;}
h5 {font-size: 14px; line-height: 20px;}
h6 {font-size: 12px; line-height: 20px;}

.block-title-1 {
    display: block; 
    font-family: 'Oswald', sans-serif; 
    font-size: 14px; 
    font-weight: normal; 
    letter-spacing: 2px;
    margin: 15px 20px 0 0; 
    text-transform: uppercase;
}

.block-title-2 {
    border-bottom: 1px solid #CECECE; 
    font-size: 13px; 
    font-weight: bold; 
    margin: 0 0 15px; 
    padding: 10px 0 0;
    position: relative; 
    text-transform: uppercase;
}

.block-title-3 {
    border-bottom: 1px solid #CECECE; 
    font-weight: bold; 
    margin: 0 0 15px; 
    padding: 10px 0 10px;
    position: relative; 
    text-transform: uppercase;
}

.block-title-4 {
    display: inline; 
    font-size: 20px; 
    font-weight: 700; 
    letter-spacing: 0.2em; 
    margin: 0 auto; 
    padding: 0 12px;
    text-transform: uppercase;
}

.block-title-5 {
    display: block; 
    font-size: 16px; 
    margin: 0 0 5px; 
    font-weight: 700; 
    letter-spacing: 0.2em; 
    padding: 0;
    text-transform: uppercase;
}

.border-title {
    border-bottom: 1px solid #CECECE; 
    margin: 0 0 15px; 
    padding: 10px 0 10px;
}

.maxheight100 {max-height: 100px;}
.maxheight200 {max-height: 200px;}
.maxheight300 {max-height: 300px;}
.maxheight400 {max-height: 400px;}
.maxheight500 {max-height: 500px;}
.maxheight600 {max-height: 600px;}
.maxheight700 {max-height: 700px;}

.maxwidth100 {max-width: 100px;}
.maxwidth200 {max-width: 200px;}
.maxwidth300 {max-width: 300px;}
.maxwidth400 {max-width: 400px;}
.maxwidth500 {max-width: 500px;}
.maxwidth600 {max-width: 600px;}
.maxwidth700 {max-width: 700px;}

.margin-top-10 {margin-top: 10px;}
.margin-top-20 {margin-top: 20px;}
.margin-bottom-10 {margin-bottom: 10px;}
.margin-bottom-20 {margin-bottom: 20px;}

.bold {font-weight:bold !important;}
.error label.error {color: red;}
.section-block {margin-bottom: 30px;}
.uppercase {text-transform: uppercase !important;}
.underline {text-decoration: underline !important;}
.relative {position: relative !important;}

.no-margin {margin: 0 !important;}
.no-padding {padding: 0 !important;}
.no-margin-right {margin-right: 0 !important;}
.no-margin-left {margin-left: 0 !important;}
.no-margin-top {margin-top: 0 !important;}
.no-margin-bottom {margin-bottom: 0 !important;}
.no-border {border: 0 !important;}

.padding-top-20 {padding-top: 20px;}
.padding-top-30 {padding-top: 30px;}
.padding-bottom-20 {padding-bottom: 20px;}
.padding-left-10 {padding-left:10px !important;}

.width100, .w100 {width: 100%;}
.width50, .w50 {width: 100%; display: block;}

.full-container {width: 100%; display: block; clear: both;}
.main-container {min-height: 580px;}

.float-right {float: right;}
.float-left {float: left;}

.legend {
    padding-bottom: 10px;
}

p.required, .required sup {
    color: #E74C3C;
}

p.lead {
    font-size: 20px; 
    line-height: 1.4;
}

h3 code {
    font-size: 14px; 
    font-weight: normal;
}

.padd {margin-top: 60px;}
.globalPadding {padding: 25px 0;}
.globalPaddingTop {padding: 15px 0 0;}
.globalPaddingBottom {padding-bottom: 50px;}
.globalPaddingSides {padding-left: 15px;padding-right: 15px;}

.hr2 {border-width: 2px; border-color: #DDDDDD;}
.hr3 {border-width: 4px; border-color: #DDDDDD;}
.hr30 {margin-top: 30px; margin-bottom: 30px;}
.hr40 {margin-top: 40px; margin-bottom: 40px;}

ul.list-dot li {list-style: inside disc;}
ul.list-number li {list-style: inside decimal;}
ul.list {list-style: disc; padding-left: 40px;}
ul.list ul {list-style: circle; padding-left: 40px;}
ul.list-check {list-style: none;}
ul.list-border li {border-bottom: 1px solid #E0EDED; display: block; padding: 10px 15px;}
ul.list-border li:hover {background: #ebebeb;}

.transitionfx {
    transition: all 0.25s ease 0s; 
    -moz-transition: all 0.25s ease 0s; 
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s; 
    -ms-transition: all 0.25s ease 0s;
}

.hw100 {
    height: 100%; 
    width: 100%;
}

.display-table {display: table;}

.display-table-cell {
    display: table-cell; 
    vertical-align: middle;
}

.display-none {
    display:none !important;
}

.gap {
    height: 30px;
    width: 100%;
    clear: both;
    display: block;
}
.left-panel {
	padding-right:15px;
}
.right-panel {
	padding-left:15px;
}

.whitebg {
    background: #fff;
}
.fixedContent {
    position: fixed;
    top: 0;
    width: 100%;
    display: block;
}

.col-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.blankstyle h1 {
    display: block;
    font-size: 36px;
    font-weight: bold;
    height: auto;
    letter-spacing: -1px;
    line-height: 36px;
    opacity: 1;
    padding: 0;
    text-transform: uppercase;
}
.color-white h1, .color-white p, .color-white {
    color: #fff;
}
.color-black h1, .color-black p, .color-black {
    color: #000;
}

.panel-body {
    background: #FFFFFF;
    padding-top: 0px;
    border-top: 0px !important;
    padding: 0px;
}
#productTabs-accordion .panel-body {
    padding:15px;
}

.mCustomScrollBox .block-element label{
    padding: 0px 10px 0;
    font-size: 12px !important;
    color: #3A3A3A;
    font-family: Open Sans;
    font-weight: 100 !important;
}
.section-title-inner {
}
.block-element {
    margin-top:4px;
}

.carousel{
    background: #2f4357;
    margin-top: 20px;
}
/*.carousel .item{
    min-height: 280px; /* Prevent carousel from being distorted if for some reason image doesn't load 
}*/
.carousel .item img{
    margin: 0 auto; /* Align slide image horizontally center */
}


#producttabs1_liSpecs{display:none;}

/*------------------------- End General CSS ----------------------------*/



/*--------------------------- Header CSS ----------------------------*/
.navbar {width: 100%; min-height: 45px;}

.navbar-nav {
    margin-top:0px;
    margin-bottom:0px;
}
.header-2 .navbar-nav {
    margin-top:0px;
    margin-bottom:0px;
}
.header-3 .navbar-nav {
    margin-top: 0px;
    margin-bottom: 0px;
}

.navbar .navbar-top {
    height: 42px; 
    font-size: 11px; 
    font-weight: bold; 
    line-height: 11px;
    text-transform: uppercase;
    transition: all 0.1s ease-out 0s; 
    -webkit-transition: all 0.1s ease-out 0s; 
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s; 
    -o-transition: all 0.1s ease-out 0s;
    background: #fff;
}
.skin-2 .navbar .navbar-top {background:#fff3dc;}

.header-3 .navbar-top {background:#222;}
.header-3 .navbar-top .container {border-bottom:none;}

.brandWrap {
    transition: all 0.2s ease-out 0s; 
    -webkit-transition: all 0.2s ease-out 0s; 
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s; 
    -o-transition: all 0.2s ease-out 0s; 
    height: auto;
        background: #fff;
    padding: 24px 0px;
    border-top: 1px solid #ebebeb;
}
.skin-2 .brandWrap {background: #fff3dc;border-top: 1px solid #ffe8c3;}
.skin-3 .brandWrap {background: #fff3dc;border-top: 1px solid #ffe8c3;}
.skin-4 .brandWrap {background: #fff3dc;border-top: 1px solid #ffe8c3;}


.brandWrap2 {
    transition: all 0.2s ease-out 0.2s; 
    -webkit-transition: all 0.2s ease-out 0.2s; 
    -moz-transition: all 0.2s ease-out 0.2s;
    -ms-transition: all 0.2s ease-out 0.2s; 
    -o-transition: all 0.2s ease-out 0.2s; 
    height: auto;
    background: #454545;
}

.stuck .brandWrap2 {
    background:#454545;
}

.menuWrap {background:#333d47;border-top:1px solid #333d47;}
.skin-2 .menuWrap {background:#fff3dc;border-top:1px solid #ffe8c3;}
.skin-3 .menuWrap {background:#fff3dc;border-top:1px solid #ffe8c3;}
.skin-4 .menuWrap {background:#fff3dc;border-top:1px solid #ffe8c3;}



.menuWrap .container{}
.menuWrap .row{background:#fff; box-shadow: 0 1px 2px rgba(0, 0, 0, .2);}

.stuck .menuWrap {background:#333d47; box-shadow: 0 1px 2px rgba(0, 0, 0, .2);}
.skin-2 .stuck .menuWrap {background:#fff3dc;}
.skin-3 .stuck .menuWrap {background:#fff3dc;}
.skin-4 .stuck .menuWrap {background:#fff3dc;}


.stuck .menuWrap .row{background:none; box-shadow: none;}


.header-2 .menuWrap {background:#febf00; float: left;}
.header-2 .menuWrap .container{background:transaprent; /*box-shadow: 0 1px 2px rgba(0, 0, 0, .2);*/ width: 1070px; padding: 0px;}

.stuck.header-2 .menuWrap {background:#febf00; box-shadow: 0 1px 2px rgba(0, 0, 0, .2);}
.stuck.header-2 .menuWrap .container{background:none; box-shadow: none;}

.userMenu li {
    display: block; 
    float: left;
}
.userMenu li a {
    position: relative;
    color: #324041;
    display: block;
    float: right;
    font-size: 14px;
    line-height: 13px;
    padding: 0 10px 0 10px;
    margin: 15px 0;
    text-decoration: none;
  	border-right:1px solid #ebebeb;
    font-family: 'Roboto', Open Sanse;
    font-weight: 400;
    text-transform: capitalize;
    transition: opacity 0.2s ease-out 0s;
    -webkit-transition: opacity 0.21s ease-out 0s;
    -moz-transition: opacity 0.2s ease-out 0s;
    -ms-transition: opacity 0.2s ease-out 0s;
    -o-transition: opacity 0.2s ease-out 0s;
}

.skin-2 .userMenu li a {color:#000;border-right: 1px solid #ffe5bc;}
.skin-3 .userMenu li a {color:#000;border-right: 1px solid #ffe5bc;}
.skin-4 .userMenu li a {color:#000;border-right: 1px solid #ffe5bc;}

.userMenu li:first-child a {
    padding-left:4px;
}
.userMenu li:last-child a {
  	border-color:transparent;
}
.userMenu li a:hover {
    color: #0060bb;
}
.skin-2 .userMenu li a:hover { color: #f07c29;}
.skin-3 .userMenu li a:hover { color: #f07c29;}
.skin-4 .userMenu li a:hover { color: #f07c29;}


.userMenu .optionMenu {
    min-width:100px;
}
.userMenu .optionMenu li {
    display:block; 
    float: none; 
    padding-right: 10px; 
    padding-left: 10px;
}
.userMenu .optionMenu li a {
    color: #34495E; 
    display: block; 
    float: left; 
    font-size: 12px; 
    line-height: 30px; 
    padding: 0 10px 0 10px;
	width:100%;
    margin:0px;
    text-decoration: none; 
    text-transform:none; 
    transition: opacity 0.2s ease-out 0s;
    -webkit-transition: opacity 0.21s ease-out 0s; 
    -moz-transition: opacity 0.2s ease-out 0s;
    -ms-transition: opacity 0.2s ease-out 0s; 
    -o-transition: opacity 0.2s ease-out 0s;
}
.userMenu .optionMenu li a:hover {
    opacity: inherit;
}
.userMenu .dropdown-menu li a{border-right:none;}
.userMenu select {
    height: 21px;
    width: 45px;
    padding: 0;
    color: #3b3b3b;
    background-color: #ffffff;
    font-size: 12px;
    border: 0px;
    cursor: pointer;
    border-radius: 2px;
    font-family: Open Sans;
    margin: 12px 0px 9px 0px;
    opacity: 0.8;
}
.userMenu select:hover {
    opacity:1;
}
.userMenu select option	{
    color:#333333; 
    height:30px;
}

.navbar-brand {
    padding: 0px 5px; 
    color: #FFFFFF; 
    font-size: 28px; 
    font-weight: bold;
}

.navbar-brand>img {
    max-height: 50px;
}

.header-3 .navbar-brand {
    margin-top:22px;
	padding: 0 10px 0 0;
    height: auto;
  	line-height: 40px;
}

.header-3.stuck .navbar-brand {
    margin-top:8px;
}

.header-3 .navbar-brand>img {
    max-height: 45px;
  	margin-top:0px;
}
.header-4.custom .search-box .input-group {margin-right: 0px; max-width: 450px; width: 430px;}
.header-4.custom .search-box .input-group div {display:flexbox;display:flex;}
.header-4.custom .search-input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 0px !important;
    text-align: left;
    padding: 16px 32px 16px 10px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px !important;
    height: 45px !important;
    border-right: 0px !important;
    outline: none;
    border-radius: 4px;
        font-size: 14px;
    font-weight: 600;
}
.header-4.custom .search-input {
    background: #fff !important;
    color: #676767 !important;
  	border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  	border:2px solid #ebebeb!important;
}
.skin-2 .header-4.custom .search-input{border:1px solid #ffe8c3!important;}


.header-4.custom .search-box .btn-nobg {padding: 10px 22px !important;
    margin-left: -20px;
    border-top-right-radius: 3px!important;
    border-bottom-right-radius: 3px!important;}
.header-4.custom .search-box .btn-nobg:after {content: "Search";
}

.navbar-toggle {
    margin:10px 0;
    z-index:2;
    margin-left: 10px;
}

.header-3 .navbar-toggle {
    background: #323232;
    margin:10px 0;
    color:#fff;
    z-index:2;
    margin-right:0px;
}

.header-3 button.navbar-toggle {
    float:left;
    margin:10px 0px;
}




.navbar-cart {
    border-top: 1px solid rgba(0, 0, 0, 0); 
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; 
    max-height: 340px;
    overflow-x: visible; 
    padding-left: 15px; 
    padding-right: 15px;
}

.navbar.stuck .navbar-top {margin-top: -42px;}


.colorWhite, .colorWhite i {
    color: #fff!important;
}

.emptyCart {
    padding: 1px 20px 9px 10px;
}

.emptyCart i{
    color:red; 
    padding:5px; 
    font-size:16px;
}

.megamenu .nav, .megamenu .dropup, .megamenu .dropdown, .megamenu .collapse {
    position: static;
}
.megamenu .navbar-inner, .megamenu .container {
    position: relative;
}
.megamenu .dropdown-menu {
    left: auto;
}
.megamenu .dropdown-menu>li {
    display: block;
}
.megamenu .dropdown-menu>li p{
    margin: 10px 0 5px 0;
}
.megamenu .nav.pull-right .dropdown-menu {
    right: 0;
}
.megamenu .megamenu-content {
    padding: 20px 30px; 
    *zoom: 1;
}
.megamenu .megamenu-content:before, .megamenu .megamenu-content:after {
    display: table; 
    content: ""; 
    line-height: 0;
}
.megamenu .megamenu-content:after {clear: both;}

.megamenu.navbar .nav>li>.dropdown-menu:after, .megamenu.navbar .nav>li>.dropdown-menu:before {
    display: none;
}
.megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
    width: 100%; 
    left: 0; 
    right: 0;
}
.megamenu .dropdown.megamenu-80width .dropdown-menu {
    width: 80%; 
    left: 0; 
    right: 0;
}
.megamenu .dropdown.megamenu-60width .dropdown-menu {width: 60%;}
.megamenu .dropdown.megamenu-50width .dropdown-menu {width: 50%;}
.megamenu .dropdown.megamenu-40width .dropdown-menu {width: 40%;}
.megamenu .dropdown.megamenu-20width .dropdown-menu {width: 20%;}

.megamenu .dropdown.megamenu-20width .dropdown-menu .megamenu-content {
    padding: 5px 10px; 
    *zoom: 1;
}
.megamenu-content img {
    max-width: 100%;
}
.megamenu-content ul li { 
    font-family:Open Sans;
}
.megamenu-content ul li.no-border {
    color:#e26228;
    font-family:'Open Sans';
    text-transform:uppercase;
    font-size:13px;
}
.megamenu-content ul li.no-border p strong {
    color: #333;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 700;
}
.navbar-nav .megamenu-content ul li a {
    font-size: 13px;
    color: #8a8a8a;
    padding: 7px 0;
    font-family: 'Open Sans	', sans-serif;
    font-weight: 600;
    background:none;
}


.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0; 
    left: 100%; 
    margin-top: -6px;
     margin-left: -1px;
     min-width:200px; 
     display:none;
}
.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: #ccc; 
    margin-top: 5px; 
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%; 
    margin-left: 10px;
}

.dropdown-left .dropdown-menu {
    left: 0;
}

ul.nav .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.social-icon {
    margin: 6px 0px;
    display: inline-block; 
}

.header-2 .social-icon {
    margin: 11px 0px;
}
.social-icon a {
    width: 40px;
    height: 38px;
    line-height: 35px;
    display: inline-block;
    font-size: 18px;
    margin-left: 0;
    position: relative;
    text-align: center;
    z-index: 10;
    border-radius: 3px;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.0) inset;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.21s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
}

.header-2 .social-icon a {
    width: 30px;
    height: 28px;
    line-height: 26px;
}


.phone-number span {float: left;}

.navbar-nav>li>a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    border-radius: 13px;
    padding: 15px 18px;
    white-space: nowrap;
    line-height: 20px;
    border-radius: 0px;
}
.skin-2 .navbar-nav>li>a{color:#000;border-left:1px solid #ffe8c3;}
.skin-3 .navbar-nav>li>a{color:#000;border-left:1px solid #2d719d;}
.skin-4 .navbar-nav>li>a{color:#000;border-left:1px solid #2d719d;}



.navbar-nav li:first-child a {
    /*padding: 15px 40px;*/
  	border-left:none;
}
.header-3 .navbar-nav>li>a {
    color: #fff;
    padding: 34px 15px;
}

.header-3.stuck .navbar-nav>li>a {
    color: #fff;
    padding: 20px 15px;
}

.navbar-nav>li:hover>a, .nav>li:hover>a, .navbar-nav>li:hover>a:hover {
    background:#85d565;
    color:#fff;
}

/*.navbar-nav>li.dropdown:hover a.dropdown-toggle::after, .navbar-nav>li.open a.dropdown-toggle::after {
    content: "";
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 17px;
    width: 0;
    height: 0;
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent #121214 transparent;
    margin-left: -11px;
    transition: all 0.2s ease-out 0.2s;
    -webkit-transition: all 0.2s ease-out 0.2s;
    -moz-transition: all 0.2s ease-out 0.2s;
    -ms-transition: all 0.2s ease-out 0.2s;
    -o-transition: all 0.2s ease-out 0.2s;     
}

.header-3 .navbar-nav>li.dropdown:hover a.dropdown-toggle::after, .header-3 .navbar-nav>li.open a.dropdown-toggle::after {
    top: 17px; 
    border-color: transparent transparent #ffffff transparent;   
}*/

/*.header-3.stuck .navbar-nav>li.dropdown:hover a.dropdown-toggle::after, .header-3.stuck .navbar-nav>li.open a.dropdown-toggle::after {
    top:23px;
    transition: all 0.2s ease-out 0.2s; 
    -webkit-transition: all 0.2s ease-out 0.2s; 
    -moz-transition: all 0.2s ease-out 0.2s;
    -ms-transition: all 0.2s ease-out 0.2s; 
    -o-transition: all 0.2s ease-out 0.2s;     
}*/


.header-2 .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
}

.dropdown-menu {
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.24);
}

.header-3 .navbar-nav > li > .dropdown-menu {
    margin-top:0px;
    transition: all 0.2s ease-out 0.2s; 
    -webkit-transition: all 0.2s ease-out 0.2s; 
    -moz-transition: all 0.2s ease-out 0.2s;
    -ms-transition: all 0.2s ease-out 0.2s; 
    -o-transition: all 0.2s ease-out 0.2s; 
}

/*.header-3.stuck .navbar-nav > li > .dropdown-menu {
    margin-top:5px;
    transition: all 0.2s ease-out 0.2s; 
    -webkit-transition: all 0.2s ease-out 0.2s; 
    -moz-transition: all 0.2s ease-out 0.2s;
    -ms-transition: all 0.2s ease-out 0.2s; 
    -o-transition: all 0.2s ease-out 0.2s; 
}*/

/*.header-3 .navbar-nav > li:hover > .dropdown-menu:before {
    content: '';
    background: rgba(255, 255, 255, 0);
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 33px;
}*/

.navbar-nav>li>.dropdown-menu{box-shadow:0px 0px 5px #999;}
.skin-2 .navbar-nav>li>.dropdown-menu{border-top:4px solid #f07c29;}
.skin-3 .navbar-nav>li>.dropdown-menu{border-top:4px solid #f07c29;}
.skin-4 .navbar-nav>li>.dropdown-menu{border-top:4px solid #f07c29;}

.navbar-nav.navbar-right:last-child {
    margin-right: 0px;
}

.header-2 .navbar-nav.navbar-right:last-child {
    margin-right: 11px;
}

/*-- Search Box --*/
.search-box {
    float: right;
    margin-right: 30px;
}
.header-2 .search-box { 
    margin-right: 5px;
}
.header-3 .search-box { 
    margin-right: 10px;
    width: auto;
}
.search-box.static-search {
    width: auto; 
    min-width: 143px;
}

.custom .search-box.static-search {
    width: auto;
    min-width: initial;
}
.search-box.static-search #search-form {
    padding-right: 0;
}
.search-box .input-group {
    margin-top:12px; 
    max-width: 34px; 
    transition: all 0.3s ease-out 0s; 
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s; 
    -ms-transition: all 0.3s ease-out 0s; 
    -o-transition: all 0.3s ease-out 0s;
}
.header-2 .search-box .input-group {
    margin-top: 30px;
    margin-right: 10px;
}
.header-3 .search-box .input-group {
    margin-top:33px; 
}
.header-3.stuck .search-box .input-group {
    margin-top:20px; 
}
.header-2.custom .search-box .input-group {
    margin-top: 30px;
    margin-right: 10px;
    max-width: 340px;
    width: 320px;
}
.header-2.custom .search-box .input-group div {
    display: flex;
}
.search-box:hover .input-group {
    max-width: 183px;
}
.search-box .form-control {
    width: 0; 
    padding: 0; 
    height: 34px; 
    border: 0; 
    opacity: 0; 
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s; 
    -moz-transition: all 0.3s ease-out 0s; 
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
.search-box:hover .form-control {
    border: solid 1px #fff;
}



.search-box.static-search .input-group {
    margin-top: 1px; 
    transition: all 0.3s ease-out 0s; 
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s; 
    -ms-transition: all 0.3s ease-out 0s; 
    -o-transition: all 0.3s ease-out 0s;
}

.search-box.static-search .form-control {
    width: auto; 
    padding: 0; 
    height: 33px; 
    border: solid 1px #fff; 
    opacity: 1;
    transition: all 0.3s ease-out 0s; 
    -webkit-transition: all 0.3s ease-out 0s; 
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s; 
    -o-transition: all 0.3s ease-out 0s;
}

.search-box.static-search:hover .form-control {
    opacity: 1; 
    border: solid 1px #fff; 
    color: #333; 
    background: #fff;
}
.search-box.static-search button {
    border: 0!important; 
    margin: 0!important;
}
.search-full {
    top: 0px;
    letter-spacing: 1px;
    min-height: 46px;
    position: absolute;
    right: 0px;
    text-align: right;
    white-space: nowrap;
    width: 330px;
    z-index: 10;
    display: none;
    background-color: #858585;
}

.header-2 .search-full {
    top: 30px;
    right: 15px;
    background-color: #969696;
}

.header-3 .search-full {
    top: 17px;
    right: -10px;
    min-height: 55px;
}

.header-3.stuck .search-full {
    top: 2px;
    right: -10px;
    min-height: 55px;
}

.searchInputBox {
    display: block; 
    max-width: 290px; 
    text-align: right; 
    width: 100%;
}

.search-close {
    display: table; 
    float: right; 
    font-size: 22px; 
    height: 50px; 
    padding: 0 9px 0 9px; 
    width: 32px;
}
.header-2 .search-close {
    height: 45px; 
}
.header-3 .search-close { 
    height: 55px; 
}
.search-close i {
    display: table-cell; 
    vertical-align: middle; 
    transition: all 0.5s ease 0s; 
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s; 
    -ms-transition: all 0.5s ease 0s; 
    -o-transition: all 0.5s ease 0s;
}
.search-close:hover i {
    transform: scale(1.15) rotate(-180deg); 
    -webkit-transform: scale(1) rotate(-180deg);
    -moz-transform: scale(1) rotate(-180deg); 
    -ms-transform: scale(1) rotate(-180deg); 
    -o-transform: scale(1) rotate(-180deg);
}

.search-input {
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    border: 0px !important; 
    text-align: left;
    padding: 16px 32px 16px 10px; 
    width: 100%; 
    max-width: 100%; 
    margin-bottom: 0px !important; 
    height: 50px !important;
    background:none !important; 
    background:url(images/search.png) no-repeat right !important; 
    border-right:1px solid #5a5a5a !important; 
    color: #fff !important; 
    outline:none;
}
.header-2 .search-input { 
    height: 45px !important;
}
.header-2.custom .search-input { 
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 0px !important;
    text-align: left;
    padding: 16px 32px 16px 10px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px !important;
    height: 40px !important;
    border-right: 0px !important;
    outline: none;
    border-radius: 3px 0px 0px 3px;
    font-size: 12px;
}
.header-3 .search-input { 
    height: 55px !important;
}
.search-input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
.search-input::-moz-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
.searchInputBox .search-btn {
    border: none; 
    padding: 0 10px 0 0; 
    color: #fff; 
    color: rgba(255, 255, 255, 0.8);
}
.search-full.active {
    display: block;
}

.search-box .btn-nobg {
    border-radius: 2px !important;
    padding: 3px 8px !important;
}

.header-2 .search-box .btn-nobg {
    border-radius: 3px !important;
    padding: 9px 14px !important;
}

.header-2.custom .search-box .btn-nobg {
    /*border-radius: 50px 50px 0px !important;*/
    padding: 9px 14px !important;
    margin-left: -20px;
}
.header-2.custom .search-box .btn-nobg:after {
    font-family: 'FontAwesome';
    content: "\f002";
}

.header-3 .search-box .btn-nobg {
    border-radius: 0px !important;
    padding: 0px !important;
}
.header-3 .search-box:hover .btn-nobg {
    color: #C2C2C2;
    background:none;
}
/*--End Search Box--*/

/*-- Cart Menu --*/
.cartMenu {
    float: left; 
    display: block;
    margin: 0px 8px;
}
.header-2 .cartMenu {
    float: left; 
    display: block;
    margin: 30px 8px 60px;
}
.header-2.custom .cartMenu {
    float: left;
    display: block;
    margin: 30px 15px 60px 8px;
}
.header-3 .cartMenu {
    float: left; 
    display: block;
    margin: 0px 8px;
}
.header-4 .cartMenu a.dropdown-toggle {border-radius:3px;padding:0px 7px;color: #333d45;border: none;font-size: 12px;
    font-weight: 7	00;background:transparent;}
.skin-2 .header-4 .cartMenu a.dropdown-toggle {color:#000;}
.skin-3 .header-4 .cartMenu a.dropdown-toggle {color:#000;}
.skin-4 .header-4 .cartMenu a.dropdown-toggle {color:#000;}

.header-4 .cartMenu a.dropdown-toggle i{font-size: 20px;background: #fed700;padding: 12px 13px;border-radius: 25px;margin-right:5px;}
.skin-2 .header-4 .cartMenu a.dropdown-toggle i{background: #f07c29;color:#fff;}
.skin-3 .header-4 .cartMenu a.dropdown-toggle i{background: #f07c29;color:#fff;}
.skin-4 .header-4 .cartMenu a.dropdown-toggle i{background: #f07c29;color:#fff;}



.cartMenu img {
    max-width: 50px;
    max-height:50px;
}
.cartMenu h4 {
    padding-bottom: 0;
    font-size: 12px;
    font-weight: 400;
}
.cartMenu a.dropdown-toggle {
    padding: 15px 18px;
    padding: 15px 15px;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    display: block;
    font-family: Open Sans;
    background: none;
    border: none;
    border-radius: 0px;
    line-height: 20px;
    position: relative;
}
.cartMenu a.dropdown-toggle span span{
    font-weight:bold;
}


.header-2 .cartMenu a.dropdown-toggle {
    padding: 8px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 20px;
    display: block;
    font-family: 'Open Sans';
    position: relative;
    border-radius: 3px;
    z-index: 9;
}

.header-3 .cartMenu a.dropdown-toggle {
    padding: 34px 18px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 20px;
    display: block;
    font-family: Open Sans;
    background: none;
    border: none;
    border-radius: 0px;
    line-height: 20px;
    position: relative;
}
.header-3 .cartMenu a span span, .header-3 .cartMenu a span {
    display:none;
}
.header-3.stuck .cartMenu a.dropdown-toggle {
    padding:20px 18px;
}



/*.cartMenu:hover a.dropdown-toggle:after, .cartMenu div.open a.dropdown-toggle:after {
    content: "";
    color: #fff;
    position: absolute;
    top: 17px;
    left: 50%;
    width: 0;
    height: 0;
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent #121214 transparent;
    margin-left: -11px;
    transition: all 0.2s ease-out 0.2s; 
    -webkit-transition: all 0.2s ease-out 0.2s; 
    -moz-transition: all 0.2s ease-out 0.2s;
    -ms-transition: all 0.2s ease-out 0.2s; 
    -o-transition: all 0.2s ease-out 0.2s;
}

.header-2 .cartMenu:hover a.dropdown-toggle:after, .header-2 .cartMenu div.open a.dropdown-toggle:after {
    border-color: transparent transparent #fff transparent;
    top: 20px;
}

.header-3 .cartMenu:hover a.dropdown-toggle:after, .header-3 .cartMenu div.open a.dropdown-toggle:after {
    border-color: transparent transparent #fff transparent;
    top: 17px;
}*/

/*.header-3.stuck .cartMenu:hover a.dropdown-toggle:after, .header-3.stuck .cartMenu div.open a.dropdown-toggle:after {
    top: 21px;
    transition: all 0.2s ease-out 0.2s; 
    -webkit-transition: all 0.2s ease-out 0.2s; 
    -moz-transition: all 0.2s ease-out 0.2s;
    -ms-transition: all 0.2s ease-out 0.2s; 
    -o-transition: all 0.2s ease-out 0.2s;
}*/

.header-3 .cartMenu .dropdown-menu { 
    margin-top: 0px;
    transition: all 0.2s ease-out 0.2s; 
    -webkit-transition: all 0.2s ease-out 0.2s; 
    -moz-transition: all 0.2s ease-out 0.2s;
    -ms-transition: all 0.2s ease-out 0.2s; 
    -o-transition: all 0.2s ease-out 0.2s;
}
/*.header-3.stuck .cartMenu .dropdown-menu { 
    margin-top: 5px;
    transition: all 0.2s ease-out 0.2s; 
    -webkit-transition: all 0.2s ease-out 0.2s; 
    -moz-transition: all 0.2s ease-out 0.2s;
    -ms-transition: all 0.2s ease-out 0.2s; 
    -o-transition: all 0.2s ease-out 0.2s;
}*/

.cartMenu .dropdown-menu:before { 
    content: '';
    background: rgba(255, 255, 255, 0.01);
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 12px;
}
.header-2 .cartMenu .dropdown-menu:before { 
    height: 18px;
}
.header-3 .cartMenu .dropdown-menu:before { 
    height: 0px;
}

.cartMenu .dropdown-menu {
    padding-bottom: 0; 
    border-radius: 0; 
    margin-top: 0px;
}

.header-2 .cartMenu .dropdown-menu {
    padding-bottom: 0;
    border-radius: 3px;
    margin-top: -54px;
    box-shadow: 1px 3px 3px 0px rgba(0,0,0,0.14);
    z-index: 99;
}

.cartMenu table {
    width: 100%; 
    height: auto;
}
.cartMenu table tr {
    border-bottom: solid 1px #ddd;
}
.cartMenu table tr:last-child {
    border-bottom: none;
}
.cartMenu table tr td {
    padding: 5px 0;
}
/*-- End Cart Menu --*/

/*-- MiniCart --*/
.miniCartTable {
    max-height: 300px; 
    width: 100%; 
    display: block;
}
.miniCartProductThumb {
    text-align: center;
}
.miniCartDescription a { 
    font-weight: 600;
}
.miniCartDescription .size { 
    color: #888888; 
    font-size: 11px;
}
.miniCartDescription .price {
    color: #444444; 
    font-size: 13px; 
    font-weight: 400;
}
.miniCartFooter {
    background: #ECF0F1; 
    padding: 10px 10px 10px;
}
.miniCartFooter .subtotal {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
    text-transform: capitalize;
    font-family: Open Sans;
    padding-bottom: 5px;
}

.miniCartFooterInMobile .subtotal {
    font-size: 18px; 
    color: #fff;
}
.miniCartTable .mCSB_container {
    margin-right: 15px!important;
    margin-left: 15px!important;
}

.miniCartQuantity {
    text-align:center;
}
.miniCartSubtotal {
    text-align: center;
    font-weight: 600;
    font-family: Open Sans;
}
/*-- End MiniCart --*/
/*------------------------- End Header CSS ----------------------------*/


/*--------------------------- Form Control CSS ----------------------------*/

.form-control {
    display: block; 
    width: 100%; 
    height: 34px; 
    padding: 6px 12px; 
    font-size: 14px; 
    line-height: 1.42857143;
    color: #555; 
    background-color: #fff; 
    background-image: none; 
    border: 1px solid #ccc; 
    border-radius: 4px;
    -webkit-box-shadow: none;
     box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    box-shadow: NONE; 
    outline: 0 none;
}

input[type="text"], input[type="password"], input[type="email"] {
    border-color: #DDDDDD; 
    border-radius: 3px 0 0 3px;
	border-style: solid; 
    border-width: 1px; 
    color: #888888; 
    font-size: 14px; 
    margin-bottom: 10px; 
    height: 36px;
	box-shadow:none;
}


input[type="radio"], input[type="checkbox"] {
    margin: 4px 4px 0 0; 
    margin-top: 1px \9; 
    line-height: normal;
}

label {
    display: inline-block; 
    max-width: 100%; 
    margin-bottom: 5px; 
    font-weight: normal; 
    vertical-align:middle;
    margin-right:8px;
    font-size: 12px;
}

.btn {
    border: medium none; 
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    border-radius: 4px; 
    font-size: 15px;
    font-weight: normal; 
    line-height: 1.4; 
    padding: 6px 12px;
    transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s; 
    -moz-transition: all 0.25s linear 0s; 
    -ms-transition: all 0.25s linear 0s;
    -o-transition: all 0.25s linear 0s;
}

.btn-lg {
    -webkit-border-radius: 6px; 
    -moz-border-radius: 6px; 
    border-radius: 6px; 
    font-size: 18px; 
    line-height: 1.33;
    padding: 10px 16px;
}

.btn-sm {
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px; 
    font-size: 13px; 
    line-height: 1.5;
    padding: 4px 8px;
}

.btn-xs {
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px; 
    font-size: 12px; 
    line-height: 1.5;
    padding: 1px 5px;
}

.btn-lg {
    -webkit-border-radius: 6px; 
    -moz-border-radius: 6px; 
    border-radius: 4px; 
    font-size: 15px; 
    line-height: 1.471;
    padding: 10px 20px;
}

.btn-thin {
    border: 1px solid #BDC3C7; 
    color: #BDC3C7; 
    background: none;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
    background-color: #1ABC9C;
}

.btn-default {
    background-color: #0a3149;
    color: #FFFFFF;
    font-family:'Open Sans';
    font-weight:600;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #1573ad; 
    border-color: #1573ad; 
    color: #FFFFFF;
}
.skin-2 .btn-default:hover, .skin-2 .btn-default:focus, .skin-2 .btn-default:active, .skin-2 .btn-default.active, .skin-2 .open .dropdown-toggle.btn-default{background-color: #777777;border-color: #fff3dc;color: #FFFFFF;}
.skin-3 .btn-default:hover, .skin-3 .btn-default:focus, .skin-3 .btn-default:active, .skin-3 .btn-default.active, .skin-3 .open .dropdown-toggle.btn-default{background-color: #777777;border-color: #fff3dc;color: #FFFFFF;}
.skin-4 .btn-default:hover, .skin-4 .btn-default:focus, .skin-4 .btn-default:active, .skin-4 .btn-default.active, .skin-4 .open .dropdown-toggle.btn-default{background-color: #777777;border-color: #fff3dc;color: #FFFFFF;}



.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background: #A1A6A9;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default.active[disabled], fieldset[disabled] .btn-default.active {
    background-color: #BDC3C7;
}

.btn-dark {
    background-color: #34495e; 
    color: #FFFFFF;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .open .dropdown-toggle.btn-dark {
    background-color: #20354a; 
    border-color: #20354a; 
    color: #FFFFFF;
}
.btn-dark:active, .btn-dark.active, .open .dropdown-toggle.btn-dark {
    background: #20354a;
}

.btn-info {
    background-color: #3498DB;   
    color: #FFFFFF;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-color: #5DADE2; 
    border-color: #5DADE2; 
    color: #FFFFFF;
}
.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background: #2C81BA;
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info.active[disabled], fieldset[disabled] .btn-info.active {
    background-color: #3498DB;
}

.btn-danger {
    background-color: #156192; 
    color: #FFFFFF;
    font-family: Open Sans;
    font-weight: 600;
}
.skin-2 .btn-danger {background-color: #fff3dc; color: #f07c29;}
.skin-3 .btn-danger {background-color: #fff3dc; color: #f07c29;}
.skin-4 .btn-danger {background-color: #fff3dc; color: #f07c29;}


.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    background-color: #127dc1; 
    border-color: #127dc1; 
    color: #FFFFFF;
}
.skin-2 .btn-danger:hover, .skin-2 .btn-danger:focus, .skin-2 .btn-danger:active, .skin-2 .btn-danger.active, .skin-2 .open .dropdown-toggle.btn-danger {
  background-color: #f07c29; }
.skin-3 .btn-danger:hover, .skin-3 .btn-danger:focus, .skin-3 .btn-danger:active, .skin-3 .btn-danger.active, .skin-3 .open .dropdown-toggle.btn-danger {
  background-color: #f07c29; }
.skin-4 .btn-danger:hover, .skin-4 .btn-danger:focus, .skin-4 .btn-danger:active, .skin-4 .btn-danger.active, .skin-4 .open .dropdown-toggle.btn-danger {
  background-color: #f07c29; }


.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    background: #C44133;
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger.active {
    background-color: #E74C3C;
}

.btn-success {
    background-color: #2ECC71; 
    color: #FFFFFF;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-color: #58D68D; 
    border-color: #58D68D; 
    color: #FFFFFF;
}
.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background: #27AD60;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success.active[disabled], fieldset[disabled] .btn-success.active {
    background-color: #2ECC71;
}

.btn-warning {
    background-color: #F1C40F; 
    color: #FFFFFF;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    background-color: #F5D313; 
    border-color: #F5D313; 
    color: #FFFFFF;
}
.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    background: #CDA70D;
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning.active {
    background-color: #F1C40F;
}

.btn-inverse {
    background-color: #34495E; 
    color: #FFFFFF;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .open .dropdown-toggle.btn-inverse {
    background-color: #415B76; 
    border-color: #415B76; 
    color: #FFFFFF;
}
.btn-inverse:active, .btn-inverse.active, .open .dropdown-toggle.btn-inverse {
    background: #2C3E50;
}
.btn-inverse.disabled, .btn-inverse[disabled], fieldset[disabled] .btn-inverse, .btn-inverse.disabled:hover, .btn-inverse[disabled]:hover, fieldset[disabled] .btn-inverse:hover, .btn-inverse.disabled:focus, .btn-inverse[disabled]:focus, fieldset[disabled] .btn-inverse:focus, .btn-inverse.disabled:active, .btn-inverse[disabled]:active, fieldset[disabled] .btn-inverse:active, .btn-inverse.disabled.active, .btn-inverse.active[disabled], fieldset[disabled] .btn-inverse.active {
    background-color: #34495E;
}

.btn-stroke-dark, .btn-stroke-light {
    background: rgba(0, 0, 0, 0); 
    font-family: "Oswald"; 
    letter-spacing: 2px; 
    padding: 15px 20px;
    text-align: center;
    border-radius: 0;
     min-width: 200px; 
     text-transform: uppercase;
}
.btn-stroke-dark {
    border: 2px solid #2c3e50; 
    color: #2c3e50!important;
}
.btn-stroke-dark:hover {
    background: #2c3e50; 
    color: #fff!important;
}
.btn-stroke-light {
    border: 2px solid #fff; 
    color: #fff!important;
}
.btn-stroke-light:hover {
    background: #fff; 
    color: #2c3e50!important;
}

.btn-site {
    padding: 5px 0; 
    color: #fff; 
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px; 
    font-size: 18px;
    display: block; 
    text-decoration: none; 
    transition: all .3s ease; 
    -webkit-transition: all .3s ease; 
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.fb_button {
    background: #658AD0; 
    color: #FFFFFF; 
    display: block; 
    text-align: center; 
    text-decoration: none;
}
.btn-fb {
    background: #658AD0;
    color: #FFFFFF;
}
.fb_button:hover, .btn-fb:hover {
    background: #4E6FAE; 
    color: #fff; 
    text-decoration: none;
}

.btn-tw {
    background: #1DADEB; 
    color: #FFFFFF;
}
.btn-tw:hover {
    background: #35C5FF; 
    color: #fff; 
    text-decoration: none;
}

.checkbox {
    padding-left: 0; 
    margin-left: 0;
}

.alert {
    border: none; 
    border-left: 5px solid rgba(0, 0, 0, 0.1); 
    border-radius: 0;
}

.alert .close {
    font-size: 30px; 
    line-height: 20px;
}

/*------------------------- End Form Control CSS ----------------------------*/


/*--------------------------- Side Menu CSS ------------------------------*/
.panel-heading, .panel-group .panel {
    border-radius: 0;
    border: none;
    box-shadow:none;
}
.panel-title {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    color: #fff;
    font-size: 16px;
    font-weight:500;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
}
.skin-2 .panel-title{color:#464646;}
.skin-3 .panel-title{color:#464646;}
.skin-4 .panel-title{color:#464646;}


.panel-title a:hover, .panel-title a:focus{color: #fff;}
.skin-2 .panel-title a:hover, .panel-title a:focus{color:#464646;}
.skin-3 .panel-title a:hover, .panel-title a:focus{color:#464646;}
.skin-4 .panel-title a:hover, .panel-title a:focus{color:#464646;}

.collapseWill {
}
.collapseWill i {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    margin-right: 5px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.collapseWill.pressed i {
    margin-right: 5px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.minus {
    display: block;
}
.collapseWill .minus {
    display: none!important;
}
.collapseWill.collapsed .minus {
    display: none!important;
}

.color-filter small {
    border: 1px solid #DDDDDD;
    display: inline-block;
    height: 14px;
    margin: 0 3px 0 1px;
    width: 14px;
}

.nav-stacked>li+li {
  margin-top: 0;
}

.nav-stacked>li a {
    font-size: 14px;
    color: #393939;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    border-radius: 0px;
    padding: 15px 5px;
}

.nav-stacked>li.active a, .nav-stacked>li.active {
    background: none;
    color: #808080;
    font-weight: 600;
}
.nav-stacked>li.active a:hover {
    color: #febf00;
}
.skin-2 .nav-stacked>li.active a:hover { color: #f07c29;}
.skin-3 .nav-stacked>li.active a:hover { color: #f07c29;}
.skin-4 .nav-stacked>li.active a:hover { color: #f07c29;}


.nav-stacked.tree>li a:hover {
    
}
.nav-pills > li > a > .badge {
	display:none;
}

.tree .dropdown-menu {
    position: relative!important;
    float: none!important;
    box-shadow: none!important;
    border-right: 0!important;
    border-bottom: 0!important;
    border-top: 0!important;
}
.tree>li.active>a, .tree>li.active>a:hover, .tree>li.active>a:focus {
    background: none;
    color: #2c3e50;
}
.dropdown-menu-tree {
    display: none;
    padding-bottom: 15px;
}
.tree>.active>a>.badge {
    background: #999999;
    color: #fff;
}
.tree>li>a>.arrow {
    color: #424242;
    background: none;
    margin-top: 3px;
    font-size: 12px
}
.tree>li>a>.arrow:before {
	content: "\f107";
}
.tree>.active>a>.arrow:before {
	content: "\f106";
}
.open-tree>.dropdown-menu {
    display: block;
}
.open-tree>.dropdown-menu-tree {
    display: block;
}
.category-level-2 {
    /*border-left: 1px solid #DDDDDD!important;*/
    margin-left: 13px;
}
.category-level-2 li {
    margin-top: 2px;
      padding: 7px 0px;
}
.category-level-2 li a {
    font-weight: 500 !important;
    padding: 2px 15px;
    font-size: 13px;
    border-top:0px;
}
.category-level-2 li a:hover {
    border-top:0px !important;
}
.category-level-2 li a.active, .category-level-2 .dropdown-tree.active .dropdown-tree-a, .category-level-2 .open-tree .dropdown-tree-a {
    font-weight: bold!important;
}
/*------------------------- End Side Menu CSS ----------------------------*/


/*--------------------------- Banners CSS ------------------------------*/
.sliderImg {
    background: url('images/loading1.gif') center center no-repeat;
}
.banner {
    -webkit-transition: all 0.1s ease-out 0s; 
    -moz-transition: all 0.1s ease-out 0s; 
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s; 
    transition: all 0.1s ease-out 0s;
}

.banner, .slider-content, .slider, .slider-v2 {
    width: 100%; 
    display: block; 
    max-height: 600px; 
    height: auto; 
    overflow: hidden;
    position: relative;
}

.banner .sliderInfo {
    position: absolute; 
    width: 100%; 
    height: 100%; 
    z-index: 2;
}

.banner .sliderInfo .container {
    height: 100%; 
    width:100%; 
    display: flex; 
    align-items: center;
}
#pager2 {
    position: absolute;
    bottom: 10px;
    z-index: 100;
    width: 100%;
    z-index: 200;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
#pager2 span {
    background: rgba(0, 0, 0, 0)!important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin: 5px;
    text-indent: -9999px;
    width: 16px;
}
#pager2 span.cycle-pager-active {
    color: #fff;
}
#pager {
    position: absolute;
    bottom: 0;
    z-index: 100;
    width: 100%;
    z-index: 200;
    margin: 0 auto;
    padding: 0;
}
#pager a {
    color: #fff;
    display: block;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    float: left;
    font-family: Oswald, Helvetica Neue;
    font-size: 15px;
    font-weight: normal;
    list-style: none outside none;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    width: 33.333334%;
    background: rgba(0, 0, 0, 0.5);
}
#pager a.cycle-pager-active {
    color: #fff;
}

.sliderControl {
    position: absolute;
    z-index: 200;
    top: 45%;
    display: inline-block;
    cursor: pointer;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #2c3e50;
    padding: 0 5px;
}
.sliderControl {
    opacity: 1;
}
.sliderControl:hover:nth-child(n) {
    filter: none;
}
.sliderControl:hover {
    background: rgb(255, 255, 255);
    background: transparent \9;
    background: rgba(255, 255, 255, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
    zoom: 1;
}
.prevControl {
    left: 20px;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
    -ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(Opacity=0)";
}
.banner:hover .prevControl {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.nextControl {
    right: 20px;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -o-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
    -ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(Opacity=0)";
}
.banner:hover .nextControl {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.slider-item {
    width: 100%; 
    height: 100%; 
    position: relative; 
    overflow: hidden; 
    background-size:cover;
}
.sliderImg {
    position: relative; 
    top: 0; 
    left: 0; 
    z-index: 1;
}

.sliderText {
    display: block; 
    -webkit-transform: translateX(-120px); 
    -moz-transform: translateX(-120px);
    -o-transform: translateX(-120px); 
    -ms-transform: translateX(-120px); 
    transform: translateX(-120px);
    -webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
    -ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    opacity: 0; 
    filter: alpha(opacity=0); 
    -ms-filter: "alpha(Opacity=0)";
}
.sliderText:nth-child(n) {
    filter: none;
}

.sliderText .inner {
    padding: 20px;
    margin: auto;
  	margin-left: 200px;
  	margin-right: 200px;
}
.sliderText h1 {
    font-size: 44px; 
    font-weight:800; 
    line-height: 40px;
    margin-top: 0;
  	text-transform:uppercase;
}
.sliderText h3 {
    font-size: 16px; 
    line-height: 30px; 
    margin-top: 0;
  	text-transform:uppercase;
}

.sliderText .white {
    background: rgb(255, 255, 255); 
    background: transparent \9; 
    background: rgba(255, 255, 255, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff); 
    zoom: 1; 
    color:#000;
}
.sliderText .white:nth-child(n) {
    filter: none;
}

.sliderText .dark {
    background: rgb(0, 0, 0); 
    background: transparent \9; 
    background: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000); 
    zoom: 1; 
    color:#FFF;
}
.sliderText .dark:nth-child(n) {
    filter: none;
}

.sliderTextFull {
    color: #FFFFFF;
}
.sliderTextFull h1 {
    font-size: 44px; 
    font-weight:800; 
    line-height: 40px; 
    margin-top: 0; 
}

.sliderTextFull .inner.dark {
    display: block; 
    margin: 0 auto; 
    padding: 20px 20px; 
    width: auto; 
    color:#FFFFFF;
    background: rgb(0, 0, 0); 
    background: transparent \9; 
    background: rgba(0, 0, 0, 0.8); 
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.sliderTextFull .inner.dark:nth-child(n) {
    filter: none;
}

.sliderTextFull .inner.white {
    display: block; 
    margin: 0 auto; 
    padding: 20px 20px; 
    width: auto; 
    color:#000000;
	background: rgb(255, 255, 255); 
    background: transparent \9; 
    background: rgba(255, 255, 255, 0.8); 
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff);
}
.sliderTextFull .inner.white:nth-child(n) {
    filter: none;
}

.slider-item.cycle-slide-active .sliderText {
    -webkit-transform: translateX(0); 
    -moz-transform: translateX(0); 
    filter: none;
    -o-transform: translateX(0); 
    -ms-transform: translateX(0); 
    transform: translateX(0); 
    opacity: 1; 
    -ms-filter: none;
}

.cycle-slide-active .sliderTextFull .bottomAnima {
    opacity: 1!important; 
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown; 
    animation-duration: 1s; 
    animation-delay: 0.4s; 
    -webkit-animation-duration: 1s;
    visibility: visible!important;
}

.topAnima {
    opacity: 0;
}
.cycle-slide-active .topAnima {
    opacity: 1; 
    animation-name: fadeInUp; 
    -webkit-animation-name: fadeInUp;
    animation-duration: 1s; 
    animation-delay: 0.3s; 
    visibility: visible!important;
}

.transformRight {
    display: block; 
    -webkit-transform: translateX(120px); 
    -moz-transform: translateX(120px);
    -o-transform: translateX(120px); 
    -ms-transform: translateX(120px); 
    transform: translateX(120px);
    -webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
    -ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    opacity: 0; 
    filter: alpha(opacity=0); 
    -ms-filter: "alpha(Opacity=0)";
}

.slider-item.cycle-slide-active .transformRight {
    -webkit-transform: translateX(0); 
    -moz-transform: translateX(0);
    -o-transform: translateX(0); 
    -ms-transform: translateX(0); 
    transform: translateX(0); 
    opacity: 1; 
    -ms-filter: none;
    filter: none;
}

.transformLeft {
    display: block; 
    -webkit-transform: translateX(-120px); 
    -moz-transform: translateX(-120px);
    -o-transform: translateX(-120px); 
    -ms-transform: translateX(-120px); 
    transform: translateX(-120px);
    -webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
    -ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    opacity: 0; 
    filter: alpha(opacity=0); 
    -ms-filter: "alpha(Opacity=0)";
}

.slider-item.cycle-slide-active .transformLeft {
    -webkit-transform: translateX(0); 
    -moz-transform: translateX(0);
    -o-transform: translateX(0); 
    -ms-transform: translateX(0); 
    transform: translateX(0); 
    opacity: 1; 
    -ms-filter: none;
    filter: none;
}

.slide-link {
    color: #fff; 
    letter-spacing: -0.25px; 
    font-size: 16px;
}
/*------------------------- End Banners CSS ----------------------------*/


/*--------------------------- Footer CSS ------------------------------*/
.footer {
    background: #f8f8f8;
    height: auto;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f2f2f2;
    padding-top: 20px;
}
.skin-2 .footer{background: #fffaf1;border-bottom: 1px solid #fff3dc;border-top: 1px solid #fff3dc;}
.skin-3 .footer{background: #fffaf1;border-bottom: 1px solid #fff3dc;border-top: 1px solid #fff3dc;}
.skin-4 .footer{background: #fffaf1;border-bottom: 1px solid #fff3dc;border-top: 1px solid #fff3dc;}


.footer .footer-content {
  margin: 8px 0px;
  font-size: 13px;
  color: #888;
}
.footer img {
    max-width: 100%;
}
.footer h3 {
    color: #292733;
    font-size: 14px;
    font-weight: bold;
    line-height: 27px;
    padding: 15px 0 10px;
    text-transform: uppercase;
}
.footer ul {
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 0px;
    color: #fff;
}
.footer ul li a {
    padding: 0 0 5px 0;
    display: block;
  	font-size:13px;
    font-weight:600;
}
.footer a {
    color: #656d74;
    font-size: 12px;
  	
}
.skin-2 .footer a {color: #808080;}
.skin-3 .footer a {color: #808080;}
.skin-4 .footer a {color: #808080;}

.footer .social {
    font-size: 13px;
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
    color: #7F8C8D;
}
.footer .contactBox li {
  position: relative;
  padding: 0 0 0 18px;
}
.footer .contactBox li i {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  text-align: center;
  color:#156192;
}
.skin-2 .footer .contactBox li i{color: #f07c29;}
.skin-3 .footer .contactBox li i{color: #f07c29;}
.skin-4 .footer .contactBox li i{color: #f07c29;}


.footer .footerLinks {
	padding-left:0;
	padding-right:0;
}
.newsLatterBox input#appendedInputButton {
    background: #FFFFFF;
    display: inline-block;
    float: left;
    height: 30px;
    clear: both;
    width: 100%;
}
.newsLatterBox .btn {
    border-radius: 3px;
    display: inline-block;
    padding: 12px;
    width: 100%;
    line-height: normal;
}
.newsLatterBox {
    /*overflow: hidden;*/
}
.newsLatterBox .btn:hover {
	color: #ffffff;
}

.bg-gray {
    background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
    box-shadow: 0 1px 0 #B4B3B3;
}
.social a {
    background: none;
    float: left;
    height: 32px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    width: 30px;
    font-size: 16px;
    margin: 0 4px 0 0px;
    color: #156192 !important;
    border: 2px solid #156192;
    border-radius:3px;
    -moz-border-radius: 50%;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.skin-2 .social a {color: #f07c29 !important;border: 2px solid #f07c29;}
.skin-3 .social a {color: #f07c29 !important;border: 2px solid #f07c29;}
.skin-4 .social a {color: #f07c29 !important;border: 2px solid #f07c29;}

.social a.fa-facebook:hover {
    background-color: #3b5998;
    border-color: #3b5998; 
    color: #fff !important;
}
.social a.fa-twitter:hover {
    background-color: #1dcaff;
    border-color: #1dcaff; 
    color: #fff !important
}
.social a.fa-google-plus:hover {
    background-color: #d34836;
    border-color: #d34836; 
    color: #fff !important;
}
.social a.fa-pinterest:hover {
    background-color: #C92228;
    border-color: #C92228; 
    color: #fff !important;
}
.social a.fa-linkedin:hover {
    background-color: #0077b5;
    border-color: #0077b5; 
    color: #fff !important;
}
.social a.fa-tumblr:hover {
    background-color: #35465c;
    border-color: #35465c; 
    color: #fff !important;
}

.footer-bottom {
    background: #f8f8f8;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #fdfdfd;
}
.footer-bottom p {
    padding-top: 9px;
    color:#8a8a8d;
    font-size:11px;
}

.paymentMethodImg img {
    margin-left: 5px;
    margin-top:3px;
}

/*------------------------- End Footer CSS ----------------------------*/


/*--------------------------- Home Page CSS ------------------------------*/
.horizontal-ticker, .vertical-ticker {	
	position:relative;
	padding:10px 0px;
	width:100%;
	display:block;
	overflow:hidden;
	border:0px;
	border-bottom:1px solid #DDDDDD;
	min-height:40px;
    display: none;
}

.ticker-text {
	position:absolute;
	white-space:nowrap;
}

.section-block {
    margin-bottom: 30px;
}
.section-title {
    /*border-bottom: 1px solid #DDDDDD;*/
    font-size: 20px;
    line-height: 24px;
    padding: 0;
  text-align:left;
}
.section-title span {
     color: #2c3e50;
    display: inline-block;
    padding: 5px 15px 5px 0;
    text-transform: uppercase;
    width: auto;
}
.style2 .section-title, .section-title.style2 {
     margin: 8px 15px 8px;
    position: relative;
}
.section-title-style2, .section-title.style2 {
    position: relative;
}
.section-title-style2 span, .section-title.style2 span {
    background: #FFFFFF;
    display: inline-block;
    padding: 10px;
    position: relative;
    width: auto;
    z-index: 2;
}
.style2 .section-title span, .section-title.style2 span {
    color: #333e48;
    display: inline;
    /* position: relative; */
    z-index: 2;
    padding: 10px;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    /*border: 1px solid #dfdfdf;*/
    top: 0px;
}

/*.style2 .section-title span:after, .section-title.style2 span:after{
content: "";
    border-top: 38px solid #fff;
    border-left: 48px solid #febf00;
    position: absolute;
    right: -48px;
    top: 0;

}*/

.home-banner-container {
	margin-top:-10px;
}
.home-banner-box {
	list-style-type:none; 
	margin:0; 
	padding:0;
	display:table;
}
.home-banner {
	padding-bottom:0px; 
	padding-right:15px;
	display:table-cell; 
	white-space:nowrap;
}
.brand-carousel li {
    float: left;
    display: inline-block;
}
.brand-carousel li img {
    max-width: 100%;
    width: 100%;
}
.carousel-nav {
    font-size: 26px;
    margin-left: 10px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.side-banner {
	margin-bottom:15px;
}

.product-slider {
    width: 100%;
    display: block;
}
.product-slider .item {
    /*margin: 0 15px;*/
	/*margin-right:15px;*/
	padding-left:15px;
	padding-right:15px;
}

.owl-theme .owl-controls .owl-page span {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
}

.carousel-inner>.item {
    height: auto;
    margin-bottom: 0;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    margin: 0 auto;
    display: block;
}
.featuredPostContainer .xsResponse {
    padding-bottom:20px;
    padding-top:40px;
   /* margin-left: 15px;
    margin-right: 15px;
    border-top: 1px solid #ebebeb;*/
}
/*------------------------- End Home Page CSS ----------------------------*/





/*--------------------------- Product CSS -----------------------------*/

/*-- Product View --*/
.item {
    display: block;
    height: auto;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    margin-bottom: 25px;
    /*height: 480px;*/
	/*padding-left:5px;*/
}

#SimilarProductSlider .item {
    height: auto!important;
}

.product {
    display: block;
    height: auto;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    text-align: center;
    padding:0px 0 0px 0;
    position: relative;
    overflow:hidden;
  	border: 1px solid #ebebeb;
}

.product::after {
    clear: both;
    content: "";
    display: table;
}

.product:hover {
    opacity: 1;
}

.image {
    display: block;
    /*overflow: hidden;*/
    position: relative;
    text-align: center;
    width: 100%;
    /*max-height: 240px;*/
	height:240px;
    background:none;
  	/*border:1px solid #f7f7f7;*/
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.image a:after {
    position:absolute;
    content:"";
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    background: rgba(255, 255, 255, 0.5);
    opacity:0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.skin-2 .image a:after{background: rgba(255, 243, 220, 0.4);}
.skin-3 .image a:after{background: rgba(255, 243, 220, 0.4);}
.skin-4 .image a:after{background: rgba(255, 243, 220, 0.4);}


.image a.btn:after {
    content:none;
}
.product:hover .image a:after {
    opacity:1;
}
.image a {
    display: block;
    overflow: hidden;
    display: flex;
    height: 100%;
}
.image a img {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    max-height: 215px;
    margin: auto;
}
.product:hover .image a img {
    /*transform: scale(1.15) rotate(-1.5deg);
    -webkit-transform: scale(1.1) rotate(-1.5deg);
    -moz-transform: scale(1.1) rotate(-1.5deg);
    -ms-transform: scale(1.1) rotate(-1.5deg);
    -o-transform: scale(1.1) rotate(-1.5deg);*/
}

.item h4 {
    margin: 0;
    overflow: hidden;
    display: block;
    margin: 10px 0 0;
    padding: 0;
    line-height: 18px;
}
.item h4 a {
    text-decoration: none;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.item.grid-view .productRating{
    margin-right:5px;
}
.item.grid-view .ratingInfo span {
    padding:0 0px;
    border:none;
}
.description {
    margin: 0;
    max-width: 100%;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}
.item .description p {
    color: #7F8C8D;
    font-size: 12px;
    /*min-height: 55px;
    max-height: 90px;*/
    overflow: hidden;
    line-height: 18px;
    font-weight:400;
    text-align:left;
    font-family: 'open sans', sans-serif;
    clear: both;
}

.highlights {
    list-style: disc;
    padding-left: 15px;
    margin-bottom: 5px;
    clear: both;
}
.highlights li {
    line-height:18px;
}

.item .highlights {
	list-style:disc;
	padding-left:25px;
    font-size: 12px;
    color: #8C8C8C;
    font-weight: 400;
    font-family: Open Sans;
    margin-bottom: 10px;
}
.item .highlights li{
	line-height:18px;
}

.price {
    font-size: 18px;
    font-weight: 700;
    font-family: Open Sans;
  	text-align:left;
}
.old-price {
    color: #666666;
    font-size: 13px;
    font-weight: normal;
    text-decoration: line-through;
	line-height:normal;
}
.item .price {
    margin-top: 2px;
    margin-bottom: 8px;
  	padding:0px 15px;
}
.rating {
    clear:both;
    font-size: 12px;
}
.rating a{
    color: #9a9a9a;
    font-weight: 100;

}
.grid-productdesc {
    font-size:11px;
}
.action-control {
    border: 0;
    display: block;
    height: auto;
  	position: absolute;
    margin-top: 268px;
    top: 0;
    left: 34%;
    opacity: 0;
    width: 30%;
    opacity: 0;
  	z-index:99;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.action-control a {
    cursor: pointer;
    font-size: 0px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1px;
    line-height: 1;
    border-radius: 3px;
  	width:35px;
  	height:35px;
}

.action-control a span{
    border: 1px dashed transparent;
    border-radius: 3px;
    padding: 2px;
    display: block;
}

.action-control a i {
    font-size: 18px;
    font-family: 'Glyphicons Halflings';
    margin-top: 5px;
    margin-left: -2px;
}

.action-control a:hover span{
   /* border: 1px dashed #fff;*/
}
.product:hover .action-control {
    opacity: 1;
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px);
}

.stock-status {
    border: 0;
    display: block;
    height: auto;
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.out-of-stock {
    font-size: 0px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 13px;
    line-height: 1;
    border-radius: 3px;
    border: 1px dashed #e40613;
    color:#e40613;
    display: inline-block;
}
.out-of-stock::after {
    content:"Out of Stock";
    text-transform:uppercase;
    font-size: 11px;
    display:block;
}



.promotion {
    position: absolute;
    z-index: 10;
    top: 5px;
    left: 5px;
    height: auto;
    width: 100%;
}
.new-product {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 500;
  	float:left;
  	width:40px;
    padding: 2px 5px;
	border-radius: 3px;
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: normal;
}
.discount {
    background: #e53939;
    /*border: 2px solid #717171;*/
    border-radius: 3px;
    color: #fff;
    float: right;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-weight: 600;
    padding: 4px 2px;
    width: 40px;
  	margin-right:7px;
    display: block;
    position: relative;
    line-height: normal;
}
.skin-2 .discount {background: #f07c29;}
.skin-3 .discount {background: #f07c29;}
.skin-4 .discount {background: #f07c29;}


.add-fav {
    height: 35px;
    line-height: 36px;
    position: absolute;
    left: 45px;
    text-align: center;
    margin-top: 275px;
    width: 36px;
    z-index: 10;
    color: #fff;
    font-size: 15px;
    background: #333e48;
    border-radius: 3px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.skin-2 .add-fav{color: #f07c29;background: #fff3dc;border: 1px solid #ffe8c3;}
.skin-3 .add-fav{color: #f07c29;background: #fff3dc;border: 1px solid #ffe8c3;}
.skin-4 .add-fav{color: #f07c29;background: #fff3dc;border: 1px solid #ffe8c3;}

.product:hover .add-fav {
     opacity: 1;
    -webkit-transform: translateY(-97px);
    -moz-transform: translateY(-97px);
    -ms-transform: translateY(-97px);
    -o-transform: translateY(-97px);
    transform: translateY(-97px);
}

div.quickview {
    display: block;
    margin-top: 268px;
    max-height: 50px;
    position: absolute;
    text-align: center;
    z-index: 2;
    right: 50px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(Opacity=0)";
}

.btn-quickview {
    font-size: 0px;
    color: #fff!important;
    text-transform: capitalize;
    background: #333e48;
    border-radius: 3px;
    padding: 11px 11.5px;
    font-family: Open Sans;
    font-weight: 500;
    line-height: 1;
    display: inline-block!important;
    z-index: 2;
}
.skin-2 .btn-quickview{color: #f07c29!important;background: #fff3dc;border: 1px solid #ffe8c3;}
.skin-3 .btn-quickview{color: #f07c29;background: #fff3dc;border: 1px solid #ffe8c3;}
.skin-4 .btn-quickview{color: #f07c29;background: #fff3dc;border: 1px solid #ffe8c3;}


.btn-quickview:before {
    font-family: 'Glyphicons Halflings';
    content: "\e140";
    font-size: 13px;
    font-weight: normal;
}

.product:hover div.quickview  {
    opacity: 1;
     -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px);
}


.cart a {
    font-size: 20px;
    color: #2c3e50;
    margin: 0 0;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.13s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.product-catg-compare {
    clear:both;
    margin-top: 5px;
}

/* Timer */
.product-timer {
    margin: 0;
    width: 100%;
    padding: 5px 15px 10px;
    background: #FFFFFF;
    opacity:1;
  /*	position:absolute;
  	bottom:104px;*/
}
.product:hover .product-timer {
    opacity:1;
}
.product-timer .timer-title {
    text-transform: uppercase;
    font-size: 11px;
    display: block;
    margin-bottom: 3px;
}
.product-timer .timer-title:before
{
	content:'Limited Time Left';
}
.product-timer .timer {
    background:none;
    padding: 0px;
    font-size: 0px;
    border: 0px solid #EAEAEA;
    border-radius: 3px;
    display: inline-block;
    width: 100%;
}
.product-timer .timer span{
    position: relative;
    font-size: 16px;
    padding: 4px 0px 16px;
    width: 23.5%;
    margin: 0 2% 0 0;
    text-align: center;
    background-color: #fff;
    border: 1px solid #333d47;
    color: #333d47;
    font-weight: 500;
    border-radius: 2px;
    display: inline-block;
}
.product-timer .timer span:last-child{
    margin:0 0 0 0;
}
.product-timer .timer .days:after{
    content: 'Days';
    position:absolute;
    font-size:10px;
    bottom:1px;
    width:100%;
    left:0px;
    text-align:center;
}
.product-timer .timer .hours:after{
    content: 'Hours';
    position:absolute;
    font-size:10px;
    bottom:1px;
    width:100%;
    left:0px;
    text-align:center;
}
.product-timer .timer .mins:after{
    content: 'Mins';
    position:absolute;
    font-size:10px;
    bottom:1px;
    width:100%;
    left:0px;
    text-align:center;
}
.product-timer .timer .secs:after{
    content: 'Secs';
    position:absolute;
    font-size:10px;
    bottom:1px;
    width:100%;
    left:0px;
    text-align:center;
}

.list-view .product-timer {
    margin: 0 0 15px;
    float: none;
    width: 50%;
    padding: 5px 15px 10px;
    position: static;
    background: #fff;
    border: 1px solid #CACACA;
    opacity: 1;
}
.list-view  .product-timer .timer span{
    position:relative;
    font-size:16px;
    padding:4px 0px 16px;
    width:22%;
    margin:0 4% 0 0;
    text-align:center;
    background-color: #fff;
    border: 1px solid #333d47;
  	color:#333d47;
    border-radius:2px;
    display:inline-block;
}
.list-view  .product-timer .timer span:last-child{
    margin:0 0% 0 0;
}

.product-detail .product-timer {
    margin: 5px 0 15px;
    float: right;
    width: 90%;
    padding: 5px 15px 10px;
    position: static;
    background: #fff;
    border: 1px solid #D0D0D0;
    opacity: 1;
}
.product-detail .product-timer .timer span{
    position:relative;
    font-size:16px;
    padding:4px 0px 16px;
    width:22%;
    margin:0 4% 0 0;
    text-align:center;
    background-color: #fff;
    border: 1px solid #333d47;
  	color:#333d47;
    border-radius:2px;
    display:inline-block;
}
.product-detail .product-timer .timer span:last-child{
    margin:0 0% 0 0;
}
/* End Timer*/

/*-- End Product View --*/

/*-- Product List View --*/
.list-view .product:hover div.quickview {
    margin-top: 45%;
}
.item.list-view .product {
    padding-right: 0px;
    min-height: auto;
    float: inherit;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 10px;
    background:none;
    border: 1px solid #ECECEC;
}

.list-view .product .add-fav {
    right: 40px;
    top: 8px;
}

.item.list-view {
    display: block;
    height: auto!important;
    width: 100%!important;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}
.item.list-view .image {
    display: block;
    float: left;
    overflow: visible;
    position: relative;
    text-align: center;
    height: auto;
    max-width: 200px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    padding-right: 20px;
    background: #fff;
    padding:10px;
    border:none;
}
.item.list-view .image a:after {
    content:none;
}
.item.list-view .image a {
    display: block;
    max-height: 100%;
    height: 100%;
    max-height: 100%!important;
}
.item.list-view .image img {
    max-height: 200px;
    width: auto!important;
}
.item.list-view h4 {
    height: auto;
    margin: 0px;
    margin-top:5px;
	margin-bottom:5px;
    font-size: 24px;
    float:none;
    width:100%;
}
.item.list-view h4 a {
    font-weight: 600;
    font-size: 16px;
}
.item.list-view .description {
    text-align: left;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 5px;
    padding: 0px;
    float:none;
}
.item.list-view .description p {
    text-align: left;
    max-height: 200px;
    min-height: 10px;
    display:block;
}
.item.list-view .view-more {
    font-weight: 500;
    color: #31698e;
    position: inherit;
    display: block;
    margin-top: -10px;
    margin-bottom: 10px;
    cursor:pointer;
}
.item.list-view .grid-description {
    display: none;
}
.item.list-view .highlights{
    text-align: left;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #8C8C8C;
    font-weight: 400;
    font-family: Arial;
    display:block;
    padding-left:15px;
}
.item.list-view .highlights li{
    line-height: 18px;
}
.product-category {
    color:#989898;
    font-size:12px;
}
.item.list-view .product-code {
    font-size:12px;
    margin:0px;
}
.item.list-view .product-brand {
    font-size:12px;
    margin:0px;
}
.item.list-view .product-stock {
    font-size: 12px;
    margin: 0px;
    padding: 5px 10px;
    background-color: #F5F4F4;
    border: 1px dashed #E2E2E2;
    display: inline-block;
    margin: 6px 0px 8px 0;
}
.item.list-view .product-stock .product-data-title{
    color:#8E8E8E;
}
.item.list-view .product-stock .product-data{
    color: #57B700;
    font-weight: 500;
}
.item.list-view .product-stock .out-of-stock {
    font-size: 0px;
    font-family: Open Sans;
    font-weight: 600;
    width: auto;
    padding: 0px;
    text-transform: capitalize;
    border-radius: 0px;
    line-height: normal;
    background-color: transparent;
    color: #e40613;
    border: 0px solid #e40613;
    display: inline-block;
}
.item.list-view .product-installment {
    font-size: 12px;
    padding: 3px 0;
    margin: 5px 0px;
    border-bottom: 1px dashed rgb(234, 234, 234);
    border-top: 1px dashed rgb(234, 234, 234);
    color: #B7B7B7;
	margin-bottom:10px;
}
.item.list-view .price {
    font-size: 22px;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 8px;
    float: none;
}
.item.list-view .action-control {
    text-align: left;
    display: inline;
    opacity: 1;
    position: static;
    transform:none;
    transition:none;
    margin-right: 3px;
}
.item.list-view .action-control a{
    cursor: pointer;
    font-size: 12px;
    border-radius: 3px;
    font-family: Open Sans;
    font-weight: 700;
  	padding:8px 20px;
      width: auto;
      background: #333d47;
    text-transform: uppercase;
}
.skin-2 .item.list-view .action-control a{color: #fff3dc;background-color: #f07c29;border: 1px solid #ffe8c3;}
.skin-3 .item.list-view .action-control a{background-color: #fff3dc;border-color: #ffe8c3;color: #f07c29;}
.skin-4 .item.list-view .action-control a{background-color: #fff3dc;border-color: #ffe8c3;color: #f07c29;}



.item.list-view .action-control a i{
    font-size: 16px;
    width: 20px;
    height: 0px;
    line-height: 0;
    font-family: FontAwesome;
}
.item.list-view .action-control a i:before{
    content:"\f07a";
}


.item.list-view .promotion {
    position: absolute;
    z-index: 10;
    bottom: 50px;
    left: 0px;
    height: 24px;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.item.list-view .imageHover {
    background: #fff;
    display: block;
    float: left;
    max-height: 260px;
    max-width: 200px;
    overflow: hidden;
    padding-right: 20px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}


.list-description {
    display: none;
}
.item.list-view .list-description {
    display: block;
}
/*-- End Product List View --*/

/*-- Product Detail View --*/
.product-title {
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0.25px;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
    padding-bottom: 2px;
    font-family: 'Open Sans';
}
.details-description {
    color: #8a8a8a;
    font-size: 13px;
    margin-top: 5px;
}
.product-properties {
    margin-bottom:10px;
}
.product-data-title {
    color: #AEAEAE;
}
.product-data {
    color: #6B7884;
}
.product-code {
    height: 22px;
    font-size:12px;
}
.product-brand {
    height: 22px;
    font-size:12px;
}
.product-updatedate {
    height: 22px;
    font-size:12px;
}
.product-action {
    height: 22px;
    font-size:12px;
}
.product-action a{
    font-family: 'Open Sans';
    color:#282828;
}
.product-action a:hover{
    color:#717171;
}
.product-stockstatus {
    padding: 7px 15px;
    background: #fbfbfb;
    font-size: 13px;
    border: 1px dashed #E2E2E2;
    margin: 5px 0px 5px 0;
    display: -webkit-inline-box;
    display: -moz-inline-box;
}
.product-stockstatus .product-data-title {
    color: #797979;
}
.product-stockstatus .product-data {
    color: #FFFFFF;
    font-weight: 600;
    background-color: #85d565;
    padding: 3px;
    border-radius: 2px;
}
.product-stockstatus .out-of-stock {
     padding: 4px 6px 0px 6px;
    font-size: 12px;
    margin-left: 5px;
    background-color: #e40613;
    color: #fff;
}
.product-price {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin-top: 10px;
    font-family: Open Sans;
}

.price-standard {
    color: #999999;
    font-size: 14px;
    font-weight: 100;
    text-decoration: line-through;
}
.product-installment {
    font-size: 12px;
    padding: 3px 0;
    border-top: 1px solid rgb(234, 234, 234);
    color: #B7B7B7;
}
.color-details {
    display: -webkit-box;
    border-top: 1px solid rgb(234, 234, 234);
}
.selected-color {
    vertical-align: middle;
    display: table-cell;
    padding: 5px 0 0px 0;
    height:0px;
    color:#6B7884;
    font-weight: 400;
}
#upColor {
    display: block;
}
.swatches {
    margin: 0px 0 10px 0;
    padding-left: 0;
    display: -webkit-box;
}
.swatches li {
    border: 2px solid #FFFFFF;
    display: inline-block;
    margin: 0px 1px;
    vertical-align: top;
    list-style: none;
}
.swatches .selected, .swatches li:hover {
    border: 2px solid #B2B2B2;
}
.swatches a {
    background-position: center center;
    background-repeat: no-repeat;
    border: 2px solid #FFFFFF;
    box-shadow: 1px 1px 2px #C5C5C5;
    display: block;
    height: 33px;
    text-align: center;
    transition: all 0.25s ease 0s;
    width: 33px;
}
.swatches a img {
    height: 29px;
    width: 29px;
}
.productFilter {
    clear: both;
    display: block;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    margin-bottom: 20px !important;
    border-top: 1px solid rgb(234, 234, 234);
    border-bottom: 1px solid rgb(234, 234, 234);
}
.cart-actions {
    margin-top: 0;
    margin-bottom: 10px;
    display: inline-block;
    border-top: 1px solid #DDDDDD;
    /* padding-top: 12px; */
    padding-bottom: 4px;
}
.cart-actions button, .cart-actions .btn-cart, .cart-actions .wishlist {
    border-radius: 3px;
    float: left;
    font-family: 'Open Sans';
    margin: 10px 10px 0 0;
    padding: 1px;
    text-transform: uppercase;
    line-height: normal;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
}

.cart-actions .btn-cart span, .cart-actions .wishlist span{
    padding: 10px;
    font-weight: 600;
    display: block;
    border: 1px dashed transparent;
}

.cart-actions .btn-cart:hover span, .cart-actions .wishlist:hover span{
   /* border-color:#fff;*/
}

.cart-actions .btn-cart i {
    top: 0px;
    margin-right: 5px;
    font-family: FontAwesome;
}
.cart-actions .btn-cart i:before {
    content:"\f07a";
}

button.first {
    margin-right: 20px;
    margin-bottom: 10px;
}
.cart-actions .wishlist {
    line-height: 1em;
    text-decoration: none;
    padding: 13.5px 15px;
}

.product-share {
    border-top: 1px solid #DDDDDD;
    clear: both;
    display: inline-block;
    /*margin-top: 20px;*/
    padding-top: 14px;
    width: 100%;
}
.socialIcon a {
    display: inline-block;
    font-size: 18px;
    margin-right: 3px;
    text-align: center;
    line-height: 38px;
    width: 34px;
    height: 34px;
    border-radius: 3px;
    transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -webkit-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    -ms-transition: all 0.15s ease-in-out 0s;
}
.socialIcon a.fa-facebook {
    background-color: #3b5998;
    border-color: #3b5998; 
    color: #fff;
}
.socialIcon a.fa-twitter {
    background-color: #1dcaff;
    border-color: #1dcaff; 
    color: #fff;
}
.socialIcon a.fa-google-plus {
    background-color: #d34836;
    border-color: #d34836; 
    color: #fff;
}
.socialIcon a.fa-pinterest {
    background-color: #C92228;
    border-color: #C92228; 
    color: #fff;
}
.socialIcon a.fa-linkedin {
    background-color: #0077b5;
    border-color: #0077b5; 
    color: #fff;
}
.socialIcon a.fa-tumblr {
    background-color: #35465c;
    border-color: #35465c; 
    color: #fff;
}
.socialIcon a:hover {
    color: #fff;
}

.product-orderquantity {
    float: right;
    margin-bottom: 10px;
    width: 43%;
    padding: 3px 3px;
    font-size: 11px;
    text-align: center;
    border: 1px solid #D0D0D0;
    font-weight: 500;
}

.product-orderquantity .product-data-title, .product-orderquantity .product-data {
    color:#666 !important;
}
.product-orderquantity .product-data {
    font-weight:bold;
}

.product-availablequantity {
    float: right;
    margin-bottom: 10px;
    width: 45%;
    padding: 3px 3px;
    font-size: 11px;
    text-align: center;
    margin-right: 2%;
    border: 1px solid #D0D0D0;
    font-weight: 500;
}
.product-availablequantity .product-data-title, .product-availablequantity .product-data {
    color:#666 !important;
}
.product-availablequantity .product-data {
    font-weight:bold;
}


.divActionContainer {
    border: 1px dotted silver;
    background: #FFFFFF;
    padding: 10px;
    padding-bottom: 5px;
    float: right;
    width: 90%;
}
.product-warranty {
    padding: 5px;
    font-size: 12px;
}
.product-warranty:before{
    position: relative;
    top: 0px;
    margin-right: 2px;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f097";
    color: #fff;
}
.product-warranty .product-data-title{
    color:#fff;
}
.product-warranty .product-data{
    color:#fff;
    font-weight: 600;
}

.product-compare {
    font-size: 12px;
    font-weight: 400;
    padding: 7px 5px;
    border-bottom:1px solid #efefef;
}
.product-compare a{
    color: #717171;
    text-transform: capitalize;
}

.product-compare:before {
    position: relative;
    top: 0px;
    margin-right: 2px;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0c5";
    color: #717171;
}
.product-pricealert {
    font-size: 12px;
    font-weight: 400;
    padding: 7px 5px;
    border-bottom:1px solid #efefef;
}
.product-pricealert a{
    color: #717171;
    text-transform: capitalize;
}

.product-pricealert:before{
    position: relative;
    top: 0px;
    margin-right: 2px;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f155";
    color: #717171;
}
.product-stockalert {
    font-size: 13px;
    font-weight: 400;
    padding: 7px 5px;
    border-bottom:1px solid #efefef;
}
.product-stockalert a{
    color: #717171;
    text-transform: capitalize;
}

.product-stockalert:before{
    position: relative;
    top: 0px;
    margin-right: 2px;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c0";
    color: #717171;
}

.product-shipping-heading {
	color:#717171;
}
.product-shipping-heading:before {
	position: relative;
    top: 0px;
    margin-right: 4px;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0c5";
    color: #717171;
}
.product-shipping {
    margin-left: 0px;
    /* margin-bottom: 10px; */
    font-size: 12px;
    display: -webkit-inline-box;
    color: #A3A2A2;
    padding:9px 5px !important;
}
.product-shipping i{
    margin-right: 3px;
}

.zoomThumb {
    text-align: center;
    margin-top: 10px;
}
.zoomThumb a {
    display: inline-block;
    width: 120px;
    margin-bottom: 10px;
    border: 2px solid #eee;
    display: inline-block;
    margin-right: 5px;
}
.zoomThumb a img {
    max-width: 100%;
}
.zoomImg {
    cursor: crosshair;
}

.sp-wrap {
    border: none!important;
}
.sp-thumbs {
    text-align: center!important;
}

.sp-large a img {
    width: auto !important;
    /*height: 330px;*/
	max-width:100%;
	max-height:330px;
    margin-left: auto;
    margin-right: auto;
}
.sp-large {
    max-width: 90%;
}
.sp-thumbs {
    /*position: absolute;*/
    /*bottom: 140px!important;*/
    /*width: 100px!important;*/
	right: 0!important;
    text-align: left;
    z-index: 70;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
    border: 2px solid #EEEEEE;
    display: inline-block;
    margin-bottom: 10px;
    float: right;
    transition: margin 0.2s ease 0s;
}
.main-image .sp-thumbs a:link, .sp-thumbs a:visited {
    margin-right: 0!important;
}
.sp-thumbs img {
    height: auto!important;
    width: 60px!important;
}
.style2 .sp-thumbs {
    top: 0!important;
    width: 19%!important;
}
.style2 .sp-thumbs img {
    height: auto!important;
    width: 100px!important;
    max-width: 100%;
    width: 100px!important;
}
.style2 .sp-thumbs a:link, .style2 .sp-thumbs a:visited {
    float: left!important;
    width: 100%;
}
.style2 .sp-large {
    max-width: 80%!important;
    border: 1px solid #DDDDDD;
}


.product-video {
    width:80%;
    margin-left:10%;
    margin-top:20px;
    height:20px;
    text-align:center;
    display:inline-block;
    border-top:1px solid #DDDDDD;
    padding-top:10px;
    margin-bottom:30px;
}

.sp-loading {
	text-align: center;
	max-width: 270px;
	padding: 15px;
	border: 5px solid #eee;
	border-radius: 3px;
	font-size: 12px;
	color: #888;
}
/* Element wrapper */
.sp-wrap {
	display: none;
    line-height: 0;
    max-width: 100%;
    text-align: center;
    z-index: 10;
    width: 100%;
    background: none!important;
    margin:0px;
}
/* Thumbnails */
.sp-thumbs {
	text-align: left;
	display: inline-block;
    margin-top: 20px;
}
.sp-thumbs img {
	min-height: 50px;
	min-width: 50px;
	max-width: 60px;
    max-height:60px;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
	width: 60px;
    height: 60px;
    border: 1px solid silver;
    margin-right: 5px;
	overflow: hidden;
	opacity: .3;
	display: inline-block;
	background-size: cover;
	background-position: center;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.sp-thumbs a:hover {
	opacity: 1;
}
/* Styles for the currently selected thumbnail */
.sp-thumbs a:active, .sp-current {
	opacity: 1!important;
	position: relative;
}
/* Image currently being viewed */
.sp-large {
	position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 330px !important;
  display: table;
  vertical-align: middle;
  width: 100% !important;
  border:1px solid #fff;
}
.sp-large:hover{ 
    border:1px solid silver !important;
}
.sp-large:hover .sp-zoom{ 
    border:0px !important;
}
.sp-large a {
  width: 100% !important;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  /*display: flex;
    text-align: -webkit-center;*/
    height:330px;
    display: table-cell;
    vertical-align:middle;
}
.sp-large a img {
    width: auto !important;
    /*height:330px;*/
    max-width: 100%;
    max-height: 330px;
    margin-left: auto;
    margin-right: auto;
}

/* Panning Zoomed Image */
.sp-zoom {
	position: absolute;
	left: -50%;
	top: -50%;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	display: none;
	border: 1px solid silver;
}
/* Lightbox */
.sp-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .9);
	z-index: 500;
	display: none;
}
.sp-lightbox img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 90%;
	max-height: 90%;
	border: 2px solid #fff;
}
#sp-prev, #sp-next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 501;
	color: #fff;
	padding: 14px;
	text-decoration: none;
	background: #000;
	border-radius: 25px;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	transition: .2s;
}
#sp-prev {
	left: 10px;
}
#sp-prev:before {
	content: '';
	border: 7px solid transparent;
	border-right: 15px solid #fff;
	position: absolute;
	top: 16px;
	left: 7px;
}
#sp-next {
	right: 10px;
}
#sp-next:before {
	content: '';
	border: 7px solid transparent;
	border-left: 15px solid white;
	position: absolute;
	top: 16px;
	left: 18px;
}
#sp-prev:hover, #sp-next:hover {
	background: #444;
}
/*-- End Product Detail View --*/

/*-- Rating --*/
.product-detail .rating {
	padding: 7px 0px;
	margin: 7px 0px;
	border-top: 1px dotted silver;
	border-bottom: 1px dotted silver;
}
.star_rating {
  position: relative;
  display: inline-block;
  letter-spacing: 2px;
  font-size:16px;
}
.star_rating:before {
  display: block;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: "\f006\f006\f006\f006\f006";
  color: #d4d4d4;
}
.star_rating span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: block;
  overflow: hidden;
}
.star_rating span:before {
  font-family: FontAwesome;
  color: #FFD603;
  position: absolute;
  left: 0;
  top: 0;
  content: "\f005\f005\f005\f005\f005";
  display: block;
}
.product-rating {
    margin-right: 10px;
}
.rating span {
    display: inline-block;
}
.ratingInfo span{
    padding:0 10px;
    border-left:1px solid silver;
    line-height: 16px;
}
.ratingInfo span.first{
    padding:0 10px;
    border-left:1px solid silver;
    line-height: 17px;
}
.ratingInfo a{
    padding:0px 10px;
    border-left:1px solid silver;
}
.review-count {
    font-size:14px;
}
.review-sort-heading {
}
.review-sort-label {
    display:inline;
    margin-top: 5px;
    margin-right: 10px;
}
.review-name {
    font-size: 16px;
    font-weight: 600;
    color: #D20505;
    margin-right:5px;
}
.review-location {
    font-size:12px;
}
.review-date {
    font-size: 12px;
    color: #AFAFAF;
}
.review-subject {
    font-size: 16px;
    font-weight: 500;
    font-family: Open Sans;
    margin-top:15px;
}
.review-recommend {
    font-weight:600;
    margin-top:10px;
}
.review-usefulcount {
    margin-top:15px;
}
.review-feedback {
    margin-bottom:20px;
}
.rating-factors {
    margin-bottom:20px;
}
.rating-factors td{
    padding-top:5px;
    padding-bottom:5px;
}
.rating td{
    display: inline-block;
}
.review-sort-list {
    display:inline;
    width:180px;
}
.rating-breakup td.rating-progress{
	width:200px;
	text-align:center;
}
.rating-breakup td.rating-star{
	width:100px;
	text-align:right;
}
.rating-factors td.rating-factor{
	width:100px;
}
.rating-factors td.rating-star{
	width:170px;
	text-align:center;
}
/*-- End Ratings --*/

/*-- Tabs --*/
.product-tab {
    width: 100%;
    display: inline-block;
    clear: both;
    padding: 0 10px;
}
.nav-tabs {
    margin-bottom: 20px;
}
.nav-tabs li a {
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 0 0;
}
.nav-tabs>li.active, .nav-tabs>li {
    background: none;
}
.nav-tabs>li>a {
    border: 0;
    border-radius: 0;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, .nav-tabs>li:hover>a {
    color: #fff!important;
    border: 0;
    border-radius: 0;
}
/* dont remove - bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane, .pill-content > .pill-pane {
    display: block;     /* undo display:none          */
    height: 0;          /* height:0 is also invisible */ 
    overflow-y: hidden; /* no-overflow                */
}
.tab-content > .active, .pill-content > .active {
    height: auto;       /* let the content decide it  */
} 

/*Related Products*/
.recommended {
    /*border-top: solid 2px #ddd;*/
    margin-top: 20px;
    padding-top: 20px;
}
.recommended h1 {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
}
#SimilarProductSlider .item {
    /*padding: 30px 0px 0;*/
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
.recommended .description {
    min-height: 70px;
}
.related .description {
    min-height: 50px;
}
.related .description h4{
    float:none;
    width:100%;
    text-align: center;
}
.related .price {
    float:none;
    width:100%;
}
.product-image {
    max-width: 100%;
	min-height:200px;
}
.product-image img {
    max-width: 100%;
}
#SimilarProductSlider .product-image img {
    max-height: 200px;
}

.rating-here .fa, .rating .fa {
	color: #FFD603;
    /*color: #ffbb00;*/
	font-size:17px;
	letter-spacing:1px;
}
.rating-here .rating-symbol-background.fa{
    color: #d4d4d4; 
}

.rating .progress {
	height:15px;
	margin:0px auto;
	width:80%;
}
.rating .progress-bar {
	background-color:#FFD603;
}
.reviewtitle {
}
/*------------------------- End Product CSS----------------------------*/





/*--------------------------- Category CSS ------------------------------*/

.productComparison {
    display: block;
    z-index:999;
    background-color: rgba(249, 249, 249, 0.9);
    border: 1px solid #CACACA;
    padding: 5px 10px;
    clear: both;
    margin-bottom:15px;
}
.productComparison div {
    display:inline-block;
    border: solid 1px Silver; 
    background-color: Silver; 
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;  
    text-align:center;
    width:50px; 
    height:50px;
    margin-top:5px; 
}

.btnCompare {
    position: absolute;
    margin-top: 14px;
    margin-left: 15px;
}

.productComparison div.selected span {
    display: table;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: rgba(0,0,0,.3);
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    color:white;
    cursor:pointer;
    font-size:24px;
}

.productComparison div.selected:hover span {
    opacity: 1;
}

.productComparison div span i {
    display: table-cell;
    vertical-align: middle;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
     opacity: 0;
}

.productComparison div.selected:hover span i {
    transform: scale(1.15) rotate(-180deg);
    -webkit-transform: scale(1.1) rotate(-180deg);
    -moz-transform: scale(1.1) rotate(-180deg);
    -ms-transform: scale(1.1) rotate(-180deg);
    -o-transform: scale(1.1) rotate(-180deg);
     opacity: 1;
}

.pagination {
    margin: 0 0 10px 0 !important;
}
.pagination li.active a {
    /*box-shadow: 0 0 9px rgba(0, 0, 0, 0.2) inset;*/
}
.productFilter p {
    display: block;
    font-size: 14px;
    margin-top: 6px;
    font-family: Open Sans;
}
.change-view {
    margin-right: 10px;
}

.change-view a {
    border: 1px solid #CCCCCC;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    height: 34px;
    line-height: 23px;
    margin-right: 5px;
    overflow: hidden;
    padding: 5px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.productFilter select, .productFilter input {
    font-size: 13px;
}
.categoryFooter {
    border-top: 1px solid #DDDDDD;
    clear: both;
    display: block;
    padding-top: 10px;

}

.categoryFooter p {
    display: block;
    font-size: 14px;
    margin-top: 6px;
}

.subCategoryList .thumbnail {
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.subCategoryThumb {
    height: 80px;
    display: block;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}
.subCategoryThumb img {
    max-width: 100%;
}
.subCategoryList {
    margin-top: 30px;
    overflow: hidden;
}
.subCategoryTitle {
    font-size: 13px;
    color: #444;
    font-weight: 600;
}

.categoryListPanel {
    background: #EBEDEF;
}
.contentBox {
    margin-bottom: 15px;
}

/*------------------------- End Category CSS ----------------------------*/




/*--------------------------- Modal CSS ------------------------------*/
.modal {
    overflow: auto;
}
.signUpContent .modal-dialog {
    max-width: 460px;
}
.product-details-modal .modal-dialog {
    background: #fff; 
    max-width: 960px; 
    overflow: auto; 
    width: 100%;
}
.modal-header {
    border-bottom: 1px solid #E5E5E5; 
    color: #FFFFFF; 
    padding: 10px 15px;
}
.modal-title-site {
    color: #FFFFFF; 
    padding: 0;
}
.modal-content {
    border: 0 solid #ddd; 
    border-radius: 0; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.modal-footer {
    background: #eee; 
    border-top: 1px solid #E5E5E5; 
    padding: 10px 20px;
}

.product-details-modal .modal-dialog {
    background: #fff;
    max-width: 960px;
    overflow: auto;
    width: 100%;
}
.product-details-modal .close {
    color: #febf00;
    display: block;
    font-size: 34px;
    font-weight: lighter;
    line-height: 21px;
    opacity: 0.8;
    padding: 12px;
    position: absolute;
    right: 0;
    text-shadow: none;
    top: 0;
    z-index: 1;
}
.product-details-modal .close:hover {
    opacity: 1;
}
.product-details-modal .modal-content {
    background: #fff;
    display: block;
    height: auto;
    padding: 0;
    box-shadow: none;
}
.modal-details-inner {
    padding: 30px;
}
.product-details-modal .productFilter {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.product-details-modal .filterBox {
    display: inline-block;
    margin-right: 10px;
    width: 45%;
}
.product-details-modal .cart-actions {
    margin-bottom: 0;
    margin-top: 0;
}
.product-details-modal .color-details {
    margin-top: 5px;
}
.product-details-modal .product-share {
    border-top: 0 none;
    margin-top: 0;
    padding-top: 0;
}
.modal-product-thumb {
    border-top: 1px solid #ddd;
    clear: both;
    display: block;
    text-align: center;
}
.modal-product-thumb a {
    border: 1px solid #ccc;
    display: inline-block;
    float: none;
    margin-right: 10px!important;
    margin-top: 5px;
    height: 75px;
    overflow: hidden;
    width: 60px!important;
}
.modal-product-thumb a.selected, .modal-product-thumb a:hover {
    border: 1px solid #000!important;
}
.modal-product-thumb a img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 75px;
    width: 60px!important;
}
.discountLg {
    color: #000;
    font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 46px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 46px;
    text-transform: uppercase;
}
/*------------------------- End Modal CSS ----------------------------*/




/*--------------------------- Cart/Checkout CSS ------------------------------*/
.cartTable {
    border-top: solid 1px #EBEDEF;
}
.cartTableHeader {
    background: #EBEDEF;
}
.cartFooter {
    padding: 20px;
    border-top: solid 1px #eee;
    background: #EBEDEF;
    display: inline-block;
    width: 100%;
}
#cart-summary tr td:nth-child(2) {
    text-align: right;
}
.CartProductThumb a img, .CartProductThumb a img {
	max-width: 80px;
	max-height: 80px;
}
tr.CartProduct {
    border-bottom: 1px solid #E7E9EC;
}
tr.CartProduct td, tr.CartProduct th {
    padding: 10px 0;
}
tr.CartProduct td.price {
        font-size:14px;
        text-align: center;
  		color:#000;
    }
tr.CartProduct td.TotalPrice {
    font-size: 18px;
    font-weight: 600;
    font-family: Open Sans;
}
.cartTableHeader {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    font-family: Open Sans;
}

.caps {
    border-top: 0 none;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 16px;
    overflow: hidden;
    padding: 0 0 16px;
    text-align: right;
    text-transform: uppercase;
}
.rightSidebar #cart-summary {
    margin-top: 0;
}
.rightSidebar #cart-summary tr:first-child td {
    border: none;
}
.rightSidebar #cart-summary tr td.price {
    color:#8E8D8D;
}
tr.CartProduct td, tr.CartProduct th {
    text-align: center;
    color: #34495E;
}
tr.CartProduct td:nth-child(2) {
    text-align: left;
}
tr.CartProduct td.CartProductThumb {
    text-align: center;
}
.CartDescription span{
	display:block;
    font-size:12px;
}
.CartDescription h4 strong a {
    font-family:'Open Sans';
    font-weight:600;
}
.cart-success-container {
	width:100%; 
}
.cart-success-msg {
	position:relative; 
	width:300px; 
	margin:0px auto; 
	padding:7px;
	font-weight:bold;
	background: #757575;
	text-align:center;
    color:#fff;
}
.cartMiniTable {
    /*border: 1px solid #DDDDDD;*/
    padding: 10px;
}

.cartTableBorder {
    border: solid 1px #EBEDEF;
}

.cartTotalTr {
    border: none!important;
}
.cartTotalTr td {
    text-align: right;
}


#total-price {
    font-size: 20px;
    font-weight: 600;
    font-family: Open Sans;
}

.table-style {
	border:1px solid #DDDDDD;
}
.table-style td {
	padding:10px;
	border-bottom:1px solid #DDDDDD;
}

.quanitySniper {
    height: 30px;
    padding: 0;
    text-align: center;
    width: 40px;
}
.rightSidebar img {
    max-width: 100%;
}
.rightSidebar .section-title-inner {
}

.rightSidebar .product-image img {
    float: left;
    max-width: 100%;
    width: 90px;
    margin-right: 10px;
}
.rightSidebar .product {
    padding: 10px 0;
}
.rightSidebar .item {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 0;
}
.rightSidebar .item h4 {
    margin-top: 0;
}

span.success, p.success div.success {
    color: #8BB418;
}

.checkoutReview .CartProductThumb a img, .checkoutReview .CartProductThumb a img {
    max-width: 50px;
	max-height: 50px;
}
/*------------------------- End Cart/Checkout CSS ----------------------------*/


/*--------------------------- Other Pages CSS ------------------------------*/
#spnPageHeading {
    font-weight: 600;
    font-size: 28px;
    padding-bottom: 5px;
    color: #292733;
  	margin-top: 4px;
}
.breadcrumb {
    border: 1px solid #DDDDDD;
    font-size: 12px;
    margin-top: 15px;
    border-radius: 0px;
    background: #fbfbfb;
}

.table-padding td {
	padding:8px;
	padding-left:0px;
}

   .faq .faq-heading a {
    font-size: 18px;
    color: #34495E;
    font-weight:400;
    padding: 14px;
    display: block;
}

   .faq .faq-heading a.collapsed:before {
    position: relative;
    top: 0px;
    margin-right: 10px;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f067";
    color: #717171;
    font-size:14px;
}

   .faq .faq-heading a:before {
    position: relative;
    top: 0px;
    margin-right: 10px;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f068";
    color: #717171;
    font-size:14px;
}

    .faq ol {
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right:10px;
}

    .faq .faq-inner h4 {
    padding:0;
    padding-bottom:8px;
}
    .faq .faq-inner p {
    padding-bottom:12px;
}

.policy ol {
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right:10px;
}

    .policy .policy-inner h4 {
    padding:0;
    padding-bottom:8px;
}
    .policy .policy-inner p {
    padding-bottom:12px;
}

.thanxContent {
    padding: 70px 0 30px;
}
.thanxContent a {
    color: #A2C15A;
}
.thanxContent h1 {
    margin-bottom: 0;
    font-size: 40px;
}
.thanxContent h4 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
}
.categoryImage {
	margin-bottom:15px;
}

.categoryContent {
	margin-bottom:15px;
}

.newsletter {
    border: 2px solid #ddd;
    display: inline-block;
    width: auto;
}
.newsletter input[type="text"] {
    background: #fff;
    border: medium none;
    float: left;
    height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.newsletter input[type="text"]:focus {
    text-shadow: none;
    color: #666;
}
.newsletter .subscribe-btn {
    background: #ddd;
    border: 0 none;
    border-radius: 0;
    color: #3a3a3a;
    float: left;
    font-weight: normal;
    height: 40px;
    line-height: normal;
    padding: 0 10px;
}
.newsletter .subscribe-btn:hover {
    background: #b7b7b7;
}

.form-newsletter input {
    margin-bottom: 20px;
}

.wrapper.contact-us {
    background: #FFFFFF;
    display: block;
    margin-top: 450px;
    position: relative;
    width: 100%;
    z-index: 4;
}

.loading-container {
	position:fixed; 
	top:0; 
	left:0; 
	right:0; 
	width:100%; 
	z-index:9999;

}

.loading-box {
	position:relative; 
	width:200px; 
	margin:0px auto; 
	border:1px solid #f0c36d; 
	padding:6px; 
	padding-left:35px;
	font-weight:bold; 
	background: url(images/loading.gif) no-repeat left #f9edbe; 
	background-position-x:10px;}

.arrow-left {
	background: url(images/arrows.png) no-repeat left top; 
	position: absolute; 
	left: 10px; 
	top: 50%; 
	margin-top: -15px;
    width: 17px; 
	height: 30px; 
	z-index: 10;

}
.arrow-right {
	background: url(images/arrows.png) no-repeat left bottom; 
	position: absolute; 
	right: 10px; 
	top: 50%; 
	margin-top: -15px;
    width: 17px; 
	height: 30px; 
	z-index: 10;
}


.statusTop {
    margin-bottom: 20px;
}
.statusTop p {
    font-size: 16px;
    margin-bottom: 5px;
}

h2.block-title-2, .formBox h3, .block-title-2 {
    border-bottom: 1px solid #CECECE;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 10px 0 0;
    position: relative;
    text-transform: uppercase;
}
.innerPage {
    padding-top: 30px;
}
.owl-pagination{
	display:none;
}

.owl-buttons{
	position: absolute;
    top: 0;
    right: 0;
    margin-top: -95px;
    margin-right: 15px;
}
.recommended.related .owl-buttons{margin-top: -48px;}

.owl-theme .owl-controls .owl-buttons div{
  font-size: 0px;
    border-radius: 3px;
    padding: 2px 13px;
    position: relative;
}

.owl-theme .owl-controls .owl-buttons .owl-next:before{
	content: "\f105";
    font-family: FontAwesome;
    font-size: 28px;
    position: absolute;
    right: 6px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev:before{
	content: "\f104";
    font-family: FontAwesome;
    font-size: 28px;
    position: absolute;
    left: 6px;
}

.owl-theme .owl-controls .owl-buttons div{
	background: transparent;
    color: #000;
}
.skin-2 .owl-theme .owl-controls .owl-buttons div{color: #f07c29;}
.skin-3 .owl-theme .owl-controls .owl-buttons div{color: #f07c29;}
.skin-4 .owl-theme .owl-controls .owl-buttons div{color: #f07c29;}

.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	background:transparent;
}




/*------------------------- End Other Pages CSS ----------------------------*/


/*--------------------------- Skin CSS ------------------------------*/
/*::selection {
    color: #ffffff;
    background: #4bb777;
}
::-moz-selection {
    color: #ffffff;
    background: #4bb777;
}*/
.site-color {color: #156192!important;}
.skin-2 .site-color {color: #f07c29!important;}
.skin-3 .site-color {color: #f07c29!important;}
.skin-4 .site-color {color: #f07c29!important;}

/*-- Header Search and Cart --*/
.search-box .btn-nobg {background: #fed700;
    border: none !important;
    color: #333d47;
    font-weight: 700;
    line-height: 1.5;
    font-size: 16px;}
.skin-2 .search-box .btn-nobg {background: #f07c29; border: none !important; color: #fff;}
.skin-3 .search-box .btn-nobg {background: #cfcf4d; border: none !important; color: #fff;}
.skin-4 .search-box .btn-nobg {background: #f07c29; border: none !important; color: #fff;}

.search-box:hover .btn-nobg {color: #333d47; background:#fed700;}
.skin-2 .search-box:hover .btn-nobg {color: #fff; background:#f07c29;}
.skin-3 .search-box:hover .btn-nobg {color: #fff; background:#f07c29;}
.skin-4 .search-box:hover .btn-nobg {color: #fff; background:#f07c29;}



.header-2 .search-box .btn-nobg {background: #febf00; border: none; color: #fff;}
.header-2 .search-box .btn-nobg:hover {background: #118b5c; border: none; color: #fff;}
.skin-2 .header-2 .search-box .btn-nobg {background: #00a9e0; border: none; color: #fff;}
.skin-2 .header-2 .search-box .btn-nobg:hover {background: #079ac9; border: none; color: #fff;}
.skin-3 .header-2 .search-box .btn-nobg {background: #cfcf4d; border: none; color: #fff;}
.skin-3 .header-2 .search-box .btn-nobg:hover {background: #c6c647; border: none; color: #fff;}

.header-3 .search-box .btn-nobg {background: none; border: none !important; color: #fff;}
.header-3 .search-box:hover .btn-nobg {color: #C2C2C2; background:none;}

.header-2.custom .search-input {background: none !important; border: 1px solid #febf00 !important; color: #464a4c !important;}
.skin-2 .header-2.custom .search-input {background: none !important; border: 2px solid #00a9e0 !important; color: #fff !important;}
.skin-3 .header-2.custom .search-input {background: none !important; border: 2px solid #cfcf4d !important; color: #fff !important;}

.header-2 .cartMenu a.dropdown-toggle {color: #464a4c; border: 1px solid #febf00; background: none;}
.skin-2 .header-2 .cartMenu a.dropdown-toggle {color: #00a9e0; border: 2px solid #00a9e0; background: none;}
.skin-3 .header-2 .cartMenu a.dropdown-toggle {color: #cfcf4d; border: 2px solid #cfcf4d; background: none;}

.header-2 .cartMenu:hover a.dropdown-toggle {background: #fff; border-radius:3px; color: #464a4c;}
.skin-3 .header-2 .cartMenu:hover a.dropdown-toggle {background: #fff; border-radius:3px 3px 0px 0px; border-bottom-color:transparent; color: #cfcf4d;}

.header-2 .cartMenu .dropdown-menu {border: 1px solid #febf00;}
.skin-2 .header-2 .cartMenu .dropdown-menu {border: 2px solid #00a9e0;}
.skin-3 .header-2 .cartMenu .dropdown-menu {border: 2px solid #cfcf4d;}

.navbar-nav li:first-child a {background: transparent; color:#fff;}
.skin-2 .navbar-nav li:first-child a {background: transparent; color:#000;}
.skin-3 .navbar-nav li:first-child a {background: transparent; color:#fff;}
.skin-4 .navbar-nav li:first-child a {background: transparent; color:#fff;}

.navbar-nav>li:hover>a, .nav>li:hover>a, .navbar-nav>li:hover>a:hover {background:#333d47;color:#fed700;}
.skin-2 .navbar-nav>li:hover>a, .skin-2 .nav>li:hover>a, .skin-2 .navbar-nav>li:hover>a:hover {background:transparent!important; color:#f07c29!important;}
.skin-3 .navbar-nav>li:hover>a, .skin-3 .nav>li:hover>a, .skin-3 .navbar-nav>li:hover>a:hover {background:transparent; color:#fff;}
.skin-4 .navbar-nav>li:hover>a, .skin-4 .nav>li:hover>a, .skin-4 .navbar-nav>li:hover>a:hover {background:transparent; color:#fff;}

.header-2 .social-icon a {color: #fff; border: 1px solid #fff;}
.skin-2 .header-2 .social-icon a {color: #00a9e0; border: 2px solid #00a9e0;}
.skin-3 .header-2 .social-icon a {color: #cfcf4d; border: 2px solid #cfcf4d;}

.social-icon a {color: #fff;}
.skin-2 .social-icon a {color: #fff; border: 3px solid #00a9e0;}
.skin-3 .social-icon a {color: #fff; border: 3px solid #cfcf4d;}

.social-icon a:hover {color: #fed700;}
.skin-2 .social-icon a:hover {color: #fff; border: 3px solid #00a9e0;}
.skin-3 .social-icon a:hover {color: #fff; border: 3px solid #cfcf4d;}

.cartMenu:hover a.dropdown-toggle {background:transparent;}
.skin-2 .cartMenu:hover a.dropdown-toggle {background:transparent; color: #000;}
.skin-3 .cartMenu:hover a.dropdown-toggle {background:transparent; color: #fff;}
.skin-4 .cartMenu:hover a.dropdown-toggle {background:transparent; color: #fff;}

.header-3 .cartMenu:hover a.dropdown-toggle {background: #85d565; border: none; color:#fff; text-decoration:none;}
.skin-2 .header-3 .cartMenu:hover a.dropdown-toggle {background:#00a9e0; color: #fff;}
.skin-3 .header-3 .cartMenu:hover a.dropdown-toggle {background:#cfcf4d; color: #fff;}

/*-- End Header Search and Cart --*/

.navbar-nav .megamenu-content ul li a {color: #858a8d;background: none;}
.skin-2 .navbar-nav .megamenu-content ul li a {color: #8a8a8a; background: none;}
.skin-3 .navbar-nav .megamenu-content ul li a {color: #8a8a8a; background: none;}

/*-- DropDown --*/
.megamenu-content ul li:hover a{background: none;color: #000;}
.skin-2 .megamenu-content ul li:hover a{background: none;color: #f07c29;}
.skin-3 .megamenu-content ul li:hover a{background: none;color: #cfcf4d;}
.skin-4 .megamenu-content ul li:hover a{background: none;color: #f07c29;}
/*-- End DropDown --*/


/*-- Footer --*/
.btn-site, .newsLatterBox .btn {background: #fed700;box-shadow: none; color:#333d47;}
.skin-2 .btn-site, .skin-2 .newsLatterBox .btn {background: #000;box-shadow: none; color:#fff;}
.skin-3 .btn-site, .skin-3 .newsLatterBox .btn {background: #cfcf4d;box-shadow: none; color:#fff;}
.skin-4 .btn-site, .skin-4 .newsLatterBox .btn {background: #f07c29;box-shadow: none; color:#fff;}

.btn-site:hover, .newsLatterBox .btn:hover {background: #333d47; color:#fff;}
.skin-2 .btn-site:hover, .skin-2 .newsLatterBox .btn:hover {background: #f07c29; color:#fff;}
.skin-3 .btn-site:hover, .skin-3 .newsLatterBox .btn:hover {background: #ffe8c3; color:#f07c29;}
.skin-4 .btn-site:hover, .skin-4 .newsLatterBox .btn:hover {background: #ffe8c3; color:#f07c29;}

#footer1_divPoweredBy a {color: #333;}
#footer1_divPoweredBy a:hover {color: #333;}
.skin-2 #footer1_divPoweredBy a:hover {color: #00a9e0;}
.skin-3 #footer1_divPoweredBy a:hover {color: #cfcf4d;}
/*-- End Footer --*/

.style2 .section-title span, .section-title.style2 span {background: transparent;}
.skin-2 .style2 .section-title span, .skin-2 .section-title.style2 span {background: #fff3dc;color:#f07c29;}
.skin-3 .style2 .section-title span, .skin-3 .section-title.style2 span {background: #cfcf4d;color:#f07c29;}
.skin-4 .style2 .section-title span, .skin-4 .section-title.style2 span {background: #fff3dc;color:#f07c29;}

.item h4 a {color: #333d47;}
.skin-2 .item h4 a {color: #5a5a5a;}
.skin-3 .item h4 a {color: #5a5a5a;}
.skin-4 .item h4 a {color: #5a5a5a;}

.item h4 a:hover {color: #0060bb;}
.skin-2 .item h4 a:hover {color: #f07c29;}
.skin-3 .item h4 a:hover {color: #cfcf4d;}
.skin-4 .item h4 a:hover {color: #f07c29;}

.price {color: #156192;}
.skin-2 .price {color: #f07c29;}
.skin-3 .price {color: #cfcf4d;}
.skin-4 .price {color: #f07c29;}

.btn-primary {background-color: #febf00; color: #333d47; font-family: Open Sans; font-weight: 600;}
.skin-2 .btn-primary {background-color: #f07c29; color: #ffffff;}
.skin-3 .btn-primary {background-color: #cfcf4d; color: #ffffff;}

.btn-primary:hover, .btn-primary:focus {background-color: #000000; border-color: #000000; color: #ffffff;}
.skin-2 .btn-primary:hover, .skin-2 .btn-primary:focus{background-color: #fff3dc;border-color: #ffe8c3;color: #f07c29;}
.skin-3 .btn-primary:hover, .skin-3 .btn-primary:focus{background-color: #fff3dc;border-color: #000000;color: #f07c29;}
.skin-4 .btn-primary:hover, .skin-4 .btn-primary:focus{background-color: #fff3dc;border-color: #000000;color: #f07c29;}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {background-color: #333d47; border-color: #333d47; color: #ffffff;}


.action-control a {color: #fff; background: #333e48;}
.action-control a:hover, .action-control a.active {    background-color: #fed700;    color: #333d47;}

.skin-2 .action-control a {color: #f07c29;background: #fff3dc;border: 1px solid #ffe8c3;}
.skin-2 .action-control a:hover, .skin-2 .action-control a.active {background-color: #f07c29;color: #ffffff !important;}

.skin-3 .action-control a {color: #292733; background: transparent; border: 1px dashed #898989;}
.skin-3 .action-control a:hover, .skin-3 .action-control a.active {background-color: #cfcf4d; color: #fff; border-color:#cfcf4d;}

.item.list-view .action-control a:hover{background: #fed700; color: #333d47;}
.skin-2 .item.list-view .action-control a:hover{background-color: #fff3dc;border-color: #ffe8c3;color: #f07c29!important;}
.skin-3 .item.list-view .action-control a:hover{background-color: #cfcf4d; border:1px solid #cfcf4d; color: #FFFFFF;}
.skin-4 .item.list-view .action-control a:hover{background-color: #fff3dc;border-color: #ffe8c3;color: #f07c29;}

.item.list-view .action-control a.btn-wishlist {background: #fff; text-decoration: none; border: solid 1px #333d47; color: #333d47; padding: 12px 12px;}
.skin-2 .item.list-view .action-control a.btn-wishlist{background: #fff;color: #f07c29;border: solid 2px #f07c29;}
.skin-3 .item.list-view .action-control a.btn-wishlist{background: #fff;color: #f07c29;border: solid 2px #f07c29;}
.skin-4 .item.list-view .action-control a.btn-wishlist{background: #fff;color: #f07c29;border: solid 2px #f07c29;}


.item.list-view .action-control a.btn-wishlist:hover {background-color: #fff; border:1px solid #fed700; color: #fed700;}
.skin-2 .item.list-view .action-control a.btn-wishlist:hover {background: #fff3dc;color: #f07c29;border-color: #fff3dc;}
.skin-3 .item.list-view .action-control a.btn-wishlist:hover {background-color: #cfcf4d; border:1px solid #cfcf4d; color: #FFFFFF;}
.skin-4 .item.list-view .action-control a.btn-wishlist:hover {background: #fff3dc;color: #f07c29;border-color: #fff3dc;}

.cart-actions button, .cart-actions .btn-cart, .cart-actions .wishlist {color: #fff; background-color: #333d47;/* border: 1px dashed #333;*/}
.skin-2 .cart-actions button, .skin-2 .cart-actions .btn-cart, .skin-2 .cart-actions .wishlist{color: #fff3dc;background-color: #f07c29;border: 1px solid #ffe8c3;}
.skin-3 .cart-actions button, .skin-3 .cart-actions .btn-cart, .skin-3 .cart-actions .wishlist{color: #fff3dc;background-color: #f07c29;border: 1px solid #ffe8c3;}
.skin-4 .cart-actions button, .skin-4 .cart-actions .btn-cart, .skin-4 .cart-actions .wishlist{color: #fff3dc;background-color: #f07c29;border: 1px solid #ffe8c3;}

.cart-actions .btn-cart:hover {background-color: #fed700; color: #333d47;}
.skin-2 .cart-actions .btn-cart:hover {background-color: #fff3dc;border-color: #ffe8c3;color: #f07c29;}
.skin-3 .cart-actions .btn-cart:hover {background-color: #cfcf4d; border-color: #cfcf4d; color: #fff;}
.skin-4 .cart-actions .btn-cart:hover {background-color: #fff3dc;border-color: #ffe8c3;color: #f07c29;}

.cart-actions .wishlist {background:#fff; color: #333d47; border: solid 2px #333d47;}
.skin-2 .cart-actions .wishlist {background:#fff; color: #f07c29; border: solid 2px #f07c29;}
.skin-3 .cart-actions .wishlist {background:#fff; color: #cfcf4d; border: solid 2px #cfcf4d;}
.skin-3 .cart-actions .wishlist {background:#fff; color: #f07c29; border: solid 2px #f07c29;}

.cart-actions .wishlist:hover {background: #fff; color: #fed700; border-color:#fed700;}
.skin-2 .cart-actions .wishlist:hover {background: #fff3dc;color: #f07c29;border-color: #fff3dc;}
.skin-3 .cart-actions .wishlist:hover {background: #fff3dc;color: #f07c29;border-color: #fff3dc;}
.skin-4 .cart-actions .wishlist:hover {background: #fff3dc;color: #f07c29;border-color: #fff3dc;}

.new-product {background-color: #156192 !important; border:2px solid #156192; color:#fff;}
.skin-2 .new-product {background-color: #fff !important; border:2px solid #f07c29; color:#f07c29;}
.skin-3 .new-product {background-color: #fff !important; border:2px solid #cfcf4d; color:#cfcf4d;}
.skin-4 .new-product {background-color: #fff !important; border:2px solid #f07c29; color:#f07c29;}

#pager2 span.cycle-pager-active {background: #156192 !important;}
.skin-2 #pager2 span.cycle-pager-active {background: #f07c29 !important;}
.skin-3 #pager2 span.cycle-pager-active {background: #cfcf4d !important;}
.skin-4 #pager2 span.cycle-pager-active {background: #f07c29 !important;}

#pager2 span {border: 2px solid #156192;}
.skin-2 #pager2 span {border: 2px solid #f07c29;}
.skin-3 #pager2 span {border: 2px solid #cfcf4d;}
.skin-4 #pager2 span {border: 2px solid #f07c29;}

.product-warranty {border: 1px solid #333d47; background-color: #333d47;}
.skin-2 .product-warranty {border: 1px solid #5a7f0b; background-color: #00a9e0;}
.skin-3 .product-warranty {border: 1px solid #d5b000; background-color: #cfcf4d;}

.product-compare a:hover{color: #fed700;}
.skin-2 .product-compare a:hover{color: #00a9e0;}
.skin-3 .product-compare a:hover{color: #cfcf4d;}

.product-pricealert a:hover{color: #fed700;}
.skin-2 .product-pricealert a:hover{color: #00a9e0;}
.skin-3 .product-pricealert a:hover{color: #cfcf4d;}

.product-stockalert a:hover{color: #fed700;}
.skin-2 .product-stockalert a:hover{color: #00a9e0;}
.skin-3 .product-stockalert a:hover{color: #cfcf4d;}

.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus {background-color: #156192; border-color: #156192; color: #ffffff;}

.skin-2 .pagination>.active>a, 
.skin-2 .pagination>.active>span, 
.skin-2 .pagination>.active>a:hover, 
.skin-2 .pagination>.active>span:hover, 
.skin-2 .pagination>.active>a:focus, 
.skin-2 .pagination>.active>span:focus {background-color: #f07c29; border-color: #f07c29; color: #ffffff;}

.skin-3 .pagination>.active>a, 
.skin-3 .pagination>.active>span, 
.skin-3 .pagination>.active>a:hover, 
.skin-3 .pagination>.active>span:hover, 
.skin-3 .pagination>.active>a:focus, 
.skin-3 .pagination>.active>span:focus {background-color: #cfcf4d; border-color: #cfcf4d; color: #ffffff;}

.nav .cartMenu .open>a, 
.nav .cartMenu .open>a:hover, 
.nav .cartMenu .open>a:focus {background: #fff !important; border: 2px solid #85d565 !important; color: #85d565; border-radius:3px 3px 0px 0px; border-bottom-color:transparent !important; border-bottom: 0px !important; border-top: 0px !important;}

.header-2 .nav .cartMenu .open>a, 
.header-2 .nav .cartMenu .open>a:hover, 
.header-2 .nav .cartMenu .open>a:focus {background: #fff !important; border: 1px solid #febf00 !important; color: #464a4c; border-radius:3px; /*border-bottom-color:transparent !important;*/}

.header-3 .nav .cartMenu .open>a, 
.header-3 .nav .cartMenu .open>a:hover, 
.header-3 .nav .cartMenu .open>a:focus {background: #85d565 !important; border: 0px solid #85d565 !important; color: #fff; border-radius:0px; border-bottom-color:transparent !important;}

.skin-2 .nav .cartMenu .open>a, 
.skin-2 .nav .cartMenu .open>a:hover, 
.skin-2 .nav .cartMenu .open>a:focus {background: transparent !important; border:0px solid #00a9e0 !important; color: #000; border-radius:0px; border-bottom-color:transparent !important; border-bottom: 0px !important; border-top: 0px !important;}

.skin-3 .nav .cartMenu .open>a, 
.skin-3 .nav .cartMenu .open>a:hover, 
.skin-3 .nav .cartMenu .open>a:focus {background: #fff !important; border: 2px solid #cfcf4d !important; color: #00a9e0; border-radius:0px; border-bottom-color:transparent !important; border-bottom: 0px !important; border-top: 0px !important;}

.skin-2 .header-2 .nav .cartMenu .open>a, 
.skin-2 .header-2 .nav .cartMenu .open>a:hover, 
.skin-2 .header-2 .nav .cartMenu .open>a:focus {background: #fff !important; border: 2px solid #00a9e0 !important; color: #00a9e0; border-radius:3px 3px 0px 0px; border-bottom-color:transparent !important;}

.skin-3 .header-2 .nav .cartMenu .open>a, 
.skin-3 .header-2 .nav .cartMenu .open>a:hover, 
.skin-3 .header-2 .nav .cartMenu .open>a:focus {background: #fff !important; border: 2px solid #cfcf4d !important; color: #cfcf4d; border-radius:3px 3px 0px 0px; border-bottom-color:transparent !important;}

.skin-2 .header-3 .nav .cartMenu .open>a, 
.skin-2 .header-3 .nav .cartMenu .open>a:hover, 
.skin-2 .header-3 .nav .cartMenu .open>a:focus {background: #00a9e0 !important; border: 0px solid #00a9e0 !important; color: #fff; border-radius:0px; border-bottom-color:transparent !important; border-bottom: 0px !important; border-top: 0px !important;}

.skin-3 .header-3 .nav .cartMenu .open>a, 
.skin-3 .header-3 .nav .cartMenu .open>a:hover, 
.skin-3 .header-3 .nav .cartMenu .open>a:focus {background: #cfcf4d !important; border: 0px solid #cfcf4d !important; color: #fff; border-radius:0px; border-bottom-color:transparent !important; border-bottom: 0px !important; border-top: 0px !important;}

.nav .open>a, 
.nav .open>a:hover, 
.nav .open>a:focus {background: #fff !important; border: none !important; color: #fff;}

.skin-2 .nav .open>a, 
.skin-2 .nav .open>a:hover, 
.skin-2 .nav .open>a:focus {background: #079ac9 !important; border: none !important; color: #fff;}

.skin-3 .nav .open>a, 
.skin-3 .nav .open>a:hover, 
.skin-3 .nav .open>a:focus {background: #c6c647 !important; border: none !important; color: #fff;}

.cartMenu a.dropdown-toggle {background: #fff; border: 2px solid #85d565; border-bottom: 0px; border-top: 0px;}
.skin-2 .cartMenu a.dropdown-toggle {border-bottom: 0px; border-top: 0px;}
.skin-3 .cartMenu a.dropdown-toggle {border-bottom: 0px; border-top: 0px;}
.skin-4 .cartMenu a.dropdown-toggle {border-bottom: 0px; border-top: 0px;}

 .skin-2 .header-3 .cartMenu a.dropdown-toggle {background: none; border: 0px;}
 .skin-3 .header-3 .cartMenu a.dropdown-toggle {background: none; border: 0px;}

.product:hover .add-fav:hover, .product:hover .add-fav.active {background-color: #fed700;    color: #333d47;}
.skin-2 .product:hover .add-fav:hover, .skin-2 .product:hover .add-fav.active {background-color: #f07c29; color: #fff;}
.skin-3 .product:hover .add-fav:hover, .skin-2 .product:hover .add-fav.active {background-color: #fff; color: #cfcf4d;}
.skin-4 .product:hover .add-fav:hover, .skin-4 .product:hover .add-fav.active {background-color: #f07c29; color: #fff;}

.btn-quickview:hover {background-color: #fed700; color: #333d47 !important;}
.skin-2 .btn-quickview:hover {background-color: #f07c29;color: #ffffff !important;}
.skin-3 .btn-quickview:hover {background-color: #FFF; color: #cfcf4d !important;}
.skin-4 .btn-quickview:hover {background-color: #f07c29;color: #ffffff !important;}

.sliderText h1 {color: #85d565;}
.skin-2 .sliderText h1 {color: #00a9e0;}
.skin-3 .sliderText h1 {color: #cfcf4d;}

.footer a:hover{color: #333d47;}
.skin-2 .footer a:hover{color: #f07c29;}
.skin-3 .footer a:hover{color: #cfcf4d;}
.skin-4 .footer a:hover{color: #f07c29;}

.price-sales {color:#156192;}
.skin-2 .price-sales {color:#f07c29;}
.skin-3 .price-sales {color:#cfcf4d;}
.skin-4 .price-sales {color:#f07c29;}

.navbar-toggle {background: #85d565; color:#fff;}
.skin-2 .navbar-toggle {background: transparent; color:#f07c29;}
.skin-3 .navbar-toggle {background: #cfcf4d; color:#fff;}
.skin-4 .navbar-toggle {background: transparent; color:#f07c29;}

.navbar-toggle:hover {background: none; color: #febf00;}
.skin-2 .navbar-toggle:hover {background: none; border: 0px solid #00a9e0; color: #f07c29;}
.skin-3 .navbar-toggle:hover {background: none; border: 1px solid #cfcf4d; color: #cfcf4d;}
.skin-4 .navbar-toggle:hover {background: none; border: 0px solid #00a9e0; color: #f07c29;}

.navbar-toggle .icon-bar {border: solid 2px #fff;}

.navbar-toggle:hover .icon-bar{border-color:#85d565;}
.skin-2 .navbar-toggle:hover .icon-bar{border-color:#00a9e0;}
.skin-3 .navbar-toggle:hover .icon-bar{border-color:#cfcf4d;}

/*-------------------------------------------------------------------------------------------------*/

/*.social-icon a.fa-facebook:hover {
    background-color: #3b5998;
    border-color: #fff; 
    color: #fff;
}
.header-2 .social-icon a.fa-facebook:hover {
    border-color: #3b5998; 
}
.social-icon a.fa-twitter:hover {
    background-color: #1dcaff;
    border-color: #fff; 
    color: #fff;
}
.header-2 .social-icon a.fa-twitter:hover {
    border-color: #1dcaff; 
}
.social-icon a.fa-google-plus:hover {
    background-color: #d34836;
    border-color: #fff; 
    color: #fff;
}
.header-2 .social-icon a.fa-google-plus:hover {
    border-color: #d34836; 
}
.social-icon a.fa-pinterest:hover {
    background-color: #C92228;
    border-color: #fff; 
    color: #fff;
}
.header-2 .social-icon a.fa-pinterest:hover {
    border-color: #C92228; 
}
.social-icon a.fa-linkedin:hover {
    background-color: #0077b5;
    border-color: #fff; 
    color: #fff;
}
.header-2 .social-icon a.fa-linkedin:hover {
    border-color: #0077b5; 
}
.social-icon a.fa-tumblr:hover {
    background-color: #35465c;
    border-color: #fff; 
    color: #fff;
}
.header-2  .social-icon a.fa-tumblr:hover {
    border-color: #35465c; 
}*/

.search-close {color: #C7C7C7;}
.search-close:hover {color: #fff;}
.searchInputBox .search-btn {color: #ffffff;}
.search-box:hover .form-control {background: #4ec67f;}



.btn-discover:hover{
    background: #515151;
}




.nav>li.active, 
.nav>li>a:focus {
    background: none;
    color: #fff;
    text-decoration:none;
}


.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(100, 100, 100, 0.5)!important;
}

.product:hover, .featuredImgLook2 .inner:hover {
    box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.1);
  	border-radius:5px;
  border-color: #333d47;
}
.subCategoryList .thumbnail:hover {
    border: 1px solid #4ec67f;
}
.pager2 a {
    border: 1px solid #4ec67f;
}
.pager2 a.selected {
    background: #4ec67f;
}

.modal-header {
    background: #3C3C3C;
}
.form-control:focus {
    border-color: #333d47;
}

.panel-default>.panel-heading {
    border: none;
    background: #333d47;
    border-bottom: 1px solid #dfdfdf;
  	border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 15px 12px 10px;
    margin-bottom: 0px;
}
.skin-2 .panel-default>.panel-heading{background: #fff3dc;border-bottom: 1px solid #ffe8c3;}
.skin-3 .panel-default>.panel-heading{background: #fff3dc;border-bottom: 1px solid #ffe8c3;}
.skin-4 .panel-default>.panel-heading{background: #fff3dc;border-bottom: 1px solid #ffe8c3;}


.nav.tree>li.active, .nav.tree>li>a:hover, .nav.tree>li>a:focus, .nav.tree>li:hover>a {
    background: none;
    color: #666;
 	/*background:#e7ecee;*/
}
.nav.tree .open-tree>a, .nav.tree .open-tree>a:hover, .nav.tree .open-tree>a:focus {
    background: none;
    font-weight: 600;
    color: #2c3e50;
}
.nav-tabs {
    border-bottom: 3px solid #323232;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, .nav-tabs>li:hover>a {
    background: #323232;
}
.full {
    width: 100%;
}
.promo-1 {
    background: none repeat scroll 0 0 #27ae60;
}
.orderStep li.active a {
    background: #4ec67f;
}
.orderStep li.active a:after {
    border-top-color: #4ec67f!important;
}
.orderStep li a {
    background: #66de97;
}
#pager a.cycle-pager-active {
    background-color: #4bb777!important;
    background-color: rgba(75, 183, 119, 0.7)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b34bb777, endColorstr=#b34bb777)!important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b34bb777, endColorstr=#b34bb777)!important;
}
.header-img {z-index: 9999; float: right; /*margin-top: 10px; margin-right: 50px;*/}
.header-img div{ background:url(images/top.png) right no-repeat; height:47px; width:170px;}
.skin-2 .header-img div{ background:url(images/HeaderImgTheme13-1.jpg) right no-repeat; height:40px; width:178px;}
.skin-3 .header-img div{ background:url(images/HeaderImgTheme13-2.jpg) right no-repeat; height:40px; width:178px;}
@media (max-width:920px) {.header-img{ display:none;}}
/*------------------------- End Skin CSS ----------------------------*/

/*---------------------------   Media Queries   ------------------------------*/
@media (min-width: 1800px)  {
    .banner, .slider-content, .slider, .slider-v2 {
        max-height: 700px;
    }
    .sliderImg {
        width: 100%;
    }
}

@media only screen and (max-width: 1224px)  {
    input.quanitySniper {
        width: 35px!important;
    }
}



@media (max-width: 1024px) {
    .navbar.stuck .navbar-top {
        margin-top: 0!important;
    }

    .social li {
        margin: 0 6px 0 0;
    }

    .cartMenu.static-search-box a.dropdown-toggle {
        padding-left: 10px;
        padding-right: 10px;
    }

    .search-box.static-search .form-control {
        max-width: 104px;
    }

}



@media (min-width: 992px){
    .header-2 .menuWrap .container {
        width: 940px;
    }
}

@media (min-width: 1200px){
    .header-2 .menuWrap .container {
        width: 1070px;
    }
}

@media (min-width: 979px) {
    .navbar ul.nav li.dropdown ul.dropdown-menu, div.cartMenu.dropdown div.dropdown-menu {
     opacity:0;
 	 filter: alpha(opacity=0);
    transform: translate(0px,20px);
    -webkit-transform: translate(0,20px);
    -moz-transform: translate(0,20px);
    -o-transform: translate(0,20px);
    -ms-transform: translate(0,20px);
    visibility: hidden;
      display:block;
    }
    .navbar ul.nav li.dropdown:hover ul.dropdown-menu, div.cartMenu.dropdown:hover div.dropdown-menu {
        
  opacity:1;
      filter: alpha(opacity=100);
    transform: translate(0px,0px);
    -webkit-transform: translate(0px,0px);
    -moz-transform: translate(0px,0px);
    -o-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    transition: opacity 0.5s ease 0s,transform 0.5s ease 0s;
    -moz-transition: opacity 0.5s ease 0s,-moz-transform 0.5s ease 0s;
    -webkit-transition: opacity 0.5s ease 0s,-webkit-transform 0.5s ease 0s;
    -ms-transition: opacity 0.5s ease 0s,-ms-transform 0.5s ease 0s;
    visibility: visible;
    }


    .navbar ul.nav li.dropdown:hover ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu {
        display:none;
    }
    .navbar ul.nav li.dropdown:hover ul.dropdown-menu li.dropdown-submenu:hover ul.dropdown-menu {
        display:block;
    }

    .megamenu-content ul li a {
        transition: all 0.2s ease 0s; 
        -webkit-transition: all 0.2s ease 0s; 
        -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s; 
        -o-transition: all 0.2s ease 0s; 
        display: block;
    }
    .megamenu-content ul li a:hover {
        padding-left: 0px;
    }
    .megamenu-content ul li.productPopItem a:hover,.megamenu-content ul li a.newProductMenuBlock:hover {
        padding-left: 0;
    }

    .navbar.stuck .brandWrap {
        height: 0; 
        overflow: hidden;
        padding: 0px;
        border: 0px;
    }

}

@media (max-width: 979px) {
    .cartRespons {
        font-size: 0;
    }

    .sliderText .inner {
        padding: 15px;
    }
    .sliderTextFull {
        /*margin-top: 15%;*/
    }
    .sliderText h1 {
        font-size: 30px;
    }
    .sliderText.white h1 {
        padding-bottom: 0;
    }
    .sliderText.white h3.price {
        font-size: 18px;
        padding-bottom: 0;
    }
    .sliderText.white .inner {
        padding: 5px 0;
    }
    h1.xlarge {
        font-size: 36px;
    }
    .sliderTextFull h3 {
        font-size: 18px;
        line-height: 20px;
        padding-bottom: 5px;
    }
    .sliderInfo .btn-lg, .sliderText.white .btn {
        font-size: 14px;
        line-height: 1.471;
        padding: 5px 15px;
    }
    #pager2 {
        bottom: 0;
    }
    #pager2 span {
        border-width: 1px;
        height: 10px;
        width: 10px;
    }
    .sliderControl {
        border-radius: 2px;
        padding: 0 2px;
        top: 45%;
    }
    .sliderControl .fa-3x {
        font-size: 2.5em;
    }
    #pager a {
        font-size: 14px;
        padding: 5px 0;
        font-weight: normal;
    }

    .subCategoryThumb img {
        height: 100%!important;
    }
    .category-top {
        margin-top: 30px;
    }
    
}

@media (max-width: 969px)  {
    .megamenu .dropdown.megamenu-fullwidth .dropdown-menu{
        width: auto;
    }

    .megamenu .megamenu-content {
        padding-left: 0; 
        padding-right: 0;
    }

    .megamenu .dropdown-menu>li>ul {
        display: block;
    }
}

@media (max-width: 991px) and (min-width: 768px)  {
    .divActionContainer {
        float:left;
        width:100%;
    }
    .product-detail .product-timer {
        float: left;
        width: 100%;
    }
  	.product-availablequantity {
        float: left;
        width: 49%;
        margin-right: 0%;
    }
    .product-orderquantity {
        float: left;
        width: 49%;
       	margin-right: 2%;
    }
    .container {
        width: 100%!important;
    }
  
  .carousel-inner>.item{padding-left:0px;}

}


@media (max-width: 979px) and (min-width: 768px)   {
    .userMenu li a {
        font-size:10px;
        padding: 0 5px;
    }
    .userMenu select {
        padding: 0px 5px;
        font-size: 10px;
    }
    .navbar-nav>li>a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
    }
    .cartMenu a.dropdown-toggle {
        font-size: 12px;
        padding: 15px 15px;
    }
  .header-4 .cartMenu a.dropdown-toggle {font-size: 18px; padding: 0px 10px; }
    /* .header-4 .cartMenu a.dropdown-toggle {
        color: #85d565;
        border: 2px solid #909090;
        background: none;
    }*/
    .cartRespons {
        display: none;
    }
  .search-box{margin-right:0px;}
  div.quickview{top:240px;right:48px;}
  .grid-view div.quickview{top:222px;}
  .navbar-brand>img {
    max-height: 36px;
}


}

@media (min-width: 840px)  {
    .modal-details-inner {
        min-height: 552px;
    }
}

@media (min-width: 768px)  {
    .megamenu-content.has20 {
        width: 202px;
    }
    .megamenu-content.has40 {
        width: 460px;
    }
    .megamenu-content.has60 {
        width: 670px;
    }
    .megamenu-content.has4col {
        width: 700px;
    }
    .hasMega {
        position: relative!important;
    }
    .hasMega .dropdown-menu {
        min-width: 202px;
    }
    .hasMega.megamenu-20width .dropdown-menu {
        min-width: 202px;
    }
    .hasMega.megamenu-40width .dropdown-menu {
        min-width: 460px;
    }
    .hasMega.megamenu-60width .dropdown-menu {
        min-width: 670px;
    }
    .hasMega.megamenu-70width .dropdown-menu {
        min-width: 700px;
    }
}

@media (max-width: 800px)  {
    .product-details-modal .modal-dialog {
        max-width: 90%;
        margin: 20px auto;
    }
}

@media (max-width: 767px) and (min-width: 0)  {
    .hidden-xs {
        display: none!important;
        visibility: hidden!important;
    }
     #upColor {
        display: block;
    }
     .rating-reviewsHeading-div {
        margin-bottom:20px;
    }
    tr.CartProduct td, tr.CartProduct th {
        padding: 10px 5px;
    }
    .selected-color {
        vertical-align: middle;
        display: table-cell;
        padding: 20px 0 2px 0;
        height:0px;
    }
    .swatches {
        margin: 2px 0 10px 0;
        padding-left: 0;
        display: -webkit-box;
    }
}

@media (max-width: 767px) {
    .brandWrap {
        padding:0px;
        border-bottom: 2px solid #ffe8c3;
    }
    .brandWrap .container {
        margin-bottom: 0px;
    }
    .brandWrap2 .row {
        margin-right: 0px;
        margin-left: 0px; 
    }
    .menuWrap {
         background:#156192;  
      	border:none;
    }
    .menuWrap .row {
        margin-right: 0px;
        margin-left: 0px; 
        box-shadow:none;
    }
    /*.row {
        margin-right: 0px;
        margin-left: 0px; 
    }  
  #divCart .row {
    margin-right: -15px;
    margin-left: -15px;
}*/
  .row {
    margin-right: -10px;
    margin-left: -10px;
}
  
    .left-panel {
	    padding-right:0px;
    }
    .right-panel {
	    padding-left:0px;
    }
    .brandWrap2{
        padding:0px;
        border-bottom: 1px solid #1A1A1A;
    }
    .stuck .brandWrap2{
        padding:0px;
    }
    .header-3 .navbar-nav {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .navbar .navbar-top {
        height:28px;
    }
    .navbar-logo {
        width: 100%;
        position: absolute;
        display: flex;
        left: 0px;
    }
    .navbar-brand {
        margin-left: auto;
        margin-right: auto;
    }
    .navbar-brand>img {
        display: block;
      margin-top: 0px;
    }
    .header-3 .navbar-brand {
        margin-top: 10px;
    }
    .header-3.stuck .navbar-brand {
        margin-top: 10px;
    }

    .header-3 .search-box {
        margin-top: 13px;
    }
    .header-3.stuck .search-box .input-group {
        margin-top: 2px;
    }
    .header-3 .search-box .btn-nobg {
        padding: 6px !important;
    }
    .navbar-nav > li > a {
        padding: 16px 0px 16px 20px;
        border-radius:0px;
        border-top:1px solid #ddd;
      	background:#333d47;
    }
  .skin-2 .navbar-nav > li > a {border-top: 1px solid #ffe8c3;background: #fff3dc;}
  .skin-3 .navbar-nav > li > a {border-top: 1px solid #ffe8c3;background: #fff3dc;}
  .skin-4 .navbar-nav > li > a {border-top: 1px solid #ffe8c3;background: #fff3dc;}
  
  
    .header-2 .navbar-nav > li > a {
        padding: 16px 0px 16px 30px;
    }
    .navbar-nav > li:last-child > a {
        border-bottom:0px solid #ddd;
    }
    
    .navbar-nav li:first-child a {
        background: #333d47;
        color: #fff;
        padding: 15px 20px;
      	border-top: none;
    }
    .header-2 .navbar-nav li:first-child a {
        padding: 15px 30px;
    }
    .navbar-nav {
        margin: 0px;
    }
    .megamenu .megamenu-content {
        padding: 10px 0px 10px;
    }
    .header-3 .megamenu .collapse {
        border-bottom:1px solid #ddd;
        border-top:0px;
        margin: 0 -15px;
    }
    .megamenu .collapse {
        border-bottom:1px solid #ddd;
        border-top:0px;
        margin: 0 -15px;
        padding:0px;
    }
    .navbar-header {
        /*border-bottom: 1px solid #f2f2f2;*/
    }
    .navbar-nav>li.dropdown:hover a.dropdown-toggle::after, .navbar-nav>li.open a.dropdown-toggle::after {
        content: "";
        color: none;
        position: absolute;
        top: 0px;
        left: 50%;
        width: 0;
        height: 0;
        border-width: 0px;
        border-style: solid;
        border-color: none;
        margin-left: 0;
    }
    .dropdown-menu {
        padding:0px;
        margin:0px;
    }
    .header-3 .navbar-nav > li > .dropdown-menu {
        margin-top: 0px;
    }
	.navbar-cart {
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-cart.in .mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background: #fff;
        background: rgba(255, 255, 255, 0.7)!important;
    }
    .btn-nobg {
        color: #fff;
    }

    .userMenu li a {
        padding: 2px 11px;
        margin: 5px 0;
    }

    .header-3 .navbar-nav>li>a {
        padding: 14px 15px;
    }

    .navbar-brand {
        padding: 8px;
    }
    .phone-number i.glyphicon-phone-alt {
        padding-top: 2px!important;
    }

    /*-- Search Box --*/
    .search-box {
        margin-right: 5px;
    }
    .header-2 .search-box {
        width: 38px;
        margin-right: 10px;
    }
    .search-box .input-group {
        margin-top: -1px;
        margin-right: 5px;
    }
    .header-2 .search-box .input-group {
        margin-top: 0px;
        margin-right: 5px;
    }
    .header-3 .search-box .input-group {
        margin-top: 2px;
        margin-right: 5px;
    }
    .search-box .btn-nobg {
        background: none;
        border: none !important;
        border-radius: 3px !important;
        color: #EFEFEF;
        background-color: #222;
        padding: 6px 10px !important;
    }
    .header-2 .search-box .btn-nobg {
        background: #494949;
        border: 1px solid #191919 !important;
        border-radius: 2px !important;
        color: #FFFFFF;
        padding: 5px 10px !important;
    }

    .header-2.custom .search-box .btn-nobg {
        border-radius: 0px 3px 3px !important;
        padding: 9px 14px !important;
        margin-left: -20px;
        background: #febf00;
        border: 0px !important;
        color:#fff;
        margin-top:0px;
    }
    .skin-2 .header-2.custom .search-box .btn-nobg {
          background: #00a9e0;
    }
  	.skin-3 .header-2.custom .search-box .btn-nobg {
          background: #cfcf4d;
    }

    .searchInputBox {
        max-width: 89%;
    }
    .search-full {
        top: -60px; 
        letter-spacing: 1px; 
        min-height: 52px; 
        position: absolute; 
        right: 0; 
        text-align: right; 
        white-space: nowrap;
        width: 100%; 
        z-index: 10; 
        display: none; 
        background-color: #575556; 
        box-shadow: none; 
        border-radius:0px;
    }
    .header-2 .search-full {
        top:3px;
        right: 0; 
    } 
    .header-3 .search-full {
        top:3px;
        right: 0; 
    }  

    .search-close {
        display: table; 
        float: right; 
        font-size: 26px; 
        height: 52px !important; 
        width: 10% !important; 
        text-align: center;
        margin-top:3px;
    }

    .search-input {
        -moz-box-sizing: border-box; 
        -webkit-box-sizing: border-box; 
        border: 0px !important; 
        padding: 16px 32px 16px 10px;
        width: 100%; 
        max-width: 100%; 
        margin-bottom: 0px !important; 
        height: 52px !important; 
        background:none !important; 
        margin-top:3px;
        background:url(images/search.png) no-repeat right !important;  
        border-right:1px solid #7A7A7A !important; 
        outline:none;
    }
    .header-2 .search-input {
        height: 50px !important;
    }
    .header-2.custom .search-input {
        margin-top:0px;
    }
	.static-search.navbar-formbox {
        margin: 0;
        padding: 0;
        max-width: 100%;
    }
    .static-search.navbar-formbox {
        margin: 0;
        max-width: 100%;
        padding: 0;
        width: 100%;
    }
    .static-search.navbar-formbox .navbar-form {
        margin: 0;
        padding: 0;
        border: 0;
        box-shadow: none;
    }

    /*-- End Search Box --*/

    .margin-top-40 {
        margin-top: 40px;
    }


    .megamenu .dropdown.megamenu-80width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
    }
    .megamenu .dropdown.megamenu-60width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
    }
    .megamenu .dropdown.megamenu-50width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
    }
    .megamenu .dropdown.megamenu-40width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
    }
    .megamenu .dropdown.megamenu-20width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
    }
    .megamenu-content ul {
        margin-bottom: 0px;
    }
    .megamenu-content ul li {
        border-color: rgba(255, 255, 255, 0.2);
        padding:5px 5px;
    }
    .megamenu-content ul li.no-border {
        border-color: rgba(255, 255, 255, 0.2);
        padding:5px 10px;
    }
    .megamenu-content ul li.no-border:hover {
        background:none;
        color:none;
        padding-left:0px;
    }
    .megamenu-content ul li a:hover{
        background:none;
        color:none;
    }
    .megamenu .dropdown-menu>li>ul {
        display: block;
        background:#fff;
    }

    .cartMenu table tr {
        border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    }
    .miniCartFooter {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0)!important;
        border-top: 2px solid rgba(255, 255, 255, 0.5)!important;
        margin-top: 10px!important;
    }
    .miniCartFooter .btn {
        color: #fff!important;
    }
    .miniCartProduct, .miniCartProduct a, .miniCartProduct p, .miniCartProduct .size, .miniCartProduct .price, .dropdown-header {
        color: #FFFFFF;
    }
    .cartRespons {
        font-size: 14px;
    }

    .search-box.static-search .input-group {
        max-width: 100%;
        width: 100%;
    }
    .custom .search-box.static-search {
        width: 100%;
        min-width: 100%;
        margin-right:0px;
        margin-bottom:10px;
    }
    .header-2.custom .search-box .input-group {
        margin-top: 0px;
        margin-right: 0px;
        max-width: 100%;
        width: 100%;
    }
    .search-box.static-search .form-control {
        max-width: 100%;
        width: 100%;
    }
    .search-box.static-search:hover .form-control {
        max-width: 100%;
        width: 100%;
    }

    .sliderTextFull .inner.dark {
        max-width: 100%;
        padding: 5px;
    }
    .sliderTextFull h3 {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 5px;
        margin-top: 0;
        padding-bottom: 0;
    }
    .sliderText h1 {
        font-size: 24px;
        padding-bottom: 0;
    }
    .sliderInfo .btn-lg {
        font-size: 12px;
        padding: 5px 10px;
    }
    .sliderText .inner {
        padding: 5px;
    }
    .sliderText h3.price {
        font-size: 16px;
        padding-bottom: 2px;
    }
    .featureImg a {
        margin-bottom: 20px;
    }
    .navbar-top i {
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
    }
    .userMenu select {
        height: 21px;
        margin: 2px 0;
    }
    .header-2 .userMenu select {
        height: 21px;
        margin: 2px -15px 2px 0px;
    }
    .text-left-xs {
        text-align: left!important;
    }

    .footer-bottom {
        text-align: center;
    }
    .footer-bottom .pull-left {
        float: none!important;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-bottom .pull-right {
        float: none!important;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-bottom .powered-by {
	    padding-top:10px;
    }
    .paymentMethodImg {
        width: 100%;
        float: none!important;
        text-align: center;
    }
    .paymentMethodImg img {
        display: inline-block;
        float: none!important;
        max-height: 24px;
    }

    .item.list-view .rating {
        text-align:center;
    }
    .product-category {
        text-align:center;
    }
    .item.list-view .product-code {
        text-align:center;
    }
    .item.list-view .product-brand {
        text-align:center;
    }
    .item.list-view .product-stock {
        text-align:center;
        display: block;
    }
    .item.list-view .action-control {
        text-align: center;
	    display:block;
        margin-bottom: 10px;
    }
    .item.list-view h4 {
        font-size: 20px;
        line-height: 18px;
    }
    .item.list-view .description {
        clear: both;
        display: block;
        float: none;
        padding-top: 5px;
    }
    .item.list-view .image {
        display: block;
        float: none;
        max-height: 500px;
        max-width: 100%;
        padding-right: 0;
        text-align: center;
    }
    .item.list-view h4, .item.list-view .description, .item.list-view h4, .list-description, .item.list-view .price, .item.list-view .action-control, .item.list-view .description p {
        text-align: center;
    }
    .item.list-view h4 {
        min-height: 24px;
    }
    .item.list-view .product-installment {
        text-align:center;
    }
    .list-view .product-timer {
        width: 100%;
    }

    .sp-large {
        display: block !important;
        margin-left:auto;
        margin-right:auto;
        width: 460px !important;
    }
    .sp-large a {
      display: block !important;
    }
    .sp-large a img {
        width: auto !important;
        height: 330px;
    }

    .divActionContainer {
        float:left;
        width:100%;
    }
    .product-detail .product-timer {
        float: left;
        width: 100%;
    }
  	.product-availablequantity {
        float: left;
        width: 49%;
        margin-right: 0%;
    }
    .product-orderquantity {
        float: left;
        width: 49%;
       	margin-right: 2%;
    }
    .change-order {
        width:100%;
    }
    .rating-factors {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .review-subject {
        margin-top:0px;
    }

    .item {
		padding-left:15px;
	}
  .header-4.custom .search-box .input-group {margin-top: 0px;
    margin-right: 0px;
    max-width: 100%;
    width: 100%;
    }
    .header-4.custom .search-input {margin-top: 0px;
    }
    .header-4.custom .search-box .btn-nobg {
        padding: 10px 14px !important;
    margin-left: -20px;
    background: #fed700;
    color: #333d47;
    border: 0px !important;
    margin-top: 0px;
    }
  .skin-2 .header-4.custom .search-box .btn-nobg {background: #f07c29;}
  .skin-3 .header-4.custom .search-box .btn-nobg {background: #f07c29;}
  .skin-4 .header-4.custom .search-box .btn-nobg {background: #f07c29;}
}

@media (max-width: 600px)  {
    .product-details-modal .modal-dialog {
        max-width: 96%;
        margin: 20px auto;
    }
}

@media (max-width: 580px)  {
    .sliderTextFull {
        color: #FFFFFF;
        /*margin-top: 12%;*/
    }
    .style2 .section-title, .section-title.style2 {
        font-size: 24px;
    }
    .style2 .section-title:after, .section-title-style2:after, .section-title.style2:after, .section-title-style2:after {
        margin-left: 10%;
        top: 32px;
        width: 80%;
    }
    .categoryFooter .pagination {
        margin-bottom: 10px;
    }
    #pager2 {
        bottom: 0;
    }
    #pager2 span {
        border-width: 1px;
        height: 10px;
        width: 10px;
    }
    .sliderControl {
        border-radius: 2px;
        padding: 0 2px;
        top: 45%;
    }
    .sliderControl .fa-3x {
        font-size: 2em;
    }
    #spnReviewCount {
        display:none;
    }
	#pager a {
        font-size: 14px;
        padding: 5px 0;
        font-weight: normal;
    }

    .sp-thumbs {
        bottom: 0!important;
    }
    .sp-large {
        display: table !important;
        vertical-align:middle;
        width:auto !important;
    }
    .sp-large a {
      display: table-cell !important;
      vertical-align:middle !important;
    }
    .sp-large a img {
        width: auto !important;
        height:auto;
        max-width: 100%;
        max-height: 330px;
        margin-left: auto;
        margin-right: auto;
    }

    .categoryFooter .pagination {
        margin-bottom: 10px;
    }
    .xs3Response {
        width: 50%!important;
    }

    .CartProductThumb a img {
        margin-right: 5px;
    }

    .breadcrumb {
        display:none;
    }
}

@media (max-width: 480px) {
    .navbar-toggle {
        background: none!important;
        color:#333d47;
        font-size: 16px;
    }
    button.navbar-toggle {
        margin-right: 0px;
    }
    .header-3 .navbar-toggle {
        color: #fff;
        padding: 9px 0px 9px 10px;
        border:none;
    }
    .header-3 button.navbar-toggle {
        padding:9px 0px;
        border: none;
    }
    .navbar-toggle:hover {
        color:#febf00;
    }
    .navbar-toggle .icon-bar {
        border: solid 2px #333d47;
    }
    .navbar-toggle:hover .icon-bar {
        border: solid 2px #febf00;
    }
    .skin-2 .navbar-toggle .icon-bar {
        border: solid 2px #f07c29;
    }
    .skin-2 .navbar-toggle:hover .icon-bar {
        border: solid 2px #f07c29;
    }
  	.skin-3 .navbar-toggle .icon-bar {
        border: solid 2px #cfcf4d;
    }
    .skin-3 .navbar-toggle:hover .icon-bar {
        border: solid 2px #cfcf4d;
    }
    .navbar-toggle span{
        display:none;
    }
    .search-box .input-group {
        /*margin-top: 13px;*/
    }
    .search-box .btn-nobg {
        background: none;
        border: none !important;
        border-radius: 0px !important;
        color: #85d565;
        padding: 6px 5px 6px 0px !important;
    }
    .search-box:hover .btn-nobg {
        color: #fff;
        background: none;
    }
    .header-2 .search-box {
        width: auto;
        margin-right: 10px;
    }
    .header-2 .search-box .btn-nobg {
        background: none;
        border: none !important;
        border-radius: 0px !important;
        color: #85d565;
        padding: 6px 0px !important;
    }
    .header-2 .search-box:hover .btn-nobg {
        background: none;
        border-color: none !important;
        color: #fff;
    }
    .header-2.custom .search-box:hover .btn-nobg {
        border-radius: 50px 50px 0px !important;
        padding: 9px 14px !important;
        margin-left: -20px;
        background: #85d565;
        border: 0px !important;
        color:#fff;
        margin-top:0px;
    }
  	.skin-2 .header-2.custom .search-box:hover .btn-nobg {
        background: #00a9e0;
    }
  	.skin-3 .header-2.custom .search-box:hover .btn-nobg {
        background: #cfcf4d;
    }
    .navbar-brand.windowsphone {
        display: block;
        float: left;
    }
    .navbar-brand.windowsphone img {
        max-width: 65px;
    }
    .navbar-brand img {
        max-width: 200px;
    }
    
    .sliderTextFull h3 {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 2px;
        margin-top: 0;
        padding-bottom: 0;
    }
    .sliderText h1 {
        font-size: 24px;
        line-height: 26px;
        padding-bottom: 0;
    }
    .sliderInfo .btn-lg {
        font-size: 12px;
        padding: 4px 8px;
    }
    .sliderText .inner {
        padding: 2px;
    }
    .sliderText h3.price {
        font-size: 16px;
        padding-bottom: 2px;
    }
	#pager a {
        font-size: 12px;
    }

	h1.xlarge {
		font-size: 24px;
		font-weight: 800;
		line-height: normal;
		padding-bottom: 0;
	}

	h1.x2large {
		font-size: 38px;
	}

	.title-big {
		font-size: 38px;
	}

    #spnReviewCount {
        display:none;
    }

    .ratingInfo span.first{
        padding:0 7px;
	    font-size:smaller;
    }
    .ratingInfo {
        margin-left: 0px;
    }
    .ratingInfo span{
        margin:10px 0;
    }
    .ratingInfo a{
        padding:0 0 0 7px;
        margin:10px 0;
	    font-size:smaller;
    }
    .product-rating	{
	    font-size:smaller;
	    margin-right:7px;
    }
    .rating-breakup td.rating-progress{
	    width:120px;
	    text-align:center;
    }
    .rating-factors td.rating-star{
	    width:120px;
	    text-align:center;
    }

    .featuredPostContainer.globalPadding {
        padding: 10px 0!important;
    }

    .cartTableHeader {
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
    }
    .CartProduct .delete i {
        font-size: 16px!important;
    }
    .CartProductThumb a img {
        max-width: 60px!important;
    }
    .CartDescription h4 a {
        font-size: 14px!important;
        line-height: normal;
    }

    .supportLi h4 {
        font-size: 14px;
    }
    .no-float-xs {
        float: none!important;
    }
    .col-xxs-12 {
        width:100% !important;
    }


     /*.featuredPostContainer .xsResponse {
        padding-bottom: 20px;
        padding-top: 30px;
        margin-left: 0px;
      margin-top:10px;
        margin-right: 0px;
    }

   .featuredPostContainer .item,
    .grid-view.item {
        margin-bottom:10px;
    }
    .featuredPostContainer .product,
    .grid-view .product {
        float:left;
        border-bottom:1px solid #ddd;
        padding-top: 20px;
    }

    .featuredPostContainer .template:last-child .product,
    .template:last-child .grid-view .product {
        border-bottom:0px;
    }

    .featuredPostContainer .product:hover,
    .grid-view .product:hover {
        box-shadow:none;
        background:none;
    }

    .featuredPostContainer .product .image,
    .grid-view .product .image {
        width:100%;
        float:left;
        padding-top:0px;
        max-height:118px;
    }

    .featuredPostContainer .product .image img,
    .grid-view .product .image img{
        max-height:110px;
    }

    .featuredPostContainer .product .description,
    .featuredPostContainer .product .price ,
    .featuredPostContainer .product .action-control,
    .featuredPostContainer .product .stock-status,
    .grid-view .product .description,
    .grid-view .product .price ,
    .grid-view .product .action-control,
    .grid-view .product .stock-status{
        width:100%;
        margin:0px;
        float:right;
        padding: 0px;
        text-align:left;
    }

    .featuredPostContainer .product .description,
    .grid-view .product .description {
        padding-right:0px;
    }

    .featuredPostContainer .product .add-fav,
    .featuredPostContainer .product .quickview,
    .featuredPostContainer .product .highlights,
    .grid-view .product .add-fav,
    .grid-view .product .quickview,
    .grid-view .product .highlights {
        display:none;
    }

    .featuredPostContainer .item h4,
    .grid-view.item h4{
        border:0px;
        margin-top:0px;
    }

    .featuredPostContainer .item h4 a,
    .grid-view.item h4 a{
        font-size:12px;
    }

    .featuredPostContainer .item .description p,
    .grid-view.item .description p{
        text-align:left;
        color: #7F8C8D;
        font-size: 11px;
    }

    .featuredPostContainer .product .price,
    .grid-view .product .price {
        border:0px;
        margin-top:0px;
        padding: 0px 15px;
        font-size:18px;
        font-weight:600;
    }

    .featuredPostContainer .product .stock-status .out-of-stock,
    .grid-view .product .stock-status .out-of-stock {
        padding:8px;  
        margin-top:4px;      
    }
    .featuredPostContainer .product .stock-status .out-of-stock:after,
    .grid-view .product .stock-status .out-of-stock:after {
        font-size: 11px;
    }

    .featuredPostContainer .product .action-control a,
    .grid-view .product .action-control a {
        font-size: 0px;
        margin-top:4px;
    }
    .featuredPostContainer .product .action-control a span,
    .grid-view .product .action-control a span{
       
    }

    .featuredPostContainer .product .promotion,
    .grid-view .product .promotion {
        top: 5px;
        left: 0px;
    }


    .featuredPostContainer .product .promotion .new-product,
    .grid-view .product .promotion .new-product{
        font-size: 9px;
        padding: 4px 6px;
    }

    .featuredPostContainer .product .promotion .discount,
    .grid-view .product .promotion .discount {
        padding: 4px 3px;
        font-size: 9px;
    }


    .grid-view .product .product-catg-compare {
        display:none;
    }*/

    .grid-view .product .rating {
        font-size:12px;
        margin:2px 0px;
    }

    .grid-view .product .ratingInfo span {
        margin: 0px 0;
    }

    .grid-view .product .star_rating {
        font-size: 14px;
    }

    #divContentBottom {
        padding-top:15px !important;
    }

    .style2 .section-title, .section-title.style2 {
        margin-bottom:5px;
    }
  .style2 .section-title, .section-title.style2{margin:0px;}
  
  .cart-actions .btn-cart span, .cart-actions .wishlist span{padding: 10px 15px;}
  
  .megamenu .dropdown.megamenu-20width .dropdown-menu .megamenu-content{padding:0px;}
  .owl-buttons{margin-top: -89px;margin-right:0px;}
  .product-title {
    font-size: 17px;
    letter-spacing: 0.25px;
    line-height: 1.5;
    text-transform: capitalize;
}
  .action-control{bottom: 36px;}
  .product-timer{position:relative;bottom:0;}
  
  .carousel-inner>.item{padding-left:0px;}
  .box-footer{text-align:center;}
}

@media (max-width:460px) {
    .home-banner-box {
	    list-style-type:none; 
	    margin:0; 
	    padding:0;
	    display:block;
    }

    .home-banner {
	    display: inline; 
	    float:left; 
	    padding-right:0px;
        padding-bottom: 10px;
    }
}

@media (max-width: 442px)  {
    .discountLg {
        font-size: 36px;
        letter-spacing: 2px;
        line-height: 40px;
    }
    .newsletter input[type="text"] {
        width: 100%;
    }
    .newsletter .subscribe-btn {
        margin-left: 0;
        margin-top: 5px;
        width: 100%;
    }
}

@media (max-width: 400px)  {
    .container {
        min-width: 310px;
    }
    .navbar-brand {
        padding: 6px 0 0 5px;
    }
    .navbar-brand img {
        max-width: 180px;
        margin-top: 0px;
    }
    .btn-nobg {
        font-size:14px;
        margin-top: 3px;
        margin-left: 10px;
    }
    .search-full {
        top: -58px;
    }
    .navbar-toggle {
        background: none!important;
        font-size: 14px;
    }
    .navbar-toggle .icon-bar {
        width:20px;
    }
    .navbar-header.isios .navbar-brand img {
        max-width: 60px!important;
    }
    .navbar-header .navbar-toggle {
       /* padding: 9px 3px;*/
        font-size: 16px;
    }
    .header-3 .search-box {
        margin-top: 11px;
    }
    .header-2 .search-box .btn-nobg {
        padding: 4px 0px !important;
    }
    #pager a {
        font-size: 10px;
    }

    .product-slider .item	{
	    padding-right:15px;
    }

    .sp-wrap {
		margin: 0 0 15px 0;
	}
	#sp-prev, #sp-next {
		top: auto;
		margin-top: 0;
		bottom: 25px;
	}

    .xsResponse .item, .xs3Response .item {
        width: 100%!important;
    }

    .cartFooter {
        padding: 5px 0;
    }
    .cartFooter .box-footer div {
        width: 100%;
        text-align: center;
        padding-bottom: 5px;
    }
    .checkoutReview th {
        font-size: 13px;
    }
}

@media (max-width: 320px)  {
    .container {
		width: 100%!important;
		max-width: 320px!important;
	}
    .banner {
        width: 100%!important;
        max-width: 320px!important;
        overflow: hidden!important;
    }
  .btn-default{margin-bottom:5px;}
}
/*--------------------------- End Media Queries ------------------------------*/
