

@import url('https://fonts.googleapis.com/css?family=Prompt&display=swap');

body {
	margin: 0;
	padding: 0;
	font-family: 'Prompt', sans-serif;
	font-size: 14px;
	color: #273647;
}
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #3333336b; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.full-width {
	width: 100%;
}
.full-height {
	height: 100%;
}
.df-color {
	color: #498dff;
}
.gray-bg {
	background-color: #f7f7f7;
}
.pd-0 {
	padding: 0!important;
}
.pd-0-5 {
	padding: 0 5px;
}
.mr-0 {
	margin: 0;
}
p {
	font-size: 16px;
}
.display-none {
	display: none;
}
.br-1 {
	margin: 10px 0 15px;
	background-color: #e5e5e5;
	height: 1px;
}
.br-2 {
	margin: 5px 0 10px;
	background-color: #e5e5e5;
	height: 2px;
}
.text-success {
	color: #498dff;
}
.float-right {
	float: right !important;
}
.float-left {
	float: left !important;
}
.font-bold {
	font-weight: bold;
}
.vertical-space-5 {
	display: inline-block;
	width: 100%;
	height: 5px;
}
.vertical-space-10 {
	display: inline-block;
	width: 100%;
	height: 10px;
}
.vertical-space-15 {
	display: inline-block;
	width: 100%;
	height: 15px;
}
.vertical-space-20  {
	display: inline-block;
	width: 100%;
	height: 20px;
}
.vertical-space-30 {
	display: inline-block;
	width: 100%;
	height: 30px;
}
.vertical-space-40  {
	display: inline-block;
	width: 100%;
	height: 40px;
}
.vertical-space-50 {
	display: inline-block;
	width: 100%;
	height: 50px;
}
.vertical-space-60 {
	display: inline-block;
	width: 100%;
	height: 60px;
}
.vertical-space-70 {
	display: inline-block;
	width: 100%;
	height: 70px;
}
.vertical-space-80 {
	display: inline-block;
	width: 100%;
	height: 80px;
}
.vertical-space-90 {
	display: inline-block;
	width: 100%;
	height: 90px;
}
.vertical-space-120 {
	display: inline-block;
	width: 100%;
	height: 120px;
}
.btn-df span {
	color: #FFF;
	position: relative;
	z-index: 0;
}
.btn-df {
    border: 0px solid #f0ad00;
    font-family: inherit;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    overflow: hidden;
    height: 50px;
	padding: 12px;
	color: #333;
	font-weight: bold;
	font-size: 16px;
	background: #273647;
	border-radius: 0px;
}
.btn-df:hover span {
	color: #FFF;
	z-index: 2;
}
.btn-df:hover, .btn-df:active {
    color: #0e83cd;
}
.btn-df:hover:after {
    height: 300%;
    opacity: 1;
    z-index: 0;
}
.btn-df:after {
    width: 130%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #498dff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
     content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.navbar-brand>img {
  padding-top: 11px;
  width: 130px;
  margin-left: 60px;
}
.navbar-brand {
    height: auto;
    margin: 0;
    padding: 0;
    margin-right: 20px;
}
.navbar-default{
color: #fff;
background-color: #2F4F4F;
border-color: #000000;
}
.navbar-default .navbar-nav > li > a{
	color:#fff;
}
.navbar-default .navbar-nav > .dropdown > a .caret{
	border-top-color: #273647;
    border-bottom-color: #273647;
}
.navbar-default .navbar-brand{
	color:#fff;
}
.menu-large {
  position: static !important;
}
.megamenu{
  padding: 20px 0px;
  width:100%;
}
.megamenu> li > ul {
  padding: 0;
  margin: 0;
}
.megamenu> li > ul > li {
  list-style: none;
}
.megamenu> li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.megamenu> li ul > li > a:hover,
.megamenu> li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #00A7E8;
}
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}


.header {
	width: 100%;
    float: left;
    position: relative;
    z-index: 2;
    box-shadow: 0px 0px 10px #777;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.del-txt{
	color: #a7a7a7;
}
.theme-background-color {
    background-color: #498dff;
}
.theme-text-color {
    color: #ffffff;
}
.header.sticky {
    width: 100%;
    top: -100px;
    position: fixed;
    z-index: 1000;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px #ccc;
}
.header .top-header {
	background-color: #498DFF;
}
.header .top-header .top-header-left ul{
	border: 0px;
	float: left;
	margin: 0px;
}
.header .top-header .top-header-left ul li {
	width: 30px;
	height: 41px;
	margin-right: 4px;
	float: left;
	text-align: center;
	padding: 10px;
	color: #FFF;
}
.header .top-header .top-header-left ul li a {
	text-decoration: none;
	color: #FFF
}
.facebook:hover{
	/*background-color: #4D70A6;*/
}
.google-plus:hover {
	background-color: #DE5241;
}
.twitter:hover{
	background-color: #14C8FD;
}
.wordpress:hover {
	background-color: #57ADDE;
}
.youtube:hover {
	background-color: #E9654B;
}
.pinterest:hover {
	background-color: #DF282D;
}
.header .top-header .top-header-left ul li ul li {
	width: 100%;
	padding: 0px;
}
.header .top-header .top-header-left ul li ul li a {
	padding: 10px;
	color: #273647!important;
}
.header .top-header .top-header-right ul li {
	float: left;
	color: #FFF;
}
.header .top-header .top-header-right ul li a{
	color: #FFF;
	padding: 10px;
	float: left;
	text-decoration: none;
}
.header .top-header .top-header-right ul li select {
	height: 40px;
    background-color: initial;
    border: 0px;
    box-shadow: initial;
    color: #FFF;
}
.header .top-header .top-header-right ul li select option {
	color: #273647;
}
.header .top-header .top-header-right ul li a:hover {
	color: #273647;
}
.header .top-header .top-header-right ul li ul li {
	width: 100%;
}
.header .top-header .top-header-right ul li ul li.active a {
	background-color: #f5f5f5;
}
.header .top-header .top-header-right ul li ul li a {
	width: 100%;
	color: #273647;
}
.header .top-header .top-header-center ul, .header .top-header .top-header-right ul{
	margin: 0;
	padding: 0;
	z-index: 555555;
	border: 0px;
	border-radius: 0px;
}
.header .top-header .top-header-center ul li{
	padding: 10px;
	color: #fff;
}
.header .top-header .top-header-right ul li .top-button {
	padding: 10px;
    border-radius: 0px;
    border: 0px;
    background-color: #000;
}
.header .middle-header  .logo {
	width: 30%;
	float: left;
}
.header .middle-header  .logo a {
	width: auto;
	float: left;
}
.header .middle-header  .logo a img {
	height: 40px;
	margin: 10px 0;
	padding-right: 30px;
}
.header .middle-header  .logo .category {
	float: left;
	height: 60px;
	line-height: 60px;
	padding: 0 10px;
}
.header .middle-header  .logo .category a {
	color: #273647;
	text-decoration: none;
}
.header .middle-header  .logo .category ul {
	border: 0px;
}
.header .middle-header  .logo .category ul li {
	width: 100%;
}
.header .middle-header  .logo .category ul li a{
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.header .middle-header  .input-group {
	width: 40%;
	float: left;
	margin: 10px 0;
	border-radius: 20px;
}
.header .middle-header  .input-group input {
    height: 40px;
    margin: 0px;
    font-size: 14px;
    padding-left: 10px;
    border-radius: 0px;
    box-shadow: initial;
	border: 1px solid #498dff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.header .middle-header  .input-group input:focus {
	box-shadow: initial;
}
.header .middle-header  .input-group .input-group-addon {
	padding: 0px;
	border: 0px;
	background-color: inherit;
}
.header .middle-header .input-group .input-group-addon .search-icon {
	float: left;
    left: 0px;
    width: 30px;
    position: absolute;
    z-index: 555;
    height: 40px;
    text-align: right;
    padding: 13px 0px;
    border: 0px;
    background-color: inherit;
    box-shadow: none;
}
.header .middle-header  .input-group .input-group-addon button {
	height: 40px;
    border-radius: 0px;
    padding: 6px 30px;
    color: #fff;
    background-color: #498dff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.header .middle-header  .input-group .input-group-addon button:hover {
	color: #FFF;
}
.header .middle-header  .user-shotlist {
	width: 30%;
	float: left;
}
.header .middle-header  .user-shotlist ul {
	float: right;
	margin: 0px;
}
.header .middle-header  .user-shotlist ul li {
	float: left;
}
.header .middle-header  .user-shotlist ul li .btn-df {
	height: 40px;
	margin: 10px 0 10px 0px;
	padding: 8px 20px;
	border-radius: 30px;
}
.header .middle-header  .user-shotlist ul li a {
	position: relative;
	height: 60px;
	float: left;
    line-height: 60px;
    padding: 0 10px;
    color: #273647;
    text-decoration: none;
}
.header .middle-header .user-shotlist ul li a.login {
	width: 105px;
}

.header .middle-header .user-shotlist ul li a.login .sub_name {
	position: absolute;
    line-height: 18px!important;
    top: 12px;
    padding-left: 10px;
}
.header .middle-header  .user-shotlist ul li a img {
	height: 30px;
}
.header .middle-header  .user-shotlist ul li a .position {
	position: absolute;
	line-height: 10px;
	min-width: 20px;
	font-size: 12px;
	height: 20px;
	text-align: center;
	background-color: #498dff;
	border-radius: 10px;
  	top: 10px;
  	left: 30px;
  	padding: 5px;
}
.header .middle-header .user-shotlist ul li button {
	background-color: inherit;
    border: 0px;
    position: relative;
    height: 60px;
    padding: 15px 5px;
    box-shadow: 0px 0px 0px #FFF;
}
.header .middle-header .user-shotlist ul li button img {
	height: 30px;
}
.header .middle-header .user-shotlist ul li button p {
	position: absolute;
	line-height: 10px;
	min-width: 20px;
	font-size: 12px;
	height: 20px;
	text-align: center;
	background-color: #498dff;
	color: #273647;
	border-radius: 10px;
  	top: 10px;
  	left: 30px;
  	padding: 5px;
}
.header .main-header {
	border-top: 1px solid #f1f1f1;
}
.header .main-header .navbar-default {
	border: none;
	background-color: initial;
	margin: 0px;
}
.header .main-header .navbar-default .navbar-header a img {
	height: 30px;
	margin: 15px 0;
	padding-right: 100px;
}
.header .main-header .navbar-default .navbar-collapse {
	padding: 0px;
	overflow: hidden;
}
.header .main-header .navbar-default .navbar-collapse ul li a {
	height: 60px;
    line-height: 60px;
    padding: 0 10px;
    color: #273647;
}
.header .main-header .navbar-default .navbar-collapse ul li.active a, .header .main-header .navbar-default .navbar-collapse ul li:hover{
	color: #498dff;
	background-color: inherit;
}
.header .main-header .navbar-default .navbar-collapse ul li.active li a{
	color: #273647;
	background-color: inherit;
}
.header .main-header .navbar-default .navbar-collapse ul li.active li.active a ,.header .main-header .navbar-default .navbar-collapse ul li.active li a:hover {
	background-color: #f7f7f7;
}
.header .main-header .navbar-default .navbar-collapse ul li.open>a, 
.header .main-header .navbar-default .navbar-collapse ul li.open>a:focus, 
.header .main-header .navbar-default .navbar-collapse ul li.open>a:hover {
	background-color: inherit;
	color: #498dff;
}
.header .main-header .navbar-default .navbar-collapse ul li ul li.dropdown-header {
	float: left;
    padding: 0 10px;
    font-size: 16px;
    line-height: 16px;
    color: #273647;
    margin: 10px 0;
    position: relative;
    font-weight: bold;
}
#sync1 .item {
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

#sync2 .item {
  background: #c9c9c9;
  /* padding: 10px 0px; */
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}

#sync2 .item h1 {
  font-size: 18px;
}

#sync2 .current .item {
  background: #0c83e7;
}
#today-special-2 img{ height: 420px;  }
.owl-theme .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}

#sync1.owl-theme {
  position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}

#sync1.owl-theme .owl-prev {
  left: 10px;
}

#sync1.owl-theme .owl-next {
  right: 10px;
}
/* animate fadin duration 1.5s */
.owl-carousel .animated {
  animation-duration: 1.5s !important;
}
/* è¼ªæ’­çš„å‰å¾ŒæŒ‰éˆ•èƒŒæ™¯èª¿å¤§ */
#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 35px !important;
  height: 55px !important;
}
#sync1 svg {
  width: 22px !important;
}
.header .main-header .navbar-default .navbar-collapse ul li ul li.dropdown-header:after {
	content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #498dff;
    position: absolute;
    display: block;
    left: 10px;
    right: 0;
    bottom: -6px;
}
.header .main-header .navbar-default .navbar-collapse ul li ul.dropdown-menu  {
	border: 0px;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	max-height: 460px;
	overflow-y: auto;
}
.header .main-header .navbar-default .navbar-collapse ul li ul.dropdown-menu::-webkit-scrollbar {
  width: 5px;
  margin-right: 5px;
  position: relative;
}

/* Track */
.header .main-header .navbar-default .navbar-collapse ul li ul.dropdown-menu::-webkit-scrollbar-track {
  background: transparent; 
}
 
/* Handle */
.header .main-header .navbar-default .navbar-collapse ul li ul.dropdown-menu::-webkit-scrollbar-thumb {
  background: #ccc;
}

/* Handle on hover */
.header .main-header .navbar-default .navbar-collapse ul li ul.dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.header .main-header .navbar-default .navbar-collapse ul li ul.dropdown-menu.page-menu {
	width: 500px;
	padding: 15px 0;
}
.header .main-header .navbar-default .navbar-collapse ul li ul.dropdown-menu.page-menu ul {
	padding: 0px;
}
.header .main-header .navbar-default .navbar-collapse ul li ul.dropdown-menu.page-menu ul li {
	width: 100%;
	float: left;
}
.header .main-header .navbar-default .navbar-collapse ul li ul.dropdown-menu.page-menu ul li a {
	float: left;
	text-decoration: none;
}
.header .main-header .navbar-default .navbar-collapse ul li ul.dropdown-menu.page-menu ul li:hover a {
	width: 100%;
	background-color: #f7f7f7;
}
.header .main-header .navbar-default .navbar-collapse ul li ul li a {
	height: 36px;
    padding: 8px 15px;
    color: #273647;
    line-height: 20px;
}
.header .main-header .navbar-default .navbar-collapse ul li ul li.dropdown-submenu {
	position: relative;
}
.header .main-header .navbar-default .navbar-collapse ul li ul li ul.dropdown-menu {
	top: 0;
  	left: 100%;
  	margin-top: -1px;
}
.header .main-header .navbar-default .navbar-collapse ul li a img {
	height: 30px;
}
.header .main-header .navbar-default .navbar-collapse ul li a p {
	position: absolute;
	line-height: 10px;
	min-width: 20px;
	font-size: 12px;
	height: 20px;
	text-align: center;
	background-color: #498dff;
	border-radius: 10px;
  	top: 10px;
  	left: 30px;
  	padding: 5px;
}
#my-cart .modal-dialog {
	margin: 0px;
	width: 30%;
	float: right;
	height: 100%;
}
#my-cart .modal-dialog .modal-content {
	height: 100%;
	border-radius: 0px;
	border: 0px;
	overflow: hidden;
}
#my-cart .modal-dialog .modal-content .modal-header {
	background-color: #273647;
	color: #498dff;
    padding: 10px 15px;
    border: 0px;
    height: 45px;
}
#my-cart .modal-dialog .modal-content .modal-header button.close {
	color: #FFF;
	opacity: inherit;
}
#my-cart .modal-dialog .modal-content .modal-header button.close img {
	width: 16px;
}
#my-cart .modal-dialog .modal-content .modal-body {
	width: 100%;	
	height: calc(100% - 45px);
	float: left;
	padding: 0px;
}
#my-cart .modal-dialog .modal-content .modal-body .cart-body {
	width: 100%;
	height: 80%;
	overflow-y: scroll;
	padding: 10px 15px;
	float: left;
}
#my-cart .modal-dialog .modal-content .modal-body .cart-body .cart-box {
	width: 100%;
	float: left;
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
#my-cart .modal-dialog .modal-content .modal-body .cart-body .cart-box:last-child {
	border-bottom: 0px;
}
#my-cart .modal-dialog .modal-content .modal-body .cart-body .cart-box .img-box {
	width: 80px;
	float: left;
}
#my-cart .modal-dialog .modal-content .modal-body .cart-body .cart-box .detail {
	width: calc(100% - 80px);
	float: left;
	padding-left: 10px;
	padding-right: 30px;
}
#my-cart .modal-dialog .modal-content .modal-body .cart-body .cart-box .detail h4 {
	margin-top: 5px;
	font-size: 14px;
	color: #273647;
}
#my-cart .modal-dialog .modal-content .modal-body .cart-body .cart-box .detail select.qty {
	margin-left: 10px;
	background-color: #FFF;
}
#my-cart .modal-dialog .modal-content .modal-body .cart-body .cart-box .detail h3 {
	margin-top: 5px;
	font-size: 18px;
	margin-bottom: 0px;
}
#my-cart .modal-dialog .modal-content .modal-body .cart-body .cart-box .detail h3 del {
	font-size: 12px;
	padding-left: 5px;
}
#my-cart .modal-dialog .modal-content .modal-body .cart-body .cart-box .detail .remove {
	position: absolute;
	border-radius: 10px;
  	top: 10px;
  	right: 10px;
}
#my-cart .modal-dialog .modal-content .modal-body .cart-body .cart-box .detail .remove .btn {
	padding: 0px;
	background-color: inherit;
	border: 0px;
}
#my-cart .modal-dialog .modal-content .modal-body .price-box {
	width: 100%;
	height: 20%;
	padding: 10px 15px;
	float: left;
	box-shadow: 0px 0px 10px #ccc;
	position: relative;
}
#my-cart .modal-dialog .modal-content .modal-body .price-box h3 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 16px;
	color: #273647;
}
#my-cart .modal-dialog .modal-content .modal-body .price-box h3 span {
	float: right;
	font-weight: bold;
	color: #273647;
}
#my-cart .modal-dialog .modal-content .modal-body .price-box .btn-df {
	height: 40px;
	padding: 10px;
	font-size: 12px;
	border-radius: 3px;
	background-color: #498dff;
}
#my-cart .modal-dialog .modal-content .modal-body .price-box .btn-df:after {
	background-color: #273647;
}
#my-cart .modal-dialog .modal-content .modal-body .price-box .btn-df span {
	color: #fff;
}
#my-cart .modal-dialog .modal-content .modal-body .price-box .btn-df:hover span {
	color: #FFF;
}
#my-cart .modal-dialog .modal-content .modal-body .price-box .btn-box {
	width: 100%;
    bottom: 15px;
    padding: initial;
    position: absolute;
    left: 0px;
}
.banner {
	width: 100%;
	float: left;
	z-index: 0
}
.whatsapp img{
	/*background-color: #70e777;*/
}
.instagram img{
	/*background-color: #d83083;*/
}
.facebook img{
	/*background-color: #3b5998;*/
}
.banner #banner-corosel .owl-nav {
	width: 100%;
	margin-top: -180px;
	float: left;
}
.banner #banner-corosel .owl-nav .owl-prev {
	position: absolute;
    z-index: 55555;
    float: left;
    left: 0px;
    width: 30px;
    height: 40px;
    background-color: #273647;
    color: #FFF;
    font-size: 12px;
    line-height: 40px;
}  
.banner #banner-corosel .owl-nav .owl-next {
	position: absolute;
    z-index: 55555;
    float: right;
    right: 0px;
    width: 30px;
    height: 40px;
    background-color: #273647;
    color: #FFF;
    font-size: 12px;
    line-height: 40px;
}
.banner #banner-corosel .owl-dots {
	margin-top: -25px;
    z-index: 5555;
    position: absolute;
    left: 50%;
}
.banner #banner-corosel .owl-dots .owl-dot span {
	width: 8px;
    height: 8px;
    margin: 4px 4px;
    background: #e5e5e5;
    box-shadow: 4px 4px 5px #33333380;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.banner #banner-corosel .owl-dots .owl-dot.active span {
	background-color: #498dff;
}
.our-services {
	width: 100%;
	float: left;
}
.our-services .our-services-box {
	width: 100%;
	float: left;
	cursor: pointer;
	box-shadow: 0px 0px 10px #ccc;
	background-color: #FFF;
	border-radius: 5px;
	padding: 15px 10px;
	-webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    margin-bottom: 20px;
}
.our-services .our-services-box .img-box {
	width: 40px;
	float: left;
	margin-right: 10px;
	-webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.our-services .our-services-box .img-box img {
	-webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.our-services .our-services-box .img-box .back-img, .our-services .our-services-box:hover .img-box .front-img {
	display: none;
}
.our-services .our-services-box .img-box .front-img, .our-services .our-services-box:hover .img-box .back-img {
	display: block;
}
.our-services .our-services-box .detail {
	width: calc(100% - 50px);
	float: left;
}
.our-services .our-services-box .detail h4 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 16px;
	color: #498dff;
}
.our-services .our-services-box:hover .detail h4 {
	color: #273647;
}
.our-services .our-services-box .detail p {
	margin-bottom: 0px;
	font-size: 14px;
	color: #777;
}
.today-special {
	width: 100%;
	float: left;
}
.today-special #today-special .item {
	padding: 10px 0;
}
.today-special #today-special .item img {
    transition: .4s;
}
.today-special #today-special .item img:hover {
	transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}
