a:hover,
a:focus{
    text-decoration: none !important;
}


a.brand {
    float: left;
    width: 30%;
    border-right: 1px solid #eaeaea;
}
.social_top {
    float: left;
    width: 70%;
}
.nav > li > a {padding:10px 10px !important;}
ul.links {
    padding: 0px;
    margin: 0px;
    padding-left: 20px;
}
ul.links {
    padding: 0px;
    margin: 0px;
    padding-left: 20px;
    width: 60%;
	float:left;
    border-bottom: 1px solid #eaeaea;
}
ul.links li {
    display: inline-block;
    padding: 15px 30px 15px 0px;
	border-right:1px solid #eaeaea;
}
.msg {margin-top: 8px;
    position: relative;
    bottom: 6px;
}
ul.links li img {
    padding-right: 10px;
}

ul.socials {
    width: 40%;
    float: right;
    position: relative;
    right: 74px;
    border-bottom: 1px solid #eaeaea;
}
.fa{
    color: #a7a7a7 !important;
}
ul.socials li {
    display: inline-block;
    border-left: 1px solid #eaeaea;
    float: left;
    transition: background-color 0.2s linear 0s, color 0.2s linear 0s;
}
/*ul .socials li a{
     padding: 17px 11px 16px;
}*/
ul.socials li a i {
    width: 45px;
    height: 53px;
    padding: 17px;
}
ul.socials li:hover .fa-twitter{
    background-color: #00acee!important;
    color: #fff !important;
}
ul.socials li:hover .fa-facebook{
    background-color: #3b5998!important;
    color: #fff !important;
}
ul.socials li:hover .fa-instagram {
    background-color:  #125688!important;
    color: #fff !important;
}
ul.socials li:hover .fa-google-plus {
    background-color: #dd4b39!important;
    color: #fff !important;
}
ul.socials li:hover .fa-skype{
    background-color:  #00aff0!important;
    color: #fff !important;
}
ul.socials li:hover .fa-linkedin{
    background-color:  #0077B5!important;
    color: #fff !important;
}

/* START ANIMATION */
.waqa{ float:left; width:22%; margin:0px 15px;}
.expending-wrapper {
    background-color: #1e1e1e;
    position: relative;
    width : 100%;
    z-index: 99;
}
.expending-wrapper:before {
    background: #e7e7e7;
    content: "";
    display: inline-block;
    height: 0px;
    position: absolute;
    top: 0;
    width: 100%;
    left:0px;
}
.expending-cover {
    height: 182px;
    background:#fff;
    position: relative;
}
.expending-item, .expending-img {
    transition : all 225ms ease-out;
}
.expending-item {
    bottom: 0px;
    float: left;
    height: 182px;
    position: absolute;
    text-align: center;
    width: 100%;
    background:#232323;
    padding:15px 15px 0px 15px;
    color:#fff !important;
    border: 2px solid red;
}
.expending-img {
    background-size: cover;
    border-bottom : 0px solid #e7e7e7;
    height: 0;
}
.expending-item.i .expending-img {
    background-image: url("images/cate-1.jpg");
    background-size: 100% 100%;
}
.expending-item.ii .expending-img {
    background-image: url("images/cate-2.jpg");
}
.expending-item.iii .expending-img {
    background-image: url("images/cate-3.jpg");
}
.expending-item.iv .expending-img {
    background-image: url("images/cate-4.jpg");
}
div.expending-handle {
    background-color: #74C32D;
    border: 1px solid #63BA26;
    margin: auto;
    position: relative;
    text-align: center;
    top: -47px;
    width: 128px;
}
.expending-ul {
    margin: -20px 0 0;
    padding: 0 30px;
}
.expending-ul li {
    opacity : 0;
    font-size : 15px;
    margin-top : 10px;
    font-style : italic;
    list-style-type : none;
}

.expending-item.i div.expending-handle {
    background : none;
    border:none;
    color:#fff;
    text-decoration:none;
}

.expending-item.ii div.expending-handle {
    background :none;
    border:none;
    color:#fff;
    text-decoration:none;
}

.expending-item.iii div.expending-handle {
    background : none;
    border:none;
    color:#fff;
    text-decoration:none;
}

