@font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.eot') format('eot'), url('../fonts/Roboto-Black.otf') format('otf'), url('../fonts/Roboto-Black.ttf') format('ttf'), url('../fonts/Roboto-Black.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.eot') format('eot'), url('../fonts/Roboto-Bold.otf') format('otf'), url('../fonts/Roboto-Bold.ttf') format('ttf'), url('../fonts/Roboto-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.eot') format('eot'), url('../fonts/Roboto-Light.otf') format('otf'), url('../fonts/Roboto-Light.ttf') format('ttf'), url('../fonts/Roboto-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.eot') format('eot'), url('../fonts/Roboto-Medium.otf') format('otf'), url('../fonts/Roboto-Medium.ttf') format('ttf'), url('../fonts/Roboto-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.eot') format('eot'), url('../fonts/Roboto-Regular.otf') format('otf'), url('../fonts/Roboto-Regular.ttf') format('ttf'), url('../fonts/Roboto-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Thin';
    src: url('../fonts/Roboto-Thin.woff2') format('woff2'), url('../fonts/Roboto-Thin.woff') format('woff'), url('../fonts/Roboto-Thin.eot') format('eot'), url('../fonts/Roboto-Thin.otf') format('otf'), url('../fonts/Roboto-Thin.ttf') format('ttf'), url('../fonts/Roboto-Thin.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoBlackItalic';
    src: url('../fonts/RobotoBlackItalic.eot');
    src: url('../fonts/RobotoBlackItalic.eot') format('embedded-opentype'), url('../fonts/RobotoBlackItalic.woff2') format('woff2'), url('../fonts/RobotoBlackItalic.woff') format('woff'), url('../fonts/RobotoBlackItalic.ttf') format('truetype'), url('../fonts/RobotoBlackItalic.svg#RobotoBlackItalic') format('svg');
}

@font-face {
    font-family: 'RobotoMediumItalic';
    src: url('../fonts/RobotoMediumItalic.eot');
    src: url('../fonts/RobotoMediumItalic.eot') format('embedded-opentype'), url('../fonts/RobotoMediumItalic.woff2') format('woff2'), url('../fonts/RobotoMediumItalic.woff') format('woff'), url('../fonts/RobotoMediumItalic.ttf') format('truetype'), url('../fonts/RobotoMediumItalic.svg#RobotoMediumItalic') format('svg');
}

@font-face {
    font-family: 'RobotoBoldItalic';
    src: url('../fonts/RobotoBoldItalic.eot');
    src: url('../fonts/RobotoBoldItalic.eot') format('embedded-opentype'), url('../fonts/RobotoBoldItalic.woff2') format('woff2'), url('../fonts/RobotoBoldItalic.woff') format('woff'), url('../fonts/RobotoBoldItalic.ttf') format('truetype'), url('../fonts/RobotoBoldItalic.svg#RobotoBoldItalic') format('svg');
}

@font-face {
    font-family: 'RobotoLightItalic';
    src: url('../fonts/RobotoLightItalic.eot');
    src: url('../fonts/RobotoLightItalic.eot') format('embedded-opentype'), url('../fonts/RobotoLightItalic.woff2') format('woff2'), url('../fonts/RobotoLightItalic.woff') format('woff'), url('../fonts/RobotoLightItalic.ttf') format('truetype'), url('../fonts/RobotoLightItalic.svg#RobotoLightItalic') format('svg');
}

@font-face {
    font-family: 'RobotoThinItalic';
    src: url('../fonts/RobotoThinItalic.eot');
    src: url('../fonts/RobotoThinItalic.eot') format('embedded-opentype'), url('../fonts/RobotoThinItalic.woff2') format('woff2'), url('../fonts/RobotoThinItalic.woff') format('woff'), url('../fonts/RobotoThinItalic.ttf') format('truetype'), url('../fonts/RobotoThinItalic.svg#RobotoThinItalic') format('svg');
}

