/*Other_Style_css*/

@import url("social_icon.css");
@import url("top.css");
@import url("search.css");
@import url("font-awesome.min.css");

/*Nav_Style_css*/

@import url("webslidemenu.css");

/*Banner_Style_css*/

@import url("slider.css");
@import url("animate.min.css");
@import url("glasscase.min.css");

/*Cetagoury_Style_css*/

@import url("owl.carousel.css");
@import url("owl.theme.css");
@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular_gdi.eot');
    src: url('../fonts/Poppins-Regular_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular_gdi.woff') format('woff'), url('../fonts/Poppins-Regular_gdi.ttf') format('truetype'), url('../fonts/Poppins-Regular_gdi.svg#Poppins-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+000D-25CA;
}

@font-face {
    font-family: 'Dosis-Regular';
    src: url('../fonts/Dosis-Regular_gdi.eot');
    src: url('../fonts/Dosis-Regular_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/Dosis-Regular_gdi.woff') format('woff'), url('../fonts/Dosis-Regular_gdi.ttf') format('truetype'), url('../fonts/Dosis-Regular_gdi.svg#Dosis-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-25CA;
}

body{
    font-family: 'Poppins-Regular';
}

.position {
    position: absolute;
    z-index: 999;
    width: 100%;
}

.top_bg {
    background-color: none;
}

.email {
    font-family: 'Poppins-Regular';
    color: #fff;
    font-size: 12px;
    z-index: 99;
    position: relative;
    margin: 10px 0px 20px 0px;
}

.email>i {
    color: #bd1515 !important;
}

.phone {
    font-family: 'Poppins-Regular';
    color: #fff;
    font-size: 12px;
    z-index: 99;
    position: relative;
    margin: 10px 0px 20px 0px;
}

.phone>i {
    color: #bd1515 !important;
}

.bg_color {
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    z-index: 99;
}

.logo {
    position: absolute;
    background-color: #fff;
    padding: 10px;
    z-index: 99;
    border-radius: 4px;
    margin-top: -30px;
}

.logo>a>img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.searchlink {
    display: block;
    position: relative;
    font-size: 25px;
    cursor: pointer;
    text-align: center;
    padding: 6px 0px 7px 0px;
    background-color: #bd1515;
    color: #fff;
}

.searchlink:hover,
.searchlink.open {
    color: #bababa;
    background: #3a3a3a;
}

.searchlink.open > .searchform {
    display: block;
}


/** search field **/

.searchform {
    display: none;
    position: absolute;
    right: 0;
    cursor: default;
}

.searchlink.open .searchform {
    display: block;
}

#search {
    display: block;
    position: relative;
}

#s {
    width: 270px;
    background: #272727;
    padding: 5px 8px;
    font-size: 14px;
    border: 0;
    color: #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: none;
}

.cart-icon {
    text-align: center;
    padding: 12px 0px 10px 0px;
    background-color: #bd1515;
}

.cart-icon > a {
    display: block;
    position: relative;
}

.cart-icon a i {
    color: #fff;
    font-size: 24px;
}

.cart-icon span {
    background: #000 none repeat scroll 0 0;
    border-radius: 90%;
    color: #fff;
    padding: 0 7px;
    position: absolute;
    top: -11px;
}

.p_space {
    position: relative;
    margin-top: 370px;
}

.h_text {
    font-family: 'Dosis-Regular';
    color: #000;
    font-weight: bold;
}

.h_text>span {
    color: #bd1515;
}

.r_btn {
    background: #bd1515;
    padding: 4px 10px 4px 10px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-family: 'Poppins-Regular';
    font-size: 12px;
    border-radius: 4px;
    margin-top: 20px;
    display: inline-block;
    transition: 0.6s;
}

.r_btn:hover{
    color: #fff;
    background: #000;
}

.c_box {
    border-top: 10px solid #bd1515;
    border-right: 10px solid #bd1515;
    border-bottom: 10px solid #000;
    border-left: 10px solid #000;
    margin-top: 20px;
}

.c_img {
    margin-top: 20px;
}

.c_img>a>img {
    margin-left: auto;
    margin-right: auto;
}

.h_text2 {
    text-align: center;
    color: #000;
    font-family: 'Poppins-Regular';
    font-weight: bold;
}

.product-block {
    border: 2px solid #eceaeb;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.product-block:hover {
    border-color: #bd1515;
}

.product-block .prd-name {
    padding: 10px 0;
    text-align: center;
}

.product-block .prd-name h3 {
    margin: 0;
    padding: 0 0 3px;
    font-weight: 600;
    font-size: 14px;
}

.product-block .prd-btns a {
    width: 50%;
    display: block;
    float: left;
    background: #bd1515;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    border-radius: 3px 0 0 3px;
    font-weight: 700;
}