.expending-item.iv div.expending-handle {
    background : none;
    border: none;
    color:#fff;
    text-decoration:none;
}
.expending-item h2 a {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight:400;
    font-size:22px;
    /* background:url(../images/line_1.jpg) no-repeat bottom center; */
    padding-bottom: 0px;
}
.expending-item h2 a:hover {
    text-decoration:none;
    color:#fff !important;
}
.expending-item h2 {
    bottom: 24px;
    height: 62px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    position: absolute;
    text-align: center;
    width: 100%;
    text-transform:uppercase;
    line-height:normal;
    font-family: 'Roboto', sans-serif;
    margin-left:-15px;
    color:#fff !important;
}

.expending-item h2 > span {
    color: #777777;
    text-transform:capitalize;
    font-family: 'Roboto', sans-serif;
    font-weight:400;
    font-size: 13px;
    display:inline-block;
    padding: 5px 10px 10px 10px;
}
.expending-item:hover {
    cursor : pointer;
    margin-top : 0;
    height : 360px;
    transition : all 325ms;
    background : #c5b087;
    text-transform:capitalize;
}
.expending-item:hover h2 a{
    color:#fff !important;
}
.expending-item:hover h2 > span {
    color:#232323;
}
.expending-item:hover ul {
    height : 100px;
}
.expending-item:hover ul li:first-child {
    transition : all 225ms .222s;
    opacity : 1;
}
.expending-item:hover ul li:nth-child(2) {
    transition : all 225ms .299s;
    opacity : 1;
}
.expending-item:hover ul li:last-child {
    transition : all 225ms .333s;
    opacity : 1;
}
.expending-item:hover a {
    /*transition : all 225ms .7s;
    opacity : 1;*/
    top:70px;
}
.expending-item:hover .expending-img { margin-top : 0; height : 135px; /*transition : height 0.3s ease-out 0s;*/ }

.expending-item:hover .expending-handle { transition : height 225ms; }

.expending-item.i:hover h2 { color : #565656; transition : all 225ms .8s;
}

.expending-item.ii:hover h2 { color : #565656; transition : all 225ms .8s;
}

.expending-item.iii:hover h2 { color : #565656; transition : all 225ms .8s;
}

.expending-item.iv:hover h2 { color : #565656; transition : all 225ms .8s;
}

.expending-cover:after, .expending-cover:before { display: table; content: " "; clear : both; }

/* END OF ANIMATION */
ul.arrow {
    list-style-type: none;
    padding-left: 0px;
    border-left: 1px solid #333333;
    position: relative;
    left: 25px;
}
ul.arrow > li {
    text-indent: -5px;
    height:40px;
    line-height:40px;
    margin:0;
    padding:0;
}
ul.arrow > li > a{
    margin-left:10px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-size: 13px;
    color: #c6c6c6;
}
ul.arrow > li:hover{
    text-decoration: none;
}
ul.arrow > li:before {
    content: "\003e";
    text-indent: 5px;
    color: #fff;
    position: relative;
    left: -20px;
}

/******/
footer {
    padding-bottom: 15px;
}
ul.text {
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px 12px;
}
ul.text li {
    height: 40px;
    line-height: 40px;
    color:#c6c6c6;
    font-family: poppins;
}
ul.bk-ul {
    list-style-type: none;
    padding-left: 0px;
    border-right: 1px solid #333333;
    width: 10%;
    padding-top: 15px;
    float: left;
}
ul.bk-ul li{
    text-indent: -5px;
    height:40px;
    line-height:40px;
    margin:0;
    padding:0;
}
ul.bk-ul li a {
    margin-left:10px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-size: 13px;
}
ul.arrow > li:before {
    /* content: "\003e"; */
    text-indent: 5px;
    color: #fff;
    position: relative;
    left: -20px;
}
ul.bk-ul li.map {
    background-image: url("images/map.png");
    background-repeat: no-repeat;
}
ul.bk-ul li.tel {
    background-image: url("images/tel.png");
    background-repeat: no-repeat;
}
ul.bk-ul li.cell {
    background-image: url("images/cell.png");
    background-repeat: no-repeat;
}
ul.bk-ul li.mail {
    background-image: url("images/mail.png");
    background-repeat: no-repeat;
}
footer .btn-warning {
    background-color: red;
    border-color: red;
    border-radius: 2px;
}
/******/
.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active { display:none !important;}
.goog-te-gadget {font-size:0px !important; margin-top: 20px;}
.goog-te-gadget .goog-te-combo {
    margin: 0px 0px !important;
	outline: none;
    background: #fff;
    border-color: #fff;
    padding: 0px;
    line-height: 37px;
    font-size: 13px;
    height: 37px;
    color: rgb(24, 24, 24);
}


