/*font for short details*/
/*@import url('https://fonts.googleapis.com/css?family=Archivo+Narrow');*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;500&display=swap');
body{
     font-family: 'Montserrat', sans-serif;
     background-image: url('../images/pattern.png') !important;
     background-image: url('../images/dark-denim-3.png');
     background-color:black;
}
/* =======================================
Header area
========================================== */
.top-bar{
    background-color: #21252B;
    height: auto;
    padding:8px 0px; 
}
.language-top{
    text-align: left;
    vertical-align: middle;
}
.top_menu{
    margin-top: 5px;
    text-align: right;
}

.top_menu>ul{
    padding: 0px;
    margin: 0px;
}

.top_menu>ul>li{
    list-style: none;
    display: inline-block;
    padding: 0px 10px;
}

.top_menu>ul>li>a{
    text-decoration: none;
    color: #fff;
    
    text-transform: uppercase;
    font-size: 12px;
}

.sub {
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
     padding: 0px;
    margin: 0px;
    text-align: left;
    -webkit-transform: perspective(600px) rotateX(-90deg);
            transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
            transform-origin: 0 0 0;
    -webkit-transition: opacity 0.6s ease 0s, max-height 0.6s step-end 0s, max-width 0.6s step-end 0s, padding 0.6s step-end 0s, -webkit-transform 0.5s ease 0s;
    transition: opacity 0.6s ease 0s, max-height 0.6s step-end 0s, max-width 0.6s step-end 0s, padding 0.6s step-end 0s, -webkit-transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s, opacity 0.6s ease 0s, max-height 0.6s step-end 0s, max-width 0.6s step-end 0s, padding 0.6s step-end 0s;
    transition: transform 0.5s ease 0s, opacity 0.6s ease 0s, max-height 0.6s step-end 0s, max-width 0.6s step-end 0s, padding 0.6s step-end 0s, -webkit-transform 0.5s ease 0s;
    opacity: 0;
}

.dropdown:hover .sub {
        opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: opacity 0.2s ease 0s, max-height 0s step-end 0s, max-width 0s step-end 0s, padding 0s step-end 0s, -webkit-transform 0.5s ease 0s;
    transition: opacity 0.2s ease 0s, max-height 0s step-end 0s, max-width 0s step-end 0s, padding 0s step-end 0s, -webkit-transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s, opacity 0.2s ease 0s, max-height 0s step-end 0s, max-width 0s step-end 0s, padding 0s step-end 0s;
    transition: transform 0.5s ease 0s, opacity 0.2s ease 0s, max-height 0s step-end 0s, max-width 0s step-end 0s, padding 0s step-end 0s, -webkit-transform 0.5s ease 0s;

}

.sub>li{
    list-style: none;
    border-bottom: 1px solid #ccc;
}

.sub>li>a{
    text-decoration: none;
    color: #000;
    padding: 5px 5px;
    text-transform: uppercase;
    font-size: 13px;
    transition: 0.6s;
    display: block;
}

.sub>li>a:hover{
    color: #b90908;
}
.header-bg{
    background-color: #FFFFFF;
}
.search-outer{
	border: 1px solid rgba(232, 232, 232, 0.81);
	padding:5px 5px;
	border-radius: 5px;
	margin: 40px 0px;
}
.search-cl{
	height: 30px;
	background-color: transparent;
	width: 91%;
	border: 0px;
	outline: none;
}
.search-outer button{
	background-color: transparent;
	border: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
	padding-left: 15px;
}
.search-outer button i{
	color: #C20008;
	size: 15px;
}
.menu-bar{
    background-color: #E8E8E8;
}
.navbar{
    margin:0px;
    border: none;
    min-height:inherit;
}

.navbar-brand{
    display: none;
}

.navbar-default{
    background-color: transparent;
    border-color: transparent;
}

.navbar-nav>li>a{
    font-weight: 700;
    color: #000 !important;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out 0s; 
    padding: 10px 15px;
}

.navbar-nav>li>a:hover{
    background-color: #de0c0b !important;
    color: #fff !important;
}
.m_nav{
    display: none;
}   

/*short about us*/
.short-about-us{
    margin-bottom: 20px;
}
.heading{
    text-align: center;
    padding-top: 5px;
    clear: both;
}
.heading h1{
    font-size: 40px;
    color: #C20008;
    text-align: center;
    font-weight: bold;
    margin-top: 40px !important;
    margin-bottom: 28px !important;
}
.heading span{
    color: #000000;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
}
.heading-line-b{
    width: 60px;
    margin: 0px auto;
    height: 4px;
    background-color: #C20008;
}
.heading-line-s{
    width: 40px;
    margin: 0px auto;
    height: 4px;
    background-color: #000000;
    margin-top: 8px
}
.sdetails p{
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 18px;
    color: #272727;
    word-spacing: 3px;
}
.read-more{
    width: 100%;
    height: auto;
    text-align: right;
    display: block;
}
.read-more a{
    font-size: 13px;
    font-size: calibri;
    padding: 7px 11px;
    background-color: #C20008;
    color: white;
    border-radius: 3px;
}
.read-more a:hover{
    text-decoration: none;
}
.our-catagories{
    padding: 10px;
    background-color: #FFFFFF;
    overflow: hidden;
}
.cat-inner{
    text-align: center;
    vertical-align: middle;
    height: 250px;
    background-size: cover;
    background-position: center;
}

.catname{
	width: 80%;
	margin: 8px auto;
	background-color: rgba(194, 0, 8, 0.75);
	color:white;
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 150px;
	opacity: 5;
	border-top:1px solid white;
	border-bottom:1px solid white;
	transition: all 400ms;
}
.catname a{
	color: black;
}
.catname a:hover{
	color: black;
	text-decoration: none;
}
.cat-inner:hover .catname{
	background-color: #E8E8E8;
	opacity: 5;
	transition: all 400ms;
}
.extr-div{
	padding-top: 28%;
}

