@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

*,
*:after,
*:before {
	box-sizing: border-box;
}

body {
	color: #000;
	font: 400 15px/19px "Helvetica Neue",Helvetica,Arial,sans-serif;
	min-width: 320px;
}
header#header { background:#a22821;}
img {
	vertical-align: top;
}

a {
	transition: opacity 0.15s linear;
	color: #00529b;
	text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px;
}

.h1,
h1 {
	font-size: 50px;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	letter-spacing: 2px;
}

.h2,
h2 {
	font-size: 30px;
}

.h3,
h3 {
	font-size: 20px;
}

.p-y-5 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.text-underline {
	text-decoration: underline;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.text-green {
	color: rgb(47, 246, 40);
}

.container, .container.sub-menu {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

/*------------------------------*/
/*Header Style*/
.sticky-header {
	position: fixed;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 9999;
}

.sticky-header .top-bar {
	display: none;
}

.top-bar {

	font-size: 12px; text-align: center; }

.top p{background-color:#d6c266;padding: 10px 0; margin-bottom:0;}
.top-bar p a {color: #282727 !important;  border-bottom: 1px dashed #282727;}
.top-bar p a:hover {color: #0d4a88 !important; text-decoration: none;  border-bottom: 1px dashed #0d4a88;}
.hed_right { float: right;}
.hed_right ul { margin: 0; padding: 0;}
.hed_right ul li{font-size: 13px;margin: 0; padding: 0 15px; display: block; float: left;
    border-left: 1px solid #ecefef;  font-weight: normal;}
.hed_right ul li:first-child { padding-left: 0; border-left: none;}
 .hed_right ul li:last-child { padding-right: 0;}
 .hed_right ul li a {margin: 0; padding: 0; display: block; color: #282827;}
 .hed_right ul li span { color: #364867; margin-right: 6px;}
.top .container {padding: 12px 0;}
.social-lists li:last-child {margin-right: 0;}
.top {border-bottom: 1px solid #ecefef;}
.social-lists a {display: inline-block;line-height: 1;}
.social-lists li .fa {color: #0f6734;width: 30px;height: 30px;padding: 5px;	border: 2px solid #0f6734;
	border-radius: 50px;position: relative;}

.social-lists li .fa:hover {
	background: #0f6734;
	color: #fff;
}

.social-lists li .fa:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.social-lists .screen-reader-text {
	font-size: 0;
}
#nav .navbar-nav .wsmenu-sub-list li h5 a { color: #fff; font-size: 16px; text-transform: uppercase; font-weight: bold;}
#nav .navbar-nav .wsmenu-sub-list li h5{border-bottom:1px solid rgba(0,0,0,0.10)}
ul#megamenu_items-mens-footwear, .sub-menu ul { list-style: none; padding: 0; margin: 0;}
ul#megamenu_items-mens-footwear li, sub-menu ul li {padding: 0;margin: 0;}
#nav .navbar-nav .wsmenu-sub-list li a, .sub-menu ul li a{color: #364867; text-transform: capitalize; font-size: 13px;}
ul.wsmenu-sub-list {
    list-style: none;
    padding: 0;
}
.header-bottom {
	    -webkit-box-shadow: 0 2px 2px rgba(11, 25, 28, .12);
    -moz-box-shadow: 0 2px 2px rgba(11, 25, 28, .12);
    box-shadow: 0 2px 2px rgba(11, 25, 28, .12);
}

.header-bottom-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
}

.mini-search .searchform .form-group {
	position: relative;
	margin-bottom: 0;
}

.mini-search .searchform .form-group .form-control {
	box-shadow: none;
	padding-right: 30px;
	width: 200px; border-radius: 25px;
}

.mini-search .searchform .form-group .form-control:focus {
	box-shadow: none !important;
	border-color: #ccc;
}

.mini-search .searchform .fa-search {
	transform: rotate(90deg);
	position: absolute;
	background: transparent;
	border: 0;
	top: 7px;
	right: 0;
	font-size: 18px;
	color: #aaa;
	outline: none;
}

.mini-search .searchform .fa-search:hover {
	opacity: 0.7;
}
i.fa.fa-angle-down {
    color:#fbcf00;
}
/*------------------------------*/
/*Nav Bar Style*/
#headerFreeShipping {
    color: #e54d45;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    top: 0;
    right: -50px;
}
.top-header{    background-color: #7d1e1e;
    text-align: center;
    color: #e9574f;
    font-size: 12px;
    font-weight: 400;
    padding-top: 2px;
    padding-bottom: 2px; }
#nav {
	background: transparent;
	border: 0;
	border-radius: 0;
	margin: 0;
	transition: 0.2s all ease-in-out;
	display: flex;
	align-items: center;
}

#nav .navbar-nav a {
	position: relative;
	font-size: 16px;
	padding: 5px 0;
	color: #fff;
	transition: 0.2s all ease-in-out;
}

#nav .navbar-nav a:hover,
#nav .navbar-nav a:focus {
	text-decoration: none;
	background: transparent;
	transition: 0.2s ease-in-out;
}
#nav .navbar-nav li > a {
	margin: 30px 0;
}

#nav .navbar-nav li {
	margin: 0 10px;
	position: relative;
}

#nav .navbar-nav li.active > a {
	background: transparent;
	border-bottom: 1px solid #0f6734;
	color: #0f6734;
}

#nav .navbar-nav li.active a:after {
	display: none;
}