.navbar {
    border-radius: 0px !important;
}

/* START OF HEADER */
header{
    background: #fff;
}
nav{
    background: #000;
}
.logo{
    margin-top: 15px;
    margin-bottom: 15px;
}
.news{
    margin-top: 38px;
}
.news marquee span a {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.search form{
    float: left;
    margin-top: 20px;
}
.search .search_text{
    height: 38px;
    border: 0;
    background: #f0f0f0;
    color: #8b8b8b;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding-left: 10px;
}

::-webkit-input-placeholder { /* Chrome */
    color: #8b8b8b;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding-left: 10px;
}
.search .cart{
    float: left;
    margin-top: 12px;
    margin-left: 10px;
}
.navbar{
    margin-bottom: 0 !important;
    min-height: 0 !important;
}
.navbar ul li a {
    color:#fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    border-right: 2px solid red;
}
.navbar ul li a:hover,
.navbar ul li a:focus{
    background: #ff0000;
    color: #fff;
}
header .top-nav{
    border-left: 1px solid #eaeaea !important;
    position: relative;
    right: 50px;
}
header .r1 ul {
    list-style: none;
    padding-left: 0;
    width: 100%;
    border: 1px solid;
}
header .r1 ul li {
    float: left;
    border-right:1px solid #eaeaea;
    /* padding: 20px 9px; */
    border-bottom: 1px solid #eaeaea;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    padding-right: 15px;
    color: #8b8b8b;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
header .r1 ul li.address{
    background-image: url(images/address.png);
    background-repeat: no-repeat;
    background-position: 10px 11px;
}
header .r1 ul li.message{
    background: url("images/message.png");
    background-repeat: no-repeat;
    background-position: 10px 11px;
}
header .r1 ul li.phone{
    background: url("images/phone.png");
    background-repeat: no-repeat;
    background-position: 10px 11px;
}
header .r1 ul li.social{
    padding-left: 4px;
    padding-right: 0px;

}
header .r1 ul li.phone
/** END OF HEADER **/
.ps_control_rotate_f .carousel-control{
    background: #ff0000 !important;
    color:#fff !important;
}
.ps_control_rotate_f .carousel-control:hover{
    background: #fff !important;
    color:#ff0000 !important;
}
.ps_indicators_l > .carousel-indicators .active{
    background: red;
    /* border: 2px solid #fff !important; */
}
.expending-item:hover {
    cursor: pointer;
    margin-top: 0;
    height: 360px;
    transition: all 325ms;
    /* background: rgb(245, 123, 32); */
    background: red;
    text-transform: capitalize;
    color: #fff;
}
/* END OF HEADER */
/* START OF INDEX */

.image{
    border:1px solid #e4e4e4;
    padding: 7px 0 9px 0;
}
.description h3{
    color: #000000;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin: 15px 0 5px 0;
    padding-left: 10px;
}
.description p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #393838;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 10px;
}
.featured{
    padding-bottom: 20px;
}
.fp:hover{
    box-shadow: 3px 2px 16px 6px rgba(66,65,66,0.19);
}
.fp:hover .image{
    border: 1px solid #fff;
}
.fp:hover .head{
    color: red;
}
.about-us{
    background: url("images/about-us-bk.jpg") no-repeat;
    height: 100%;
    /* border: 1px solid red; */
    background-size: 100% 100%;
}
.about-us h1{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 30px;
    margin-top: 42px;
}
.about-us h1 span{
    color:red;
}
.about-us img{
    margin-top:42px;
}
.about-us p {
    color:#b4afaf;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    text-align: justify;
    line-height: 27px;
}
.about-us .btn-warning{
    font-family: 'Poppins', sans-serif;
    background: red !important;
    border: 1px solid red !important;
}
.new-arrival{
    border:1px solid  #ebebeb;
    padding: 10px 0;
    height: 190px;
    overflow: hidden;
}
.new-arrival:hover{
    border: 1px solid red;
}
.new-arrival:hover h4 {
    color: red;
}
.new-arrival:hover .btn-red {
    background: red;
    color:#fff;
}
.new-arrival h4{
    color: #181818;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}
.new-arrival h5{
    color: #696969;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
}
.new-arrival p {
    color: #828282;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 12px;
}
.new-arrival a.btn-default{
    background: #ebebeb;
    border:0;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}
.home-about-us {
    color:#b4afaf;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
/* END OF INDEX */
/*  START OF FOOTER */
footer {
    background: url("images/footer-bk.jpg") no-repeat;
}
footer h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: red;
    font-size: 22px;
    text-transform: uppercase;
}
footer hr {
    border: 0;
    height: 2px;
    width: 14%;
    background-color: red;
    margin-top: 0px;
}
footer span{
    width: 14px;
    height: 17px;
    background: url("images/address-sprite.png") no-repeat;
}
.social img{
    width: 100%;
    height: 50px !important;
}
.social img:hover {
    opacity: 0.7;
}
.copy {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color:#000000;
    float: left;
    width: 100%;
    padding-top: 20px;
}
.copy a{
    color:#000 !important;
}
.copy a:hover {
    color:#f57b20 !important;
}
/*  END OF FOOTER */
/*******    START OF LEFT       *********/
.cata {
    float: left;
    width: 100%;
    margin: 20px 0px;
    height: auto;
    padding: 25px 20px;
    box-shadow: 1px 1px 10px 1px #ccc;
}
.cata h2 {
    font-family: 'Raleway';
    color: #ee0000;
    font-size:22px;
    text-transform:uppercase;
    font-weight: bold;
    padding-top:0px;
    margin-top:0px;
}
.main-title {
    width: 100%;
    float: left;
    border-bottom: 1px solid #efefef;
    /* padding: 10px 0px; */
}
.main-title img{
    width:36px;
    height:36px;
}

.main-title a {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #505050;
    height:100%;
    padding:10px;
    line-height:50px;
    text-transform:uppercase;
    font-weight: bold;
}
.main-title a:hover,
.main-title a:focus {
    text-decoration:none;
    color:#161724;
}

.left-menu {
    float: left;
    width: 100%;
    padding: 5px 0px;
}
.left-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.left-menu ul li {
    float: left;
    width: 100%;
    background: url("images/ul.png") no-repeat left;
    background-position: 10px center;
}
.left-menu ul li a {
    float: left;
    width: 100%;
    text-decoration: none;
    padding: 5px 25px;
    color: #1d1d1d;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Poppins';
}
.left-menu ul li a:hover,
.left-menu ul li a:focus {
    background: #ee0000;
    color:#ffffff;
}

/*******    END OF LEFT       *********/
/*******    START OF PRODUCTS       *********/
h2.m-head{
    color: #000;
    font-size: 26px;
    font-weight: 600;
    font-family: 'Poppins';
    text-transform: uppercase;
    margin-top: 30px;
}
ul.breadcrumb {
    background: none;
}
ul.breadcrumb li a {
    font-family: 'Raleway';
    color: #818181;
    font-size: 12px;
    font-weight: 500;

}
.title a {
    font-family: 'Poppins';
    font-weight: 600;
    color:#000;
    font-size: 16px;
    text-transform:uppercase;
    padding-top: 10px;
}
.title a:hover{
    color: #f57b20
}
.code {
    color:#393838;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
    text-transform: uppercase;
}
.item{
    margin-bottom: 10px;
}
.item:hover{
    box-shadow: 1px 1px 10px 1px #ccc;
}
.item:hover .item-img{
    border:none;
}
.item:hover .title a{
    color:#dd0000;
}
/*******    END OF PRODUCTS       *********/
/**************     START OF PRODUCT DETAILS    *************/

.product_details article{
    /* margin-top: 30px; */
    padding-bottom:2%;
}
.product_details article h2{
    /* font-family: 'oswald'; */
    /* color:#df1f26; */
    /* font-size:22px; */
    /* text-transform:uppercase; */
}
.product_details article ul{
    background-color: #ffffff;
}
.product_details article ul li a {
    color: #505050;
    font-family:roboto;
}

.product_details article #description h2{
    font-family: 'Poppins', sans-serif !important;
    font-size: 23px;
    font-weight: 600;
    color: #ee0000;
}
.product_details article #description .p_code{
    color: #323232;
    font-family:'poppins';
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 10px;
}
.product_details article #description .p_desc{
    color: #fe5722;
    font-family:'poppins';
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.product_details article #description .p_detail {
    color: #909090;
    font-size: 13px;
    font-family:'poppins';
    font-weight: 400;
}
.product_details article #description p{
    color:#525352;
    font-family:'poppins';
    font-size:12px;
} 
.product_details article #description .options{
    color: #323232;
    font-family:'poppins';
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    padding-bottom: 10px;
}
.product_details article #description label{
    color: #3f3f3f;
    text-transform: capitalize;
    font-family: 'Roboto';
    font-size: 15px;
}
.product_details article #description select{
    color:#7f7f7f;
    /* font-family: 'oswald'; */
    border:1px solid #e1e1e1;
    padding:5px;
    width:50%;
}
.product_details article #description select option {
    color:#7f7f7f !important;
    /* font-family: 'oswald' !important; */
}
.product_details article #description input{
    border:1px solid #e1e1e1;
    width: 22%;
    height:30px;
    font-family: 'Roboto';
    font-weight: 400;
    padding-left: 10px;
    color: #737373;
}
.product_details article #description #increase,
.product_details article #description #decrease{
    background:white;
    border:0;
}
.product_details article #description button.add_to_basket{
    background:#ee243a;
    color:white;
    height:30px;
    width:30%;
    border-radius:5px;
    border-color:white;
}
.product_details article .related_products h2{
    /* font-family:'oswald'; */
    font-size: 24px;
}
.product_details article .related_products h2 span{
    color:#000000;
}
.product_details .related_products section{
    border:1px solid #ebebeb;
}
.product_details .related_products   section .img .overlay img{
    margin-top : 100px;
}
.product_details article section .img .overlay img {
    margin-top: 100px;
    margin-left: 80px;
}
.product_details article section .title a {
    color: #1c1e23;
    font-family: 'poppins';
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
}
.product_details article section .title a:hover {
    text-decoration: none;
    color: #df1f26;
}
.product_details article section .code {
    color: #444545;
    font-family: 'poppins';
    font-size: 14px;
    text-align: left;
    margin: 0;
    padding: 0;
    font-weight: bold;
}
.gc-display-area{
    border: 1px solid #e7e7e7 !important;
}
.overlay {
    background: rgba(254, 87, 34, 0.7) !important;
}
/**************     END OF PRODUCT DETAILS  *************/
/**************     START OF BASKET     *************/
.basket article{
    /* margin-top: 30px; */
    /* padding-bottom:2%; */
}
.basket article h2{
    /* font-family: 'oswald'; */
    /* color:#df1f26; */
    /* font-size:22px; */
    /* text-transform:uppercase; */
}
.basket article ul{
    background-color: #ffffff;
}
.basket article ul li a {
    color: #505050;
    font-family:roboto;
}