.product-block .prd-btns button {
    width: 50%;
    display: block;
    float: left;
    background: #181818;
    color: #fff;
    border: none;
    height: 40px;
    text-align: center;
    font-weight: 700;
    border-radius: 0 3px 3px 0;
}

.product-block .prd-btns a:hover {
    background: #181818;
    color: #fff;
}

.product-block .prd-btns button:hover {
    background: #bd1515;
    color: #fff;
}

.signup-bg {
    background: #bd1515;
    padding: 40px 0;
}

.signup-bg h2 {
    text-align: center;
    margin: 0 0 10px;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
}

.signup-bg h2 span {
    font-weight: 300;
}

.signup-bg form {
    margin: 0
}

.signup-bg input {
    background: none;
    border-radius: 5px;
    width: 100%;
    height: 46px;
    font-size: 13px;
    
    font-weight: 400;
    color: #fff;
    padding: 0px 15px;
    border: 2px solid #fff;
    box-shadow: none;
}

.signup-bg input::placeholder{
    color: #fff;
}

.signup-bg button {
    background: transparent;
    height: 46px;
    border: 2px solid #fff;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 15px;
    
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
}

.signup-bg .s-form {
    padding: 0px 7.5px;
}

.signup-bg button:hover {
    background: #181818;
    border-color: #181818;
    color: #fff;
}

.signup-bg a {
    display: inline-block;
    text-decoration: none;
    margin: 0 3px;
}

.signup-bg a i {
    background: transparent;
    width: 46px;
    line-height: 42px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 3px;
    border: 2px solid #fff;
}

.signup-bg a:hover i {
    background: #181818;
    border-color: #181818;
    color: #fff;
}

footer {
    background: #333;
}

.footer-btm {
    padding: 50px 0;
}

.footer-btm h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
}

.footer-btm .f-logo {
    padding: 30px 0;
}

.footer-btm ul {
    margin: 0;
    padding: 0;
}

.footer-btm ul li {
    list-style: none;
    margin-bottom: 10px;
}

.footer-btm ul li a {
    text-decoration: none;
    color: #ccc;
    font-size: 13px;
}

.footer-btm ul li a:hover {
    color: #fff;
}

.news-box {
    margin-bottom: 10px;
}

.news-box h5 {
    color: #bd1515;
    font-size: 13px;
    font-weight: 600;
    margin-top: 0;
}

.news-box p {
    margin: 0;
    padding: 0;
    color: #ccc;
    font-size: 13px;
}

.f-contact li {
    list-style: none;
    margin-bottom: 8px;
}

.f-contact li i {
    background: #bd1515;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    margin-right: 8px;
}

.f-contact li span {
    font-weight: 400;
    font-size: 13px;
    color: #ccc;
    display: inline-block;
}

.f-contact li span a {
    text-decoration: none;
    color: #ccc;
    font-size: 13px;
    transition: all 0.5s ease-in-out 0s;
}

.f-contact li span a:hover {
    color: #fff;
}

.copyrights {
    background: #1a1a1a;
    padding: 15px 0;
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.copyrights a {
    color: #fff;
    text-transform: uppercase;
}

.powerby {
    text-align: right;
}

.breadcrumbs {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    padding: 15px 0;
    background-color: #f9f9f9;
    border-bottom: 1px solid #d7d7d7;
    box-shadow: 0px 0px 1px #000;
}

.breadcrumbs ul {
    margin: 0;
    padding: 0;
}

.breadcrumbs .items .item {
    border-right: 1px solid #e5e5e5;
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    margin-right: 0.5rem;
    padding-right: 0.5rem;
    position: relative;
}

.breadcrumbs .items .item a{
    color: #000;
}

.breadcrumbs .items .item a:hover {
    color: #bd1515;
}

.breadcrumbs .items .item strong {
    font-weight: 600;
}

.breadcrumbs .items .item:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}


/*Basket Page Style Start*/

.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-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 .action>a{
    text-decoration: none;
    color: #000;
}

.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;
}

.CartInfo tbody .form-control {
    border-radius: 0;
}

.CartInfo tbody .productd p {
    color: #888;
}

.CartInfo tbody .form-control:focus {
    border-color: #bd1515;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(242, 190, 28, 0.6)
}

.CartInfo tbody .btn-success {
    background: #101010;
    border: none;
    font-size: 16px;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 700;
    width: 50%;
    margin-top: 4px;
    border-radius: 3px;
    padding: 8px 12px;
}

.CartInfo tbody .btn-success:hover {
    background: #bd1515;
    color: #fff;
}

h2.Total {
    text-align: right;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #101010;
}

