@font-face {font-family: futura; src: url(fonts/futura/futura.woff);}
@font-face {font-family: futura-bold; src: url(fonts/futura/Futura_Bold_font.woff);}
@font-face {font-family: futura-bold-italic; src: url(fonts/futura/Futura_Bold_Italic_font.woff);}
@font-face {font-family: futura-extra-bold; src: url(fonts/futura/Futura_Extra_Black_font.woff);}

@font-face {font-family: futura-heavy-font; src: url(fonts/futura/Futura_Heavy_font.woff);}

@font-face {font-family: futura-light; src: url(fonts/futura/futura_light_bt.woff);}
@font-face {font-family: futura-light-italic; src: url(fonts/futura/Futura_Light_Italic_font.woff);}

@font-face {font-family: futura-book; src: url('fonts/futura/Futura_Book_font.woff');}
@font-face {font-family: futura-book-italic; src: url(fonts/futura/Futura_Book_Italic_font.woff);}

@font-face {font-family: helvetica; src: url(fonts/helvetica/Helvetica.woff);}
@font-face {font-family: helvetica-bold; src: url(fonts/helvetica/Helvetica-Bold.woff);}
@font-face {font-family: helvatica-oblique; src: url(fonts/helvetica/Helvetica-Oblique.woff);}
@font-face {font-family: helvetica-boldoblique; src: url(fonts/helvetica/Helvetica-BoldOblique.woff);}


@font-face {
	src: url(fonts/5b1fbd62-45dc-4433-a7df-a2b24a146411.woff2);
	font-family: "Neue Helvetica W01";
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "Neue Helvetica W01";
	src: url("fonts/5f4620bc-98f7-4b13-9f90-3a54ea6a9c55.woff2");
	font-weight: 700;
	font-style: normal;
}
@font-face{
	font-family: "Neue Helvetica W01";
	src: url("fonts/a2957f2d-9b3b-4aea-b86c-bba81fc8128e.woff2");
	font-weight: 700;
	font-style: oblique;
}
/*@font-face {font-family: cour; src: url(fonts/cour.ttf);}*/
@font-face {font-family: "Arial Black"; src: url(fonts/arial_black.ttf);}

:root {
	/* --main-color: #233672; */
	--main-color: #8BB9D2;
	--font-color-chocolate: #8B5D35;
	--font-color-chocolate-hover: #ac7d55;
	--font-color-black: #000000;
	--font-color-white: #FFFFFF;
	--bg-main-color: #F9F3DB;
	--bg-second-color: #FFFFFF;
}

*{
	font-family: "Neue Helvetica W01";
	font-weight: 700;
	font-style: normal;
	color: var(--font-color-chocolate);
}

.form-control{
	color: var(--font-color-chocolate);
}
.panel{
	background-color: transparent;
}

a, a:hover{
	text-decoration: none;
}

.alert-info{
	background-color: var(--main-color);
	color: var(--font-color-chocolate);
}
#toast-container *{
	color: var(--font-color-white) !important;
}

/**{font-family: "cour";font-size: 15px;}*/
/**{font-family: Courier New,"Courier",Lucida Sans Typewriter,Lucida Typewriter,sans-serif; font-size: 15px; font-style: normal;}*/

.no-pdg{padding: 0;}
.no-pdg-tp{padding-top: 0;}
.no-pdg-lt{padding-left: 0;}
.no-pdg-rg{padding-right: 0;}
.no-pdg-btm{padding-bottom: 0;}

.pdg-lt10{padding-left: 10px;}
.pdg-lt20{padding-left: 20px;}
.pdg-lt30{padding-left: 30px;}
.pdg-lt40{padding-left: 40px;}
.pdg-lt50{padding-left: 50px;}
.pdg-lt60{padding-left: 60px;}

.no-mrg{margin: 0;}
.no-mrg-tp{margin-top: 0;}
.no-mrg-lt{margin-left: 0;}
.no-mrg-rg{margin-right: 0;}
.no-mrg-btm{margin-bottom: 0;}

.mrg-tp5{margin-top: 5px;}
.mrg-tp10{margin-top: 10px;}
.mrg-tp20{margin-top: 20px;}
.mrg-tp30{margin-top: 30px;}
.mrg-tp40{margin-top: 40px;}
.mrg-tp50{margin-top: 50px;}
.mrg-tp60{margin-top: 60px;}

.mrg-lt5{margin-left: 5px;}
.mrg-lt10{margin-left: 10px;}
.mrg-lt20{margin-left: 20px;}
.mrg-lt30{margin-left: 30px;}
.mrg-lt40{margin-left: 40px;}
.mrg-lt50{margin-left: 50px;}
.mrg-lt60{margin-left: 60px;}

.mrg-rg10{margin-right: 10px;}
.mrg-rg20{margin-right: 20px;}
.mrg-rg30{margin-right: 30px;}
.mrg-rg40{margin-right: 40px;}
.mrg-rg50{margin-right: 50px;}
.mrg-rg60{margin-right: 60px;}

.mrg-btm5{margin-bottom: 5px;}
.mrg-btm10{margin-bottom: 10px;}
.mrg-btm20{margin-bottom: 20px;}
.mrg-btm30{margin-bottom: 30px;}
.mrg-btm40{margin-bottom: 40px;}
.mrg-btm50{margin-bottom: 50px;}
.mrg-btm60{margin-bottom: 60px;}

.no-radius{border-radius: 0;}

.strong{
	font-weight: bold;
}
.cursor{
	cursor: pointer;
}

small.error{
	font-style: italic;
	color: #d9534f;
}

@media(max-width: 767px){
    .no-pdg-lt{padding-left: 0;padding-right: 0;}
    .no-pdg-rg{padding-right: 0;padding-left: 0;}
}

/* body{
	background-color: var(--bg-second-color);
}

body.white{
	background-color: var(--bg-second-color);
} */

body > div.container{
	z-index: 9998;
}
.rightbar-menu{
	z-index: 9999;
}

/*loader page */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	/* background: url(https://emeralestore.com/assets/images/emerale_bottom_small.png) center no-repeat #fff; */
	background: #FFFFFF;
}