.today-special #today-special .owl-nav, .today-special #today-special .owl-dots {
	display: none;
}
.today-deal {
	width: 100%;
	float: left;
}
.today-deal h4.hr {
	float: left;
	margin: 10px;
	position: relative;
}
.today-deal .hr:after {
	content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #498dff;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -6px;
}
.today-deal #today-deal .item {
	width: 100%;
	float: left;
	padding: 10px;
}
.product-box {
	width: 100%;
	float: left;
  	position: relative;
  	box-shadow: 0px 0px 10px #ccc;
  	border-radius: 5px;
  	z-index: 1;
  	overflow: hidden;
  	padding: 15px 0;
}
.product-box .img-box {
	width: 100%;
	float: left;
	padding: 10px 0px;
  	transform-style: preserve-3d;
  	transition: all 0.3s linear;
}
.product-box .img-box img {
	height: 140px;
    width: auto;
    margin: 0 auto;
}
.product-box:hover .img-box {
  	/*transform: rotateY(180deg);*/
}
.image-hover-text-container 
{
  position: relative;
  display: inline-block;

  width: auto;
  height: auto;
  transition: all 0.2s linear;
}

.image-hover-image 
{
 display: block;
}
/* Make the image round */
.image-hover-image img
{
  border-radius: 50%;

  height: 200px;
}

.view-product-btn{
	background-color: #498dff;
	color: #fff;
	padding: 2px 7px;
	border-radius: 4px;
}
.view-product-btn:hover{
	background-color: #498dff;
	text-decoration: none;
	color: #fff;
	padding: 2px 7px;
	border-radius: 4px;
}

.image-hover-text 
{
  position: absolute;
    top: -114px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    opacity: 0;
    cursor: default;
    transition: opacity 0.2s linear;
}
.image-hover-text:hover 
{
  opacity: 1;
}


.image-hover-text-bubble 
{
  position: relative;
    top: 72px;
    margin-top: 10px;
    height: 200px;
    text-align: center;
     background-color: rgba(0,0,0,.2);
    margin: 0 auto;
    padding: 25% 8px 5px 8px;
    overflow: hidden;
    font-size: 17px;
    text-align: center;
    word-wrap: break-word;}

.image-hover-text .image-hover-text-title
{
  font-size: 25px;
  display: block;
}

.product-box .img-box .face {
  	width: 100%;
  	height: 100%;
  	backface-visibility: hidden;
  	text-align: center;
}
.product-box .img-box .face.back {
  	display: block;
  	transform: rotateY(180deg);
  	box-sizing: border-box;
  	position: absolute;
  	top: 10px;
  	color: white;
  	text-align: center;
}
.product-box .position {
	position: absolute;
    top: 10px;
    border-radius: 3px;
    left: 10px;
    background-color: #498dff;
    padding: 5px;
}
.product-box .position h4 {
	margin: 0px;
    font-size: 10px;
    color: #FFF;
}
.product-box .new {
	position: absolute;
    top: 10px;
    border-radius: 3px;
    right: 10px;
    background-color: #46A6FD;
    color: #FFF;
    padding: 5px;
} 
.product-box .new h4 {
	margin: 0px;
    font-size: 10px;
} 
.product-box .detail {
	padding: 10px 15px;
	float: left;
	height: 170px;
	width: 100%;
}
.productcode{ font-size: 16px; }
.productcode li{ margin-bottom: 5px; }

.bottom_line {
    border-top: 1px solid #dfdfdf;
}

.text-productcode{
	text-transform: capitalize;
    color: #161616;
    font-size: 14px;
    letter-spacing: 1px;
    min-width: 145px;
    display: inline-block;
}
.product-box .detail h4 {
	margin-top: 0px;
    font-size: 14px;
    /* margin-bottom: 22px; */
    color: #273647;
    text-transform: uppercase;
    display: -webkit-box;
    max-width: 400px;
    height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
}
.product-box .detail h4 a{
	color: #273647;
	text-decoration: none;
}
.product-box .detail ul li {
	float: left;
    padding-right: 1px;
    color: #E29930;
}
.product-box .detail h5 {
	padding-left: 20px;
    float: left;
    margin-top: 4px;
}
.product-box .detail .price-box {
	width: 100%;
    float: left;
    height: 40px;
    position: relative;
}
.product-box .detail .price-box .price h3 {
	margin: 10px 0;
}
.product-box .detail .price-box .add-to-cart {
	/*position: absolute;*/
    border-radius: 5px;
    top: 0px;
    left: -230px;
    transition: all 0.3s linear;
}
.product-box:hover .detail .price-box .add-to-cart {
	left: 0px;
}
.sold{
	font-size: 12px;
}

.progress-bar {
    float: left;
    /* width: 0; */
    height: 100%;
    width:70%
    font-size: 12px;
    /* margin-top: 25px; */
    line-height: 10px;
    color: #fff;
    text-align: center;
    background-color: #498dff;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.progress {
    height: 10px;
    margin-bottom: 1px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.product-box .detail .price-box .add-to-cart .btn-df {
	    font-size: 14px;
    margin-top: 12px;
    padding: 16px 65px;
    border-radius: 3px;
    background-color: #498dff;
}
.price .fa{ color: #498dff; font-size: 14px;
}
.product-box .detail .price-box .add-to-cart .view-btn {
	padding: 10px;
	color: #FFF;
}
.product-box .detail .price-box .add-to-cart .btn-df:after {
	background-color:#273647;
}
.product-box .detail .price-box .add-to-cart .btn-df:hover{

}
.product-box .detail .price-box .price h3 {
	font-size: 18px;
    color: #498dff;
     margin-top: 0px;
    margin-left: -13px;
}
.chiping-txt{
	font-style: bold;
	font-size: 12px;
	    font-weight: 600;

}
.chiping{
	margin-top: 5px;
}
.chipping{
	margin-top: 5px;
}
.product-txt{
	margin-left: -14px;
}
.product-txt p{
    font-size: 10px;
    margin-left: 0px;
}
.product-box .detail .price-box .price h3 del {
	font-size: 12px;
	color: #a7a7a7;
	display: block;
}
.today-deal #today-deal .owl-nav {
	width: 100%;
	margin-top: -190px;
	float: left;
}
.cart_total_amount{ font-size: 9px; }
.today-deal #today-deal .owl-nav .owl-prev {
	position: absolute;
    z-index: 55555;
    float: left;
    left: 0px;
    width: 30px;
    height: 40px;
    background-color: #273647;
    color: #FFF;
    margin-left: -30px;
    font-size: 12px;
    line-height: 40px;
}
.today-deal #today-deal .owl-nav .owl-next {
	position: absolute;
    z-index: 55555;
    float: right;
    right: 0px;
    width: 30px;
    height: 40px;
    background-color: #273647;
    color: #FFF;
    margin-right: -30px;
    font-size: 12px;
    line-height: 40px;
}
.owl-dots .owl-dot span {
	width: 8px!important;
    height: 8px!important;
    margin: 4px 4px!important;
    background: #e5e5e5!important;
    box-shadow: 4px 4px 5px #33333380;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
} 
.owl-dots .owl-dot.active span {
	background-color: #498dff!important;
}
.new-arrival {
	width: 100%;
	float: left;
}
.new-arrival h4.hr {
	float: left;
	margin: 10px;
	position: relative;
}
.new-arrival .hr:after {
	content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #498dff;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -6px;
}
.new-arrival #new-arrival .item {
	width: 100%;
	float: left;
	padding: 10px;
}
.view-more {
	width: auto;
    margin-top: 20px;
}
.view-more a {
	text-decoration: none;
	color: #273647;
	padding-right: 10px;
}
.view-more a:hover {
	color: #a5a5a5;
}
.new-arrival #new-arrival .owl-nav {
	width: 100%;
	margin-top: -190px;
	float: left;
}
.new-arrival #new-arrival .owl-nav .owl-prev {
	position: absolute;
    z-index: 55555;
    float: left;
    left: 0px;
    width: 30px;
    height: 40px;
    background-color: #273647;
    color: #FFF;
    margin-left: -30px;
    font-size: 12px;
    line-height: 40px;
}
.new-arrival #new-arrival .owl-nav .owl-next {
	position: absolute;
    z-index: 55555;
    float: right;
    right: 0px;
    width: 30px;
    height: 40px;
    background-color: #273647;
    color: #FFF;
    margin-right: -30px;
    font-size: 12px;
    line-height: 40px;
}
.you-may-like {
	width: 100%;
	float: left;
}
.you-may-like h4.hr {
	float: left;
	margin: 10px;
	position: relative;
}
.you-may-like .hr:after {
	content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #498dff;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -6px;
}
.you-may-like #you-may-like .item {
	width: 100%;
	float: left;
	padding: 10px;
}
.you-may-like #you-may-like .owl-nav {
	width: 100%;
	margin-top: -190px;
	float: left;
}
.you-may-like #you-may-like .owl-nav .owl-prev {
	position: absolute;
    z-index: 55555;
    float: left;
    left: 0px;
    width: 30px;
    height: 40px;
    background-color: #273647;
    color: #FFF;
    margin-left: -30px;
    font-size: 12px;
    line-height: 40px;
}
.you-may-like #you-may-like .owl-nav .owl-next {
	position: absolute;
    z-index: 55555;
    float: right;
    right: 0px;
    width: 30px;
    height: 40px;
    background-color: #273647;
    color: #FFF;
    margin-right: -30px;
    font-size: 12px;
    line-height: 40px;
}
.blog {
	width: 100%;
	float: left;
}
.blog h4.hr {
	float: left;
	margin: 10px;
	position: relative;
}
.blog .hr:after {
	content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #498dff;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -6px;
}
.blog #blog .item {
	width: 100%;
	float: left;
	padding: 10px;
}
.blog #blog .item .blog-box {
	box-shadow: 0px 0px 10px #ccc;
}
.blog #blog .item .blog-box h4 {
	color: #273647;
}
.blog #blog .item .blog-box h5 {
	color: #777;
}
.blog #blog .item .blog-box p {
	font-size: 14px;
	color: #273647;
	margin-bottom: 5px;
}
.blog #blog .item .blog-box .btn-box {
	padding-right: 10px;
}
.blog #blog .item .blog-box .btn-box .btn-df {
	height: 40px;
	padding: 10px 30px;
	border-radius: 3px;
	background-color: #273647;
	font-size: 14px;
}
.blog #blog .owl-nav {
	width: 100%;
	margin-top: -116px;
	float: left;
}
.blog #blog .owl-nav .owl-prev {
	position: absolute;
    z-index: 55555;
    float: left;
    left: 0px;
    width: 30px;
    height: 40px;
    background-color: #273647;
    color: #FFF;
    margin-left: -30px;
}
.blog #blog .owl-nav .owl-next {
	position: absolute;
    z-index: 55555;
    float: right;
    right: 0px;
    width: 30px;
    height: 40px;
    background-color: #273647;
    color: #FFF;
    margin-right: -30px;
}
.recently-viewed {
	width: 100%;
	float: left;
}
.recently-viewed h4.hr {
	float: left;
	margin: 10px;
	position: relative;
}
.recently-viewed .hr:after {
	content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #498dff;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -6px;
}
.recently-viewed #recently-viewed .item {
	width: 100%;
	float: left;
	padding: 10px;
}
.recently-viewed #recently-viewed .owl-nav {
	width: 100%;
	margin-top: -190px;
	float: left;
}
.recently-viewed #recently-viewed .owl-nav .owl-prev {
	position: absolute;
    z-index: 55555;
    float: left;
    left: 0px;
    width: 30px;
    height: 40px;
    background-color: #273647;
    color: #FFF;
    margin-left: -30px;
}
.recently-viewed #recently-viewed .owl-nav .owl-next {
	position: absolute;
    z-index: 55555;
    float: right;
    right: 0px;
    width: 30px;
    height: 40px;
    background-color: #273647;
    color: #FFF;
    margin-right: -30px;
}
.news-letter {
	width: 100%;
	float: left;
	padding: 20px 0;
	background-color: #498dff;
}
.news-letter h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 12px 0;
    color: #fff;
    text-transform: uppercase;
}
.news-letter h3 img {
	width: 30px;
	margin-right: 5px;
}
.news-letter h4 {
	margin: 12px 0px;
    font-size: 16px;
    color: #fff;
}
.news-letter .input-group {
	float: right;
	max-width: 400px;
	border-radius: 25px;
	box-shadow: 0 0 10px 0 rgba(39, 54, 71, 0.46);
    -webkit-box-shadow: 0 0 10px 0 rgba(39, 54, 71, 0.46);
    -moz-box-shadow: 0 0 10px 0 rgba(39, 54, 71, 0.46);
}
.news-letter .input-group input {
	height: 40px;
	border: 0px;
	padding: 10px 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.news-letter .input-group .input-group-addon {
	height: 40px;
	padding: 0px;
	border: 0px;
	background-color: inherit;
}
.news-letter .input-group .input-group-addon button {
	height: 40px;
    padding: 8px 15px;
    border-radius: 0px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #FFF;
    font-weight: bold;
    background-color: #273647;
}
.footer {
	width: 100%;
	float: left;
	background-color: #273647;
	color: #FFF;
}
.footer .logo img {
	height: 60px;
	margin-bottom: 20px;
}
.footer .contact-box {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.footer .contact-box .img-box {
	width: 40px;
	float: left;
}
.footer .contact-box .detail {
	width: calc(100% - 40px);
	float: left;
	padding-left: 10px;
}
.footer .contact-box .detail h5 {
	margin-top: 0px;
	font-size: 14px;
	margin-bottom: 5px;
	color: #498dff;
}
.footer .contact-box .detail h4 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFF;
}
.footer .contact-box h4 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #498dff;
}
.footer .contact-box p {
	font-size: 12px;
	margin-bottom: 0px;
}
.footer ul.other-contects {
	width: 100%;
	float: left;
	margin: 0px;
}
.footer ul.other-contects li {
	width: 40px;
	height: 40px;
	float: left;
	padding: 10px;
	text-align: center;
}
.footer ul.other-contects li a {
	color: #FFF;
}
.footer .links h4 {
	font-size: 18px;
	color: #498dff;
	padding-left: 20px;
	position: relative;
}
.footer .links h4:after {
	content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #498dff;
    position: absolute;
    display: block;
    left: 20px;
    right: 0;
    bottom: -6px;
}
.footer .links ul {
	padding-left: 20px;
}
.footer .links ul li {
	line-height: 30px;
}
.footer .links ul li a {
	color: #FFF;
}
.footer .copy-right {
	width: 100%;
    float: left;
    padding: 10px;
    background-color: #202C3B;
}
.footer .copy-right p {
	margin-bottom: 0px;
	font-size: 14px;
}
.footer .copy-right p a {
	color: #FFF;
	text-decoration: none;
}
.footer .copy-right p a:hover {
	color: #498dff;
}
.breadcrumb {
	background-color: transparent;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.6px;
    margin: 0px;
    padding: 10px 0;
}
.breadcrumb li a {
	color: #6B7071;
}
.breadcrumb li.active a {
	color: #337ab7;
	text-decoration: none;
}
#my-account {
	width: 100%;
	float: left;
}
#my-account .modal-dialog {
	width: 25%;
	height: 100%;
	float: left;
	left: 0px;
	margin: 0px;
	border-radius: 0px;
}
#my-account .modal-dialog .modal-content {
	height: 100%;
    width: 100%;
    float: left;
    border-radius: 0px;
    border: 0px;
    overflow: hidden;
}
#my-account .modal-dialog .modal-content .modal-body {
	width: 100%;
    height: 100%;
    overflow-y: auto;
    float: left;
    padding: 0px;
}