h2.Total span {
    color: #bd1515;
}

.basket-btn {
    text-align: right;
}

.basket-btn a {
    background: #101010;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    color: #fff;
    display: inline-block;
    margin: 0 0.25rem;
    padding: 12px 26px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration:none;
}

.basket-btn a:hover {
    background: #bd1515;
    color: #fff;
}


/*Basket Page Style End*/

/*Sidemenu Style Star*/


.LefMenu li.MainLeftCats {
background:#000;
cursor:pointer;
/*background-color:#525866;*/
color:#fff;
padding:6px;
text-align:left;
font-family: sans-serif;
font-size:16px;
list-style: none; font-weight:bold;
margin-bottom:2px;
}

.LefMenu li.MainLeftCats a {
    display: block;
    position: relative;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 15px;
}

.LefMenu li.SecMenu {
    list-style: none;
    margin-bottom: 3px;
}

.LefMenu li.SecMenu a {
    background-color: #fff;
    color: #393939;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
    display: block;
    padding: 0px 5px;
    font-family: 'Roboto', sans-serif;
    transition: all 0.5s ease-in-out 0s;
    border: 1px solid #eaeaea;
}

.LefMenu li.SecMenu a:hover,
.LefMenu li.SecMenu a.active {
    padding-left: 10px;
        color: #000000;
    font-weight: bold;
}

.LefMenu li.SecMenu:active {
    padding-left: 10px;
    color: #cc0001;
}

.menutitle li a {
    background: #fff url(images/down-arrow.png) right center no-repeat;
}

.submenun {
    background: #eaeaea;
}

.submenun ul {
    margin: 0px;
    padding: 0px;
}

.submenun ul li {
    list-style: none;
    border-bottom: 1px solid #ccc;
}

.submenun ul li a {
    text-decoration: none;
    color: #393939;
    font-weight: normal;
    font-size: 12px;
    padding: 0 5px;
    line-height: 30px;
    display: block;
}

.submenun ul li a:hover,
.submenun ul li a.active {
    color: #000
}

.submenun ul li a:focus:active {
    color: #000; 
}
/*Sidemenu Style End*/

/*Detail Style Start*/

.pagination {
    text-align: center;
    width: 100%;
}

.pagination a {
    background: #101010;
    border-radius: 3px;
    padding: 3px 8px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    margin: 0;
}

.pagination a:hover {
    background: #bd1515;
    color: #fff;
}

.prod-details h1 {
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    color: #101010;
}

.prod-details h3 {
    color: #bd1515;
    font-weight: 600;
}

.prod-details .description {
    min-height: 150px;
    font-family: 'Open Sans', serif;
    font-weight: 400;
    font-size: 13px;
    color: #666;
}

.prod-details .description span {
    text-transform: uppercase;
    color: #101010;
    font-size: 16px;
    font-weight: 600;
}

.prod-details .prd-opt {
    margin-bottom: 20px;
}

.prod-details .prd-opt label {
    width: 20%;
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 34px;
    margin: 0;
}

.prod-details .prd-opt .form-control {
    width: 30%;
    font-family: 'Open Sans', serif;
    font-weight: 400;
}

.prod-details .prd-opt .form-control:focus {
    border-color: #bd1515;
    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 {
    background: #1a1a1a;
    border: none;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    color: #fff;
    display: inline-block;
    margin: 0 0.25rem;
    padding: 12px 26px;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: 'Open Sans', serif;
    font-weight: 700;
}

.submit-btn-d button:hover {
    background: #bd1515;
    color: #fff;
}

/*Detail Style End*/

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/


/*==========  Mobile First Method  ==========*/

@media only screen and (max-width: 480px) {
    
    .logo>a>img {
        width: 40%;
    }
    
    .email{
        text-align:center;
        margin-bottom: 5px;
    }
    .phone{
        text-align:center;
        margin-top: 0px;
    }
    
    .top_bg {
        background-color: #bd1515;
    }
    .sy-slides-wrap {
        position: relative;
        height: 100%;
        width: 100%;
        top: 0px;
    }
    .p_space {
        position: relative;
        margin-top: 0px;
    }
    .b_line {
        border-left: none;
        height: 0px;
        margin-top: 0px;
    }
    .logo {
        position: relative;
        height: auto;
        background-color: #fff;
        padding: 10px;
        z-index: 99;
        border-radius: 4px;
        margin-top: 0px;
    }
    .searchlink {
        display: none;
    }
    .cart-icon {
        display: none;
    }
    
    .position {
    position: relative;
    z-index: 999;
    width: 100%;
}
    
    .signup-bg form {
    margin: 10px 0px;
    }
    
    .signup-bg input{
        margin-bottom: 10px;
    }
    
    
}