.catname p{
	z-index: 1000;
	margin:0px;
	padding: 0px; 
}
.feature-prds{

}
.our-feature{
	padding: 39px 0px;
	background: white;
}
/*Image craousal*/
.team_columns_carousel_wrapper {
    /* padding: 25px; */
    overflow: hidden;
}
.team_columns_carousel_control_left,
.team_columns_carousel_control_right {
    top: -7px;
    z-index: 2;
    opacity: 1;
    width: 35px;
    height: 35px;
    border: 0;
    text-shadow: none;
    text-align: center;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.team_columns_carousel_control_icons {
    line-height: 25px;
    font-size: 20px!important;
    font-weight: normal!important;
    margin-top:8px;
}
.team_columns_carousel_control_left {
    left: 26px!important
}
.team_columns_carousel_control_right {
    left: 63px!important
}
.adv_left {
    left: 41px!important
}
.adv_right {
    left: 78px!important
}
.team_columns_item_image {
    padding-top: 45px;
    padding-bottom: 25px;
}
.team_columns_item_image img {
    width: 100%;
    -webkit-filter: grayscale(70%);
    -moz-filter: grayscale(70%);
    -ms-filter: grayscale(70%);
    -o-filter: grayscale(70%);
    filter: grayscale(70%);
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}
.team_columns_item_image:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%)
}
.team_columns_item_caption {
    padding: 10px;
    text-align: center;
    padding-bottom: 30px
}
.team_columns_item_caption>hr {
    width: 15%
}
.team_columns_item_caption h4 {
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif
}
.team_columns_item_caption h5 {
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif
}
.team_columns_item_caption p {
    font-weight: 400;
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif
}
.team_columns_item_caption p a,
.team_columns_item_caption p a:visited {
    text-decoration: none;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}
.team_columns_item_social a,
.team_columns_item_social a:visited {
    width: 25px;
    float: left;
    height: 25px;
    display: block;
    line-height: 25px;
    margin-right: 2px;
    text-decoration: none;
    -webkit-transition: background ease-in-out .3s;
    transition: background ease-in-out .3s
}
@media(min-width:768px) and (max-width:789px) {
    .adv_team_columns_item_social a, .adv_team_columns_item_social a:visited {
        margin-right: 0
    }
}
.team_columns_carousel_wrapper {
    /* background: #fff */
}
.team_columns_carousel_control_left,
.team_columns_carousel_control_left:hover,
.team_columns_carousel_control_left:active,
.team_columns_carousel_control_left:focus,
.team_columns_carousel_control_right,
.team_columns_carousel_control_right:hover,
.team_columns_carousel_control_right:active,
.team_columns_carousel_control_right:focus {
    color: #fff;
    background: #c20008!important;
}
.team_columns_item_caption {
    color: #fff;
    background: #171717
}
.team_columns_item_caption>hr {
    border-top: 2px solid #feb600
}
.team_columns_item_caption p a,
.team_columns_item_caption p a:visited {
    color: #feb600
}
.team_columns_item_caption p a:hover,
.team_columns_item_caption p a:active {
    color: #cb9200
}
.team_columns_item_social a,
.team_columns_item_social a:visited {
    color: #171717;
    background: #feb600
}
.team_columns_item_social a:hover,
.team_columns_item_social a:active {
    background: #cb9200
}
.four_shows_one_move .cloneditem-1,
.four_shows_one_move .cloneditem-2,
.four_shows_one_move .cloneditem-3 {
    display: none
}
@media all and (min-width: 768px) {
    .four_shows_one_move .carousel-inner>.active.left,
    .four_shows_one_move .carousel-inner>.prev {
        left: -50%
    }
    .four_shows_one_move .carousel-inner>.active.right,
    .four_shows_one_move .carousel-inner>.next {
        left: 50%
    }
    .four_shows_one_move .carousel-inner>.left,
    .four_shows_one_move .carousel-inner>.prev.right,
    .four_shows_one_move .carousel-inner>.active {
        left: 0
    }
    .four_shows_one_move .carousel-inner .cloneditem-1 {
        display: block
    }
}
@media all and (min-width: 768px) and (transform-3d),
all and (min-width: 768px) and (-webkit-transform-3d) {
    .four_shows_one_move .carousel-inner>.item.active.right,
    .four_shows_one_move .carousel-inner>.item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0
    }
    .four_shows_one_move .carousel-inner>.item.active.left,
    .four_shows_one_move .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0
    }
    .four_shows_one_move .carousel-inner>.item.left,
    .four_shows_one_move .carousel-inner>.item.prev.right,
    .four_shows_one_move .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}
@media all and (min-width: 992px) {
    .four_shows_one_move .carousel-inner>.active.left,
    .four_shows_one_move .carousel-inner>.prev {
        left: -25%
    }
    .four_shows_one_move .carousel-inner>.active.right,
    .four_shows_one_move .carousel-inner>.next {
        left: 25%
    }
    .four_shows_one_move .carousel-inner>.left,
    .four_shows_one_move .carousel-inner>.prev.right,
    .four_shows_one_move .carousel-inner>.active {
        left: 0
    }
    .four_shows_one_move .carousel-inner .cloneditem-2,
    .four_shows_one_move .carousel-inner .cloneditem-3 {
        display: block
    }
}
@media all and (min-width: 992px) and (transform-3d),
all and (min-width: 992px) and (-webkit-transform-3d) {
    .four_shows_one_move .carousel-inner>.item.active.right,
    .four_shows_one_move .carousel-inner>.item.next {
        -webkit-transform: translate3d(25%, 0, 0);
        transform: translate3d(25%, 0, 0);
        left: 0
    }
    .four_shows_one_move .carousel-inner>.item.active.left,
    .four_shows_one_move .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
        left: 0
    }
    .four_shows_one_move .carousel-inner>.item.left,
    .four_shows_one_move .carousel-inner>.item.prev.right,
    .four_shows_one_move .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}
