/*-----------------------------------------------------------------------------------

	Theme Name: vmall
	Description: vmall Template
	Author: Pix Works Stusio
	Author URI: pixworksstudio.com

-----------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------

	- Basic
	- Menu

---------------------------------------------------------------- */


/* ----------------------------------------------------------------
	Bootstrap Adjustments
-----------------------------------------------------------------*/

@media (min-width: 576px) {
	.container { max-width: 560px; }
}

@media (min-width: 768px) {
	.container { max-width: 750px; }
}

@media (min-width: 992px) {
	.container { max-width: 970px; }
}

@media (min-width: 1200px) {
	.container { max-width: 1170px; }
}

/* ----------------------------------------------------------------
	Basic
-----------------------------------------------------------------*/
.dark #header:not(.transparent-header), #header.dark:not(.transparent-header){
	border-bottom: none !important;
}

h1, h2, h3, h4, h5, h6, label {
    font-family: 'Lato', sans-serif !important;
}

.gold-text{
	color: rgba(223,175,47,1.00) !important
}

.gold-bg{
	background: rgba(223,175,47,1.00) !important
}

.vmall-header-block:after{
	border-color: rgba(223,175,47,1.00) !important
}

.t-weight-400{
	font-weight: 400 !important
}

.t-weight-500{
	font-weight: 500 !important
}

.t-weight-700{
	font-weight: 700 !important
}

.dark #header:not(.transparent-header), #header.dark:not(.transparent-header), #header.dark.sticky-header{
    background-color: #030304 !important;
}

#header.dark.sticky-header:not(.transparent-header) #header-wrap:not(.not-dark){
	background-color: #030304
}

.small-span{
	font-size: 1rem
}

.divider.vmall-divider{
	border: 1px solid rgba(223,175,47,.5) !important;
	margin-top: 0;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active{
	background: rgba(223,175,47,1) !important
}
/* ----------------------------------------------------------------
	language
-----------------------------------------------------------------*/
.language{
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}

/*.lang-eng{
	background-image: url("images/flag/flag-en.png");
}

.lang-cn{
	background-image: url("images/flag/flag-cn.png");
}

.lang-kr{
	background-image: url("images/flag/flag-kr.png");
}

.lang-ru{
	background-image: url("images/flag/flag-ru.png");
}*/

.language-wrap span{
	display: inline-block;
	margin-left: 5px;
	line-height: 24px;
	padding-left: 32px;
	width: 100%;
}

.language-wrap .dropdown-toggle::after {
    vertical-align: 0.65em;
}

.language-wrap .dropdown-item{
    padding: 0.25rem .5rem;
}

.world-lang{
	display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	width: 24px;
	height: 24px;
}

.world-eng{
	background-image: url("images/flag/flag-en.png") !important;
	background-size: contain;
}

/* ----------------------------------------------------------------
	Menu trigger
-----------------------------------------------------------------*/
.vmall-mobile-trigger{
    top: 25px;
    right: 25px;
    position: absolute;
	z-index: 999;
	border: 1px solid rgba(223,175,47,1);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(0,0,0,.5)
}

.menu-icon {
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
	top: 0 !important;
	padding-top: 8px;
}
.menu-icon span {
  position: relative;
  display: block;
  width: 18px;
  height: 2px;
  background-color: #ffbe10;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s, bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s;
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s, bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s, bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s;
}
.menu-icon span:first-of-type {
  top: -3px;
}
.menu-icon span:last-of-type {
  bottom: -3px;
}
.menu-icon.active span {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1);
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1);
}
.menu-icon.active span:first-of-type {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1px;
}
.menu-icon.active span:last-of-type {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 1px;
}

/*.ring {
  border: 2px solid rgba(255, 190, 16, 0.1);
  border-radius: 30px;
  height: 25px;
  width: 25px;
  opacity: 0;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  top: -15px;
}*/

.ring {
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  opacity: 0;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
	margin: 0 !important
}


body {
  background-color: #252e33;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}


/* ----------------------------------------------------------------
	Button
-----------------------------------------------------------------*/

.buttonfx{
  color: black; /* button text color */
  outline: none;
  background: transparent;
  border: none;
  letter-spacing: 0.0625em;
  padding: 8px 10px; 
  line-height: 2;
  position: relative;
	display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
	text-decoration: none; /* remove underline if using A instead of BUTTON tag */
  overflow: hidden;
  transition: all .5s;
}

/* //// Default effect: Slide from Top  //// */

.buttonfx:before,
.buttonfx:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: rgba(223,175,47,1.00); /* onhover background color */
  z-index: -1;
  transform: translate3D(0,-100%,0); /* move elements above button so they don't appear initially */
  transition: all .5s;
}