#nav .navbar-nav li .sub-menu li {
	margin: 0;
}

#nav .navbar-nav li .sub-menu a {
	color: #fff;
	padding:4px 10px;
	font-size: 13px;
	font-weight: normal;
	display: block;
	margin: 0;
}

#nav .navbar-nav li .sub-menu a:after {
	display: none;
}
#nav .navbar-nav li .sub-menu a{color: #fff}
#nav .navbar-nav li .sub-menu a:hover {color: #fff;}
#nav .navbar-nav li .sub-menu h5 a:hover { color: #fff;}
.nav-left{float: right;}
.nav-left ul{list-style: none; padding: 0; float: left; margin-right: 5px;}
.mini-search {float: right; margin-top: 5px;}
.nav-left ul li{display: inline-block; padding: 5px;}
.nav-left ul li a {  padding: 7px; width: 35px; display: flow-root; text-align: center;  height: 35px;}
.nav-left ul li a i{color: #fff;}
.sticky-header .logo img{max-width:50px;}
li.dropdown i.fa.fa-angle-down {display: none;}
/*------------------------------*/
/*Footer Style*/

.footer {
	background-color: #f7f7f7;
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	line-height: 25px;
}
.footer-bottom {
    background: #F4F4F4;
}
div#footerSocialBox a {
    margin-right: 10px;
}
#footer a{color: #000;}
#footerBottomSection{padding:10px 0; text-align: center; color: gray; font-size: 12px;}
.footer-top {
	padding-top: 58px;
	padding-bottom: 50px;
	background:#F4F4F4;
	    border-top: 1px solid silver;
}

.footer-col-1 .content-wrap {
	border-bottom: 1px solid #000;
}

.footer-col-1 .content-wrap img {
	margin-bottom: 17px;
}

#main section.content-wrap {
    padding: 0px;
    min-height: 0px;
}

.footer-col-1 .mini-post {
	padding-top: 12px;
}

.footer-col-1 .mini-post img {
	width: 75px;
}

.footer h4 {
	    font-size: 20px;
    padding: 0 0 5px 0;
    color: #282727;
}