/*Image craousal*/
.img-box-outer{
	background-color: #fff;
	border: 1px solid #E9E9E9;
}
.img-box-outer:hover{
	border: 1px solid rgba(194, 0, 8, 0.66);
}
.img-box{
	width: 100%;
	height: auto;
	padding: 5px 5px;
}
.img-box img{
	margin:0px auto;
}
.detail-img{
	text-align: center;
	margin-top: -15px;
}
.detail-img h1 a{
	display: block;
	text-align: center;
	font-size: 16px;
	/* padding: 10px 0px 8px 0px; */
	margin: 0px;
	color: #000;
}
.detail-img h1 a:hover{
	color: #C20008;
	text-decoration: none;
	transition: all 1s;
}
.detail-img h3{
	display: block;
	text-align: center;
	font-size: 13px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
.our-latest{
	background-color: #fff;
	padding: 15px 0px;
}
.latest-prds{

}
.img-box-outerl{
	background-color: #fff;
	border: 1px solid #EEEEEE;
}
.img-boxl{
	width: 100%;
	/* height: auto; */
	/* padding: 5px 5px; */
}
.img-boxl img{
	margin:0px auto;
}
.latest-p{
	margin-top: 5px;
	margin-bottom: 10px;
}
.news-outer{
	background-color: transparent;
	margin-top: 10px;
}
.inner-news{
	border: 1px solid  #f9f9f9;
	/* background-color: #ffffff42; */
	width: 100%;
	height: auto;
	padding: 0px 0px;
	margin: 7px 0px;
}
.newsinout{
	height: 35px;
	padding: 5px;
	border: none;
	border-right: 1px solid  #E9E9E9;
	font-size: 13px;
	color: #E9E9E9;
	outline: none;
	width: 100%;
	margin: 5px 0px;
}
.newsinout::placeholder{
    color: #fff;
}
.newssubmit{
	height: 35px;
	padding: 5px 0px;
	border: 1px solid  #E9E9E9;
	font-size: 15px;
	color: white;
	outline: none;
	width: 100%;
	margin: 5px 0px;
	text-align: center;
	background-color: #C20008;
	margin-left: -8px;
}
.newssubmit:hover{
	background-color: #ffffff;
	COLOR: BLACK;
}
.footer-outer{
	background-color: #21252B;
	padding: 20px 0px 0px 0px;
}
.ftr-heading{
	overflow: hidden;
}
.ftr-heading h1{
	font-size: 20px;
	font-weight: 500;
	color: white;
	margin: 0px;
	padding: 0px;
}
.ftr-heading h1::after{
	content: " ";
	display: block;
	margin-top: 8px;
	margin-bottom: 8px;
	border-bottom: 2px solid #C20008;
	width: 30px;
}
.ftr-details{

}
.ftr-details ul{
	padding: 0px;
	margin: 0px;
}
.ftr-details ul li{
	display: block;
	margin: 0px;
	padding: 0px;
	color: #D4D4D4;
	font-size: 17px;
}
.ftr-details ul li a{
	color: #D4D4D4;
	font-weight: lighter;
	transition: all 700ms;
}
.ftr-details ul li a:hover{
	color: #fff;
	transition: all 700ms;
	text-decoration: none;
}
.ftr-details ul li i{
	padding-right: 15px;
	-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.charver-r{
	display: none;
	padding-right: 5px !important;
	-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
se;
}
.ftr-details ul li:hover .charver-r{
	display: inline-block;
	color: #C20008;
-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.ftr-devider{
	width: 100%;
	height: 1px;
	background-color: rgba(223, 223, 223, 0.39);
}
/*social icons*/
.footer-social-icons {
    width: 350px;
    display:block;
    margin: 0 auto;
}
.social-icon {
    color: #fff;
}
ul.social-icons {
    margin-top: 10px;
}
.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}
.social-icons a {
    color: #fff;
    text-decoration: none;
}
.fa-facebook {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;

}
.fa-facebook:hover {
    background-color: #3d5b99;
        border-radius: 20px;
}
.fa-twitter {
    padding: 10px 11px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
}
.fa-twitter:hover {
    background-color: #00aced;
        border-radius: 20px;
}
.fa-rss {
    padding: 10px 11px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
}
.fa-rss:hover {
    background-color: #eb8231;
        border-radius: 20px;
}
.fa-youtube {
    padding: 10px 10px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
}
.fa-youtube:hover {
    background-color: #e64a41;
        border-radius: 20px;
}
.fa-linkedin {
    padding: 10px 11px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
}
.fa-linkedin:hover {
    background-color: #0073a4;
    border-radius: 20px;
}
.fa-google-plus {
    padding:10px 9px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;


}
.fa-google-plus:hover {
    background-color: #e25714;
    border-radius: 20px;
}
/*social icons*/
.ftr-detailsc{
	text-align: center;
}
.ftr-detailsc p{
	font-family: calibri;
	font-size: 15px;
	color: white;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.ftr-detailsc p a{
	color: white;
}
.ftr-detailsc p a:hover{
	color: white;
	text-decoration: none;
}
.credit{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.header-basket{
	text-align: right;
}
.header-basket i{
	padding-right: 10px;
}
.logoo{
	clear: both;
}
.logoo img{
	width: 26%;
	height: auto;
	margin: 5px 0px; 
}
.itm-count{
	display: block;
	font-size: 15px;
	color: #21252B;
	font-weight: normal;
	transition: all 200ms;
}
.itm-count a{
	color: #21252B;
}
.itm-count a:hover{
	color: #E05659;
	text-decoration: none;
}
.sdf{
	padding-right: 70px;
}
.header-basket{
	margin-top: 11%;
}
.header-basket i{
	color: #C20008;
	font-size: 18px;
}
.header-basket{
	color: #C20008;
	font-size: 18px;
	font-weight: bold;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #ffffff;
    border-radius: 4px;
    text-align: left;
}
.content-bg{
	background-color: #fff;
	text-align: justify;
	padding: 42px 0px;
}
/*contact us page form*/
/* Style inputs with type="text", select elements and textareas */
.form_ctr{
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
    height: 42px;
}
.form_ctrr{
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
    height: 100px;
}
.btnet{
    background-color: #333333;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

/* When moving the mouse over the submit button, add a darker green color */
.btnet:hover {
    background-color: #c20008;
}
.mkrpade{
	margin-left: 15px;
	padding-right: 8px;
}
.tyu{
	margin-bottom: 10px;
	margin-top:35px;
}
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*========== Mobile First Method ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
	.language-top{
		text-align: center;
	}
			.logoo img{
		margin: 5px auto;
	}
	.search-outer button{
		padding-left: 6px;
	}
				.search-outer{
		margin: 6px 0px;
	}
	.header-basket {
    text-align: center;
    margin-top: 5px;
}
	.newssubmit{
		margin-left: 0px;
	}
	.newsinout {
    height: 35px;
    padding: 5px;
    border: none;
    /* border-right: 1px solid #E9E9E9; */
    font-size: 13px;
    color: #E9E9E9;
    outline: none;
    width: 87%;
    margin: 5px 20px;
    padding: 0px 20px;
    border-bottom: 1px solid #E9E9E;
    border-bottom: 1px solid #E9E9E9;
}
.gtr{
	margin: 0px 15px;
}
.gtrr{
	margin: 0px 30px;
}
}


@media only screen and (max-width: 480px) {
    
    .navbar-brand{
    display: inherit;
} 
    .top_menu{
        text-align: left;
    }
    
    .top_menu>ul>li>a {
        padding: 0px 3px;
        font-size: 12px;
    }
    .m_nav{
    display: block;
}   
    
    .main-menu{
        display: none;
    }

.top_menu>ul>li>a:hover, .top_menu>ul>li>a.active{
    text-decoration: none;
    background: none;
}  
.language-top{
		text-align: center;
	} 
			.logoo img{
		margin: 5px auto;
	}
		.search-outer button{
		padding-left: 6px;
	} 
				.search-outer{
		margin: 6px 0px;
	}
	.header-basket {
    text-align: center;
    margin-top: 5px;
}
	.newssubmit{
		margin-left: 0px;
	}
	.newsinout {
    height: 35px;
    padding: 5px;
    border: none;
    /* border-right: 1px solid #E9E9E9; */
    font-size: 13px;
    color: #E9E9E9;
    outline: none;
    width: 87%;
    margin: 5px 20px;
    padding: 0px 20px;
    border-bottom: 1px solid #E9E9E;
    border-bottom: 1px solid #E9E9E9;
}
.gtr{
	margin: 0px 15px;
}
.gtrr{
	margin: 0px 30px;
}
    
    }               

                    

@media only screen and (device-width:768px){
   
    .main-menu ul> li >a{
        padding: 10px 10px;
    }
    .language-top{
		text-align: center;
	}
		.logoo img{
		margin: 5px auto;
	}
		.search-outer button{
		padding-left: 6px;
	}
			.search-outer{
		margin: 6px 0px;
	}
	.header-basket {
    text-align: center;
    margin-top: 5px;
}
	.newssubmit{
		margin-left: 0px;
	}
	.newsinout {
    height: 35px;
    padding: 5px;
    border: none;
    /* border-right: 1px solid #E9E9E9; */
    font-size: 13px;
    color: #E9E9E9;
    outline: none;
    width: 87%;
    margin: 5px 20px;
    padding: 0px 20px;
    border-bottom: 1px solid #E9E9E;
    border-bottom: 1px solid #E9E9E9;
}
.gtr{
	margin: 0px 15px;
}
.gtrr{
	margin: 0px 30px;
}

}




/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.language-top{
		text-align: left;
	}
		.logoo img{
		margin: 5px 0px;
	}
		.search-outer button{
		padding-left: 15px;
	}
			.search-outer{
		margin: 40px 0px;
	}
	.header-basket {
    text-align: right;
    margin-top: 11%;
}
	.newssubmit{
		margin-left: -8px;
	}
	.newsinout {
    height: 35px;
    padding: 5px;
    border: none;
    border-right: 1px solid #E9E9E9;
    font-size: 13px;
    color: #E9E9E9;
    outline: none;
    width: 100%;
    margin: 5px 20px;
    padding: 0px 0px;
    border-bottom: 0px;
}
.gtr{
	margin: 0px 0px;
}
.gtrr{
	margin: 0px 0px;
}

}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.language-top{
		text-align: left;
	}
	.logoo img{
		margin: 5px 0px;
	}
		.search-outer button{
		padding-left: 15px;
	}
		.search-outer{
		margin: 40px 0px;
	}
	.header-basket {
    text-align: right;
    margin-top: 11%;
}
	.newssubmit{
		margin-left: -8px;
	}
		.newssubmit{
		margin-left: -8px;
	}
	.newsinout {
    height: 35px;
    padding: 5px;
    border: none;
    border-right: 1px solid #E9E9E9;
    font-size: 13px;
    color: #ffffff;
    outline: none;
    width: 100%;
    margin: 5px 20px;
    padding: 0px 3px;
    border-bottom: 0px;
    BACKGROUND-COLOR: TRANSPARENT;
}

.gtr{
	margin: 0px 0px;
}
.gtrr{
	margin: 0px 0px;
}


}


.site-footer{
    padding-top: 35px;
    background-image: url('../images/photo-1605296867304-46d5465a13f1.jpg');
    background-position: center center;
}
.site-footer .coler{
    background-color: #ffffff1c;
    padding: 15px;
}
.site-footer .ftr-branding{
    padding: 15px 0px;
    text-align:center;
}
.site-footer .ftr-branding img{
    width: 100px;
    display: inline-block;
}
.site-footer ul{
    margin: 0px;
    padding: 0px;
}
.site-footer ul li, .site-footer ul li a{
    list-style-type: none;
    border-bottom: 1px dotted white;
    color: white;
    font-size: 14px;
    padding: 13px 0px;
    text-decoration: none;
    transition: all 0.3s ease;
}
 .site-footer ul li a{
     border:0px;
 }
 .site-footer ul li a:hover{
     color: white;
 }
.site-footer ul li i, .site-footer ul li a i{
    padding-right:15px;
}
.social-section {
	padding:0;
	overflow:hidden;
	width:100%;
	margin:auto;
	background:#191919
}
.social-section .inner {
	margin:auto auto 20px;
	overflow:hidden;
	padding-top:20px
}
.social .fb a, .social .googleplus a, .social .linkedin a, .social .pintrest a, .social .rss a, .social .tw a, .social .youtube a {
	font-size:16px;
	display:inline-block!important;
	padding:0;
	color: black;
	text-align:center
}
.social {
	overflow:hidden
}
.social a {
	color:#000;
	width:38px;
	height:38px;
	line-height:40px;
	background-color:#fff;
	border-radius:30px;
transition:background .4s ease-in-out;
-webkit-transition:background .4s ease-in-out;
-moz-transition:background .4s ease-in-out;
-o-transition:background .4s ease-in-out
}
.social a:hover {
	color:#fff
}
.social .fb a:before {
	content:"\f09a";
	font-family:FontAwesome
}
.social .fb a:hover {
	background:#3C5B9B!important
}
.social .tw a:before {
	content:"\f099";
	font-family:FontAwesome
}
.social .tw a:hover {
	background:#359BED!important
}
.social .googleplus a:before {
	content:"\f0d5";
	font-family:FontAwesome
}
.social .rss a, .social .rss a:before {
	content:"\f09e";
	font-family:FontAwesome
}
.social .googleplus a:hover {
	background:#E33729!important
}
.social .rss a:hover {
	background:#FD9F13!important
}
.social .pintrest a, .social .pintrest a:before {
	content:"\f0d3";
	font-family:FontAwesome
}
.social .linkedin a, .social .linkedin a:before {
	content:"\f0e1";
	font-family:FontAwesome
}
.social .pintrest a:hover {
	background:#cb2027!important
}
.social .linkedin a:hover {
	background:#027ba5!important
}
.social .youtube a:before {
	content:"\f167";
	font-family:FontAwesome
}
.social .youtube a:hover {
	background:#F03434!important
}
.social h4 {
	margin:25px 0 0
}
.social ul {
	margin:0;
	list-style:none
}
.social ul li {
	margin-right:7px;
	border-bottom:none
}
.ftr-head{
    
color: white;
    
padding-top: 30px;
    
/* font-weight: 400; */
    
font-size: 19px;
    
margin-bottom: 20px;
    
text-transform: capitalize;
}
.nevf li{
    border: 0px !important;
    padding: 6px 0px !important;
    list-style-type: square !important;
}
.nevf li a{
    color: #ffffff9c !important;
    transition: all 0.3s ease !important;
    font-size: 13px !important;
}
.nevf li a:hover{
    color: #fff !important;
}
.credit-links{
    padding: 5px 0px;
}
.credit-links .ctre{
    padding: 13px 0px;
    color: white;
    font-size: 13px;
}
.credit-links .ctre a{
    color: white;
}
.our-partners{
    background-image: url('../images/dark-denim-3.png');
    background-color: black;
    padding: 25px 0px;
}
.hdmain{
    display:inline-block;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    color: black;
    text-align:center;
    padding: 13px 18px;
    border: 2px solid #c3c3c3;
    margin-bottom: 47px;
}




.blog-wrap{
    background-color: white;
    border: 1px solid grey;
}
.blog-lpimg{
    position: relative;
    overflow: hidden;
}
.blog-lpimg::after{
    content: " ";
    width: 100%;
    height: 100%;
    background-color: #00000082;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: all 0.4s ease;
}
.blog-lpimg:hover::after{
    opacity: 1;
    transition: all 0.4s ease;
}
.blog-lpimg img{
    max-width: 100%;
    transform: scale(1);
    transition: all 0.8s ease;
}
.blog-lpimg:hover img{
    transform: scale(1.3)
}
.blog-lpimg .redssd{
    position: absolute;
    top: 20%;
    color: white;
    z-index: 99999999;
    left: 35%;
    text-transform: uppercase;
    border: 1px solid white;
    padding: 6px 16px;
    font-weight: bold;
    text-decoration: none;
    opacity: 0;
    transition: all 0.8s ease;
}
.blog-lpimg:hover .redssd{

    opacity: 1;
    transition: all 0.8s ease;
}
.blog-deta{
    padding: 15px;
}
.blog-deta .head{
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: black;
    display: block;
    margin-bottom: 10px;
}
.blog-deta p{
    color: balck;
    font-size: 13px;
    font-weight: 400;
    color: #5f5f5f;
    margin-bottom: 14px;
}
.blog-deta .read-more{
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    color: black;
    border: 1px solid black;
    display: inline-block;
    padding: 10px 15px;
}

.abut-us{
    background-color: black;
    background-image: url('../images/dark-denim-3.png');
    padding: 35px 0px;
    /*text-align: center;*/
    color: white;
    text-align:justify;
    clear: both;
}
.abut-us p{
    line-height: 1.8;
}
.abut-us .head-vf{
    color: white;
    text-transform: uppercase;
    font-size: 34px;
    margin-bottom: 20px;
    text-align: center;
}

/*:::::::::::::categorize section:::::::::::::*/

.catg {
    /* padding-top: 105px; */
    background-color: black;
    padding: 35px 0px;
    background-image: url('../images/dark-denim-3.png');
}
.catg h2{
    color: white;
    text-transform: uppercase;
    font-size: 34px;
    margin-bottom: 20px;
    text-align: center;
}
.bg-gray {
    /* background-color: #f5f5f5; */
    /* border-top: 1px solid #dddddd; */
    /* padding-bottom: 80px; */
}

.catg .order-title {
    text-align: center;
    position: relative;
    top: -24px;
}


.box {
    text-align: center;
    overflow: hidden;
    position: relative;
}

.box img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 0.3s ease 0s;
}

.box:hover img {
    filter: grayscale(100%);
    transform: scale(1.1);
}

.box .box-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.2s ease 0s;
}

