html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*************new css **************/


header {
    width: 100%;
}
.container {
    width: 96%;
    max-width: 1600px;
    margin: 0 auto;
}
.top-head {
    width: 100%;
    padding: 5px 0px;
        background: #0786ba;
    background: #0f0c29;
    background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29);
    background: linear-gradient(to right, #0786ba, #0d5d93, #083a61);
    overflow: hidden;
}
.top-head .container{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.top-head ul.list {
    width: 50%;
    display: flex;
    align-items: center;
}
.top-head ul.list li {
    display: inline-block;
    margin-right: 10px;
}
.top-head ul.list li a {
    color: white;
    font-size: 12px;
    text-decoration: none;
}
.top-head ul.right-list {
    width: 50%;
    text-align: right;
}
.top-head ul.right-list li {
    display: inline-block;
   margin-left: 15px;
    font-size: 14px;
    color: white
}
.top-head ul.right-list li a {
    color: white;
    font-size: 12px;
    text-decoration: none;
}
.logo {
    width: 180px;
    float: left;
}
.logo img {
    width: auto;
	max-height:75px;
    height: 75px;
}
.right-form {
    width: 500px;
    float: right;
}
/* Form wrapper styling */

.form-wrapper {
    width: 450px;
    margin: 25px auto 50px auto;
}
/* Form text input */

.form-wrapper input {
    width: 330px;
    height: 20px;
    padding: 10px 5px;
    float: left;
    font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 0;
    background: #eee;
    border-radius: 3px 0 0 3px;
}
.form-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .8) inset;
}
.form-wrapper input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}
.form-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}
.form-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}
/* Form submit button */

.form-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 110px;
    font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: #fff;
    text-transform: uppercase;
    background: #0A3A6B;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}
.form-wrapper button:hover {
    background: #e54040;
}
.form-wrapper button:active,
.form-wrapper button:focus {
    background: #c42f2f;
    outline: 0;
}
.form-wrapper button:before {
    /* left arrow */
    
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #0A3A6B transparent;
    top: 12px;
    left: -6px;
}
.form-wrapper button:hover:before {
    border-right-color: #e54040;
}
.form-wrapper button:focus:before,
.form-wrapper button:active:before {
    border-right-color: #c42f2f;
}
.form-wrapper button::-moz-focus-inner {
    /* remove extra button spacing for Mozilla Firefox */
    
    border: 0;
    padding: 0;
}
.nav {
    width: 100%;
	background: url(../images/topbar.jpg);
	background-size:cover;
}
.nav ul {
    display: block;
    line-height: 30px;
    margin: 0;
    padding: 0;
}
#mega-menu-wrap-social,#mega-menu-wrap-social #mega-menu-social > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-social #mega-menu-social > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-social #mega-menu-social > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-social #mega-menu-social > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-social #mega-menu-social > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-social #mega-menu-social > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: transparent!important;
}
.nav ul li {
    display: inline-block;
    margin-right: 30px;
    letter-spacing: 0.5px;
}
.nav ul li a {
    color: white;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
    text-decoration: none;
}
.main {
    overflow: hidden;
    width: 100%;
}