.desc {
    font-size: 14px;
    line-height: 21px;
    color: #9a9a9a;
    margin: 0;
}
footer ul{list-style: none;padding: 0;}
footer ul li{padding: 0; margin: 0;}
footer ul li a{color:#282827;}
.txtbox { width: 100%;height: 30px; border-radius: 18px; font-size: 14px; color: #9a9a9a; padding: 0 35px 0 18px; border: 1px solid #d7dbdb;}
.email_box button { position: absolute; right:18px; bottom:0px; padding:0;}
.footer_email_errors.alert {    padding: 0;  border: none;}
.email_box { position: relative; margin-top: 25px;}
.f_bot_left {
    font-size: 14px;
    line-height: 20px;
    color: #898989;
    margin: 0;
    padding: 0;
    float: left;
    line-height: 25px;
}
.f_bot_right {
    font-size: 14px;
    line-height: 20px;
    color: #898989;
    margin: 0;
    padding: 0;
    float: right;
}

.f_bot_left a {
    color: #282827;
}
.offcanvas-contacts {
	display: none;
}

.navbar-nav > li > a > .icon-plus {
	display: none;
}

body.menuOpen {
	position: relative;
}

body:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:rgba(0, 0, 0, 0.45);
	z-index: 999;
	content: "";
	opacity: 0;
	visibility: hidden;
	transition: 0.4s all ease-in-out;
	z-index: 1;
}

body.menuOpen:before {
	opacity: 1;
	visibility: visible;
}

body.menuOpen .navbar-header {
	display: block;
}

body.menuOpen .close {
	opacity: 1;
}

.navbar-offcanvas {
	transition: 0.4s all ease-in-out;
}

.navbar-offcanvas .navbar-header {
	display: none;
}
table.table.tranparent-table select {
    padding: 6px;
}
.navbar-offcanvas .navbar-header button {
	position: fixed;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 5px !important;
	padding-left: 3px !important;
}

.offcanvas-contacts .mail {
	display: none;
}

.mini-search.mobile, .offcanvas-contacts .account-login {
	display: none;
}

#wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

#header, #main, #footer {
    flex-shrink: 0;
}

#main {
    flex-grow: 1;
}

/*------------------------------*/
/*Responsive style*/

@media (min-width: 768px) {
	nav#nav {float: right;}
	.navbar-nav { margin: -10px 0 0 0;}
	.mobile-logo,
	.mobile-phone-number {
		display: none;
	}

	.display-on-mobile {
		display: none;
	}

	/* .navbar-nav > li {
        float: none;
    } */

}

@media (min-width: 992px) {
	.footer-row {
		margin: 0 -25px;
	}

	.footer-col {
		padding: 0 25px;
	}
}

@media (min-width: 1170px) {
	#nav .navbar-nav li .sub-menu.container{width: 1170px; margin-left: -600px;}
	#nav .navbar-nav li .sub-menu.container.backcountry  {margin-left:-765px;}
	#nav .navbar-nav li .sub-menu.container.mens {margin-left:-865px;}
	#nav .navbar-nav li .sub-menu.container.womens {margin-left:-900px;}
	#nav .navbar-nav li .sub-menu.container.kids  {margin-left:-950px;}
	#nav .navbar-nav li .sub-menu.container.accessories  {margin-left:-990px;}
	#nav .navbar-nav li .sub-menu {
		position: absolute;
		top: 90px;
		left: 0;
		width: 280px;
		background-color: #222;
		padding: 10px;
		margin: 0;
		list-style: none;
		overflow: hidden;
		z-index: 10;
		display: none;
		border-radius: 0;
	}

	/* #nav .navbar-nav li:hover .sub-menu {
		display: block;
	} */

	#nav .navbar-nav a:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: -15px;
		height: 1px;
		-webkit-transition: all 0.35s ease 0s;
		-moz-transition: all 0.35s ease 0s;
		transition: all 0.35s ease 0s;
		opacity: 0;
	}

	#nav .navbar-nav a:hover:after {
		width: 100%;
		opacity: 1;
		bottom: -2px;
	}

	.dropdown.mega-menu .sub-menu {
		width: 1000px !important;
		right: -170px;
		left: auto !important;
		letter-spacing: -4px;
		font-size: 0;
	}

	.dropdown.mega-menu .sub-menu li {
		display: inline-block;
		padding: 20px 10px 20px 10px;
		width: 20%;
		vertical-align: top;
		letter-spacing: 0;
		font-size: 16px;
	}

	.dropdown.mega-menu .sub-menu li a {
		font-size: 16px !important;
		text-transform: none;
		color: #fff;
		padding: 0;
	}
}