@keyframes spin {
	from{
	  transform: rotateY(0deg);
	  moz-transform: rotateY(0deg); /*Firefox*/
	  ms-transform: rotateY(0deg); /*Microsoft Browsers*/
	}
	to{
	  transform: rotateY(360deg);
	  moz-transform: rotateY(360deg); /*Firefox*/
	  ms-transform: rotateY(360deg); /*Microsoft Browsers*/
	}
  }
  @-webkit-keyframes spin{
	from{-webkit-transform: rotateY(0deg);}
	to{-webkit-transform: rotateY(360deg);}
  }
  .se-pre-con{
	  text-align: center;
  }
  .se-pre-con img{
	/* animation-name: spin;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: 3s;
	-webkit-animation-name: spin;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 3s; */
	margin: 20% 0;
  }

  .navbar-default .navbar-header img, .menu-header ul li.logo-brand img{
	/* animation-name: spin;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: 5s;
	-webkit-animation-name: spin;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 5s; */
  }

/*container*/
.container-page{
    padding-left: 20px;
    padding-right: 20px;
}

/*new update*/
.header-new-update *{
	/*font-family: cour, sans-serif;*/
	/*font-family: Courier New,"Courier",Lucida Sans Typewriter,Lucida Typewriter,sans-serif;*/
	font-family: "Neue Helvetica W01";
	font-weight: 700;
	font-style: normal;
	font-weight: bold;
	color: var(--font-color-chocolate);
	font-size: 16px;
}
.header-new-update{
	background-color: var(--main-color);
	padding: 10px;
	margin-bottom: 10px;
}
.header-new-update p{
	margin: 0;
}
.navbar-toggle{
	float: none !important;
}

