@charset "utf-8";
/* CSS Document */

@import url('bootstrap.min.css');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700,700i|Raleway:400,800');
@import url('font-awesome.css');
@import url('bootsnav.css');
@import url('style.css');
@import url('owl.carousel.css');
@import url('owl.theme.css');
@import url('glasscase.min.css');
@import url('../source/jquery.fancybox.css');
@import url('slideshow.css');
@import url('ocpagebuilder.css');


/*font-family: 'Josefin Sans', sans-serif;

regular 400
bold 700
bold ittalic 700i
semi-bold  600
light  300
*/

/*font-family: 'Raleway', sans-serif;

regular 400
extra-bold  800
*/
body {
	
	  font-family: 'Josefin Sans', sans-serif;
	  background:#fff; 
	  font-size:14px;  
	  font-weight:400;
	  color:#000;
	 /*margin:0px; 
	  padding:0px;*/
}


/*.wrapper{
	padding:0 30px; 
}*/


.mtb15{
	margin: 15px 0;
}
.mtb20{
	margin: 20px 0;
}
.mtb30{
	margin: 30px 0;
}
.m_btm{
	margin-bottom: 30px;
}
.m_btm1{	
	margin-bottom: 85px;
}
.m_tp{	
	margin-top: 85px;
}

.m_btm20{	
	margin-bottom: 20px;
}
.m_l20{
	margin-left: 15%;
}
.p_l{
	padding-left: 40px;
}
.p_lr{
	padding: 0 0px;
}
.gray_bg{
	background-color: #f3f3f3;
}


/*:::::::::::::topbar section:::::::::::::*/


.goog-te-gadget-simple {
    background-color: transparent !important;
    border-left:none!important;
    border-top:none!important;
    border-bottom:none!important;
    border-right:none!important;
    font-size: 9pt;
    display: inline-block;
    padding-top: 0 !important;
    padding-bottom: 0px !important;
    cursor: pointer;
    zoom: 1;
    display: inline;
    line-height: 23px;
}

.goog-te-gadget img {
    display: none;
}

.goog-te-gadget-simple .goog-te-menu-value {
	font-family: sans-serif;
    color: #fff !important;
    font-size:14px;
    font-weight:normal;
}

.goog-te-gadget-simple .goog-te-menu-value:hover {
   text-decoration:none;
   outline:none;
}

/*:::::::::::::topbar section end:::::::::::::*/


/*:::::::::::::header section:::::::::::::*/

.h_position{
    /*position: absolute;*/
    width: 100%;
    z-index: 9999;
    transition: all 0.6s ease-in;
	background-color:#FFFFFF;
}

.fixednav {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
    transition: all 0.6s ease-in;
}

/*:::::::::::::header section end:::::::::::::*/


/*:::::::::::::about section:::::::::::::*/

.welcome{
	
	background: url(../images/saleema_about_bg.jpg)center center no-repeat;
    background-size: cover;
    padding:60px 0 70px 0;
}


.welcome-note h2{
	
	font-family: 'Josefin Sans', sans-serif;
	font-size: 60px;
	color: #383838;
	font-weight:700;
	margin: 0;
	text-transform: uppercase;	
	position: relative;
	margin-bottom: 25px;
	display: inline-block;
	z-index: 2;
    padding: 0 18px;
}

.welcome-note h2:after{
	
	content: '';
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: 3px;
	left: 0;
	z-index: -1;
	background-color: #e41c26;	
}

.welcome-note p{
	
	font-family: 'Josefin Sans', sans-serif;
	font-size:20px;
	color:#383838;
	font-weight:400;
	line-height: 30px;
	margin: 0;
	padding: 18px 0;
}

.welcome-note .site-btn {
	
	display: inline-block;
	font-weight: 700;
	border: 3px solid #222222;
	min-width: 180px;
	text-align: center;
	padding: 14px 0;
	position: relative;
	font-size: 18px;
	background-color: transparent;
	margin-right: 15px;
	text-decoration: none;
	text-transform: capitalize;
	z-index: 1;
	margin-top: 48px;
}