.category-bar {
    float: left;
    width: 200px;
    box-sizing: border-box;
    min-height: 600px;
    background: #fff;
    margin-top: 10px;
}
.category-bar span {
    background: #0786ba ;
    padding: 5px 10px;
    line-height: 30px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    color: white;
    font-weight: bold;
    letter-spacing: 1px;
    height: 40px;
}
ul.sub-category {
    padding-bottom: 0;
}
.category-bar ul li.last {
    padding-bottom: 0;
}
.product-container {
    width: 970px;
    float: left;
    box-sizing: border-box;
    min-height: 10px;
    padding: 10px;
}
.product-container span {
    font-size: 16px;
    line-height: 24px;
}
.product {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.item {
    width: 24%;
    float: left;
    margin-right: 1.333%;
    padding: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #E2E2E2;
    overflow: hidden;
    min-height: 360px;
    max-height: 400px;
    overflow: hidden;
}
.item:nth-child(6),
.item:nth-child(10) {
    clear: left;
}
.item img {
    width: 90%;
    height: 150px;
    margin-bottom: 10px;
    margin-left: 5%;
}
.item strong {
    text-align: center;
    display: block;
    color: #0063A6;
}
.item:nth-child(4n+5) {
    margin-right: 0;
}
.item .price {
    display: block;
    padding: 5px 0;
    border-bottom: 1px dashed #E2E2E2;
    overflow: hidden;
}
.item .cart {
    display: block;
    padding: 5px 0;
    border-bottom: 1px dashed #E2E2E2;
    overflow: hidden;
}
.item .cart span {
    display: inline-block;
    float: left
}
.item .cart span img {
    width: 24px;
    height: 24px;
    margin-bottom: 0;
}
.item .cart em {
    display: inline-block;
    float: right;
    line-height: 24px;
    font-size: 14px;
}
.item p {
    font-size: 11px !important;
    line-height: 15px;
    padding-top: 4px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif !important;
}
.item span {
    font-size: 11px !important;
    line-height: 15px;
    padding-top: 4px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif !important;
}
.price {
    display: block;
    margin-top: 5px;
}
.price strike {
    font-size: 14px;
    color: red;
    display: inline-block;
}
.price em {
    font-size: 14px;
    display: inline-block;
    float:right;
    font-weight: bold;
}

.text{
    font-size: 14px;
    line-height: 1.4;
}


/*******footer ends***/





.product-images {
    width: 30%;
    float: left;
}
.product-images img {
    width: 100%;
}
.content {
    width: 70%;
    padding: 10px 20px;
    float: left;
    box-sizing: border-box;
}
.content .price {
    width: 25%;
    margin-top: 10px;
}
.content p {
    line-height: 24px;
    font-size: 14px;
}
section#glamerica,
#kvamerica {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
section#glamerica {
    margin-top: 20px;
}


section#glamerica .item {
    height: 300px;
}
.mg-image img {
    -webkit-transition: all 1s ease;
    /* Safari and Chrome */
    
    -moz-transition: all 1s ease;
    /* Firefox */
    
    -o-transition: all 1s ease;
    /* IE 9 */
    
    -ms-transition: all 1s ease;
    /* Opera */
    
    transition: all 1s ease;
    max-width: 100%;
}
.mg-image:hover img {
    -webkit-transform: scale(1.25);
    /* Safari and Chrome */
    
    -moz-transform: scale(1.25);
    /* Firefox */
    
    -ms-transform: scale(1.25);
    /* IE 9 */
    
    -o-transform: scale(1.25);
    /* Opera */
    
    transform: scale(1.25);
}
/* just apply some height and width to the wrapper.
.mg-image {
  width:400px;
  height:400px;
  overflow: auto;
}
*/

