@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@font-face {
    font-family: 'Barlow Condensed';
    src: url('../fonts/Barlow/BarlowCondensed-Bold.woff2') format('woff2'),
        url('../fonts/Barlow/BarlowCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('../fonts/Barlow/BarlowCondensed-SemiBold.woff2') format('woff2'),
        url('../fonts/Barlow/BarlowCondensed-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('../fonts/Barlow/BarlowCondensed-Regular.woff2') format('woff2'),
        url('../fonts/Barlow/BarlowCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: 'Barlow Condensed';
}

.topbg{
    background-color: rgba(14, 14, 14, 0.9);
}

.top-welcome{
    color: #fff;
}

.top-welcome>p{
    line-height: 40px;
    color: #bdbdbd;
    margin: 0;
    font-size: 13px;
    text-align: left;
}

.top-welcome p i {
    color: #f69723;
}

.socials-block{
    text-align: right;
}

.socials-block ul{
    margin: 0px;
}

.socials-block ul li {
    display: inline-block;
}

.socials-block ul li a {
    display: block;
    line-height: 40px;
    text-align: center;
    height: 40px;
    width: 40px;
    color: #f69723;
    transition: all 0.3s ease;
}

.socials-block ul li a:hover, .socials-block ul li a.active {
    color: #ffffff;
    background-color: #f69723;
    text-decoration: none;
}

.header {
    position: relative; z-index: 50;
}

.fixed {
    position: fixed;
    top:0;
    left:0;
    width: 100%; 
}

.header-block1{
    background-color: #fff;
    padding: 20px 0px;
       transition: all 0.5s ease;
}

.fixed>.header-block1{
    background-color: #0e0e0e;
    padding: 5px 0px;
}

.top-search-form{
    margin-top: 5px;
}

.top-search-form form input {
    border: none;
    height: 40px;
    padding: 0 10px;
    background: none;
    background-color: rgba(14, 14, 14, 0.9);
    outline: 0;
    border-radius: 0px;
}

.top-search-form form input:focus {
    outline: 0;
    box-shadow: none;
    color: #bdbdbd;
    border-color: none;
    background-color: rgba(14, 14, 14, 0.5);
}

.top-search-form form button {
    position: absolute;
    right: 15px;
    top: 5px;
    border: none;
    height: 40px;
    width: 40px;
    background: none;
    color: #eaeaea;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 14px;
}

.header-mini-cart {
     margin-top: 5px;
    position: relative;
    width: 160px;
    height: 40px;
    text-align: center;
    background: url(../images/card.png) no-repeat rgba(14, 14, 14, 0.9) center right;
}

.header-mini-cart a {
    text-decoration: none;
    display: block;
    height: 100%;
    outline: 0;
    text-shadow: none;
    padding: 3px 40px 3px 13px;
    text-align: left;
    color: #eaeaea;
    line-height: 14px;
    font-size: 14px
}

.header-mini-cart a span {
    height: 20px;
    font-size: 11px;
    line-height: 20px;
    color: #aaa;
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header-mini-cart .shopping-cart-content {
    width: 238px;
    padding: 10px;
    margin: 5px 0 0 0;
    border: 1px solid rgba(14, 14, 14, 0.9);
    border-radius: 0;
    font-size: 12px;
    z-index: 9999;
    background-color: rgba(14, 14, 14, 0.9);
}

.header-mini-cart .shopping-cart-content .item {
    width: 216px;
    height: 70px;
    background-color: rgba(14, 14, 14, 0.5);
    margin-bottom: 5px;
    position: relative;
}

.header-mini-cart .shopping-cart-content .item img {
    height: 70px;
}

.header-mini-cart .shopping-cart-content .item div {
    margin-left: 70px;
    position: absolute;
    margin-right: 30px;
    top: 0;
}

.header-mini-cart .shopping-cart-content .item p {
    padding: 5px 5px 0;
    margin: 0;
    color: rgba(234, 234, 234, 0.9);
    font-size: 13px;
    text-align: left;
}

.header-mini-cart .shopping-cart-content .item .trash {
    display: inline-block;
    padding: 0;
    float: right;
    padding-top: 20px;
    padding-right: 10px;
}

.header-mini-cart .shopping-cart-content .total {
    width: 100%;
    color: #eaeaea;
}

.header-mini-cart .shopping-cart-content .total table {
    border-collapse: collapse;
    display: inline-block;
    margin-bottom: 5px;
    float: right;
    width: 100%;
}

.color-active {
    color: #f69723;
}

.header-mini-cart .shopping-cart-content .total a {
    padding: 7px 15px;
    border-radius: 0;
    color: #eaeaea;
    margin: 0 0 0 10px;
}

.header-mini-cart .shopping-cart-content .total .btn-read {
    border: 1px solid rgba(234, 234, 234, 0.7);
    color: #eaeaea;
    text-transform: uppercase;
    display: inline-block;
}

.header-mini-cart .shopping-cart-content .total a:hover {
    color: #ffffff;
    background-color: #f69723;
    border-color: #f69723;
}

.header-block2{
    background-color: rgba(14, 14, 14, 0.9);
}

.menu > ul > li > ul > li>.banner a{
    transition: all 0.3s ease;
    width: 100%;
}

.bg_services{
    padding: 0 0 30px;
}

.head_services{
    position: relative;
}

.head_services .big3 {
    font-size: 200px;
    position: absolute;
    top: -95px;
    left: 0;
    right: 0;
    color: rgb(243 242 242);
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
}

.head_services h2 {
    font-size: 55px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    display: table;
    margin: 0 auto;
    margin-bottom: 60px;
    color: #000;
}

.head_services p {}

.service_icon {
    margin-top: 20px;
}

.bg_services .service_icon{
	text-align: center;
}

.bg_services .service_icon img{
	margin-bottom: 40px;
}

.bg_services .service_icon h2{
	font-family: 'Barlow Condensed';
	font-size: 24px;
	color: #f69723;
	font-weight:bold;
	margin: 0;
	text-transform: uppercase;	
	margin-bottom: 6px;	
}

.bg_services .service_icon p{
	font-family: 'Barlow Condensed';
	font-size:20px;
	color:#000;
	font-weight:normal;
	margin: 0;
}

.bg_cat{
    padding: 20px 0px;
}

.banner {
    position: relative;
        margin: 15px 0px;
}

.banner a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.banner a:hover:before {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2) inset;
    -ms-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2) inset;
    -o-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2) inset;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2) inset;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
}