.buttonfx:before{
  background: rgba(223,175,47,0); /* button default background color */
  z-index: -2;
  transform: translate3D(0,0,0);
}

.buttonfx:hover{
	color: white;
}

.buttonfx:hover:after{
  transform: translate3D(0,0,0);
  transition: all .5s;
}

/* //// Slide Left  //// */

.slideleft:after{
  top: 0;
  z-index: -1;
  transform: translate3D(-101%,0,0);
}

.slideleft:hover:after{
  transform: translate3D(0,0,0);
  transition: all .5s;
}


/* ----------------------------------------------------------------
	Header Wrap
-----------------------------------------------------------------*/
.vmall-header-wrap .container-fullwidth{
	padding: 0 !important
}

#header.dark.sticky-header.transparent-header #header-wrap:not(.not-dark){
	background: #030304 !important
}

/* ----------------------------------------------------------------
	Menu
-----------------------------------------------------------------*/
.language-drop a span{
	display: block !important;
	padding-left: 32px;
}

.language-container{
	position: fixed !important;
	top: 30px;
	left: -5px;
	z-index: 5;
	transition: all .5s;
}

.sticky-header .language-container{
	top: 12px;
}

.language-container .language-wrap{
	border: 0px solid rgba(255,255,255,0);
}

.dark .nav-tabs.language-wrap > li > a{
	background: rgba(255,255,255,0) !important
}

.dark .nav-tabs.language-wrap > li > a:hover{
	border: 0px solid rgba(255,255,255,0);
}

.nav-tabs.language-wrap .nav-link{
	border: 0px solid rgba(255,255,255,0);
	padding-right: 0 !important 
}

.language-container .language-wrap:hover{
	border: none;
}

.vmall-menu ul.left-menu, .vmall-menu ul.right-menu{
	width: 50% !important;
	border: none !important
}

.vmall-menu ul.left-menu li, .vmall-menu ul.right-menu li{
	margin: 0 !important;
	text-align: center !important;
	float: none !important;
	display: inline-block !important;
}


.vmall-menu ul.left-menu li a, .vmall-menu ul.right-menu li a{
	font-size: 12px !important;
	font-weight: 400 !important
}

.vmall-menu ul.left-menu li{
	width: 20% !important;
}

.vmall-menu ul.left-menu li:nth-child(1){
	width: 12% !important
}

.vmall-menu ul.left-menu li:nth-child(2){
	width: 8% !important
}

.vmall-menu ul.right-menu{
	float: right;
	text-align: right 
}

.vmall-menu ul.right-menu li{
	width: 20% !important;
}

.vmall-menu ul li.current a{
	color: rgba(223,175,47,1) !important
}

#primary-menu.vmall-menu ul li > a{
	font-weight: 500 !important;
	transition: all .5s;
}

#primary-menu.vmall-menu ul li > a:hover{
	color: rgba(223,175,47,1) !important
}

.vmall-menu ul.left-menu li ul.language-drop{
	max-width: 120px !important;
	background: #030304 !important
}

.vmall-menu ul.left-menu li ul.language-drop li{
	display: block !important;
	width: 100% !important;
	text-align: left !important;
}

/* ----------------------------------------------------------------
	Slider
-----------------------------------------------------------------*/
.slider-caption-center.vmall-slider-caption{
	margin-top: 18%;
}

.vmall-slider-btn{
	border: 1px solid rgba(223,175,47,1);
	display: inline-block;
	text-transform: uppercase;
	line-height: 1.2em;
	padding: 10px 35px;
	margin: 20px auto 0;
	color: rgba(223,175,47,1.00);
	border-radius: 4px
}

/* ----------------------------------------------------------------
	Content
-----------------------------------------------------------------*/
.about-bg{
	/*background: url("images/vmall/line-bg.jpg");*/
	background-color: rgba(57,57,57,1.00);
	background-repeat: repeat-y;
	background-size: contain;
	background-position: center;
}

.about-title h1{
	color: rgba(223,175,47,1)
}

.about-title span{
	display: block;
	font-size: 1rem;
	color: #fff;
}

.vmall-carousel .owl-stage{
	padding: 0
}

.vmall-portfolio{
	position: relative;
}

.vmall-portfolio .portfolio-item{
	position: relative;
	width: 100%;
}

.vmall-portfolio .portfolio-item:after{
	position: absolute;
	background: rgba(0,0,0,0);
	height: 100%;
	width: 100%;
	content: '';
	top: 0;
	left: 0;
	transition: all .3s;
}

