@import url('https://fonts.googleapis.com/css?family=Poppins:400,800');
@import url("top.css");
@import url("slider.css");
@import url("font-awesome.min.css");
@import url("webslidemenu.css");

/*Zoomer Style*/

@import url("glasscase.min.css");
body {
    font-family: 'Poppins', sans-serif;
    background: url(../images/topbg.png);
}

.bgcolor1 {
    background-color: #f9f9f9;
    padding: 8px 0px;
    border-bottom: 1px solid #d7d7d7;
    box-shadow: 0px 0px 1px #000;
}

.langg {
    float: left;
    margin-top: -2px;
}

.langg>ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: right;
}

.langg>ul>li {
    display: inline;
    list-style: none;
    padding: 0px 5px;
}

.langg>ul>li>a>img {
    box-shadow: 1px 1px 2px #000;
}

.topmenu {
    text-align: right;
}

.topmenu>ul {
    padding: 0px;
    margin: 0px;
}

.topmenu>ul>li {
    list-style: none;
    display: inline-block;
}

.topmenu>ul>li>a {
    color: #000;
    padding: 0px 5px;
}

.topmenu>ul>li:after {
    content: '/';
}

.topmenu>ul>li:last-child:after {
    content: '';
}

.logo {}

.logo>a>img {}

.top_search {
    margin-top: 25px;
}

.top_search>.input-group>.search-panel>button {
    background: #f9f9f9;
    border-color: transparent;
}

.top_search>.input-group>.form-control {
    background: #f9f9f9;
    border: none;
    box-shadow: none;
}

.top_search>.input-group>.sbtn>button {
    color: #fff;
    background: #840214;
    border-color: transparent;
}

.shopping_cart {
    margin-top: 25px;
}

.shopping_cart>a {
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 0;
    width: 45px;
    text-align: center;
    letter-spacing: 0;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.shopping_cart>a:before {
    content: "";
    font-family: "FontAwesome";
    content: "\f290";
    font-size: 26px;
}

.shopping_cart>a>span {
    display: inline-block !important;
    font-weight: 400;
    font-size: 12px;
    position: absolute;
    background: #840214;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 100%;
    right: 2px;
    top: -4px;
    color: #fff;
}

.bgcolor2 {
    padding: 15px 0px;
    background-color: #fff;
}

.bgcolor3 {
    background-color: #000;
}

.page-title {
    margin-bottom: 20px;
}

.section-padding {
    padding: 50px 0px;
}

.page-title .title {
    font-size: 44px;
    margin-bottom: 20px;
    font-weight: 800;
}

.sub-title {
    font-size: 16px;
    text-transform: capitalize;
    border-left: 5px solid #eb315a;
    padding-left: 15px;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
    margin-top: 0px;
}

ul.parallax {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 30%;
    bottom: 10%;
    z-index: -1;
    ;
}

ul.parallax li {
    display: inline-block;
}

ul.parallax li span {
    width: 40px;
    margin: 15px;
    height: 200px;
    background-color: #000;
    display: block;
    border-radius: 100px;
    opacity: 0.1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.section-title {}

.section-title h2 {
    display: inline-block;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 18px;
    position: relative;
    text-transform: capitalize;
    font-weight: 700;
}

.section-title h2::before {
    background: #24273e none repeat scroll 0 0;
    bottom: 8px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 40px;
}

.section-title h2::after {
    background: #24273e none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 15px;
}

.btnrm {
    text-decoration: none;
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    margin-top: 10px;
}

.btnrm:hover {
    color: #fff;
}

.p_box {
    background-color: #fff;
    border: 4px solid #e7e7e7;
    text-align: center;
    margin-bottom: 10px;
    transition: 0.6s;
}

.p_box>a>img {
    margin-left: auto;
    margin-right: auto;
}

.p_box:hover {
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.15);
    border: 4px solid #840214;
}

.bgcolor4 {
    /* background-color: #222224; */
    padding: 50px 0px 10px 0px;
    margin-top: 80px;
    border-top: 2px solid #424244;
}

.newsletterbox {
    width: 84%;
    border: 4px solid #424244;
    background-color: transparent;
    margin: 0px auto;
}

.NewsLetterIcon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #840214;
    text-align: center;
    color: white;
    font-size: 16px;
    position: absolute;
    top: -26px;
    left: 271px;
}

.textgray {
    font-size: 18px;
    color: #000000;
    text-decoration: none;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
    padding-top: 30px;
    line-height: 30px;
    padding-bottom: 0px;
}

.textgray2 {
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
}

.NewsletterContainer {
    width: 59%;
    text-align: center;
    display: block;
    margin: 0px auto;
    padding: 15px 0px;
}