.welcome-note .site-btn:after,
.welcome-note .site-btn:before {
	position: absolute;
	content: "";
	width: 26px;
	height: 3px;
	right: -15px;
}

.welcome-note .site-btn:after {
	bottom: 8px;
}

.welcome-note .site-btn:before {
	bottom: 18px;
}

.welcome-note .site-btn.sb-dark {
	color: #222222;
}

.welcome-note .site-btn.sb-dark:after,
.welcome-note .site-btn.sb-dark:before {
	background: #e41c26;
}

.serv_1{	
}

.serv_1 h3{
	
	font-family: 'Josefin Sans', sans-serif;
	font-size: 24px;
	color: #383838;
	font-weight:600;
	margin: 0;	
   padding-top: 10px;
}

.serv_1 p{
	
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	color: #383838;
	font-weight:400;
	margin: 0;	
}

/*:::::::::::::about section end:::::::::::::*/


/*:::::::::::::categorize section:::::::::::::*/

.categ{
	background: url(../images/catg_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 30px 0;
}

.c-title { 
	font-family: 'Josefin Sans', sans-serif; 
	text-align:center; 
	text-transform:uppercase; 
	margin-bottom: 85px;
}

.c-title h2 { 
    margin: 0;
	font-weight:400;
	color:#fff; 
	font-size:30px; 
	position: relative;
	display: inline-block;
    padding: 0 10px;
	z-index: 2;
}

.c-title h2 span{ 

	font-weight:700;
}

.c-title h2:after{
	
    content: '';
    position: absolute;
    width:100%;
    height: 10px;
    bottom: 12px;
    left: 0;
	z-index: -1;
    background-color: #ec1f24;
}
.categories-grid{
	
}

 .product-image1 img{
	 
	transition: .3s ease 0s;
	 width: 100%; 
	 margin-bottom: 20px;
}

.c_g-content{
	font-family: 'Josefin Sans', sans-serif; 
	text-align: center;
    padding: 20px;
}

.c_g-content h3{
	
	margin: 0;
	font-weight:600;
	color:#ffffff; 
	font-size:36px; 
	padding-bottom: 6px;
}

.c_g-content  span{

	margin: 0;
	font-weight:300;
	color:#ffffff; 
	font-size:30px; 
}

/*:::::::::::::categorize section end:::::::::::::*/

/*:::::::::::::shipping section:::::::::::::*/

.icon-bg{
	
	background-color: #f8f8f8;
	padding:3rem 0;
	min-height:198px;
}

.center-content {
	text-align:center;
}
.center-content img { 
	margin:0 auto; 
	display:block;
	margin-bottom: 15px;
}
.icon-bg .center-content h2 { 
	font-family: 'Raleway', sans-serif;
	color:#242424; 
	text-transform:uppercase; 
	font-size:20.32px; 
	font-weight:800; 
	margin-bottom:5px; 
	letter-spacing:1px;
	line-height: 20px;
}
.icon-bg .center-content p {
	font-family: 'Raleway', sans-serif;
	color:#242424; 
	font-size:15.24px; 
	font-weight:400;
}

/*:::::::::::::shipping section end:::::::::::::*/

/*:::::::::::::featured section:::::::::::::*/

.featured { 
	padding: 60px 0;
}

.f-title { 
	font-family: 'Josefin Sans', sans-serif; 
	text-align:center; 
	text-transform:uppercase; 
	margin-bottom: 80px;
}

.f-title h2 { 
    margin: 0;
	font-weight:400;
	color:#232323; 
	font-size:30px; 
	position: relative;
	display: inline-block;
    padding: 0 10px;
}

.f-title h2 span{ 

	font-weight:700;
}

.f-title h2:after{
	
    content: '';
    position: absolute;
    width:100%;
    height: 10px;
    bottom: 12px;
    left: 0;
	z-index: -1;
    background-color: #e41c26;
}

.rel-title { 
	font-family: 'Josefin Sans', sans-serif; 
	text-align:center; 
	text-transform:uppercase; 
	margin-bottom: 30px;
	margin-top: 30px;
}

.rel-title h2 { 
    margin: 0;
	font-weight:400;
	color:#232323; 
	font-size:30px; 
	position: relative;
	display: inline-block;
    padding: 0 10px;
}

.rel-title h2 span{ 

	font-weight:700;
}

.rel-title h2:after{
	
    content: '';
    position: absolute;
    width:100%;
    height: 10px;
    bottom: 12px;
    left: 0;
	z-index: -1;
    background-color: #e41c26;
}

.product-grid{
    font-family: 'Josefin Sans', sans-serif;
    position: relative;
	border: 2px solid #e3e3e3;
	background-color: #FFFFFF;
	cursor: pointer;
}

.product-grid .product-image{
    overflow: hidden;
    position: relative;
	background: #fff;
}
.product-grid .product-image img{
height: auto;
transition: .5s;
margin: 0 auto;
display: block;
width: 80%;
}

.product-grid:hover .product-image img{
    opacity: 0.4;
}

.product-grid .add-to-cart{
    color: #fff;
    font-size:25px;
    text-align: center;
	text-transform: uppercase;
	font-weight:600;
    width:90px;
    padding: 29px 0;
    display: block;
    position: absolute;
    right: 0;
    bottom:0px;
    transition: all 0.3s;
	background: #ec2025;
}

.product-grid:hover .add-to-cart{
    color: #fff;
	background: #232323;
}

.product-grid .product-content{
    padding: 20px 10px;
    text-align: left;
}
.product-grid .price{
	font-family: 'Josefin Sans', sans-serif;
    color: #ec1f24;
    font-size: 14px;
	font-weight: 400;
	padding-left: 83px;
}

.product-grid .title{
	font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    margin: 0;
	font-weight: 700;
	color: #232323;
	line-height: 22px;
	padding-left:30px;
}



/*:::::::::::::featured section end:::::::::::::*/

/*:::::::::::::technology section:::::::::::::*/

.technology{
}

.order-title{
	background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
	padding: 50px 0;
	text-align: center;
}
.order-title h2{
	
	font-family: 'Josefin Sans', sans-serif;
	font-size: 30px;
	color: #232323;
	font-weight:700;
	margin: 0;
	text-transform: uppercase;
	padding: 0 12px;
	position: relative;
	display: inline-block;
	z-index: 2;
}

 .order-title p{
	
	font-family: 'Josefin Sans', sans-serif;
	font-size: 22px;
	color: #727272;
	font-weight:400;
	margin: 0 auto;
	max-width: 44%;
	padding-top: 43px;
	 line-height: 35px;
}

 .order-title h2 span{
	
	font-weight:400; 
}

 .order-title h2:after{
	
	content: '';
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: 12px;
	left: 0;
	z-index: -1;
	background-color: #e41c26;
}

.technology .A-T-box{
	text-align: center;
	border-bottom:1px solid #dddddd;
}

.technology .A-T-box img{
  transition: .5s;
  cursor: pointer;
  
}

.technology .A-T-box img:hover{
  opacity: 0.6;
}

.technology .A-T-box .A-T-box-content{
	font-family: 'Josefin Sans', sans-serif;
	padding: 28px 0;
}

.technology .A-T-box .A-T-box-content h2{
	
	font-size: 30px;
	color: #ec2025;
	font-weight:700;
	margin: 0;
	text-transform:capitalize;
	padding-bottom: 25px;
}
.technology .A-T-box .A-T-box-content h5{
	
	font-size: 16px;
	color: #727272;
	font-weight:700;
	margin: 0;
	text-transform:uppercase;
	font-style:italic;
	padding-bottom: 7px;
}

.technology .A-T-box .A-T-box-content p{
	
	font-size: 15px;
	color: #727272;
	font-weight:400;
	margin: 0;
}

/*:::::::::::::technology section end:::::::::::::*/

/*:::::::::::::newsletter section:::::::::::::*/

.newsletter {
    padding: 28px 0 42px 0;
    background-color: #242424;
    margin-top: 20px;
}

.newsletter h2{
	font-size: 24px;
	color: #ffffff;
	font-weight:400;
	margin: 0;
	text-transform:capitalize;
}

.newsletter  .sign-form {
	font-family: 'Josefin Sans', sans-serif;
    width: 95%;
}

.newsletter .sign-form input {
    background: transparent;
    border: none;
    height: 53px;
    padding: 0 15px;
    width: 92%;
    float: left;
    box-shadow: none;
    color: #999999;
    font-size: 14px;
	border-bottom: 1px solid #3a3a3a;
	font-weight: 400;
}

.newsletter .sign-form button {
    background: #ec1f24;
    height: 53px;
    border: none;
    float: left;
    width: 8%;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    line-height: 50px;
}


/*:::::::::::::newsletter section end:::::::::::::*/


/*:::::::::::::footer section:::::::::::::*/


.footer-btm{
	padding: 36px 0 60px 0;
}

.footer-btm h2{
	
	font-family: 'Josefin Sans', sans-serif;
	font-size:18px;
	color:#ec1f24;
	font-weight:700;
	margin-top:5px;
    margin-bottom:20px;
	text-transform:uppercase;
	border-bottom: 1px solid #4f4f4f;
    display: inline-block;
	line-height: 25px;
}

.InformationLink{
	
	margin: 0px;
	padding: 0px;
}
.InformationLink ul{
	
	margin: 0px;
	padding: 0px;
	list-style: none;	
}
.InformationLink ul li{
	
	margin: 0px 0px 10px 0px;
	padding: 0px;
	float: none;
	display:block;
	
}
.InformationLink ul li a{
	
	font-family: 'Josefin Sans', sans-serif;
	font-size:16px;
	text-decoration:none;
	font-weight:400;
	color:#232323;
	text-transform:capitalize;
	margin:0px;
	padding:8px 0px 0px 0px;
	cursor:pointer;
	line-height:18px;
	transition: all 0.3s ease-in;
}
.InformationLink ul li a:hover{
	
	color:#e41c26;	
	text-decoration: underline;
}

.InformationLink ul li a i{
	
	 padding-right: 8px;
}

.f-content{
}

.f-content img{
	margin-bottom: 23px;
}

.f-content .address {
	
	font-family: 'Josefin Sans', sans-serif;
	color:#232323;
	font-weight:400;
	font-size:16px;	
	margin:0;
	padding-bottom: 30px;
}

.f-content .address i{
	
	line-height:18px; 
	font-size:18px; 
	color: #e41c26; 
	text-align:center;
	margin-right:8px;
}

.f-content .address span{
	
	text-transform: uppercase;
	font-weight:700;
	font-size:18px;	
}

.f-content .telephon {
	
	font-family: 'Josefin Sans', sans-serif;
	color:#232323;
	font-weight:700;
	font-size:18px;	
	margin:0;
	margin-bottom: 12px;
}

.f-content .telephon i{
	
	line-height:18px; 
	font-size:18px; 
	color: #e41c26; 
	text-align:center;
	margin-right:8px;
}

.f-content .telephon span{
	
	font-weight:700;
	font-size:24px;	
}

.f-content a {
	font-family: 'Josefin Sans', sans-serif;
	text-decoration:none;
	color:#0e0e0e;
	font-weight:400;
	font-size:18px;
	transition:all .5s ease-in-out;
}

.f-content a i{
	
	line-height:18px; 
	font-size:18px; 
	color: #e41c26; 
	text-align:center;
	margin-right:8px;
}

.f-content  a span{

	font-weight:700;
}

.f-content a:hover {
	color:#e41c26;
}

.SocialMediaIcon{
		   display: inline-block;
}		  
.SocialMediaIcon ul{
		   margin:0px;
		   padding:0px;
		   list-style:none;
}		  
.SocialMediaIcon ul a li {
	
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-right: 15px;
	margin-top: 4px;
	display: block;
	float: left;
	transition: all .5s ease-in-out;
	background: #232323;
	height: 40px;
	width: 40px;
	line-height: 45px;
	border-radius: 50%;
}		  
.SocialMediaIcon ul a:hover li{
			  
  transform: rotate(360deg);
  color: #e41c26;;
}

.copy-right {
	font-family: 'Josefin Sans', sans-serif;
	color:#232323; 
	font-size:14px;
	font-weight:400;
	padding: 20px 0;
    border-top: 1px solid #dcdcdc;
}
.copy-right a {
	font-family: 'Josefin Sans', sans-serif;
	text-decoration:none; 
	color:#232323;
	font-weight:700;
	text-transform: uppercase;
	transition: all 0.3s ease-in;
}
.copy-right a:hover { 
	color:#e41c26;
	text-decoration:none;
}
.copy-right .cr-text { 
	text-align:left;
	padding-top: 14px;
}
.copy-right .powered { 
	text-align:right;
	padding-top: 14px;
}

/*:::::::::::::footer section end:::::::::::::*/


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

#scroll {
    position:fixed;
    right:15px;
    bottom:60px;
    cursor:pointer;
    width:42px;
    height:42px;
    background-color:#232323;
    text-indent:-9999px;
    display:none;
	outline: inherit;
	transition: .2s;
	z-index: 999;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

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

.prod_padd{
	padding: 20px 0;
}
/*:::::::::::::CONTACT PAGE CSS:::::::::::::*/

.page_title_inner{
	
	padding: 20px 0;
	
}

.page_title{
	
	text-align: center;
	padding: 30px 0;
	background-color:#e9e9e9;
}

.page_title h2{
	
	font-family: 'Raleway', sans-serif;
	font-size: 40px;
	color:#232323;
	font-weight:700;
	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;
}

.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;
}