.vmall-portfolio .portfolio-item:hover:after{
	background: rgba(0,0,0,.5);
}

.vmall-portfolio .portfolio-item img{
	width: 100% !important
}

.vmall-portfolio .portfolio-item .portfolio-dis{
	position: absolute;
	z-index: 5;
	border: 1px solid rgba(223,175,47,1);
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	padding: .15rem .1rem;
	background: rgba(0,0,0,.95);
	transition: all 1s;
	box-shadow: 0 3px 10px rgba(0,0,0,0);
	min-width: 250px;
	min-height: 250px;
}

.vmall-portfolio .portfolio-item:hover .portfolio-dis{
	background: rgba(223,175,47,1);
	top: 48%;
	box-shadow: 0 3px 10px rgba(0,0,0,.45)
}

.item-title{
	display: block;
	font-size: 2rem;
	color: rgba(223,175,47,1);
	text-transform: uppercase;
	margin-bottom: 30px;
	transition: all .3
}

.vmall-portfolio .portfolio-item:hover .portfolio-dis .item-title{
	color: #030304;
	display: block;
}

.vmall-portfolio .portfolio-item .portfolio-dis span.item-start-price{
	text-transform: uppercase;
	color: #fff;
	padding: 10px 25px;
	display: block;
	transition: all .3s
}

.vmall-portfolio .portfolio-item .portfolio-dis span.item-start-price{
	transition: all .3s;
	display: inline-block;
}

.vmall-portfolio .portfolio-item .portfolio-dis span.item-start-price em{
	display: block;
}

.vmall-portfolio .portfolio-item:hover .portfolio-dis span.item-start-price{
	background: rgba(0,0,0,1);
	color: rgba(223,175,47,1)
}

.item-wrap-border{
	position: absolute;
	width: 98%;
	left: 50%;
	align-content: center;
	top: 50%;
	transform: translate(-50%, -50%)
}

.owl-carousel .owl-nav [class*=owl-]{
	opacity: 1
}

.dark .slider-caption, .dark .slider-caption h2 {
    color: #EEE;
    text-shadow: 1px 2px 3px rgba(0,0,0,0.45);
}

.application-title h3{
	font-size: 2rem !important;
	margin-bottom: 30px;
}

.application-title span{
	font-size: 1rem !important;
	display: block !important;
	color: #fff !important;
	font-weight: bold !important
}

.vmall-feature-box{
	margin-top: 0;
}

.vmall-feature-box .fbox-icon i{
	font-size: 42px !important;
}

.clients-container{
	padding: 30px 0;
}

.clients-wrap{
	margin: 0 -15px;
	padding: 0;
	flex-wrap: wrap;
	list-style: none;
}

.clients-wrap li{
	width: 12.5%;
	padding: 0 20px;
	margin-bottom: 20px;
	margin-left: -4px;
	display: inline-block;
}
/* ----------------------------------------------------------------
	Member
-----------------------------------------------------------------*/
.form-msg{
	color: #f00 !important;
	opacity: 1 !important;
	text-transform: capitalize !important
}

.register-page-bg{
	position: relative;
	background: #030304;
	padding: 60px 0;
}

.register-page-container{
	position: relative;
}

.register-page-bg:before{
	position: absolute;
	top: 0%;
	left: 0;
	width: 100%;
	content: url("images/vmall/member-bg.jpg");
}

.vmall-form-group{
	position: relative;
}

.vmall-form-group input{
	background: rgba(255,255,255,0);
	border-top:0;
	border-left: 0;
	border-right:0;
	border-bottom: 1px solid rgba(223,175,47,1);
	border-radius: 0;
	color: rgba(255,255,255,1)
}

.vmall-form-group input:focus{
	background: rgba(255,255,255,.45);
	color: rgba(0,0,0,1);
	border-bottom: 1px solid rgba(223,175,47,1);
}

.vmall-form-group input::placeholder{
	color: rgba(255,255,255,.5);
	transition: all .3s;
	font-weight: 400;
}

.vmall-form-group input:focus::placeholder{
	color: rgba(0,0,0,1);
	padding-left: 15px;
}


/*---register group
---------------------*/

/*-----admentment form ----*/
.form-group.vmall-register-group{
	margin-bottom: 0 !important;
	height: 45px;
}

.vmall-register-group input{
	background: rgba(255,255,255,0);
	border-top:0;
	border-left: 0;
	border-right:0;
	border-bottom: 1px solid rgba(223,175,47,1);
	border-radius: 0;
	color: rgba(223,175,47,1);
}