.basket .basket_art input{ 
    float:left; 
    margin:10px 0px; 
    background:#df1f26;
    color:#FFF;
}
.basket .basket_art input:hover{ 
    background:#df1f26; 
    text-decoration:none; 
    color:#FFF;
}

.basket .btn-delete{ 
    float:left; 
    padding: 7px; 
    border-radius: 5px; 
    margin-left: 15px; 
    background:#df1f26; 
    color:#FFF; 
    margin-bottom:20px;
}
.basket .btn-delete:hover{ 
    background:red; 
    text-decoration:none; 
    color:#FFF;
}
/**************     END OF BASKET   *************/
/**************     START OF QUOTE  *************/
.quote article{
    /* margin-top: 30px; */
    padding-bottom:2%;
}
.quote article h2{
    /* font-family: 'oswald'; */
    /* color:#df1f26; */
    /* font-size:22px; */
    /* text-transform:uppercase; */
}
.quote article ul{
    background-color: #ffffff;
}
.quote article ul li a {
    color: #505050;
    font-family:roboto;
}
.quote form{
    margin-top:-25px;
}
.for{ 
    float:left; 
    width:48%; 
    margin-left:10px;
}
.for input{ 
    float:left; 
    width:99%; 
    height:30px; 
    margin:10px 0px; 
    background:#FFFFFF ; 
    border:1px solid #df1f26; 
    color:#2D2D2D; 
    padding-left:10px;
}
.for select{ 
    float:left;
    width:99%; 
    height:30px; 
    margin:10px 0px; 
    background:#FFFFFF; 
    border:1px solid #df1f26; 
    color:#2D2D2D; 
    padding-left:10px;
}
.for1 textarea{ 
    float:left; 
    width:100%; 
    margin:10px 0px; 
    background:#FFFFFF; 
    border:1px solid #df1f26; 
    color:#2D2D2D; 
    padding-left:10px;
}
.for1{ 
    float:left; 
    width:96.5%; 
    margin-left:11px;
}
.txt_id{
    border:1px solid #df1f26;
    color:#2D2D2D;
    height:40px;
    width:20%;
    margin-left:10px;
    padding-left:10px;
}
.content_text{
    margin-left:10px;
    padding-left:10px;
}
.btn-submit{
    margin-left:10px;
}
/**************     END OF QUOTE    *************/
/**************     START OF SUBMIT     *************/

