﻿

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Niconne);
/*@import url(//db.onlinewebfonts.com/c/e8c6a63541de0a4211a9358cbe74690f?family=Futura);*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:100,200,300,400,500,700,800,900&display=swap");
/*
@font-face {font-family: "Futura"; src: url("//db.onlinewebfonts.com/t/e8c6a63541de0a4211a9358cbe74690f.eot"); src: url("//db.onlinewebfonts.com/t/e8c6a63541de0a4211a9358cbe74690f.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/e8c6a63541de0a4211a9358cbe74690f.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/e8c6a63541de0a4211a9358cbe74690f.woff") format("woff"), url("//db.onlinewebfonts.com/t/e8c6a63541de0a4211a9358cbe74690f.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/e8c6a63541de0a4211a9358cbe74690f.svg#Futura") format("svg"); }

@font-face {font-family: "Futura-bold"; src: url("//db.onlinewebfonts.com/t/7509ab665b2c6360611f851fad6afd48.eot"); src: url("//db.onlinewebfonts.com/t/7509ab665b2c6360611f851fad6afd48.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/7509ab665b2c6360611f851fad6afd48.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/7509ab665b2c6360611f851fad6afd48.woff") format("woff"), url("//db.onlinewebfonts.com/t/7509ab665b2c6360611f851fad6afd48.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/7509ab665b2c6360611f851fad6afd48.svg#Futura") format("svg"); }
*/
@font-face {
    font-family: "FiraSans1";
    src: url("../fonts/FiraSans-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: "FiraSans1";
    src: url("../fonts/FiraSans-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: "FiraSans1";
    src: url("../fonts/FiraSans-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "FiraSans1";
    src: url("../fonts/FiraSans-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "FiraSans1";
    src: url("../fonts/FiraSans-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "FiraSans1";
    src: url("../fonts/FiraSans-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "FiraSans1";
    src: url("../fonts/FiraSans-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "FiraSans1";
    src: url("../fonts/FiraSans-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "FiraSans1";
    src: url("../fonts/FiraSans-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

body {
    /*font-family: "Poppins", sans-serif;*/
    /*font-family: "Fira Sans", sans-serif;*/
    font-family: "FiraSans1", sans-serif;
    font-size: 14px;
    line-height: 1.3;
    background-color: #fff;
}
body.white-bg{
	background-color:#fff;
}
/* Typography */

h1, h2, h3, h4, h5, h6 {
    /*font-family: "Poppins", sans-serif;*/
    /*font-family: "Fira Sans", sans-serif;*/
    font-family: "FiraSans1", sans-serif;
    letter-spacing: 0.5px;
}

p {
	text-align:justify
}

a {
    color: #777
}

a:hover {
	text-decoration:none;
	color:#000;
}

.text-slash {
	text-decoration: line-through;
	color: #aaa;
	position: absolute;
}

.text-gold {
    color: #676767 !important;
}

.text-gray {
    color: #8e8e8e !important;
}

/*Common Component*/

.full-width {
	width:100%
}
.main-price {
    text-decoration: none;
    font-size: 17px;
    color: #222;
    font-weight: 700;
}

.discount-price {
	padding-right: 15px;
    text-decoration: none;
    font-weight: 700;
    color: #828282;
    font-size: 14px;
}

.push-top-xs {
	margin-top:10px	
}

.push-top-sm {
	margin-top:15px	
}

.push-top-md {
    margin-top: 30px;
}

.push-top {
	margin-top:50px	
}

.spacing {
	padding:0px 5px
}

.spacing-md {
	padding:0px 10px
}

.mrg-rtl {
	margin : 0px 10px
}

.mrg-btm-cs {
	margin-bottom:27px
}

.no-mrg {
	margin:0px
}

.brd-right {
	border-right:1px solid #eee
}

.brd-top {
	border-top:1px solid #eee
}

.pding-10 {
	padding:10px
}

.no-padding {
	padding:0px
}

section {
	margin:30px 0px
}
@media (max-width: 767px) {
	section {margin:10px 0px 40px;}
    .col-xs-push-top {
        margin-top: 15px !important;
    }
    .product-side-right .item-overall{
        margin:5px 2px 20px;
    }
}

.nav-multi-level {
	margin-left:15px
}


.chevron:after {
	font-family: 'Glyphicons Halflings'; 
    content: "\e114"; 
	padding-left: 10px;
    font-size: 10px;   
}

.chevron.collapsed:after {
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

::-webkit-input-placeholder {
   color: #ccc;
   font-weight:300
}

:-moz-input-placeholder {
   color: #ccc;
   font-weight:300
}

::-moz-input-placeholder {
   color: #ccc;
   font-weight:300
}

/*button*/
.btn a {
	color: #fff;
	background-color: #000;
	padding: 10px 20px;
	transition:all ease-in-out 0.4s;
	-webkit-transition:all ease-in-out 0.4s;
	margin: 0px 5px;
}

.btn a:hover  {
	background-color: #333;
}

.btn-specs {
    color: #000;
    background-color: #fff;
    border: 2px solid #daae0d;
    border-radius: 0px;
    padding: 6px 15px;
}

textarea {
   resize: none;
}


/* header*/
.head-first {
	background-color:#f7f7f7;
	padding:5px 0px;
	height:35px
}

.head-first ul{
    margin: 5px 0px;
}
.head-first ul li {
    list-style: none;
    display: inline-block;
    color: #a5a5a5;
    font-size: 13px;
}
.head-first ul li::after{
    content:' |';
}
.head-first ul li:last-child::after{
    content:'';
}

.head-first ul li a{
	color:#a5a5a5;
	padding:5px 8px;
}

.head-first ul li a:hover {
    background-color:;
}

.head-first ul li i{
	color:#a5a5a5;
}

.head-first ul li span{
	color: #fff;
    background-color: #a5a5a5;
    border-radius: 15px;
    margin: 0px 5px;
   padding: 4px 7px;
    font-size: 10px;
}


.head-first ul li a:hover, .head-first ul li a:hover i {
    color: #000;
    text-decoration: none
}
.head-first ul li a:hover span{background-color:#f55455;}
.head-first .flag-btn{background-color: transparent;border: none}
.head-first .flag{
	height:15px;
	border-radius: 0;
    font-size: unset;
    padding: 1px 15px;
    background-size: cover;}
.head-first .flag.flagUS{background-image: url(../images/united-states.png)}
.head-first .flag.flagCN{background-image: url(../images/china.png)}

.head-first .pull-right .dropdown-menu{
    position: absolute;
    background: #fff;
    border: 1px solid #D9DEE4;
    -webkit-box-shadow: none;
    right: 0;
    left: auto;
}
.head-first .pull-right  .dropdown-menu li a {
    width: 100%;
    padding: 12px 20px; 
	display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    white-space: nowrap;
    padding: 3px 5px;
}
.head-first .pull-right  .dropdown-menu li {
    background: #fff;
    padding: 7px 5px;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
}
.head-first .pull-right  .dropdown-menu li a .notice-icon button{padding-left:0}
.head-first .pull-right .notice-icon img{margin-right:10px}
.head-first .pull-right .notice-icon button{border: none;background-color:transparent;}

@media (max-width: 768px) {
	.head-first .pull-right{padding-left:0px;}
	.head-first ul li a {padding: 5px 1px;}
    .head-first ul{padding:0px;}
}

.head-second {
    padding-bottom:10px;
    background-color: #fff;
}

.head-second a img {
    float: left !important;
    max-height: 62px;
    margin-top: 20px;
}
.head-second .search input[type='text'] {
    color: #787878;
    margin-top: 34px;
    box-shadow: none;
    outline: 0px;
    width: 100%;
    padding: 0px 38px 0px 15px;
    height: 37px;
    border: 2px solid #787878;
    border-radius: 4px;
    float: right;
}

.head-second .search input[type='submit'] {
    background: url("../images/search.png") no-repeat;
    border: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 1px;
    margin-top: 42px;
    right: 30px;
    background-size: 100%
}

.head-second .right-icon {
    float: right;
    text-align: right;
    display: flex;
    margin-top: 28px;
}

.head-second .right-icon li a {
    color: #000;
    float: left;
    display: block;
    text-align: center;
    margin: 0px 5px;
    padding: 0px 3px;
    position: relative;
    min-width: 62px;
    cursor: pointer;
}


.head-second .right-icon li:last-child a{padding-right:0px;margin-right:0px;}
.head-second .right-icon li a:hover, .head-second .right-icon li a:focus {
    color: #aaaaaa;
}
.head-second .right-icon li a i {
    font-size: 32px;
}
.head-second .right-icon li a p{
    font-size: 11px;
    display:block;
    margin-top: 2px;
    line-height:1.1;
    text-align:center;
	margin-bottom:5px;
}
.head-second .right-icon li a span {
    font-size: 9px;
    background-color: #8B8B8B;
    padding: 0px 3px;
    border-radius: 50px;
    position: absolute;
    height: 20px;
    min-width: 20px;
    line-height: 1.8;
    color: #fff;
    font-weight: 600;
    display: block;
    top: -5px;
    right: 5px;
    border: 2px solid #fff;
}

.head-second .right-icon .dropdown-menu {
    background-color:#000;
    padding:6px 0px;
}
.head-second .right-icon .dropdown-menu li a {
    color: #bfbfbf;
    width: 100%;
    margin: 0;
    padding: 5px 20px;
    text-align: left;
}
.head-second .right-icon .dropdown-menu li a:hover {
    color: #fff;
    background-color: transparent;
}
.head-bar .navbar {
    min-height: auto;
    margin-bottom: 0px
}

.head-bar .navbar-inverse {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #e1e2e4;
    /*height:41px;*/
}
.navbar-collapse.collapse {
    text-align: center;
}
.head-bar .navbar-nav {
    float: unset;
    display: inline-block;
    margin: 0 auto !important;
}
.head-bar .navbar-nav li a {
    padding: 3px 10px;
    margin: 8px 6px 5px;
    color: #1a1a1a;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    border-bottom: 3px solid transparent;
}
.head-bar .navbar-nav li.icon-home a {
    border-color: transparent;
    font-size: 26px;
    padding-top: 6px;
    padding-bottom: 0;
	margin: 2px 0 0;
}
.head-bar .navbar-nav li.icon-home a i{
    font-size: 26px;
}

.head-bar .navbar-nav > li > a:hover {
    border-bottom: 3px solid #000;
    color: #181818;
    border-radius: 0;
}

.head-bar .navbar-nav li.icon-home a:hover{
    color:#bfbfbf;
    background-color:transparent;
}

@media (max-width: 991px) and (min-width: 768px) {
    .head-bar .navbar-nav li a {
        padding: 10px 2px !important;
    }
    .head-bar .navbar-nav li.icon-home a {
        padding-top: 6px !important;
        padding-bottom: 0 !important;
    }
}

@media (max-width: 767.5px) {
    .head-bar .navbar-nav {
        display: block;
        margin-top: 17px !important;
        margin-bottom: 17px !important;
    }
    .head-bar  .navbar-nav .open .dropdown-menu > li > a{
        padding-left:25px;
    }
    .head-bar .navbar-nav>li>a {
        padding: 7px 10px;
        margin: 10px 6px 5px;
    }
    .head-bar .navbar-nav > li > a:hover{border-bottom:none;}
    .head-second .search input[type='text'] {
        margin-top: 0px;
    }
    .head-second a img {
        max-height: 30px;
        display: block !important;
        float: unset !important;
        margin: 8px auto 2px !important;
    }
    .head-second .search input[type='submit'] {top: 30px;}
    .head-second .right-icon { margin-top: 10px;float:left !important}
    .head-second {padding-bottom: 6px;}
    .head-second .right-icon li a i {font-size: 20px;}
    .head-second .right-icon li a p {
        margin-bottom: 2px;
        display: none;
    }
    .head-second .right-icon li a {
        margin: 0px 6px;
        padding: 0px 4px;
        min-width: 0;
    }
    .head-second .right-icon li a span {
        padding: 0px 2px;
        height: 18px;
        min-width: 18px;
        line-height: 1.6;
        top: -6px;
        right: 8px;
    }
    .head-bar {
        margin-top: -1px;
    }
}


.head-bar .navbar-nav .active a {
	background-color:rgba(255, 255, 255, 0.18);
}

.head-bar .dropdown-menu {
	background: #ffffff;
    border: 1px solid #f5f5f5;
	border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-box-shadow: 0 3px 8px rgb(0 0 0 / 13%);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .125);
    box-shadow: 0 3px 8px rgb(0 0 0 / 13%);
    border-color: #f5f5f5;
	padding:5px 0px;
}

.head-bar .dropdown-menu ul li a {
	text-transform: capitalize;
	padding: 0px;
}

.head-bar .dropdown-menu .categories h5 a{
	padding: 0px
}

.head-bar .dropdown-menu .categories h5 a:hover{
	background-color: transparent;
    color: #FFDDC0;
}


.head-bar .dropdown-menu .categories-side {
	padding:20px;
	max-height: 377px;
	overflow: hidden
}

.head-bar li .dropdown-menu li a {
    text-decoration: none;
    color: #888;
    margin: 2px;
    padding: 5px 10px 5px 15px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0;
}
.head-bar li .dropdown-menu li a:hover {
    text-decoration: none;
    color: #000;
    background-color: transparent;
}
/*.head-bar .dropdown-menu .categories-side:hover {
	overflow: auto
}*/
.head-bar .dropdown-menu .categories-side{
	overflow: auto
}
.head-bar .dropdown-menu ul.dropdown-menu li{
	padding:2px 0px 2px;
	margin:0px;
	font-size:12px;
}
.head-bar .dropdown-menu ul.dropdown-menu li a:hover{
	color:#000;
}
.dropdown-submenu > a:after {
    display: block;
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-left-color: #cccccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
}
.navbar-inverse .navbar-toggle {
    border-color: #d2d2d2;
    color: #1f1f1f;
    padding: 4px 6px;
    margin-top: -35px;
}
@media (max-width: 767px){
.navbar-nav>.dropdown > a:after {
    position: absolute;
    top: 4px;
    right: 6px;
    display: inline-block;
    font-size: 14px;
    font-family: FontAwesome;
    content: "\f105";
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
	.page-topbar li .dropdown-menu li li{border:none;padding-left:15px !important;}
}
.categories-side::-webkit-scrollbar {
    width: 6px;
	padding-right:10px;
}

.categories-side::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 6px;
}

.categories-side::-webkit-scrollbar-thumb {
    border-radius: 6px;
	background-color: #AA0E10;
}

.categories-side::-webkit-scrollbar-track-piece {
	background-color: rgba(255, 255, 255, 0.35)
}

.head-bar .dropdown-menu .categories-img {
	padding:0px
}

.head-bar .categories ul {
	padding-left:0px
}

.head-bar .categories ul panel {
	background-color:transparent;

}




.head-bar .dropdown-menu ul li a:hover {
	background-color:transparent;
	color: #FFF;
}

.dropdown-menu .categories {
	margin:15px 0px
}

.dropdown-menu .categories h5 {
	font-weight: 700;
    text-transform: uppercase;
    margin-top: 0px;
    letter-spacing: 2px;
    font-size: 14px;
}

.dropdown-menu .categories ul li {
	padding:5px 0px;
	list-style: none;
}

.dropdown-menu .categories ul li  {
	padding-left: 15px
}

.dropdown-menu .categories ul li:before {
	content:"-";
	position: absolute;
	margin-left: -15px;
}

.navbar-collapse.in {
    overflow-x: hidden;
    max-height: 405px;
    text-align: center;
}
@media (max-width: 767.5px){
    .navbar-collapse.in {
        text-align: left;
    }
}
#main-slider .carousel .carousel-inner,
#news-slider .carousel .carousel-inner  {
	height: 485px;
    width: 100%;
}

#main-slider .carousel-inner .item img,
#news-slider .carousel-inner .item img {
    width: 100%;
}


.left, .right {
	background-color:#000;
}

.carousel-control {
	height:50px;
	width:50px;
	top:45%;
	opacity:0;

}

.carousel-control span{
	padding: 15px;
}

.carousel-indicators li {
	
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;
}


@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-fade .carousel-inner > .item.next,
.carousel-fade .carousel-inner > .item.active.right {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner > .item.prev,
.carousel-fade .carousel-inner > .item.active.left {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner > .item.next.left,
.carousel-fade .carousel-inner > .item.prev.right,
.carousel-fade .carousel-inner > .item.active {
  opacity: 1;
  webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
}


.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.left-control, .right-control {
  position: absolute;
  top: 45%;
  height: 50px;
  width: 50px;
  padding:15px;
  z-index: 20;
  color: #fff;
  text-align: center;
  background-color:#000;
  opacity:0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.left-control:hover, .right-control:hover {
	background-color:#aa1012
}

.left-control{
	left:0px;
}

.right-control{
	right:0px;
}

.carousel:hover .left-control {
	opacity:1;
}

#main-slider:hover .right-control,
#news-slider:hover .right-control {
	opacity:1;
}

#main-slider .carousel-indicators,
#news-slider .carousel-indicators {
	bottom:5px;
	right:10px;
	margin-left:0px;
	right:15px;
	left:auto;
	width:auto;
}

#main-slider .carousel-indicators li,
#news-slider .carousel-indicators li {
	border-radius:0px;
	background-color:#333;
	border:1px solid #333;
	width:15px;
	height:15px;
	margin:0px 7px
		
}

#main-slider .carousel-indicators .active,
#news-slider .carousel-indicators .active {
	background-color:#aa1012;
	border-color:#aa1012
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	height: 162px;
	width: 100%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	opacity: 0.2;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*---------------*/
/***** Layla *****/
/*---------------*/

figure.effect-layla {
	background: #000;
}


figure.effect-layla figcaption {
	padding: 15px;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effect-layla figcaption::before {
	top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
	top: 5px;
    right: 25px;
    bottom: 5px;
    left: 25px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effect-layla h3 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}


figure.effect-layla h4 {
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
	font-size: 16px;
}

figure.effect-layla p {
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
	font-size: 12px;
}

figure.effect-layla img,
figure.effect-layla h3 {
	-webkit-transform: translate3d(0,0px,0);
	transform: translate3d(0,0px,0);
	font-size: 20px;
    letter-spacing: 3px;
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p,
figure.effect-layla h4 {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
	opacity: 0.5;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-layla:hover h3,
figure.effect-layla:hover h4,
figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h3,
figure.effect-layla:hover h4,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}


.heading {
	margin:15px 0px 30px;
}
.heading-product{
	margin-top:0px;    
	margin-left: 6px;
	text-align: center;
}
.heading h2, .heading-product h2 {
    font-size: 26px;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    color: #222;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -.02em;
    line-height: 1.3;
}

/*.heading h2:before {
	content: " ";
    position: absolute;
    background: #fefefe;
    bottom: 40px;
    width: 220px;
    height: 30px;
    z-index: -1;
    left: 50%;
    margin-left: -110px;
}

.heading h2:after {
	    content: " ";
    position: absolute;
    border: 1px solid #f5f5f5;
    bottom: 40px;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -2;
}
*/
@media (max-width: 767px) {
    .heading {
        margin: 15px 0px 15px;
    }
}
.item-overall {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.carousel.slide.d-carousel{padding-bottom: 35px;}

/********************************
****** 3 column layout **********
********************************/

.col-md-4 .item-overall .item-img {
	overflow:hidden;
	width:100%;
	height:auto;
	border: 1px solid #f8f8f8;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.col-md-4 .item-overall .item-img .overlay {
	background-color:#fff;
	opacity:0;
	position:absolute;
	width:100%;
	height:auto;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.col-md-4 .item-overall .item-info {
    width: 100%;
    background-color: #fff;
    padding: 10px 5px;
    text-align: center;
}
/********************************/


/********************************
****** 4 column layout **********
********************************/

.col-md-3 .item-overall .item-img {
	overflow:hidden;
	width:100%;
	height:auto;
}

.col-md-3 .item-overall .item-img .overlay {
	background-color:#fff;
	opacity:0;
	position:absolute;
	width:100%;
	height:auto;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.col-md-3 .item-overall .item-info {
	width:100%;
	background-color:#fff;	
	padding: 10px 5px;
    text-align:center;
}
/************************************/

.item-overall:hover .item-img .overlay {
	opacity:0;
}

.item-overall  {
	margin:12px 5px;
	background: #FFFFFF;
    padding: 5px;
    cursor: auto;
	height: auto !important;
}

.item-overall:hover  {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25)
}



.item-img .overlay i {
	font-size: 50px;
    top: 40%;
    position: absolute;
    left: 40%;
    opacity: 1;
    color: #000;
}

.item-img img {
	width:100%;
	height:auto;
}

.item-overall .new-label {
    z-index: 1;
}

.item-info h4 {
    letter-spacing: 0.1px;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.1;
    height: 34px;
    font-size: 16px;
    margin-bottom: 1px;
    color: #1d1f1f;
}
.item-info h4 a{color:#888}
.item-info p {
	margin:0px;
	color:#666
}

.buy-btn {
	margin-top:10px;
}

.buy-btn a {
	letter-spacing:1px;
	color:#fff;
	padding: 5px 30px;
	color: #f5652c;
    border: solid 1px #f5652c;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
	    line-height: 40px;
}

.buy-btn a:hover {
	background-color: #b22023;
    color: #fff;
}

footer {
	background:#282828;
}



footer h3 {
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top:0px;
    color: #222;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}
}

footer div.row>div{padding:0px 8px;}

footer li {
	list-style:none;	
}

footer .information {
    padding-top: 30px;
    padding-bottom: 25px;
    text-align:center;
}
footer .information i{padding-right:8px;}
footer .information p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #777;
    text-align: center;
}
footer .information .text-gold {
    color: #daae0d;
}
footer .information img{width:90%;margin:1% auto;display:block;max-width: 220px;}
footer li{
    margin-top:5px;
}
footer li a {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #777;
}

footer li a:hover {
	color:#222;
    border-bottom:2px solid #222;
}
footer .contact_list {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding:0;
    margin:0;
}
footer .second-footer {
    padding: 50px 0px 35px;
    background-color: #fff;
    border-top: 1px solid #e1e2e4;
}

.footer-bottom {
    background-color: #ffffff;
    border-top: 1px solid #e1e2e4;
}

.footer-bottom h6 {
    padding: 9px 0px 11px;
    text-align: center;
    color: #777;
    font-weight: 400;
    font-size: 13px;
    margin-top:0px;
}
.footer-bottom .footer-logo{
    height: 28px;
    text-align: center;
    margin: 14px auto 0px;
    display: block;
}
.footer-bottom .social-icons {
	padding: 10px 0px
}

footer .contact-info li a i{
	float: left;
    margin-right: 5px;
	padding-top: 5px;
	font-size: 15px;
}

footer .contact-info li a span{
	width: 85%;
    float: left;
    margin-left: 5px;
    margin-bottom: 10px;
	font-size: 12px;
}

footer .horizonal-line{padding-bottom:32px;}

footer .horizonal-line li {
    width: 20%;
    float: left;
    position: relative;
}
@media (max-width: 768px) {
    footer .information {
        border-bottom: 2px solid #cdcdcd;
        padding-left:10px;
    }
    footer .information.non-border {
        border-bottom: none;
    }
    footer .information p,footer .information, footer h3{
        text-align:left;
    }
    footer .contact_list {
        text-align: left;
        align-items:start ;
    }
}


.horizonal-line-1 li {
    width: 33.333%;
    float: left;
    position: relative;
}

footer .horizonal-line li a{width:100%}

.horizonal-line-1 li a {
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    padding: 9px 18%;
}

footer .horizonal-line li img{
    width:92%;
    max-width:35px;
    margin-right:10px;
    border-radius:5px;
}

.horizonal-line-1 li img {
    width: 60%;
}
.DS-layout .DS-box li img {
    width: 95%;
    padding-bottom: 3px;
    padding-left: 5%;
}
.DS-layout .DS-box {
    width:50%;
    float:left;
    position:relative;
}

.DS-layout .DS-box.yellow-box{
    background-color: #daae0d;
    border-radius:8px;
}
.DS-layout .DS-box.yellow-box p{text-align:center;}
.DS-layout .DS-box.yellow-box p b{
	padding-top: 5px;
    vertical-align: bottom;
    display: block;
}
.DS-layout .DS-box.yellow-box img {
    padding: 3px 13px 8px;
    width: 100%;
}
footer .first-footer {
    background-color: #fff;
    border-top: 2px solid #cecece;
    padding: 8px 0px;
    margin-top: 60px;
}
footer .footer-bottom-media {
    float:left;
    margin:0px 8px;
}
footer .footer-bottom-media img{
    height:65px;
    width:auto;
}
footer .first-footer .footer-bottom-info{margin-top:8px;width:90%}
footer .first-footer .footer-bottom-info p {
    margin: 0px;
    line-height: 1;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
}
footer .first-footer .footer-bottom-info p.text-gray {
    color: #8e8e8e;
    font-weight: 500;
    margin-top: 10px;
}

.social-icons a i {
    padding: 12px;
    background-color: transparent;
    border-radius: 5px;
    color: #999;
    font-size: 18px;
    width: 40px;
}

.social-icons .facebook i {
	background:#3B5998;
	color:#fff
}

.social-icons .twitter i {
	background:#1BC0E0;
	color:#fff
}

.social-icons .google-plus i {
	background:#DC4A38;
	color:#fff
}

.social-icons .whatsapp i {
	background:#189D0E;
	color:#fff
}

.social-icons .email i {
	background:gold;
	color:#fff
}

.social-icons .utube i {
	background:#CF1F21;
	color:#fff
}

.social-icons .insta i {
	background:#E0D2C6;
	color:#fff
}

.social-icons .weibo i {
	background:#e6162d;
	color:#fff
}


.social-icons .line  {
	background-image: url(../images/line2.jpg);
    padding: 12px 20px;
    border-radius: 6px;
    margin-right: 5px;
    padding-top: 14px;
    background-repeat: no-repeat;
    background-position: center;
}

.product-info{margin-top:2%;}

.product-info h2 {
	font-family:"FiraSans1", sans-serif;
	text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 25px;
	margin-top:20px;
	letter-spacing: 0.1px;
	font-weight: 600;
}

.product-info h4.product-description{
	padding-bottom:20px;
	border-bottom:1px solid #b5b5b5;
	font-size:16px;
	letter-spacing: 0;
}

.product-info table{
	font-size: 16px;
    letter-spacing: 0px;
    text-transform: uppercase;
	width: 100%;
	border-bottom:1px solid #b5b5b5;
}

.product-info table tr{line-height: 3;}

.product-info table .text-gray{
	color:#bcbcbc;
	width: 28%;
	letter-spacing: 0.5px;
}
.product-info table .text-black{width:72%}

.product-info table .text-gold{color:#daae0d;font-size:19px;font-weight:600;}

@media (max-width: 768px) {
    .product-info table .text-gray {width: 50%;}

    .product-info table .text-black {width: 50%}
	.heading h2, .heading-product h2 {font-size:22px;}
    
}

/* -- quantity box -- */
.table-quantity{margin:30px 0px;border-bottom:none !important;}

.quantity {
    display: inline-block;
}

.quantity .input-text.qty {
    width: 40%;
    height: 38px;
	line-height: 38px;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border: 2px solid #cacaca;
}

.quantity.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
}

.quantity.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
    padding: 0px;
    height: 38px;
    width: 38px;
    background-color: #ffffff;
    border: 2px solid #cacaca;
    cursor: pointer;
    line-height: 1;
}

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
    background: #eeeeee;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}

.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
    outline: none;
}

.product-button-list {
    width: 80%;
    max-width: 420px;
}

.product-button-list .add-btn, .product-button-list .favourite-btn, .product-button-list .buy-btn {
    width: 100%;
    display: flex;
    text-align: center;
    margin:2px 0px;
    text-transform:uppercase;
}
.product-button-list > .row {
    margin-left:-2px;
    margin-right:-2px;
}
.product-button-list>.row>div{padding:0px 2px;}
.product-button-list .add-btn input{
    padding: 6px 7%;
    color: #ffffff;
    background-color: #000;
    border: solid 2px #000000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    line-height: unset;
    margin: 0px 0px;
    border-radius: 2px;
    width: 100%;
    text-transform:uppercase;
}

    /*.product-button-list .spec-btn input:hover {
        color: #daae0d;
        background-color: darkgoldenrod;
        border: 2px solid gold;
    }*/

    .product-button-list .spec-btn input {
        padding: 6px 7%;
        color: #000;
        background-color: #fff;
        border: 2px solid #d8d8d8;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        width: 100%;
        line-height: unset;
        margin: 0px 0px 2px;
        border-radius: 2px;
        width: 100%;
        text-transform: uppercase;
    }

.product-button-list .add-btn input:hover {
    color: #fff;
    background-color: #a0a0a0;
    border: 2px solid #a0a0a0;
}
.product-button-list .favourite-btn input i {
    padding-right: 5px;
    font-size: 16px;
}

.product-button-list .favourite-btn input {
    padding: 6px 7%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    color: #000;
    background-color: #fff;
    border: solid 2px #000000;
    line-height: unset;
    margin: 0px 0px;
    border-radius: 2px;
    width: 100%;
    text-transform:uppercase;
}

.product-button-list .favourite-btn input:hover {
    color: #a0a0a0;
    border: solid 2px #a0a0a0;

}

.product-button-list .favourite-btn.favourite-selected input, .product-button-list .favourite-btn.favourite-selected:hover input {
    color: #a0a0a0;
    border: solid 2px #a0a0a0;
}

.product-button-list .buy-btn input {
    padding: 6px 7%;
    color: #ffffff;
    background-color: #808080;
    border: solid 2px #808080;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    line-height: unset;
    margin: 0px 0px;
    border-radius: 2px;
    width: 100%;
    text-transform:uppercase;
}
.product-button-list .buy-btn input:hover{
    background-color: #464646;
    border: solid 2px #464646;
}

.product-payment-list{width:45%;margin-top:30px}

@media (max-width: 991px) {
    .product-button-list {
        width: 100%;
    }
    .product-payment-list {
        width: 100%
    }
}
.price {
    font-size: 18px;
    color: #E23030;
}

.product-info .sharethis-inline-share-buttons{margin-top:50px;margin-bottom:20px;}

#quantity-form .qtyminus, #quantity-form .qtyplus {
	border:1px solid transparent;
	background-color:#000;
	color:#fff;	
	padding: 1px 10px;
}

#quantity-form .qtyminus:hover,
#quantity-form .qtyplus:hover,
#quantity-form .qtyminus:focus,
#quantity-form .qtyplus:focus {
	border:1px solid transparent;
	background-color:#333;
}

#quantity-form .qtyminus:focus,
#quantity-form .qtyplus:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.56);
    outline: 0 none;
}


.product-info .qty {
    font-family: "FiraSans1", sans-serif;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 0px;
    padding-top: 6px;
}

input.amount {
    margin-left: 10px;
	width: 40px;
    text-align: center;
	border: 1px #ccc solid;
    background-color: #fff;
}

.product-info .add-to-cart  {
	margin-top:50px
}

    .product-info .add-to-cart a {
        font-family: "FiraSans1", sans-serif;
        letter-spacing: 1px;
        color: #fff;
        padding: 15px 20px;
        background-color: #000;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        font-size: 16px;
    }

.product-info .add-to-cart a:hover ,
.product-info .add-to-cart a:focus {
	text-decoration:none;
	background-color:#666
}

.product-info .social-icons {
	margin-top:37px;
	margin-left: 10px;
    float: left;	
}


.product-info .social-icons a i {
    padding: 15px;
    background-color: transparent;
    border-radius: 0px;
    color: #999;
	border:1px solid #ccc;
    font-size: 18px;
    margin: 0px 2px;
}

.product-slide .carousel {
    max-width: 550px;
    margin: 20px auto;
}

.product-slide #carousel {
    border: 1px solid #ccc;
    max-width: 550px;
    margin: 20px auto 0px;
}

.product-slide .item .thumb {
	width: 23%;
	cursor: pointer;
	float: left;
}
.product-slide .item .thumb img {
	width: 95%;
	margin: 2px;
	border: 1px solid #ccc;
    height: 100px;
}
.product-slide .item img {
	width: 100%;	
    height: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
    .product-slide .item img {height: 330px;}
    .product-slide .item .thumb img { height: 80px;}
}

@media (max-width: 768px) {
    .product-slide .item img {height: auto;}
    .product-slide .item .thumb img { height: 66px;}
}

#thumbcarousel:hover .left-control,
#thumbcarousel:hover .right-control {
	opacity:1
}

.description .nav-tabs > li.active > a,
.description .nav-tabs > li.active > a:focus,
.description .nav-tabs > li.active > a:hover,
.description .nav > li > a:focus,
.description .nav > li > a:hover {
    color: #fff;
    background: #181818;
    border: 0px;
}

.description .tab-content {
    border: 1px solid #cecece;
    padding: 10px 3%;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.description .tab-content img{width:100%;}

.description .tab-content button.read-btn {
    background-color: #000;
    color: #fff;
    padding: 5px 18px;
    border: none;
    text-transform: uppercase;
    margin: 2px auto;
    display: block;
}

.description .nav-tabs > li > a {
    margin-right: 0px;
    line-height: 1.42857143;
    border: 0px;
    border-radius: 0px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    color: #a1a1a1;
    padding: 8px 18px;
}

.description .tab-pane ul {
	padding:0px;
	margin-top: 20px
}

.description .tab-pane ul li {
	list-style:none
}
.description .tab-pane img {
    max-width: 100%;
}
.rating-wrapper {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

.rating-wrapper > .rating-input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    z-index: -1;
}

.form input, .form textarea {
    width: 50%;
    margin-bottom: 15px;
    padding: 5px;
    text-indent: 5px;
    outline: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #606367;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: none;
	font-weight: normal;
}

#review .form-group .form-control{border-radius:0px;margin-bottom:5px}
.rating input{width: 20px}
#review .form-group .icon_box-checked {
    margin-top: 20px;
    font-family: "FiraSans1", sans-serif;
    color: #fff;
    padding: 5px 20px;
    color: #f5652c;
    background-color: #fff;
    border: solid 1px #f5652c;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 12px;
    float: right;
}

#review .form-group .icon_box-checked:hover{
	background-color: #ff7139;
    color: #fff;
}
#review .rating input {
    margin: 3px 8px;
    width: 7%;
    max-width: 30px;
}

#viewreview table td.panel-body{border-bottom: 1px solid #eee;}

.summary-review{border-bottom: 2px solid #e8e8e8;padding-bottom: 5px;}

.score .score-average {
    font-size: 48px;
	color:#212121;
}
.score .score-max {
    font-size: 32px;
    color: #9e9e9e;
    text-align: center;
    line-height: 40px;
}
.rating {
  display: inline-block;
  unicode-bidi: bidi-override;
  color: #cacaca;
  font-size: 30px;
  height: 30px;
	text-shadow: 0 0 1px #3a2d00;
  width: auto;
  margin: 0;
  position: relative;
  padding: 0;
}

.rating-upper {
  color: #daae0d;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: flex;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating-lower {
  padding: 0;
  display: flex;
  z-index: 0;
}

.summary-review .count {
    margin-top: 6px;
    color: #757575;
	padding-left: 3px;
}

rating-wrapper > .rating-label {
    float: right;
    color: #dadbdb;
    cursor: pointer;
    padding: 10px 3px;
    line-height: 20px;
    font-size: 15px;
}

.rating-wrapper > .rating-input:hover ~ .rating-label {
    color: #ecb54e;
}

.icon_star:before {
	font-family:'FontAwesome';
    content:"\f005";
}

.summary-review .view-more{text-align: right;color: #bd212f;float: right;vertical-align: bottom;margin-top: 30px;}
.summary-review .view-more:hover{color:#daae0d}

@media (max-width: 768px) {
	.score .score-average {font-size: 42px;}
	.score .score-max {font-size: 28px;}
	.rating {font-size: 26px; height: 24px;}
	.summary-review .view-more{margin-top:5px;}
}

.form textarea.form-control {
    height: auto;
}

.form .form-control {
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #eee;
    height: 40px;
    box-shadow: none;
}

.btn-e {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 14px 26px;
    font-size: 12px;
    line-height: 14px;
    font-family: "Montserrat";
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
	border:1px solid transparent;
	transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out
}

.btn-e:hover {
	background-color:#666
}

.nav-tabs {
    /*border-bottom: 1px solid #cc777b;*/
    margin:0px;
}

.product-table {
	width:100%
}

.product-table thead {
    border-bottom: 1px solid #dddddd;
}

.product-table thead th {
	font-family:"FiraSans1", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 20px 20px;
	letter-spacing:0.5px
}

.product-table tbody td {
    font-weight: 500;
    padding: 30px 20px 35px;
    vertical-align: middle;
}

.product-table tbody td a i{
    padding-left:25px
}

.product-table tbody .product-name {
    font-weight: 400;
}

.product-table tbody .product-name ul {
    padding-left: 12px;
    margin-bottom: 0;
}

.product-table tbody .product-image {
	width:150px;
	height:100px;
}

.product-table tbody .product-image img {
	width:100%;
}


.product-table tbody .product-name ul  {
	padding:0px
}

.product-table tbody .product-name ul li {
	list-style:none
}

.product-table tbody .product-name h6  {
	font-size:16px;
	text-transform:uppercase;
}

.totals {
	border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 30px;
    padding-bottom: 20px;
}

.totals p {
	text-align: right;
    margin-bottom: 3px;
	margin-right: 80px;
}

.totals p span{
	font-weight: 700;
    margin-left: 45px;
}


input.fs-number-element {
    width: 40px;
}

.login .left-part,.login .right-part {
	padding: 0px 30px;
	margin-bottom: 200px;
}

.login .left-part h2 {
	text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 2px;
}

.login .left-part p {
	margin-bottom:120px;
	line-height: 30px;
}

.login .left-part .btn,
.login .right-part .btn {
	background-color: #000;
    color: #fff;
    border-radius: 0px;
    font-size: 18px;
}

.login .left-part .btn:hover,
.login .right-part .btn:hover {
	background-color: #333;
}


.login .right-part h2 {
	text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 2px;
}

.login .right-part .login-form label {
	padding-top: 20px;
    min-height: 60px;
    letter-spacing: 0.5px;
}


.login .right-part .login-form input {
	padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #ddd;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.login .right-part .login-form .input-container {
	margin-bottom: 15px;
    padding: 0;
}

.login .right-part .login-form input[type=submit] {
    width: auto;
    height: auto;
    background-color: #000;
    color: #fff;
	font-size:18px;
    float: right;
    border-radius: 0px;
	padding: 10px 15px;
}

.login .right-part .login-form input[type=submit]:hover {
    background-color: #333;
}


.myaccount .navbar-nav  {
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	background-color: #fff;
}

.myaccount .navbar-nav li {
	width:100%;
	border-bottom: 1px solid #eee;
}

.myaccount .navbar-nav li.active a{
	color:#fff;
	background-color:#000;
	border:1px solid #000
}

.myaccount .navbar-nav li ul li {
	list-style:none;
	padding:10px 0px;
	border-bottom:0px
}

.myaccount .nav>li>a:focus, 
.myaccount .nav>li>a:hover {
	color:#fff;
	background-color:#000;
}

.myaccount .content .member-ui {
	background-color: #fff;
    border: 1px solid #eee;
    padding: 30px;
}


.myaccount .content .member-ui h2 {
	text-align:center;
	font-size:20px;
	letter-spacing: 2px;
}


.myaccount .content .member-ui .photo img {
	border-radius: 50px;
	border: 1px solid #eee;
	margin-left: auto;
	margin-right: auto;
}

.myaccount .content .member-ui .photo  {
	padding:10px 0px
}

.myaccount .content .member-ui .member-info  {
	border-top:1px solid #eee;
	text-align:center;
	margin-top: 30px
}

.myaccount .content .member-ui .member-info p   {
	font-size: 16px
}

.myaccount .content .member-ui .member-info p strong  {
	font-weight: 700
}


.myaccount .content .shortcut {
	border:1px solid #eee;
	background:#fff;
	padding:10px 30px
}

.myaccount .content .shortcut h2 {
	font-size: 18px;
	letter-spacing:2px;
	text-transform:uppercase;
	border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.myaccount .content .shortcut li {
	list-style :none;
}



.myaccount .content .latest-news {
	border:1px solid #eee;
	background:#fff;
	padding:10px 30px
}

.myaccount .content .latest-news h2 {
	font-size: 18px;
	letter-spacing:2px;
	text-transform:uppercase;
	border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.register h2 {
	font-size: 18px;
	margin-bottom:50px
}


.register .register-form label {
	padding-top: 20px;
    min-height: 60px;
    letter-spacing: 0.5px;
	font-weight: normal;
	padding-left: 0px;
    padding-right: 0px;
}


.register .register-form input,
.register .register-form select {
	padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #ddd;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.register .register-form .input-container {
	margin-bottom: 15px;
    padding: 0;
}

.register .terms-agree p label,
.register .terms-agree p input,
.register .terms-agree p select {
	float:left
}

.register .terms-agree p label {
	font-weight:normal
}

.register .terms-agree p label a {
	font-weight:bold
}

.reg-category {
    margin-bottom: 45px;
}

.reg-category .reg-category-btn-1 {
    background-color: #daae0d;
    color: #fff;
    padding: 5px 40px;
    text-align: center;
    border: 2px solid #daae0d;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.reg-category .reg-category-btn-1:hover {
    background-color: #fff;
    color: #daae0d;
}

.reg-category .reg-category-btn-2 {
    background-color: #181818;
    color: #fff;
    padding: 5px 40px;
    text-align: center;
    margin-bottom: 5px;
    border: 2px solid #181818;
    text-transform: uppercase;
}

.reg-category .reg-category-btn-2:hover {
    background-color: #fff;
    color: #181818;
}

.salesbill {
	border:1px solid #eee;
	padding:50px;
	background-color:#fff
}


.salesbill h2 {
	text-align:center;
	font-size:20px;
	text-transform:uppercase;
	letter-spacing: 2px;
}

.checkout h2 {
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:2px
}

.checkout textarea {
	width:50%;
	border:1px solid #eee;
	padding: 10px 15px;	
}

.about h1 {
	font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 3px;
}

.about h3 {
    font-family: "FiraSans1", sans-serif;
    font-size: 30px;
    color: rgb(178, 34, 34);
    margin: 45px 0px;
    font-style: italic;
}

#google-map {
    height: 400px;
    width:100%;
}

.contact h2 {
	text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
}

.contact h2:after {
    content: '';
    position: absolute;
    background: #ddd;
    width: 60px;
    height: 1px;
    left: 15px;
    top: 60px;
}

.contact .contact-info p i {
	margin-right: 15px;
    float: left;
    position: relative;
	font-size: 17px;
	padding-top: 3px;
}

.contact .contact-info p span {
	margin-right: 12px;
    position: relative;
    float: left;
    width: 83%;
}

.contact .contact-info p span a:hover {
	color: #EF3D3D;
}

.contact-form input {
	padding: 8px 15px;
	width:100%;
    border: 1px solid #ddd;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.contact-form textarea {
	padding: 15px;
	width:100%;
    border: 1px solid #ddd;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contact-form input[type=submit] {
    width: auto;
    height: auto;
    background-color: #daae0d;
    color: #fff;
    padding: 3px 35px;
    float: right;
    border: 2px solid #daae0d;
}

.contact-form  input[type=submit]:hover {
	background-color: #fff;
    border-color: #daae0d;
    color: #daae0d;
}

.tnc h2 {
	text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.tnc ul {
	padding:0px
}

.tnc ul li {
	list-style:none
}

.help .panel-default {
	margin: 15px 0px
}

.help .panel-body {
	padding: 30px
}

.help .panel-default .panel-heading {
    color: #fff;
    border-color: #daae0d;
    cursor: pointer;
    background-color: #181818;
}


.help .panel-group .panel-heading a:after {
  font-family:'FontAwesome';	
  content: '\f068';
  float:right
}
.help .panel-group .panel-heading a.collapsed:after {
  content: '\f067';
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border: 1px solid #ddd;
}

.help .panel-group .panel-heading {
  padding: 0;
}
.help .panel-group .panel-heading a {
  display: block;
  color:#f7c81d;
  padding:12px 25px;
  text-decoration: none;
  position: relative;
}
.help .panel-body img{max-width: 100%;}

.news .post-info {
	border-bottom: 1px solid #ddd;
}


.news .post-date {
    background-color: #181818;
    color: #e2e2e2;
    text-align: center;
    padding: 10px;
    margin-top: 5px;
}

.news .post-date h2 {
	font-size:40px
}
.news .post-info img,.about img{max-width: 100%;}

li {
	list-style: none
	
}


.pdd-horizon {
	padding: 0px 15px
}

.post .inner li {
	margin-bottom:15px
}


.post .inner li:before {
	content:'\f192';
	font-family:'FontAwesome';
	margin: 0px 20px 0px -32px;
}

.indexprice 
{
    display: inline-block;
}

.indexprice .text-slash{
	text-decoration: none;
    color: #808080;
    position:inherit;
}

.indexprice .discount-price{
	padding-right: 5px;
}


/* carousel */
 @media (min-width: 768px) and (max-width: 991px) {
      #myCarousel .carousel-inner .item .item-item:last-child {
        display: none;
      }
   }
@media (max-width: 768px) {
     #mymyCarousel .carousel-inner {
      height: 320px;
    }
 }
.carousel-control {
    position: absolute;
    /* top: 0; */
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;
	background-color: transparent;
}
.carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}
.carousel-inner {
  overflow-y: hidden;
}
.carousel-inner .active.left { left: -25%; }
.carousel-inner .next        { left:  25%; }
.carousel-inner .prev    { left: -25%; }
.carousel-control        { width:  4%; }
.carousel-control.right {
    right: 0;
    left: auto;
    background-repeat: repeat-x;
}
.carousel-control.left {
    background-repeat: repeat-x;
}
.carousel-control.left,.carousel-control.right {background-image:none;}
.carousel-control.left {margin-left:-20px;}
.carousel-control.right {margin-left:15px;}
.carousel-control.carousel-control-1.left {margin-left:-20px;margin-top: -35px;}
.carousel-control.carousel-control-1.right {margin-left:15px;margin-top: -35px;}
.carousel-inner > .item {
    background-color:#fff;
    background:#fff;
}
.carousel-inner .item-item, .eshop-list .item-item{
    padding: 0 !important;
    background-color: #fff;
}
.glyphicon-chevron-left:before {
    content: "\e079";
}
.glyphicon-chevron-left:before {
    content: "\e079";
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 40px;
    color: #181818;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px;
}

.carousel-mobile .content {
    /*position: absolute;*/
    bottom: 0;
    background: rgba(255, 255, 255, 0.85);/* Black background with transparency */
    color: #ff7139; 
    width: 100%;
    padding: 10px 3px 3px;
}
.carousel-mobile{position: relative;}
.carousel-mobile img{width:100%;height: 100%;}
.carousel-mobile .content h4{
    margin-bottom: 3px;
    letter-spacing: 0px;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.15;
    height: 32px;
    color: #888;
    font-size: 14px;
    margin-top: 0;
}
.carousel-mobile .content p{
	line-height: 1;
    color: #222;
	height:30px;
	margin-bottom:0;
    font-weight:700;
}
.c-mobile{padding-right: 5px;padding-left: 5px;padding-bottom: 10px;}
@media (min-width: 746px) {
	.c-mobile{display: none}
}
@media (max-width: 745px) {
	.d-carousel{display:none;}
    .carousel-control.carousel-control-1.left {
        margin-left: 10px;
        margin-top: -40px;
    }
    .carousel-control.carousel-control-1.right {
        margin-top: -40px;
        margin-right: 15px;
    }
    .glyphicon-chevron-left:before, .glyphicon-chevron-right:before {
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -20px;
    }
}
@media print{.table-responsive{overflow-x: unset;}}
/* End carousel */


/* new carousel */
.recommended_items {
  overflow: hidden;
}

#recommended-item-carousel .carousel-inner .item {
  padding-left: 0;
}

.recommended-item-control {
  position: absolute;
  top: 41%;
}

.recommended-item-control i {
  background: none repeat scroll 0 0 #797979;
  color: #FFFFFF;
  font-size: 20px;
  padding: 4px 10px;
}
.recommended-item-control.right {
    right: 0;
}
.recommended-item-control.left {
    left: 0;
}


.recommended-item-control i:hover {
  background: #181818;
}

.item.active i{display: none;}

/*
.item.active .new-label span.like-btn i, .like-btn i {
    display: block;
    font-size: 24px;
    color: #000000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
*/

.item.active .new-label span.like-btn i, .like-btn i {
	font-size: 24px;
    color: #000000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    right: 25px;
    top: 30px;
	display: block;
}

.like-btn .fa-heart:before {
    content: "\f004";
	color:#d01a1a;
}

.btn-primary {
    color: #fff;
    background-color: #181818;
    border: 2px solid #181818;
    border-radius: 0px;
    padding: 6px 15px;
}
.btn-primary:hover {
    background-color: #f5f5f5;
    border-color: #181818;
    color: #181818;
}

.btn-default{padding: 9px 12px;}

.btn-danger {padding: 6px 15px;}

.buy-btn a{
    letter-spacing: 1px;
    padding: 5px 7%;
    color: #b22023;
	background-color: #fff;
    border: solid 1px #b22023;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    line-height: unset;
    margin: 3px 0px;
    border-radius: 3px;
}
.buy-btn a.buy-now {
    background-color: #282828;
    border: solid 1px #282828;
    color: #fff;
}
.buy-btn a.add-to-cart{
	background-color:#b22023;
	border:solid 1px #b22023;
	color:#fff;
}
.buy-btn a.buy-now:hover{
	background-color:#fff;
	border:solid 1px #282828;
	color:#282828;
}
.buy-btn a.add-to-cart:hover{
	background-color:#fff;
	border:solid 1px #b22023;
	color:#b22023;
}
/* End new carousel */

.ad-img img{width:100%;height:auto;margin-bottom: 8px;}

#gotoTop {
    display: none;
	position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 21px;
    border: none;
    outline: none;
    background-color: #ffffff;
    color: black;
    cursor: pointer;
    padding: 8px;
    border-radius: 5px;
    box-shadow: 0px 2px 3px #444;
}

    #gotoTop:hover {
        background-color: #000;
		color:#fff;
    }

/*--------------------------------------------------
    [Process v2]
----------------------------------------------------*/
.process-v2 {
    text-align: center;
    margin-bottom: 12px;
}

.process-v2 .process-v2-element {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 86px;
    height: auto;
    font-size: 18px;
    color: #bbb;
    text-align: center;
    background: #fff;
    padding: 5px;
    margin-bottom: 10px;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.process-v2.active .process-v2-element {
    background-color: #e7ebea;
    color: #000;
}
.process-v2 .process-v2-element img{width:100%}

.process-v2.active .process-v2-element img {
    filter: brightness(0) invert(1);
}

.process-v2 .process-v2-title {
    font-size: 16px;
    margin: 0 0 0px;
    text-transform:uppercase;
}
.process-v2.active .process-v2-title ,.process-v2.active p{
    color: #000;
}
.process-v2 p, .process-v2 .process-v2-title{text-align:center;line-height:1;color:#adadad}

/* Proccess v2 Border */
.process-v2-border {
    position: relative;
    margin-top:50px;
}

.process-v2-border:after {
    position: absolute;
    top: 12px;
    left: 155px;
    display: block;
    width: 70%;
    border-top: 8px solid #e7ebea;
    content: " ";
}

/* Media Queries below 768px */


@media (max-width: 991px) {
    .process-v2-border:after {
        top: 15px;
        width: 70%;
        left: 100px;
    }
}
@media (max-width: 767px) {
    .process-v2-border:after {
        top: 13px;
        width: 75%;
        border-top: 4px solid #e7ebea;
        left: 11%;
    }
    .process-v2 .process-v2-element {
        width: 60px;
        height: auto;
        padding: 5px;
        font-size: 14px;
    }
    .process-v2-border {
        margin-top: 5px;
    }
    .process-v2 p, .process-v2.active p {
        display: none;
    }
    .process-v2-border>div.col-xs-3{padding:0px 5px;}
	
	.item.active .new-label span.like-btn i, .like-btn i {right: 18px; top: 40px;}
}

.registration-layout {
    margin: 15px 25%;
}
.registration-layout.registration-layout-1{
    margin: 15px 5%;
}
.registration-layout h2.title {
    text-transform:uppercase;
    font-family:"FiraSans1", sans-serif;
    letter-spacing:1.5px;
	font-weight: bold;
}
.registration-layout p.title{
    margin:35px 0 10px;
    font-size:16px;
}

.registration-layout p {
    margin: 0px 0 8px;
    font-size:16px;
}
.registration-layout .black-btn{
    width:100%;
    background-color:#000;
    color:#fff;
    padding:10px 14px;
    margin-top:10px;
    border:2px solid #000;
}

.registration-layout .black-btn:hover{
    background-color: #fff;
    color:#000
}

.registration-layout .form-control {
    display: block;
    width: 100%;
    height: 48px;
    font-size: 14px;
    line-height: 1.42857;
    color: rgb(85, 85, 85);
    background-color: rgb(255, 255, 255);
    background-image: none;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
    padding: 6px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.float-left{float:left !important}
.float-right {float: right !important}

.registration-bottom{
    margin:60px 5% 30px;
}
.registration-bottom .back-btn {
    background-color: #000;
    color: #fff;
    padding: 5px 40px;
    text-align: center;
    border: 2px solid #000;
    text-transform: uppercase;
}
.registration-bottom .back-btn:hover {
    background-color: #fff;
    color: #000;
}
.registration-bottom .next-btn {
    background-color: #181818;
    color: #fff;
    padding: 5px 40px;
    text-align: center;
    border: 2px solid #181818;
    text-transform: uppercase;
}
.registration-bottom .next-btn:hover {
    background-color: #fff;
    color: #181818;
}

.registration-layout-1 span{padding-bottom:5px}

.register-layout{margin:15px 10% 0;}
.register-layout .DS-box li img {
    width: 95%;
    padding-bottom: 12px;
    padding-left: 0;
}
.register-layout .DS-box {
    width:43%;
    float:left;
    position:relative;
}
.register-layout .DS-box-1 {
    width:14%;
    float:left;
    position:relative;
	
}
.register-layout .DS-box-1 img.register-line-code{
	margin: 23% auto;
    width: auto;
    height: 125px;
    display: block;
}

.register-layout .DS-box-1 p{
	font-size: 15px;
    padding: 5px 2px;
    background-color: #fff;
    position: absolute;
    top: 40%;
    right: 25%;
}
@media (min-width: 768px){
	.register-layout .DS-box-1 img.register-line-code{height: 140px;}
	.register-layout .DS-box-1 p{font-size: 15px;padding: 5px 3px;}	
}
@media (min-width: 992px){
	.register-layout .DS-box-1 img.register-line-code{height: 165px;}
	.register-layout .DS-box-1 p{font-size: 18px;padding: 8px;}
}
@media (min-width: 1215px){
	.register-layout .DS-box-1 img.register-line-code{height: 200px;}
}

.register-layout .DS-box.yellow-box{
    background-color: #daae0d;
    border-radius:8px;
	padding: 10px 3px;
}
.register-layout .DS-box.yellow-box p{
	text-align:center;
	color: #fff;
    margin: 1px 0px;
    line-height: 1.3;
    font-size: 18px;
	letter-spacing: 3px;
}
.register-layout .DS-box.yellow-box p b{
	padding-top: 5px;
    vertical-align: bottom;
    display: block;
}
.register-layout .DS-box.yellow-box img {
    padding: 3px 13px 8px;
    width: 100%;
}

.mb-20{margin-bottom:20px;}

.phone-head {
    background-color: #000;
    color: #fff;
    width: 100%;
    height: 48px;
    font-size: 14px;
    line-height: 2.6;
    padding: 6px 12px;
    text-align: center;
}

.reg-text-box {
    height: 150px;
    background-color: #f1f1f1;
    border: 1px solid #dedede;
    width: 100%;
    padding: 15px;
    overflow-y: scroll;
}

.registration-layout input[type='checkbox'] {
    width: 16px;
    height: 16px;
    background: white;
    vertical-align: sub;
    margin-right:5px;
}

.registration-layout input[type='checkbox']:checked {
    background: #abd;
}

@media (max-width: 767px) {
    .registration-layout {
        margin: 10px 0px;
    }

    .registration-layout.registration-layout-1 {
        margin: 15px 0px;
    }

    .registration-bottom .back-btn, .registration-bottom .next-btn {
        padding: 5px 30px;
    }

    .registration-bottom {
        margin: 50px 0px 30px;
    }
}
.reg-4-table{margin-bottom:60px;}
.reg-4-table table {
    width: 100%
}
.reg-4-table table td {
    border: 1px solid #ddd;
    padding: 10px 5%;
}

/* Widget search */
.widget-search {
    max-width: 100%;
    position: relative;
}

.widget-search button {
    position: absolute;
    right: 3px;
    top: 8px;
    background-color: #ffffff;
    border: none;
    padding: 2px 8px;
    line-height: 30px;
    font-size: 18px;
    color: #969696;
}

.widget-search button:before {
    content: '';
    position: absolute;
    top: 0px;
    left: -2px;
    width: 34px;
    height: 34px;
    border: none;
}

.widget-search .form-control {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    border: 2px solid #cccccc;
    color: #cccccc;
    box-shadow: none;
}

.widget-title {
    text-transform: uppercase;
    border-bottom: 2px solid #cccccc;
    padding-bottom: 6px;
    margin-bottom: 15px;
    margin-top: 20px;
    font-weight: 800;
}

.widget-content{padding-bottom:1px;}
.widget-content label{
    font-weight:500;
}
.product-side-left{float:left !important}
.product-side-right{float:right !important;}
.side-widget{padding-right:40px;}
.side-widget-sort {
    margin-bottom: 30px;
}

.side-widget-sort select {
    font-size: 16px;
    width: 100%;
    padding: 8px 8px;
    border: 2px solid #cccccc;
}
.event-list img{
    width:100%;
    height:100%;
    background-color:#e6e6e6;
}

.event-list .event-box{margin-bottom:40px;}

.event-list .event-box .event-list-title {
    text-transform: uppercase;
    letter-spacing: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom:2px;
}
.event-list .event-box .event-list-dec {
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    height: 36px;
}
.event-list .event-box .download-btn {
    background-color: #181818;
    color: #fff;
    border: 2px solid #181818;
    padding:2px 12px;
    text-transform:uppercase;
}
.event-list .event-box .download-btn:hover {
    background-color: #fff;
    color: #181818;
}
.event-list .event-box .download-btn i{
    padding-left:5px;
}

@media (max-width: 767px) {
    .event-list .event-box{margin-bottom:30px;}
    .event-list .event-box .event-list-title {font-size:16px;margin-bottom:2px;}
    .event-list .event-box .event-list-dec {font-size: 13px;height:30px}
}

/* check box*/
.widget-content .check-box-list td{
	display: inline-flex;
}

.check-box-list {
    overflow: hidden;
    padding-inline-start: 5px;
}

.check-box-list li {
    line-height: 24px;
}

.check-box-list label {
    display: inline-block;
    cursor: pointer;
    line-height: 17px;
    margin-bottom: 8px;
}

.check-box-list label:hover {
    color: #b3b3b3;
}

.check-box-list input[type="checkbox"] {
    display: none;
}

.check-box-list input[type="checkbox"] + label span.button {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    padding: 0;
    border: 1px solid #a5a5a5;
    vertical-align: text-bottom;
}
.check-box-list.check-box-list-1 input[type="checkbox"] + label span.button {
    border: 1px solid #eaeaea;
    background-color: #eee;
}
.check-box-list input[type="checkbox"]:checked + label span.button {
    background: #daae0d url(../images/checked.png) no-repeat center center;
    border-color: #daae0d;
}
.check-box-list.check-box-list-1 input[type="checkbox"]:checked + label span.button {
    background: #000 url(../images/checked.png) no-repeat center center;
    border-color: #000;
}

.check-box-list label span.count {
    color: #a4a4a4;
    margin-left: 5px;
    font-size: smaller;
    font-weight: 300;
}

/* Pagination */
.pagination-wrapper {
    margin-top: 30px;
    line-height: 0;
    float: right;
}

.pagination {
    margin: -10px 0 0 0;
    font-size: 12px;
    float:right;
    text-transform: uppercase;
    line-height: 1;
}

.pagination > li > a {
    font-weight: 700;
    background-color: transparent;
    color: #a4a4a4;
    margin: 5px 5px 0 0;
    padding: 7px 13px 7px 13px;
}
.pagination > li > a i{
    font-size:17px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-radius: 0;
    background-color: transparent;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
    background-color: transparent;
}

.pagination > li > a,
.pagination > li > span {
    border: solid 2px #d2d2d2;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    border-color: #000000;
    background-color: #ffffff;
    color: #000000;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #232323;
    border-color: #232323;
    color: #ffffff;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #ffffff;
    background-color: #e0e0e0 !important;
}

.rewards-box .rewards-box-list {
    border: 1px solid #d0d0d0;
    padding: 45px 8px 32px;
    text-align: center;
    background-color: #fff;
}
.rewards-box .rewards-box-list:hover{
    background-color:#e6e6e6;
}
.rewards-box .rewards-box-list.more{
    border-right: 1px solid #efefef;
    background-color: #efefef;
    border-bottom: 1px solid #efefef;
}
.rewards-box .rewards-box-list.more:hover{
    background-color:#e6e4df;
    border-color:#e6e4df;
}
.rewards-box .rewards-box-list img{
    width: 110px;
    height: 110px;
	margin-bottom:10px;
}
.rewards-box .rewards-box-list p {
    text-align: center;
    text-transform: uppercase;
    color: #181818;
    margin-top: 20px;
    height: 36px;
    margin-bottom: 0;
    line-height: 1.2;
}
.rewards-box .rewards-box-list.more p{color:#b1b0af;}

.rewards-brand {
    border-bottom: 1px solid #5d5d5d;
    color:#181818;
    padding-bottom:20px;
}

.rewards-list>.row>div{padding-left:5px;padding-right:5px;}

.rewards-list img {
    width: 100%;
    border-radius: 50%;
    max-width: 35px;
    margin: 0 auto;
}

.rewards-list a {
    line-height: 2.5;
    font-size: 16px;
    padding-left: 0px;
    color: #181818;
}

.rewards-list .branch {
    margin-bottom: 6px;
}

.rewards-list .branch .branch-name {
    text-transform: uppercase;
    font-size: 16px;
    margin-top:10px;
}

.rewards-list .branch p {
    line-height: 1.1;
    font-size: 16px;
    margin-bottom: 5px;
}

.rewards-info button.read-btn {
    padding: 6px 7%;
    color: #ffffff;
    background-color: #000;
    border: solid 2px #000000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: unset;
    margin: 0px auto;
    border-radius: 2px;
    width: 95%;
    display: block;
    text-transform:uppercase;
}

.rewards-info button.read-btn:hover {
    color: #000;
    background-color: #fff;
    border: 2px solid #000000;
}

input[type="checkbox"], input[type="radio"] {
    margin-right: 8px;
    margin-top:2px;
}
/*----------- e-shop -------*/
.eshop-list img {
    width: 100%;
    height: 100%;
}

.eshop-list .col-md-4 .item-overall .item-img {
    height: 100%;
}

@media (max-width: 767px) {
    .rewards-box .rewards-box-list img {
        width: 80px;
        height: 80px;
    }
}

input.form-control-pwd {
    height: 26px;
    border: 2px solid #999;
    padding: 0px 2px 0px 3.5%;
    width: 53%;
}
.password-btn {
    background-color: #181818;
    color: #fff;
    border: 2px solid #181818;
    padding: 2px 4%;
    text-transform: uppercase;
}

/* The Modal (background) */
.modal-adj{
    display: block;
    position: fixed; /* Stay in place */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content */
.modal-content-adj {
    position: relative;
    margin: auto;
    padding: 0;
    border: none;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    height: auto;
    margin-top: 8%;
    max-width: 650px;
}

.modal-body-adj{
    padding:0px;
    width:100%;
}

.modal-body-adj img{width:100%;}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    opacity: .7;
    position: absolute;
    right: 10px;
	top: -35px;
}

.close:hover,
.close:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}

#popup-adj{
    display: none;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 50px 2px #000;
    z-index:9999;
}
@media (max-width: 991px) {
    .modal-content-adj {width:60%;margin-top: 18%;}
}
@media (max-width: 767px) {
    .modal-content-adj {
        width: 95%;
        margin-top: 22%;
    }
}

.rate-product img{
	width:100%;
	max-width: 260px;
}

input.rate[type="radio"] {
    margin-right: 2px;
    margin-top: 0px;
	margin-left: 18px;
	height: 14px;
    vertical-align: text-bottom;
}

.rate-icon label {
    display: inline-block;
    cursor: pointer;
    line-height: 17px;
    margin-bottom: 8px;
}

.rate-icon label .fa{font-size:16px;color: #daae0d;text-shadow: 0px 1px 1px black;}
.rate-message textarea{width: 95%;background-color: #fff;border: 2px solid #edd98d;}
.hidden-lg{display: none}
@media (max-width: 767px) {
	.rate-product{border-bottom:2px solid #eee;padding-bottom:10px;}
	.rate-product-info h3{font-size:16px;margin-top:5px;}
	.rate-product-info h4{font-size:14px;}
	.hidden-lg{display: block;}
}


/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ /*background-color: #f1f1f1*/ }
	.dropdown-menu > li:hover > .submenu{ display: block; }
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(0deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

.panel-widget {
    padding: 10px 0;
    position: relative;
    box-shadow: none;
    border-radius: 0;
    background: none;
    text-align: center;
    color: #333;
	border:none;
}
.panel .border-top, .panel .border-right, .panel .border-bottom, .panel .border-left {
    border-color: #e9ecf2;
}
.border-top {
  border-top: 1px solid #dadbda; }

.border-right {
  border-right: 1px solid #dadbda; }

.border-bottom {
  border-bottom: 1px solid #dadbda; }

.border-left {
  border-left: 1px solid #dadbda; }

.fa-xl {
    font-size: 2em;
}
.panel-widget .large {
    color: #373b45;
    font-size: 2.8em;
	letter-spacing: -1px;
}
.panel-widget .large.ranking-large{
    font-size: 2.4em;
    line-height: 1;
    height: 50px;
    padding-top: 5px;
}
@media (max-width: 991px){
	.panel-widget .large.ranking-large{font-size: 1.75em;padding-top:10px;}
}

.panel-widget .text-muted {
    margin-top: -6px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
}
.panel-container {
    padding-top: 20px;
}
.card-info {
    padding: 0;
    float: right;
    margin-top: -8px;
}
.card-info a{
    background-color: #fff;
}
.report-list .report-item {
    background: rgba(236,239,240,.2);
    overflow: hidden;
    margin-bottom: 10px;
	padding: 20px;
    border-radius: 4px;
	border:2px solid rgba(236,239,240,.2);
}
.report-list .report-item:hover{border-color:#888}
.report-list .report-item a{
	color:#212121;
}
.report-list .report-item a:hover{
	color:#666
}
.report-list .report-item img {
    float: left;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    text-align: center;
    margin-right: 15px;
    background: #999;
}
.report-list .report-item .report-text {
    float: left;
    line-height: 20px;
    color: #212121;
    font-size: 15px;
    margin-top: 12px;
	width: 80%;
}
.report-list .report-item .report-text span.title{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.report-list .report-item .report-text span.sub-title{
    clear: both;
    display: block;
    font-size: 13px;
    color: rgba(0,0,0,.4);
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.report-list .report-item .report-helper {
	float: right;
    line-height: 20px;
    color: rgba(0,0,0,.4);
    width: 10%;
}
.news-details img{width:70%;height:auto;display: block;margin:0 auto 15px;max-width: 540px;}
.news-details .news-title{text-align: center;}
.news-details .news-time{color:#999;font-size: 90%;text-align: right;}
.margin-b-10{margin-bottom:10px !important}

.exchange-table img {
    max-width: 160px;
    height: auto;
    width: 100%;
    display: block;
    margin: auto;
}
.exchange-table .line-exchange {
    padding-bottom: 5px;
}

@media (max-width: 991px) {
    .report-list .report-item .report-text {width: 73%;}
	.report-list .report-item .report-helper {width: 11%;}
}
@media (max-width: 767px){
	.report-list .report-item .report-helper {width: auto;}
	.news-details img{width:100%}
    .report-list .report-item .report-text { width: 70%;margin-top:5px;}
    .report-list .report-item img {margin-right: 3.5%;}
}

.search-modal.modal {
    padding: 0px !important;
    background-color: rgba(0,0,0,.45)
}
.modal-dialog.search-modal-dialog {
    width: 100%;
    margin: 0px;
}
.modal-content.search-modal-content{border-radius:0px;}
.modal-content.search-modal-content .close {
    color: #888;
    float: right;
    font-size: 55px;
    font-weight: 200;
    opacity: 1;
    position: fixed;
    right: 3%;
    top: 20px;
}
.modal-content.search-modal-content .close:hover{
    color: #000;
}

.modal-content.search-modal-content .search-modal-body {
    padding: 62px 15px 70px;
    position: relative;
}

.modal-content.search-modal-content .search-input{
    padding:26px 20px;
    margin-top:25px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.067;
    color: #222;
    border:none;
    border-radius:0px;
    border-bottom: solid 2px #e1e2e4;
    box-shadow: none;
}
.modal-content.search-modal-content .search-input:focus{
    border-bottom-color: #121212;
    box-shadow: none;
    background-color:transparent;
}
.modal-content.search-modal-content input[type=submit]{
    cursor: pointer;
    background: url(../images/search-1.png) no-repeat;
    border: none;
    width: 25px;
    height: 25px;
    position: absolute;
    margin-top: -35px;
    right: 35px;
    background-size: 100%;
}

.fweight-500{font-weight:500;}
.fweight-800{font-weight:800;}