.vmall-register-group input:placeholder-shown + label {
  cursor: text;
	font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(0.74rem, -1.5rem) scale(1);
  transition: all .3s;
	color: rgba(223,175,47,1)
}
/**
* By default, the placeholder should be transparent. Also, it should 
* inherit the transition.
*/
.vmall-register-group input::placeholder {
  opacity: 0;
  transition: inherit;
}
/**
* Show the placeholder when the input is focused.
*/
.vmall-register-group input:focus::placeholder {
  opacity: 1;
}
/**
* When the element is focused, remove the label transform.
* Also, do this when the placeholder is _not_ shown, i.e. when 
* there's something in the input at all.
*/
.vmall-register-group input:not(:placeholder-shown) + label,
.vmall-register-group input:focus + label {
  transform: translate(0.74rem, -3.6rem) scale(1) !important;
  cursor: pointer;
	font-family: 'Lato', sans-serif !important
	
}

.vmall-register-group input:focus {
	background: rgba(0,0,0,0);
	color: rgba(223,175,47,1)
}

/*-----admentment form end ----*/

.checking-term{
	color: #fff;
	font-size: 12px !important;
	font-weight: 400 !important;
	text-transform: capitalize
}

.inquiry-textarea{
	border: 1px solid rgba(223,175,47,1);
	width: 100%;
	min-height: 200px;
	max-height: 200px;
	background: #030304;
	color: #fff;
	padding: 5px 4px !important;
	text-align: left !important;
}

/*---register group end
---------------------*/
.member-forgot{
	color: rgba(223,175,47,1);
	transition: all .3s
}

.member-forgot:hover{
	color: #fff;
}

.register-btn{
	border: 1px solid rgba(223,175,47,1);
	display: inline-block;
	text-transform: uppercase;
	line-height: 1.2em;
	padding: 10px 35px;
	margin-top: 20px;
	color: rgba(0,0,0,1);
	border-radius: 4px;
	transition: all .3s;
	background: rgba(223,175,47,1);
}

.register-btn:hover{
	background: rgba(0,0,0,1);
	color: rgba(223,175,47,1) !important
}

.no-member-yet{
	position: relative;
	color: rgba(223,175,47,1);
}

.arrow-go-down{
	display: block;
	padding-top: 85px;
	position: relative;
}

.form-drop{
	border-bottom: 1px solid rgba(223,175,47,1) !important;
	background: rgba(3,3,4,1) !important;
	color: rgba(223,175,47,1) !important;
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-radius: 0 !important;
	font-weight: 400 !important;
	font-size: 13px !important;
	text-transform: uppercase;
	line-height: 18px;
}

.form-drop .dropdown-toggle{
	border-bottom: 1px solid rgba(223,175,47,1) !important;
	background: rgba(3,3,4,1) !important;
	color: rgba(223,175,47,1) !important;
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-radius: 0 !important;
	font-weight: 400 !important;
	font-size: 13px !important;
	text-transform: uppercase;
	line-height: 22px;
}

.vpt-3{
	padding-top: 3px;
}

.vpt-4{
	padding-top: 4px;
}

/*.form-drop select:invalid,
.form-drop select option[value=""] {
  color: #999999 !important;
}*/

/* ----------------------------------------------------------------
	Product Listing
-----------------------------------------------------------------*/
.page-title-dark.vmall-header-section{
	background: #030304 !important;
	padding:40px 0 40px !important;
	position: relative;
	margin-top: -100px
}