.submit article{
    /* margin-top: 30px; */
    padding-bottom:2%;
}
.submit article h2{
    /* font-family: 'oswald'; */
    /* color:#df1f26; */
    /* font-size:22px; */
    /* text-transform:uppercase; */
}
.submit article ul{
    background-color: #ffffff;
}
.submit article ul li a {
    color: #505050;
    font-family:roboto;
}
/**************     END OF SUBMIT   *************/
/**************     START OF CONTENT    *************/
.content article h2{
    /* font-family: 'oswald'; */
    /* color: #df1f26; */
    /* font-size: 22px;
    text-transform: uppercase;
    margin-top: 4%; */
}
.content .about-des{
    padding-left:7px; 
    text-align:left;
    font-size: 14px;
    width: 100%;
    text-align: justify;
    line-height: 24px;
}
.content .about-des p a{
    color: #333333;
    font-weight: bold;
}
.content .about-des p a:hover{
    text-decoration: none;
    color:#df1f26;
}
.content article ul{
    background-color: #ffffff;
}
.content article ul li a {
    color: #505050;
    font-family: 'Roboto', sans-serif;
}
.content article ul li a:hover{
    color:red;
    text-decoration: none;
}

/**************     END OF CONTENT  *************/
.navbar-header button {
    background-color: #f57b20 !important;
    color:red !important;
}
.navbar-header button span.icon-bar {
    background-color: #fff;
}

