@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),  
  url('fonts/MyriadPro-Regular.otf')  format('opentype'),
  url('fonts/MyriadPro-Regular.woff') format('woff'), 
  url('fonts/MyriadPro-Regular.ttf')  format('truetype'), 
  url('fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}



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, font, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, ul, li {
    border: 0 none;
    list-style: none outside none;
    margin: 0;
    outline: medium none;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
}

img, a img {
    border: medium none;
}

.clear {
    border: medium none;
    clear: both;
    float: none;
    height: 1px;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
    transition: all 0.4s ease;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    color: #535353;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p {
    padding-bottom: 10px;
}

h1 {
    font-size: 37px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 27px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 19px;
}

h6 {
    font-size: 17px;
}

p {
    font-size: 15px;
    line-height: 20px;
    color: #333333;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}
body {
	font-family: 'Roboto Condensed', sans-serif;
}
*, *::before, *::after
{
    box-sizing: border-box;
}
.clearfix {
  overflow: auto;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/*********************************************/

.container
{
    width: 1250px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.headertop {
    background: #eeeeee;
    overflow: hidden;
    padding: 15px 0;
}
.headertop li {
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
}
.headertop li a
{
    color: #001d50;
}
.headertop_menu li {
    margin-right: 25px;
}
.headertop_menu
{
    float: left;
}
.headertop_cartmenu {
    float: right;
}
.headertop_cartmenu a
{
    font-size: 13px;
    color: #001d50;
    text-transform: uppercase;
}
.logo {
    float: left;
}
.contactinfo {
    float: right;
    margin-top: 30px;
}
.searchform {
    width: 58%;
    margin: 0 auto;
    padding-top: 45px;
}
.headermiddle {
    overflow: hidden;
    margin: 10px 0;
}
.contactinfo ul {
    background-image: url(../img/phoneemail.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    background-position: center left;
}
.teltop a {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 900;
    color: #112d5c;
}
.contactinfo ul li.teltop
{
    margin-bottom: 5px;
}
.mailtop a {
    font-size: 20px;
    color: #001d50;
    text-align: center;
    display: block;
    position: relative;
}
li.mailtop a:before {
    position: absolute;
    content: '';
    width: 85%;
    height: 1px;
    background: #efefef;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: -2px;
}
.searchform {
    width: 58%;
    margin: 0 auto;
}
.searchform form {
    border: 1px solid #eeeeee;
    border-radius: 50px;
    overflow: hidden;
}
.searchform form input {
    height: 33px;
}
.searchform form input[type=text] {
    width: 92%;
    float: left;
    border: none;
    padding-left: 15px;
    outline: none;
}
.searchform form input[type=submit]
{
    width: 5%;
    float: right;
    background: no-repeat;
    cursor: pointer;
    background-image: url(../img/searchico.png);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
}
.mainmenu 
{
    background: #001d50;
    text-align: center;
    font-size: 0;
}
.mainmenu li {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;    
    text-transform: uppercase;
    position: relative;
}
.mainmenu li a
{
    color: #fff;
    padding: 20px 14px;
    display: block;
}
.mainmenu li a:hover
{
    background-color: #ae1615;
}
.mainmenu li:hover > ul
{
    display: block;
}
.mainmenu li ul {
    background-color: #ae1615;
    position: absolute;
    min-width: 250px;
    z-index: 3;
    padding: 0 5px;
    border-bottom: 10px solid #001d50;
    display: none;
    margin: 0;
}
.mainmenu li ul li {
    font-size: 15px;
    display: block;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid #c67a79;
}
.mainmenu li ul li.has-subMenu:after {
    position: absolute;
    content: '>';
    right: 5px;
    top: 35%;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
}
.mainmenu li li ul {
    position: absolute;
    left: 100%;
    top: 0;
}
.mainmenu li ul li a:hover
{
    color: #001d50;
}
.mainmenu li ul li:last-child
{
    border-bottom: none;
}
.mainmenu li:last-child ul ul {
    left: -100%;
}
.promotitles {
    padding: 35px 0;
    box-shadow: 0px 20px 17px -15px #d9d9d9 inset;
}
.promotitles li {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    color: #ae1615;
    margin-right: 10%;
    line-height: 25px;
    display: inline-block;
}
.promotitles li:last-child
{
    margin-right: 0;
}
.promotitles li img {
    float: left;
    margin-right: 25px;
    border-right: 1px solid #001d50;
    padding-right: 25px;
}
.trendingproduct {
    margin: 45px 0;
}

.titlewithbar {
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    position: relative;
    padding: 0;
   	margin-bottom: 25px;
}
.titlewithbar:after {
    position: absolute;
    right: 0;
    left: 0;
    height: 1px;
    background: #ae1615;
    bottom: 8px;
    content: '';
}
.titlewithbar span {
    display: inline-block;
    background: #fff;
    z-index: 2;
    position: relative;
    padding-right: 30px;
}
.trendingproduct li {
	border: 1px solid #dededd;
	text-align: center;
}
.trendingproduct_box {
    border: 1px solid #dededd;
    margin: 8px;
}
.titletrent {
    font-size: 16px;
    text-transform: uppercase;
    color: #242424;
}
.titletrent:hover
{
	text-decoration: underline !important;
}
.trendingproduct ul {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 20px;
}
.trendingproduct_img {
    position: relative;
    height: 140px;
    margin: 5px 0 15px;
    overflow: hidden;
}
.trendingproduct_img img {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 140px;
}
.promotionalPages {
    margin: 10px 0 45px;
    width: 100%;
    display: inline-block;
}
.promotionalPages ul 
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
}
.promotionalPages ul li:hover
{
	opacity: 0.7;
}
.brandshome {
    background: #efefef;
    padding: 25px 0;
}
.brandshome ul {
    display: grid;
    grid-template-columns: repeat(8,1fr);
    grid-gap: 14px;
}
.allbrands
{
	display: block;
	text-align: right;
	position: relative;
	margin-top: 25px;
}
.allbrands:after {
    position: absolute;
    height: 1px;
    background: #001947;
    right: 90px;
    left: 0;
    bottom: 5px;
    content: '';
}
.allbrands a 
{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #001947;    
    display: inline-block;
}
.featuredProducts {
    margin: 45px 0;
}
.productGrid .product
{
	width: 100%;
}
ul.productGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
}
.homepage ul.productGrid 
{
    display: block;
}
.homepage ul.productGrid li {
    width: 280px;
    margin: 10px;
    display: inline-block;
}
.titlewithbar
{
	margin-bottom: 5px;
}
.titlewithbar span
{
	padding-right: 10px;
}
ul.productGrid
{
    grid-gap: 15px;
}
.productGrid .product {
    width: 100%;
    border: 1px solid #dddddd;
    padding: 35px 15px;
}
.prodname {
    line-height: 15px;
    margin-top: 15px;
}
.prodname a {
    font-size: 13px;
    color: #222222;
    font-family: 'Roboto', sans-serif;
}
.productGrid .prodprice.price {
    font-size: 20px;
    color: #001d50;
    font-weight: 700;
    margin-top: 25px;
    font-family: 'Roboto', sans-serif;
    display: block;
}
.prodimg {
    position: relative;
    height: 200px;
}
.prodimg img
{
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-height: 199px;
}
.blogsect ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}
.blogsect li a {
    font-size: 20px;
    text-align: center;
    display: block;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #001d50;
}
.blogsect li img
{
	margin-bottom: 5px;
}

.readmore {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background: #00266a;
    border-radius: 50px;
    width: 250px;
    display: block;
    text-align: center;
    margin: 0 auto;
    height: 35px;
    line-height: 35px;
    margin-top: 35px;
    box-shadow: 0 0 8px #999;
    letter-spacing: 1px;
}
.readmore:hover
{
	color: #ae1615;
}
.newsletter {
    background: #ae1615;
    text-align: center;
    padding: 25px 0;
}
.newsletter h4 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
}
.newsletter p {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}
.newsletter form {
    border-radius: 50px;
    overflow: hidden;
    display: inline-block;
    margin-top: 25px;
}

.newsletter input
{
	height: 35px;
}
.newsletter input[type="submit"] {
    font-size: 14px;
    background: #002566;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    padding: 5px 30px;
    cursor: pointer;
}
.newsletter input[type="email"] {
    width: 300px;
    border: none;
    outline: none;
    padding: 0 15px;
}
.footerpaymentcards {
    background: #eeeeee;
    text-align: center;
    padding: 10px 0;
}
.footerpaymentcards img
{
	display: inline-block;
}
.footer_boxsection {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
}
.footer_menus {
    border-top: 1px solid #e46e25;
    background: #001d50;
    padding: 35px 0;
}
.footer_box h5 {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}
.footer_box li {
    margin-bottom: 10px;
    list-style-type: disc;
    list-style-position: inside;
    color: #fff;
}
.footer_box li a {
    font-size: 14px;
    color: #fff;
}
.footer_box li a:hover
{
	text-decoration: underline !important;
}
.footerbrands ul {
    column-count: 2;
}
.copyright {
    background: #eeeeee;
    text-align: center;
    padding: 15px 0;
}
.copyright p {
    font-size: 16px;
    color: #222222;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    padding: 0;
    line-height: 20px;
}
.copyright a
{
	color: #222;
}
.categorypagecontent {
    overflow: hidden;
    margin: 15px 0;
}
.categorypagecontent .sidebar {
    position: relative;
}
.categorypagecontent .categorysection {
    float: right;
    width: 73%;
}
.categorysection ul.productGrid {
    grid-gap: 25px;
}
.featsidebar {
    background: #eeeeee;
    padding: 25px 10px;
    margin-bottom: 40px;
}
.sidebar .featsidebar h2
{
    font-size: 26px;
}
.sidebar .titlewithbar span
{
    background: #eee;
    padding-right: 5px;
}
.sidebar ul li {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.sidebar ul li a
{
    color: #000;
}
.sidebar ul li ul{
    margin-top: 8px;
}
.sidebar ul li ul {
    margin-top: 15px;
    margin-left: 20px;
}
.sidebar ul li ul li a
{
    color: #001d50;
}
.sidebar ul li ul li a:hover
{
    color: #ae1615;
}
.breadcrumbs {
    text-align: left;
}
.breadcrumbs li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    color: #cccccc;
    font-family: 'Roboto', sans-serif;
}
.breadcrumbs li a
{
    text-transform: uppercase;
    font-size: 16px;
    color: #cccccc;
}
.pagerandsorter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 25px;
}
.sorter {
    text-align: right;
}
.pagination li {
    display: inline-block;
    margin-right: 10px;
    font-family: 'Roboto', sans-serif;
}
.pagination li.active a {
    color: #ae1615;
    font-size: 16px;
}
.pagination li a
{
    color: #4f4f4f;
}
.sorter label {
    font-size: 14px;
    color: #222;
    font-family: 'Roboto', sans-serif;
}
.sorter select {
    background: #f6f6f7;
    border: navajowhite;
    width: 200px;
    font-size: 14px;
    color: #222222;
    padding: 0 15px;
    height: 30px;
    font-family: 'Roboto', sans-serif;
}
.productGrid:after, .productGrid:before
{
    display: none  !important;
}
.page-sidebar+.page-content .productGrid .product
{
    width: 100%;
}
.pagination-item--next
{
    float: none;
}
h1.productView-title {
    color: #001d50;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 0;
}
figure.productView-image {
    border: 1px solid #ddd;
}
.productView-description {
    clear: none;
    float: none;
    width: 100%;
    overflow: hidden;
}
.productView-price {
    color: #001d50;
    font-weight: 700;
}
.productView-info-name,
.productView-info-value,
.cart-total-grandTotal, 
.compareTable-heading, .form-label--alternate
{
    font-family: 'Roboto Condensed', sans-serif;
}
.button.button--primary {
    background: #ae1615;
    border-color: #ae1615;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}
.button.button--primary:hover
{
    background: #001d50;
    border-color: #001d50;
}
a.button.dropdown-menu-button {
    text-transform: uppercase;
}
ul.tabs li.tab {
    background: #001d50;    
    text-transform: uppercase;
}
ul.tabs li.tab.is-active
{
    background: #ae1615;
}
ul.tabs li.tab a,
ul.tabs .tab.is-active .tab-title
{
    color: #fff;
    font-weight: normal;
}
.countPill
{
    display: inline-block;
    padding: 0;
    background: none;
    color: #001d50;
}
section.productCarousel.productGrid .product {
    margin: 10px;
    text-align: center;
}
.page-heading
{
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #001d50;
    font-weight: 700;
}
.cart thead.cart-header th {
    background: #001d50;
    padding: 15px 5px;
    color: #fff;
    text-transform: uppercase;
}
.cart-total-label {
    text-transform: uppercase;
    color: #000;
}
.cart-total-value, 
.cart-total-value button 
{
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}
div#product-listing-container .sorter {
    margin-bottom: 35px;
}
.trendingproduct .prodname {
    min-height: 55px;
}