.page-title-dark.vmall-header-section .title-image{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

.inner-header-text{
	padding: 80px 0 0 0;
	text-align: center;
	color: rgba(255,255,255,0.75);
	font-weight: 400;
	line-height: 30px;
}

.inner-header-text p{
	margin-bottom: 0 
}

.page-breadcrumb{
	margin: 10px 0;
	padding: 0;
}

.page-breadcrumb li{
	display: inline-block;
	margin-right: 10px;
	text-transform: uppercase;
	font-size: 12px;
}

.page-breadcrumb li a{
	color: rgba(223,175,47,1)
}

.page-header h2{
	color: rgba(223,175,47,1);
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 32px;
	padding: 10px 0;
}

.listing-item{
	margin-bottom: 30px;
}

.pro-list-item figcaption h3{
	font-size: 16px;
	margin-bottom: 0;
	line-height: 20px;
	padding: 10px 0;
	min-height: 65px;
}

.pro-list-item ul li.item-price{
	float: left;
	color: rgba(223,175,47,1);
}
.pro-list-item ul li.country{
	float: right;
}

.pro-list-item ul li.country span{
	line-height: 1.3em;
	display: flex;
	color: #030304
}

.pro-list-item ul li.country .flag{
	width: 29px !important;
	height: 17px !important;
	display: inline-block;
	margin-left: 10px;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center bottom !important;
}

.pro-list-item ul li.country .flag.flag-usa{
	background-image: url("images/flag/usa.svg");
}

.product-detail-container{
	background: #030304;
	margin-bottom: 20px;
}

.product-detail-container .detail-title{
	border-bottom: 1px solid rgba(223,175,47,1);
	padding: 20px 
}

.product-detail-container .detail-title h3{
	color: rgba(223,175,47,1) !important;
	margin-bottom: 0;
	text-transform: uppercase
}
.product-main-img, .product-main-img img{
	width: 100%;
	max-height: 761px
}

.dpage-header-title h2, .dpage-top-price h2{
	margin-bottom: 0
}

.dpage-top-price{
	text-align: right;
	color: rgba(223,175,47,1) !important;
}

.dpage-top-price h2{
	color: rgba(223,175,47,1) !important;
}

.detail-wrap{
	background: #030304;
	/*padding-bottom: 0;*/
	/*height: 100%*/
	/*margin-bottom: 30px;*/
	border: 1px solid #030304
}

.detail-listing-wrap{
	margin: 0;
	padding: 0;
}

.detail-listing-wrap li{
	background: #14141b;
	padding: 10px 20px;
	margin-bottom: 5px;
}

.detail-listing-wrap li span{
	color: #d5d5d5;
	font-size: 14px;
}

.detail-listing-wrap li span.detail-header{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	flex: 0 0 50%;
}

.detail-header{
}

.col-padding.vmall-col-padding{
	padding: 0 15px !important;
}

.side-form-wrap{
	padding: 30px 20px
}

.discription-container{
	margin-bottom: 30px;
}

.dis-header{
	position: relative;
	padding: 15px 0;
	margin-bottom: 20px;
}

.dis-header h3{
	text-transform: uppercase;
	color: rgba(223,175,47,1);
	margin: 0;
}

.dis-header .sharing{
	display: none !important
}

.dis-header .sharing a{
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	padding: 10px 15px;
	border: 1px solid rgba(223,175,47,1);
	color: rgba(223,175,47,1);
	width: 200px;
	transition: all .3s
}

.dis-header .sharing a:hover{
	background: #030304;
}

.dis-header .sharing span{
	margin-right: 5px;
	float: left;
	text-transform: uppercase;
}

.dis-header .sharing i{
	float: right;
}

.seller-container{
	background: #f4f4f4;
	padding: 15px;
}

.seller-header{
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.seller-header h3{
	margin-bottom: 0;
}

.seller-header a h3{
	color: #030304;
	transition: all .3s;
}

.seller-header a:hover h3{
	color: rgba(223,175,47,1)
}

.seller-header span{
	color: rgba(223,175,47,1);
	text-transform: uppercase;
}

.seller-address, .seller-contact-name, .seller-visit, .seller-weixin, .seller-contact-number{
	display: block;
	line-height: 32px;
	margin-bottom: 20px;
	font-size: 18px;
}

.seller-address strong, .seller-contact-name strong, .seller-contact-number strong{
	display: block;
}

.seller-visit a{
	color: rgba(223,175,47,1);
	transition: all .3s;
}

.seller-visit a:hover{
	color: #030304
}

.seller-contact figcaption{
	margin-top:20px;
	text-align: left;
	border-top: 1px solid #d5d5d5;
	padding-top: 25px;
}

.seller-contact span{
	font-size: 16px;
	text-align: left;
	margin-bottom: 15px !important;
	line-height: 20px;
	display: block;
}

.show-phone{
	display: block;
	border: 1px solid rgba(223,175,47,1);
	padding: 10px 25px;
	text-transform: uppercase;
	transition: all .3s
}

.show-phone i{
	float: right;
}

.show-phone:hover{
	background: rgba(223,175,47,1);
	color: #fff
}

/*.flex-control-nav.flex-control-thumbs li{
	width: 24.68% !important;
}

.flex-control-nav.flex-control-thumbs li img{
	width: 100% !important;
}*/


.map-wrap{
	display: block;
	width: 100%;
	min-height: 250px;
}

.map-wrap iframe{
	width: 100% !important;
	height: 300px !important;
	display: block;
}

.map-title{
	width: 100% !important;
	display: block;
	margin-bottom: 20px;
}

.map-wrap span{
	display: block;
	text-transform: uppercase;
}

.pur-text{
	font-size: 1.5rem
}
/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/

#footer.dark, .dark #footer{
	background: #030304
}

.footer-link-container{
	border-top: 1px solid rgba(223,175,47,1);
	padding-top: 30px;
}

.footer-link-title h5{
	color: rgba(223,175,47,1);
	font-style: italic;
}

.footer-link-list{
	margin: 0;
	padding: 0;
}

.footer-link-list li, .footer-link-list li a{
	display: block;
	font-size: 14px;
	line-height: 24px;
	transition: all .3s
}

.footer-link-list li a:hover{
	padding: 8px 0;
	color: rgba(223,175,47,1) !important;
}

.footer-link-list li a{
	padding: 8px 0;
	color: rgba(255,255,255,.5) !important;
}

#copyrights{
	border-top: 1px solid rgba(223,175,47,1) !important
}