@media (max-width: 1199px) {
	.top-bar .mini-search {
		display: inline-block;
	}

	.header {
		padding-top: 0;
	}

	#nav {
		position: relative;
		order: 2;
	}

	/* #nav .navbar-nav {
        padding-top: 70px;
    } */
	#nav .navbar-toggle {
		margin: 0;
		background: transparent;
		border: 0;
		border-radius: 0;
		color: #fff;
		padding: 0;
	}

	.navbar-offcanvas {
		background: #fff;
		text-align: left;
	}

	.offcanvas-toggle .icon-bar {
		background: #fff !important;
		height: 3px;
		width: 25px;
	}

	.offcanvas-toggle.isOpen .icon-bar:nth-child(4) {
		-webkit-transform: rotate(45deg) translate(-6px, -6px) !important;
		transform: rotate(45deg) translate(-6px, -6px) !important;
		margin: 0;
	}

	.offcanvas-toggle.isOpen .icon-bar:nth-child(3) {
		-webkit-transform: rotate(-45deg) translate(4px, -4px);
		transform: rotate(-45deg) translate(4px, -4px);
	}

	.offcanvas-toggle.isOpen .icon-bar:nth-child(2) {
		opacity: 0;
	}

	#nav .navbar-nav a {
		color: #000;
		display: block;
	}

	.navbar-offcanvas .btn-primary:hover {
		border-color: #fff !important;
		background-image: none;
		background: transparent;
	}

	.top-bar-info .address,
	.top-bar-right {
		display: none;
	}

	.top-bar-left {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.header-bottom .mini-search {
		display: none;
	}

	.header-bottom .logo img {
		width: 129px;
	}

	.menu-items {
		display: flex;
		align-items: center;
		margin-left: auto;
	}

	.menu-items .shopping-cart,
	.menu-items .account-login {
		display: inline-block;
	}

	.menu-items .shopping-cart i,
	.menu-items .account-login i {
		font-size: 16px;
	}

	.menu-items .shopping-cart a,
	.menu-items .account-login a {
		font-size: 13px;
		color: #0c0c0c;
	}

	.menu-items .shopping-cart a:hover,
	.menu-items .shopping-cart a:focus,
	.menu-items .account-login a:hover,
	.menu-items .account-login a:focus {
		text-decoration: none;
	}

	#nav .navbar-nav li.active > a {
		border: 0;
	}

	/* #nav .navbar-nav li + li {
        border-top: 1px solid rgba(51, 51, 51, 0.08);
    } */
	.navbar-nav {
		float: none !important;margin: 0;}
		.navbar-nav li{ padding:0 15px; border-bottom: 1px solid rgba(0,0,0,0.13);
	}
	.navbar-nav i.fa.fa-angle-down { color: #fbcf00; float: right; font-size: 18px; font-weight: bold;}
    	.navbar-offcanvas.in {
		box-shadow: none !important; padding: 30px 0px 30px;
	}

	#nav .navbar-nav li {
		margin: 0;
	}

	#nav .navbar-nav li > a {
		margin: 0;
		padding: 0;
	}

	#nav .navbar-nav > li > a {
		padding: 15.5px 30px 15.5px 0;
	}

	.navbar-offcanvas {
		padding:30px 0px 30px;
		height: 100% !important;
	}

	.navbar-nav > li {
		float: none !important;
	}

	.offcanvas-contacts {
		display: block;
		font-size: 13px;
		font-weight: 500;
		line-height: 1;
		padding-top: 20px;
	}

	.offcanvas-contacts a {
		color: #333;
	}

	.offcanvas-contacts .phone {
		padding-left: 20px;
		position: relative;
	}

	.offcanvas-contacts i {
		font-size: 16px;
		position: absolute;
		top: 2px;
		left: 0;
	}

	.offcanvas-contacts span {
		display: block;
	}

	.offcanvas-contacts .social-lists {
		padding-top: 15px;
	}

	.navbar-offcanvas {
		max-width: 300px;
		left: -300px;
	}

	body.menuOpen {
		overflow: hidden;
	}

	body.menuOpen .navbar-offcanvas {
		-webkit-transform: translateX(300px) !important;
		transform: translateX(300px) !important;
	}

	.navbar-nav > li > a > .icon-plus {
		display: inline-block;
		padding: 4px 1px 4px 30px;
		font-size: 18px;
		position: absolute;
		right: 0;
		top: 50%;
		width: 20px;
		height: 20px;
		transform: translateY(-50%);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		background: url("../images/plus.svg") no-repeat;
	}

	.navbar-nav > li > a > .icon-plus.rotate-close {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		top: 20px;
	}

	.sub-menu {
		display: none;
		max-width: 100%;
		list-style: none;
		margin: 0;
		padding: 0;
		padding-left: 10px;
	}

	.navbar-offcanvas .navbar-header .offcanvas-toggle .icon-bar {
		background-color: #000 !important;
	}
}