#my-account .modal-dialog .modal-content .modal-body::-webkit-scrollbar {
  width: 8px;
  position: relative;
}

/* Track */

#my-account .modal-dialog .modal-content .modal-body::-webkit-scrollbar-track {
  background: transparent; 
}
 
/* Handle */

#my-account .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb {
  background: #ccc;
}

/* Handle on hover */

#my-account .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
#my-account .dashboard-menu {
	width: 100%;
	position: relative;
	float: left;
	background-color: #FFF;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #ccc;
}
#my-account .dashboard-menu .profile {
	width: 100%;
    color: #000;
    background-size: cover;
    float: left;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: 10px;
}
#my-account .dashboard-menu .profile .profile-box {
	padding: 20px;
	width: 100%;
	float: left;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#my-account .dashboard-menu .profile .img-box {
	width: 96px;
	margin: 0 auto;
	margin-bottom: 10px;
}
#my-account .dashboard-menu .profile h5 {
	margin: 10px 0;
}
#my-account .dashboard-menu ul {
	width: 100%;
	float: left;
	border-top: 1px solid #e5e5e5;
	margin: 0px;
}
#my-account .dashboard-menu ul li {
	line-height: 30px;
}
#my-account .dashboard-menu ul li a{
	width: 100%;
	float: left;
	text-decoration: none;
	color: #6B7071;
	font-size: 16px;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 20px;
}
#my-account .dashboard-menu ul li a:hover {
	background-color: #eee;
}
#my-account .dashboard-menu ul li a i {
	width: 15px;
	color: #273647;
}
#my-account .dashboard-menu ul li.active a {
	background-color: #498dff;
	color: #273647;
}
#my-account .dashboard-detail {
	width: 100%;
	float: left;
	padding: 30px 40px;
	background-color: #FFF;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #ccc;
}
#my-account .dashboard-detail h3 {
	font-size: 20px;
    margin: 0px;
    font-weight: bold;
    padding-bottom: 30px;
    margin-top: 10px;
}
#my-account .dashboard-detail .my-details h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
#my-account .dashboard-detail .my-details .my-detail-box {
	width: 100%;
	color: #6A7071;
	margin-bottom: 50px;
}
#my-account .dashboard-detail .my-details .my-detail-box label {
	font-weight: normal;
}
#my-account .dashboard-detail .my-details .my-detail-box input {
	border: 0px;
	width: 100%;
	height: 40px;
	box-shadow: 0px 0px 5px #ccc;
}
#my-account .dashboard-detail .my-details .my-detail-box .input-group {
	width: 100%;
	height: 40px;
	box-shadow: 0px 0px 5px #ccc;
	border: 0px;
	border-radius: 3px;
}
#my-account .dashboard-detail .my-details .my-detail-box .input-group input {
	box-shadow: none;
    z-index: 0;
    position: relative;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
#my-account .dashboard-detail .my-details .my-detail-box .input-group .input-group-addon {
	background-color: initial;
	border-left: 1px solid #e5e5e5;
}
#my-account .dashboard-detail .my-details .my-detail-box .btn-df {
	height: 40px;
	border-radius: 3px;
	padding: 10px;
}
#my-account .dashboard-detail .my-details .my-detail-box .btn-df:hover:after {
	height: 460%;
}
#my-account .dashboard-detail .my-details .my-detail-box .btn-df:hover span {
	color: #273647;
}
#my-account .dashboard-detail .my-details .my-detail-box p {
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 0px;
}



/* category-page */

.category {
	width: 100%;
	float: left;
	background-color: #f7f7f7;
}
.category .filter-box {
	width: 100%;
	float: left;
	background-color: #FFF;
	/*border: 1px solid #e5e5e5;*/
	border-radius: 5px;
	padding: 10px 15px;
	margin-bottom: 15px;
	box-shadow: 0px 0px 5px #ccc;
}
.category .filter-box .price-box {
	padding: 10px;
	width: 100%;
	float: left;
	border-top: 1px solid #e5e5e5;
}
.category .filter-box .price-box p {
	width: 100%;
	float: left;
}
.category .filter-box .price-box #slider-range {
	width: 100%;
	float: left;
	height: 6px;
    border: 0px;
    background-color: #e5e5e5;
}
.category .filter-box .price-box .ui-slider-horizontal .ui-slider-handle {
	margin-top: -2px;
    border-radius: 50%;
    background-color: #FFF;
    z-index: 1;
    border: 0px;
    box-shadow: 0px 0px 5px #ccc;
}
.category .filter-box .price-box .ui-slider-horizontal .ui-slider-range {
	background-color: #498dff;
}
.category .filter-box h4 {
	margin: 0px;
    padding: 6px 10px;
    color: #273647;
}
.category .filter-box ul {
	padding: 15px;
	margin: 0px;
    border-top: 1px solid #e5e5e5;
}
.category .filter-box ul li {
	line-height: 30px;
}
.category .filter-box ul li input {
	position: absolute;
    margin-right: 5px;
    margin-top: 7px;
    width: 15px;
    height: 15px;
    z-index: 10000;
}
.category .filter-box ul li label {
	line-height: 16px;
    padding-left: 20px;
    margin: 0px;
    color: #777;
    font-weight: normal;
}
.category .category-hr-box {
	width: 100%;
	float: left;
	background-color: #FFF;
	/*border: 1px solid #e5e5e5;*/
	border-radius: 5px;
	padding: 15px 20px;
	box-shadow: 0px 0px 5px #ccc;
}
.category .category-hr-box ul {
	margin: 0px;
}
.category .category-hr-box ul li {
	float: left;
	padding-right: 10px;
}
.category .category-hr-box ul li i {
	font-size: 20px;
	line-height: 30px;
	color: #ccc;
}
.category .category-hr-box ul li.active a i {
	color: #273647!important; 
}
.category .category-hr-box ul li a:hover i{
	color: #498dff;
}
.category .category-hr-box ul li p {
	line-height: 30px;
	padding-left: 10px;
	margin: 0px;
}
.category .category-hr-box .store-by {
	float: right;
}
.category .category-hr-box .store-by h4 {
	width: auto;
	float: left;
	margin: 5px 10px;
	font-size: 16px;
}
.category .category-hr-box .store-by select {
	width: auto;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 3px 10px;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 0px 0px #ccc;
}
.category .product-box {
	margin-bottom: 15px;
	box-shadow: 0px 0px 5px #ccc;
	background-color: #FFF;
}
.category .category-box {
	width: 100%;
	float: left;
	background-color: #FFF;
	/*border: 1px solid #e5e5e5;*/
	box-shadow: 0px 0px 5px #ccc;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 15px;
}
.category .category-box .img-container {
	position: relative;
}
.category .category-box .img-box {
	width: 100%;
	float: left;
  	transform-style: preserve-3d;
  	transition: all 0.3s linear;
}
.category .category-box .img-box img {
    width: 100%;
    margin: 0 auto;
    padding: 15px;
}
.category .category-box:hover .img-box {
  	transform: rotateY(180deg);
}
.category .category-box .img-box .face {
  	width: 100%;
  	height: 100%;
  	backface-visibility: hidden;
}
.category .category-box .img-box .face.back {
  	display: block;
  	transform: rotateY(180deg);
  	box-sizing: border-box;
  	position: absolute;
  	top: 0px;
  	color: white;
  	text-align: center;
}
.category .category-box .position {
	position: absolute;
    top: -5px;
    border-radius: 5px;
    left: 10px;
    background-color: #498dff;
    padding: 5px;
}
.category .category-box .position h4 {
	margin: 0px;
    font-size: 12px;
}
.category .category-box .detail {
	overflow: hidden;
}
.category .category-box .detail h4 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 22px;
	color: #273647;
}
.category .category-box .detail h4 a {
	color: #273647;
	text-decoration: none;
}
.category .category-box .detail ul.star {
	width: auto;
	float: left;
	margin: 0px;
	margin-right: 20px;
}
.category .category-box .detail ul.star li {
	float: left;
	color: #E29930;
	padding-right: 1px;
}
.category .category-box .detail h5 {
	line-height: 22px;
    float: left;
    margin: 0px;
}
.category .category-box .detail ul.specs {
	width: 100%;
	float: left;
	color: #777;
	font-size: 14px;
	margin-top: 5px;
} 
.category .category-box .detail ul.specs li i {
	color: #273647;
}
.category .category-box .detail .price-box {
	width: 100%;
	float: left;
	height: 40px;
	position: relative;
}
.category .category-box .detail .price-box h3 {
	font-size: 18px;
	margin: 10px 0;
	color: #273647;
}
.category .category-box .detail .price-box h3 del {
	font-size: 12px;
}
.category .category-box .detail .price-box .add-to-cart {
	position: absolute;
    border-radius: 5px;
    top: 0px;
    left: -230px;
    transition: all 0.3s linear;
}
.category .category-box:hover .detail .price-box .add-to-cart {
	left: 0px;
}
.category .category-box .detail .price-box .add-to-cart a.btn-df {
	height: 40px;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 3px;
    background-color: #273645;
    margin-right: 10px;
}
.category .category-box .detail .price-box .add-to-cart a.btn-df.view-btn {
	padding: 10px 12px;
}
.page-numbers {
	text-align: center;
}
.page-numbers .pagination {
	margin: 10px 0;
}
.page-numbers .pagination a {
	padding: 11px 0;
    line-height: 10px;
    width: 30px;
    height: 30px;
    background-color: #FFF;
    color: #273647;
    float: left;
    text-align: center;
    border-radius: 50%;
    box-shadow: 2px 2px 10px #ccc;
    margin: 5px;
    text-decoration: none;
}
.page-numbers .pagination a:hover {
	background-color: #e5e5e5;
}
.page-numbers .pagination a.active {
	background-color: #498dff;
}



/* product-page */