/*na header*/
.menu-header ul{
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
.menu-header ul li{
	float: left;
	width: 20%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.menu-header ul li.empty{
	width: 10%;
}

/*.menu-header ul li:nth-child(4),
.menu-header ul li:nth-child(5){
	text-align: right;
}*/
.menu-header ul li a{
	
	/*color: #000000;*/
	color: var(--font-color-chocolate);
	text-decoration: none;

	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
/*.menu-header ul li:first-child,
.menu-header ul li:nth-child(2),
.menu-header ul li:nth-child(4),
.menu-header ul li:nth-child(5){
	padding-top: 10px;
}*/
.menu-header ul li a span{
	font-family: 'futura-extra-bold';
	/*font-family: 'Neue Helvetica W01';
    font-weight: 700;
    font-style: normal;*/
	font-size: 25px;

	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.menu-header ul li a:hover span, .menu-header ul li a.active span{
	color: var(--main-color);
}
/*.menu-header ul li img{
	width: 100%;
}*/

.menu-header ul li.logo-brand{
	position: absolute;
	text-align: left;
	top: 0;
	margin-top: -40px;
	/*margin-left: -130px;*/
}

.menu-header ul li.logo-brand a{
	position: fixed;
}

.menu-header ul li.logo-brand img.first{
	position: absolute;
}
.menu-header ul li.logo-brand img.first:hover{
	opacity: 0;
}
.menu-header ul li.logo-brand img{
	width: 170px;
}

div.linkbox div a, .list-category .category-xs a{
	color: var(--font-color-chocolate);
}

.logo-bottom{
	/* position: fixed; */
}

.mrg-container{
	margin-top: 40px;
}

/*all*/
input[type=email], input[type=text], input[type=password],
textarea,
select,
button, button[type=submit], button[type=button]{
	border-radius: 0;
	-webkit-box-shadow: none !important;
  	-moz-box-shadow: none !important;
  	box-shadow: none !important;
}
button.btn-default,
a.btn-default{
	background: var(--main-color);
	color: var(--font-color-chocolate);
	border-color: var(--main-color);
	border-radius: 0;

	font-family: "Neue Helvetica W01";
	font-weight: 700;
	font-style: normal;
}
button.btn-default:hover,
button.btn-default.active,
button.btn-default:focus,
button.btn-default:active,
a.btn-default:hover,
a.btn-default.active,
a.btn-default:focus,
a.btn-default:active{
	background: var(--main-color);
	color: var(--font-color-chocolate-hover);
	border: 1px solid var(--main-color);
	outline: none;
}
.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, 
.btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, 
.btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] 
.btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover{
	background: var(--main-color);
}

.btn-block{
	width: 100%;
}

.transition{
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.lds-ring {
  	display: inline-block;
  	position: relative;
  	width: 64px;
  	height: 64px;
}
.lds-ring div {
  	box-sizing: border-box;
  	display: block;
  	position: absolute;
  	width: 51px;
  	height: 51px;
  	margin: 4px;
  	border: 4px solid #fff;
  	border-radius: 50%;
  	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  	border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {animation-delay: -0.45s;}
.lds-ring div:nth-child(2) {animation-delay: -0.3s;}
.lds-ring div:nth-child(3) {animation-delay: -0.15s;}
@keyframes lds-ring {
  	0% {transform: rotate(0deg);}
  	100% {transform: rotate(360deg);}
}

.lds-ring.blue{
	height: 25px;
	width: 25px;
}

.lds-ring.blue div{
	width: 22px;
  	height: 22px;
  	margin-top: -4px;
  	border: 4px solid var(--font-color-chocolate);
  	border-color: var(--font-color-chocolate) transparent transparent transparent;
}

.none{
	display: none;
}
.hidden{
	visibility: hidden;
}

img{
	color: transparent;
}

img.lazy{
	margin: 10% auto;
}

/*rightbar menu*/
.rightbar-menu{
	position: fixed;
	/*position: absolute;*/
	right: 50px;
	margin-top: 20%;
	width: 20px;
}

.rightbar-menu span.count-fill-cart{
	position: absolute;
	top: 50px;
	margin-left: -4px;
	font-size: 10px;
	color: #FFFFFF;
	background: #d9534f;
	border-radius: 50%;
	padding: 1px 5px 0px 5px;
}

.rightbar-menu span.count-fill-cart-incomplete{
	position: absolute;
	top: -4px;
	margin-left: -4px;
	font-size: 10px;
	color: #FFFFFF;
	background: #d9534f;
	border-radius: 50%;
	padding: 1px 5px 0px 5px;
}

.rightbar-menu a.incomplete{
	color: #d9534f;
	text-decoration: none;
	font-size: 24px;
}

.rightbar-menu a.invisible{
	opacity: 0;
}

.rightbar-menu a.default{
	color: var(--main-color);
	text-decoration: none;
	font-size: 24px;
}
.rightbar-menu span.change-currency{
	display: block;
	-webkit-transform: rotate(90deg);
  	-moz-transform: rotate(90deg);
  	-ms-transform: rotate(90deg);
  	-o-transform: rotate(90deg);
  	transform: rotate(90deg);
  	margin-top: 5px;
  	margin-right: -5px;
  	font-weight: bold;
  	font-size: 14px;
  	color: var(--main-color);
  	cursor: pointer;
}
.rightbar-menu .plc-currency{
	width: 70px;
	position: absolute;
	right: 20px;
	margin-top: -5px;
}
.rightbar-menu .plc-currency ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.rightbar-menu .plc-currency ul li{
	padding: 3px 3px 3px 4px;
	background: #4d64ae;
	margin-bottom: 2px;
}
.rightbar-menu .plc-currency a{
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
}

/*breadcrumb*/
.breadcrumb {background: rgba(255, 255, 255, 0); border: 0px solid rgba(245, 245, 245, 1); border-radius: 4px; display: block;}
.breadcrumb li {font-size: 12px;}
.breadcrumb a {color: var(--font-color-chocolate);}
.breadcrumb a:hover {color: var(--font-color-chocolate-hover);}
.breadcrumb>.active {color: rgba(153, 153, 153, 1);}
.breadcrumb>li+li:before {color: rgba(204, 204, 204, 1); content: "\2192\00a0";}
/*------------------------------*/

/*home page*/
/* Carousel Fading slide */
.carousel-fade .carousel-inner { background: #FFFFFF;}
.carousel-fade .item{
  	opacity: 0;
  	-webkit-transition-property: opacity;
  	-moz-transition-property: opacity;
  	-o-transition-property: opacity;
  	transition-property: opacity;
}
.carousel-fade .item.active { opacity: 1;}
.carousel-control{
	background: none;
	color: #000000;
}

/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


.home-container{
	max-width: 70%;
	margin: auto;
}
.home-page form input[type=email],
.home-page form button[type=submit]{
	border: 1px solid #FFFFFF;
}
.home-page form button[type=submit]{
	background: var(--main-color);
	color: var(--font-color-chocolate);
}

.home-page .lds-ring{
	height: 25px;
	width: 25px;
	position: absolute;
}
.home-page .lds-ring div{
	width: 22px;
  	height: 22px;
  	margin-top: -5px;
}
/*------------------------------*/


/*shop*/
.shop-page ul.nav-sub{
	margin: 0px auto;
	/*padding: 4% 20px 0 6%;*/
	padding: 4% 20px 0 0%;
	position: fixed;
}
.shop-page ul.nav-sub li{
	/*display: inline-block;*/
	margin-top: 10px;
	list-style: none;
	/*text-align: right;*/
	text-align: left;
}
.shop-page ul.nav-sub li a{
	color: var(--font-color-chocolate);
	font-size: 16px;
	text-transform: uppercase;
	/*font-weight: 400;*/
	/*font-family: 'helvetica-bold';*/
	/*font-family: 'cour';*/
	/*font-family: Courier New,"Courier",Lucida Sans Typewriter,Lucida Typewriter,sans-serif;*/
	/*font-weight: bold;*/
	font-family: "Neue Helvetica W01";
	font-weight: 700;
	font-style: normal;
}
.shop-page ul.nav-sub li a:hover, .shop-page ul.nav-sub li a.active{
	text-decoration: underline;
	color: var(--font-color-chocolate);
}
.shop-page ul.nav-sub li:first-child::before{
	content: "";
	margin: 0;
	padding: 0;
}

.shop-page .display-product{
	width: 33.3%;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}

.shop-page .display-product img{
	/*max-width: 100% !important;
    height: 300px;*/
    object-fit: cover;
    vertical-align: middle;
}

.shop-page .display-product .img-background{
	position: absolute;
	opacity: 0;
}
.shop-page .display-product:hover img:first-child{
	opacity: 1;
}
.shop-page .display-product:hover img:nth-child(2){
	opacity: 0;
}

.shop-page .display-product.sold-out img,
.shop-page .display-product.sold-out:hover img:first-child{
	opacity: .2;
}

.shop-page .display-product.sold-out .img-background{
	opacity: 0;
}
.shop-page .display-product .show-sold-out{
    text-align: center;
    position: absolute;
    top: 45%;
    width: 100%;
}
.shop-page .display-product .show-sold-out span{
	/*background: #a09e9e;*/
	padding: 15px 10px;
	font-size: 18px;
	color: var(--main-color);
    font-weight: bold;
}

.shop-page .display-product .product_name{
	/*min-height: 50px;*/
	font-size: 16px;
    /*font-weight: bold;*/
    padding-bottom: 5px;

    text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.shop-page .display-product .first-price{
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
.shop-page .display-product .first-price strike{
	position: absolute;
    font-size: 10px;
    margin-top: -8px;
    right: 0;
}


/*.shop-page .display-product.sold-out img,
.shop-page .display-product.sold-out:hover img:first-child{
	opacity: .2;
}
.shop-page .display-product.sold-out img:nth-child(2){
	opacity: 0;
}*/

.shop-page .select-category{
	display: none;
}

/*detail product*/
.preview {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
	-ms-flex-direction: column;
  	flex-direction: column; 
}

.details .lds-ring{
	height: 25px;
	width: 25px;
	position: absolute;
}

.details .lds-ring div{
	position: absolute;
	width: 22px;
  	height: 22px;
  	margin-top: -4px;
  	border: 4px solid #4d64ae;
  	border-color: #4d64ae transparent transparent transparent;
}
.details small.text-info i{
	/*font-weight: normal;*/
	font-size: 12px;
}

@media screen and (max-width: 996px) {
    .preview {margin-bottom: 20px; } 
}

.preview-pic {
  	-webkit-box-flex: 1;
  	-webkit-flex-grow: 1;
  	-ms-flex-positive: 1;
 	flex-grow: 1; 
}

.preview-thumbnail.nav-tabs {
  	border: none;
  	margin-top: 15px; 
  	width: 100%;
}
.preview-thumbnail.nav-tabs li{
    width: 17%;
    margin-right: 2.5%; 
}
.preview-thumbnail.nav-tabs li img {
  	max-width: 100%;
  	display: block; 
  	margin: auto;
}
.preview-thumbnail.nav-tabs li a {
  	padding: 0;
  	margin: 0; 
  	cursor: pointer;
  	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.preview-thumbnail.nav-tabs > li.active > a, 
.preview-thumbnail.nav-tabs > li.active > a:focus, 
.preview-thumbnail.nav-tabs > li.active > a:hover{
	border: 1px solid #ddd;
}
.preview-thumbnail.nav-tabs li:last-of-type {
  	margin-right: 0; 
}

.preview .tab-content {overflow: hidden; }
.tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
	animation-name: opacity;
    -webkit-animation-duration: .3s;
	animation-duration: .3s; 
}

.plc-product-detail {line-height: 1.5em; }

@media screen and (min-width: 997px) {
  	.wrapper-detail {
    	display: -webkit-box;
    	display: -webkit-flex;
    	display: -ms-flexbox;
    	display: flex; 
	} 
}
.details {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-ms-flex-direction: column;
  	flex-direction: column; 
}

.details .select2-container{
	margin-right: 10px;
}

.product-title {
	font-size: 24px;
	margin-bottom: 5px;
	margin-top: 0px;
	/*font-weight: bold;*/
	font-family: "Neue Helvetica W01";
	font-weight: 700;
	font-style: oblique;
}
.product-code{
	font-size: 12px;
}
.title-info{
	font-size: 15px;
	margin-bottom: 5px;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 5px;
}
.title-info.description{
	border:none;
	margin-top: 5px;
}
.product-description p, .title-info.description{
	font-family: 'Neue Helvetica W01', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
}
.info-price{
	/*font-family: 'futura-book';*/
	font-weight: bold;
	font-size: 28px;
	font-style: normal;
	letter-spacing: px;
}
.info-price span{
	margin-right: 10px;
	font-size: 14px;
}

.plc-color{
	margin-top: 5px;
}
.color {
  	float: left;
  	width: 25px;
  	height: 25px;
  	margin-right: 10px;
  	border-radius: 4px;
  	cursor: pointer;
  	border: 3px solid #eee;
}
.color.active{
	border: 3px solid var(--main-color);	
}

.tooltip-inner {
  	padding: 1.3em; 
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }
/*------------------------------*/

/*cart*/
.cart-page table.table-top thead tr{
	border-top: 1px dashed #4d64ae;
}
.cart-page table.table-top thead tr th{
	font-size: 16px;
	border-bottom: 1px dashed #4d64ae;
}
.cart-page table.table-top tbody tr td{
	border-top: 1px dashed #4d64ae;
}

.cart-page table.table-top tbody tr:last-child td{
	border-bottom: 1px dashed #4d64ae;
}

.cart-page table.table-top tbody tr td:first-child{
	width: 10%;
	padding-top: 20px;
}
.cart-page table.table-top tbody tr td:nth-child(2){
	width: 25%;
}
.cart-page table.table-top tbody tr td:nth-child(2) .cart-product-name a{
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
.cart-page table.table-top tbody tr td:nth-child(2) .cart-product-name a:hover{
	color: var(--main-color);
}

.cart-page table.table-top tbody tr td:nth-child(2) .cart-product-code,
.cart-page table.table-top tbody tr td:nth-child(2) .cart-product-code i {
	font-size: 12px;
}

.cart-page table.table-top tbody tr td:nth-child(2) .cart-size{
	margin-top: 10px;
}
.cart-page table.table-top tbody tr td:nth-child(2) .cart-color span{
	margin-top: 7px;
	float: left;
}
.cart-page table.table-top tbody tr td:nth-child(2) .cart-color .cart-color-display{
	width: 25px;
	height: 25px;
	border-radius: 4px;
  	border: 3px solid #eee;
  	float: left;
  	margin-right: 5px;
}

.cart-page table.table-top tbody tr td:nth-child(3),
.cart-page table.table-top tbody tr td:nth-child(5){
	width: 20%;
	padding-top: 50px;
	font-weight: bold;
	font-size: 14px;
}

.cart-page table.table-top tbody tr td:nth-child(4){
	padding-top: 20px;
	width: 20%;
}
.cart-page table.table-top tbody tr td:nth-child(4) .input-group{
	margin: 20px auto;
	float: initial;
}
.cart-page table.table-top tbody tr td:nth-child(6){
	padding-top: 48px;
	width: 10%;
}

.cart-page table.table-top tbody tr td:nth-child(6) a{
	font-size: 16px;
	border-radius: 50%;
	background: #eee;
	color: #d9534f;
	text-decoration: none;
	padding: 4px 5px 2px 5px;
}

.cart-page table.table-top tbody tr td.notif-cart{
	text-align: center;
	padding: 5px;
	border: none;
	background: rgba(217,83,79, .2);
	font-style: italic;
}

.cart-page .plc-pricing-cart ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.cart-page .plc-pricing-cart > ul li{
	font-size: 14px;
	padding: 10px 0 10px 0;
}
.cart-page .plc-pricing-cart > ul li label, .cart-page .plc-pricing-cart > ul li span{
	font-weight: bold;
}
.cart-page .plc-pricing-cart > ul li a{
	text-decoration: underline;
	color: var(--font-color-chocolate);
	cursor: pointer;
}
.cart-page .plc-pricing-cart > ul li.info-shipping{
	padding-top: 0;
	padding-bottom: 0;
}
.cart-page .plc-pricing-cart > ul li.info-shipping label{
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 6px;
}

.cart-page .plc-pricing-cart > ul li.info-shipping form{
	border-top: 1px solid #eee;
	padding-top: 20px;
}
.cart-page .plc-pricing-cart > ul li.info-shipping form textarea{
	border-radius: 0;
}
.cart-page .plc-pricing-cart .btn-estimate-shipping{
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.cart-page .plc-pricing-cart .lds-ring{
	height: 25px;
	width: 25px;
}

.cart-page .plc-pricing-cart .lds-ring div{
	width: 22px;
  	height: 22px;
  	margin-top: -4px;
  	border: 4px solid #4d64ae;
  	border-color: #4d64ae transparent transparent transparent;
}

.result-shipping-cost{
	margin-bottom: 10px;
	background: transparent;
	padding-top: 100px;
	width: 100%;
	padding: 15px;
	border-bottom: 1px solid transparent;
}
.result-shipping-cost tr td:first-child{
	width: 20px;
	padding: 10px;
	
}
.result-shipping-cost tr td:nth-child(2){
	padding: 10px;
}

/*checkout*/
.cart-checkout .detail-items .pdg10{
	padding: 15px;
}
.cart-checkout .detail-items{
	border: 1px solid #ddd;
	border-radius: 2px;
}
.cart-checkout .detail-items h2{
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0;
}
.cart-checkout .detail-items h2 a{
	color: var(--font-color-chocolate);
	padding-top: 10px;
	text-decoration: none;
}

.cart-checkout .detail-items .plc-summary{
	border-bottom: 1px solid #ddd;
}

.cart-checkout .detail-items .plc-summary .count-item{
	font-weight: bold;
}

.cart-checkout .detail-items .plc-summary .list-items > div:nth-child(3){
	font-size: 12px;
	margin-top: 10px;
	font-weight: bold;
}
.cart-checkout .detail-items .plc-summary .list-items .cart-product-name{
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
}
.cart-checkout .detail-items .plc-summary .list-items .cart-color-display{
	width: 20px;
	height: 20px;
	border: 3px solid #eee;
	float: left;
	margin-right: 10px;
}

.cart-checkout .detail-items .plc-summary .detail-payment{
	border-top: 1px solid #ddd;
}
.cart-checkout .detail-items .detail-payment ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.cart-checkout .detail-items .detail-payment ul li{
	margin-bottom: 10px;
}
.cart-checkout .detail-items .detail-payment ul li:last-child{
	border-top: 1px solid #ddd;
	padding-top: 20px;
}

.cart-checkout .detail-items .detail-payment ul li:last-child label{
	font-size: 16px;
	padding-top: 10px;
}
.cart-checkout .detail-items .detail-payment ul li:last-child span{
	font-size: 30px;
}

.plc-coupon{
	border-bottom: 1px solid #ddd;
}

.cart-checkout .left-side{
	padding-right: 60px;
}

.checkout-information{
	border-bottom: 1px solid #eee;
	padding: 20px 10px 20px 10px;
	min-height: 100px;
}
.checkout-information:first-child{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 80px;
}
.checkout-information:last-child{
	border: none;
}
.checkout-information .header > span{
	margin-top: 4px;
	padding-top: 2px;
}
.checkout-information .header > span:first-child{
	color: var(--font-color-chocolate);
	background: transparent;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	font-weight: bold;
	font-size: 18px;
	border: 1px solid var(--font-color-chocolate);
}
.checkout-information .header > span.after-check:first-child{
	background: transparent;
	color: #FFFFFF;
}

.checkout-information .header > span:first-child i{
	font-size: 20px;
	padding: 6px 0 0 7px;
}

.checkout-information .header > span:first-child b{
	font-size: 20px;
	padding: 0px 0 0 11px;
}

.checkout-information .header > a:first-child{
	padding: 6px 0 0 13px;
}

.checkout-information .header > div{
	font-size: 20px;
	font-weight: bold;
	color: var(--font-color-chocolate);
	width: auto;
	padding-top: 8px;
	padding-left: 50px;
	cursor: pointer;
}

.checkout-information .display-info.choose-customer div.after-submit{
	font-size: 16px;
	margin-top: 5px;
}

.checkout-information .display-info{
	padding-left: 50px;
	margin-top: 20px;
}
.checkout-information .choose-payment .panel-heading{
	padding-bottom: 15px;
}
.checkout-information .choose-payment .panel-heading h4{
	padding-top: 5px;
}
.checkout-information .choose-payment .panel-heading h4 a{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.checkout-information .choose-payment .panel-heading h4 img{
	height: 30px;
	margin-top: -6px;
	margin-left: 10px;
}

.checkout-information .panel-default > .panel-heading{
	background: #FFFFFF;
	border: none;
}
.checkout-information .panel-group .panel{
	border-radius: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body{
	border-top: 1px solid #eee;
}
.checkout-information .panel-default{
	border: 1px solid #b0c3fe;
}
.checkout-information .panel-default .panel-body{
	padding-bottom: 10px;
}
.checkout-information .panel-default .panel-body p:first-child{
	margin-top: 30px;
}
.checkout-information .panel-default .panel-body p{
	font-size: 14px;
}

.checkout-information .panel-default .panel-body table{
	margin-top: 10px;
	width: 100%;
}
.checkout-information .panel-default .panel-body table tr td:first-child,
.checkout-information .panel-default .panel-body table tr td:nth-child(2){
	border-bottom: 1px solid #eee;
}
.checkout-information .panel-default .panel-body table tr td:first-child{
	width: 120px;
}
.checkout-information .panel-default .panel-body table tr td:first-child,
.checkout-information .panel-default .panel-body table tr td:nth-child(2){
	padding: 10px 10px 20px 10px;
}
.checkout-information .panel-default .panel-body table tr td:nth-child(2) div:first-child{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}

.checkout-information .panel-default .panel-body .plc-paypal-btn{
	border: 1px solid #2f8cd7;
	background: #2f8cd7;
	color: #FFFFFF;
	font-size: 18px;
	border-radius: 2px;
	padding-top: 10px; 
	padding-bottom: 10px;
}
.checkout-information .panel-default .panel-body .plc-paypal-btn img{
	height: 35px;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
}
/*------------------------------*/

/*login page*/
.login-page{
	margin-bottom: 30px;
}
.login-page h3{
	margin: 10px 0 30px 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.login-page > div:first-child{
	border-right: 1px solid var(--main-color);
}

.login-page > div:first-child,
.login-page > div:nth-child(2){
	padding-right: 30px;
	padding-left: 30px;
}

.login-page.reset > div:first-child{
	border-right: none;
}

#myModalRegister .modal-dialog .modal-content{
	border-radius: 0;
}
/*------------------------------*/

/*footer*/
.footer, .footer a{
	color: var(--font-color-chocolate);
	text-decoration: none;
}
.footer a:hover{
	color: var(--main-color);
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
/*------------------------------*/

/*news info*/
.footer .news-info a{
	font-weight: bold;
}

/*copy right*/
.footer .copy-right{
	font-weight: bold;
}

/*social media*/
.footer .social-media{
	text-align: right;
}
.footer .social-media a{
	margin-right: 10px;
}
.footer .social-media a i{
	font-size: 18px;
}
/*------------------------------*/

/*shop*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.book-page-menu{
	margin-bottom: 10px;
}
.book-page-menu > a{
	/*font-family: futura-heavy-font;*/
	/*font-family: cour;*/
	/*font-family: Courier New,"Courier",Lucida Sans Typewriter,Lucida Typewriter,sans-serif;
	font-weight: bold;*/
	font-family: "Neue Helvetica W01";
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	color: var(--font-color-chocolate);
}
.book-page-menu > a:hover{
	color: var(--font-color-chocolate-hover);
}

.book-page-menu > div div a, .book-page .data-show-details div a{
	/*font-family: futura-book;*/
	/*font-family: cour;*/
	/*font-family: Courier New,"Courier",Lucida Sans Typewriter,Lucida Typewriter,sans-serif;*/
	font-family: "Neue Helvetica W01";
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	text-decoration: none;
	color: var(--font-color-chocolate);
}
.book-page-menu > div div a.active, .book-page-menu > div div a:hover,
.book-page .data-show-details div a.active, .book-page .data-show-details div a:hover{
	text-decoration: underline;
	color: var(--font-color-chocolate-hover);
}
.book-page-menu > div div:first-child{
	margin-top: 12px;
	margin-bottom: 5px;
}

.book-page .plc-data-detail .preview-img{
	width: 19%;
	margin-bottom: 10px;
}
.book-page .plc-data-detail .side-img{
	width: 22%;
	/*border:1px solid #000000;*/
	margin-left: 4px;
	margin-bottom: 8px;
	cursor: pointer;
	border: 2px solid #FFFFFF;
}

.book-page .plc-data-detail .side-img:hover, 
.book-page .plc-data-detail .side-img.active{
	border: 2px solid var(--font-color-chocolate);
}
/*------------------------------*/

/*menu header*/
.navbar-mobile{
	display: none;
}
.navbar-default{
	background: #FFFFFF;
	border-color: #FFFFFF;
	margin-top: 20px;
}
.navbar-default a.navbar-brand{
	padding-top: 4px;
	padding-left: 0;
}
.navbar-default a.navbar-brand img{
	width: 180px;
}
.navbar-default .navbar-header{
	padding-left: 10px;
	padding-right: 10px;
}
.navbar-default .navbar-toggle{
	margin-right: 0;
}

.navbar-default .navbar-header .cart-data{
	font-size: 20px;
	margin-top: 15px;
	color: var(--main-color);
}
.navbar-default .navbar-header .count-fill-cart{
	font-size: 10px;
	color: #FFFFFF;
	background: #d9534f;
	border-radius: 50%;
	padding: 1px 5px 0px 5px;
	margin-top: 12px;
	/*margin-right: -8px;*/
	position: absolute;
	right: -9px;
}

.navbar-default .navbar-header .count-fill-cart-incomplete{
	font-size: 10px;
	color: #FFFFFF;
	background: #d9534f;
	border-radius: 50%;
	padding: 1px 5px 0px 5px;
	margin-top: 12px;
	/*margin-right: -8px;*/
	position: absolute;
	right: 30px;
}
.navbar-default .navbar-toggle{
	border-color: var(--font-color-chocolate);
}
.navbar-default .navbar-toggle .icon-bar{
	background: var(--font-color-chocolate);
}
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover{
	background: var(--font-color-chocolate);
}
.navbar-default .navbar-toggle:focus .icon-bar, 
.navbar-default .navbar-toggle:hover .icon-bar{
	background: #FFFFFF;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	/*border-color: #FFFFFF;*/
	border: none;
	margin-top: 20px;
}
.navbar-default .navbar-collapse li a span{
	color: var(--font-color-chocolate);
	font-family: 'futura-extra-bold';
	/*font-family: "Neue Helvetica W01";
	font-weight: 700;
	font-style: normal;*/
    font-size: 24px;
}
.navbar-default .navbar-header {
    border-bottom: 1px solid rgba(35, 54, 114, .4);
}

.navbar-nav>li{
	text-align: center;
}
.navbar-nav>li>a{
	padding-left: 0;
	padding-right: 0;
}

/*modal currency*/
#myModalCurency .modal-content{
	margin-top: 20%;
	border-radius: 0;
}
#myModalCurency .modal-content ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#myModalCurency .modal-content ul li a{
 display: block;
}
#myModalCurency .modal-content ul li a{
	color: var(--main-color);
	text-decoration: none;
	padding: 8px 10px 8px 10px;
	border-bottom: 1px solid #FFFFFF;
}
#myModalCurency .modal-content ul li a.active, #myModalCurency .modal-content ul li a:hover{
	background: rgba(35, 54, 114, .7);
	color: #FFFFFF;
}
/*------------------------------*/


/*profile*/
.profile-page > div:first-child,
.profile-page > div:nth-child(2){
	padding-top: 20px;
	padding-bottom: 20px;
}
.profile-page > div:nth-child(2){
	border-left: 1px dashed var(--main-color);
}

.profile-page.no-border > div:nth-child(2){
	border-left: none;
}

.profile-page > div:nth-child(2) h3{
	margin-top: 0;
	background: var(--main-color);
	color: #FFFFFF;
	padding: 8px 10px 8px 10px;
	font-size: 20px;
}

.profile-page > div:first-child ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.profile-page > div:first-child ul li{
	padding: 8px 10px 8px 10px;
}
.profile-page > div:first-child ul li:first-child{
	padding-top: 0;
}

.profile-page > div:first-child ul li a{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: var(--font-color-chocolate);
	text-decoration: none;
}
.profile-page > div:first-child ul li a.active,
.profile-page > div:first-child ul li a:hover,
.profile-page > div:first-child ul li a.active i::before,
.profile-page > div:first-child ul li a:hover i::before{
	color: var(--main-color);
}

.profile-page .panel-default{
	border:none;
}
.profile-page .panel{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px dashed #4d64ae;
}
.profile-page .panel-default > .panel-heading{
	background: none;
}
.profile-page .panel-default > .panel-heading h4 a{
	font-size: 16px;
	font-weight: bold;
}
.profile-page .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body{
	border: none;
}

/*------------------------------*/

.book-page .book-page-select{
	display: none;
}
.nav-box span, .new-message.header{
	font-family: "futura-book";
	font-size: 10px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}

@media screen and (max-width: 1400px) {
	.menu-header ul li.logo-brand{
		margin-top: -40px;
		/*margin-left: -100px;*/
	}
}

@media screen and (max-width: 1199px) {
	.menu-header ul li a span{
		font-size: 18px;
	}
	/*.menu-header ul li:first-child, .menu-header ul li:nth-child(2), .menu-header ul li:nth-child(4), .menu-header ul li:nth-child(5){*/
	.menu-header ul li{
		padding-top: 7px;
	}

	.menu-header ul li.logo-brand{
		margin-top: -40px;
		margin-left: -20px;
	}
}
@media screen and (max-width: 991px) {
	body > div.container{
		width: 90%;
	}
  	.container-page{
  		padding-right: 10px;
  		padding-left: 10px;
	}

	.menu-header ul li.logo-brand{
		margin-top: -40px;
		margin-left: -40px;
	}
}



@media screen and (max-width: 767px) {
	.home-container{
		max-width: 95%;
	}
	body > div.container{
		width: 100%;
	}
	.menu-header{
		display: none;
	}

	.plc-navbar{
		padding-left: 0;
		padding-right: 0;
		padding-top: 20px;
		background: rgba(255, 255, 255, .3);
	}

	.se-pre-con img{
		animation-name: spin;
		margin: 50% 0;
	}

	.navbar-default .navbar-header{
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-default .navbar-header img{
		/* margin-left: -10px; */
	}

	.navbar-default .navbar-header .cart-data{
		position: absolute;
		/* margin-left: -20px; */
        right: 70px;
	}
	.navbar-default .navbar-header .count-fill-cart{
		right: 60px;
	}

	.navbar-default .navbar-header .cart-data.incomplete{
		position: absolute;
		/* margin-left: -55px; */
		right: 120px;
	}
	.navbar-default .navbar-header .cart-data.incomplete i{
		color: #d9534f;
	}
	.navbar-default .navbar-header .count-fill-cart-incomplete{
		right: 110px;
	}

	.container-nav.fixed{
		top: 0;
        padding-top: 18px;
        /* padding-right: 6px; */
        z-index: 9999;
        width: 100%;
        position: fixed;
        background: #FFFFFF;
		box-shadow: -1px 2px 6px -1px rgba(0,0,0,0.36);
		-webkit-box-shadow: -1px 2px 6px -1px rgba(0,0,0,0.36);
		-moz-box-shadow: -1px 2px 6px -1px rgba(0,0,0,0.36);
	}
	.container-nav.fixed .navbar-default .navbar-header{
		border-color: #FFFFFF;
	}
	.container1.fixed{
		margin-top: 86px;
	}

	.navbar-default a.navbar-brand{
		/* display: block; */
		/* width: 100%; */
		/* text-align: center; */
	}
	.navbar-default a.navbar-brand img{
		/* margin: 0 auto; */
	}
	.navbar-mobile button{
		position: absolute;
		right: 0;
	}

	.navbar-mobile{
		display: inherit;
		margin-top: 0;
		background: none;
		border: none;
	}

	.rightbar-menu{
		display: none;
	}

	.home-page form button[type="submit"]{
		width: 100%;
	}

	.shop-page .display-product{
		width: 100%;
	}
	.shop-page ul{
		/*display: none;*/
	}
	.shop-page .select-category{
		display: inherit;
	}
	.shop-page .select-category p{
		margin-bottom: 0;
		padding-bottom: 5px;
		font-weight: bold;
	}
	.select2-container--default .select2-selection--single .select2-selection__rendered,
	.select2-results__option[aria-selected]{
		font-weight: bold;
	}

	.shop-page .select-category select{
		text-align: center;
	}

	.login-page > div:first-child{
		border-right: none;
		border-bottom: 1px solid var(--main-color);
	}

	.book-page .book-page-menu{
		display: none;
	}
	.book-page .book-page-select{
		display: inherit;
	}

	.footer, .footer > div{
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	.footer .social-media, .footer .copy-right{
		text-align: center;
	}

	.no-pdg-mobile{
		padding-right: 0;
		padding-left: 0;
	}
	.mrg-tp60{
		margin-top: 40px;
	}

	.book-page .plc-data-detail .preview-img{
		width: 50%;
		margin-bottom: 20px;
	}

	.book-page .plc-data-detail .side-img{
		width: 10%;
		border: 1px solid #eee;
		padding: 2px;
	}

	.checkout-information.payment,
	.checkout-information.payment .display-info,
	.cart-checkout .left-side{
		padding-left: 0;
		padding-right: 0;
	}

	.no-mrg-top-mobile{
		margin-top: 0;
	}
	.new-message.header{
		padding: 0px 5px;
	}
	/* .navbar-default a.navbar-brand{
		margin-left: -20px;
	} */

	.shop-page .display-product img{
		/*height: 130px;*/
	    /*max-width: 100% !important;*/
	    /*height: auto;*/
	    vertical-align: middle;
	    object-fit: cover;
	}

	.plc-product{
		/*padding: 0;*/
	}

	.img-plc{
		width: 40%;
		float: left;
	}
	.desc-plc{
		width: 60%;
		float: left;
		padding-top: 15%;
		padding-left: 10px;
	}

	.shop-page .display-product .product_name{
	    text-overflow: initial;
		white-space: initial;
		overflow: initial;
	}
	.shop-page .display-product:hover img:nth-child(2){
		opacity: 1;
	}
}
@media screen and (max-width: 425px){
	.navbar-default a.navbar-brand{
		margin-left: 0px;
	}
}
@media screen and (max-width: 414px) {
	.shop-page .display-product{
		/*width: 100%;*/
	}
	
}
@media screen and (max-width: 375px){
	.navbar-default a.navbar-brand{
		margin-left: 0px;
	}
}


.plc-payment-complete h3{
	font-size: 30px;
	font-weight: bold;
	color: #268f32;
}
.plc-payment-complete p{
	font-size: 16px;
}

#lightbox {
  position: fixed; 
}
#lightbox .modal-content{
	margin-top: 25%;
}

.carousel-control{
	background: none;
}
.carousel-control.left{
	margin-left: -100px;
	background: none;
}
.carousel-control.right{
	margin-right: -100px;
	background: none;
}

.carousel-inner .item img{
	margin: auto;
}

.carousel-control .fa-caret-left, .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .fa-caret-left, .carousel-control .fa-caret-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .fa-caret-right, .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .fa-caret-left, .carousel-control .fa-caret-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}


@media screen and (min-width: 768px) {
	.carousel-control .fa-caret-left, .carousel-control .fa-caret-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	    width: 30px;
	    height: 30px;
	    margin-top: -15px;
	    font-size: 30px;
    }

    .carousel-control .fa-caret-left, .carousel-control .icon-prev {
	    margin-left: -15px;
	}

	.carousel-control .fa-caret-left, .carousel-control .fa-caret-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	    width: 30px;
	    height: 30px;
	    margin-top: -15px;
	    font-size: 30px;
	}

	.carousel-control .fa-caret-right, .carousel-control .icon-next {
	    margin-right: -15px;
	}
}

@media screen and (max-width: 767px) {
	.carousel-control.left{
		margin-left: 0px;
	}
	.carousel-control.right{
		margin-right: 0px;
	}

	.info-price span{
		display: block;
	}

	.action .select-qty{
		margin-bottom: 10px;
	}
}

#countdowntimer p{
	font-size: 18px;
	font-weight: bold;
}
#countdowntimer span{
	font-weight: bold;
	background: var(--main-color);
	padding: 10px 20px;
	font-size: 14px;
	color: var(--font-color-chocolate);
	border-radius: 5px;
}
#countdowntimer{
	margin-bottom: 20px;
}

.new-message{
	position: absolute;
	padding: 1px 4px;
	border-radius: 5px;
	background: #d9534f;
	color: #ffffff;
	z-index: 9998;
	margin-left: 5px;

  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
}


.inbox_people {
  background: #FFFFFF none repeat scroll 0 0;
  float: left;
  overflow: hidden;
  width: 100%; border-right:1px solid #c4c4c4;
}
.inbox_msg {
  border: 1px solid #c4c4c4;
  clear: both;
  overflow: hidden;
}
.top_spac{ margin: 20px 0 0;}


.recent_heading {float: left; width:40%;}
.srch_bar {
  display: inline-block;
  text-align: right;
  width: 60%; 
}
.headind_srch{ padding:10px 29px 10px 20px; overflow:hidden; border-bottom:1px solid #c4c4c4;}

.recent_heading h4 {
  color: #05728f;
  font-size: 21px;
  margin: auto;
}
.srch_bar input{ border:1px solid #cdcdcd; border-width:0 0 1px 0; width:80%; padding:2px 0 4px 6px; background:none;}
.srch_bar .input-group-addon button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  color: #707070;
  font-size: 18px;
}
.srch_bar .input-group-addon { margin: 0 0 0 -27px;}

.chat_ib h5{ font-size:15px; color:#464646; margin:0 0 8px 0;}
.chat_ib h5 span{ font-size:13px; float:right;}
.chat_ib p{ font-size:14px; color:#989898; margin:auto}
.chat_img {
  float: left;
  width: 11%;
}
.chat_ib {
  float: left;
  padding: 0 0 0 15px;
  width: 88%;
}

.chat_people{ overflow:hidden; clear:both;}
.chat_list {
  border-bottom: 1px solid #c4c4c4;
  margin: 0;
  padding: 18px 16px 10px;
}
.inbox_chat { height: 550px; overflow-y: scroll;}

.active_chat{ background:#ebebeb;}

.incoming_msg_img {
  display: inline-block;
  width: 6%;
}
.received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%;
 }
 .received_withd_msg p {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 3px;
  color: #646464;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
}
.time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
}
.received_withd_msg { width: 57%;}
.mesgs {
  float: left;
  padding: 30px 15px 0 25px;
  width: 100%;
}

 .sent_msg p {
  background: #4d64ae none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0; color:#fff;
  padding: 5px 10px 5px 12px;
  width:100%;
}
.outgoing_msg{ overflow:hidden; margin:26px 0 26px;}
.sent_msg {
  float: right;
  width: 46%;
}
.input_msg_write input, .input_msg_write textarea {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #4c4c4c;
  font-size: 15px;
  min-height: 60px;
  width: 100%;
  resize: none;
}

.type_msg {border-top: 1px solid #c4c4c4;position: relative;}
.msg_send_btn {
  background: #4d64ae none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  height: 33px;
  position: absolute;
  right: 0;
  top: 11px;
  width: 33px;
}
.messaging { padding: 0 0 50px 0;}
.msg_history {
  height: 516px;
  overflow-y: auto;
}
.plc-product{
	min-height: 250px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background-color: var(--main-color) !important;
	color: var(--font-color-chocolate) !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	color: var(--font-color-chocolate) !important;
}

.rotate {
	animation: rotation 8s infinite linear;
  }
  
  @keyframes rotation {
	from {
	  transform: rotate(0deg);
	}
	to {
	  transform: rotate(359deg);
	}
  }