/**************     START OF MAKING RESPONSIVE  *************/

@media (min-width:320px) and (max-width: 480px){
    .news{
        margin-top: 0px;
    }
    .search form,
    .search .cart {
        margin-top: 0px;
        padding-bottom: 5px;
    }
    .waqa{ 
        float:left; 
        width:100%; 
        margin-top:15px;
    }
    .home-about-us {
        padding-bottom: 10px;
    }
    .about-us .btn-warning {
        margin-bottom: 15px;
    }
    .new-arrival {
        height: auto;
    }
    ul.text {
        padding: 4px 5px;
        width: 92%;
    }
    ul.text li {
        font-size: 11px;
    }
    ul.bk-ul {
        width: 8%;
    }
    ul.bk-ul li{
        text-indent: -5px;
        height:40px;
        line-height:40px;
        margin:0;
        padding:0;
    }
    ul.bk-ul li a {
        margin-left:10px;
        font-family: 'Poppins', sans-serif;
        text-transform: capitalize;
        font-size: 13px;
    }
    footer {
        background-size: 100% 100%;
    }
}
@media screen and (max-width: 767px) {
	
	a.brand {
    float: left;
    width: 100%;
    border-right: 0px;
    text-align: center;
}
.social_top {
    float: left;
    width: 100%;
}
ul.links { width: 100%; }
	
ul.links li {
    border-right: 0px;
    padding-left: 15px;
}
	ul.socials {
    width: 100%;
    float: left;
    position: relative;
    right: 0;
    border-bottom: 1px solid #eaeaea;
}
.waqa {
    margin: 0px;
}
	.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
	
	
	
	
}



@media (min-width:480px) and (max-width: 640px){
    
}
@media (min-width:640px) and (max-width: 767px){
    
}
@media (min-width:768px) and (max-width: 991px){
    
}
@media (min-width:992px) and (max-width: 1024px){
        
}
@media (min-width:1024px) and (max-width: 1170px){
    
}
@media (min-width:1024px) and (max-width: 1280px){
    
}
@media (min-width:1280px) and (max-width: 1366px){
    
}
@media (min-width:1920px){
    
}

/**************     END OF MAKING RESPONSIVE  *************/