.product {
	width: 100%;
	float: left;
}
.product .product-img {
	width: 100%;
	float: left;
	height: 400px;
	margin-bottom: 10px;
}
.swiper-slide.swiper-slide-active {

}
.product .product-img .show {
	width: 320px;
	height: 320px;
	margin: 45px 0;
	margin-left: 120px;
	-webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.product .product-img .show:hover {
	box-shadow: 0px 0px 5px #ccc;
}
.product .product-img .small-img {
	margin-top: 15px !important;
    width: 380px;
    height: 80px;
    margin: 0 auto;
    left: -120px;
    position: absolute;
    top: 150px;
    transform: rotate(90deg);
}
.product .product-img .small-img .navbar-img {
	width: 20px;
    height: 100%;
    float: left;
    background-color: #00000060;
    border-radius: 3px;
    padding: 5px;
    line-height: 70px;
    color: #FFF;
    font-size: 26px;
    text-align: center;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.product .product-img .small-img .navbar-img:hover {
	background-color: #000;
}
.small-container {
	width: 330px;
	height: 80px;
}
.small-container .show-small-img {
	padding: 6px !important;
    border-radius: 5px;
    margin: 5px;
    opacity: 0.2;
    transform: rotate(-90deg);
}
.zoom_image_box {
	z-index: 5555;
    box-shadow: 0px 0px 5px #498dff;
    border: 1px solid #498dff;
    border-radius: 0px;
    border-radius: 5px;
}
.product .product-img .swiper-container {
  width: 100%;
  float: left;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.product .product-img .swiper-slide {
  background-size: cover;
  background-position: center;
}
.product .product-img .swiper-slide .img-box {
	width: 100%;
	height: 100%;
	float: left;
}
.product .product-img .swiper-slide .img-box img {
	width: 100%;
	height: 100%;
}
.product .product-img .gallery-top {
  height: 360px;
  width: 360px;
  float: left;
  padding: 0px;
  left: 15px;
}
.product .product-img .gallery-top .swiper-slide.swiper-slide-active .img-box:hover .img-zoom-lens {
	opacity: 1;
	z-index: 1;
}
.product .product-img .gallery-top .swiper-slide.swiper-slide-active .img-box:hover {
	border: 1px solid #ccc;
}
.product .product-img .gallery-thumbs {
  height: 360px;
  width: 20%;
  float: left;
  box-sizing: border-box;
  padding: 30px 10px;
  position: relative;
}
.product .product-img .gallery-thumbs img {
	width: 100% !important;
}
.product .product-img .gallery-thumbs .swiper-slide {
  width: 100%!important;
  height: 20%!important;
  opacity: 0.2;
  margin: 0px !important;
  padding: 0 5px;
}
.product .product-img .gallery-thumbs .img-box {
	padding: 5px;
	border-radius: 3px;
}
.product .product-img .gallery-thumbs .swiper-slide-thumb-active {
   	opacity: inherit;
}
.btn-color1{
	    background-color: #f56464;
    padding: 15px;
    color: #fff;
}
.btn-color2{
	    background-color: #fff82a;
    padding: 15px;
    color: #fff;
}
.btn-color3{
	    background-color: #9d11a7;
    padding: 15px;
    color: #fff;
}
.btn-color4{
	background-color: #64e8f5;
    padding: 15px;
    color: #fff;
}
.size{
	margin-bottom: 22px;
    margin-top: 26px;
}
 .btn-size{
 	    background-color: #ffffff;
    padding: 3px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #000000;

 }
/* .border-btm{
 	border-bottom: 1pc solid #ccc;
 }*/
.show {
  width: 400px;
  height: 400px;
}

.small-img {
  width: 350px;
    /* height: 70px; */
    margin-top: 360px;
    /* position: relative; */
    left: 25px;
}

.small-img .icon-left, .small-img .icon-right {
  width: 12px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.small-img .icon-left { transform: rotate(180deg) }

.small-img .icon-right { right: 0; }

.small-img .icon-left:hover, .small-img .icon-right:hover { opacity: .5; }

.small-container {
  width: 310px;
  height: 70px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.small-container div {
  width: 800%;
  position: relative;
}
.input-radio-color__list{
    margin-bottom: -18px;
    margin-left: 12px;
}
.small-container .show-small-img {
  width: 70px;
  height: 70px;
  margin-right: 6px;
  cursor: pointer;
  float: left;
}

.small-container .show-small-img:last-of-type { margin-right: 0; }
 .input-radio-color__item span {
   position: relative;
    width: 28px;
    height: 28px;
    top: -28px;
    left: -7px;
    display: block;
    border-radius: 0px;
    background: currentColor;
    transform: scale(.78571);
    transition: transform .2s;
}
.product .product-img .gallery-thumbs .swiper-slide-thumb-active .img-box {
	    box-shadow: 0px 0px 5px #498dff;
    border: 1px solid #498dff;
    background: #FFF;
}
.product .product-img .gallery-thumbs .thumbs-swiper-btn {
	width: 100%;
	float: right;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
}
.product .product-img .gallery-thumbs .swiper-button-next {
    content: initial;
    background-image: initial;
    padding: 2px 10px;
    line-height: 0px;
    top: 100%;
    height: auto;
    left: 0;
    color: #fff;
    position: absolute;
    border-radius: 3px;
    z-index: 5555;
    font-size: 20px;
    text-align: center;
    background-color: #777;
    width: 100%;
}
.product .product-img .gallery-thumbs .swiper-button-prev {
	content: initial;
    background-image: initial;
    width: 100%;
    height: auto;
    top: 0px;
    margin: 0px;
    left: 0px;
    padding: 2 10px;
    line-height: 0px;
    color: #fff;
    position: absolute;
    border-radius: 3px;
    z-index: 5555;
    font-size: 20px;
    text-align: center;
    background-color: #777;
}
.product .product-details {
	width: 100%;
	float: left;
}
.product .product-details h3 {
	font-size: 18px;
	color: #273647;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.4px;
	margin-top: 0px;
}
.product .product-details .rating {
	width: 100%;
	float: left;
}
.product .product-details .rating .star-rating {
	width: auto;
	float: left;
	margin-right: 20px;
	padding: 3px 0;
}
.product .product-details .rating .star-rating ul {
	float: left;
	padding-right: 10px;
	margin-bottom: 0px;
}
.product .product-details .rating .star-rating ul li {
	float: left;
	font-size: 18px;
	color: #FFB500;
}
.product .product-details .rating .star-rating h4 {
	margin: 3px 0;
    font-size: 16px;
    float: left;
    font-weight: bold;
}
.product .product-details .rating .post-rating {
	width: auto;
	float: left;
}
.product .product-details .rating .post-rating .btn {
	background-color: #f8f8f8;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}
.product .product-details .price-box {
	width: 100%;
	float: left;
	margin-bottom: 5px;
}
.product .product-details .price-box h4 {
	font-size: 14px;
	margin-top: 0px;
    margin-bottom: 5px;
}
.product .product-details .price-box h3 {
	margin: 5px 0;
    font-size: 32px;
    font-weight: normal;
    color: #498dff;
}
.description-detail{
	font-weight: bold;
}
.product .product-details .price-box h3 del {
	font-size: 14px;
	color: #808080;
}
.product .product-details .price-box h3 span {
	font-size: 14px;
	color: #498dff;
}
.product .product-details .colors {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.product .product-details .colors h4 {
	font-size: 14px;
	margin-top: 0px;
    margin-bottom: 5px;
}
.product .product-details .colors ul li {
	float: left;
	margin-right: 10px;
}
.product .product-details .colors ul li{
	border: 2px solid #FFF;
	border-radius: 2px;
}

.product .product-details .colors ul li.active{
	border: 2px solid #498dff;
	border-radius: 2px;
}
.product .product-details .colors ul li a.color-box {
	width: 20px;
    height: 20px;
    float: left;
    text-align: center;
    border-radius: 3px;
    padding: 3px;
    border: 1px solid #e5e5e5;
    background-color: #FFF;
}
.product .product-details .colors ul li a.color-box-2 {
	width: 20px;
    height: 20px;
    float: left;
    text-align: center;
    border-radius: 3px;
    padding: 3px;
    border: 1px solid #e5e5e5;
}
.product .product-details .colors ul li:nth-child(1) .color-box {
	background-color: #000;
}
.product .product-details .colors ul li:nth-child(2) .color-box {
	background-color: #3c97f5;
}
.product .product-details .colors ul li:nth-child(3) .color-box {
	background-color: #FFF;
}
.product .product-details .colors ul li .color-box:hover {
	box-shadow: 0px 0px 5px #ccc;
}
.product .product-details .colors ul li.active .color-box {
	border: 2px solid #498dff;
}
.product .product-details .colors ul li .color-box img {
	height: 100%;
	border-radius: 3px;
	display: none;
}
.product .product-details .ram {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.product .product-details .ram h4 {
	margin-top: 0px;
	font-size: 14px;
	margin-bottom: 5px;
}
.product .product-details .ram ul li {
	float: left;
}
.product .product-details .ram ul li a {
	float: left;
	margin-right: 10px;
	border: 1px solid #e5e5e5;
	background-color: #FFF;
	border-radius: 3px;
	text-align: center;
	padding: 5px 10px;
	text-decoration: none;
}
.product .product-details .ram ul li a:hover {
	box-shadow: 0px 0px 5px #ccc;
}
.product .product-details .ram ul li.active a {
	border: 2px solid #498dff
}
.product .product-details .delivery {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.product .product-details .delivery h4 {
	font-size: 14px;
	float: left;
	margin: 12px 10px 12px 0;
}
.product .product-details .delivery .delivery-box {
	float: left;
}
.product .product-details .delivery input {
	height: 40px;
    box-shadow: 0px 0px 5px #ccc;
    padding: 10px;
    width: 200px;
    border: 0px;
    margin-bottom: 5px;
    border-radius: 3px;
}
.product .product-details .delivery p {
	width: 100%;
	color: #6B7071;
	font-size: 14px;
	margin: 0px;
}
.product .product-details .delivery p span {
	font-size: 12px;
}
.product .product-details .quantity {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.product .product-details .quantity h4 {
	margin-top: 0px;
	font-size: 14px;
	margin-bottom: 5px;
}
.product .product-details .quantity .input-group {
	/*width: 100px;
    float: left;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #ccc;*/
    width: 150px;
    float: left;
    border-radius: 3px;
    padding: 5px 0px 5px 0px;
    box-shadow: 0px 0px 5px #ccc;
}
.product .product-details .quantity .input-group .input-group-prepend {
	width: 25%;
	float: left;
	height: 26px;
}
.product .product-details .quantity .input-group .input-group-prepend button {
	width: 100%;
	height: 35px;
	background-color: inherit;
	border: 0px;
	color: #6B7071;
	border-right: 1px solid #e5e5e5;
}
.product .product-details .quantity .input-group input {
	width: 50%;
	float: left;
	height: 35px;
	border: 0px;
	box-shadow: none;
	text-align: center;
	position: inherit;
    z-index: 0;
}
.product .product-details .quantity .input-group .input-group-append {
	width: 25%;
	float: left;
	height: 35px;
}
.product .product-details .quantity .input-group .input-group-append button {
	width: 100%;
	height: 26px;
	background-color: inherit;
	color: #6B7071;
	border: 0px;
	border-left: 1px solid #e5e5e5;
}
.product .product-details .quantity .input-group .input-group-prepend button:hover , .product .product-details .quantity .input-group .input-group-append button:hover {
	background-color: #f7f7f7;
}
.product .order .btn-df {
	border-radius: 3px;
	padding: 14px;
}
.product .order .buy-now .btn-df {
	background-color: #498dff;
}
.product .order .add-to-cart .btn-df span {
	color: #FFF;
	-webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.product .order .add-to-cart .btn-df:hover span {
	color: #273647;
}
.product .order .buy-now .btn-df span {
	color: #fff;
	-webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.product .order .buy-now .btn-df:hover span {
	color: #FFF;
}
.product .order .buy-now .btn-df:after {
	background-color: #273647;
}
.product .product-specification {
	width: 100%;
	float: left;
}
.product .product-specification .hr {
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
}
.product .product-specification .hr ul li {
	flex-grow: 1;
}
.product .product-specification .hr ul li a {
	padding: 20px 10px;
	border-radius: 0px;
	text-align: center;
	font-size: 18px;
	color: #6B7071;
	text-transform: uppercase;
    font-weight: bold;
}
.product .product-specification .hr ul li a:hover {
	background-color: initial;
}
.product .product-specification .hr ul li.active a {
	margin-bottom: -1px;
	background-color: inherit;
	/*color: #498dff;*/
	border-bottom: 3px solid #498dff;
}
.product .product-specification .tab-content h3.tab-content-hr {
	font-size: 20px;
	color: #6B7071;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 10px;
}
.product .product-specification .tab-content .description-box {
	padding: 30px 40px;
	background-color: #FAFAFA;
	color: #6B7071;
	margin-bottom: 20px;
}
.product .product-specification .tab-content .description-box h4 {
	margin-top: 0px;
	font-size: 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	font-weight: bold;
	text-transform: uppercase;
}
.product .product-specification .tab-content p {
	line-height: 28px;
	font-size: 14px;
}
.product .product-specification .tab-content .img-box {
	text-align: center;
	margin-bottom: 20px;
}
.product .product-specification .tab-content .img-box img {
	width: 100%;
}
.product .product-specification .tab-content .review {
	padding: 30px 40px;
	background-color: #FAFAFA;
	color: #6B7071;
	margin-bottom: 20px;
}
.product .product-specification .tab-content .review h3 {
	margin-top: 0px;
	font-size: 16px;
	color: #6B7071;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}
.product .product-specification .tab-content .review .total-review-box{
	text-align: center;
}
.product .product-specification .tab-content .review .total-review-box h4 {
	font-size: 35px;
	font-weight: bold;
}
.product .product-specification .tab-content .review .total-review-box .btn-df {
	height: 45px;
	border-radius: 3px;
	padding: 12px 30px;
	font-size: 14px;
}
.product .product-specification .tab-content .review .total-review-rating ul li{
	margin: 5px 0px;
	width: 100%;
	float: left;
}
.product .product-specification .tab-content .review .total-review-rating ul li h5 {
	margin: 0px;
	width: 10%;
	float: left;
}
.product .product-specification .tab-content .review .total-review-rating ul li .progress {
	width: 50%;
    float: left;
    height: 10px;
    margin: 2px 0;
}
.product .product-specification .tab-content .review .total-review-rating ul li h6 {
	margin: 0px;
	padding-left: 10px;
	width: 10%;
	float: left;
}
.product .product-specification .tab-content .write-review {
	width: 100%;
	float: left;
	padding: 30px 40px;
	color: #6B7071;
	background-color: #FAFAFA;
	margin-bottom: 20px;	
}
.product .product-specification .tab-content .write-review h4 {
	margin-top: 0px;
	font-size: 20px;
	color: #6B7071;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}
.product .product-specification .tab-content .write-review .write-review-box {
	width: 60%;
}
.product .product-specification .tab-content .write-review .write-review-box .input-box label {
	width: 100%;
	float: left;
	text-transform: uppercase;
}
.product .product-specification .tab-content .write-review .write-review-box .input-box ul {
	float: left;
	padding-right: 20px;
	margin: 0px;
}
.product .product-specification .tab-content .write-review .write-review-box .input-box ul li {
	float: left;
    font-size: 30px;
    padding-right: 3px;
    color: #e5e5e5;
}
.product .product-specification .tab-content .write-review .write-review-box .input-box p {
	float: left;
    line-height: 38px;
    margin: 0px;
}
.product .product-specification .tab-content .write-review .write-review-box .input-box input {
	height: 40px;
	border: 0px;
	box-shadow: 0px 0px 5px #ccc;
}
.product .product-specification .tab-content .write-review .write-review-box .input-box textarea {
	height: 100px;
	border: 0px;
	box-shadow: 0px 0px 5px #ccc;
}
.product .product-specification .tab-content .write-review .write-review-box .btn-box .btn {
	height: 40px;
	padding: 10px 30px;
	font-size: 14px;
	border-radius: 3px;
}
.product .product-specification .tab-content .review-box {
	width: 100%;
    float: left;
    padding: 20px 40px;
    color: #6B7071;
    background-color: #FFF;
    margin-bottom: 20px;
    border: 1px solid #efeaea;
    border-radius: 5px;
}
.product .product-specification .tab-content .review-box .review-box-hr {
	width: 100%;
	float: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}
.product .product-specification .tab-content .review-box .review-box-hr h4 {
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}
.product .product-specification .tab-content .review-box .review-box-hr ul {
	margin: 0px;
}
.product .product-specification .tab-content .review-box .review-box-hr ul li {
	float: left;
	padding-left: 3px;
	color: #498dff;
}
.product .product-specification .tab-content .review-box p{
	margin: 0px;
}
.product .product-specification .tab-content .review-box .reviewer-detail {
	width: 100%;
	float: left;
	padding: 10px 0;
	font-weight: bold !important;
}
.product .product-specification .tab-content .review-box .reviewer-detail h6 {
	font-size: 18px;
}
.product .product-specification .tab-content .review-box .reviewer-detail h6 i {
	padding-left: 5px;
}
.product .product-specification .tab-content .review-box .reviewer-detail h6 i:hover {
	color: #498dff;
}
.product .product-specification .tab-content .product-details {
	width: 100%;
	float: left;
	color: #6B7071;
	background-color: #FAFAFA;
	margin-bottom: 20px;
	padding: 30px 40px;
}
.product .product-specification .tab-content .product-details h4 {
	padding: 15px;
	margin-top: 0px;
	border-bottom: 1px solid #e5e5e5;
}
.product .product-specification .tab-content .product-details tbody {
	line-height: 40px;
}
.similar-products {
	width: 100%;
	float: left;
}
.similar-products h4.hr {
	float: left;
	margin: 10px;
	position: relative;
}
.similar-products .hr:after {
	content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #498dff;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -6px;
}
.similar-products #similar-products .item, .similar-products #similar-products-2 .item {
	width: 100%;
	float: left;
	padding: 10px;
}
.similar-products #similar-products .owl-nav, .similar-products #similar-products-2 .owl-nav {
	width: 100%;
	margin-top: -190px;
	float: left;
}
.similar-products #similar-products .owl-nav .owl-prev, .similar-products #similar-products-2 .owl-nav .owl-prev {
	position: absolute;
    z-index: 55555;
    float: left;
    left: 0px;
    width: 30px;
    height: 40px;
    background-color: #273647;
    color: #FFF;
    margin-left: -30px;
}
.similar-products #similar-products .owl-nav .owl-next, .similar-products #similar-products-2 .owl-nav .owl-next {
	position: absolute;
    z-index: 55555;
    float: right;
    right: 0px;
    width: 30px;
    height: 40px;
    background-color: #273647;
    color: #FFF;
    margin-right: -30px;
}
.suggested-for-you {
	width: 100%;
	float: left;
}
.suggested-for-you h4.hr {
	float: left;
	margin: 10px;
	position: relative;
}
.suggested-for-you .hr:after {
	content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #498dff;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -6px;
}
.suggested-for-you #suggested-for-you .item, .suggested-for-you #suggested-for-you-2 .item {
	width: 100%;
	float: left;
	padding: 10px;
}
.suggested-for-you #suggested-for-you .owl-nav, .suggested-for-you #suggested-for-you-2 .owl-nav {
	width: 100%;
	margin-top: -190px;
	float: left;
}
.suggested-for-you #suggested-for-you .owl-nav .owl-prev, .suggested-for-you #suggested-for-you-2 .owl-nav .owl-prev {
	position: absolute;
    z-index: 55555;
    float: left;
    left: 0px;
    width: 30px;
    height: 40px;
    background-color: #273647;
    color: #FFF;
    margin-left: -30px;
}
.suggested-for-you #suggested-for-you .owl-nav .owl-next, .suggested-for-you #suggested-for-you-2 .owl-nav .owl-next {
	position: absolute;
    z-index: 55555;
    float: right;
    right: 0px;
    width: 30px;
    height: 40px;
    background-color: #273647;
    color: #FFF;
    margin-right: -30px;
}
.similar-products #similar-products-2 .owl-nav, .suggested-for-you #suggested-for-you-2 .owl-nav {
	margin-top: -160px;
}
.suggested-for-you #suggested-for-you-2 .owl-nav .owl-prev, .similar-products #similar-products-2 .owl-nav .owl-prev {
	left: 30px;
	width: 20px;
	height: 30px;
	font-size: 12px;
}
.suggested-for-you #suggested-for-you-2 .owl-nav .owl-next, .similar-products #similar-products-2 .owl-nav .owl-next {
	right: 30px;
	width: 20px;
	height: 30px;
	font-size: 12px;
}
.fancybox-is-open .fancybox-bg {
	background-color: #FFF;
	opacity: 1
}
.fancybox-show-caption .fancybox-caption {
	opacity: 0; 
}



/* booking */

.booking {
	width: 100%;
	float: left;
	background-color: #f7f7f7;
}
.booking  ul.nav-pills {
	margin-bottom: 20px;
}
.booking  ul.nav-pills li {
	flex-grow: 1;
	margin: 0px;
	width: 25%;
}
.booking  ul.nav-pills li a {
	background-color: initial;
	text-align: center;
}
.booking  ul.nav-pills li a:hover, .booking  ul.nav-pills li a:focus{
	background-color: initial;
}
.booking  ul.nav-pills li a h3 {
	padding: 8px;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    color: #273647;
    text-align: center;
    font-size: 14px;
    background-color: #FFF;
    border-radius: 50%;
    box-shadow: 2px 2px 10px #ccc;
}
.booking  ul.nav-pills li:hover a h3 {
	background-color: #e5e5e5;
}
.booking  ul.nav-pills li.complete a h3, .booking  ul.nav-pills li.active a h3 {
	background-color: #498dff;
}
.booking  ul.nav-pills li.complete a h3 span {
	display: none;
}
.booking  ul.nav-pills li.complete a h3 i {
	display: block;
}
.booking  ul.nav-pills li a h3 i {
	display: none;
}
.booking  ul.nav-pills li a h4 {
	margin: 0px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 14px;
	color: #6B7071;
	text-transform: uppercase;
}
.booking  ul.nav-pills li a .join-line {
	position: absolute;
    width: 86%;
    margin: 10px 0 15px;
    background-color: transparent;
    z-index: 0;
    left: 57%;
    top: 15px;
    border: 1px dashed #A1A1A1;
}
.booking .tab-content {
	width: 100%;
	float: left;
	background-color: #FFF;
	color: #6B7071;
	border-radius: 3px;
	padding: 30px 40px;
	box-shadow: 0px 0px 5px #ccc;
}
.booking .tab-content #login-signup ul.nav-pills {
	width: 300px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.booking .tab-content #login-signup ul.nav-pills li {
	flex-grow: 1;
	border-bottom: 2px solid #498dff;
}
.booking .tab-content #login-signup ul.nav-pills li.active {
	background-color: #f7f7f7;
} 
.booking .tab-content #login-signup ul.nav-pills li.active a {
	color: #273647;
}
.booking .tab-content #login-signup ul.nav-pills li a {
	color: #6B7071;
	font-weight: bold;
} 
.booking .tab-content #login-signup .tab-content {
	box-shadow: initial;
	border-radius: 0px;
	padding: 0px;
}
.booking .tab-content #login-signup .tab-content #login, .booking .tab-content #login-signup .tab-content #signup {
	width: 66%;
	margin: 0 auto;
}
.booking .tab-content #login-signup .tab-content #login .input-box input ,.booking .tab-content #login-signup .tab-content #signup .input-box input {
	height: 40px;
	box-shadow: 0px 0px 5px #ccc;
	border: 0px;
}
.booking .tab-content #login-signup .tab-content #login .btn-box .btn,.booking .tab-content #login-signup .tab-content #signup .btn-box .btn {
	height: 40px;
	float: right;
	border-radius: 3px;
	padding: 10px 50px;
}
/*.booking .tab-content #delivery-address {
	width: 60%;
	margin: 0 auto;
}
*/
.booking .tab-content .add-address-box, .booking .tab-content .add-address, .booking .tab-content .my-address-box, .booking .tab-content .edit-address {
	background-color: #FFF;
}
.booking .tab-content #delivery-address input[type='text'] ,.booking .tab-content #delivery-address select ,.booking .tab-content #delivery-address textarea {
	height: 40px;
	box-shadow: 0px 0px 5px #ccc;
	border: 0px;
}
.booking .tab-content #delivery-address textarea  {
	height: 100px;
}
.booking .tab-content #delivery-address .btn-box .btn {
	height: 40px;
	float: right;
	font-size: 14px;
	border-radius: 3px;
	padding: 10px 30px;
}
.booking .tab-content #delivery-address .address-type input {
	width: 15px;
	height: 15px;
	float: left;
	background-color: initial;
	box-shadow: initial;
	margin-right: 5px;
}
.booking .tab-content #delivery-address .address-type span {
	float: left;
	font-size: 14px;
	margin: 2px 20px 0px 0px;
}
.booking .tab-content #view-order {
	float: left;
	color: #273647;
}
.booking .tab-content #view-order .order-prodects {
	width: 100%;
    float: left;
    padding: 10px 20px 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.booking .tab-content #view-order .order-prodects:last-child {
	border: 0px;
}
.booking .tab-content #view-order .order-prodects .img-box {
	width: 100%;
	height: 150px;
	text-align: center;
}
.booking .tab-content #view-order .order-prodects .img-box img {
	height: 100%;
	margin: 0 auto;
}
.booking .tab-content #view-order .order-prodects .detail-box {
	width: 100%;
	float: left;
}
.booking .tab-content #view-order .order-prodects .detail-box h4 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 5px;
}
.booking .tab-content #view-order .order-prodects .detail-box p {
	font-size: 14px;
	color: #6B7071;
	margin-bottom: 0px;
}
.booking .tab-content #view-order .order-prodects .detail-box h3 {
	margin: 5px 0;
    font-size: 18px;
    font-weight: normal;
    color: #575D5E;
}
.booking .tab-content #view-order .order-prodects .detail-box h3 del {
	font-size: 12px;
}
.booking .tab-content #view-order .order-prodects .detail-box h3 span {
	font-size: 12px;
	color: #15c51b;
}
.booking .tab-content #view-order .order-prodects .detail-box .input-group {
	width: 100px;
    background-color: #FFF;
    height: 26px;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #ccc;
}
.booking .tab-content #view-order .order-prodects .detail-box .input-group .input-group-prepend {
	width: 25%;
	float: left;
	border-right: 1px solid #e5e5e5;
}
.booking .tab-content #view-order .order-prodects .detail-box .input-group .input-group-prepend button {
	width: 100%;
	float: left;
	background-color: transparent;
	box-shadow: none;
	border: 0px;
	line-height: 26px;
	color: #6A7071;
}
.booking .tab-content #view-order .order-prodects .detail-box .input-group input {
	width: 50%;
	float: left;
	text-align: center;
	box-shadow: none;
	height: 26px;
	font-weight: bold;
	border: 0px;
	background-color: transparent;
}
.booking .tab-content #view-order .order-prodects .detail-box .input-group .input-group-append {
	width: 25%;
	float: left;
	border-left: 1px solid #e5e5e5;
}
.booking .tab-content #view-order .order-prodects .detail-box .input-group .input-group-append button {
	width: 100%;
	float: left;
	background-color: transparent;
	box-shadow: none;
	border: 0px;
	line-height: 26px;
	color: #6A7071;
}
.booking .tab-content #view-order .order-prodects .detail-box .remove-btn {
	background-color: #f7f7f7;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	padding: 0 10px;
}
.booking .tab-content #view-order .order-prodects .detail-box h6 {
	margin: 7px 0;
	font-size: 12px;
	color: #273647;
}
.booking .tab-content .price-box {
	width: 100%;
	float: left;
	padding: 10px 20px 0px;
	margin-bottom: 10px;
	border-left: 1px solid #e5e5e5;
}
.booking .tab-content .price-box h3 {
	margin: 0px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.booking .tab-content .price-box .product-price ul li {
	line-height: 40px;
}
.booking .tab-content .price-box .product-price ul {
	border-bottom: 1px dashed #e5e5e5;
	margin: 0px;
}
.booking .tab-content .price-box .product-price h4 {
	font-size: 16px;
	margin: 0px;
	padding: 15px 0;
}
.booking .tab-content .price-box h5 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 15px 0;
	border-top: 1px solid #e5e5e5;
}
.booking .tab-content .order-continue {
	width: 100%;
	float: left;
	padding-top: 15px;
	border-top: 1px solid #e5e5e5;
}
.booking .tab-content .order-continue .btn-df {
	height: 40px;
	padding: 10px 50px;
	float: right;
	border-radius: 3px;
}
.booking .tab-content #payment-option {
	float: left;
}
.booking .tab-content #payment-option .payment-option-box {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	border: 1px solid #e5e5e5;
}
.booking .tab-content #payment-option .payment-option-box h3 {
	margin: 0px;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    background-color: #f9f9f9;
}
.booking .tab-content #payment-option .payment-option-box .detail {
	padding: 15px;
	border-top: 1px solid #e5e5e5;
}
.booking .tab-content #payment-option .payment-option-box .detail input[type='text'], .booking .tab-content #payment-option .payment-option-box .detail select {
	height: 40px;
	border: 0px;
	box-shadow: 0px 0px 5px #ccc;
}
.booking .tab-content #payment-option .payment-option-box .detail .input-group.expiry select {
	width: 50%;
	float: left;
	height: 40px;
	border: 0px;
	box-shadow: 0px 0px 5px #ccc;
}
.booking .tab-content #payment-option .payment-option-box .detail .btn-df {
	height: 40px;
	border-radius: 3px;
	font-size: 14px;
	padding: 10px;
	background-color: #498dff;
}
.booking .tab-content #payment-option .payment-option-box .detail .btn-df span {
	color: #273647;
}
.booking .tab-content #payment-option .payment-option-box .detail .btn-df:hover span {
	color: #498dff;
}
.booking .tab-content #payment-option .payment-option-box .detail .btn-df:after {
	background-color: #273647;
}
.booking .tab-content #payment-option .payment-option-box .detail .btn-df:hover:after, .contact-us .btn-box .btn-df:hover:after {
	height: 520%;
}
.booking .tab-content #payment-option .payment-option-box .detail h4 {
	margin-top: 0px;
	font-size: 14px;
}
.booking .tab-content #payment-option .payment-option-box .detail .papular-banks input {
	height: 15px;
	width: 15px;
	margin-right: 5px;
	position: absolute;
	background-color: initial;
	box-shadow: initial;
}
.booking .tab-content #payment-option .payment-option-box .detail .papular-banks span img {
	width: 15px;
	margin-right: 5px;
}
.booking .tab-content #payment-option .payment-option-box .detail .papular-banks span {
	margin: 0 20px;
}
.booking .tab-content #payment-option .payment-option-box .detail .emi-box {
	width: 100%;
	float: left;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}