.bg_about{
    position: relative;
    background-color: #111;
}

.heading{
	position: relative;
}
.heading .big{
    font-size: 150px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #1d1d1d;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-text-fill-color: #1d1d1d;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #1d1d1d;
}

.welcome-note{
    padding: 90px 0px 40px;
}

.welcome-note h2 {
    font-family: 'Barlow Condensed';
    font-size: 36px;
    color: #fff;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 16px;
}

.welcome-note h2 span {
    font-weight: bold;
}

.welcome-note h2::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    bottom: -6px;
    left: 0;
    background-color: #f69723;
    border-radius: 2px;
}

.welcome-note img{
	margin-left: auto;
    margin-right: auto;
    display: block;
}
.welcome-note p{
    font-family: 'Barlow Condensed';
	font-size:20px;
	color:#f69723;
	font-weight:normal;
	line-height: 35px;
	margin: 0;
	padding: 18px 0;
}
.welcome-note .gradient_btn{
  background-image: linear-gradient(to right, #f69723 0%, #f69723 100%);
  transform:skewX(-12deg);
  box-sizing: border-box;
  color: #000;
  display: block;
  height: 50px;
  letter-spacing: 1px;
  padding: 2px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 0;
  width: 130px;
  z-index: 2;
}
.welcome-note .gradient_btn:hover{
	color:#fff;
}
.welcome-note .gradient_btn span{
  align-items: center;
   transform:skewX(0deg);
  background: #fff;
  display: flex;
  justify-content: center;
  height: 100%;
  transition: background .5s ease;
  width: 100%;
  font-weight:bold;
}
.welcome-note .gradient_btn:hover span{
	background: transparent;
}

.btn-black{
  background-image: linear-gradient(to right, #000 0%, #000 100%);
  box-sizing: border-box;
  color: #000;
  display: block;
  height: 40px;
  letter-spacing: 1px;
  padding: 2px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 10px;
  width: 130px;
  z-index: 2; border: none; outline: none;
}
.btn-black:hover{
	color:#fff;
}
.btn-black span{
  align-items: center;
   transform:skewX(0deg);
  background: #fff;
  display: flex;
  justify-content: center;
  height: 100%;
  transition: background .5s ease;
  width: 100%;
  font-weight:bold;
}
.btn-black:hover span{
	background: transparent;
}

.bg_product{
    position: relative;
    padding: 90px 0px 40px;
}

.dots-center{
    background-image: url(../images/dot.png);
    height: 50%;
    left: 50%;
    position: absolute;
    top: 5%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 75%;
}

.head_sct {
    position: relative;
}

.head_sct .big1 {
    font-size: 200px;
    position: absolute;
    top: -95px;
    left: 0;
    right: 0;
    color: rgb(245 245 245);
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
}

.head_sct h2 {
    font-size: 55px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    display: table;
    margin: 0 auto;
    margin-bottom: 60px;
    color: #000;
}

.pbox{
    margin: 0 0 30px;
}

.pbox>.pimg{
    background-color: #fff;
    border: 1px solid #e8e8e9;
}

.pbox>.pimg>a>img{
    margin-left: auto;
    margin-right: auto;
    display: block;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.pbox:hover .pimg>a>img{
 -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5;
}

.pbox>.ptxt{
    margin-top: 10px; text-align: center;
}

.pbox>.ptxt>h4{
    font-weight: 600;
    color: #0d0d0d;
    font-size: 18px;
    line-height: 1.1em;
    letter-spacing: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin-bottom: 5px;
}

.pbox>.ptxt>h5{
    color: #8c8c8c;
    font-size: 12px;
    line-height: 1.1em;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.pbox:hover .ptxt>h4{
    color: #f69723;
}

.bg_footer{
    position: relative;
    background-color: #1a1a1a;
    padding: 50px 0px 0px;
}

.bg_footer h2 {
    font-size: 20px;
    color: #f69723;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.payment-opt { padding: 30px 0;}
.payment-opt h2 { text-align: center;}
.payment-opt img { margin: 0 auto;}

.fclink{
	margin: 0px;
	padding: 0px;
}
.fclink ul{
	margin: 0px;
	padding: 0px;
	list-style: none;	
}
.fclink ul li{
	margin: 0px;
	padding: 0px;
	float: none;
	display:block;
}
.fclink ul li a{
	font-size:13px;
	text-decoration:none;
	font-weight:normal;
	color:#7b7b7b;
	text-transform:capitalize;
	margin:0px;
	padding:0;
	cursor:pointer;
	line-height:12px;
	transition: all 0.3s ease-in; font-family: 'Open Sans', sans-serif;
}
.fclink ul li a:hover{
	color: #f69723;
    text-decoration: underline;
}
.fclink ul li a i{
	 padding-right: 8px;
}

.fcontact {
    background-color: #252525;
    padding: 10px 0; margin-top: 40px;
}

.fcontact h2{
    margin-bottom: 8px;
}

.fcontact h4{
	font-size:18px;
    font-weight: normal;
    color: #7b7b7b;
    line-height: 25px;
    margin: 0;
	text-transform:capitalize;
}
.fcontact h4 i{
    padding-right: 6px;
}

.fcontact h4>a{
    color: #7b7b7b;
}

.copy-right {
    padding: 30px 0px 20px;
    color: #868686;
    font-size: 18px;
    font-weight: normal;
}

.copy-right a {
    text-decoration: none;
    color: #f69723;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease-in;
}

.social{
    display: inline-block;
}		  
.social ul{
    margin:0px;
    padding:0px;
    list-style:none;
}		  
.social ul a li {
    font-size: 25px;
    color: #5a5a5a;
    text-align: center;
    margin-right: 10px;
    line-height: 44px;
    background-color:#0e0e0e;
    display: block;
    float: left;
    width: 44px;
    height: 44px;
    border-radius: 5px;
    transition: all .5s ease-in-out;
}		  
.social ul a:hover li{		  
    color:#0e0e0e;
    color: #f69723;
    transform: rotate(360deg);
}


/*Start Page Loader*/

.loader-wrapper{
    position: absolute;
    background-color: #000;
	padding: 0;
	margin: 0;
    top: 0;
    left: 0;
	height: 100%;
	width:100%;
	display:flex;
	align-items: center;
	justify-content: center;
    z-index: 9999;
}

.loader{
/*
	-webkit-perspective:700px;
	perspective: 700px;
*/
}

.loader>span{
	font-size: 80px;
	display: inline-block;
	animation:flip 2.6s infinite linear;
	transform-origin:0 70%;
	transform-style:preserve-3d;
	-webkit-transform-style:preserve-3d;
    color: #f69723;
}

@keyframes flip{
	35%{
		transform: rotateX(360deg);
	}
	100%{
		transform: rotatex(360deg);
	}
}


/*
.loader>span:nth-child(even){
	color:white;

}
*/

.loader>span:nth-child(2){
	animation-delay: 0.3s;
}

.loader>span:nth-child(3){
	animation-delay: 0.6s;
}

.loader>span:nth-child(4){
	animation-delay: 0.9s;
}

.loader>span:nth-child(5){
	animation-delay: 1.2s;
}

.loader>span:nth-child(6){
	animation-delay: 1.5s
}

.loader>span:nth-child(7){
	animation-delay: 1.8s
}

/*End Page Loader*/

/****back to top****/

#scroll {
    position: fixed;
    right: 30px;
    bottom: 73px;
    cursor: pointer;
    width: 42px;
    height: 42px;
    background-color: #0e0e0e;
    text-indent: -9999px;
    display: none;
    outline: inherit;
    transition: .2s;
    z-index: 999;
    transform: rotate(45deg);
}
#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -13px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    transform: rotate(-44deg);
}
#scroll:hover {
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
    background-color:#f69723;
}

/****back to top end****/


/*Mobile*/

@media only screen and (max-width:480px){
    
    .fixed {
    position: relative;
    }
    
.header {
        position: relative;
    }
    
    .header-block1{
        background-color: #000;
    }
    
    .header-block2{
         background-color: #000;
    }
    
    .socials-block {
    text-align: center;
}
    
    .bg_about{
        background-image: none;
    }
    
}

.wc2c-wrap {
    position: fixed;
    z-index: 9999;
    display:inline-block;
}

.wc2c-bottom-right {
    display:table;
    bottom:0;
    max-width:175px;
    right:5px;
    padding:7px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
    line-height: 18px;
    direction: rtl;
}

.wc2c-bottom-right .wc2c-icon {
    font-size:34px;
    display: table-cell;
    vertical-align: middle;
}

.wc2c-bottom-right .wc2c-text {
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
/*:::::::::::::PRODUCT PAGE:::::::::::::*/

.title-bg {
    background: #131313;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 15px;
}

.title-bg h3 {
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.title-bg p {
    color: #fff;
    text-transform: uppercase;
    margin: 5px 0 0;
}

.f-title { text-align:center; text-transform:uppercase; color:#353535; margin-bottom:10px;}
.f-title h1 { margin-top:0; font-weight:900; margin-bottom: 34px;font-family: 'Raleway', sans-serif; font-size:36px; }

/*:::::::::::::PRODUCT PAGE END:::::::::::::*/


/*:::::::::::::LARGEVIEW PAGE:::::::::::::*/

.breadcrumbs {
    background: #131313;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    padding: 15px 0;
}

.breadcrumbs h2{
    color:#fff;
}

.breadcrumbs ul {
    margin: 0;
    padding: 0;
}

.breadcrumbs .items .item {
    border-right: 1px solid #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    margin-right: 0.5rem;
    padding-right: 0.5rem;
    position: relative;
}

.breadcrumbs .items .item a {
    text-decoration: none;
    color: #fff;
    transition: all 0.4s ease-in 0s;
}

.breadcrumbs .items .item a:hover {
    color: #f69723;
}

.breadcrumbs .items .item strong {
    font-weight: 600;
    color: #fff;
}

.breadcrumbs .items .item:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}

h2.page-title {
    text-align: center;
    margin: 0px 0 25px;
    text-transform: uppercase;
    line-height: 1em;
    color: #101010;
    font-weight: 700;
    font-size: 30px;
    text-decoration: underline;
}

.pagination {
    text-align: left;
    margin-bottom: 15px;
}

.pagination a {
    background: #353535;
    border-radius: 0px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    margin: 0;
    transition: all 0.4s ease-in 0s;
}

.pagination a:hover, .pagination a.p-active {
    background: #f69723;
    color: #fff;
    text-decoration: none;
}

.prod-details h1 {
    font-family: 'Raleway', sans-serif;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    color: #101010;
}

.prod-details h3 {
    font-family: 'Raleway', sans-serif;
    color: #131313;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
}

.prod-details .disc {
    font-family: 'Raleway', sans-serif;
    min-height: 150px;
    font-weight: 400;
    font-size: 13px;
    color: #666;
}

.prod-details .disc span {
    text-transform: uppercase;
    color: #101010;
    font-size: 14px;
}

.prod-details .prd-opt {
    margin-bottom: 23px;
}

.prod-details .prd-opt label {
    width: 20%;
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 34px;
    margin: 0; font-weight: 700;
}

.prod-details .prd-opt .form-control {
    width: 30%;
    font-weight: 400;
    border-radius: 0 !important;
}

.prod-details .prd-opt .form-control:focus {
    border-color: #fac930;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(242, 190, 28, 0.6);
}

.like-box {
    margin-top: 3rem;
}

.submit-btn-d {
    text-align: left;
}

.submit-btn-d button {
    font-family: 'Raleway', sans-serif;
    background: #353535;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    border: none;
    width: 163px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    border-radius: 0px;
}

.submit-btn-d button:hover {
    color: #222;
    background: #f69723;
}


/*:::::::::::::LARGEVIEW PAGE END:::::::::::::*/


/*:::::::::::::CONTACT PAGE END:::::::::::::*/

.inner-page {
    padding: 30px 0; min-height: 450px;
}

.page-txt {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    min-height: 350px;
}

.page-txt h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
}

.page-txt p {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
}

.contact-form h4 {
    font-family: 'Raleway', sans-serif;
    margin-bottom: 0.3em;
    letter-spacing: 0.08em;
    line-height: 1em;
    color: #282828;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}

.contact-form p {
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    margin-bottom: 22px;
    font-weight: 400;
    color: #282828;
}

.form-group label {
    display: none;
}

.form-group {
    position: relative;
}

fieldset .required:after {
    color: #d73105;
    content: "*";
    font-size: 12px;
    left: -16px;
    margin: 0 0 0 5px;
    position: absolute;
    top: 8px;
    font-weight: 400;
}

.form-group .input-text {
    background: #f7f7f7;
    display: block;
    border: 1px solid #f7f7f7;
    color: #282828;
    font-weight: 400;
    line-height: 2.3rem;
    padding: 0.44rem 1rem;
    width: 100%;
    font-size: 14px;
    box-shadow: none;
    vertical-align: baseline;
    outline: none;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.form-group .input-text:hover,
.form-group .input-text:focus {
    border-color: #f69723;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(246 151 35);
}

.submit-btn {
    text-align: right;
}

.submit-btn button {
    background: #f69723;
    transition: all 0.3s ease-in-out 0s;
    border: none;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    color: #131313;
    display: inline-block;
    margin: 0 0.25rem;
    padding: 10px 20px;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 500;
}

.submit-btn button:hover {
    background: #131313;
    color: #fff;
}

.contact-map {
    margin-top: 20px;
}


/*:::::::::::::CONTACT PAGE END:::::::::::::*/

.CartInfo {
    min-height: 400px;
    margin: 0;
    padding: 0;
}

.CartInfo table {
    border-collapse: collapse;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    border-spacing: 0;
}

.CartInfo thead td {
    background-color: #282828;
    border-bottom: 1px solid #ddd;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    outline: none;
}

.CartInfo td {
    padding: 7px;
}

.CartInfo thead .image,
.CartInfo thead .action {
    text-align: center;
}

.CartInfo thead .productd,
.CartInfo thead .quantity {
    text-align: left;
}

.CartInfo tbody .image,
.CartInfo tbody .action {
    text-align: center;
}

.CartInfo tbody .image,
.CartInfo tbody .action i {
    text-align: center;
    color: #d50000;
}

.CartInfo tbody td {
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}

.CartInfo tbody td input[type="text"] {
    background: #f2f2f2;
    width: 50%;
    text-align: center;
}

.CartInfo tbody .productd h4 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.CartInfo tbody .productd h5 {
    font-size: 12px;
    color: #888;
    margin-bottom: 5px;
    font-family: 'Open Sans', serif;
    font-weight: 400;
}

.CartInfo tbody .form-control {
    border-radius: 0;
}

.CartInfo tbody .productd p {
    color: #888;
    font-family: 'Open Sans', serif;
    font-weight: 400;
}

.CartInfo tbody .form-control:focus {
    border-color: #282828;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 166, 8, 0.6)
}

.CartInfo tbody .btn-success {
    background: #f69723;
    border: none;
    font-size: 12px;
    overflow: hidden;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    width: 50%;
    margin-top: 4px;
    border-radius: 0px;
    padding: 8px 12px 5px; color: #131313; outline: none;
}

.CartInfo tbody .btn-success:hover {
    background: #131313; color: #fff;
}

h2.Total {
    text-align: right;
    padding-bottom: 15px;
    text-transform: uppercase;
}

h2.Total span {
    color: #888
}

.basket-btn {
    text-align: right;
}

.basket-btn a {
    background: #f69723;
    border: none;
    font-size: 20px; font-weight: 600;
    overflow: hidden;
    letter-spacing: 1px;
    position: relative;
    color: #131313;
    display: inline-block;
    margin: 0 0.25rem;
    padding: 9px 22px;
    text-transform: uppercase;
}

.basket-btn a:hover {
    text-decoration: none;
    color: #fff;
    background: #131313;
}

.SubmitText {
    text-align: center;
    text-transform: uppercase;
    color: #060;
    font-size: 32px;
    letter-spacing: 1px;
    padding: 5rem 0 8rem;
}

.NoProd {
    text-align: center;
    text-transform: uppercase;
    color: #888;
    font-size: 32px;
    letter-spacing: 1px;
    padding: 5rem 0 8rem;
}

.EmptyCart {
    text-align: center;
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 32px;
    color: #282828;
    padding-top: 100px;
}

.EmptyCart a {
    color: #131313;
}

.EmptyCart a:hover {
    color: #888;
}

section.main-cats { padding: 10px 0 40px;}
.cat-img { margin-top: 30px; overflow: hidden}
.cat-img img { -ms-transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out;}
.cat-img:hover img { transform: scale(1.035) rotate(0.05deg);}

section.signup-news { background: #f69723; padding: 30px 0;}
section.signup-news h2 { font-family: 'Barlow Condensed'; font-size: 30px; font-weight: normal; margin: 0 0 20px; text-transform: uppercase; color: #000; position: relative;}
section.signup-news h2 span { font-weight: bold;}
section.signup-news h2::after { background-color: #000; content: ''; position: absolute; height: 3px; width: 100px; bottom: -4px; left: 0; border-radius: 2px;}
.signup p { margin: 0; padding: 0 0 20px; font-size: 13px; }
.signup input { background: none; border: none; border-bottom: 1px solid #000; color: #000; width: 100%; box-shadow: none; margin-bottom: 10px; outline: none;}

.News { color: #000; font-size: 13px;}
.News span { font-family: 'Barlow Condensed'; font-weight: bold; font-size: 16px;}

.pagination { text-align: center;}
.pagination ul { margin: 0; padding: 0; width: 100%;}
.pagination ul li { list-style: none; display: inline-block}


section.related { padding: 50px 0 30px;}