@media only screen and (max-width: 767px) {
	.rate-table-responsive tbody > tr > td p{margin-bottom:0;}
    .content-wrap .table > tbody > tr > td{width: 100% !important;}
            .example{font-weight: bold;padding-left: 0 !important; text-align: center !important;}
            #no-more-tables tr:first-child { margin-bottom: 0;}
            /* Force table to not be like tables anymore */
            #no-more-tables table, 
            #no-more-tables thead, 
            #no-more-tables tbody, 
            #no-more-tables th, 
            #no-more-tables td, 
            #no-more-tables tr { 
                display: block; 
            }
         
            /* Hide table headers (but not display: none;, for accessibility) */
            #no-more-tables thead tr { 
                position: absolute;
                top: -9999px;
                left: -9999px;
            }
         
            #no-more-tables tr { border: 1px solid #ccc;margin-bottom: 10px;}
            #no-more-tables tr:last-child{margin-bottom:0;}
         
            #no-more-tables td { 
                /* Behave  like a "row" */
                border: none;
                border-bottom: 1px solid #eee; 
                position: relative;
                padding-left: 50%; 
                white-space: normal;
                text-align:left;
            }
         
            #no-more-tables td:before { 
                /* Now like a table header */
                position: absolute;
                /* Top/left values mimic padding */
                top: 6px;
                left: 6px;
                width: 45%; 
                padding-right: 10px; 
                white-space: nowrap;
                text-align:left;
                font-weight: bold;
            } 
         
            /*
            Label the data
            */
            #no-more-tables td:before { content: attr(data-title); }
 }
        

@media (max-width: 767px) {
	.pager{margin: 20px 15px;}
	div#js-bootstrap-offcanvas.in .navbar-toggle {}
	.nav-left { display: none; position: absolute; right: 60px; top: 30px;}
	.mini-search.mobile {
    display: none;
    width: 100%;
}
.header-bottom{padding-bottom: 10px;}
.mini-search.mobile .searchform .form-group .form-control{width: 100%;}
	.top{display: none;}
	.footer-col-1,
	.footer-col-2 {
		margin-bottom: 30px;
	}

	.footer-bottom, .footer  {
		text-align: center;
	}

	.footer-copyright {
		flex-flow: column;
	}

	.top-bar-info li:last-child, #headerFreeShipping {
		display: none;
	}

	.top-bar-wrapper {
		justify-content: center;
	}

	.menu-items .account-login {
		display: none;
	}

	#nav {float: right;

	}

	.header-bottom .logo {

	}

	.offcanvas-contacts .address {
		display: none;
	}

	.offcanvas-contacts .mail {
        display: block;
        position: relative;
        padding-left: 20px;
    }

    .offcanvas-contacts .mail a {
        color: #bfa572;
    }

	.offcanvas-contacts .account-login {
        display: inline-block;
        padding-left: 20px;
        position: relative;
	}

	.offcanvas-contacts .phone {
		display: inline-block;
		padding-right: 20px;
    }
    #nav .navbar-toggle {
    top: 0;
    background:transparent;
    display: flow-root;
    text-align: center;
    height: 35px;
}

    .offcanvas-contacts i {
        top: -3px;
    }
}

@media (max-width: 479px) {
	#nav .navbar-toggle {
		top: 30px;
	}

	.top-bar-left {
		flex-flow: column;
	}

	#nav .navbar-toggle {
		top: 0;
	}
}