.booking .tab-content #payment-option .payment-option-box .detail .emi-box h5 {
	margin: 0px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.booking .tab-content #payment-option .payment-option-box .detail .emi-box ul.nav-pills {
	width: 30%;
	float: left;
	padding: 15px;
	margin: 0px;
	border-right: 1px solid #e5e5e5
}
.booking .tab-content #payment-option .payment-option-box .detail .emi-box ul.nav-pills li {
	width: 100%;
	float: left;
}
.booking .tab-content #payment-option .payment-option-box .detail .emi-box ul.nav-pills li a{
	padding: 5px 0;
	text-align: left;
	height: auto;
	color: #273647;
}
.booking .tab-content #payment-option .payment-option-box .detail .emi-box ul.nav-pills li.active a {
	color: #2874f0;
}
.booking .tab-content #payment-option .payment-option-box .detail .emi-box .tab-content{
	width: 70%;
	float: left;
	padding: 20px;
	box-shadow: initial;
}
.booking .tab-content #payment-option .payment-option-box .detail .emi-box .tab-content .emi-offers input {
	width: 10%;
	float: left;
	text-align: left;
	padding: 0px;
	background-color: initial;
	height: 15px;
	box-shadow: initial;
}
.booking .tab-content #payment-option .payment-option-box .detail .emi-box .tab-content .emi-offers .plan-box {
	width: 90%;
	float: left;
} 
.booking .tab-content #payment-option .payment-option-box .detail .emi-box .tab-content .emi-offers .plan-box h5 {
	padding: 0px;
    padding-top: 5px;
    border: 0px;
}
.booking .tab-content #payment-option .payment-option-box .detail .emi-box .tab-content .emi-offers .plan-box h6 {
	margin: 0px;
	padding: 5px 0;
}
.booking .tab-content #payment-option .payment-option-box .detail .emi-box .tab-content .emi-offers .plan-box p {
	font-size: 12px;
    color: #ff9f00;
    margin-bottom: 5px
}
.booking .tab-content #payment-option .payment-option-box .detail .emi-box .tab-content .emi-offers .plan-box .offer-box {
	padding: 15px;
    background-color: #f7f7f7;
}
.booking .tab-content #payment-option .payment-option-box .detail .emi-box .tab-content .emi-offers .plan-box .offer-box li {
	line-height: 30px;
}
.booking .tab-content #payment-option .payment-option-box .detail .emi-box .tab-content .emi-offers .plan-box .offer-box h5 {
	margin: 0px;
	padding: 10px 0;
	border-top: 1px dashed #e5e5e5;
}
.booking .tab-content #payment-option .payment-option-box .detail .emi-box .tab-content .emi-offers .plan-box .offer-box p {
	color: #2874f0
}


/* my-cart-page */