.inner-page { 
	padding: 60px 0 0 0;
}

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

.page-txt h2{ 
    margin-top: 0;
    font-family: 'Josefin Sans', sans-serif;
	font-size:29px;
    font-weight:600;
	text-transform: uppercase;
}

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

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

.contact-form h4 { font-family: 'Josefin Sans', sans-serif; margin-bottom:1em; letter-spacing:0.08em; line-height:30px; color:#282828; text-transform:uppercase; font-weight:600; font-size:29px; margin-top: 0;}

.form-group label { display:none;}
.form-group { position:relative; margin-bottom: 20px !important;}
fieldset .required:after { color:#bbbaba; content:"*"; font-size:12px; left:-16px; margin:0 0 0 5px; position:absolute; top:8px; font-weight:400;}
.form-group .input-text { display:block; border:2px solid #e9e9e9; color:#282828; font-weight:400; letter-spacing:1.6px; line-height:2.3rem; padding:1.44rem 1rem; text-transform:uppercase; 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: #282828;}
.submit-btn{}
.submit-btn button { background:#232323; transition:all 0.3s ease-in-out 0s; border:none; font-family: 'Josefin Sans', sans-serif; font-size:14px; overflow:hidden;  z-index: 1; position:relative; color:#fff; display:inline-block; margin:0 0.25rem; padding:10px 20px; text-transform:uppercase; font-weight:600; width: 100%;}
.submit-btn button:hover {background: #e41c26;}

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

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


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


.p-title { text-align:center; text-transform:uppercase; color:#0e0e0e; margin-bottom:35px;}
.p-title h2 { margin-top:0; font-weight:400; margin-bottom: 25px; font-size: 25px; font-family: 'Josefin Sans', sans-serif;}
.p-title h2 span{ font-weight:700;}

.pagination { 
	text-align:left; 
}
.pagination a {
	border-radius:3px;
	padding:3px 4px;
	font-size:20px; 
	color:#000;
	display:inline-block;
	text-transform:uppercase;
	margin:0;
	transition: all 0.4s ease-in 0s;
}
.pagination a:hover,
.pagination a:focus{ 
	color:#e41c26;
	text-decoration: none;
	outline: none;
}
.prod-details {
    background: #e9e9e9;
    padding: 20px;
}

.prod-details h1 { 
	font-family: 'Josefin Sans', sans-serif;
	text-align:left;
	text-transform:uppercase;
	font-weight:600; 
	font-size:23px; 
	color:#101010;
}
.prod-details h3 { 
	font-family: 'Josefin Sans', sans-serif;
	color:#101010;
	font-size:15px;
	font-weight:400;
	margin: 28px 0;
	
}
.prod-details .description { 
	font-family: 'Josefin Sans', sans-serif;
	min-height:150px;
	font-weight:400;
	font-size:17px; 
	color:#101010;
	text-transform: capitalize;
}

.prod-details .description p{ 
	
	font-weight:400;
	font-size:14px; 
	color:#a8a2a2;
	line-height: 28px;
}
/*.prod-details .description span { 
	
	text-transform:uppercase;
	color:#101010; 
	font-size:14px;
}*/
.prod-details .prd-opt {
	margin-bottom:50px;
}
.prod-details .prd-opt label {
	width:24%;
	text-align:left; 
	font-size:14px;
	text-transform:uppercase;
	line-height:34px;
	margin:0;
}
.prod-details .prd-opt .form-control {
	width:36%;
	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;}


.qt-btn {
	font-family: 'Josefin Sans', sans-serif;
	background:none !important; 
	font-weight: 500;
	height:60px;
	line-height: 58px !important;
	border: none !important;
	text-align:center; 
	color:#000 !important;  
	font-size:16px; 
	transition:all 0.3s ease-in-out 0s;
	text-transform:none;
	outline: none !important;
}
.qt-btn:hover {
	color:#000;
	background:#068f3d;
	
}

.wrap-cart-cta {

    display: inline-block;
    float: left;
    margin-bottom: 20px;
    margin-right: 10px;
    font-size: 14px;
	max-width: 123px;
	border: 1px solid #232323;
}

.input-group .form-control {

    height: 60px !important;
	line-height: 60px !important;
	border: none !important;
	background: transparent;

}

.submit-btn-d {}

 .submit-btn-d button {
	font-family: 'Josefin Sans', sans-serif;
	background:#232323; 
	font-weight: 500;
	padding: 19px 15px;
	width: 200px;
	border: none; 
	text-align:center; 
	color:#fff;  
	font-size:16px; 
	transition:all 0.3s ease-in-out 0s;
	text-transform:none;
	position: relative;
    overflow: hidden;
	z-index:1;
	
}
 .submit-btn-d button:hover {
	background:#e41c26;	
}

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



/*::::::::::::::::::::MEDIAQUERY SECTIONS CSS START:::::::::::::::::::*/



@media screen and (max-width:991px){

.copy-right .cr-text {
    text-align: center;
    padding-bottom: 5px;
}
	
.copy-right .powered {
    text-align: center;
	padding-top: 5px;
}
	.m_l20 {
    margin-left: 0%;
}
}
	
@media screen and (max-width:767px){
	
	.welcome{
	
	background: url()center center no-repeat;
}
	
}

@media only screen and (max-width:480px){
	
	.welcome-note h2 {
    font-size: 35px;
}
	.welcome-note h2::after {
    bottom: 12px;
}
	.p_l{
	padding-left: 15px;
}
	
	.order-title p {
    max-width: 85%;
}
	
	.order-title h2 {
    font-size: 20px;
}
	
	.f-content .telephon {
    font-size: 15px;
}
	.f-content .telephon span {
    font-size: 21px;
}
	.f-content a {
    font-size: 17px;
}
	.copy-right {
    font-size: 13px;
}
	.newsletter .sign-form input {
    width: 82%;
}
	.newsletter .sign-form button {
    width: 18%;
}
	.f-title h2 {
    font-size: 20px;
}
	.rel-title h2 {
    font-size: 20px;
}
	.product-grid .add-to-cart{
		width: 50px;
	}
	.product-grid .title{
		padding-left: 0px;
		font-size: 13px;
	}
	
	.product-grid .price{
				padding-left: 45px;
		font-size: 12px;
	}
	.c-title h2 {
    font-size: 20px;
}
	.submit-btn-d button {
    width: 145px;
}
}

/*::::::::::::::::::::MEDIAQUERY SECTIONS CSS END:::::::::::::::::::*/

