/*--A Design by W3layouts 
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body{
	background: url(../img/bg.jpg);
	outline: none;
	font-family: 'Helvetica', sans-serif;
}



.home{
	background: #ffffff;
	outline: none;
	font-family: 'Helvetica', sans-serif;
}
body a{
/*	transition: 0.3s all ease-out;
	-webkit-transition: 0.3s all ease-out;
	-o-transition: 0.3s all ease-out;
	-moz-transition: 0.3s all ease-out;
	-ms-transition: 0.3s all ease-out;*/
}

body p{
	font-family: 'Helvetica', sans-serif;
    font-size: 1em;
}

.cubes .col-md-3,
.cubes .col-sm-6,
.cubes .col-xs-12{
	padding: 0px;
}

.circled {
	padding: 20px;
	border: 7px solid #2D7023;
	border-radius: 50%;
	width: 130px;
	height: 130px;
}

.container-fluid {
	padding: 0;
	margin: 0;
	width: 100%;
}

.maincontent{
  background: #ffffff;
  padding: 5px;
  width: 99%;
  margin-right: auto;
  margin-left: auto;
}

.maincontainer {
  background: #ffffff;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Use before an element to ensure it cannot be interacted with until clicked on */
.map-overlay {
	background:transparent;
	position:relative;
	width:100%;
	height:10px; /* height of element */
	top:10px; /* height of element */
	z-index: 1;
}
.map {max-width: 100%;}

.accordion {
    background-color: #333;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
	font-weight: bold;
    transition: 0.4s;
}

.accordion.active{
    background-color: #270000;
}

 .accordion:hover {
    background-color: #cb3749;
}

.accordion:after {
    content: '\02795';
    font-size: 13px;
    color: #fff;
    float: right;
    margin-left: 5px;
}

.accordion.active:after {
    content: "\2796";
}

.panel {
    padding: 0 18px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
	font-size: 16px;
    text-align: center;
}

.panel.show {
    opacity: 1;
    max-height: 100%;
}


/*--starts-top-header--*/
.top-header {
    background: url("../img/headbg2.png") center no-repeat #000;
	padding: 10px 0px 10px 0px;
}

.top-header-right {
	margin-top: 120px;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.small-gutter > [class*='col-'] {
    padding-right:2.5px;
    padding-left:2.5px;
	padding-bottom:5px;
}

.banner-overlay{
	min-height: 20%;
	margin-top: 15%;
	width: 25%;
	position: absolute;
	color: #fff;
	background: rgba(0, 5, 67, 0.6); 
	padding: 10px;
	margin-left:3%;
}

.banner-overlay h2 {
	font-size: 16px; 
	font-size: 2vw;
	margin: 0;
	color:#fff;
	font-weight: 200;
	line-height:1.4em;
	letter-spacing: 1px;
}

.search-bar input[type="text"] {
	width: 100%;
	padding: 8px 45px 8px 8px;
	border: 1px solid rgba(0, 0, 0, 0.13);
	background: none;
	outline: none;
	-webkit-appearance: none;
	color: rgba(0, 0, 0, 0.74);
	font-size: 0.875em;
	font-family: 'Helvetica', sans-serif;
}
.search-bar input[type="submit"] {
	background: url(../img/search.png)no-repeat 0px 0px;
	outline: none;
	-webkit-appearance: none;
	border: 0;
	display: inline-block;
	vertical-align: -webkit-baseline-middle;
	position: absolute;
	width: 24px;
	height: 24px;
	top: 6px;
	left: 211px;
}
.search-bar {
	position: relative;
	width: 70%;
	margin-top: 8px;
}
.top-header-middle {
	text-align: center;
}



/*----*/
.itemContainer{
			width:100%;
			float:left;
		}

		.itemContainer div{
			float:left;
			margin: 5px 20px 5px 20px ;
		}

		.itemContainer a{
			text-decoration:none;
		}

		.cartHeaders{
			width:100%;
			float:left;
		}

		.cartHeaders div{
			float:left;
			margin: 5px 20px 5px 20px ;
		}
.item_add {
	color: #fff;
	border:none;
}	
.grid_1 img{
	margin-bottom:1em;
}
.box_1 {
	float: right;
	margin-top: 5px;
}
.box_1 h3 {
	color: #702428 !important;
	font-size: 1em;
	font-weight: 700;
	margin: 0;
}
a.simpleCart_empty {
	color: #702428;
	font-weight: 500;
	font-family: 'Helvetica', sans-serif;
	font-size: 13px;
}
.box_1 p {
	margin: 0px 0 0px 8px;
}	
.total {
	display: inline-block;
	vertical-align: middle;
	color: #702428;
}
.cart box_1 a:hover{
	text-decoration:none;
}
.box_1 a img {
	margin: 3px 0 0 10px;
}
/*----*/
/*--end-top-header--*/
/*--starts-bottom-header--*/
.header-bottom {
    background-color: #571314;
	padding: 0;
}
/*--end-bottom-header--*/
/*--banner-starts--*/
.banner-1{
	background:url(../img/banner.jpg) no-repeat center;
	min-height:700px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
.banner-2{
	background:url(../img/banner-3.jpg) no-repeat;
	min-height:700px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
.banner-3{
	background:url(../img/banner-2.jpg) no-repeat center;
	min-height:700px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
/*------------------ Slider Part starts Here----------*/
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks_nav {
  	position: absolute;
  	-webkit-tap-highlight-color: rgba(0,0,0,0);
  	top: 82%;
	left: 14%;
  	opacity: 0.7;
  	z-index: 3;
  	text-indent: -9999px;
  	overflow: hidden;
  	text-decoration: none;
  	height: 30px;
  	width: 30px;
  	background: transparent url("../img/arrows.png") no-repeat left top;
}
.callbacks_nav:active {
  	opacity: 1.0;
}
.callbacks_nav.next {
  	left: auto;
  	background-position: right top;
  	right: 82.2%;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides img {
  height: auto;
}
.callbacks_tabs {
	list-style: none;
	position: absolute;
	top: 93%;
	z-index: 999;
	left: 0%;
	width: 100%;
	text-align: left;
	margin: 0;
	display: block;
}
.callbacks_tabs li{
	display:inline-block;
}
@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
    }
}
/*----*/
.callbacks_tabs a{
	visibility: hidden;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 6px;
	width: 60px;
	display: inline-block;
	border: none;
	background: #8c2830;
}
.callbacks_here a:after{
	background:#181b2a;
}
ul.callbacks_tabs.callbacks2_tabs {
	display: block;
}
/*--Slider-Part-Ends-Here--*/	
/*--end-banner--*/
/*--start-banner-bottom--*/
.banner-bottom {
	background: rgba(153, 153, 153, 0.49);
	padding-top: 3em;
}
.bnr-one{
	background: #fff;
	padding: 30px 15px;
}
.bnr-left h1,.bnr-left h2{
	font-size: 1.7em;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
}
.bnr-left h1 a,.bnr-left h2 a{
	color: #242424;
	text-decoration: none;
}
.bnr-left p {
	font-size: 14px;
	color: #666;
	line-height: 1.6em;
	font-family: 'Helvetica', sans-serif;
}
.b-btn{
	margin-top:3em;
}
.b-btn a {
	color: #181b2a;
	border: 2px solid #181b2a;
	padding: 6px 15px;
	font-size: 11px;
	font-family: 'Helvetica', sans-serif;
	font-weight: 700;
}
.b-btn a:hover{
	border:2px solid #8c2830;
	background:#8c2830;
	color:#fff;
	text-decoration:none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.bnr-left, .bnr-right {
	width: 50%;
	float: left;
}
.bnr-right {
	text-align:center;
}
.bnr-two{
	background: #fff;
	padding: 30px 15px;
}
/*--end-banner-bottom--*/
/*--start-shoes--*/
.shoes {
	padding: 7em 0px;
}
/*--end-shoes--*/
/*--start-abt-shoe--*/
.abt-shoe {
	padding-top: 3em;
	background: rgba(153, 153, 153, 0.49);
}
.abt-one {
	text-align: center;
	background: #fff;
	padding-bottom: 20px;
}
.abt-one img{
	width:100%;
}
.abt-one h4{
	font-size: 1.5em;
	font-weight: 600;
	margin: 18px 0 0 0;
	text-transform: uppercase;
}
.abt-one h4 a{
	color: #242424;
	text-decoration: none;
}
.abt-one p {
	font-size: 14px;
	color: #666;
	line-height: 1.6em;
	font-family: 'Helvetica', sans-serif;
	padding: 6px 15px 0 15px;
	margin: 0;
}
/*--end-abt-shoe--*/
/*--start-footer--*/
.footer{
    background-color: #000;
	padding:5em 0px;
}
.footer-left h3{
	color: #ccc;
	font-size: 1.7em;
	font-weight: 600;
	margin: 0;
}
.footer-left ul {
	padding: 0;
	margin: 4% 0 0 0;
}
.footer-left ul li{
	list-style:none;
	margin:5px 0px;
}
.footer-left ul li:last-child{
	margin-bottom:0;
}
.footer-left ul li a{
	font-size: 14px;
	color: #999;
	font-family: 'Helvetica', sans-serif;
}
.footer-left ul li a:hover{
	color:#fff;
	text-decoration:none;
	transition: 0.5s all ease-out;
	-webkit-transition: 0.5s all ease-out;
	-o-transition: 0.5s all ease-out;
	-moz-transition: 0.5s all ease-out;
	-ms-transition: 0.5s all ease-out;
}
/*--end-footer--*/
/*--start-footer-text--*/
.footer-text {
	padding: 2em 0px;
	background: #000;
}
.footer-main{
	text-align:center;
}
.footer-main p {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Helvetica', sans-serif;
	margin: 0;
}
.footer-main p a {
	color: #571314;
}
.footer-main p a:hover {
  color: #28ADFC;
  text-decoration: none;
  transition: 0.3s all ease-out;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
}
/*--end-footer-text--*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 45px;
	height: 28px;
	border: none;
	text-indent: 100%;
	background: url(../img/top-arrow.png) no-repeat;
} 
/*--start-contact--*/
.heading h3{
	color: #242424;
	font-size: 2.2em;
	font-weight: 600;
	margin: 0;
}
.contact{
	padding:6em 0px;
}
.contact-bottom{
	margin-top:4%;
}
.contact-left form input[type="text"], .contact-left textarea {
	width: 100%;
	padding: 12px 12px;
	border: 1px solid #242424;
	font-size: 1em;
	margin-bottom: 1.5em;
	color: #242424;
	outline: none;
	font-weight: 400;
}
.contact-left textarea {
	resize: none;
	height: 180px;
}
.contact-left form input[type="submit"] {
	font-size: 0.8em;
	display: inline-block;
	background: #97262a;
	padding: 0.8em 2em;
	border: none;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.contact-left form input[type="submit"]:hover {
	background: #242424;
}
/*--end-contact--*/
/*--start-map--*/
.map{
	border:none;
}
.map iframe{
	width:100%;
	height:400px;
}
/* Use before iframe to ensure it cannot be interacted with until clicked on */
.iframe-overlay {
	background:transparent; 
	position:relative; 
	width:100%;
	height:400px; /* height of iframe */
	top:400px; /* height of iframe */
	margin-top:-400px; /* height of iframe */
}
/*--end-map--*/
/*--start-account--*/
.account{
	padding:6em 0px;
}
.address span {
	font-size: 14px;
	color: #666;
	display: block;
	padding-bottom: 4px;
	font-family: 'Helvetica', sans-serif;
}
.address input[type="text"] {
	border: 1px solid #242424;
	outline: none;
	width: 100%;
	font-size: 14px;
	padding: 10px 10px;
	font-family: 'Helvetica', sans-serif;
}
.address{
	margin-top:4%;
}
.address a {
	font-size: 14px;
	color: #666;
	font-weight: 500;
	font-family: 'Helvetica', sans-serif;
}
.address input[type="submit"] {
	background: #97262a;
	color: #FFF;
	font-size: 1em;
	padding: 0.5em 1.2em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	text-transform: uppercase;
	border: none;
	outline: none;
	margin-left: 10px;
}
.address input[type="submit"]:hover {
	background:#242424;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.new input[type="submit"]{
	margin-left:0;
}
/*--end-account--*/
/*--start-breadcrumbs--*/
.breadcrumbs {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-top: 1em;
}
ol.breadcrumb {
	margin: 0;
}
.breadcrumb li a{
	color:#242424;
}
.breadcrumb li a:hover{
	color:#e64b50;
	text-decoration:none;
}
.breadcrumb > .active {
	color: #242424;
}
.breadcrumb {
	background: none;
}
/*--end-breadcrumbs--*/
/*--start-product--*/
.product{
	padding:6em 0px;
}
.p-one {
	border: 1px solid rgba(24, 27, 42, 0.13);
	padding: 40px 15px;
}
.product-left:hover .p-one{
	border: 1px solid #8c2830;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.product-left:hover .p-one img{
	-webkit-transform: scale(0.9);
	/* Webkit: Scale up image to 1.2x original size; */
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	opacity: 1;
}
.p-one img {
  -webkit-transition-duration: 0.5s;
  /* Webkit: Animation duration; */
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  width:100%;
}
.product-left:hover .p-one p a{
	color: #8c2830;
}
.product-left:hover .mask{
	display:block;
}
.mask {
	display: none;
	position: absolute;
	top: 44%;
	left: 33%;
}
.mask span{
	background:#8c2830;
	color:#fff;
	font-size:15px;
	font-weight:400;
	padding:6px 12px;
}
.product-left{
	position:relative;
	text-align:center;
}
.mask span:hover{
	text-decoration:none;
	background:#181b2a;
	transition: 0.7s all;
	-webkit-transition: 0.7s all;
	-o-transition: 0.7s all;
	-moz-transition: 0.7s all;
	-ms-transition: 0.7s all;
}
.product-one {
	margin-top: 4%;
}
.product-one:nth-child(1){
	margin-top:0;
}
.p-one h4{
	color: #242424;
	font-size: 21px;
	font-weight: 600;
	margin: 5px 0 0 0;
}
.p-one p {
	font-size: 1.7em;
	color: #999;
	font-family: 'Helvetica', sans-serif;
	margin: 5px 0 0 0;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
}
.p-one p a {
	text-decoration: none;
	color: #999;
}
.p-one p i {
	background: url(../img/cart.png) no-repeat;
	width: 25px;
	height: 18px;
	display: inline-block;
	margin-right: 4px;
	vertical-align: middle;
}
.product-left:hover .p-one p i{
	background: url(../img/cart-2.png) no-repeat;
}
/*--end-product--*/
/*--start-checkout--*/
.ckeckout{
	padding:6em 0px;
}
a.add-cart {
	text-decoration: none;
	color: #fff;
	background: #8c2830;
	padding: 0.4em 0.8em;
	font-size: 1.15em;
	text-transform: uppercase;
	margin-top: 2em;
	display: inline-block;
}
a.add-cart:hover {
	background: #181b2a;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.close1,.close2,.close3{
	background: url('../img/close-1.png') no-repeat 0px 0px;
	cursor: pointer;
	width: 28px;
	height: 28px;
	position: absolute;
    left: 8px;
	top: 52px;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
.check-in {
	width:100%;
	margin: 2em 0 2em;
}
ul.unit{
	background:#181b2a;
	padding:1em;
}
ul.unit li {
	display:inline-block;
	width:20%;
	float:left;
}
 ul.unit li span{
	display:inline-block;
	color:#fff;
	font-size:1.2em;
	text-align:center;
}
ul.cart-header,ul.cart-header1{
	padding:1em;
	background:#f8f8f8;
	border-bottom: 1px solid #181b2a;
}
ul.cart-header2{
	padding:1em;
	background:#f8f8f8;
}
 ul.cart-header li, ul.cart-header1 li,ul.cart-header2 li{
	display:inline-block;
	width:20%;
	float:left;
}
ul.cart-header li span,ul.cart-header1 li span,ul.cart-header2 li span{
	margin: 2.3em 0 0;
	display: block;
	color:#000;
	font-size:1.2em;
	text-align:center;
}
li.ring-in img{
	margin: 0 auto;
}
.in-check {
	margin-top: 2%;
}
.cart-header,.cart-header1,.cart-header2{
	position:relative;
}
.cart-items {
	padding: 0 1em;
}
/*--end-checkout--*/
/*--start--single-*/
.single-right h3{
	color: #242424;
	font-size: 1.5em;
	font-weight: 600;
	margin: 0 0 18px 0;
	text-transform: uppercase;
}
ul.product-categories{
	padding:0;
	margin-bottom:2.5em;
}
.p1{
	margin-bottom:0;
}
ul.product-categories li {
	padding: 5px 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 5px;
	text-transform: uppercase;
	list-style:none;
}
ul.product-categories li a {
	font-size: 14px;
	color: #202739;
	font-weight: 500;
}
ul.product-categories li a:hover {
	text-decoration: none;
	color: #8c2830;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.product-categories li span.count {
	float: right;
	color: #202739;
	font-size: 15px;
	font-weight: 500;
}
.details-left-info h3 {
	margin: 0 0 10px;
	font-size: 1.4em;
	color: #242424;
	font-weight: 700;
	text-transform: uppercase;
}
p.availability {
	color: #999;
	font-size: 13px;
	font-family: 'Helvetica', sans-serif;
}
.price_single {
	font-size: 1.3em;
	margin: 0.5em 0 1.2em;
}
span.color {
	color: #f84545;
	font-weight: 500;
}
span.reducedfrom {
	text-decoration: line-through;
	margin-right: 3%;
	color: #555;
	font-size: 16px;
	font-weight: 500;
}
span.actual {
	color: #f84545;
	font-size: 1em;
	margin-right: 5%;
	font-weight: 500;
}
.price_single a {
	color: #999;
	font-size: 13px;
}
h2.quick {
	color: #666;
	font-size: 14px;
	text-transform: uppercase;
}
p.quick_desc {
	color: #999;
	font-size: 13px;
	line-height: 1.6em;
	margin-bottom: 2em;
	font-family: 'Helvetica', sans-serif;
}
ul.product-colors {
	padding: 0;
}
.product-colors li {
	display: inline-block;
}
.product-colors li a span {
	width: 32px;
	height: 32px;
	display: inline-block;
}
.color1 span {
	background: #D2D6D5;
}
.color2 span {
	background: #008CB7;
}
.color3 span {
	background: #F3349E;
}
.color4 span {
	background: #93D52D;
}
.color5 span {
	background: #FD9812;
}
.color6 span {
	background: #000000;
}
.color7 span {
	background: #7800F0;
}
.color8 span {
	background: #F6EF04;
}
ul.size {
	padding: 0;
	list-style: none;
	margin-top: 1.4em;
}
ul.size li {
	display: inline-block;
	margin: 0 10px 0 0;
}
ul.size li a {
	color: #555;
	font-size: 0.8125em;
	background: #f0f0f0;
	padding: 5px 10px;
}
.quantity_box {
	margin: 1.5em 0 0 0;
}
ul.product-qty {
	padding: 0;
	list-style: none;
}
.product-qty span {
	padding-bottom: 0.5em;
	display: block;
	color: #666;
	font-size: 14px;
	text-transform: uppercase;
}
.product-qty select {
	border: 1px solid #eee;
	padding: 0.5em;
	font-size: 1em;
	outline: none;
	cursor: pointer;
}
.product-qty option {
	border: 1px solid #EEE;
}
.single-but {
	margin-top: 1em;
}
ul.size li a:hover {
	background: #8c2830;
	color: #fff;
	text-decoration: none;
}
.single-but input[type="submit"] {
	background: #8c2830;
	color: #FFF;
	font-size: 0.8em;
	padding: 0.5em 1em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	cursor: pointer;
	outline: none;
	text-transform: uppercase;
	border: none;
}
.single-but input[type="submit"]:hover {
	background: #181b2a;
}
.latest.products {
	padding-top: 2%;
}
/*--end-single--*/
/*---- responsive-design -----*/
@media(max-width:1440px){
.banner-1,.banner-2 ,.banner-3{
	min-height: 650px;
}
.bnr-one,.bnr-two{
	padding: 25px 15px;
}
}
@media(max-width:1366px){
.banner-1, .banner-2, .banner-3 {
	min-height: 530px;
}
.callbacks_tabs {
	top: 86%;
}
}
@media(max-width:1280px){
.footer {
	padding: 4em 0px;
}
.shoes {
	padding: 6em 0px;
}
.product {
	padding: 5em 0px;
}
.contact,.account,.ckeckout{
	padding: 5em 0px;
}
.map iframe {
	height: 350px;
}
}
@media(max-width:1024px){
.banner-1, .banner-2, .banner-3 {
	min-height: 470px;
}
.details-left-info h3 {
	margin: 0 0 7px;
	font-size: 1.3em;
}
.map iframe {
	height: 320px;
}
h2.quick {
	margin: 0 0 8px 0;
}
.price_single {
	font-size: 1.15em;
	margin: 0.5em 0 1em;
}
p.quick_desc {
	font-size: 12px;
	margin-bottom: 1.5em;
}
ul.size {
	margin-top: 1.1em;
}
.single-but {
	margin-top: 10px;
}
.flexslider {
	margin: 0 0 0px !important;
}
.latest.products {
	padding-top: 6%;
}
.search-bar {
	width: 87%;
	margin-top: 7px;
}
.top-header-middle img{
	width:100%;
}
.box_1 {
	margin-top: 3px;
}
.top-header {
	padding: 2.5em 0px 1em 0px;
}
.bnr-right img{
	width:100%;
}
.bnr-left{
	width:60%;
}
.bnr-right{
	width:40%;
}
.bnr-left h1, .bnr-left h2 {
	font-size: 1.5em;
}
.b-btn {
	margin-top: 2.5em;
}
.bnr-one, .bnr-two {
	padding: 20px 15px 18px 015px;
}
.p-one {
	padding: 30px 15px;
}
.shoes {
	padding: 5em 0px;
}
.product-one {
	margin-top: 3.5%;
}
.callbacks_tabs {
	top: 89%;
}
.footer-left h3 {
	font-size: 1.5em;
}
.banner-bottom {
	padding-top: 2.5em;
}
.abt-shoe {
	padding-top: 2.5em;
}
.footer {
	padding: 3em 0px;
}
.p-one h4 {
	font-size: 20px;
}
.p-one p {
	font-size: 1.5em;
}
.product {
	padding: 4em 0px;
}
.close1, .close2,.close3 {
	left: 4px;
}
.mask1 {
	left: 29% !important;
}
}
@media(max-width:768px){
.top-header-left,.top-header-middle,.top-header-right{
	width: 33.3%;
	float: left;
}
.account-left {
	width: 50%;
	float: left;
}
.single-top-right {
	margin-top: 4%;
}
.address span {
	font-size: 13px;
	padding-bottom: 2px;
}
.single-left {
	width: 33.3% !important;
}
.mask1 {
	left: 33.5% !important;
}
.address {
	margin-top: 3%;
}
.address.new {
	margin-top: 5%;
}
.address input[type="submit"] {
	padding: 0.35em 1em;
}
.address a {
	font-size: 13px;
}
.map iframe {
	height: 290px;
}	
.contact,.account,.ckeckout{
	padding: 4em 0px;
}
.contact-left {
	width: 50%;
	float: left;
}
.contact-left form input[type="text"], .contact-left textarea {
	padding: 10px 12px;
	margin-bottom: 1em;
}
.search-bar input[type="submit"] {
	width: 20px;
	height: 20px;
	top: 5px;
	left: 155px;
	background-size: 100%;
}
.contact-left textarea {
	height: 155px;
}
.search-bar input[type="text"] {
	padding: 6px 45px 6px 8px;
	font-size: 0.8em;
}
.total {
	font-size: 13px;
}
a.simpleCart_empty {
	font-size: 12px;
}
.box_1 p {
	margin: 0px 0 0px 4px;
}
.top-header {
	padding: 2em 0px 5px 0px;
}
.box_1 {
	margin-top: 0px;
}
.search-bar {
	margin-top: 4px;
}
.skyblue li>a, .skyblue>li.showhide span {
	font-size: 16px;
	font-weight: 600;
}
.header-bottom {
	padding: 8px 0px 3px 0px;
}
.banner-1, .banner-2, .banner-3 {
	min-height: 380px;
}
.callbacks_tabs a:after {
	height: 5px;
	width: 50px;
}
.callbacks_tabs {
	top: 88%;
}
.banner-bottom-right,.banner-bottom-left {
	width: 50%;
	float: left;
	padding: 0 10px;
}
.bnr-left h1, .bnr-left h2 {
	font-size: 1.32em;
}
.bnr-one, .bnr-two {
	padding: 20px 12px 18px 12px;
}
.bnr-left {
	width: 65%;
}
.bnr-right {
	width: 35%;
}
.b-btn a {
	padding: 5px 11px;
	font-size: 10px;
}
.b-btn {
	margin-top: 2.1em;
}
.bnr-one, .bnr-two {
	padding: 16px 12px 14px 12px;
}
.shoes {
	padding: 4em 0px;
}
.product-left {
	width: 25%;
	float: left;
	padding: 0 8px;
}
.p-one h4 {
	font-size: 17px;
	margin: 0px 0 0 0;
}
.p-one p {
	font-size: 1.3em;
}
.p-one p i {
	width: 22px;
	height: 16px;
	margin-right: 3px;
	background-size: 100%;
}
.product-left:hover .p-one p i {
	width: 22px;
	height: 16px;
	margin-right: 3px;
	background-size: 100%;
}
.mask span {
	font-size: 13px;
	padding: 4px 9px;
}
.mask {
	left: 29.5%;
}
.p-one {
	padding: 0px 10px 20px 10px;
}
.abt-shoe-left {
	width: 33.3%;
	float: left;
	padding: 0 10px;
}
.abt-one h4 {
	font-size: 1.32em;
	margin: 15px 0 0 0;
}
.footer-left h3 {
	font-size: 1.3em;
}
.footer-left {
	width: 25%;
	float: left;
	padding: 0 7px;
}
.footer {
	padding: 2.2em 0px;
}
.footer-main p {
	font-size: 14px;
}
.footer-text {
	padding: 1.7em 0px;
}
.banner-bottom {
	padding-top: 2em;
}	
.abt-shoe {
	padding-top: 2em;
}
.heading h3 {
	font-size: 2em;
}
.single-right {
	margin-top: 5%;
}
.me-one h4 {
	text-align: center !important;
}
}
@media(max-width:640px){
.search-bar {
	width: 95%;
	margin-top: 0px;
}
.mask1 {
	left: 29% !important;
}
ul.product-categories {
	margin-bottom: 2em;
}
.close1, .close2,.close3 {
	background-size: 18px;
}
a.add-cart {
	padding: 0.4em 0.8em;
	font-size: 1em;
	margin-top: 2.6em;
}
ul.unit li span {
	font-size: 1em;
}
.contact-bottom {
	margin-top: 3%;
}
.heading h3 {
	font-size: 1.75em;
}
.address input[type="text"] {
	padding: 7px 10px;
}
.map iframe {
	height: 250px;
}
.contact-left form input[type="text"], .contact-left textarea {
	padding: 10px 12px;
	margin-bottom: 12px;
	font-size: 13px;
}
.contact-left textarea {
	height: 146px;
}
.contact,.account,.ckeckout{
	padding: 3em 0px;
}
.box_1 a img {
	width: 18%;
}
.product {
	padding: 3em 0px;
}
.search-bar input[type="submit"] {
	width: 17px;
	height: 17px;
	top: 7px;
	left: 137px;
}
.top-header {
	padding: 1.7em 0px 2px 0px;
}
.banner-1, .banner-2, .banner-3 {
	min-height: 300px;
}
.callbacks_tabs a:after {
	height: 4px;
	width: 45px;
}
.bnr-left h1, .bnr-left h2 {
	font-size: 1.13em;
}
.bnr-left p {
	font-size: 13px;
}
.b-btn a {
	padding: 4px 8px;
	font-size: 9px;
}
.b-btn {
	margin-top: 1.2em;
}
.banner-bottom {
	padding-top: 1.7em;
}
.shoes {
	padding: 3em 0px;
}
.mask span {
	font-size: 13px;
	padding: 4px 11px;
}
.p-one h4 {
	font-size: 15px;
}
.p-one p {
	font-size: 1.2em;
}
.mask {
	left: 23%;
}
.abt-one h4 {
	font-size: 1.13em;
	margin: 11px 0 0 0;
}
.abt-one p {
	font-size: 13px;
	padding: 4px 10px 0 10px;
}
.footer-left h3 {
	font-size: 1.13em;
}
.footer-left {
	width: 25%;
	padding: 0 2px;
}
.footer-left ul li a {
	font-size: 13px;
}
.footer-left ul li {
	margin: 3px 0px;
}
.footer-left ul {
	margin: 6% 0 0 0;
}
.footer-text {
	padding: 1.5em 0px;
}
#toTop {
	width: 40px;
	height: 23px;
	background-size: 100%;
}
}
@media(max-width:480px){
.top-header-left, .top-header-middle, .top-header-right {
	padding: 0 5px;
}
.col-md-9.p-left {
	padding: 0;
}
.product-left {
	width: 50%;
	padding: 0 5px;
}
.single-right h3 {
	font-size: 1.4em;
	margin: 0 0 9px 0;
}
.close1, .close2, .close3 {
	background-size: 13px;
	left: 0px;
	top: 65px;
}
ul.unit li {
	margin-right: 4px;
}
ul.cart-header li span, ul.cart-header1 li span, ul.cart-header2 li span {
	font-size: 1em;
}
ul.unit li span {
	font-size: 11px;
}
ul.unit {
	padding: 10px 1em;
}
a.add-cart {
	padding: 0.4em 0.6em;
	font-size: 11px;
	margin-top: 2.8em;
}
.account-left {
	width: 100%;
}
.account-left:nth-child(2){
	margin-top:4%;
}
.address span {
	font-size: 12px;
}
.address input[type="text"] {
	padding: 5px 10px;
}
.address.new {
	margin-top: 4%;
}
.address input[type="submit"] {
	font-size: 13px;
}
.address a {
	font-size: 12px;
}
.search-bar input[type="text"] {
	padding: 5px 45px 5px 8px;
	font-size: 0.75em;
}
.heading h3 {
	font-size: 1.6em;
}
.contact,.account,.ckeckout {
	padding: 2.5em 0px;
}
.contact-left {
	padding: 0 5px;
}
.contact-left form input[type="text"], .contact-left textarea {
	padding: 6px 12px;
	margin-bottom: 9px;
	font-size: 12px;
}
.contact-left textarea {
	height: 112px;
}
.contact-left form input[type="submit"] {
	padding: 0.5em 1.3em;
}
.product {
	padding: 2.5em 0px;
}
.map iframe {
	height: 200px;
}
.search-bar input[type="submit"] {
	top: 5px;
	left: 105px;
}
.total {
	font-size: 11px;
}
a.simpleCart_empty {
	font-size: 10px;
}
.box_1 p {
	margin: 0px 0 0px 2px;
}
.box_1 a img {
	width: 17%;
	margin: 3px 0 0 3px;
}
.top-header {
	padding: 0.5em 0px 5px 0px;
}
.search-bar {
	margin-top: 2px;
}
.skyblue li>a, .skyblue>li.showhide span {
	font-size: 15px;
}
.memenu>li.showhide {
	height: 45px !important;
}
.banner-1, .banner-2, .banner-3 {
	min-height: 230px;
}
.callbacks_tabs a:after {
	width: 40px;
}
.callbacks_tabs {
	top: 85%;
}
.banner-bottom {
	padding-top: 1.5em;
}
.banner-bottom-right, .banner-bottom-left {
	padding: 0 5px;
}
.bnr-left h1, .bnr-left h2 {
	font-size: 1.1em;
	line-height: 1.15em;
}
.bnr-left p {
	font-size: 12px;
	line-height: 1.4em;
	margin: 4px 0 0 0;
}
.b-btn a {
	padding: 3px 5px;
	font-size: 8px;
}
.b-btn {
	margin-top: 1em;
}
.bnr-one, .bnr-two {
	padding: 12px 12px 10px 12px;
}
.single-left {
	padding: 0 5px;
}
.product-left:nth-child(1),.product-left:nth-child(2){
	margin-bottom:16px;
}
.product-one {
	margin-top: 16px;
}
.mask1 {
	left: 24% !important;
}
.mask span {
	font-size: 12px;
	padding: 5px 10px;
}
.mask {
	left: 33%;
}
.abt-one p {
	font-size: 12px;
	padding: 3px 8px 0 8px;
}
.abt-one h4 {
	font-size: 1em;
	margin: 11px 0 0 0;
}
.abt-one {
	padding-bottom: 10px;
}
.abt-shoe-left {
	padding: 0 5px;
}
.shoes {
	padding: 2.3em 0px;
}
.footer-left h3 {
	font-size: 1.1em;
}
.footer-left ul li a {
	font-size: 12px;
}
.footer-left ul li {
	margin: 1px 0px;
}
.box_1 {
	float: none;
}

.box_1 p {
	margin: 0px 38px 0px 0px;
}
.footer-left {
	width: 50%;
	margin: 0;
	margin-bottom: 18px;
	text-align: center;
	padding: 0;
}
.footer-left:nth-child(4){
	margin-bottom:0px;
}
.footer-left ul {
	margin: 1.2% 0 0 40%;
	text-align: left;
}
.footer-main p {
	font-size: 13px;
}
.footer-text {
	padding: 1.2em 0px;
}
.single-main-left {
	padding: 0;
}
}
@media(max-width:320px){
.bnr-left {
	width: 100%;
}
.bnr-right {
	width: 100%;
	margin-top: 10px;
	text-align: center;
}
.footer-text {
	padding: 1em 0px;
}
.p-one {
	padding: 0px 10px 15px 10px;
}
#toTop {
	width: 35px;
	height: 20px;
}
.top-header-left {
	display: none;
}
.top-header-middle,.top-header-right  {
	width: 50%;
}

.memenu>li>a {
	padding: 7px 25px !important;
	font-size: 13px;
}
.banner-1, .banner-2, .banner-3 {
	min-height: 180px;
}
.callbacks_tabs a:after {
	height: 3px;
	width: 35px;
}
.footer-left ul {
  margin: 1.2% 0 0 38%;
}
.footer-left {
	margin-bottom: 15px;
}
.callbacks_tabs {
	padding: 0;
}
.bnr-one, .bnr-two {
	padding: 9px 7px 5px 8px;
}
.bnr-left h1, .bnr-left h2 {
	font-size: 1em;
}
.b-btn a {
	font-size: 7px;
}
.bnr-left p {
	font-size: 11px;
	margin: 3px 0 0 0;
}
.b-btn {
	margin-top: 10px;
}
.bnr-right img {
	width: 80%;
}
.shoes {
	padding: 2em 0px;
}
.abt-shoe-left {
	width: 100%;
	margin-bottom: 13px;
}
.abt-shoe-left:nth-child(3){
	margin-bottom:0;
}
.footer {
	padding: 2em 0px;
}
.product {
	padding: 2em 0px 0 0;
}
.skyblue li>a, .skyblue>li.showhide span {
	font-size: 14px;
}
.heading h3 {
	font-size: 1.3em;
}
.account, .ckeckout {
	padding: 2em 0px 0 0;
}
.contact{
	padding:2em 0px;
}
.contact-bottom {
	margin-top: 4%;
}
.address input[type="submit"] {
	font-size: 12px;
	padding: 0.25em 10px;
}
.contact-left {
	width: 100%;
}
.map iframe {
	height: 155px;
}
.close1, .close2, .close3 {
	background-size: 11px;
	top: 0;
}
ul.cart-header li span, ul.cart-header1 li span, ul.cart-header2 li span {
	font-size: 14px;
	margin: 0.8em 0 0;
}
ul.cart-header, ul.cart-header1, ul.cart-header2{
	padding: 10px;
}
a.add-cart {
	padding: 0.4em 0.48em;
	font-size: 7px;
	margin-top: 3.3em;
}
ul.unit {
	padding: 7px 1em;
}
.mask {
	left: 24%;
}
.mask span {
	font-size: 12px;
	padding: 3px 9px;
}
.col-md-9.single-main-left {
	padding: 0;
}
.single-left {
	width: 100% !important;
	padding: 0 30px;
}
.mask1 {
	left: 36.5% !important;
}
.single-right h3 {
	font-size: 1.2em;
}
ul.product-categories li a {
	font-size: 13px;
}
.product-categories li span.count {
	font-size: 14px;
}
.single-right {
	margin-top: 9%;
	padding: 0;
}
.product-colors li a span {
	width: 27px;
	height: 27px;
}
.single {
	padding-bottom: 0;
}
.account-left {
	padding: 0;
}
.footer-main p {
	font-size: 11px;
	line-height: 1.6em;
}
}
/*---- responsive-design -----*/

footer{background-color: #000;}

.footlinks{background-color:#2e4892; padding: 10px; border-radius: 10px 10px 0px 0px; margin-top: 20px; margin-bottom: -2px;  color:#fff; text-align: justified; font-size: 18px;}

.footlinks a{color:#fff; text-decoration: none;}

.foot{padding: 25px !important; color:#fff;}
.foot a{color:#fff; text-decoration: none;}

.sole{background-color: #333333; padding: 10px; color:#fff;}

.sole a {
	color: #fff;
}



    .gradient-effect{
        position: relative;
        display: block;
    }

    .gradient-effect p{
        position: absolute;
        left: 0;
        bottom: -1px;
        right: 0;
        height: 50%;
        color: #fff;
        text-align: center;
    }



    .gradient-effect:before{
        content: '';
        position: absolute;
        left: 0;
        bottom: 0px;
        right: 0;
        height: 100%;
        background: rgba(0,0,0,0.4) repeat left top;
        transition: all 0.5s ease-out;
    }

    .gradient-effect:hover:before {
        width: 100%;
        background:  rgba(0,0,0,0.1) repeat left top;
        text-decoration: underline;

     }


.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 470px;

}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(80,80,80,.6);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

input, textarea{border-radius: 0px !important;}

.well2{background-color:#000; padding: 1.5em; border-top: 5px solid #b32017; border-bottom: 5px solid #b32017; border-radius: 0px; margin-top: 2em; color:#fff;}

.btn2{background-color:#571314; color:#fff; font-size: 20px; border-radius: 0px 0px 4px 4px; border-bottom: 5px solid #b32017; }
.btn2:hover{background-color:#571314; cursor: pointer; color:#fff;}











/*--- Slider Part Starts Here ----*/
/*------------------ Slider Part starts Here----------*/
.slider{
	background:url(../img/test.jpg)no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	padding:6em 0;
}
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
  	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 52%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 55px;
	background: transparent url("../images/themes.png") no-repeat left top;
	margin-top: -65px;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border-radius:200px;
  -webkit- border-radius:200px;
  -moz- border-radius:200px;
  -o- border-radius:200px;
}
.callbacks_tabs{
	list-style: none;
	position: absolute;
	top:95%;
	z-index: 999;
	left: 47%;
	padding: 0;
	margin: 0;
}
.slider-top{
	text-align: center;
}
.slider-top p{
	font-weight:400;
	font-size:25px;
	padding:1em 0em 0 0;
	color:#fff;
	font-style: italic
}
.slider-top p.below{
	font-size: 20px;
	color: #b32017;
	font-weight: 400;
	padding: 0.5em 0 2.5em 0;
}
.callbacks_tabs li{
	display:inline-block;
}
@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
    }
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size:0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  height:18px;
  width:18px;
  display:inline-block;
  border:2px solid #5a686b;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  background:#5a686b;
}
.callbacks_here a:after{
	border:2px solid #fff;
	background:#fff;
}
/*-- Slider Part Ends Here ---*/