.my-cart-page {
	width: 100%;
	float: left;
	background-color: #f8f8f8;
}
.my-cart-page .my-cart-box {
	width: 100%;
	float: left;
	padding: 30px 40px;
	border-radius: 3px;
	background-color: #FFF;
	box-shadow: 0px 0px 5px #ccc;
}
.my-cart-page .my-cart-box .hr {
	width: 100%;
	float: left;
	padding: 5px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.my-cart-page .my-cart-box .hr h3 {
	margin: 0px;
	padding: 10px 0;
	float: left;
	font-size: 18px;
	font-weight: bold;
}
.my-cart-page .my-cart-box .hr input {
	float: right;
	height: 40px;
	box-shadow: 0px 0px 5px #ccc;
	border-radius: 3px;
	border: 0px;
	padding: 10px;
}
.my-cart-page .my-cart-box .order-prodects {
	width: 100%;
    float: left;
    padding: 10px 20px 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.my-cart-page .my-cart-box .order-prodects:last-child {
	border: 0px;
}
.my-cart-page .my-cart-box .order-prodects .img-box {
	width: 100%;
	height: 150px;
	text-align: center;
}
.my-cart-page .my-cart-box .order-prodects .img-box img {
	height: 100%;
	margin: 0 auto;
}
.my-cart-page .my-cart-box .order-prodects .detail-box {
	width: 100%;
	float: left;
}
.my-cart-page .my-cart-box .order-prodects .detail-box h4 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 5px;
}
.my-cart-page .my-cart-box .order-prodects .detail-box p {
	font-size: 14px;
	color: #6B7071;
	margin-bottom: 0px;
}
.my-cart-page .my-cart-box .order-prodects .detail-box h3 {
	margin: 5px 0;
    font-size: 18px;
    font-weight: normal;
    color: #575D5E;
}
.my-cart-page .my-cart-box .order-prodects .detail-box h3 del {
	font-size: 12px;
}
.my-cart-page .my-cart-box .order-prodects .detail-box h3 span {
	font-size: 12px;
	color: #15c51b;
}
.my-cart-page .my-cart-box .order-prodects .detail-box .input-group {
	width: 100px;
    background-color: #FFF;
    height: 26px;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #ccc;
}
.my-cart-page .my-cart-box .order-prodects .detail-box .input-group .input-group-prepend {
	width: 25%;
	float: left;
	border-right: 1px solid #e5e5e5;
}
.my-cart-page .my-cart-box .order-prodects .detail-box .input-group .input-group-prepend button {
	width: 100%;
	float: left;
	background-color: transparent;
	box-shadow: none;
	border: 0px;
	line-height: 26px;
	color: #6A7071;
}
.my-cart-page .my-cart-box .order-prodects .detail-box .input-group input {
	width: 50%;
	float: left;
	text-align: center;
	box-shadow: none;
	height: 28px;
	font-weight: bold;
	border: 0px;
	position: relative;
    z-index: 0;
	background-color: transparent;
}
.my-cart-page .my-cart-box .order-prodects .detail-box .input-group .input-group-append {
	width: 25%;
	float: left;
	border-left: 1px solid #e5e5e5;
}
.my-cart-page .my-cart-box .order-prodects .detail-box .input-group .input-group-append button {
	width: 100%;
	float: left;
	background-color: transparent;
	box-shadow: none;
	border: 0px;
	line-height: 26px;
	color: #6A7071;
}
.my-cart-page .my-cart-box .order-prodects .detail-box .remove-btn {
	background-color: #f7f7f7;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	padding: 0 10px;
}
.my-cart-page .my-cart-box .order-prodects .detail-box h6 {
	margin: 7px 0;
	font-size: 12px;
	color: #273647;
} 
.my-cart-page .my-cart-box .price-box {
	width: 100%;
	float: left;
	padding: 10px 20px 0px;
	margin-bottom: 10px;
	border-left: 1px solid #e5e5e5;
}
.my-cart-page .my-cart-box .price-box h3 {
	margin: 0px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.my-cart-page .my-cart-box .price-box .product-price ul li {
	line-height: 40px;
}
.my-cart-page .my-cart-box .price-box .product-price ul {
	border-bottom: 1px dashed #e5e5e5;
	margin: 0px;
}
.my-cart-page .my-cart-box .price-box .product-price h4 {
	font-size: 16px;
	margin: 0px;
	padding: 15px 0;
}
.my-cart-page .my-cart-box .price-box h5 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 15px 0;
	border-top: 1px solid #e5e5e5;
}
.my-cart-page .my-cart-box .continue-btn-box {
	width: 100%;
	float: left;
	padding: 10px 0;
	border-top: 1px solid #e5e5e5;
}
.my-cart-page .my-cart-box .continue-btn-box ul {
	float: right;
	margin: 0px;
	width: 50%;
}
.my-cart-page .my-cart-box .continue-btn-box ul li {
	float: left;
}
.my-cart-page .my-cart-box .continue-btn-box ul li .btn-df {
	height: 45px;
	padding: 12px 30px;
	font-size: 14px;
	border-radius: 3px;
}
.my-cart-page .my-cart-box .continue-btn-box ul li .btn-df span {
	color: #498dff;
}
.my-cart-page .my-cart-box .continue-btn-box ul li .btn-df:hover span {
	color: #273647;
}
.my-cart-page .my-cart-box .continue-btn-box ul li .btn-df:hover:after {
	height: 350%;
}
.my-cart-page .my-cart-box .continue-btn-box ul li .btn-df.place-order-btn {
	background-color: #498dff;
}
.my-cart-page .my-cart-box .continue-btn-box ul li .btn-df.place-order-btn span {
	color: #273647;
}
.my-cart-page .my-cart-box .continue-btn-box ul li .btn-df.place-order-btn:after {
	background-color: #273647;
}
.my-cart-page .my-cart-box .continue-btn-box ul li .btn-df.place-order-btn:hover span {
	color: #498dff;
}



/* login-page */

.login-page {
	width: 100%;
	float: left;
}
.login-page .login-box {
    width: 100%;
    padding: 20px 50px;
    margin: 0 auto;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #ccc;
}
.login-page .login-box h3, .order-track-page h2, .faqs-page h2.hr, .dashboard-page h2.hr, .about-us h3, .contact-us h3.hr {
	position: relative;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}
.login-page .login-box h3:after, .order-track-page h2:after, .faqs-page h2.hr:after, .dashboard-page h2.hr:after,
.about-us h3:after, .contact-us h3.hr:after {
	content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #498dff;
    position: absolute;
    display: block;
    left: 0px;
    right: 0;
    bottom: -6px;
}
.login-page .login-box .input-box input {
	height: 45px;
	border: 0px;
	box-shadow: 0px 0px 5px #ccc;
	border-radius: 3px;
}
.login-page .login-box .input-box .forgot-pass {
	margin-top: 10px;
	float: right;
}
.login-page .login-box .input-box .forgot-pass a {
	font-weight: bold;
	text-decoration: none;
}
.login-page .login-box .btn-box .btn-df {
	border-radius: 3px;
	height: 45px;
	padding: 12px 50px;
}
.login-page .login-box .btn-box .btn-df:hover:after {
	height: 360%;
}
.login-page .login-box .btn-box .btn-df.login-btn {
	background-color: #498dff;
	color: #fff;
} 
.login-page .login-box .btn-box .btn-df.login-btn span {
	color: #fff;
}
.login-page .login-box .btn-box .btn-df.login-btn:after {
	background-color: #273647;

}
.login-page .login-box .btn-box .btn-df.login-btn:hover span {
	color: #FFF;
}
.login-page .login-box .login-detail {
	width: 100%;
	height: 100%;
	float: left;
	padding: 0 30px;
	border-left: 1px solid #e5e5e5;
}
.login-page .login-box .login-detail p {
	text-align: center;
	font-size: 14px;
	margin-top: 30px;
	line-height: 26px;
}
.login-page .login-box .login-detail h4 {
	margin: 0px;
	text-align: center;
	font-size: 16px;
	padding-bottom: 10px;
}
.login-page .login-box .login-detail .btn-box {
	width: 40%;
	margin: 0 auto
}
.login-page .login-box .login-detail .btn-box .btn-df {
	width: 100%;
    text-align: center;
    height: 45px;
    padding: 13px 0px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}



/* confirmation-page */

.confirmation-page {
	width: 100%;
	float: left;
	background-color: #f7f7f7;
}
.confirmation-page .confirmation-box {
	width: 100%;
	float: left;
	background-color: #FFF;
	box-shadow: 0px 0px 5px #ccc;
	border-radius: 3px;
	padding: 30px 50px;
	margin-bottom: 20px;
}
.confirmation-page .confirmation-box:last-child {
	margin-bottom: 0px!important;
}
.confirmation-page .confirmation-box .thanks-box {
	width: 100%;
	float: left;
}
.confirmation-page .confirmation-box .thanks-box .img-box {
	width: 100%;
	text-align: center;
}
.confirmation-page .confirmation-box .thanks-box .img-box img {
	width: 80px;
	margin-bottom: 20px;
}
.confirmation-page .confirmation-box .thanks-box .content {
	text-align: center;
}
.confirmation-page .confirmation-box .thanks-box .content h4 {
	font-size: 14px;
	margin: 0px;
	padding-bottom: 10px;
}
.confirmation-page .confirmation-box .thanks-box .content h3 {
	margin: 0px;
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 20px;
	color: #000;
}
.confirmation-page .confirmation-box .customer-detail {
	width: 60%;
	float: left;
	border-right: 1px solid #e5e5e5;
	color: #6B7071;
}
.confirmation-page .confirmation-box .customer-detail h4 ,.confirmation-page .confirmation-box .order-detail h4,
.confirmation-page .confirmation-box .product-details h4 {
	color: #000;
}
.confirmation-page .confirmation-box .order-detail {
	width: 40%;
	float: left;
	padding-left: 30px;
	color: #6B7071;
}
.confirmation-page .confirmation-box .order-detail p {
	font-size: 14px;

}
.confirmation-page .confirmation-box .product-details {
	width: 100%;
	float: left;
}
.confirmation-page .confirmation-box .product-details .img-box {
	width: 20%;
	float: left;
}
.confirmation-page .confirmation-box .product-details .img-box img {
	height: 120px;
}
.confirmation-page .confirmation-box .product-details .detail {
	width: 50%;
	float: left;
	color: #6B7071;
	padding-left: 10px;
}
.confirmation-page .confirmation-box .product-details .detail h5 {
	font-weight: bold;
	font-size: 16px;
}
.confirmation-page .confirmation-box .product-details .detail p {
	font-size: 13px;
    line-height: 20px;
    margin-bottom: 2px;
}
.confirmation-page .confirmation-box .product-details .price-box {
	width: 25%;
	float: right;
	padding-left: 15px;
	color: #6B7071;
	border-left: 1px solid #e5e5e5;
}
.confirmation-page .confirmation-box .product-details .price-box ul {
	padding-bottom: 5px;
	margin: 0px;
	font-size: 13px;
	border-bottom: 1px dashed #e5e5e5;
}
.confirmation-page .confirmation-box .product-details .price-box h4 {
	padding: 8px 0;
    margin-bottom: 0px;
    margin: 0px;
    font-size: 16px;
    color: #6B7071;
	border-bottom: 1px solid #e5e5e5;
}
.confirmation-page .confirmation-box .product-details .price-box h5 {
	margin-bottom: 5px;
    margin-top: 5px;
    font-size: 13px;
}


/* dashboard-page */

.dashboard-page {
	width: 100%;
	float: left;
	background-color: #f7f7f7;
}
.dashboard-page .dashboard-menu {
	width: 100%;
	position: relative;
	float: left;
	background-color: #FFF;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #ccc;
}
.dashboard-page .dashboard-menu .profile {
	width: 100%;
    color: #000;
    background-size: cover;
    float: left;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: 10px;
}
.dashboard-page .dashboard-menu .profile .profile-box {
	padding: 20px;
	width: 100%;
	float: left;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.dashboard-page .dashboard-menu .profile .img-box {
	width: 96px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.dashboard-page .dashboard-menu .profile h5 {
	margin: 10px 0;
}
.dashboard-page .dashboard-menu ul {
	width: 100%;
	float: left;
	border-top: 2px solid #e5e5e5;
	margin: 0px;
}
.dashboard-page .dashboard-menu ul li {
	line-height: 30px;
}
.dashboard-page .dashboard-menu ul li a{
	width: 100%;
	float: left;
	text-decoration: none;
	color: #6B7071;
	font-size: 16px;
	border-bottom: 1px solid #e5e5e5;
	padding: 7px 20px;
}
.dashboard-page .dashboard-menu ul li a:hover {
	background-color: #eee;
}
.dashboard-page .dashboard-menu ul li a i {
	width: 15px;
	color: #273647;
}
.dashboard-page .dashboard-menu ul li.active a {
	background-color: #498dff;
	color: #273647;
}
.dashboard-page .dashboard-detail {
	width: 100%;
	float: left;
	padding: 30px 40px;
	background-color: #FFF;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #ccc;
}
.dashboard-page .dashboard-detail h3 {
	font-size: 20px;
    margin: 0px;
    font-weight: bold;
    padding-bottom: 30px;
    margin-top: 10px;
}
.dashboard-page .dashboard-detail .my-details h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.dashboard-page .dashboard-detail .my-details .my-detail-box {
	width: 100%;
	color: #6A7071;
	margin-bottom: 50px;
}
.dashboard-page .dashboard-detail .my-details .my-detail-box label {
	font-weight: normal;
}
.dashboard-page .dashboard-detail .my-details .my-detail-box input {
	border: 0px;
	width: 100%;
	height: 40px;
	box-shadow: 0px 0px 5px #ccc;
}
.dashboard-page .dashboard-detail .my-details .my-detail-box .input-group {
	width: 100%;
	height: 40px;
	box-shadow: 0px 0px 5px #ccc;
	border: 0px;
	border-radius: 3px;
}
.dashboard-page .dashboard-detail .my-details .my-detail-box .input-group input {
	box-shadow: none;
    z-index: 0;
    position: relative;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.dashboard-page .dashboard-detail .my-details .my-detail-box .input-group .input-group-addon {
	background-color: initial;
	border-left: 1px solid #e5e5e5;
}
.dashboard-page .dashboard-detail .my-details .my-detail-box .btn-df {
	height: 40px;
	border-radius: 3px;
	padding: 10px;
}
.dashboard-page .dashboard-detail .my-details .my-detail-box .btn-df:hover:after {
	height: 460%;
}
.dashboard-page .dashboard-detail .my-details .my-detail-box .btn-df:hover span {
	color: #273647;
}
.dashboard-page .dashboard-detail .my-details .my-detail-box p {
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 0px;
}

.my-address .add-address {
	padding: 15px;
	background-color: #FFF;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #ccc;
	margin-bottom: 20px;
	cursor: pointer;
}
.my-address .add-address h4 {
	margin: 0px;
}
.my-address .edit-address, .my-address .add-address-box {
 	width: 100%;
	float: left;
	background-color: #FFF;
	padding: 30px;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #ccc;
	margin-bottom: 20px;
}
.my-address .edit-address label, .my-address .add-address-box label {
	font-weight: normal;
}
.my-address .edit-address .address-box, .my-address .add-address-box .address-box{
	width: 80%;
}
.my-address .edit-address .address-box input, 
.my-address .edit-address .address-box select,
.my-address .add-address-box .address-box input, 
.my-address .add-address-box .address-box select {
	height: 40px;
	box-shadow: 0px 0px 5px #ccc;
	border: 0px;
}
.my-address .edit-address .address-box textarea,
.my-address .add-address-box .address-box textarea {
	height: 100px;
	box-shadow: 0px 0px 5px #ccc;
	border: 0px;
}
.my-address .edit-address .address-box  .address-type input,
.my-address .add-address-box .address-box  .address-type input {
	width: 15px;
    height: 15px;
    float: left;
    background-color: initial;
    box-shadow: initial;
    margin-right: 5px;
}
.my-address .edit-address .address-box  .address-type span,
.my-address .add-address-box .address-box  .address-type span {
	float: left;
    font-size: 14px;
    margin: 2px 20px 0px 0px;
}
.my-address .edit-address .address-box .btn-df,
.my-address .add-address-box .address-box .btn-df {
	height: 40px;
	padding: 10px 30px;
	font-size: 14px;
	border-radius: 3px;
}
.my-address .edit-address .address-box .btn-df.save-btn,
.my-address .add-address-box .address-box .btn-df.save-btn {
	background-color: #498dff;
}
.my-address .edit-address .address-box .btn-df.save-btn span,
.my-address .add-address-box .address-box .btn-df.save-btn span {
	color: #273647;
}
.my-address .edit-address .address-box .btn-df.save-btn:hover span,
.my-address .add-address-box .address-box .btn-df.save-btn:hover span {
	color: #498dff;
}
.my-address .edit-address .address-box .btn-df.save-btn:after,
.my-address .add-address-box .address-box .btn-df.save-btn:after {
	background-color: #273647;
}
.my-address .my-address-box {
	width: 100%;
	float: left;
	padding: 30px;
	box-shadow: 0px 0px 5px #ccc;
	border-radius: 3px;
}
.my-address .my-address-box .hr-box {
	width: 100%;
	float: left;
	padding-bottom: 10px;
}
.my-address .my-address-box .hr-box h4 {
	margin: 0px;
	font-weight: bold;
}
.my-address .my-address-box .hr-box ul li {
	float: left;
	padding: 0 10px;
}
.my-address .my-address-box .hr-box button {
	background-color: initial;;
	border: 0px;
	padding: 0px;
	color: #337ab7;
}
.my-address .my-address-box .detail-box ul {
	width: 100%;
	float: left;
	margin: 0px;
}
.my-address .my-address-box .detail-box ul li {
	float: left;
	padding-right: 20px;
	font-weight: bold;
}
.my-address .my-address-box .detail-box ul li h4 {
	font-size: 16px;
	font-weight: bold;
}
.my-address .my-address-box .detail-box p {
	font-size: 14px;
	margin: 0px;
}
.dashboard-page .dashboard-detail .my-order-box {
	width: 100%;
	float: left;
	padding: 15px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}
.dashboard-page .dashboard-detail .my-order-box .hr-box {
	width: 100%;
    float: left;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.dashboard-page .dashboard-detail .my-order-box .hr-box h4 {
	margin: 0px;
    font-size: 14px;
    padding: 10px;
    background-color: #498dff;
    border-radius: 3px;
    color: #273647;
}
.dashboard-page .dashboard-detail .my-order-box .hr-box ul li {
	float: left;
	margin-left: 10px;
}
.dashboard-page .dashboard-detail .my-order-box .hr-box ul li a {
    float: left;
    line-height: 14px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    color: #273647;
    border-radius: 3px;
    text-decoration: none;
}
.dashboard-page .dashboard-detail .my-order-box .hr-box ul li a:hover {
	background-color: #f7f7f7;
}
.dashboard-page .dashboard-detail .my-order-box .img-box {
	width: 20%;
	height: 100px;
	text-align: center;
	float: left;
}
.dashboard-page .dashboard-detail .my-order-box .img-box img {
	height: 100%;
}
.dashboard-page .dashboard-detail .my-order-box .detail-box {
	width: 50%;
	float: left;
}
.dashboard-page .dashboard-detail .my-order-box .detail-box h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 5px;
}
.dashboard-page .dashboard-detail .my-order-box .detail-box p {
	font-size: 13px;
	color: #6A7071;
	margin-bottom: 0px;
}
.dashboard-page .dashboard-detail .my-order-box .detail-box h3 {
	font-size: 16px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0px;
}
.dashboard-page .dashboard-detail .my-order-box .order-status {
	width: 30%;
	float: left;
	padding-left: 10px;
}
.dashboard-page .dashboard-detail .my-order-box .order-status h6 {
	margin: 0px;
	font-size: 14px;
	margin-bottom: 5px;
}
.dashboard-page .dashboard-detail .my-order-box .order-status p {
	font-size: 13px;
	color: #6A7071;
}
.order-track-page {
	width: 100%;
	float: left;
	background-color: #f7f7f7;
}
.order-track-page h2.hr, .dashboard-page h2.hr {
	margin-bottom: 5px;
}
.order-track-page .delivery-address {
	width: 100%;
	float: left;
	padding: 30px 50px;
	background-color: #FFF;
	color: #6A7071;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #ccc;
	margin-bottom: 20px;
}
.order-track-page .delivery-address h3 {
	margin: 0px;
	font-size: 20px;
	font-weight: bold;
}
.order-track-page .delivery-address h4 {
	font-size: 16px;
	margin: 5px 0;
}
.order-track-page .delivery-address p {
	font-size: 14px;
	margin-bottom: 5px;
}
.order-track-page .order-track-box {
	width: 100%;
	float: left;
	padding: 30px 50px;
	background-color: #FFF;
	box-shadow: 0px 0px 5px #ccc;
	border-radius: 3px;
}
.order-track-page .order-track-box .product-details {
	width: 50%;
	float: left;
}
.order-track-page .order-track-box .product-details .img-box {
	height: 130px;
	width: 100%;
}
.order-track-page .order-track-box .product-details .img-box img {
	height: 100%;
}
.order-track-page .order-track-box .product-details .detail-box {
	width: 100%;
	float: left;
	color: #6A7071;
}
.order-track-page .order-track-box .product-details .detail-box h4 {
	font-weight: bold;
	font-size: 16px;
	margin-top: 0px;
}
.order-track-page .order-track-box .product-details .detail-box p {
	margin-bottom: 5px;
	font-size: 14px;
}
.order-track-page .order-track-box .product-details .detail-box h3 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 0px;
}
.order-track-page .order-track-box .progress-box {
	width: 50%;
	float: left;
	padding-right: 30px;
}
.order-track-page .order-track-box .progress-box .progress.vertical {
    position: relative;
    width: 6px;
    min-height: 245px;
    float: left;
    margin: 0px;
    background: none;
    background-color: #f7f7f7;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}
.order-track-page .order-track-box .progress-box .progress.vertical .progress-bar {
	background-color: #3ac25e;
}
/*.order-track-page .order-track-box .progress-box .progress.vertical .progress-bar span {
	width: 10px;
	float: left;
	position: relative;
	height: 10px;
	background-color: #ccc;
}*/
.order-track-page .order-track-box .progress-box .tracking-details {
	width: calc(100% - 6px);
	float: left;
	color: #6A7071;
	padding-left: 20px;
}
.order-track-page .order-track-box .progress-box .tracking-details h6 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}
.order-track-page .order-track-box .progress-box .tracking-details p {
	font-size: 14px;
	margin-bottom: 20px;
	padding-left: 10px;
}


/* contact-us */

.contact-us {
	width: 100%;
	float: left;
}
.contact-us h3.hr, .about-us h3.hr {
    margin-bottom: 0px;
}
.contact-us .contact-box {
	width: 100%;
    float: left;
    height: 100%;
    padding: 20px 40px;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 3px;
}
.contact-us .input-box label {
	font-weight: normal;
}
.contact-us .input-box input {
	height: 40px;
	border: 0px;
	box-shadow: 0px 0px 5px #ccc;
}
.contact-us .input-box textarea {
	height: 100px;
	border: 0px;
	box-shadow: 0px 0px 5px #ccc;
}
.contact-us .btn-box .btn-df {
	float: right;
    height: 40px;
    padding: 10px;
    width: 50%;
    border-radius: 3px;
}
.contact-us .other-contacts {
	width: 100%;
    float: left;
    height: 100%;
    padding: 20px 40px;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #ccc;
}
.contact-us .other-contacts h4 {
	font-size: 16px;
	margin-bottom: 5px;
}
.contact-us .other-contacts p {
	font-size: 14px;
	color: #6A7071;
	margin-bottom: 20px;
}
.contact-us .other-contacts ul li {
	float: left;
	border-radius: 3px;
}
.contact-us .other-contacts ul li a{
	float: left;
    padding: 10px;
    height: 40px;
    width: 40px;
    text-align: center;
    color: #6A7071;
    border-radius: 3px;
}
.contact-us .other-contacts ul li a:hover {
	color: #FFF;
}


/* about-us-page */

.about-us {
	width: 100%;
	float: left;
}
.about-us h3, .contact-us h3.hr, .faqs-page h2.hr {
	margin-bottom: 10px;
}
.about-us .breadcrumbs, .contact-us .breadcrumbs, .faqs-page .breadcrumbs {
	font-size: 15px;
    margin-bottom: 30px;
    color: #6B7071;
    font-weight: bold;
}
.about-us .breadcrumbs a, .contact-us .breadcrumbs a, .faqs-page .breadcrumbs a {
	color: #6B7071;
}
.about-us .breadcrumbs .active, .contact-us .breadcrumbs .active, .faqs-page .breadcrumbs .active {
	color: #337ab7;
}
.about-us h4 {
	font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
.about-us p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
} 


/* 404-error */

.error-page {
	width: 100%;
	float: left;
}
.error-page .error-box {
	width: 100%;
	float: left;
	text-align: center;
}
.error-page .error-box h2{
	font-size: 70px;
}
.error-page .error-box h3{
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: bold;
}
.error-page .error-box h4{
	font-size: 18px;
	margin-bottom: 10px;
}
.error-page .error-box a {
	font-size: 14px;
	padding: 16px 50px;
	border-radius: 3px;
}


/* whitlist-page */


.my-whitlist {
	width: 100%;
	float: left;
}
.dashboard-page .dashboard-detail h3.hr {
	width: 100%;
	float: left;
	font-size: 22px;
	margin: 0px;
	padding-top: 10px;
	margin-bottom: 0px;
}
.my-whitlist .whitlist-box {
	width: 100%;
	float: left;
	padding: 15px 0;
	border-bottom: 1px solid #e5e5e5;
}
.my-whitlist .whitlist-box:last-child {
	margin-bottom: 10px;
}
.my-whitlist .whitlist-box .img-box {
	width: 20%;
	height: 100px;
	float: left;
	text-align: center;
}
.my-whitlist .whitlist-box .img-box img {
	height: 100%;
}
.my-whitlist .whitlist-box .detail-box {
	width: 50%;
	float: left;
}
.my-whitlist .whitlist-box .detail-box h4 {
	font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.my-whitlist .whitlist-box .detail-box p {
	font-size: 13px;
    color: #6A7071;
    margin-bottom: 0px;
}
.my-whitlist .whitlist-box .detail-box h3 {
	padding: 0px;
}
.my-whitlist .whitlist-box .detail-box h3 del {
	font-size: 12px;
}
.my-whitlist .whitlist-box .close {
	width: 30%;
	float: left;
	opacity: inherit;
}
.my-whitlist .whitlist-box .close .close-btn {
	background-color: initial;
    box-shadow: none;
    font-size: 17px;
    padding: 0px 10px;
}
.my-whitlist .whitlist-box .close ul {
	float: right;
	margin: 0px;
}
.my-whitlist .whitlist-box .close ul li {
	float: left;
}
.my-whitlist .whitlist-box .close ul li .btn-df {
    height: 40px;
    width: 100%;
    padding: 8px;
    font-size: 12px;
    border-radius: 3px;
}


.faqs-page {
	width: 100%;
	float: left;
}
.faqs-page .faqs-box {
	width: 100%;
	float: left;
	background-color: #FFF;
	border: 1px solid #f5f5f5;
	margin-bottom: 20px;
	overflow: hidden;
}
.faqs-page .faqs-box .hr-box {
	width: 100%;
	float: left;
	margin: 0px;
	font-size: 16px;
	padding: 1px;
	color: #4d5959;
	border-bottom: 1px solid #f5f5f5;
	background-color: #f7f7f7;
}
.faqs-page .faqs-box .hr-box h3 {
	width: calc(100% - 45px);
	float: left;
	margin: 0px;
	padding: 15px 20px;
	font-size: 16px;
	color: #4d5959;
	background-color: #f7f7f7;
}
.faqs-page .faqs-box .hr-box h4 {
	width: 45px;
    float: right;
    text-align: center;
    margin: 0px;
    padding: 12px 15px;
    font-size: 21px;
    color: #FFF;
    background-color: #222222;
}
.faqs-page .faqs-box .detail-box {
	width: 100%;
	float: left;
	padding: 15px 20px;
}
.faqs-page .faqs-box .detail-box p {
	margin: 0px;
	font-size: 13px;
	color: #878787
}


/* main-products */

.main-products {
	width: 100%;
	float: left;
}
.main-products #main-products {
	width: 100%;
	float: left;
	padding: 15px 0;
}
.main-products #main-products .item {
	width: 100%;
	padding: 5px;
	float: left;
}
.main-products #main-products .item a {
	height: 150px;
	width: 100%;
	padding: 10px;
	border-radius: 3px;
	float: left;
	text-decoration: none;
	color: #273647;
	text-align: center;
}
.main-products #main-products .item a img{
	height: calc(100% - 30px);
	width: auto;
	margin: 0 auto;
}
.main-products #main-products .item a:hover {
	box-shadow: 0px 0px 5px #ccc;
}
.main-products #main-products .item a h4 {
	font-size: 14px;
	margin: 0px;
	padding: 7px 0;
}
.main-products #main-products .owl-nav, .main-products #main-products .owl-dots {
	display: none;
}

.main-products {
	width: 100%;
	float: left;
}
.main-products h4.hr {
	float: left;
	margin: 10px;
	position: relative;
}
.main-products .hr:after {
	content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #498dff;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -6px;
}


.offers {
	width: 100%;
	float: left;
}
.offers .offer-box {
	width: 100%;
	float: left;
} 
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
	background-color: #498dff!important;
	color: #273647!important;
	-webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}



/* product-page-2 */


.product-page-2 #product-img{
	position: sticky;
	top: 130px;
	z-index: 1;
}
.product-page-2 #product-img .product-img {
	height: 360px;
	margin-bottom: 0px;
}
.product-page-2 #product-img .order .btn-df {
	font-size: 12px;
    height: 40px;
    padding: 12px 10px;
} 
.product-page-2 .product-box .img-box img {
	height: 100px;
}
.product-page-2 .product-box .detail h4 {
	font-size: 12px;
}
.product-page-2 .product-box .detail ul, .product-page-2 .product-box .detail h5 {
	margin-bottom: 5px;
}
.product-page-2 .product-box .detail .price-box .add-to-cart .btn-df {
	font-size: 11px;
    height: 30px;
    padding: 8px 10px;
}
.product-page-2 .product-box .detail {
	height: 105px;
}
.product-page-2.product .product-img .gallery-thumbs {
	height: 350px;
}
.product-page-2.product .product-img .gallery-top {
	height: 300px;
	width: 300px;
	margin-top: 25px;
}
.product-page-2.product .product-specification .tab-content .product-details {
	padding: 15px 20px;
}
.product-page-2.product .product-specification .tab-content .product-details h4 {
	padding: 10px;
}
.product-page-2.product .product-specification .tab-content .product-details tbody {
	line-height: 30px;
}
.product-page-2.product .product-specification .tab-content .write-review .write-review-box {
	width: 100%;
}