.vmall-copyright-link a{
	text-decoration: none !important;
	color: rgba(223,175,47,1) !important;
	border: none !important;
	margin: 0 12px;
}

.copyright-right{
	
}

.footer-contact-btn{
	border: 1px solid rgba(223,175,47,1);
	display: inline-block;
	text-transform: uppercase;
	line-height: 1.2em;
	padding: 10px 35px;
	margin-top: 20px;
	color: rgba(223,175,47,1.00);
	border-radius: 4px;
	transition: all .3s
}

.footer-contact-btn:hover{
	background: rgba(223,175,47,1);
	color: #000 !important
}

/* ----------------------------------------------------------------
	mobile-nav
-----------------------------------------------------------------*/
.body-overlay{
	background: rgba(0,0,0,.85)
}

#side-panel{
	background: rgba(0,0,0,0) !important;
	right: -100%;
    z-index: 399;
    width: 100%;
}

#side-panel .widget {
    width: 100%;
}

/*.vmall-mobile-trigger{
	border: 1px solid rgba(223,175,47,1);
    padding: 15px;
    border-radius: 8px;
    top: 5%;
    right: 10px !important;
    position: absolute;
    transform: translateY(-50%);
	z-index: 999;
}*/


#side-panel-trigger-close a{
	display: inherit !important;
	position: absolute;
	right: 0;
	top: 0;
	padding: 15px 25px;
	z-index: 9;
	color: rgba(223,175,47,1) !important
}

#side-panel .side-panel-wrap.mobile-nav{
	padding: 80px 30px 30px;
    /*width: 100% !important;*/
	left: auto !important;
	right: 0;
}

.mobile-nav{
	background: rgba(0,0,0,0);
	margin-top: 25px;
}

.mobile-nav-list li{
	padding-left: 500px;
	transition: all .3s;
	text-align: right;
}

.mobile-nav-list li:nth-child(1){
	transition-delay: .22s;
}

.mobile-nav-list li:nth-child(2){
	transition-delay: .24s;
}

.mobile-nav-list li:nth-child(3){
	transition-delay: .23s;
}

.mobile-nav-list li:nth-child(4){
	transition-delay: .26s;
}

.mobile-nav-list li:nth-child(5){
	transition-delay: .28s;
}

.mobile-nav-list li:nth-child(6){
	transition-delay: .3s;
}

.mobile-nav-list li:nth-child(7){
	transition-delay: .32s;
}

.mobile-nav-list li:nth-child(8){
	transition-delay: .34s;
}

.mobile-nav-list li:nth-child(9){
	transition-delay: .36s;
}

.mobile-nav-list li:nth-child(10){
	transition-delay: .38s;
}

.mobile-nav-list li:nth-child(11){
	transition-delay: .40s;
}

.mobile-nav-list li:nth-child(12){
	transition-delay: .42s;
}

.mobile-nav-list li:nth-child(13){
	transition-delay: .44s;
}

.side-panel-open .mobile-nav-list li{
	padding-left: 0;
}

.side-login-drop > a{
	/*border-top: 1px solid rgba(223,175,47,1);*/
	/*padding-top: 25px !important;*/
	margin-top: 20px !important;
}

.mobile-language-nav > a{
	/*border-top: 1px solid rgba(223,175,47,1);*/
	/*padding-top: 25px !important;*/
	margin-top: 20px !important;
}

.mobile-language-nav ul li{
	padding-left: 0 !important;
}

.mobile-language-nav ul li > a{
	padding-left: 0;
}

.mobile-language-nav ul li > a span{
	padding-left: 25px !important;
}


/* ----------------------------------------------------------------
	seller-detail
-----------------------------------------------------------------*/
.seller-header-container{
	padding: 80px 0 0 0;
	text-align: center;
	color: rgba(255,255,255,0.75);
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 20px !important;
}

.seller-header-container p{
	margin-bottom: 0 
}

.seller-header-container h3{
	color: #fff;
	margin-bottom: 10px;
	
}