.NewsletterTextField {
    background-color: transparent;
    border: 2px solid #424244;
    color: #000;
    height: 43px;
    width: 100%;
    padding: 10px;
    text-align: center;
    text-transform: capitalize;
    font-size: 13px;
    outline: none;
}

.Btn_Newsletter {
    display: block;
    padding: 10px 96px;
    font-size: 16px;
    height: 40px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 21px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    background-image: none;
    border: none;
    text-transform: capitalize;
    background-color: #840214;
    transition: all .5s ease;
    margin: 0px auto;
}

.Btn_Newsletter:hover {
    background-color: #000;
    text-decoration: none;
    color: #fff;
}

.NewsletterTextField::-moz-placeholder {
    color: #000;
}

.NewsletterTextField:-ms-input-placeholder {
    color: #000;
}

.NewsletterTextField::-webkit-input-placeholder {
    color: #000;
}

.NewsletterTextField::-ms-expand {
    background-color: transparent;
    border: 0;
}

.fh_text {
    color: #000;
}

.fmenu {
    padding: 0px;
    margin: 0px;
}

.fmenu>li {
    list-style: none;
}

.fmenu>li>a {
    text-decoration: none;
    color: #000;
    transition: 0.5s;
    line-height: 30px;
}

.fmenu>li>a:hover {
    color: #fff;
    padding-left: 10px;
}

.c_table {
    color: #000;
}

.c_table>tr {}

.c_table>tr>td {
    padding: 10px 10px 10px 0px;
}

.SocialMediaIcon {
    margin: 0px;
    padding: 0px;
}

.SocialMediaIcon ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    list-style-position: outside;
    width: 250px;
}

.SocialMediaIcon ul a li {
    font-size: 30px;
    color: #6c6c6d;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    margin: 0px 30px 5px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.SocialMediaIcon ul a:hover li {
    text-decoration: none;
    color: #FFFFFF;
}

.SocialMediaIcon ul a:active li {
    text-decoration: none;
    color: #FFFFFF;
}

.flinkl {
    color: #000;
    text-align: left;
}

.flinkr {
    text-align: right;
    color: #000;
}

.flinkr>a {
    text-decoration: none;
    color: #000;
}

.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: #840214;
}

.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: #840214;
    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: #840214;
    color: #fff;
}

h2.Total {
    text-align: right;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #101010;
}

h2.Total span {
    color: #F00
}

.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: #840214;
    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: #840214;
    color: #101010;
}

.prod-details h1 {
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    color: #101010;
}

.prod-details h3 {
    color: #840214;
    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: #840214;
    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: #840214;
    color: #fff;
}

/*Detail Style End*/


.snip1573 {
  background-color: #000;
  display: inline-block;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.snip1573 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.snip1573:before,
.snip1573:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: rgba(0, 0, 0, 0.8);
  border-left: 3px solid #840214;
  border-right: 3px solid #840214;
  content: '';
  opacity: 0.9;
  z-index: 1;
}

.snip1573:before {
  -webkit-transform: skew(45deg) translateX(-155%);
  transform: skew(45deg) translateX(-155%);
}

.snip1573:after {
  -webkit-transform: skew(45deg) translateX(155%);
  transform: skew(45deg) translateX(155%);
}

.snip1573 img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}

.snip1573 figcaption {
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  -webkit-box-shadow: 0 0 10px #000000;
  box-shadow: 0 0 10px #000000;
}

.snip1573 h3 {
  background-color: #000000;
  border: 2px solid #840214;
  color: #fff;
  font-size: 2em;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  padding: 5px 10px;
  text-transform: uppercase;
}

.snip1573 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.snip1573:hover > img,
.snip1573.hover > img {
  opacity: 0.5;
}

.snip1573:hover:before,
.snip1573.hover:before {
  -webkit-transform: skew(45deg) translateX(-55%);
  transform: skew(45deg) translateX(-55%);
}

.snip1573:hover:after,
.snip1573.hover:after {
  -webkit-transform: skew(45deg) translateX(55%);
  transform: skew(45deg) translateX(55%);
}

.snip1573:hover figcaption,
.snip1573.hover figcaption {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}


@media only screen and (max-width: 480px) {
    
    .newsletterbox {
    clear: both;
}
    
    .NewsLetterIcon {

    top: auto;
    left: 44%;
}
    
    .textgray {
    padding-top: 60px;
    padding-bottom: 5px;
}
    
    .NewsletterContainer {
    width: 95%;
}
    
    
    .megamenu > ul > li > a{
        color: #fff;
    }
    
    
}