/* checkout-page-2 */

.booking.checkout-page-2 .tab-content {
    padding: 0px;
    background-color: transparent;
    box-shadow: initial;
}
.booking.checkout-page-2 .tab-content #price-box {
	position: sticky;
	top: 80px;
}
.booking.checkout-page-2 .tab-content .price-box {
	background-color: #FFF;
    border-radius: 3px;
    border: 0px;
    padding: 20px 30px;
    box-shadow: 0px 0px 5px #ccc;
    margin-bottom: 20px;
}
.booking.checkout-page-2 .tab-content #login-signup ul.nav-pills {
	width: 200px;
}
.booking.checkout-page-2 .tab-content #login-signup, .booking.checkout-page-2 .tab-content #delivery-address,
.booking.checkout-page-2 .tab-content #view-order, .booking.checkout-page-2 .tab-content #payment-option {
	width: 100%;
    float: left;
    background-color: #FFF;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 3px;
    margin-bottom: 20px;
}
.booking.checkout-page-2 .tab-content #login-signup h3.hr, .booking.checkout-page-2 .tab-content #delivery-address .my-address h3.hr,
.booking.checkout-page-2 .tab-content #view-order h3.hr, .booking.checkout-page-2 .tab-content #payment-option h3.hr {
	width: 100%;
	float: left;
	padding: 15px;
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #6B7071;
    text-transform: uppercase;
    background-color: #498dff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.booking.checkout-page-2 .tab-content #login-signup h3.hr i , .booking.checkout-page-2 .tab-content #delivery-address .my-address h3.hr i,
.booking.checkout-page-2 .tab-content #view-order h3.hr i, .booking.checkout-page-2 .tab-content #payment-option h3.hr i{
	font-size: 10px;
	padding: 3px;
	border-radius: 50%;
	background-color: #FFF;
	color: #498dff;
	margin-right: 5px;
}
.booking.checkout-page-2 .tab-content #login-signup .detail, .booking.checkout-page-2 .tab-content #delivery-address .my-address .detail,
.booking.checkout-page-2 .tab-content #view-order .detail, .booking.checkout-page-2 .tab-content #payment-option .detail {
	width: 100%;
	float: left;
	padding: 20px 30px;
}
.booking.checkout-page-2 .tab-content #payment-option .detail .payment-option-box {
	box-shadow: inherit;
	border: 1px solid #e5e5e5;
}
.booking.checkout-page-2 .tab-content #payment-option .detail .payment-option-box:last-child {
	margin: 0px;
}
.booking.checkout-page-2 .tab-content #payment-option .detail .payment-option-box h3 {
	background-color: #f9f9f9;
	box-shadow: initial;
}
.booking.checkout-page-2 .tab-content #payment-option .detail .payment-option-box .detail {
	border-top: 1px solid #e5e5e5;
	padding: 20px 30px;
}
.booking.checkout-page-2 .tab-content #payment-option .detail .payment-option-box .detail.emi-payment-detail .otp-code {
	width: 100%;
	float: left;
	height: 40px;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #ccc;
	padding-left: 10px;
}
.booking.checkout-page-2 .tab-content #payment-option .detail .payment-option-box .detail.emi-payment-detail .otp-code img {
	height: 26px;
    margin: 7px 0;
    max-width: 80%;
    float: left;
}
.booking.checkout-page-2 .tab-content #payment-option .detail .payment-option-box .detail.emi-payment-detail .otp-code .btn {
	width: 20%;
    float: right;
    background-color: initial;
    border: 0px;
    height: 40px;
    color: #2874F0;
}
.booking.checkout-page-2 .tab-content #payment-option .detail .payment-option-box .detail.emi-payment-detail input {
	font-size: 12px;
}
.booking.checkout-page-2 .my-address .edit-address .address-box, .booking.checkout-page-2 .my-address .add-address-box .address-box {
	width: 100%;
}
.booking.checkout-page-2 .tab-content #login-signup .tab-content #login, .booking.checkout-page-2 .tab-content #login-signup .tab-content #signup {
	width: 50%;
}
label.error{ 

    color: #fb0404;
     }



@media (max-width: 768px) {

	    	.header .middle-header .input-group {
	margin-right: 64px;
	width: 50%;
}

	.header .top-header .top-header-center ul {
		display: none;
	}
	.header .middle-header .logo {
		width: 20%;
	}
	.header .middle-header .input-group {
		width: 50%;
	}
	.dropdown:hover .dropdown-menu {
		display: none;
	}
	.dropdown.open .dropdown-menu {
		display: block;
	}
	.header .main-header .navbar-default .navbar-collapse ul.nav.navbar-nav {
		padding: 0 15px;
	}
	#my-cart .modal-dialog {
		width: 70%;
	}
	#my-cart .modal-dialog .modal-content .modal-body .cart-body { height: 90%;	}
	#my-cart .modal-dialog .modal-content .modal-body .price-box { height: 10%; }
	.banner #banner-corosel .owl-nav {
		margin-top: -120px;
	}
	.today-deal #today-deal .owl-nav .owl-prev, .new-arrival #new-arrival .owl-nav .owl-prev ,
	.you-may-like #you-may-like .owl-nav .owl-prev, .similar-products #similar-products .owl-nav .owl-prev,
	.suggested-for-you #suggested-for-you .owl-nav .owl-prev {
		left: 20px;
	}
	.today-deal #today-deal .owl-nav .owl-next, .new-arrival #new-arrival .owl-nav .owl-next ,
	.you-may-like #you-may-like .owl-nav .owl-next, .similar-products #similar-products .owl-nav .owl-next,
	.suggested-for-you #suggested-for-you .owl-nav .owl-next {
		right: 20px;
	}
	.footer .footer-links {
		width: 100%;
		float: left;
	}
	.header .top-header .top-header-center ul, .header .top-header .top-header-right ul {
		z-index: 555555;
		/*margin-left: 106px;*/

	}


	.product .product-specification .hr ul li {
		width: 33.333%;
	}
	.product .product-specification .tab-content .review .total-review-rating ul li .progress {
		width: 75%;
	}
	.input-radio-color__item span {
    position: relative;
    width: 28px;
    height: 28px;
    top: -28px;
    left: -3px;
    display: block;
    border-radius: 0px;
    background: currentColor;
    transform: scale(.78571);
    transition: transform .2s;
    }
	.product .product-details {
		/*text-align: center;*/
		margin-left: 0px;
	}
	.product .product-details .colors ul, .product .product-details .ram ul {
		display: inline-block;
		margin: 0px;
	}
	.product .product-details .rating {
		width: 50%;
		float: none;
		margin: 0 auto;
	}
	.product .product-details .rating .post-rating {
		float: right;
	}
	.product .product-details .price-box h3 {
		margin: 0px;
		/*float: left;*/
	}
	.product-box {
    width: 100%;
    float: left;
    position: relative;
    border-radius: 5px;
    z-index: 1;
    height: 305px;
    overflow: hidden;
    }
    .product-box .img-box {
    width: 100%;
    float: left;
    /* padding: 10px 0px; */
    transform-style: preserve-3d;
    transition: all 0.3s linear;
    }
	.product .product-details .delivery h4 {
		width: 100%;
		float: left;
		text-align: center;
		margin-right: 0px;
		margin-top: 0px;
	}
	.product .product-details .delivery .delivery-box {
		text-align: center;
		float: none;
	}
	.product .product-details .delivery input {
		margin: auto;
		margin-bottom: 5px;
	}
	.product .product-details .quantity .input-group {
		margin: 0 auto;
		float: none;
	}
	.whatsapp img{
		width: 18px;
	/*background-color: #70e777;*/
	}
	.instagram img{
		width: 18px;
		/*background-color: #d83083;*/
	}
	.facebook img{
		width: 18px;
		/*background-color: #3b5998;*/
	}
	.product-box .img-box img {
    /* height: 140px; */
    width: auto;
    margin: 0 auto;
   }
	.product .product-specification .hr ul {
		width: 100%;
		float: left;
		padding: 0px;
	}
	.product .order {
		width: 100%;
		float: left;
		left: 0px;
		position: fixed;
		bottom: 0px;
		z-index: 5555555555;
		box-shadow: 0px 0px 5px #ccc;
	} 
	.header .middle-header .input-group .input-group-addon .search-icon {
    left: 86%;
    top: 3px;
    }
	.product .order .pd-r-0 {
		padding-right: 0px;
	}
	.product .order .pd-l-0 {
		padding-left: 0px;
	}
	.product .order .btn-df {
		height: 60px;
		border-radius: 0px;
		padding: 20px 0;
		font-size: 14px;
	}
	.product .order .btn-df:hover:after {
		height: 500%;
	}
	.product .order .add-to-cart .btn-df {
		background-color: #FFF;
	}
	.product .order .add-to-cart .btn-df span {
		color: #273647;
	}
	.booking .tab-content #login-signup .tab-content #login, .booking .tab-content #login-signup .tab-content #signup {
		width: 100%;
	}
	.booking .tab-content .price-box {
		border: 0px;
	}
	.booking .tab-content #delivery-address .address-type span, .dashboard-page .dashboard-detail .my-address .edit-address .address-box .address-type span {
		width: calc(100% - 20px);
    	margin-right: 0px;
	}
	.booking .tab-content #view-order .order-prodects .img-box, .my-cart-page .my-cart-box .order-prodects .img-box {
		height: 100px;
		margin-bottom: 10px;
	}
	.booking .tab-content #view-order .order-prodects .detail-box,
	.my-cart-page .my-cart-box .order-prodects .detail-box {
		text-align: center;
	}
	.booking .tab-content #view-order .order-prodects .detail-box .input-group,
	.my-cart-page .my-cart-box .order-prodects .detail-box .input-group {
		display: inline-block;
	}
	.booking .tab-content #view-order .order-prodects, .my-cart-page .my-cart-box .order-prodects {
		padding: 5px;
	}
	.booking .tab-content, .my-cart-page .my-cart-box {
		padding: 15px;
	}
	.booking .tab-content #payment-option .payment-option-box .detail {
		width: 60%;
	}
	.booking .tab-content #payment-option .payment-option-box .detail.emi-payment-detail {
		width: 100%;
	}
	.login-page .login-box, .login-page .login-box .login-detail {
		padding: 15px;
	}
	.login-page .login-box .login-detail .btn-box, .dashboard-page .dashboard-detail .my-details .my-detail-box {
		width: 70%;
	}
	.my-cart-page .my-cart-box .continue-btn-box ul {
		width: 80%;
	}
	.category .product-box {
		margin-bottom: 20px;
	}
	.dashboard-page .dashboard-detail .my-address .edit-address .address-box .btn-df.save-btn {
		margin-bottom: 10px;
	}
	/*.dashboard-page .dashboard-menu {
		display: none;
	}*/
	#my-account .modal-dialog {
		width: 40%;
	}
	.order-track-page .order-track-box .product-details {
		width: 40%;
		padding-right: 5px;
	}
	.order-track-page .order-track-box .progress-box {
		width: 60%;
		padding-right: 0px;
	}
	.order-track-page .order-track-box .progress-box .progress.vertical {
		min-height: 220px;
	}
	.order-track-page .order-track-box .progress-box .tracking-details ul li {
		height: 70px;
	}
	.order-track-page .order-track-box .progress-box .tracking-details p {
		font-size: 13px;
	}
	.order-track-page .delivery-address, .order-track-page .order-track-box {
		padding: 15px 30px;
	}
	.megamenu{
	    margin-left: 0 ;
	    margin-right: 0 ;
	}
	.megamenu> li {
	    margin-bottom: 30px;
	}
	.megamenu> li:last-child {
	    margin-bottom: 0;
	}
	.megamenu.dropdown-header {
	    padding: 3px 15px !important;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header{
		color:#fff;
	}
	.booking.checkout-page-2 .tab-content {
		padding: 0;
	}
	.booking.checkout-page-2 .tab-content #login-signup .tab-content #login, .booking.checkout-page-2 .tab-content #login-signup .tab-content #signup {
		width: 70%;
	}
	.booking.checkout-page-2 .tab-content #login-signup .detail, .booking.checkout-page-2 .tab-content #delivery-address .my-address .detail,
	 .booking.checkout-page-2 .tab-content #view-order .detail, .booking.checkout-page-2 .tab-content #payment-option .detail {
		padding: 15px;
	}
	.booking .tab-content .add-address-box, .booking .tab-content .add-address, .booking .tab-content .my-address-box, .booking .tab-content .edit-address, 
	.booking.checkout-page-2 .tab-content .price-box {
		padding: 15px;
	}
	.my-address .edit-address label, .my-address .add-address-box label {
		font-size: 12px;
	}
	.booking.checkout-page-2 .tab-content .price-box h3 {
		font-size: 16px;
	}
	.booking.checkout-page-2 .tab-content .price-box .product-price ul li {
		line-height: 26px;
		font-size: 12px;
	}
	.booking .tab-content .price-box .product-price h4 {
		font-size: 14px;
		padding: 10px 0;
	}
	.booking .tab-content .price-box h5 {
		font-size: 12px;
		padding: 10px 0;
	}
	.booking.checkout-page-2 .tab-content #login-signup h3.hr, .booking.checkout-page-2 .tab-content #delivery-address .my-address h3.hr,
	.booking.checkout-page-2 .tab-content #view-order h3.hr, .booking.checkout-page-2 .tab-content #payment-option h3.hr {
		padding: 10px 15px;
	}
	.booking.checkout-page-2 .tab-content #login-signup, .booking.checkout-page-2 .tab-content #delivery-address,
	 .booking.checkout-page-2 .tab-content #view-order, .booking.checkout-page-2 .tab-content #payment-option {
		margin-bottom: 10px;
	}
	.header .middle-header .user-shotlist ul li a.login {
		width: 100px;
	}
	.header .middle-header .user-shotlist ul li a.my-cart.login {
		width: 60px;
	}
	.header .middle-header .user-shotlist ul li a.my-cart.login .sub_name {
		display: none;
	}
	.header .middle-header .user-shotlist ul li a.login .sub_name {
		padding-left: 5px;
	}
	.header.sticky {
		top: -102px;
	}
	.category .category-hr-box .store-by{
		width: 100%;
		margin-top: 20px;
	}
	.category .category-hr-box{
		padding: 10px 5px;

	}
	.category-filter{ display: none; }
	.breadcrumb li a{
		font-size: 12px;
	}
}