.box:before,
.box:after,
.box .box-content:before,
.box .box-content:after {
    content: "";
    width: 100%;
    height: 27%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), transparent, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}

.box:before {
    transform: translateX(100%);
}

.box:after {
    height: 22.1%;
    top: 27%;
    transform: translateX(-100%);
    transition-delay: 0.05s;
}

.box .box-content:before {
    top: 49%;
    transform: translateX(100%);
    transition-delay: 0.1s;
}

.box .box-content:after {
    top: 76%;
    transform: translateX(-100%);
    transition-delay: 0.15s;
}

.box:hover:before,
.box:hover:after,
.box:hover .box-content:before,
.box:hover .box-content:after {
    transform: translateX(0);
}

.box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: -50%;
    left: 50%;
    z-index: 2;
    transition: all 0.4s ease 0.2s;
}

.box:hover .icon {
    top: 50%;
}

.box .icon li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #da1622;
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    transition: all 0.3s ease 0s;
}


/*:::::::::::::categorize section end:::::::::::::*/




/*======================================================================
  7. Headers Style
========================================================================*/
.classicHeader:not(.stickyNav) { position:absolute;width:100%; z-index:8; }
.promotion-header { color:#df1a0b; letter-spacing:1px; text-transform:uppercase; padding:10px 35px; background-color:#fff0ef; text-align:center; position:relative; z-index:5; }
.closeHeader { cursor:pointer; font-size:18px; font-weight:400; position:absolute; right:40px; top:8px; height:25px; width:25px; line-height:22px; color:#df1a0b; }

.top-header { color:#fff; padding-top:8px; padding-bottom:10px; background:#000000; height:38px; }
.top-header a { color:#fff; }

.header {width:100%;min-height:60px;background-color: #111111;}
.header-1 { background-color:#ffffff; border-bottom:1px solid #eeeeee; }

.logo { margin:0; }
.logo a { float:left; display:block; }
.logo img { display:block; }

.iconset .icon { font-size:18px; vertical-align:middle; text-decoration:none; }
.iconset { display:inline-block; position:relative; color:#fff; height:30px; line-height:30px; text-align:center; padding:0 9px; cursor:pointer; }

.wishlist-count { font-size:10px; font-family: 'Poppins', sans-serif; display:inline-block; color:#fff; background-color:#000; border-radius:50%; text-align:center; width:14px; height:14px; line-height:14px; position:absolute; right:0; top:0; }

#settingsBox, #cart-drawer, #searchPopup { color:#050000; text-align:left; background-color:#ffffff; box-shadow:0 0 15px rgba(5,0,0,0.1); -webkit-box-shadow:0 0 15px rgba(5,0,0,0.1); -ms-transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; }
#settingsBox { visibility:hidden; opacity:0; padding:20px; width:300px; position:absolute; top:130%; right:15px; z-index:99; }
#settingsBox.active { visibility:visible; opacity:1; top:100%; }
#settingsBox .btn { width:100%; }
.icons-col .customer-links { font-size:12px; text-transform:uppercase; }
.icons-col .customer-links .register { text-decoration:underline; }
#settingsBox .ttl { font-size:12px; margin:20px 0 10px; display:block; letter-spacing:0.2px; text-transform:uppercase; }
.cnrLangList li { display:inline-block; margin:0 5px 5px 0; cursor:pointer; }
.cnrLangList li a { color:#000000; display:block; font-size:12px; text-transform:uppercase; padding:1px 10px; opacity:0.6; border:1px solid rgba(0,0,0,0.3);}
.cnrLangList li a:hover { color:#f04343; border:1px solid #f04343; opacity:1; text-decoration:none; }

.stickyNav { position:fixed; top:0; z-index:1000; width:100%; left:0; background-color:#fff; border-bottom:0; box-shadow:0 0 4px rgba(0,0,0,0.4); -webkit-box-shadow:0 0 4px rgba(0,0,0,0.4); }
.site-cart-count { font-size:10px; font-family:'Poppins', sans-serif; display:inline-block; color:#fff; background-color:#cc2316; border-radius:50%; text-align:center; width:14px; height:14px; line-height:14px; position:absolute; right:0; top:0; }
.minicart-right-drawer.right .modal-dialog { position:fixed; margin:auto; width:350px; max-width:100%; height:100%; z-index:1024;dz -webkit-transform:translate3d(0%,0,0); -ms-transform:translate3d(0%,0,0); -o-transform:translate3d(0%,0,0); transform:translate3d(0%,0,0); }
.minicart-right-drawer.right .modal-content { border:none; border-radius:0; height:100%; overflow-y:auto; }
.minicart-right-drawer.right.fade .modal-dialog { right:-350px; -webkit-transition:opacity 0.3s linear, right 0.3s ease-out; -moz-transition:opacity 0.3s linear, right 0.3s ease-out; -o-transition:opacity 0.3s linear, right 0.3s ease-out; transition:opacity 0.3s linear, right 0.3s ease-out; }
.minicart-right-drawer.right.fade.show .modal-dialog { right:0; }
.modal-open { padding-right:0 !important; }
#cart-drawer { color:#050000; padding:15px; width:100%; height:100%; overflow:auto; z-index:10000; }
#cart-drawer.active { right:0; }
#cart-drawer > h4 { color:#050000; font-size:18px; text-align:left; margin:0 0 20px; border-bottom:1px solid #e8e8e8; padding-bottom:10px; }
#cart-drawer .close-cart { color:#050000; font-size:15px; float:right; margin:1px 0 0; opacity:0.6; text-decoration:none; }
.minicart-content { padding:0; margin:0; z-index:1001; position:absolute; overflow-y:auto; width:90%; height:calc(100% - 290px); }
.minicart-content .item { padding:0 0 10px; margin:0 0 10px; line-height:normal; display:block; border-bottom:solid 1px #eee; }
.minicart-content .item .product-image { width:25%; float:left; }
.minicart-content .item .product-details { float:left; width:75%; padding-left:15px; text-align:left; }
.minicart-content .item .product-title { color:#000; font-size:13px; white-space:normal; text-decoration:none; display:block; line-height:20px; margin-right:45px; margin-bottom:0; }
.minicart-content .item .remove { color:#5c5c5c; float:right; font-size:14px; padding:0 2px 0 7px; margin-top:0; text-decoration:none; }
.minicart-content .item .remove:hover { color:#000; }
.minicart-content .item .remove i { vertical-align:middle; }
.minicart-content .item .edit-i.remove .icon { font-size:12px; padding-top:0; }
.minicart-content .item .qtyField { display:inline-block; border:1px solid #d7d7d7; }
.minicart-content .item .qtyField a { display:none; }
.minicart-content .item .qtyField span { display:inline-block; padding:0; border:0; }
.minicart-content .item .variant-cart { color:#777; font-size:11px; }
.minicart-content .item .wrapQtyBtn { display:block; float:none; margin:5px 0; }
.minicart-content .item .qtyField .qtyBtn, .minicart-content .item .qtyField .qty { font-size:11px; width:25px; height:28px; line-height:26px; display:inline-block; padding:0; text-align:center; text-decoration:none; }
.minicart-content .item .qtyField .qty { border:0; }
.minicart-content .item .qtyField .qtyBtn.plus { border-left:1px solid #ddd; }
.minicart-content .item .qtyField .qtyBtn.minus { border-right:1px solid #ddd; }
.minicart-content .item .qtyField a .fa { font-size:11px; }
.minicart-bottom { bottom:0; position:absolute; width:90%; border-top:1px solid #e8e8e8; padding-top:10px; }
.minicart-bottom .subtotal { padding:5px 0 10px; margin-bottom:10px; border-bottom:1px solid #e8e8e8; }
.minicart-bottom .subtotal:before, .minicart-bottom .subtotal:after { content:''; clear:both; display:block; }
.minicart-bottom .subtotal.list { border:0; margin:0; padding:0;}
.minicart-bottom .subtotal.list > span { font-size:14px; font-weight:400; }
.minicart-bottom .subtotal > span { float:left; text-transform:uppercase; font-size:16px; text-align:left; font-weight:700; }
.minicart-bottom .subtotal .product-price { float:right; }
.minicart-bottom .proceed-to-checkout { width:100%; margin:10px 0; padding:10px; }
.minicart-bottom .btn-secondary { width:100%; margin-bottom:10px; padding:10px; }
.minicart-bottom .freeShipMsg { margin-bottom:0; }
.minicart-bottom .freeShipMsg .anm { font-size:15px; width:23px; display:inline-block; vertical-align:middle; }


.site-search { display:inline-block; cursor:pointer; }
.search-drawer { padding:40px 50px; background-color:#fff; opacity:0; visibility:hidden; position:fixed; top:0; left:0; z-index:9999; text-align:left;
	transform:translate(0,-100%); -webkit-transform:translate(0,-100%); -ms-transform:translate(0,-100%); -o-transform:translate(0,-100%); transition:all .3s ease 0s; -webkit-transition:all .3s ease 0s;
	-ms-transition:all .3s ease 0s; -o-transition:all .3s ease 0s; width:100%; box-shadow:0 0 6px rgba(0,0,0,0.2); -webkit-box-shadow:0 0 6px rgba(0,0,0,0.2);}
.search-drawer .container { position:relative; }
.search-drawer.search-drawer-open { opacity:1; transform:translate(0,0); -webkit-transform:translate(0,0); -ms-transform:translate(0,0); -o-transform:translate(0,0); visibility:visible; }
.search-drawer.search-drawer-open .block { background-color:transparent; padding:0; }
.search-drawer .title { color:#000000; font-size:15px; margin-bottom: 20px; }
.search-drawer .label { border:0; clip:rect(0,0,0,0); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px; }
.search-drawer .control { border-bottom: 1px solid #ddd; }
.search-drawer .input-text { color:#050000; font-size:13px; padding:5px 50px 5px 0; background:none; border:0 none; }
.search-drawer .action.search { font-size:18px; position:absolute; right:14px; border:0; background:none; cursor:pointer; height:38px; }
.search-drawer .action.search:hover { color:#000000; }
.search-drawer .closeSearch { color:#050000; font-size:18px; position:absolute; top:0; right:25px; cursor:pointer; }
.search-drawer .searchField { display:table; width:100%; }
.search-drawer .search-category { display:table-cell; padding-right:10px; }
.search-drawer .search-category select { font-size:13px; border:0; }
.search-drawer .input-box { display:table-cell; width:87%; }

#siteNav { margin:0 auto; padding:0; list-style:none; }
#siteNav.right { text-align:right; }
#siteNav.left { text-align:left; }
#siteNav.center { text-align:center; }
#AccessibleNav { padding-left:0; }
.mobile-nav-wrapper, .site-header__logo.mobileview {display:none;}
@media (min-width:990px) {
	.header .container { position:relative; }
	.header .container .d-menu-col { position:static; }
	#siteNav a { text-decoration:none; font-size:13px; display:block; opacity:1; -webkit-font-smoothing: antialiased; letter-spacing:0.05em; position:relative; }
	#siteNav > li { display:inline-block; text-align:left; }
	#siteNav > li > a { color:#fff; padding:0 15px; text-transform:uppercase; line-height:44px; }
	#siteNav.medium > li a { font-weight:600; }
/*	#siteNav.hidearrow > li > a .anm { display:none; }*/
	#siteNav > li > a .anm { vertical-align:middle; }
	
	#siteNav > li:hover > a,
	#siteNav > li > a:hover:hover,
	#siteNav > li > a:hover { color:#000; }
	
	#siteNav > li .megamenu { opacity:0; visibility:hidden; padding:30px; width:100%; position:absolute; top:59px; left:0; z-index:999; background-color:#fff; box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.3); -webkit-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.3); pointer-events:none; -ms-transition:all 0.3s ease; -webkit-transition:all 0.3s ease; transition:all 0.3s ease; max-height:600px; overflow:auto; box-shadow:0px 0px 15px rgba(0,0,0,0.1); -webkit-box-shadow:0px 0px 15px rgba(0,0,0,0.1); }
	#siteNav > li .megamenu ul { padding:0; list-style:none; }
	#siteNav > li:hover > .megamenu { top:40px; opacity:1; visibility:visible; pointer-events:visible; }
	#siteNav > li .megamenu li.lvl-1 { margin-bottom:30px; }
	#siteNav > li .megamenu.style1 li.lvl-1 { margin-bottom:0; }
	
	#siteNav > li .megamenu li.lvl-1 a.lvl-1 { color:#000; font-size:13px; text-transform:uppercase; padding:0 0 8px; font-weight:400; }
	#siteNav > li .megamenu li.lvl-1 li .site-nav { color:#000; padding:3px 0; font-weight:400; }
	
	#siteNav > li .megamenu li.lvl-1 li .site-nav:hover { color:#cc2316; }
	#siteNav > li .megamenu li.lvl-1 li .site-nav:before { content: ""; display:inline-block; width:0px; height:2px; vertical-align:middle; background-color:#cc2316; -ms-transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; }
	#siteNav > li .megamenu li.lvl-1 li .site-nav:hover:before { width:5px; margin-right:3px; }
	
	#siteNav > li .megamenu.style1 { width:330px; overflow:hidden; }
	#siteNav > li .megamenu.style2 li.lvl-1 { margin-bottom:10px; }
	#siteNav > li .megamenu .menu-title { font-weight:600 !important; }
	#siteNav > li.mdropdown { position:relative; }
	#siteNav > li .megamenu .imageCol { padding-bottom:25px; }
	
	#siteNav > li ul.dropdown li a .anm { position:absolute; right:10px; top:10px; }
	
	#siteNav a .lbl { color:#ffffff; font-size:9px; font-weight:400; letter-spacing:0; line-height:1; text-transform:uppercase; display:inline-block; padding:3px 4px; background-color:#0a9339; position:relative; vertical-align:middle; }	
	#siteNav a .lbl:after { content:" "; display:block; width:0; height:0; position:absolute; bottom:3px; left:-7px; border:4px solid transparent; border-right-color:transparent; border-right-color:#0a9339; }
	#siteNav a .lbl.nm_label3 { background-color:#fb6c3e; }
	#siteNav a .lbl.nm_label1 { background-color:#ff0000; }
	#siteNav a .lbl.nm_label3:after { border-right-color:#fb6c3e; }
	#siteNav a .lbl.nm_label1:after { border-right-color:#ff0000; }
	
	#siteNav > li.dropdown { position:relative; }
	#siteNav > li .dropdown,
	#siteNav > li .dropdown ul { background-color:#fff; list-style:none; opacity:0; visibility:hidden; width:220px; position:absolute; top:59px; left:0; z-index:999; box-shadow:0px 0px 15px rgba(0,0,0,0.1); -webkit-box-shadow:0px 0px 15px rgba(0,0,0,0.1); -ms-transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; padding:10px; }
	#siteNav > li:hover > .dropdown,
	#siteNav > li .dropdown li:hover > ul { top:40px; opacity:1; visibility:visible; }
	#siteNav > li ul.dropdown li { border-top:1px solid #eeeeee; position:relative; }
	#siteNav > li ul.dropdown li:first-child { border:0; }
	#siteNav > li ul.dropdown li a { color:#000; font-weight:400; padding:8px 12px; background-color:#fff; }
	#siteNav > li ul.dropdown li:hover > a, #siteNav > li ul.dropdown li a:hover { color:#000; background-color:#eee; padding-left:17px; }
	#siteNav > li ul.dropdown li ul { top:20px; left:100%; }
	#siteNav > li ul.dropdown li:hover > ul { top:0; }
	
	#siteNav .menu-brand-logo { width:50%; float:left; padding-right:10px; }
	#siteNav .menu-brand-logo a { display:block; margin-bottom:10px; border:1px solid #ddd; }
	#siteNav .menu-brand-logo a:hover { border-color:#000; }
	#siteNav .menu-brand-logo a img { display:inline-block; vertical-align:middle; }

}

.header-content-wrapper { width:100%; padding:15px 0; }


.top-contact p { margin-bottom: 0; color: #fff; font-size: 13px; font-weight: 400;}
.top-contact p i, .top-contact p a:hover { color: #cc2316;}
.top-contact p a { color: #fff;}
a.site-header__cart { color: #fff;}
a.site-header__cart:hover, .site-search:hover i { color: #cc2316}
.header-6 >.d-flex {min-height:90px;background: #000000;padding: 21px 0px;}
.header-6.stickyNav >.d-flex { min-height:60px; }
.header-6 .logo a { float:none; }
.header-6 .logo a img {margin:0 auto;max-width: 100%;height: auto;}
.header-6 .menu-outer {background: #cc2316;display: none;}
.top-contact{
    padding-top: 30px;
}
.align-self-center.icons-col.text-right{
    padding-top: 16px;
    /*padding-top: 31px;*/
}
.mobile-icons.hidden-lg{
    padding-top: 10px;
}

@media screen and (max-width: 950px) {
    .menu-outer{
        display: none;
    }

#MobileNav { height:100%; overflow:auto; list-style:none; padding:0; margin:0; }
	.mobile-nav-wrapper .closemobileMenu { color:#000; font-size:13px; padding:8px 10px; background-color:#eee; cursor:pointer; }
	.mobile-nav-wrapper .closemobileMenu .anm { font-size:13px; padding:2px; float:right; }
	.mobile-nav-wrapper { width:270px; height:100%;position:fixed; left:-270px; top:0; z-index:10000; background-color:#ffffff; box-shadow:0 0 5px rgba(0,0,0,0.3); opacity:0; visibility:hidden;-ms-transition:all 0.4s ease-in-out; -webkit-transition:all 0.4s ease-in-out; transition:all 0.4s ease-in-out; }
	.mobile-nav-wrapper.active {left:0;opacity:1;visibility:visible;display: block;}
	#MobileNav li { border-top:1px solid #eeeeee; position:relative }
	#MobileNav li.grid__item {float:none;padding:0 }
	#MobileNav li a { color:#333333; font-size:14px; text-decoration:none; display:block; padding:10px 45px 10px 10px; opacity:1; -webkit-font-smoothing:antialiased; font-weight:400; letter-spacing:0.05em; text-transform:uppercase; position:relative }
	#MobileNav li a .anm { color:#333333; font-size:11px; display:block; width:40px; height:40px; line-height:40px; position:absolute; right:0; top:0; text-align:center  }
	#MobileNav li a .lbl { color:#ffffff; font-size:10px; font-weight:400; letter-spacing:0; line-height:1; text-transform:uppercase; display:inline-block; padding:2px 4px; border-radius:3px; background-color:#f00; box-shadow:0 0 3px rgba(0,0,0,0.3); position:relative; vertical-align:middle }
	#MobileNav li a .lbl:after { content:" "; display:block; width:0; height:0; position:absolute; bottom:3px; left:-7px; border:4px solid transparent; border-right-color:#f00 }
	#MobileNav li a .lbl.nm_label1 { background-color:#01bad4 }
	#MobileNav li a .lbl.nm_label1:after { border-right-color:#01bad4 }
	#MobileNav li a .lbl.nm_label2 { background-color:#f54337 }
	#MobileNav li a .lbl.nm_label2:after { border-right-color:#f54337 }
	#MobileNav li a .lbl.nm_label3 { background-color:#fb6c3e }
	#MobileNav li a .lbl.nm_label3:after { border-right-color:#fb6c3e  }
	#MobileNav li a .lbl.nm_label4 {background-color:#d0a306  }
	#MobileNav li a .lbl.nm_label4:after { border-right-color:#d0a306 }
	#MobileNav li a .lbl.nm_label5 { background-color:#af4de2  }
	#MobileNav li a .lbl.nm_label5:after { border-right-color:#af4de2 }
	#MobileNav li ul { display:none; background-color:#f2f2f2; list-style:none; padding:0; margin:0; }
	#MobileNav li li a { padding-left:20px  }
	#MobileNav li li li a { padding-left:30px; } 
	#MobileNav li li li li a { padding-left:40px; }
}

@media screen and (min-width: 800px) {
 .align-self-center.icons-col.text-right{
    padding-top: 31px;
    
}
  .menu-outer{
        display: block !important;
    }

}

.feaure-products{
     background-color: black;
    padding: 35px 0px;
    background-image: url('../images/dark-denim-3.png');
}
.feaure-products .head-vf {
    color: white;
    text-transform: uppercase;
    font-size: 34px;
    margin-bottom: 20px;
    text-align: center;
}
.product-grid {
    font-family: 'Josefin Sans', sans-serif;
    position: relative;
    border: 2px solid #e3e3e3;
    border-left-width: 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    background-color: #FFFFFF;
    cursor: pointer;
    margin-bottom: 30px;
    background: white;
}

.product-grid .product-image {
    overflow: hidden;
    position: relative;
    background: #000;
}

.product-grid .product-image a {
    display: block;
}

.product-grid .product-image img {
    width: 100%;
    height: auto;
    transition: .5s;
}

.product-grid:hover .product-image img {
    opacity: 0.4;
}

.product-grid .social {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50px;
    right: 25px;
    z-index: 1;
}

.product-grid .social li {
    margin: 0 0 35px;
    display: block;
    transform: translateY(-140px);
    transition: all 0.5s;
}

.product-grid:hover .social li {
    transform: translateY(0);
}

.product-grid .social li a {
    color: #ffffff;
    background-color: #000000;
    font-size: 17px;
    line-height: 45px;
    text-align: center;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease 0s;
}

.product-grid .social li a:hover {
    color: #fff;
    background-color: #cc2316;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.product-grid .social li a:before,
.product-grid .social li a:after {
    content: attr(data-tip);
    color: #fff;
    background-color: #002244;
    font-size: 12px;
    line-height: 22px;
    border-radius: 3px;
    padding: 0 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px;
}

.product-grid .social li a:after {
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -22px;
    z-index: -1;
}

.product-grid .social li a:hover:before,
.product-grid .social li a:hover:after {
    opacity: 1;
}

.product-grid .add-to-cart {
    color: #000000;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    width: 60px;
    padding: 10px 0;
    display: block;
    position: absolute;
    right: 0;
    bottom: 18px;
    transition: all 0.3s;
    border-left: 2px solid #dddddd;
}

.product-grid:hover .add-to-cart {
    color: #da1622;
}

.product-grid .product-content {
    padding: 20px 10px;
    text-align: left;
}

.product-grid .title {
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    margin: 0 0 4px;
    font-weight: 700;
}

.product-grid .title a {
    color: #002244;
    text-decoration: none;
}

.product-grid .price {
    font-family: 'Oswald', sans-serif;
    color: #da1622;
    font-size: 13px;
    font-weight: 400;
}
.page_title {
    text-align: center;
    padding: 35px 0;
    background-color: #e9e9e9;
}

.page_title h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 37px;
    color: #303437;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.breadcrumbs {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 4px 0;
}

.breadcrumbs ul {
    margin: 0;
    padding: 0;
}

.breadcrumbs .items .item {
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    padding-right: 0.5rem;
    position: relative;
}

.breadcrumbs .items .item a {
    text-decoration: none;
    color: #303437;
    transition: all 0.4s ease-in 0s;
}

.breadcrumbs .items .item a:hover {
    color: #e41c26;
}

.breadcrumbs .items .item strong {
    font-weight: 600;
    color: #303437;
}

.breadcrumbs .items .item:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}