.mobview
{
	display: none;
}
/************************************************/
/************** Media Queries *****************/
@media only screen and (min-width: 1200px) and (max-width: 1280px)
{
	.container
	{
		width: 100%;
	}
}

@media only screen and (max-width: 1199px)
{
    .container
    {
        width: 970px;
    }
   
}

@media only screen and (max-width: 991px)
{
    .container
    {
        width: 750px;
    }
    
}

@media only screen and (max-width: 767px)
{
    .container
    {
        width: auto;
    }
    .deskview
    {
    	display: none;
    }
    .mobview
    {
    	display: block;
    }
    .mobbanner {
		margin-top: -20px;
	}
	.mobbanner img
	{
		width: 100%;
	}
    .headertop_menu i {
        font-size: 14px;
        color: #001d50;
        text-transform: uppercase;
    }
    .headertop_menu i span {
        margin-left: 5px;
    }    
    .logo 
    {
        width: 42%;
    }
    .teltop a 
    {
        font-size: 16px;
    }
    .mailtop a 
    {
        font-size: 14px;
    }
    .contactinfo ul {      
        padding-left: 30px;
        background-size: 25px;
    }
    .contactinfo {
        margin-top: 15px;
    }
    .searchform {
        width: 100%;
        margin: 10px auto 0;
        display: inline-block;
        padding: 0;
    }
    .headermiddle
    {
        margin-bottom: 0;
    }
    .searchform form {
        border: none;
        border-top: 1px solid #eeeeee;
        border-radius: 0;
    }
    .trendingproduct ul,
    .promotionalPages ul,
    ul.productGrid
    {
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }
    .promotionalPages .container
    {
        padding: 0;
    }
    .promotionalPages ul
    {
        grid-gap: 0;
    }
    .promotionalPages li {
	    border-bottom: 1px solid #fff;
	}
    .promotionalPages img {
        width: 100%;
    }
    .brandshome ul
    {
        grid-template-columns: 1fr 1fr;
        max-width: 295PX;
        margin: 0 auto;
    }
    .brandshome ul li img {
        margin: 0 auto;
    }
    .blogsect
    {
        display: none;
    }
    .newsletter h4
    {
        font-size: 20px;
    }
    .newsletter p {
        font-size: 14px;
    }
    .newsletter input[type="email"] {
        width: 208px;
    }
    .footerpaymentcards
    {
        background: #ffffff;
    }
    .footer_boxsection
    {
        grid-template-columns: 1fr;
    }
    .footer_box.footerlogo
    {
        display: none;
    }
    .footer_box 
    {
        width: 215px;
        margin: 0 auto 35px;
    }
    .copyright p 
    {
        font-size: 12px;
    }
    .headertop_menu li
    {
        display: block;
        padding: 15px 0;
        text-align: center;
        border-bottom: 1px solid #dddddd;
        margin: 0;
    }
    .headertop
    {
        overflow: visible;
        display: inline-block;
        width: 100%;
    }
    .headertop_menu ul {
        position: absolute;
        right: 0;
        left: 0;
        background: #eee;
        z-index: 9999;
        display: none;
    }
    .mainmenu .mobview h3
    {
        color: #fff;
        text-transform: uppercase;
        font-size: 20px;
        padding-top: 10px;
    }
    .mainmenu ul,
    .promotitles,
    .hidemob
    {
        display: none;
    }
    ul.openmenu li ul {
        display: none !important;
    }
    .mainmenu li
    {
        display: block;
        border-bottom: 1px solid #ccc;
    }
    .categorypagecontent .categorysection {
        float: left;
        width: 100%;
    }
}

@media only screen and (min-width: 310px) and (max-width: 400px)
{
    .categorysection ul.productGrid {
        grid-template-columns: 1fr 1fr;
    }
    .prodimg {
        position: relative;
        height: 110px;
    }
    .productGrid .product
    {
        padding: 15px;
    }
    .prodimg img
    {
        max-height: 110px;
    }
}