.single .data {
    width: 970px;
    overflow: hidden;
    float: right;
}
.single .data .product-images {
    overflow: hidden;
}
.slider {
    display: block;
    margin-bottom: 15px;
}
.menu-product-menu-container,
.menu-brands-container {
    padding: 10px;
}
.main-category {
    font: bold 14px Arial, Helvetica, sans-serif;
    text-decoration: underline;
    text-transform: uppercase;
}
.main-category a {
    text-transform: uppercase;
    color: #082D53;
}
.categories>li {
    margin-bottom: 15px;
    display: block;
}
.Brands>li {
    margin-bottom: 10px;
}
.main-category ul.sub-menu {
    padding-left: 8px;
    margin-top: 8px;
}
.main-category ul.sub-menu li {
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #082D53;
    text-decoration: underline;
    text-transform: Capitalize;
    margin-bottom: 8px;
    display: block;
}
.main-category ul.sub-menu li a {
    text-transform: Capitalize;
}
.main-category ul.sub-menu li ul.sub-menu {
    padding-left: 10px;
}
.single .prices em {
    display: block;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 0;
}
.single .content strong.title {
    color: #082D53;
    font-size: 24px;
    display: block;
    margin-bottom: 5px;
    font-weight: bold
}
div#fscf_required1 {
    margin-top: 10px;
    color: #EF2050;
}
.woocommerce-page .type-page h1.entry-title{
    font-size: 16px;
    display: none;
    color: #082C52;
    font-weight: bold;
    padding-top: 10px;
    position: absolute;
    left: 0;
    right: 0;
    background: white;
    padding: 10px;
    margin: 0;
    top: 16px;
    border: 1px solid #cfc9c9;
}
.inner-head {
    display: block;
    width: 100%;
    padding: 6px 0;
}
footer.entry-footer {
    display: none;
}
p.message {
    margin-bottom: 15px;
    display: block;
}
.item-image {
    cursor: pointer;
}
.image-overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(70, 70, 70, 0.75);
    display: none;
}
.image-overlay .inner {
    display: block;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
}
.image-overlay .inner strong,
.image-overlay .inner p,
.inner .price,
.inner a {
    display: none;
}
.close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
}
.image-overlay .item-image {
    cursor: pointer;
    max-width: 60%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.image-overlay .item-image:hover {
    transform: scale(1.5);
}
.flexslider .slides img {
    height:250px !important;
}
.instant {
    display: block;
    margin-top: 20px;
    overflow: hidden;
}
.instant a {
    background: #0063A6;
    padding: 10px 15px;
    color: white;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}
ul.sub-menu {
    margin-top: 10px;
    margin-left: 5px;
}
.widgettitle {
    display: none;
}
.item strong a {
    color: #082F56;
    text-decoration: none;
    font-weight: bold;
}
.item a.readmore {
    display: block;
    color: #082F56;
    text-decoration: none;
}
li#menu-item-954 a {
    font-size: 16px;
    font-weight: bold;
}
li#menu-item-954 .sub-menu a {
    font-size: 14px !important;
    font-weight: normal;
}
.sub-menu li {
    margin-bottom: 5px;
}
@media(max-width:1240px) {
    .product-container {
        width: calc(100% - 200px)
    }
    .item {
        width: 32%
    }
    .item:nth-child(6),
    .item:nth-child(10) {
        clear: inherit;
    }
    .item:nth-child(5),
    .item:nth-child(8),
    .item:nth-child(11) {
        clear: left;
    }
    .item:nth-child(4n+5) {
        margin-right: 1.33%;
    }
}
@media(max-width:767px) {
    .item {
        width: 49%;
        margin-right: 1%;
    }
    .right-form {
        width: 250px !important;
    }
    .search-form input {
        width: 180px!important;
    }
    .search-form input {
        width: 180px!important;
    }
    form.search-form {
        width: 250px!important;
        margin: 25px auto 50px auto;
    }
    .search-form button {
        width: 70px!important;
    }
    .slider {
        display: none;
    }
    .logo {
        width: 115px;
    }
    .item {
        height: 400px;
    }
}
@media(max-width:560px) {
    .category-bar {
        width: 100%;
        min-height: inherit;
    }
    .product-container {
        width: 100%;
    }
    .nav ul li a {
        color: white;
        font-size: 13px;
        text-transform: capitalize;
        font-weight: bold;
        text-decoration: none;
    }
    .nav ul li {
        display: inline-block;
        margin-right: 12px;
        letter-spacing: 0.5px;
    }
}


.cat-sidebar.photo-grid-menu {
    border: 0;
}
.cat-sidebar .photo-grid-menu-inner,
.widget.widget_maxmegamenu{
    border: 0;
    background: url(https://glynx.net/wp-content/uploads/categoryBg.jpeg);
	background-size: cover;
    margin-bottom: 20px;
    padding: 5px 0 10px;
    border-radius: 5px;
}
.cat-sidebar.photo-grid-menu .sidebar__heading{
    background: transparent;
}
.widget.widget_maxmegamenu .widget-title {
    background: transparent !important;
    font-weight: 600;
    font-size: 13px;
}
body .cat-sidebar.photo-grid-menu #mega-menu-wrap-primary,
body .widget.widget_maxmegamenu  #mega-menu-wrap-primary{
    background: transparent;
}
body .cat-sidebar.photo-grid-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item,
body .widget.widget_maxmegamenu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{
    border-bottom: none;
    background-color: transparent !important;
	border-bottom: 0 !important;
}

body .cat-sidebar.photo-grid-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
body .widget.widget_maxmegamenu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    color: #fff;
}

li.woocommerce-widget-layered-nav-list__item a:before {
    width: 12px !important;
    height: 12px !important;
    border: 1px solid #767676;
    border-radius: 3px;
    opacity: 1;
}
body li.woocommerce-widget-layered-nav-list__item a {
    font-size: 11px;
    font-weight: 600;
}
body li.woocommerce-widget-layered-nav-list__item .count{
    display: none;
}