.seller-logo{
	width: 80%;
	margin: 0 auto;
}

.seller-site-btn{
	border: 1px solid rgba(223,175,47,1);
	display: inline-block;
	text-transform: uppercase;
	line-height: 1.2em;
	padding: 10px 35px;
	color: rgba(223,175,47,1.00);
	border-radius: 4px;
	margin-top: 20px;
	transition: all .3s
}

.seller-site-btn:hover{
	background: rgba(223,175,47,1);
	color: #000 !important
}

.seller-detail-header h2{
	color: rgba(223,175,47,1);
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 32px;
	padding: 10px 0;
	position: relative;
}

.seller-header-contact span{
	/*position: absolute;
	top: 5%;
	left: 15px;
	z-index: 5;*/
	font-size: 14px !important;
	display: inline-block !important;
	text-transform: capitalize !important;
	margin-top: 0 !important
}

.seller-header-contact .show-wechat{
	padding: 10px 15px;
}

.seller-header-wechat span{
	/*position: absolute;
	top: 5%;
	right: 15px;
	z-index: 5;*/
	font-size: 14px !important;
	display: inline-block !important;
	margin-top: 0 !important
}

.seller-header-wechat .show-wechat{
	padding: 10px 15px;
	text-transform: capitalize
}

.show-wechat{
	display: block;
	border: 1px solid rgba(223,175,47,1);
	padding: 15px 10px;
	text-transform: uppercase;
	transition: all .3s
}

.show-wechat i{
	float: right;
}

.show-wechat:hover{
	background: rgba(223,175,47,1);
	color: #fff
}

.seller-header-right ul li{
	border: 1px solid rgba(223,175,47,1);
	margin-bottom: 10px;
}

.seller-header-right ul li span{
	font-size: 14px !important;
	display: inline-block !important;
	margin-top: 0 !important;
	margin-left: 10px;
	color: rgba(223,175,47,1) !important;
	transition: all .3s
}

.seller-header-right ul li a{
	color: rgba(223,175,47,1) !important;
	transition: all .3s;
	display: block !important
}

.seller-header-right ul li a:hover{
	background: rgba(223,175,47,1) !important;
	color: rgba(0,0,0,1) !important
}

.seller-header-right ul li a:hover span{
	color: rgba(0,0,0,1) !important
}

.seller-header-right ul li i{
	display: inline-block !important;
	position: inherit !important;
}


/* ----------------------------------------------------------------
	Blog
-----------------------------------------------------------------*/
.blog-content-wrap img{
	width: 100% !important
}

.blog-50-img{
	width: 49.8%;
	display: inline-block;
}

.blog-back-btn{
	padding: 12px 25px;
	background: rgba(223,175,47,1);
	color: #030304;
	transition: all .3s
}

.blog-back-btn:hover{
	background: #030304;
	color: rgba(223,175,47,1);
}

.pro-list-item img{
	width: 100%;
	max-height: 337px;
}

.detail-product .owl-item{
	height: 240px;
}

.detail-product .oc-item, .oc-item img{
	height: 100%;
}

/* ----------------------------------------------------------------
	Register Message
-----------------------------------------------------------------*/
.register-msg-bg{
	background: rgba(0,0,0,1) !important;
}

.back-btn{
	color: rgba(0,0,0,1) !important
}

/* ----------------------------------------------------------------
	Detail image
-----------------------------------------------------------------*/

@media (max-width: 575.98px){
	
	
	.swiper_wrapper:not(.force-full-screen), .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
		min-height: 100vh !important;
	}
	
	.swiper_wrapper{
		height: 100vh !important
	}
	
	#header.transparent-header + #slider{
		top:-100px;
		margin-bottom: -100px;
	}
	
	.slider-caption-center.vmall-slider-caption{
		margin-top: 52%;
	}
	
	.slider-caption-center.vmall-slider-caption h2{
		margin-bottom: 0 !important
	}
	
	.slider-caption-center.vmall-slider-caption p{
		margin-top: 0
	}

	
	.dpage-top-price{
		text-align: left;
	}
	

	.dis-header .sharing a{
		width: 100px;
	}
	
	.detail-listing-wrap li span.detail-header, .detail-listing-wrap li span.detail-contents{
		font-size: 12px;
	}
	
	.container, #header.full-header .container, .container-fullwidth {
		width: 100% !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	.clients-wrap li{
		width: 25%;
		padding: 0 10px;
	}
	
	.seller-header-contact{
		position: relative;
		top: 0%;
		left: 0;
		z-index: 5;
		padding: 0 2rem;
		margin-bottom: 20px;
	}
	
	.seller-header-wechat{
		position: relative;
		top: 0%;
		right: 0;
		z-index: 5;
		padding: 0 2rem;
		margin-bottom: 40px;
	}
	
	.blog-50-img{
		width: 49.5%;
	}
	
	.mobile-title{
		margin-top: 10px !important;
		text-align: center !important
	}
	
	.mobile-title:after{
		margin-left: auto;
		margin-right: auto;
	}
	
	.mobile-center-text{
		text-align: center;
	}
	
	.page-title-dark.vmall-header-section{
		margin-top: 0
	}

	.product-main-img, .product-main-img img{
		width: 100%;
		max-height: 513px;
	}

	
	/*.flex-control-nav.flex-control-thumbs li, .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li{
		width: 24.3% !important;
		height: auto !important
			
	}

	.flex-control-nav.flex-control-thumbs li img, .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li img{
		width: 100% !important;
	}*/
	
	.pro-list-item img{
		max-height: 194px;
	}
	
	.detail-product .owl-item{
		height: 100px;
	}

	.detail-product .oc-item, .detail-product .oc-item img{
		height: 100%;
	}


}