@media only screen and (max-width: 600px) {
	.top-header-left{
		display: block;
	}
	.header .top-header {
		padding: 5px 0;
	}
	.header .top-header .top-header-center ul li {
		float: left;
		display: none;
	}
	.header .top-header .top-header-left ul li {
	    width: 19px;
    height: 24px;
    /* float: left; */
    margin-left: 1px;
    text-align: center;
    padding: 5px;
    color: #FFF;
    font-size: 12px;
    line-height: 15px;
	}
	.header .top-header .top-header-right ul li a {
		color: #FFF;
    padding: 2px;
    font-size: 12px;
    float: left;
    line-height: 14px;
    text-decoration: none;
	}
	.header .middle-header .logo a img {
		height: 25px;
	    margin: 10px 0;
	    padding-right: 5px;
	}
	.header .middle-header .user-shotlist {
	    width: auto;
    	float: right;
	}
	.header .middle-header .user-shotlist ul li a.login {
		width: 90px;
	}
	.header .middle-header .user-shotlist ul li a {
		position: relative;
	    height: 46px;
	    float: left;
	    line-height: 46px;
	    padding: 0px 10px;
	    color: #273647;
	    text-decoration: none;
	}
	.header .middle-header .user-shotlist ul li a.login .sub_name {
		position: absolute;
	    line-height: 12px!important;
	    font-size: 12px;
	    top: 12px;
	    padding-left: 5px;
	}
	.header .middle-header .user-shotlist ul li a.my-cart.login {
		width: 50px;
	}
	.header .middle-header .user-shotlist ul li a.my-cart.login .sub_name {
		padding-left: 15px;
		display: none;
	}
	.header .middle-header .user-shotlist ul li a img {
	    height: 26px;
	}
	.header .middle-header .user-shotlist ul li button {
		height: 46px;
		padding: 5px;
	}
	.header .middle-header .user-shotlist ul li a .position {
	    line-height: 10px;
	    min-width: 16px;
	    font-size: 10px;
	    height: 16px;
	    top: 10px;
	    left: 30px;
	    padding: 4px;
	}
	.header .middle-header .input-group {
		position: absolute;
    	margin-top: 54px;
        width: 76%;
        z-index: 5555;
	}
	.header .middle-header .input-group input {
	    height: 36px;
	    padding-left: 10px;
	    font-size: 12px;
	}
	.header .middle-header .input-group .input-group-addon .search-icon {
	 width: 28px;
    height: 33px;
    margin-left: -245px;
    padding: 8px 12px;
	}
	.header .middle-header .input-group .input-group-addon button {
	    height: 36px;
	    padding: 6px 10px;
	}
	.header .main-header .navbar-default .navbar-header .navbar-toggle {
		margin: 8px 0px;
	}
	.header .main-header .navbar-default .navbar-header .navbar-toggle  .icon-bar {
		background-color: #273647;
	}
	.header .main-header .navbar-default .navbar-collapse ul li a {
		height: 40px;
		line-height: 40px;
	}
	.header .main-header .navbar-default .navbar-collapse ul li ul li.dropdown-header {
		font-size: 14px;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header {
		color: #273647;
	}
	.banner #banner-corosel .owl-nav {
		margin-top: -70px;
	}
	.product-box .detail .price-box .price h3 del {
    font-size: 8px;
    margin-top: 5px;
    color: #a7a7a7;
    display: block;
    }
    #today-special-2 img{
    	height: auto;
    }
	.banner #banner-corosel .owl-nav .owl-prev, .banner #banner-corosel .owl-nav .owl-next {
		width: 20px;
		height: 30px;
		font-size: 10px;
		line-height: 30px;
	}
	.our-services .our-services-box .detail h4 {
		font-size: 12px;
		margin-bottom: 2px;
	}
	.our-services .our-services-box .detail p {
		line-height: 16px;
		font-size: 12px;
	}
	.product-box .position h4 {
		font-size: 8px;
	}
	.today-deal #today-deal .item, .new-arrival #new-arrival .item, .you-may-like #you-may-like .item {
		/*padding: 10px 5px;*/
	}
	.product-box {
		box-shadow: 0px 0px 5px #ccc;
	}
	.price-star{
		margin-left: -14px;
	}
	.today-deal #today-deal .owl-nav, .new-arrival #new-arrival .owl-nav, .you-may-like #you-may-like .owl-nav,
	.similar-products #similar-products .owl-nav, .suggested-for-you #suggested-for-you .owl-nav {
		margin-top: -160px;
	}
	.today-deal #today-deal .owl-nav .owl-prev, .new-arrival #new-arrival .owl-nav .owl-prev, 
	.you-may-like #you-may-like .owl-nav .owl-prev, .similar-products #similar-products .owl-nav .owl-prev,
	.suggested-for-you #suggested-for-you .owl-nav .owl-prev {
	    left: 24px;
	    width: 20px;
	    height: 30px;
	    font-size: 10px;
	    line-height: 30px;
	}
	.today-deal #today-deal .owl-nav .owl-next, .new-arrival #new-arrival .owl-nav .owl-next,
	 .you-may-like #you-may-like .owl-nav .owl-next, .similar-products #similar-products .owl-nav .owl-next,
	 .suggested-for-you #suggested-for-you .owl-nav .owl-next {
	    right: 24px;
	    width: 20px;
	    height: 30px;
	    font-size: 10px;
	    line-height: 30px;
	}
	.our-services .our-services-box {
		padding: 10px 5px;
	    margin-bottom: 10px;
	    height: 55px;	
	}
	.our-services .our-services-box .detail {
		width: calc(100% - 40px);
	}
	.our-services .our-services-box .img-box {
		margin: 0px;
		padding-right: 5px;
	}
	.our-services .our-services-box .detail h4 {
		font-size: 14px;
	}
	.product-box {
		padding: 10px 0px 0px;
	}
	.product-box .img-box img {
		height: 100px;
	}
	.product-box .detail h5 {
		margin-top: 3px;
		padding-left: 5px;
	}
	.product-box .detail h4 {
		font-size: 12px;
       /*margin-top: 13px;*/
}
	.product-box .detail .price-box {
		height: 30px;
	}
	.product-box .detail .price-box .price h3 {
		/*line-height: 26px;*/
        font-size: 16px;
	}
	.product-box .detail .price-box .add-to-cart .btn-df {
	   padding: 9px 12px;
       font-size: 12px;
	}
	.product-box .detail .price-box .add-to-cart .btn-df1 {
    /* margin-top: 17px; */
    border-radius: 3px;
    background-color: #498dff;
    }
	.product-box .detail .price-box .add-to-cart .btn-df1 {
    padding: 9px 18px;
    font-size: 12px;
    }
	.btn-df {
    border: 0px solid #f0ad00;
    font-family: inherit;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    overflow: hidden;
    height: 33px;
    padding: 12px;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    background: #273647;
    border-radius: 0px;
    }
	.product-box .detail .price-box .add-to-cart .btn-df {
    /*margin-top: 17px;*/
    border-radius: 3px;
    background-color: #498dff;
    }
	.product-box .detail ul,.product-box .detail h5 {
		margin-bottom: 5px;
	}
	#my-cart .modal-dialog {
		width: 100%;
	}
	.category .categorys .pd-l-5 {
		padding-left: 5px;
	}
	.category .categorys .pd-r-5 {
		padding-right: 5px;
	}
	.category .category-box .detail h4 {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 2px;
	}
	.category .category-box .detail ul.star li {
		font-size: 12px;
	}
	.category .category-box .detail h5 {
		font-size: 12px;
		line-height: 16px;
	}
	.category .category-box .detail ul.specs {
		margin-top: 0px;
		font-size: 12px;
		margin-bottom: 2px;
	}
	.category .category-box .detail .price-box {
		height: 30px;
	}
	.category .category-box .detail .price-box h3 {
		margin: 5px 0;
	}
	.category .category-box .detail .price-box .add-to-cart a.btn-df {
		height: 30px;
		padding: 9px 20px;
		font-size: 10px;
	}
	#my-cart .modal-dialog .modal-content .modal-body .cart-body {
		height: 80%;
	}
	#my-cart .modal-dialog .modal-content .modal-body .price-box {
		height: 20%;
	}
	.product .product-specification .tab-content .product-details {
		padding: 15px;
		text-align: left;
	}
	.product .product-specification .tab-content .product-details  table tbody td {
		line-height: 20px;
    	padding: 0px;
    	padding-right: 5px;
    	vertical-align: text-bottom;
    	padding-bottom: 6px;
    	font-size: 10px;
	}
	.product .product-details h3 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.product .product-details .rating {
		width: 88%;
	}
	.product .product-details .rating .star-rating ul li {
		font-size: 14px;
	}
	.product .product-details .rating .star-rating h4 {
		font-size: 14px;
		margin: 3px 0;
	}
	.product .product-details .rating .star-rating {
		padding: 5px 0;
		margin-right: 5px;
	}
	.product .product-details .rating .post-rating .btn {
		height: 30px;
    	font-size: 10px;
    	margin: 0px;
	}
	.product .product-specification .hr {
		margin: 0 0px;
	}
	.product .product-specification .hr ul li a {
		padding: 10px 2px;
		font-size: 12px;
	}
	.product .product-specification .tab-content .product-details h4 {
		padding: 6px 0;
		font-size: 16px;
	}
	.banner #banner-corosel .owl-dots {
		margin-top: -18px;
	}
	.product .product-specification .tab-content h3.tab-content-hr,
	.product .product-specification .tab-content .description-box h4,
	.product .product-specification .tab-content .review h3,
	.product .product-specification .tab-content .review-box .review-box-hr h4 {
		font-size: 16px;
	}
	.product .product-specification .tab-content .description-box,
	.product .product-specification .tab-content .review,
	.product .product-specification .tab-content .review-box {
		padding: 15px;
	}
	.product .product-specification .tab-content .description-box  p {
		font-size: 14px;
		line-height: 22px;
	}
	.product .product-details .colors ul li, .product .product-details .ram ul li a {
		margin: 0 3px;
	}
	.product .product-details .quantity .input-group .input-group-prepend button,
	.product .product-details .quantity .input-group input,
	.product .product-details .quantity .input-group .input-group-append button,
	.product .product-details .quantity .input-group .input-group-append,
	.product .product-details .quantity .input-group .input-group-prepend {
		height: 26px;
	}
	.product .product-specification .tab-content .review-box .review-box-hr ul li {
		font-size: 12px;
	}
	.product .product-specification .tab-content .review .total-review-box h4 {
		font-size: 20px;
		margin: 5px 0;
	}
	.product .product-specification .tab-content p {
		font-size: 14px;
		line-height: 14px;
		margin-bottom: 5px;
	}
	.product .product-specification .tab-content .review .total-review-box .btn-df {
		height: 34px;
    	padding: 8px 30px;
    	font-size: 12px;
	}
	.product .product-specification .tab-content .review .total-review-rating ul li .progress {
		height: 6px;
		margin: 4px 0;
	}
	.product .product-specification .tab-content .review-box p {
		line-height: 20px;
   	 	padding-bottom: 0px;
    	font-size: 12px;
	}
	.product .product-specification .tab-content .review-box .reviewer-detail h5 {
		width: 70%;
		font-size: 13px;
	}
	.product .product-specification .tab-content .review-box .reviewer-detail h6 {
		width: 30%;
		font-size: 13px;
		text-align: right;
	}
	.product .order .btn-df {
		height: 50px;
		padding: 16px 0;
	}
	.header .main-header .navbar-default .navbar-collapse ul li ul.dropdown-menu.page-menu {
		width: 100%;
	}
	.contact-us .flex {
		display: block;
	}
	.contact-us .contact-box {
		margin-bottom: 20px;
		padding: 15px 25px;
	}
	.contact-us .other-contacts {
		padding: 15px 25px;
	}
	.main-products #main-products {
		padding: 5px 0;
	}
	.main-products #main-products .item a {
		height: 80px;
		padding: 2px;
	}
	.today-deal .vertical-space-30 {
		height: 10px;
	}
	.today-deal h4.hr, .new-arrival h4.hr, .you-may-like h4.hr {
		font-size: 14px;
		margin: 10px 5px;
	}
	.view-more {
		margin-top: 12px;
	}
	.header .main-header .navbar-default .navbar-collapse ul li ul li a {
	    height: 30px;
    	padding: 5px 10px;
    	color: #273647;
    	line-height: 20px;
	}
	.megamenu> li {
		margin: 0px;
	}
	.header .main-header .navbar-default .navbar-collapse ul li ul.dropdown-menu.page-menu ul {
		float: left;
		margin-bottom: 20px;
	}
	.category .category-box .img-box img {
		padding: 0px;
		margin-top: 20px;
	}
	.category .category-box .position h4 {
		font-size: 10px;
	}
	.page-numbers .pagination a {
		padding: 5px;
	    line-height: 10px;
	    width: 20px;
	    height: 20px;
	    margin: 2px;
	    font-size: 10px;
	}
	.product-page-2 #product-img, .booking.checkout-page-2 .tab-content #price-box {
		position: initial;
		top: initial;
	}
	.product .product-img, .product-page-2 #product-img, .product-page-2 #product-img .product-img {
		height: 280px;
	}
	.product .product-img .gallery-thumbs, .product .product-img .gallery-top, .product-page-2.product .product-img .gallery-thumbs, .product-page-2.product .product-img .gallery-top {
		margin: 0px;
		height: 260px;
	}
	.modal#my-cart {
		z-index: 5555555555;
	}
	.booking.checkout-page-2 .tab-content #login-signup .detail, .booking.checkout-page-2 .tab-content #delivery-address .my-address .detail,
	.booking.checkout-page-2 .tab-content #view-order .detail, .booking.checkout-page-2 .tab-content #payment-option .detail {
		padding: 20px 15px;
	}
	.booking.checkout-page-2 .tab-content #payment-option .detail .payment-option-box .detail, .booking.checkout-page-2 .tab-content #login-signup .tab-content #login, .booking.checkout-page-2 .tab-content #login-signup .tab-content #signup {
		width: 100%;
	}
	.booking.checkout-page-2 .my-address .edit-address .address-box .btn, .booking.checkout-page-2 .my-address .add-address-box .address-box .btn {
		margin-bottom: 15px;
	}
	.header.sticky {
		top: -82px;
	}
	.dashboard-page .dashboard-menu {
		margin-bottom: 20px;
	}
	.dashboard-page .dashboard-menu ul li {
		width: 100%;
		margin-bottom: 0px;
	}
	.login-page .login-box .flex {
		display: block;
	}
	.login-page .login-box .login-detail {
		border: 0px;
		margin-bottom: 20px;
		padding: 0px;
	}

	.booking .tab-content, .my-cart-page .my-cart-box {
		padding: 15px 0;
	}
	.booking .tab-content #delivery-address .my-address {
		width: 100%;
		float: left;
	}
	.booking .tab-content #delivery-address .my-address h3 {
		margin-top: 0px;
	}
	.booking .tab-content .price-box {
		margin-top: 20px;
	}
	.my-address .edit-address .address-box, .my-address .add-address-box .address-box, .booking .tab-content #payment-option .payment-option-box .detail,
	.my-cart-page .my-cart-box .continue-btn-box ul {
		width: 100%;
	}
	.my-cart-page .my-cart-box .continue-btn-box ul .col-xs-6 {
		padding: 0 5px;
	}
	.my-cart-page .my-cart-box .continue-btn-box ul li .btn-df {
		padding: 12px 0;
		margin-bottom: 10px;
	}
	.my-address .edit-address .address-box .btn-df.save-btn, .my-address .add-address-box .address-box .btn-df.save-btn {
		margin-bottom: 10px;
	}
	.booking .tab-content #payment-option .payment-option-box .detail .btn-df {
		padding: 10px 0;
		font-size: 10px;
	}
	.booking .tab-content #payment-option .payment-option-box .detail.emi-payment-detail input {
		margin-bottom: 10px;
	}
	.my-cart-page .my-cart-box .price-box {
		border: 0px;
	}
	.confirmation-page .confirmation-box, .order-track-page .delivery-address, .order-track-page .order-track-box, .my-address .edit-address, .my-address .add-address-box {
		padding: 15px;
	}
	.confirmation-page .confirmation-box .customer-detail, .confirmation-page .confirmation-box .order-detail, .order-track-page .order-track-box .product-details,
	.order-track-page .order-track-box .progress-box {
		width: 100%;
		border: 0px;
		padding: 0px;
	}
   
	.confirmation-page .confirmation-box .product-details .img-box img, .dashboard-page .dashboard-detail .my-order-box .img-box img, .my-whitlist .whitlist-box .img-box img {
		max-width: 100%;
		height: auto;
	}
	.confirmation-page .confirmation-box .product-details .detail {
		width: 80%;
	}
	.confirmation-page .confirmation-box .product-details .price-box {
		width: 100%;
		float: left;
		padding-left: 0px;
		border: 0px;
		margin-top: 20px;
	}
	.error-page .error-box h2 {
		font-size: 50px;
	}
	.error-page .error-box h3 {
		font-size: 24px;
	}
	.error-page .error-box h4 {
		font-size: 16px;
	}
	.dashboard-page .dashboard-detail {
		padding: 15px;
	}
	.login-page .login-box .login-detail .btn-box, .dashboard-page .dashboard-detail .my-details .my-detail-box {
		width: 100%;
		margin-bottom: 10px;
	}
	.my-address .my-address-box {
		margin-bottom: 20px;
	}
	.product-txt{
	  margin-left: 0px;
    }
    .chipping {
    margin-top: 5px;
    margin-left: -12px;
    }
	.dashboard-page .dashboard-detail .my-order-box .hr-box h4 {
		font-size: 10px;
		padding: 8px;
	}
	.dashboard-page .dashboard-detail .my-order-box .hr-box ul li a {
		font-size: 10px;
		padding: 5px;
	}
	.dashboard-page .dashboard-detail .my-order-box .detail-box h4, .dashboard-page .dashboard-detail .my-order-box .order-status h6 {
		font-size: 12px;
	}
	.dashboard-page .dashboard-detail .my-order-box .detail-box p, .dashboard-page .dashboard-detail .my-order-box .order-status p, .my-whitlist .whitlist-box .detail-box p {
		font-size: 11px;
	}
	.my-whitlist .whitlist-box .detail-box h4 {
		font-size: 12px;
		margin-top: 0px;
	}
	.my-whitlist .whitlist-box .detail-box h3{
		font-size: 16px;
		margin-top: 5px;
	}
	.my-whitlist .whitlist-box .close ul {
		width: 100%;
	}
	.my-whitlist .whitlist-box .close ul li .btn-df {
		height: 30px;
	    padding: 5px -0;
	    font-size: 8px;
	    width: 100%;
	}
	.my-whitlist .whitlist-box .close .close-btn{
		padding: 0px;
		font-size: 14px;
	}
	.dashboard-page .dashboard-detail h3.hr {
		font-size: 18px;
		padding-bottom: 10px;
	}
	.my-whitlist .whitlist-box .detail-box, .my-whitlist .whitlist-box .close {
		width: 40%;
	}
	.page-numbers {
		width: 100%;
		float: left;
	}
	.footer .logo img {
		height: 40px;
	}
	.footer .contact-box .img-box, .our-services .our-services-box .img-box {
		width: 30px;
	}
	.our-services .our-services-box .detail h4 {
		font-size: 12px;
	}
	.our-services .our-services-box .detail p {
		font-size: 11px;
	}
	.banner {
		margin-bottom: 10px;
	}
	.our-services .vertical-space-30 {
		display: none;
	}
	.category .category-box .img-box {
		height: 100px;
	}
	.category .category-box .img-box .face {
		text-align: center;
	}
	.category .category-box .img-box img {
		height: 100%;
		width: auto;
		margin: 0 auto;
		margin-top: 15px;
	}
	.product-page-2 #product-img .order .btn-df {
		height: 50px;
    	padding: 16px 0;
    	font-size: 14px;
	}
	.booking ul.nav-pills li a {
		padding: 5px;
	}
	.booking ul.nav-pills li a .join-line {
		top: 10px;
	}
	.booking ul.nav-pills li a h4 {
		font-size: 12px;
	}
	#my-account .modal-dialog {
		width: 70%;
	}
	.img-zoom-result {
		display: none;
	}
	.product .product-img .gallery-thumbs {
		padding: 30px 0;
	}
	.product .product-img .gallery-top, .product-page-2.product .product-img .gallery-top {
		width: 200px;
		height: 200px;
		margin-top: 30px;
	}
	.product .product-img .gallery-top .swiper-slide.swiper-slide-active .img-box:hover {
		border: 0px;
	}
	.product .product-img .gallery-top .swiper-slide.swiper-slide-active .img-box:hover .img-zoom-lens {
		opacity: 0;
	}
}
* {box-sizing: border-box;}

.img-zoom-container {
  position: relative;
}

.img-zoom-lens {
    position: absolute;
    border: 1px solid #d4d4d4;
    /* display: block; */
    width: 100px;
    height: 100px;
    opacity: 0;
    border: 0px;
    z-index: -1;
    background-color: #00000040;
}

.img-zoom-result {
    border: 1px solid #498dff;
    width: 360px;
    height: 360px;
    left: 100%;
    position: absolute;
    padding: 15px;
    z-index: 0;
    opacity: 0;
    box-shadow: 0px 0px 5px #498dff;
}
.img-zoom-result.active {
	z-index: 1;
    opacity: 1;
} 
.order-width{
	width: 31%;
}


.float-left{ float: left; }
.float-right{ float: right; }

.text-center{ text-align: center; }
.text-left{ text-align: left; }
.text-right{ text-align: right; }
.text-justify{ text-align: justify; }

.text-bold{ font-weight: bold; }

.text-size20{ font-size: 20px; }
.text-size25{ font-size: 25px; }
.text-size30{ font-size: 30px; }
.text-size35{ font-size: 35px; }
.text-size40{ font-size: 40px; }

.pt-5{ padding-top: 5px; }
.pt-10{ padding-top: 10px; }
.pt-20{ padding-top: 20px; }
.pt-30{ padding-top: 30px; }
.pt-50{ padding-top: 50px; }

.pb-5{ padding-top: 5px; }
.pb-10{ padding-top: 10px; }
.pb-20{ padding-top: 20px; }
.pb-30{ padding-top: 30px; }
.pb-50{ padding-top: 50px; }

.mt-5{ padding-top: 5px; }
.mt-10{ padding-top: 10px; }
.mt-20{ padding-top: 20px; }
.mt-30{ padding-top: 30px; }
.mt-50{ padding-top: 50px; }

.mb-5{ padding-top: 5px; }
.mb-10{ padding-top: 10px; }
.mb-20{ padding-top: 20px; }
.mb-30{ padding-top: 30px; }
.mb-50{ padding-top: 50px; }

 