@font-face {
    font-family: 'Material-Design-Iconic-Font';
    src: url('../fonts/Material-Design-Iconic-Font.eot'), /*url('../fonts/Material-Design-Iconic-Font.otf'), */
    url('../fonts/Material-Design-Iconic-Font.ttf'), url('../fonts/Material-Design-Iconic-Font.woff2') format('woff2'), url('../fonts/Material-Design-Iconic-Font.woff') format('woff'), url('../fonts/Material-Design-Iconic-Font.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    position: relative;
    padding: 0;
    background-color: #fff;
    font-family: 'Roboto-Regular';
    /*font-family: 'Roboto', sans-serif;*/
    font-size: 16px;
    /*color: #0cd0c0 !important;*/
    overflow-x: hidden;
    letter-spacing: normal;
    color: #231F20;
}

* {
    transition: all 0.4s ease 0s;
}

:focus {
    outline: none;
}
.mobile-sub {
  background-clip: padding-box;
  background-color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: unset;
  display: none;
  float: left;
  font-size: 14px;
  left: 0;
  list-style: outside none none;
  margin: 0;
  min-width: 100%;
  padding: 5px 0;
  position: relative;
  text-align: left;
  z-index: 1000;
}
.list-menu{
  position: relative;
}
.list-menu::after {
	color: #fff;
	content: "\f0d7";
	font-family: "FontAwesome";
	font-size: 20px;
	position: absolute;
	right: 15px;
	top: 2px;
	box-shadow: unset;
}
.mobile-show{
	padding-top: 0 !important;
	margin-top: 0 !important;
	padding-bottom: 0 !important; 
}
.nav-menu-icon .dropdown.mobile-menu a {
	padding-left: 15px;
}
.dropdown.mobile-menu .mobile-show a::after {
	color: #fff;
	content: "";
	font-family: "FontAwesome";
	font-size: 20px;
	position: relative;
	right: 0;
	display: none;
	top: 0;
}
.product-table.total-order > p {
  color: #00002d;
}
.mobile-show {
	position: relative;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 100%;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/* border: 1px solid #ccc; */
	border: none;
	border-radius: 0;
	-webkit-box-shadow: unset;
	box-shadow: unset;
}
li {
    list-style: none;
}

ul {
    margin: 0;
    padding-left: 0;
}
.best-sellers.keyrings .owl-carousel4 .col-md-4:nth-child(3n+1){clear:left;}
a:focus {
    outline: none;
    text-decoration: none;
    /*color: #58afe2 !important;*/
}
.list-outer:hover .sub-menu{display: block;}
.sub-menu {
  background-color: #fff;
  left: 100%;
  position: absolute;
  width: 100%;
  top: -3px;
  display: none;
}
.dropdown-nav li a{position: relative;}
.dropdown-nav li a::after{
    color: #fff;
  content: "";
  font-family: "FontAwesome";
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 5px;
}
.sub-menu li{
     padding:10px 15px !important;
     width: 100%;
}
.dropdown-menu > li > .sub-menu li a:hover, .dropdown-menu > li > .sub-menu li a:focus {
  background-color: transparent !important;
  color: #58afe2 !important;
  text-decoration: none;
}
.sub-menu li a{
     font-size: 16px;
     width: 100%;
}
.list-outer::after {
  color: #00002d;
  content: "";
  font-family: "FontAwesome";
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 7px;
}
.list-outer{
position: relative;
}
a:hover {
    outline: none;
    text-decoration: none;
    color: #58afe2 !important;
}
a {
    color: #58afe2;
    text-decoration: none;
}
.padding-left {
    padding-left: 0;
}

.no-margin-top {
    margin-top: 0 !important;
}

.dropdown-menu > li > a {
    line-height: 24px;
    font-size: 16px;
    padding: 8px 20px;
}

.dropdown-menu a:hover {
    color: #58afe2;
}
/*.padding-half{padding-right: 8px !important;}*/
.dropdown-menu {
    padding: 5px 0 !important;
}
.no-padding{
    padding: 0 !important;
}
.owl-carousel4 .item .seller-text a.seller-title {
  font-family: "Roboto-Bold";
    font-size: 18px;
    margin-bottom: 15px;
    /*height: 60px;
    min-height: 60px;
    overflow: hidden;*/
    text-align: left;
    background-color:  transparent;
    border-radius: 0;
    color: #00002d;
    padding: 0;
}
.keyrings .seller-text a.seller-title{
    font-family: "Roboto-Bold";
    font-size: 18px;
    margin-bottom: 15px;
    /*height: 60px;
    min-height: 60px;
    overflow: hidden;*/
    text-align: left;
    background-color:  transparent;
    border-radius: 0;
    color: #00002d;
    padding: 0;
}
.banner-top img {
    max-width: 100%;
    margin-bottom: 15px;
}
.seller-image .quick-logo img {
  padding: 0 !important;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 50px !important;
}
.quick-logo img {
    padding: 0 !important;
    width: 50px !important;
    position: absolute;
    right: 5px;
    top: 5px;
}
.seller-image{position: relative;}
/*page-style*/
 /*banner-image*/
 .what-quickdome img {
  max-width: 100%;
   margin-bottom: 30px;
}
.wrapper p img{max-width: 100%;}
p.sub-image {
  float: left;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ddd;
/*box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/
}
/*.wrapper{margin: 0 !important;}*/
p.sub-image img{
  float: left;
  width: 100%;
  padding: 5px;
}
.map iframe {
  height: 300px;
  width: 100%;
}
.about-kyd.quick-map{
    margin-top: 0;
 
}
.text-red {
  color: #ff0000;
}
.address-detail .form-control> label {
  font-size: 16px;
}
.about-us .about-kyd.quick-map .order-page.last-child h2 {
  margin-bottom: 10px;
  margin-top: 18px;
  
}
.about-kyd.quick-map .address-detail {
  margin-top: 30px;
}
.about-kyd.quick-map .address-detail .order-page.last-child {
  float: left;
  margin: 0;
  width: 100%;
  height: auto;
}
.about-kyd.quick-map  .address-detail > h2 {
  margin-top: 0;
  font-size: 30px;
  color: #00002d;
  text-transform: uppercase;
  font-family: 'Roboto-Bold';
  margin-bottom: 15px;
}
/**/
.product-table table thead tr th:first-child, .product-table table tr td:first-child
{
text-align: left;
}
.product-table table tr th, .product-table table tr td{
text-align: center;
}
/*.product-table table tr td:first-child{
    text-align: left;
}*/
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: transparent !important;
    color: #58afe2 !important;
    text-decoration: none;
}

.topbar {
    background: url('../images/bg.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    float: left;
    /*height: 500px;*/
}

.add-cart {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    float: right;
    margin-top: 10px;
}

.add-cart li {
  border-right: 1px solid #ddd;
  float: left;
  padding: 0 5px 0 0;
  position: relative;
  width: 100px;
}
.add-cart label {
  display: block;
  font-size: 14px;
}
.footer-logo li a i {
  padding-left: 0 !important;
}

.add-cart img {
    position: relative;
    margin-bottom: 5px;
}

.add-cart span {
    background-color: #58afe2;
    border-radius: 50px;
    color: #fff;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 30px;
    top: -10px;
}

.add-cart li:last-child {
    border-right: none;
    padding: 0;
}

.add-cart ul {
    float: left;
    margin: 0;
    padding: 15px 10px;
    text-align: center;
}

.add-cart a {
  color: #00002d;
  display: block;
}
.form-control {
    background-color: transparent;
    background-image: none;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #555;
    display: block;
    font-size: 12px;
    height: auto;
    line-height: 1.42857;
    padding: 10px 0 0;
    position: relative;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

input {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    /*display: block;*/
    font-size: 12px;
    height: 54px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

textarea {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 16px;
    height: 70px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    resize: none;
}

.contact-us textarea {
    height: 187px;
}

.topbar input {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 12px;
    height: 54px;
    line-height: 1.42857;
    padding: 6px 35px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    position: relative;
}

.input-top.search .form-control {
    display: inline-block;
}

.input-top.search button {
    margin: 10px 0;
    width: 100%;
}

.input-top.search > a {
    text-decoration: underline;
}

.input-top.search button:hover {
    background-color: #58afe2;
}


/*.topbar input::before {
    position: absolute;
    content: '';
    font-size: '30px';
    color: #00002D;
    font-family: 'Material-Design-Iconic-Font';
}*/

.form-control i {
    color: #00002d;
    content: "";
    font-family: Material-Design-Iconic-Font;
    left: 10px;
    position: absolute;
    top: 25px;
    z-index: 1 !important;
    font-size: 25px;
}

.input-top.search {
    float: left;
    margin: 0;
    padding: 15px;
    width: 100%;
    border: 2px solid #ddd;
    border-radius: 5px;
}

.input-top {
    float: left;
    width: 100%;
}

.input-top .form-control {
    display: inline-flex;
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2;
}

.input-top button {
    border-radius: 50px;
    width: 87px;
    border: none;
    height: 54px;
    font-size: 16px;
    color: #fff;
    background-color: #EB1C24;
    margin-left: 10px;
}

.topbar p {
    color: #fff;
    margin-top: 12px;
    float: left;
    width: 100%;
    font-size: 18px;
    font-style: italic;
}

.slider-main {
    float: left;
    width: 100%;
    margin: 50px 0 0;
}

.dropdown-menu > li {
    /*width: 100%;*/
    padding: 0 !important;
}

.dropdown-menu a {
    color: #00002d !important;
}

.caret {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 11px dashed #58afe2;
    display: inline-block;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    width: 0;
}

.topbar {
    background: rgba(0, 0, 0, 0) url("../images/bg.png") no-repeat scroll center center / cover;
    float: left;
    width: 100%;
    padding: 25px;
}

.logo {
    float: left;
    width: 100%;
    margin-bottom: 18px;
}

.input-top {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.menu-bar {
    float: left;
    width: 100%;
    background-color: #00002d;
}

.nav-menu li {
    float: left;
    padding: 15px 10px;
    color: #fff;
}

.nav-menu li a {
    color: #fff;
}

.nav-menu ul {
    float: left;
    margin: 0;
    padding: 0;
}

.nav-menu li:first-child {
    padding-left: 0;
}

.nav-menu li:last-child {
    padding-right: 0;
}

.social-icon {
    float: right;
    /*width: 100%;*/
    text-align: right;
}

.social-icon li {
    float: left;
    padding: 10px;
}

.social-icon li a {
    color: #fff;
    font-size: 20px;
}

.owl-dots {
    float: right;
}

.item-box {
    float: left;
    width: 100%;
    /*background-color: #e9e8e2;*/
    position: relative;
}

.owl-carousel .owl-item img {
    padding: 0;
    text-align: center;
    transform-style: preserve-3d;
    transition: opacity 400ms ease 0s;
    width: 100%;
    /* height: 345px;
    max-height: 345px;*/
}

.item-text {
    background-color: #ec1c24;
    color: #fff;
    float: right;
    height: 100%;
    padding: 51px 25px;
    position: relative;
    text-align: right;
    width: 50%;
    z-index: 2;
}

.item-text span {
    font-size: 62px;
    width: 100%;
    float: right;
}

.item-text h2 {
    float: right;
    font-size: 26px;
    margin: 0 auto;
    width: 51%;
}

.owl-carousel3.owl-carousel .owl-item {
    background-color: #e9e8e2;
}

.quick-dome > img {
    float: left;
    width: 100%;
}

.owl-carousel4.owl-carousel .owl-item img {
    height: auto;
    max-height: unset;
    padding: 40px;
    text-align: center;
    transform-style: preserve-3d;
    transition: opacity 400ms ease 0s;
    width: 100%;
}

.item-text p {
    float: right;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    margin: 15px 0 40px;
    width: 80%;
}

.about-right::after {
    border-bottom: 456px solid transparent;
    border-right: 263px solid #ec1c24;
    border-top: 0 solid transparent;
    content: "";
    position: absolute;
    right: -180px;
    top: 0;
    transform: rotate(202deg);
    z-index: 1;
}

.cart-login li {
    display: inline;
    padding: 0 15px;
}

.cart-login li:last-child {
    border-bottom: 1px solid #58afe2;
    border-top: 1px solid #58afe2;
    display: inline-block;
    margin-top: 5px;
    padding: 5px 0;
    text-align: left;
    width: 150px;
}

.cart-login {
    float: left;
    width: 100%;
    text-align: center;
}

.login {
    float: left;
    width: 100%;
    text-align: center;
    margin: 25px 0;
}

.login li {
    background-color: #00002d;
    border-radius: 50px;
    display: inline;
    margin-right: 10px;
    padding: 5px 30px;
}

.login li a {
    color: #fff;
}

.login li:last-child {
    margin: 0;
}

.input-top.search > h2 {
    color: #00002d;
    font-family: "Roboto-Bold";
    font-size: 30px;
    margin-top: 0;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
}

.input-top.search input {
    padding: 6px 35px;
}

.new-product {
    float: left;
    width: 100%;
}

.new-product img {
    float: left;
    width: 100%;
}

.free-sample {
    background-color: #00002d;
    border-radius: 50%;
    padding: 42px;
    width: 100%;
    float: left;
    text-align: center;
}

.free-sample p {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 20px;
    font-family: 'Roboto-Black';
}

.big-deals {
    background-color: #ec1c24;
    color: #fff;
    float: left;
    padding: 30px;
    width: 100%;
}

.big-deals p {
    font-size: 22px;
    margin: 0;
    color: #000;
    line-height: 22px;
}

.big-deals h3 {
    font-size: 100px;
    margin: 0;
}

.free-sample img {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

.add-cart.mobile {
    display: none;
}

.quick-dome {
    /*background-color: #58afe2;*/
    float: left;
    padding: 0;
    text-align: center;
    width: 100%;
}

.quick-main,
.quick-main img {
    float: left;
    width: 100%;
}

.row.quick-bottom {
    margin-top: 15px;
}

.sample-box {
    float: left;
    width: 100%;
    margin: 50px 0;
}

.seller-text p {
    font-size: 20px;
    margin-bottom: 15px;
    font-family: 'Roboto-Bold';
    /*height: 55px;*/
    min-height: 55px;
    overflow: hidden;
}

.seller-text label span {
    font-size: 15px;
    color: #00002d;
}

.seller-text label {
    font-size: 23px;
    font-weight: normal;
    width: 100%;
    color: #58afe2;
}

.owl-carousel4 .item {
    border: 1px solid #ddd;
    border-radius: 5px;
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset;*/
    float: left;
    /*height: 485px;*/
    min-height: 485px;
}

.seller-text {
    color: #00002d;
    float: left;
    width: 100%;
    padding: 15px 15px 30px;
    /*background-color: #f3f2f2;*/
}

.seller-image img {
    max-width:100%;
	width:100% !important;
	float:left;
}

.seller-image {
    background-color: #fff;
    float: left;
    width: 100%;
    text-align: center;
    border-radius: 5px;
	min-height:300px;
}
.seller-image a{
	float:left; width:100%;
}

.seller-text a {
    background-color: #ec1c24;
    border-radius: 50px;
    color: #fff;
    float: left;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    width: 100%;
	margin-top: 5px;
}

.best-sellers h2 {
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #00002d;
    font-family: 'Roboto-Bold';
    margin: 50px 0;
}

.best-sellers {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.stock h2 {
    font-size: 30px;
    font-family: 'Roboto-Bold';
    color: #00002d;
    margin-top: 0;
}

.stock a {
    background-color: #ec1c24;
    border-radius: 50px;
    color: #fff;
    float: left;
    font-size: 16px;
    padding: 10px 50px;
    text-align: center;
    margin-top: 15px;
}

.footer-up {
    float: left;
    width: 100%;
    background-color: #00002d;
    padding: 50px 0;
    color: #fff;
    text-align: center;
    margin-top: 50px;
}

.footer-up h2 {
    /*  color: #fff;
  text-align: center;*/
    font-size: 34px;
    font-family: 'Roboto-Bold';
    margin: 0 0 50px 0;
}

.footer-up p {
    font-family: 'Roboto-Bold';
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 30px;
}

.footer-up span {
    font-family: 'RobotoMediumItalic';
    font-size: 18px;
}

.footer-bottom {
    background-color: #e5e5e5;
    float: left;
    padding: 50px 0;
    width: 100%;
    text-align: left;
}

.footer-logo img {
    float: left;
    width: 100%;
}

.product-list > p {
    margin: 0;
}

.footer-logo li {
    float: left;
}
.product-list.align-right p {
  text-align: right;
}
.alert i {margin-right: 5px;}
.breadcrumb > li:first-child a {
  padding-left: 0 !important;
}
.owl-carousel3.owl-carousel .owl-controls {
    bottom: 15px !important;
    margin-top: 0;
    position: absolute;
    right: 20px;
    width: 100%;
    top: auto;
}
.slider-main .owl-carousel3.owl-carousel .owl-controls {
    bottom: 30px !important;
}

.footer-bottom h3 {
    font-family: "Roboto-Bold";
    font-size: 16px;
    margin-top: 0;
}

.product-list p {
  font-size: 13px;
  margin: 0;
  text-align: left;
}
.product-list .contact-info p {
  text-align: right;
}

.footer-logo li a i {
    font-size: 25px;
    padding: 10px;
    color: #00002d;
}

.product-list.align-left {
    text-align: left;
    font-size: 13px;
}

.product-list.align-right {
    text-align: right;
}

.contact-info > a {
    float: left;
    width: 100%;
    color: #000;
}
.cart-item .breadcrumb > li:last-child a {
  padding-left: 0 !important;
}
.about-us .order-page.last-child h2 {
  font-size: 26px;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: left;
  text-transform: uppercase;
  color: #00002d;
    font-family: "Roboto-Bold";
}
.about-us .last-child.order-page > p {
  margin-bottom: 5px;
}
.contact-info {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
}

.keyrings .item {
    margin-bottom: 15px;
    float: left;
    width: 100%;
    background-color: #f3f2f2;
}

.keyrings .item img {
    padding: 45px 30px;
    text-align: center;
    transform-style: preserve-3d;
    transition: opacity 400ms ease 0s;
    width: 80%;
}

.keyrings .seller-text p {
    font-family: "Roboto-Bold";
    font-size: 18px;
    margin-bottom: 15px;
    /*height: 60px;*/
    min-height: 60px;
    overflow: hidden;
}

.breadcrumb > li {
    display: inline-block;
    /*font-size: 50px;*/
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
    padding-right: 8px;
}
.breadcrumb > li:last-child a {
    color: #00002d;
    padding-left: 5px;
}


.breadcrumb > li::after {
    color: #58afe2;
    content: "";
    font-family: "Material-Design-Iconic-Font";
    font-size: 45px;
    margin: 0 0 !important;
    padding: 0 5px;
    position: relative;
    top: 5px;
    left: 10px;
}

.breadcrumb > li:last-child::after {
        /* color: #58afe2; */
    content: "";
    font-family: "Material-Design-Iconic-Font";
    font-size: 45px;
    margin: 0 0 !important;
    padding: 0 0px;
    position: relative;
    top: 0px;
    left: 0px;}
/*.breadcrumb > li:last-child + li::before {content: "";left: 0;}*/
.breadcrumb > li + li::before {
    color: #58afe2;
    margin: 0;
    content: "";
}

.breadcrumb > li a {
    color: #00002d;
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    list-style: outside none none;
    margin-bottom: 20px;
    padding: 8px 0;
    line-height: 20px;
}

.list-links > p {
    font-size: 17px;
    padding-right: 70px;
    color: #58afe2;
    font-family: 'RobotoThinItalic';
    font-weight: bold;
}

.concept .list-links > p {
    font-family: "Roboto-Regular";
    font-weight: normal;
}

.list-links {
    float: left;
    width: 100%;
    margin: 50px 0;
}

.ring-links li {
    display: inline-block;
    text-align: center;
    background-color: #58afe2;
    border-radius: 50px;
    margin-right: 22px;
    margin-bottom: 15px;
}

.ring-links li.active,
.ring-links li:hover,
.ring-links li:focus {
    background-color: #00002d;
}

.ring-links li.active a,
.ring-links li:hover a,
.ring-links li:focus a {
    color: #fff !important;
}

.ring-links li a {
    color: #fff;
    padding: 14px 20px;
    display: inline-block;
}

.ring-links {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.checkbox-item {
    display: block;
    margin: 10px 0 23px;
    padding: 0;
    position: relative;
    text-align: left;
    width: auto !important;
}

.checkbox-item input[type='checkbox'] {
    display: none;
}

.checkbox-item label {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    top: 7px;
    /*font-family: 'Open Sans', sans-serif;*/
}

.checkbox-item label::before {
    background-color: #fff;
    border: 1px solid #58afe2;
    border-radius: 0;
    content: " ";
    display: inline-block;
    float: left;
    height: 25px;
    margin: 0 10px 0 0;
    position: relative;
    top: -2px;
    width: 25px;
}

.checkbox-item input[type="checkbox"]:checked + label::after {
    background: #00002d none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0px;
    color: #00008f;
    content: "";
    display: block;
    font-size: 16px;
    height: 21px;
    left: 2px;
    position: absolute;
    top: 0px;
    width: 21px;
}

.filter {
    background-color: #f3f2f2;
    border: 1px solid #ddd;
    border-radius: 5px;
    float: left;
    padding: 15px;
    width: 100%;
    margin-bottom: 50px;
}

.login-page .form-control select {
    border: 1px solid transparent;
    border-radius: 0px;
    color: #000;
    font-size: 16px;
    height: 37px;
    padding-left: 10px;
    position: relative;
    width: 100%;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-control select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-group.select-country select::-ms-expand {
    display: none;
    /* to ie 10 */
}

.form-group.select-country {
    margin-bottom: 0;
}

.form-group.select-country select:focus {
    outline: none;
}

.form-group.select-country::before {
    background-color: transparent;
    bottom: -6px;
    color: #00002d;
    content: "";
    font-family: 'Material-Design-Iconic-Font';
    font-size: 40px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 6px;
    text-align: center;
    width: 30px;
    z-index: 999 !important;
    pointer-events: none;
}

.form-group {
    position: relative;
}

.sort-by {
    float: left;
    width: 100%;
    margin: 15px 0;
}

.form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #58afe2;
    border-radius: 0;
    color: #000;
    font-size: 16px;
    height: 37px;
    padding-left: 10px;
    position: relative;
    width: 100%;
}

.filter h3 {
    text-transform: uppercase;
    color: #00002d;
    font-family: 'Roboto-Bold';
    margin-bottom: 20px;
}

.previous-next {
    float: left;
    width: 100%;
    background-color: #f3f2f2;
    text-align: center;
}

.pagination > li > a,
.pagination > li > span {
    background-color: transparent;
    border: medium none;
    color: #000;
    float: none;
    margin-right: 5px;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    font-family: 'Roboto-Regular';
}

.pagination > li:last-child a {
    background-color: #00002d;
    color: #fff;
    border-radius: 50px;
}

.pagination > li.active a,
.pagination > li:hover a,
.pagination > li:focus a {
    background-color: #58afe2;
    border-radius: 50px;
    color: #fff !important;
}


/*about us*/

.about-us h1 {
    font-family: "Roboto-Black";
    font-size: 40px;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: left;
    color: #00002d;
    text-transform: uppercase;
}

.about-us .about-kyd p {
    margin-bottom: 20px;
}

.about-kyd {
    float: left;
    margin: 50px 0;
    width: 100%;
}

.delivery-item a {
    display: inline-flex;
    width: 100%;
    color: #58afe2 !important;
    position: relative;
}

.delivery-item a::before {
    position: absolute;
    content: "";
    font-family: 'Material-Design-Iconic-Font';
    font-size: 14px;
}

.delivery-item span {
    margin-left: 20px;
    line-height: 18px;
}

.delivery-item a:hover {
    color: #00002d !important;
}

.delivery-item {
    float: left;
    width: 100%;
    margin: 20px 0;
}


/*news*/
.news-top img {
  max-width: 100%;
  width: 100%;
}
.news-top {
  background-color: transparent;
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
}
.news-left img {
 max-width: 100%;
}
.news h1 {
    color: #58afe2;
    font-size: 30px;
    font-family: 'Roboto-Bold';
    margin-bottom: 30px;
}

.news h1 span {
    color: #00002d;
    display: block;
    font-family: "Roboto-Regular";
    font-size: 16px;
    margin-top: 10px;
    text-transform: uppercase;
}

.news span {
    color: #00002d;
    font-size: 16px;
}

.news .delivery-item {
    padding-left: 30px;
}

.back-news a {
  background-color: #00002d;
  border-radius: 50px;
  color: #fff;
  font-family: "Roboto-Bold";
  padding: 8px 20px;
}
.back-news {
  float: left;width: 100%;
  margin: 50px 0 30px 0;
}
.more-news a {
    display: inline-flex;
    width: 100%;
    color: #58afe2 !important;
    position: relative;
    font-family: 'Roboto-Bold';
    text-decoration: none !important;
    margin-bottom: 12px;
}

.more-news a::before {
  content: "";
  font-family: "Material-Design-Iconic-Font";
  font-size: 28px;
  position: absolute;
  top: -10px;
}
.more-news a span {
    margin-left: 15px;
    line-height: 18px;
    color: #58afe2;
}
.input-top.search.more-news {
  margin: 20px 0;
}
.input-top.search.more-news h2 {
  margin: 0 0 20px;
}
/*news-detail*/
.news-left {
  border: 1px solid #ddd;
  border-radius: 5px;
  float: left;
  min-height: 268px;
  padding:15px;
  text-align: center;
  width: 100%;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.news-right {
  background-color: #f3f1f2;
  float: left;
  min-height: 255px;
  padding: 15px;
  width: 100%;
}
.news-right a {
  color: #58afe2;
  font-family: "Roboto-Bold";
  font-size: 30px;
  margin-bottom: 0px;
  line-height: 30px;
  float: left;width: 100%;
}
.news-right > span {
  font-family: 'RobotoMediumItalic';
  text-transform: uppercase;
  float: left;width: 100%;
}
.news-right > p {
  margin-top: 20px;
  float: left;
  width: 100%;
}
.news-details{
    margin-top: 20px;
    margin-bottom: 20px;
}
/*exhibition*/
.exhibition-name h2{
    color: #58afe2;
    font-family: "Roboto-Bold";
    font-size: 24px;
    margin-bottom: 20px;
}

.register-ticket a {
  background-color: #eb1c24;
  border: medium none;
  border-radius: 50px;
  color: #fff;
  margin-right: 40px;
  padding: 10px 30px;
  font-family: 'Roboto-Bold';
  font-size: 18px;
}
.register-ticket {
  float: left;
  width: 100%;
  margin: 20px 0px;
}
.exhibition-name {
  float: left;
  width: 100%;
  /*margin: 20px 0;*/
  margin: 0 !important;
}
/*
image-effect
*/

.wrapper {
    background: transparent none repeat scroll 0 0;
    border-radius: 4px;
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/
    border: 1px solid #ddd;
    color: #fff;
    padding: 20px 20px 0;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

span.btn {
    padding: 10px;
    display: inline-block;
    cursor: pointer;
    font: 12px/14px Arial, Helvetica, sans-serif;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #666666;
    color: #fff;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .5);
    border: 1px solid gray;
}

span.btn:hover {
    background-color: #eee;
    color: #333333;
    box-shadow: 0 0 2px rgba(0, 0, 0, .8);
}

#screen {
    width: 500px;
    height: 450px;
    border: 1px solid gray;
    background: rgba(0, 0, 0, 1);
}

#thumbs img {
    width: 100%;
    cursor: url("zoomin.png"), -moz-zoom-in;
}

#controls {
    width: 900px;
    text-align: right;
}

.explanation b {
    color: #999;
}

.explanation {
    display: none;
}

#showExp {
    position: absolute;
    padding: 10px;
    border-radius: 10px;
    background: #333333;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    cursor: pointer;
    margin: 5px;
    right: 20px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .6);
}

#showExp:hover {
    background: #fff;
}

.product-detail .breadcrumb > li {
    font-size: 35px;
}

.product-detail .breadcrumb > li + li::before {
    font-size: 25px;
    top: 2px;
}

.product-detail .list-links h1 {
    font-size: 40px;
    font-family: 'Roboto-Bold';
    color: #00002d;
}

.product-detail .list-links > span {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.product-detail .best-sellers h2 {
    text-align: left;
    margin-top: 0;
}

.product-detail td:last-child {
    font-family: 'Roboto-Bold';
    text-align: right;
    font-size: 26px;
}

.product-detail td {
    width: 50%;
    font-size: 20px;
    vertical-align: middle !important;
}

.product-detail tr:nth-child(even) {
    background-color: #f2f1f1;
}

.product-detail .sort-by {
    float: right;
    margin: 15px 0;
    width: 250px;
}

.product-detail .form-group select {
    background-color: #00002d;
    border: 1px solid #00002d;
    border-radius: 50px;
    color: #fff;
    font-size: 12px;
    height: 37px;
}

.product-detail .form-group.select-country::before {
    color: #fff;
    content: "";
}

.quantity input {
    font-size: 16px;
    height: 54px;
    width: 126px;
    margin-left: 20px;
}

.quantity label {
    font-size: 26px;
    color: #000;
    margin-top: 5px;
}

.add-basket {
    float: right;
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}

.add-to-basket {
    font-size: 26px;
    background-color: #FFBC00 !important;
}

.add-to-wish {
    font-size: 14px;
    border: none;
    background-color: transparent;
}

.add-basket a {
    background-color: #00002d;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    padding: 10px 40px;
    white-space: nowrap;
}

.add-basket button {
    background-color: #00002d;
    border: medium none;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    padding: 10px 40px;
    white-space: nowrap;
}

.add-quantity {
    float: left;
    width: 100%;
    margin-top: 30px;
}
/*.related-product .col-md-2 {}*/
.related-product a {
    float: left;
    text-align: center;
    width: 80%;
    margin-bottom: 20px;
    padding: 15px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    position: relative;
    /*height: 85px;*/
    min-height: 85px;
}

.related-product a img {
    width: 100%;
    max-width: 40%;
}

.related-product a::before {
    color: #979796;
    content: "+";
    font-family: "Roboto-Black";
    font-size: 40px;
    position: absolute;
    right: -45px;
}

.related-product a.last-child::before {
    content: '' !important;
}

.related-product .form-control > span {
    font-size: 20px;
    white-space: nowrap;
    margin-right: 15px;
    margin-top: 12px;
}

.product-order > ul {
    padding-left: 10px;
}

.product-order {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.product-order h4 {
    font-family: 'RobotoThinItalic';
    color: #58AEE1;
    font-weight: bold;
    font-size: 24px;
}

.related-product {
    border-bottom: 2px solid #58aee1;
    border-top: 2px solid #58aee1;
    float: left;
    padding: 30px 0;
    width: 100%;
    margin: 50px 0 0;
}

.product-order ul li {
    color: #231F20;
    font-size: 21px
}

.product-order ul li i {
    background-color: #58aee1;
    color: #58aee1;
    height: 15px;
    width: 15px;
    margin-right: 5px;
    top: 3px;
    position: relative;
}

.quantity .form-control {
    padding: 0;
    margin-bottom: 5px;
}

.quantity .input-top {
    margin-top: 0;
}

.related-product .quantity input {
    height: 40px;
}

.related-product a.add-bundle::before {
    content: '';
}

.related-product .add-basket button {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    float: left;
    /*height: 63px;*/
    min-height: 63px;
    position: relative;
    text-align: center;
    width: auto;
    background-color: #EB1C24;
    width: 220px;
    padding: 0 !important;
    line-height: 63px;
    font-size: 18px !important;
    font-family: 'Roboto-Bold';
    margin-top: 20px;
}

.product-detail .seller-text p {
    font-size: 19px;
}


/*.wrapper  {
    display: inline-block;
    float: none ;
    margin-top: 0 ;
    position: relative ;
    width: auto;
    cursor: default;
}*/


/*.wrapper i {
   position: relative;
  top: 0;
  z-index: 1;
  cursor: default;
   color: #00002d;
  content: "";
  font-family: Material-Design-Iconic-Font;
  font-size: 25px;
  z-index: 1;
  left: 40px;
}*/


/*end*/

.account .ring-links {
    float: left;
    margin-bottom: 50px;
    text-align: left;
    width: 100%;
}


/*.account .breadcrumb > li {
    font-size: 35px;
}*/


/*.account .breadcrumb > li + li::before {
    font-size: 50px;
    top: 5px;
}
*/

.order-page {
    float: left;
    width: 100%;
    margin: 20px 0 50px;
}

.order-page tbody tr:nth-child(odd) {
    background-color: #F2F1F1;
}

.order-page tr td,
.order-page tr th {
    border-left: none !important;
    border-right: none !important;
    height: 65px;
    vertical-align: middle !important;
}

.order-page tr td {
    color: #231F20 !important;
}

.order-page tr th {
    color: #00002d;
    border-bottom: none !important;
    font-size: 21px;
}

.order-page .table.table-bordered tr td a {
    background-color: #00002d;
    border-radius: 50px;
    color: #fff;
    padding: 5px 20px;
}

.order-page tr td:first-child,
.order-page tr th:first-child {
    padding-left: 20px;
}

.order-page tr td:last-child {
    text-align: right;
}

.account .list-links {
    margin: 50px 0 0;
}

.account-2 .order-page tr td:last-child {
    text-align: left;
}

.account-2 .order-page tr {
    height: 80px;
}

.account-2 .order-page tfoot tr:nth-child(odd) {
    background-color: #F2F1F1;
}

.account-2 .order-page tfoot tr:last-child,
.account-2 .order-page tfoot tr:last-child td {
    background-color: #00002d;
    color: #fff !important;
}

.account-2 tfoot td {
    color: #000 !important;
}

.account-2 tfoot {
    border-top: 1px solid #000 !important;
}

.account-2 .order-page tr td,
.account-2 .order-page tr th {
    border: none !important;
    vertical-align: middle !important;
    width: 50%;
}

.account-2 .order-page h2 {
    text-align: left;
    margin-top: 0;
    font-family: 'Roboto-Black';
    font-size: 30px;
    margin-bottom: 30px;
}

.account-2 .order-page.last-child h2 {
    font-size: 26px;
}

.account-2 .order-page > p {
    margin: 0;
    font-size: 15px;
}

.order-placed > p {
  float: left;
  font-size: 17px;
  margin-bottom: 0;
  width: 100%;
  line-height: 40px;
}

.order-placed span {
    background-color: #58afe2;
    padding: 5px 10px;
    margin-right: 5px;
}

.order-placed {
    float: left;
    width: 100%;
    background-color: #00002d;
    color: #fff;
    padding: 28px;
    margin-bottom: 50px;
}

.account-2 .order-page tfoot tr {
    height: 48px;
}


/*side-nav*/

.side-nav {
    background-color: #fff;
    height: calc(100%);
    left: -105%;
    margin: 0;
    overflow-y: hidden;
    padding-bottom: 60px;
    position: fixed;
    top: 0;
    width: 280px;
    will-change: left;
    z-index: 99999999;
    /*transform: none !important;*/
}

.side-nav.right-aligned {
    will-change: right;
    right: -105%;
    left: auto;
}

.side-nav .collapsible {
    margin: 0;
}


/*.side-nav li {
    border-bottom: 2px solid #2a2b2d;
    float: none;
    padding: 10px 0;
    /*padding: 0px 0 10px 0;*
    width: 100%;
}*/

.nav-menu-icon .side-nav ul li a:hover {
    color: #58afe2;
}

.side-nav a {
    color: #58afe2;
    display: block;
    font-size: 1rem;
    height: 64px;
    line-height: 64px;
    padding: 0 15px;
}

.side-nav li.active {
    background-color: rgba(0, 0, 0, 0.05);
}

.side-nav {
    display: none;
}

.nav-menu-btn {
    display: none;
    float: right;
    height: 50px;
    line-height: normal;
    margin-top: 10px;
    width: 100%;
    position: relative;
    z-index: 9;
    text-align: right;
}

.nav-menu-btn a {
    color: #58afe2;
    font-size: 16px;
    z-index: 99999;
}

.nav-menu-btn a::before {
    border-bottom: 5px solid #fff;
    border-top: 5px solid #fff;
    content: "";
    float: left;
    height: 25px;
    position: absolute;
    right: 55px;
    top: 20px;
    width: 35px;
}

.nav-menu-btn a::after {
    border-bottom: 5px solid #fff;
    content: "";
    height: 16px;
    position: absolute;
    right: 55px;
    top: 19px;
    width: 35px;
}

.nav-menu-icon {
    float: left;
    position: fixed;
    top: 15px;
    z-index: 999;
    display: none;
}

.drwr-head {
    background-color: #fafafa;
    color: #000000;
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    padding: 10px;
    width: 100%;
    border-bottom: 2px solid #58afe2;
}

.drwr-head i {
    background-color: #58afe2;
    border-radius: 3px;
    color: #ffffff;
    float: left;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    text-align: center;
    width: 35px;
}

.side-nav {
    background-color: #f0f5f8;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    overflow-y: auto;
}

.side-nav-logo {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 150px;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.side-nav-logo a img {
    bottom: 0;
    display: inline;
    float: left;
    left: 0;
    margin: auto;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 175px;
}

.side-nav li:hover a::after,
.side-nav li.active a::after {
    /*transform: translateX(0px);*/
}

.nav-menu-icon ul li a::after {
    /*border-right: 4px solid #58afe2;*/
    box-shadow: 0 0 4px #000000;
    content: "";
    float: left;
    height: 100%;
    position: absolute;
    right: 0;
    transform: translateX(10px);
    transition-duration: 0.5s;
    width: 3px;
}

#sidenav-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 120vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    will-change: opacity;
    z-index: 997;
}

.side-nav li:hover a,
.side-nav li.active a {
    /*color: #ffffff;*/
}

.nav-menu-icon ul li a {
    color: #00002d;
    float: left;
    font-size: 18px;
    height: inherit;
    line-height: 45px;
    padding: 0 0 0 15px;
    width: 100%;
}

.nav-menu-icon .side-nav ul li ul li:last-child {
    border-bottom: none !important;
}

.nav-menu-icon .side-nav ul li ul li {
    border-bottom: medium none !important;
    /*border-bottom: 1px solid #333;*/
    padding-left: 15px !important;
}

.side-nav li {
    border-bottom: 1px solid #00002d;
    float: left;
    list-style: outside none none;
    padding: 0 !important;
    width: 100%;
}

.nav-menu-icon ul li ul li a {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.nav-menu-icon #slide-out.side-nav ul li ul {
    background-color: rgba(88, 175, 226, 1);
    float: left;
    padding-bottom: 8px;
    padding-top: 8px;
    width: 100%;
}

.side-nav ul li a i {
    float: left;
    /*font-size: 1.3rem;*/
    line-height: 45px;
    padding-right: 10px !important;
    color: #58afe2;
    font-size: 18px;
    width: 25px;
    /*margin-right: 15px;*/
}

.nav-menu-icon .side-nav ul li ul li a:hover {
    color: #00002d !important;
}

.waves-effect span:hover {
    color: #58afe2;
}

.side-nav li.active .waves-effect span {
    color: #58afe2;
}

.side-nav li:hover a span {
    color: #58afe2;
}

.side-nav li:hover a i,
.side-nav li.active a i,
.side-nav li.active a span,
.side-nav li.active a {
    color: #58afe2;
}

.side-nav li.active a span {
    color: #58afe2;
}

#slide-out ul {
    /*float: left;*/
    width: 100%;
    padding: 0;
}

.dropdown-nav,
.dropdown-quick,
.dropdown-nav-sub {
    display: none;
}


/*end*/

.filter-detail {
    display: none;
}

.filter-by-category {
    display: none;
}

.filter-by-category .dropdown-toggle {
    border: 1px solid #58afe2;
    width: 100%;
    float: left;
    padding: 8px 10px;
    color: #00002d;
}

.filter-by-category .dropdown-menu {
    border-radius: 0;
    top: 38px;
    width: 100%;
    padding-left: 10px;
}
.list-links .breadcrumb > li a{line-height: 40px;}
.filter-by-category .dropdown-menu > li > a {
    padding: 3px 0;
}

.filter-by-category .dropdown-toggle span {
    float: right;
    margin-top: 5px;
}

.pagination {
    margin: 20px 0 15px;
}

.ring-links li:last-child {
    margin-right: 0;
}


/*login-register*/

.login-register .list-links > p {
    color: #000;
    font-family: 'Roboto-Regular';
    font-size: 17px;
    font-weight: normal;
    padding-right: 70px;
}

.login-register .list-links > h1 {
    float: left;
    font-family: "Roboto-Bold";
    font-size: 50px;
    text-transform: uppercase;
    color: #00002d;
    width: 100%;
    margin-bottom: 20px;
}

.login-register .best-sellers h2 {
    text-align: left;
    margin: 30px 0 20px;
}

.login-left {
    float: left;
    background-color: #f6f4f5;
    width: 100%;
    border: 1px solid #c3c3cd;
    border-radius: 5px;
    padding: 0 30px 30px;
}

.login-register input {
    border-radius: 10px;
    font-size: 16px;
}

.login-register .form-control {
    padding: 10px 0;
}

.login-left a {
    float: left;
    width: 100%;
    font-family: 'RobotoMediumItalic';
    color: #57aee3;
}

.btn-blue {
    background-color: #00002d;
    /*background-color: #57aee3;*/
    border-radius: 50px;
    border: none;
    padding: 10px 35px;
    color: #fff;
    font-family: 'Roboto-Bold';
    font-size: 18px;
    margin: 15px 0;
}

button.btn-cyan {
    background-color: #57aee3;
    border-radius: 50px;
    border: none;
    padding: 10px 35px;
    color: #fff;
    font-family: 'Roboto-Bold';
    font-size: 18px;
    margin: 15px 0;
}

button.btn-cyan:hover {
    color: #00002d;
}

button.btn-red:hover {
    color: #58afe2;
}

button.btn-red {
    background-color: #eb1c24;
    border-radius: 50px;
    border: none;
    padding: 10px 35px;
    color: #fff;
    font-family: 'Roboto-Bold';
    font-size: 18px;
    margin: 15px 0;
}

.border-right::before {
    background-color: #3f3f61;
    content: "";
    left: -2px !important;
    position: absolute;
    top: -2px;
    width: 3px;
}

.border-right::after {
    background-color: #3f3f61;
    bottom: -2px;
    content: "";
    left: -2px !important;
    position: absolute;
    width: 2px;
}

.border-right {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-position: left center;
    border-bottom: 2px solid transparent;
    border-left: 2px solid #3f3f61;
    border-right: medium none !important;
    border-top: 2px solid transparent;
    content: "";
    float: left;
    margin: 0 auto;
    padding-left: 50px;
    position: relative;
}

.border-left .login-left {
    width: 90%;
}

.border-left,
.border-right {
    padding-top: 30px;
    padding-bottom: 50px;
}

.profile-name span {
    display: inline;
    width: auto;
    color: #000;
    font-family: 'RobotoMediumItalic';
    font-size: 16px;
}

.profile-name span a {
    color: #58b0e2;
}

.profile-name h3 {
    float: left;
    width: 100%;
    font-family: 'Roboto-Bold';
    font-size: 32px;
    color: #58b0e2;
}

.profile-name p.account-type {
    display: inline;
    width: auto;
    color: #000;
    font-size: 16px;
    font-family: 'Roboto-Regular';
}

.manage-account {
    align-items: center;
    background-color: #f6f4f5;
    border: 1px solid #c3c3cd;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    font-family: "Roboto-Bold";
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    /*height: 230px;*/
    min-height: 230px;
    overflow: hidden;
    margin: 50px 0;
}

.manage-account a {
    color: #00002d;
    font-size: 35px;
    line-height: 35px;
}

.manage-account a {
    color: #00002d;
    display: block;
    font-size: 35px;
    line-height: 35px;
}

.account.dashboard .breadcrumb > li {
    font-size: 20px;
}


/*.account.dashboard .breadcrumb > li + li::before {
    font-size: 33px;
    top: 5px;
}*/

.account.dashboard .breadcrumb > li.active a {
    color: #e91b25;
}

.account.dashboard .breadcrumb {
    background-color: #f3f1f2;
    border-radius: 5px;
    padding: 0px 15px 15px;
}

.account.dashboard .breadcrumb > li::after {
    font-size: 35px;
}

.product-table tbody tr:nth-child(odd) {
    background-color: #f3f1f2;
}

table tr td,
table tr th {
    vertical-align: middle;
}

.dashboard tfoot tr:last-child,
.dashboard tfoot tr:last-child td {
    background-color: #00002d;
    color: #fff !important;
}

.dashboard .table input {
    width: 75px;
    text-align: center;
    height: 35px;
}

.dashboard .table img {
    float: left;
    margin-right: 10px;
}

.dashboard .table p {
    line-height: normal;
    padding-top: 25px;
}

.dashboard table tr {
    height: 80px;
}

.dashboard .table tfoot input {
    border: 2px solid #1d2651;
    height: 45px;
    margin-top: 15px;
    margin-right: 15px;
    width: 170px !important;
    background-color: #36365a;
    color: #fff;
    font-size: 16px;
}

.dashboard .table > thead > tr > th,
.dashboard .table > tbody > tr > th,
.dashboard .table > tfoot > tr > th,
.dashboard .table > thead > tr > td,
.dashboard .table > tbody > tr > td,
.dashboard .table > tfoot > tr > td {
    vertical-align: middle;
    padding: 8px 15px;
}

tr td a i {
    background-color: #00002d;
    border-radius: 50px;
    color: #fff;
    height: 30px;
    line-height: 30px !important;
    text-align: center;
    width: 30px;
    font-size: 14px !important;
}

.dashboard .table > thead > tr > th {
    color: #00002d;
}

.dashboard .table > tbody > tr > td:last-child {
    text-align: center !important;
}

.dashboard .total-order .table > tbody > tr > td:last-child {
    text-align: right !important;
}

.product-table h2 {
    font-family: "Roboto-Black";
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: left;
}

.dashboard .total-order table tbody tr {
    height: 50px;
}

.dashboard .total-order tfoot tr:last-child,
.dashboard .total-order tfoot tr:last-child td {
    background-color: #f3f1f2;
    color: #00002d !important;
    font-family: "Roboto-Bold";
    font-size: 20px;
}

.dashboard .total-order tfoot tr td:last-child {
    text-align: right;
}

.dashboard .total-order .table > thead > tr {
    border-bottom: 2px solid #ddd;
}

.dashboard .total-order .table > tfoot > tr > td {
    border-top: 2px solid #ddd;
}

.product-table .add-to-basket {
    background-color: #ffbc00 !important;
    font-family: "Roboto-Bold";
    font-size: 20px;
}

.order-confirm > h1 {
    color: #00002d;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
    font-size: 35px;
}

.order-confirm > p {
    margin: 0;
    font-size: 14px;
    color: #000;
}

.order-confirm a {
    color: #58b0e2;
    font-family: 'RobotoMediumItalic';
}

.order-confirm {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.product-table h2 span {
    color: #58b0e2;
}

.account.dashboard .order-page.last-child h2 {
    font-size: 26px;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
}

.account.dashboard .order-page.last-child > p {
    margin: 0;
    color: #00002d;
    font-family: 'Roboto-Regular';
}

.account.dashboard .address-detail .order-page.last-child h2 {
    float: left;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: left;
    text-transform: uppercase;
}

.order-title {
    font-size: 16px !important;
}

.address-detail .order-page.last-child {
    float: left;
    height: 50px;
    margin: 0;
    width: 100%;
}
.address-detail .order-page.last-child.billing-header{
    /*border-bottom: 2px solid #57aee3;*/
}
.address-detail .billing-header .form-group select {
  background-color: #fff;
  background-image: none;
  border-bottom: 2px solid #57aee3;
  border-radius: 0;
  box-shadow: unset;
  color: #555;
  font-size: 16px;
  height: 54px;
  line-height: 1.42857;
  padding: 6px 8px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  border-top: navy;
  border-left: none;
  border-right: none;
}
.address-detail .billing-header .form-group.select-country::before {
  content: "";
  }
.same-address button.btn-cyan {
    background-color: #57aee3;
    border: medium none;
    border-radius: 50px;
    color: #fff;
    font-family: "Roboto-Bold";
    font-size: 14px;
    margin: 0;
    padding: 10px 20px;
}

.address-detail .order-page {
    float: left;
    margin: 0px 0 0;
    width: 100%;
}

.address-detail input {
    font-size: 16px;
}

.address-detail .form-group select {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 16px;
    height: 54px;
    line-height: 1.42857;
    padding: 6px 8px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.address-detail table tbody tr td:nth-child(3) {
    text-align: center;
}

.billing-details {
    margin-bottom: 50px;
}

.address-detail .form-group.select-country::before {
    background-color: transparent;
    bottom: 0;
    color: #57aee3;
    content: "";
    font-family: "Material-Design-Iconic-Font";
    font-size: 40px;
    height: 50px;
    line-height: 50px;
    pointer-events: none;
}

.reset-password {
    width: 40%;
    margin: 50px auto;
    text-align: center;
}

.reset-password h1 {
    color: #00002d;
    font-family: 'Roboto-Bold';
    text-align: left;
    font-size: 30px;
    margin-top: 0;
}

.reset-password {
    margin: 50px auto;
    text-align: center;
    width: 40%;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.reset-password button.btn-cyan {
    width: 100%;
}

.input-top.mobile {
    display: none;
}

.slider-main.mobile {
    display: none;
}

.quick-bottom .padding-left {
    padding-left: 0px;
}

.filter-by.category button {
    background-color: #f3f1f2;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #00002d;
    float: left;
    font-size: 20px;
    padding: 15px;
    text-align: left;
    width: 100%;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
}

.filter-detail {
    display: block;
    float: left;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f3f1f2;
    padding: 0 20px;
    margin-bottom: 20px;
}

.filter-by.category button span {
    text-align: right;
    float: right;
    padding-top: 5px;
}

.previous-next.mobile {
    display: none;
}

.footer-mobile {
    display: none;
}

.input-top input {
    background-color: #f3f1f2;
}

.wrapper .zmdi.zmdi-search {
    bottom: 30px;
    color: #00002d;
    font-size: 30px;
    left: 15px;
    position: relative;
    z-index: -1;
}


/*address page*/

.order-page.default-address > p {
    margin: 0;
    line-height: 22px;
    font-size: 16px;
    padding: 0 15px;
}

.order-page.default-address {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-bottom: 0px;
}

.order-page.default-address > h2 {
    background-color: #f2f1f1;
    border-bottom: 2px solid #ddd;
    font-size: 22px;
    margin-bottom: 10px;
    padding: 15px;
    text-align: left;
    margin-top: 0;
}

.set-default {
    float: left;
    width: 100%;
    background-color: #f2f1f1;
    text-align: center;
    border-top: 1px solid #000;
    margin-top: 15px;
}

.add-new-address .add-address {
    border: 1px solid #ddd;
    float: left;
    margin-bottom: 50px;
    width: 100%;
    padding-top: 5px;
}

.update-profile {
    margin-top: 15px;
    float: left;
    width: 100%;
}


/*about-us*/

.about-us .stock {
    float: left;
    margin-top: 50px;
    width: 100%;
}

.order-page.add-wishlist .table a {
    /* background-color: #ff0000;
    white-space: nowrap;*/
    /*padding: 5px 15px;*/
    border-radius: 50px;
    color: #fff;
    text-align: center;
}

.add-wishlist .table p {
    line-height: normal;
    padding-top: 25px;
    white-space: pre-line;
    width: auto;
    display: flex;
}

.add-wishlist .table img {
    float: left;
    margin-right: 10px;
}

.order-page.add-wishlist tr td a i {
    background-color: #00002d;
    border-radius: 50px;
    color: #fff;
    font-size: 20px !important;
    height: 40px;
    line-height: 40px !important;
    text-align: center;
    width: 50px;
}

.order-page.add-wishlist .table button.add-to-cart {
    background-color: #57aee3;
    border: medium none;
    border-radius: 50px;
    color: #00002d;
    font-size: 20px !important;
    height: 40px;
    line-height: 40px !important;
    text-align: center;
    width: 50px;
}

.order-page.add-wishlist tr td,
.order-page.add-wishlist tr th {
    border: medium none !important;
    vertical-align: middle !important;
    width: auto !important;
}

.side-by-side {
    display: inline;
}


/*.order-page.add-wishlist .table a.add-to-cart i {
    background-color: #57aee3;
    color: #00002d;
    font-size: 20px;
}*/

.empty-cart {
    text-align: center;
    padding: 15px 0;
}

.empty-cart > p {
    color: #00002d;
    font-family: 'Roboto-Bold';
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 10px;
}

.search-result .order-page {
    float: left;
    margin: 0 0 30px;
    width: 100%;
}

.previous-next .pagination > li > a,
.previous-next .pagination > li> span {
    background-color: #00002d;
    border-radius: 50px;
    margin-left: 0;
    color: #fff;
}

.previous-next .pagination > .active > a,
.previous-next .pagination > .active > span,
.previous-next .pagination > .active > a:hover,
.previous-next .pagination > .active > span:hover,
.previous-next .pagination > .active > a:focus,
.previous-next .pagination > .active > span:focus {
    background-color: #57aee3;
    border-color: #57aee3;
    color: #fff;
    cursor: default;
    z-index: 3;
    border-radius: 50px;
}

.previous-next .pagination > li > a:hover,
.previous-next .pagination > li > a > span:hover,
.previous-next .pagination > li > a:focus,
.previous-next .pagination > li > a > span:focus {
    background-color: #57aee3;
    border-color: #57aee3;
    color: #fff;
    cursor: default;
    z-index: 3;
    border-radius: 50px;
}


input.parsley-error,
textarea.parsley-error,
select.parsley-error{ border:1px solid #A94442 !important; background:#FFF !important; }
.parsley-errors-list{ display:none !important; }


select#i_shipping_id.parsley-error {  background-color: #00002d !important;  border: 1px solid #00002d !important;  border-radius: 50px;  color: #fff;  font-size: 12px;  height: 37px;}

p a > input[type="button"] {

border: none;

background-color: #58afe2;

display: inline-block;

width: auto;

height: 55px;

font-size: 16px;

border-radius: 50px;

color: #ffffff;

font-weight: 700;

font-size: 1em;

margin-right: 5px;

padding: 0 2em;

transition: 0.3s all ease;

}

 

p a > input[type="button"]:hover {

background-color: #00002d;

}


.what-quickdome ul li {
  list-style: disc !important;
}
.what-quickdome ul {
  padding-left:20px !important;
}

.what-quickdome ol li {
  list-style: unset;
}
.what-quickdome ol {
  padding-left:20px;
}


@media screen and (max-width: 767px) {
  .product-table table {
    border: 0;
  }
  .product-table table caption {
    font-size: 1.3em;
  }
  .product-table table thead,
  .custom_responsive  thead{
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .product-table table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
 .product-table  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  .product-table table td:before,
  .custom_responsive td:before{
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    min-width: 70px;
    text-align: left;
    margin-right: 20px;
  }
  .custom_responsive tfoot > tr > td{border-top: 0 !important;}
  .product-table  tfoot > tr > td{border-top: 0 !important;}
  .custom_responsive td{width: 100%;float: left;border: 0px !important;}
  .custom_responsive tr td:first-child{padding-left: 8px;}
  .custom_responsive tr {margin-bottom: 30px;float: left;width: 100%;border: 1px solid #ddd;}
  .custom_responsive tr td:not(:last-child){border-bottom: 1px solid #ddd !important;}
  .custom_responsive td a{display: inline-block;}
  .address-detail table tbody tr td:nth-child(3) {
  text-align: left;
}
  .border_0{border:0 !important;}
  .product-table table td:last-child {
    border-bottom: 0;
  }
  .product-table table tr{border-bottom: 1px solid #ddd;}
  .product-table table tr{height: auto;}
  .product-table table tr th, .product-table table tr td{text-align: left;}
  .product-table .table p {
      padding-top: 10px;
  }
  .total-order table tbody tr{height: auto;}
  .total-order table td::before{display: none;}
  .total-order table tbody tr {
      height: auto !important;
   }
   .custom_responsive tfoot tr {
      height: auto !important;
  }
  .product-table.total-order .table > tbody > tr > td:last-child {
    text-align: left !important;
  }
  .dashboard .total-order tfoot tr td:last-child {
    text-align: left;
  }
  .dashboard .total-order .table > tfoot > tr > td {
      border-top: 0px solid #ddd;
  }
  .dashboard .product-table .add-to-basket {
    padding: 10px 40px;
    float: left !important;
    width: auto;
    margin-top: 15px !important;
  }
  .product-table table tr{margin-bottom: 0px;}
  .dashboard .table > tfoot > tr > td{float: left;width: 100%;}
  .product-table table tfoot tr {float: left;width: 100%;}
  .product-table table tbody tr {float: left;width: 100%;margin-bottom: 20px;}
  .product-table table{margin-bottom: 0;}
  .product-table table td{border-bottom: 0px solid #ddd;}
  
  .product-table table td {
    border-bottom: 0px solid #ddd;
    float: left;
    width: 100%;
  }
  .total-order tbody tr td{float: left;width: auto;min-width: 80px;}
  .total-order tfoot tr td{float: left;width: auto;min-width: 80px;}
  .dashboard .total-order .table > tfoot > tr > td{float: left;width: auto;min-width: 80px;}
  .total-order table tbody tr{margin-bottom: 0px;}
  .product-table table tr {
    border: 1px solid #ddd;
  }
  .product-table .panel-default{border: 0;}
  .dashboard .table > tbody > tr > td:last-child {
    text-align: left !important;
  }
  .dashboard .table > tbody > tr > td{padding: 15px 15px;}
  td[data-label="Quantity"], td[data-label="Remove"]{line-height: 36px !important;}
  .text_bold{font-weight: bold;}
  td[data-label="Product"] br{display: none;}
  td[data-label="Product"] {padding-left: 70px;}
  .order-page.add-wishlist tr td{ float: left;width: 100% !important; }
  .order-page.add-wishlist tfoot tr td{ width:auto !important; }
  .account-2 .order-page tr{height: auto;}
  .order-page tr td{height: auto;}
  .add-wishlist .custom_responsive tfoot tr td:not(:last-child),
  .add-wishlist .custom_responsive tfoot tr{border:0 !important;}
  .product-detail td:last-child{font-size: 16px;}
  .product-detail td{font-size: 16px;}
}
@media screen and (max-width: 520px) {
  .table-responsive > .table > tbody > tr > td{white-space: normal;}
  .product-table button.btn-red{width: 100% !important;}
  .product-table .product-table .add-to-basket{width: 100%;float: none !important;}
  .dashboard .product-table .add-to-basket{width: 100%;}
  
  .product-table table td::before {margin-right: 10px;}
  .dashboard .table > tbody > tr > td {
    padding: 15px 10px;
  }
  .dashboard .table img{float: none;}
  .dashboard .table p{margin-left: 80px;}
  .product-table .add-to-wish{padding: 0;}
}

span.small-txt {margin: 0px 0px 5px 0px !important;font-size: 15px;font-weight: bold;}