@media (min-width:320px) and (max-width: 480px){
	.pro-list-item img{
		max-height: 290px;
	}
	
	.detail-product .owl-item{
		height: 100px !important;
	}

}



@media (width: 600px){
	.swiper_wrapper:not(.force-full-screen), .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
		min-height: 520px !important;
	}
	
	.mobile-title{
		margin-top: 10px !important;
		text-align: center !important
	}
	
	.mobile-title:after{
		margin-left: auto;
		margin-right: auto;
	}
	
	.mobile-center-text{
		text-align: center;
	}
	
	
	.page-title-dark.vmall-header-section{
		margin-top: 0
	}
	
	.pro-list-item img{
		max-height: 337px;
	}
	
	.detail-product .owl-item{
		height: 104px !important;
	}

	
}

@media (width: 800px){
	.slider-caption-center.vmall-slider-caption{
		margin-top: 40%;
	}
	
	.mobile-title{
		margin-top: 10px !important;
		text-align: center !important
	}
	
	.mobile-title:after{
		margin-left: auto;
		margin-right: auto;
	}
	
	.mobile-center-text{
		text-align: center;
	}
	
	
	.page-title-dark.vmall-header-section{
		margin-top: 0
	}
	
	.pro-list-item img{
		max-height: 241px !important;
	}
	
}

@media (max-width: 991.98px){
	#header.dark.transparent-header, #header.dark.semi-transparent {
		background-color: #030304;
		border-bottom: 1px solid rgba(223,175,47,1);
	}
	
	.vmall-menu ul.left-menu, .vmall-menu ul.right-menu{
		width: 100% !important;
	}
	
	.vmall-menu ul.left-menu li, .vmall-menu ul.right-menu li{
		width: 100% !important;
		padding-left: 25px !important;
		padding-right:25px !important;
	}
	
	.copyright-right{
		margin-top: 20px !important;
		display: inherit !important;
		text-align: center !important

	}
	
	.page-title-dark.vmall-header-section .title-image img{
	}

	.inner-header-text{
		padding:0 !important;
		line-height: 22px !important
	}
	
	.inner-header-text{
		padding: 0 0 0 0;
	}


	.seller-header-container{
		padding: 0px 0 0 0;
	}
	
	
	.page-title-dark.vmall-header-section{
		margin-top: 0
	}
	
	
	.pro-list-item img{
		max-height: 225px;
	}

	.detail-product .owl-item{
		height: 147px;
	}
	
}

@media (width: 1024px){
	.vmall-menu ul.left-menu li a, .vmall-menu ul.right-menu li a{
		padding: 39px 5px !important;
	}
	
	.pro-list-item img{
		max-height: 204px;
	}
	
	.detail-product .owl-item{
		height: 196px;
	}
}

@media (width: 1366px){
	.slider-caption-center.vmall-slider-caption{
		margin-top: 13%;
	}
	
	.slider-caption-center.vmall-slider-caption p{
		margin-top: 0
	}
	
	.pro-list-item img{
		max-height: 280px;
	}
}

@media (width: 1280px){
	
	.pro-list-item img{
		max-height: 195px;
	}
	
}

@media (min-width: 1280px){
	.width-for-filter {
		padding-left: 164px;
		padding-right: 164px;
	}
	
	/*.flex-control-nav.flex-control-thumbs li{
		width: 24.8% !important;
	}

	.flex-control-nav.flex-control-thumbs li img{
		width: 100% !important;
	}*/

}