@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;600;700&display=swap');

:root {
  --main-color:#183A53;
  --secondary-color:#D1A58A;
  --custom-btn:#DCDBD8;
  --red-color:#bd2130;
  --border-color:#d3d3d3;
  --bg-color:#fff;
  --secondary-bg-color:#E5E5E5;
  --third-bg-color:#eeeeee;
  --green-color:#057B44;
  --light-green:#C4E9CF;
  --green-secondary:#63C266;
  --yellow-primary:#FBB040;
  --secondary-text:#444444;
  --hover-bg-color:#DCDCDC;
  --light-gray:#f3f3f3;
  --red-border: rgb(233 35 42 / 30%);
  --box-bg:#F8F7F5;
  --white-bg:#fff;
  --black-bg:#242424;
  --gray-bg:#4E4E4E;
  --border-line:#989898;
  --border-btn:#707070;
  --footer-text-link:#9F9F9F;
  --footer-text-bottom:#D8D8D8;
  --footer-text-para:#6D6D6D;
  --lightgray:#707070;
  --icon-gray:#E2E2E2;
  --icon-secondary-color:#ECECEC;
  --light-blue:#E8F4FF;
  --dark-blue:#6BAADC;
  --gray-light:#F7F6F4;
  --alert-color: #856404;
  --alert-background: #fff3cd;
  --alert-border: #ffeeba;
  --bg-lightgray: #f7f7f9;
  --dark-gray:#D1D1D1;
  --dark-text:#1A1A1A;

}

body {
  background: var(--bg-color);
  color: var(--text-main-color) !important;
  font-family: 'Josefin Sans','Helvetica Neue','Arial','sans-serif' !important;
  overflow-x: hidden;

}
h6{
	font-size: 18px;
}
.upper-alertbox h5{
	padding: 15px !important;
}
.fullwidth-row{
  max-width: 100%;
  width: 100%;
margin-right: 0px;
margin-left: 0px;
}
.fullwidth-col{
  padding-right: 0px;
  padding-left: 0px;
}
.flex-display{
  display: flex;
}
.center-justify{
  justify-content: center;
}
.full-tab {
    width: 100% !important;
}
.processing {
    display: inline-block;
    width: 0.7rem;
    height: 0.7rem;
    font-size: 5px !important;
    margin-right: 10px;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}
.spinner-margin-right{
  margin-right: 15px;
}
.spinner-margin-left{
  margin-right: 15px;
}
.padding-right-0{
  padding-right: 0px;
}
.plusminus-height{
  height: 40px;
}
.padding-left-0{
  padding-left: 0px;
}
.right{
  text-align: right;
}
.center,
.center-text{
  text-align:center;
}
.fit-object{
	object-fit: cover;
}
.display-block{
  display: block;
}
.hide{
  display: none !important;
}
.align-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.wrap-img .thumb:before {display:none !important;}
.html5gallery-elem-0 {
    overflow: hidden;
    padding: 4px;
    -moz-box-shadow: none
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0,0,0,.1);
}
.html5gallery-title-text-0 {
    font-size: 16px !important;
    font-family: 'Josefin Sans','Helvetica Neue','Arial','sans-serif' !important;
}
.weight-normal{
  font-weight: normal;
}

.bold{
  font-weight: bold;
}
.smltext{
  font-size: 12px;
}
.container-fluid{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid-wide{
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
.container {
  max-width: 1170px !important;
}
.align-middle {
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
  vertical-align: middle !important;
}

.display-content{
  display: contents;
}
.disable-click{
	pointer-events: none;
}
.fullimg img{
  width: 100%;
}
.btn{
  line-height: 1.5 !important;
  padding: .375rem .75rem !important;
  text-transform: uppercase;
}
.btn.btn-custom{
border:0px solid var(--border-btn);
padding: 10px 25px !important;
border-radius: 2px;
font-size: 12px;
background:var(--custom-btn);
color: var(--main-color);
font-family: 'Josefin Sans';
font-weight: 600;

}
.btn.btn-custom:hover{
  border:0px solid var(--border-btn);
  color: var(--custom-btn);
  background: var(--main-color);
  }
  .btn.btn-back{
  	border:1px solid var(--border-color);
  	padding: 10px 25px !important;
  	border-radius: 2px;
  	font-size: 12px;
  	background:var(--white-bg);
  	color: var(--main-color);
  	font-weight: 800;
  	box-shadow:none;
  	margin-left: 15px !important;
  }
  .btn.btn-default{
	border:1px solid var(--border-color);
	padding: 10px 25px !important;
	border-radius: 2px;
	font-size: 12px;
	background:var(--white-bg);
	color: var(--main-color);
	font-weight: 800;
  }
  .btn.btn-default:hover{
	border:1px solid var(--border-btn);
	color:var(--custom-btn);
	background: var(--main-color);
  }
  .btn.btn-secondary{
	border:1px solid var(--secondary-color);
	padding: 10px 25px !important;
	border-radius: 2px;
	font-size: 12px;
	background:var(--secondary-color);
	color: var(--white-bg);
	font-weight: 800;
  }
  .btn.btn-secondary:hover{
	border:1px solid var(--main-color);
	color:var(--white-bg);
	background: var(--main-color);
  }
  .btn.btn-green-long {
    border: 1px solid var(--green-secondary);
	border-radius: 0px;
    padding: 7px 20px !important;
    background-color: var(--green-secondary);
    color: var(--white-bg);
    font-size: 16px;
    width: 100%;
}
.btn.btn-green {
    border: 0px solid var(--green-secondary);
    padding: 10px 25px !important;
    border-radius: 2px;
    font-size: 12px;
    background: var(--green-secondary);
    color: var(--white-bg);
    font-family: 'Josefin Sans';
font-weight: 600;
}
.btn.btn-green:hover{
	border:0px solid var(--border-btn);
	background:var(--custom-btn);
	color: var(--main-color);
  }
  .btn.btn-green:focus{
	  outline: none;
	  box-shadow: 0 0 0 0 rgb(0 123 255 / 25%);
  }
.rightbtn-exhibition{
  	float: right;
    margin-top: -30px;
}
.content-box-title.content-exhibition hr{
	margin-top: 15px;
}
.white-bg{
  background-color: var(--white-bg);
}
.black-bg{
  background-color: var(--black-bg);
}
.gray-bg{
  background-color: var(--gray-bg);
}
.red-mark{
color: var(--red-color);
}
.err-size{
	font-size: 1rem;
}
.a-mb-0{
	margin-bottom: 0 !important;
}

@media (min-width: 768px) {
.only-mob{
  display: none;
}
}

@media (max-width: 768px) {
  .only-mob{
    display: block;
  }
  .container-fluid {
    padding-right: 5px;
    padding-left: 5px;
}
.content-box-title.content-exhibition hr {
    margin-top: 50px !important;
}
.rightbtn-exhibition {
    float: left;
    margin-top: 0px;
}
}
@media screen and (max-width: 1366px) and (min-width: 992px) {

}
@media screen and (max-width: 991px) and (min-width: 769px) {

}


/*----------header menu-------*/

.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 10px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img,
.start-header.scroll-on .navbar-brand svg{
/*	height: 32px;
	width: 225px;*/
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img,
.navbar-brand svg{
	height: 50px;
  /*width:225px;*/
	display: block;
  filter: none;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}

.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #777 !important;
	font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
	color: #000 !important;
}
.nav-item.active .nav-link{
	color: #212121 !important;
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #D1A58A;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}
.blog-left-margin{
  margin-left: -50px;
}

.bg-light {
	background-color: #fff !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
	width: 100%;
	display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
  margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.navbar-nav.main-menu .nav-item.show .dropdown-menu{
	right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
	padding-top: 10px !important;
    border: none;
}
.dropdown-menu {
	padding: 0px!important;
	margin: 0;
	font-size: 15px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fff;
	border: 1px solid #f9f9f9;
	border-radius: 3px;
	/*box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;*/
}
.dropdown-menu-cart.dropdown-menu{
	border: 0px solid #f9f9f9;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 10px 15px;
	color: #1A1A1A;
	border-radius: 1px;
    transition: all 200ms linear;
    text-align: center;
    border-bottom: 1px solid var(--border-color);
}
.dropdown-item:last-child{
  border-bottom: 0px solid var(--border-color);
}
.dropdown-item:hover,
.dropdown-item:focus {
	color: #000;
	background-color: #D1A58A;
  font-weight: bold;
}
.ul-header-icon .nav-item:hover:after{
	opacity: 0;
}
.dropdown-tab .nav-tabs .nav-item{
width: 50%;
}
.dropdown-tab .nav-tabs .nav-item.nav-link{
	background:var(--main-color);
	color: #fff !important;
	text-align: center;
	border: 0px;
    border-radius: 0px;
	}
.dropdown-tab .nav-tabs .nav-item.nav-link.active{
background:var(--secondary-color);
}
.dropdown-tab .nav-tabs .nav-item.nav-link.active::after{
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 8px 8px 8px;
    border-color: transparent transparent #fff transparent;
    opacity: 1;
    left: 47%;
	bottom: 0px;
}
.tab-content.dropdown-outerdiv{
border-top:0px;
}
.tab-pane-btn-div{
    padding: 10px;
}
.tab-pane-btn-div .btn{
width: 100%;
margin-bottom: 10px;
}
.normal-link{
	color: var(--secondary-color) !important;
}
.normal-a-link{
	text-align: center;
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link{
  font-size: 20px;
}
}

@media (max-width: 767px) {

	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	.navbar-nav .nav-item .dropdown-menu.show .dropdown-item{
     text-align: left;
	}
	.ul-header-icon{
	    width: 100%;
    display: -webkit-inline-box;
	background: var(--secondary-color);
    margin-left: -15px !important;
	display: none;
	}
	.ul-header-icon li{
		width: 20%;
		display: block;
	}
	.ul-header-icon .nav-item::before{
content: none;
	}
	.cart-mob-ul{
		padding-left: 0px;
		list-style-type: none;
		margin-bottom: 0px;
	}
	.cart-mob-ul .nav-item::before,
	.cart-mob-ul .dropdown-toggle::after{
content: none;
	}
	.navbar-brand img{
		height: 43px;
		margin-left: 10px;
	}
	.navbar-brand img, .navbar-brand svg {
		height: 43px;
		width: 225px;
		margin-left: 20px;
	}
}

.logo {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	z-index: 100;
	transition: all 250ms linear;
}
.logo img {
	height: 26px;
	width: auto;
	display: block;
  filter: brightness(10%);
	transition: all 250ms linear;
}
.menuicons{
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.menuicons.hart{
  background-position: -12px -8px;
}
.menuicons.hart:hover{
  background-position: -10px -40px;
}
.menuicons.user{
  background-position: -53px -8px;
}
.menuicons.user:hover{
  background-position: -53px -41px;
}
.menuicons.cart{
  background-position: -89px -9px;
}
.menuicons.cart:hover{
  background-position: -89px -41px;
}
.menuicons.search{
  background-position: -125px -9px;
}
.menuicons.search:hover{
  background-position: -125px -41px;
}

/*--------dropdown items------*/
.dropdown-menu-cart.dropdown-menu{
  letter-spacing: 0px;
}
.dropdown-item img{
width: 100%;
}
.dropdown-menu-cart{
  width:325px;
}
.dropdown-item-info h6,
.dropdown-item-info p
{
text-align: left;
margin-bottom: 0px;
}
.dropdown-item-info h6{
	font-size: 16px;
}
.dropdown-item-info p{
	font-size: 14px;
}
.dropdown-item-info p{
  color:var(--light-gray-text);
}
.dropdown-item-info{
  white-space: initial;
}
.dropdown-item i,
.dropdown-item svg{
font-size: 14px;
color: var(--main-color);
}
.dropdown-item .row [class^=col-]{
  padding-right: 5px;
  padding-left: 5px;
}
.dropdown-outerdiv{
  border: 1px solid rgba(24, 58, 83, 0.3);
  background: #fff;
  max-height: 250px;
    overflow-x: auto;
}
.dropdown-outerdiv-2{
	border: 1px solid rgba(24, 58, 83, 0.3);
	border-top: 0px;
	max-height: 250px;
    overflow-x: auto;
}
.dropdown-outerdiv-2 .nav-link{
	width: 100%;
    padding: 0px 15px 15px 15px !important;
}
.dropdown-outerdiv .nav-link{
  width: 100%;
  padding: 10px !important;
}
.bordrnone{
  background: var(--main-color);
  padding: 15px;
}
.bordrnone-2{
	background: var(--white-bg);
	padding: 15px;
	border: 1px solid rgba(24, 58, 83, 0.3);
	border-bottom: 0px;
  }
  .bordrnone-2 .form-control{
background-color:var(--secondary-bg-color);
border-radius: 99px;
  }
.bordrnone h5{
  color: #fff;
    font-size: 18px;
}
/*-----end of dropdown items----*/

.upper-alertbox{
	margin-top:80px;
	background: var(--main-color);
}
.bottom-alertbox{
	background: var(--third-bg-color);
}
.upper-alertbox h5,
.bottom-alertbox h5{
    text-align: center;
    font-size: 15px;
    margin-bottom: 0px;
    padding: 10px;
	text-transform: uppercase;
}
.upper-alertbox h5{
	color: var(--secondary-color);
}
.bottom-alertbox h5{
	color: var(--main-color);
}
.banner-box img{
width: 100%;
}
.message-box{
	padding: 35px 50px;
}
.message-box.blog-box{
	padding: 35px 50px 0px 50px;
}
.message-box h4{
	text-transform: uppercase;
	Josefin Sans
text-align: center;
padding: 15px;
}
.image-title-box img{
width: 100%;
transition: 0.3s ease all;
}
.image-title-box:hover img {
    opacity: 0.5;
    transform: scale(1.1);
}
.content-box{
	padding: 35px 0px;
}
.content-box-title{
	text-transform: uppercase;
}
.content-box-title h4{
margin-bottom: 0px;
Josefin Sans
}
.content-box-title hr{
    margin-top: 5px;
}
.image-title-box{
	position: relative;
    height: auto;
    overflow: hidden;
}
.image-title-box .title{
	bottom: 30px;
    position: relative;
    background: var(--secondary-color);
	color: #fff;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
}
.image-title-box .title {
	font-size: 14px;
	margin-bottom: 0px;
}
.image-title-box .title a {
	color: #fff;
}
.image-title-box .title a:hover{
	text-decoration: none;
	color: var(--main-color);
}
@media (max-width: 767px) {
.upper-alertbox h5, .bottom-alertbox h5{
	font-size: 12px;
}
.message-box{
	padding: 25px 15px;
}
.content-box {
    padding: 25px 0px;
}
}
/*--------end of header menu------*/


/*------slider-content------*/

.slider-content .slick-prev.slick-arrow{
	display: block;
    bottom: 100%;
    position: absolute;
    float: right;
    text-align: right;
    height: 30px;
    right: 35px;
	margin-bottom: 15px;
}
.slider-content .slick-next.slick-arrow{
	display: block;
    bottom: 100%;
    position: absolute;
    float: right;
    text-align: right;
    height: 30px;
    right: 0px;
	margin-bottom: 15px;
}
.slick-prev.slick-arrow{
	background-image: url(../img/arrow-left.png);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	font-size: 0;
	outline: none;
}
.slick-prev.slick-arrow:hover{
	background-image: url(../img/arrow-left-secondary.png);
}
.slick-next.slick-arrow{
	background-image: url(../img/arrow-right.png);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	font-size: 0;
	outline: none;
}
.slick-next.slick-arrow:hover{
	background-image: url(../img/arrow-right-secondary.png);
}
.secondary-title hr{
	margin-top: 5px;
    margin-bottom: 15px;
}
.secondary-title h4{
	display: contents;
	text-transform: uppercase;
	font-family: 'Josefin Sans';
font-weight: 700;
}
.viewall-btn{
	right: 0%;
    position: absolute;
    float: right;
    right: 100px;
	color: var(--main-color);
	font-family: 'Josefin Sans';
font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 5px;
}
.viewall-btn:hover{
	text-decoration: none;
	color: var(--secondary-color);
}
.product-box{
padding: 15px;
}
.product-img{
	position: relative;
    height: auto;
    overflow: hidden;
}
.product-img-box{

}
.product-img img{
    transition: 0.3s ease all;
    height: 300px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
}
.product-img:hover img{
	opacity: 0.5;
    transform: scale(1.05);
}
.product-box .title{
	color: #000;
    font-weight: bold;
    text-decoration: none;
	font-family: 'Josefin Sans';
font-weight: 600;
}
.product-box-info{
background: var(--light-gray);
padding: 15px;
}
.product-box p{
	font-size: 14px;
	margin-bottom: 5px;
}
.product-box-info h5{
	font-size: 16px;
	margin-bottom: 0px;
	color: var(--lightgray);
}
.price-tag h4{
	font-size: 16px;
    font-weight: bold;
	text-align: right;
	margin-bottom: 0px;
	margin-top: 4px;
}

.SlickCarousel-blog .product-box {
    padding: 15px 15px 0px 15px;
}
.SlickCarousel-blog .product-box .product-img img {
    height: 225px;
}
@media (max-width: 767px) {
.secondary-title h4{
	display: block;
    font-size: 14px;
    margin-bottom: 15px;
}
.viewall-btn{
	margin-top: -1px;
}
.secondary-title hr {
    margin-top: 40px;
}
.slider-content{
	margin-top: 3px;
}
.product-img img{
	height: auto !important;
}
}
/*------slider-content------*/

/*----star rating------*/
.star-rating {
	direction: rtl;
	display: inline-block;
	padding: 0px;
  }

  .star-rating input[type=radio] {
	display: none
  }

  .star-rating label {
	color: var(--border-color);
	font-size: 14px;
	padding: 0;
	cursor: context-menu;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
  }
  .star-rating label.default {
	color: var(--yellow-primary);
  }

  .start-on{
	color: var(--yellow-primary);
  }

  .star-rating label.rate:hover,
  .star-rating label.rate:hover ~ label{
	color: var(--yellow-primary);
	cursor: context-menu;
  }

  .star-rating input[type=radio]:checked ~ label {
	color: var(--yellow-primary);
	cursor: context-menu;
  }
  .veticle-ul .star-rating{
	padding: 0px;
  }
  .veticle-ul .star-rating label{
	margin-bottom: 0px;
  }
/*----end of star rating------*/

/*-----comment section------*/
.comment-section{
	background: var(--light-gray);
	padding: 35px 0px;
}
.comment-box{
	text-align: center;
	padding: 15px 35px;
}
.comment-box h5{
	font-size: 16px;
	color: var(--border-btn);
	padding: 25px 0px;
    margin-bottom: 0px;
}
.comment-box h4{
	font-size: 16px;
	text-transform: uppercase;
	color: var(--main-color);
	font-family: 'Josefin Sans';
font-weight: 600;

}
/*-----comment box------*/

/*---blog section---*/
.email-box-outer{
	background: var(--main-color);
	text-align: center;
	padding: 25px;
}
.email-box h4{
color: #fff;
font-family: 'Josefin Sans';
font-weight: 700;
margin-bottom: 20px;
}
.email-box p{
	color: #fff;
	line-height: 1.2;
}
.email-box .btn.btn-custom{
	border: 2px solid var(--custom-btn);
	padding: 8px 25px !important;
}
.email-box .form-control{
text-align: center;
font-size: 14px;
border: 0px;
border-radius: 0px;
}
.email-box .btn.btn-custom:hover {
    border: 2px solid var(--border-btn);
}
.blo-box-info{
	margin-top: -30px;
    position: absolute;
	padding: 0px 15px;

}
.blo-box-info a.title{
	color: #fff;
}
.blog-section{
	margin: 35px 0px 15px 0px;
}
/*--end of blog section---*/

/*----footer-----*/
footer{
	background: var(--third-bg-color);
}
.footerheader{
	padding: 35px 65px;
}
.footerheader h6{
	font-size: 18px;
	text-align: center;
	color: var(--lightgray);
}
.social-links{
	text-align: center;
}
.circle-icons-ul {
    padding-left: 0px;
    list-style-type: none;
}
.circle-icons-ul li {
    display: inline-block;
	padding: 0px 7px;
}
.circle-icons {
    border-radius: 50%;
    background: var(--main-color);
    width: 35px;
    height: 35px;
    display: inline-block;
}
.circle-icons:hover{
	background: var(--secondary-color);
}
.circle-icons i,
 .circle-icons svg {
	 color: #fff;
 }
.circle-icons.facebook i,
 .circle-icons.facebook svg {
    margin: 0px 0px -6px 0px;
}
.circle-icons.instagram i,
.circle-icons.instagram svg {
    margin: 0px 0px -6px 0px;
}
.circle-icons.twitter i,
 .circle-icons.twitter svg {
    margin: 0px 0px -7px 0px;
}
.circle-icons.youtube i,
 .circle-icons.youtube svg {
    margin: 0px 0px -7px 0px;
}
.footer-info{
	padding: 15px 0px;
}
.footer-info h6{
	color: var(--main-color);
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Josefin Sans';
font-weight: 600;
}
.footer-left{
text-align: left;
border-right: 1px solid var(--secondary-color);
}
.footer-center{
	text-align: center;
	border-right: 1px solid var(--secondary-color);
}
.footer-right{
	text-align: right;
}
.footerlink-ul{
	padding-left: 0px;
    list-style-type: none;
}
.footerlink-ul li{
text-align: left;
}
.footerlink-ul li a{
	color: var(--lightgray);
	line-height: 2;
}
.footer-center .footerlink-ul:first-child{
	padding-left: 45px;
}
.footer-right p{
	color: var(--lightgray);
	margin-bottom: 0px;
}
.footer-right-info{
    margin-bottom: 15px;
}
.footerbottom{
	background: var(--dark-gray);
}
.footerbottom p{
	color: rgba(26, 26, 26, 0.45);
    margin-bottom: 0px;
    font-size: 15px;
    padding: 10px;
    text-align: center;
}
@media (max-width: 767px) {
.footer-center,
.footer-right{
text-align: left;
}
.footer-center .footerlink-ul:first-child {
    padding-left: 0px;
}
.footer-left,
.footer-center{
	border-right:0px solid var(--secondary-color);
	}
}
/*---end of footer----*/


/*------model------*/
.modal-content{
	border: 0px solid rgba(0,0,0,.2);
    border-radius: 0rem;
}
.modal-header{
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
[v-cloak] { display:none; }
.modal-dialog .modal-header{
background: var(--secondary-color);
}
.modal-dialog .modal-header .close span{
color: #fff;
}
.modal-dialog .modal-title{
    position: absolute;
    width: 94%;
	text-align: center;
	color: #fff;
    font-weight: bold;
}
.footer-modal{
    padding: 0px 35px 25px 35px;
}
.footer-modal .normal-link{
	float: right;
}
.modal-body{
	text-align: left;
	padding: 35px 35px 0px 35px;
}
.modal-body h4{
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}
.modal-body h5{
	font-size: 16px;
}
.form-box{
	padding: 15px 0px;
}
/*---end of model---*/

/*----captcha-----*/
.captcha {
	background-color:#f9f9f9;
	border:0px solid #d3d3d3;
	border-radius:5px;
	color:#4c4a4b;
	display:flex;
	/*justify-content:center;*/
	align-items:center;
}

@media screen and (max-width: 768px) {
	.captcha {
		flex-direction:column;
    margin-bottom: 15px;
	}
	.text {
		margin:.5em!important;
		text-align:center;
	}
	.logo {
		align-self: center!important;
	}
	.spinner {
		margin:2em .5em .5em .5em!important;
	}
}

.text {
	font-size:12px;
	font-weight:500;
	margin-right:1em;
}
.spinner {
	position:relative;
	width:2em;
	height:2em;
	display:flex;
	margin:2em 1em;
	align-items:center;
	justify-content:center;
}
.captcha input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  }
input[type="checkbox"]+.checkmark {
	display:inline-block;
	width:2em;
	height:2em;
	background-color:#fcfcfc;
	border:2.5px solid #c3c3c3;
	border-radius:3px;
	display:flex;
	justify-content:center;
	align-items:center;
	cursor: pointer;
}
input[type="checkbox"]+.checkmark span {
	content:'';
	position:relative;/*
	position:absolute;
	border-bottom:3px solid;
	border-right:3px solid;
	border-color:#029f56;*/
	margin-top:-3px;
	transform:rotate(45deg);
	width:.75em;
	height:1.2em;
	opacity:0;
}
input[type="checkbox"]+.checkmark>span:after {
	content:'';
	position:absolute;
	display:block;
	height:3px;
	bottom:0;left:0;
	background-color:#029f56;
}
input[type="checkbox"]+.checkmark>span:before {
	content:'';
	position:absolute;
	display:block;
	width:3px;
	bottom:0;right:0;
	background-color:#029f56;
}
input[type="checkbox"]:checked+.checkmark {
	animation:2s spin forwards;
}
input[type="checkbox"]:checked+.checkmark>span {
	animation:1s fadein 1.9s forwards;
}
input[type="checkbox"]:checked+.checkmark>span:after {animation:.3s bottomslide 2s forwards;}
input[type="checkbox"]:checked+.checkmark>span:before {animation:.5s rightslide 2.2s forwards;}
@keyframes fadein {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes bottomslide {
	0% {width:0;}
	100% {width:100%;}
}
@keyframes rightslide {
	0% {height:0;}
	100% {height:100%;}
}
.logocaptcha {
	display:flex;
	flex-direction:column;
	align-items:center;
	height:100%;
	align-self:flex-end;
	margin:0.5em 1em;
}
.logocaptcha img {
	height:2em;
	width:2em;
}
.logocaptcha p {
	color:#9d9ba7;
	margin:0;
	font-size:12px;
	font-weight:700;
	margin:.4em 0 .2em 0;
}
.logocaptcha small {
	color:#9d9ba7;
	margin:0;
	font-size:.8em;
}
@keyframes spin {
	10% {
		width:0;
		height:0;
		border-width:6px;
	}
	30% {
		width:0;
		height:0;
		border-radius:50%;
		border-width:1em;
		transform: rotate(0deg);
		border-color:rgb(199,218,245);
	}
	50% {
		width:2em;
		height:2em;
		border-radius:50%;
		border-width:4px;
		border-color:rgb(199,218,245);
		border-right-color:rgb(89,152,239);
	}
	70% {
		border-width:4px;
		border-color:rgb(199,218,245);
		border-right-color:rgb(89,152,239);
	}
	90% {
		border-width:4px;
	}
	100% {
		width:2em;
		height:2em;
		border-radius:50%;
		transform: rotate(720deg);
		border-color:transparent;
	}
}
::selection {
	background-color:transparent;
	color:teal;
}
::-moz-selection {
	background-color:transparent;
	color:teal;
}
/*---end of captcha----*/


/*-----shop-----*/
.product-list .row .col-md-3{
	padding-right: 5px;
    padding-left: 5px;
}
.product-list .product-box-info .row .col-9{
	padding-right: 8px;
    padding-left: 8px;
}
.product-list .product-box {
    padding: 15px 0px;
}
.product-img img{
	height: 215px;
}
.product-list .product-box .title{
	font-size: 14px;
}
.product-list .star-rating label{
    font-size: 12px;
}
.product-list .price-tag h4 {
    font-size: 14px;
}
/*----filter-panel---*/
.filter-panel{
	background: var(--light-gray);
	padding: 15px;
}
.filter-panel .form-control{
    font-size: 12px;
}
.filter-sec .accordion-group{
	border-bottom: 1px solid var(--custom-btn);
	padding: 8px 0px;
}
.filter-sec a.accordion-toggle{
	color:var(--main-color);
	font-family: 'Josefin Sans';
font-weight: 600;
	font-size: 18px;
  }
  .filter-sec a.accordion-toggle:hover{
	text-decoration: none;
	color:var(--secondary-color);
  }
  .filter-sec .accordion-toggle.collapsed:after {
	content: "+";
  }
  .filter-sec .accordion-toggle:after {
	content: "-";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	float: right;
  }
  .dekstop-filter-title{
	  padding: 15px 0px;
  }
  .filter-sec .accordion-heading{
	padding: 5px 0px;
  }
  .filter-sec .form-check-label{
	font-size: 14px;
  }
  .tag-ul {
    padding-left: 0px;
    list-style-type: none;
}
.tag-ul li {
    display: inline-block;
    padding-bottom: 3px;
}
.tag-ul li a {
    background-color: var(--secondary-color);
    color: var(--white-bg);
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 10px;
}
.tag-ul li a:hover {
    text-decoration: none;
	background-color: var(--main-color);
}
.tag-selected{
	background-color: var(--main-color) !important;
}
/*---price range---*/
.price-slider{
	margin-top: 15px;
  }
  .price-slider .custom-slider {
	height: 5px ;
  }
  .price-slider .custom-handle {
	background: #fff ;
	border-color: var(--secondary-color);
	border-radius: 10px;
	height: 20px ;
	width: 20px ;
	top: -0.6em ;
	box-shadow: 0px 0px 3px var(--secondary-color);
  }
  .price-slider .custom-range {
	background: var(--secondary-color);
  }
  .price-slider button.apply {
	margin-top: 6px;
	width: 100%;
	padding: 2px !important;
	text-transform: capitalize;
	color: var(--secondary-color);
	border-color: var(--secondary-color);
  }
  .price-slider .ui-widget.ui-widget-content,
  .price-slider .ui-state-default,
   .price-slider .ui-widget-content .ui-state-default {
	border: 1px solid var(--secondary-color);
  }
  .price-slider .price-tag {
    margin-top: 20px;
	text-align: center;
}
.price-slider .price-tag input{
	text-align: center;
}
.resetbtn{
	margin-top: 15px;
}
  /*-----end of price range-----*/
/*--end of filter-panel---*/

/*---end of shop----*/

/*----explore-----*/
.video-box h4{
text-transform: uppercase;
font-family: 'Josefin Sans';
font-weight: 700;
}
.video-box h6{
	color: var(--lightgray);
}
.video-info{
	display: block;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    bottom: 25%;
    padding-right: 15px;
}

@media screen and (max-width: 768px) {
.video-info{
	position: relative;
	bottom: 20%;
}
}
/*----end of explore---*/

/*-------artists page--------*/

.artists-list .product-box-info{
text-align: center;
}
.artists-list .product-box {
    padding: 15px 0px;
}
.artists-list .product-img img{
	height: 250px;
	width: 100%;
}
.user-pic img{
	width: 100%;
	border-radius: 50%;
	transition: 0.3s ease all;
}
.user-pic:hover img {
    opacity: 0.5;
    transform: scale(1.05);
}
.user-info .social-links{
	text-align: left;
}
.user-info .circle-icons.facebook i,
.user-info .circle-icons.facebook svg {
    margin: 0px 0px -6px 13px;
}
.user-info .circle-icons.instagram i,
.user-info .circle-icons.instagram svg {
    margin: 0px 0px -6px 11px;
}
.user-info .circle-icons.twitter i,
.user-info .circle-icons.twitter svg {
    margin: 0px 0px -7px 11px;
}
.user-info .circle-icons.youtube i,
.user-info .circle-icons.youtube svg {
    margin: 0px 0px -7px 9px;
}
.user-info h4,
.user-info h6,
.user-info .social-links{
    margin-bottom: 20px;
}
.user-info h4{
	font-family: 'Josefin Sans';
font-weight: 600;
	font-size: 28px;
}
.user-info h6{
	color: var(--lightgray);
}
/*----end of artists page----*/

.center-box{
	text-align: center;
}
.center-box h4{
	text-transform: uppercase;
	font-family: 'Josefin Sans';
font-weight: 700;
}
.center-box img{
	width: 15%;
	padding: 25px 0px;
}
.center-box h6{
	padding: 15px 0px;
}

@media screen and (max-width: 768px) {
	.center-box img {
		width: 25%;
		padding: 25px 0px;
	}
}


/*-----blog-list-----*/

.blog-list a{
text-transform: uppercase;
}
.blog-list p{
	color: var(--secondary-color);
	margin-top: 3px;
}
.blog-list h6{
font-size: 18px;
color:var(--lightgray);
}
.Page-navigation{
	margin-top: 25px;
}
.page-link{
	color: var(--border-color);
	line-height: 1;
}
.page-link:hover{
	color: var(--main-color);
	background-color: #fff;
	border-color: var(--main-color);
}
.Page-navigation .pagination .page-item{
	padding: 5px;
}
.Page-navigation .pagination .page-item a{
	border-radius: .25rem;
}
/*----end of blog-list----*/

/*-----news-------*/
.news-box{
	padding: 15px;
}
.news-img img{
	width: 100%;
}
.news-box-info{
	background: var(--light-gray);
}
.news-img-box{
    padding-right: 0px;
}
.news-box-info{

}
.news-box-info .product-box-info .title{
	color: #000;
	font-family: 'Josefin Sans';
font-weight: 600;
    text-decoration: none;
	text-transform: uppercase;
}
.news-box-info .product-box-info p{
	font-size: 12px;
    margin-bottom: 5px;
}
.news-box-info .product-box-info{
	display: block;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    bottom: 25%;
}
.single-article{
	padding-bottom: 35px;
}
.single-article img{
	width: 100%;
}
.single-article-info h6{
	font-size: 18px;
	color: var(--lightgray);
}
.message-box.news-box{
    padding: 35px 50px 0px 50px;
}
.message-box h6{
	color: var(--lightgray);
	text-align: center;
}
.page-title-ul{
padding-left: 0px;
list-style-type: none;
}
.sales-count {
    position: absolute;
    border: 2px solid var(--light-gray);
    padding: 5px 10px;
    border-radius: 5px;
	margin-top: 10px;
    font-size: 14px;
}
.page-title-ul li h4{
	display: inline-block;
    width: 96%;
}
@media screen and (max-width: 768px) {
	.page-title-ul{
		text-align: center;
	}
	.sales-count {
		position: relative;
	}
	.news-img-box{
		padding-right: 15px;
	}
	.news-box-info {
		background: none;
	}
	.news-box-info .product-box-info {
		position: relative;
	}
	.message-box.news-box{
		padding: 25px 15px 0px 15px;
	}
}
/*---end of news----*/

/*---download----*/

.download-ul{
	padding-left: 0px;
    list-style-type: none;
	text-align: center;
}
.download-ul li{
    width: 33%;
    display: inline-block;
	padding: 10px;
}
.download-box{
	background: var(--light-gray);
	padding: 25px 15px;
}
.download-box h5{
	text-transform: uppercase;
	font-family: 'Josefin Sans';
font-weight: 600;

}
.download-box h6{
	font-size: 18px;
	padding: 10px 0px;
	color:var(--lightgray);
}

@media screen and (max-width: 768px) {
.download-ul li {
    width: 100%;
}
}

/*---end of download----*/

/*-----faq------*/
.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
  }
  .md-accordion .card .card-header svg{
	float: right;
  }
  .custom-accordion .card-header a h5 {
    color: #000;
    font-size: 18px;
}
.custom-accordion .card-header {
    background-color: transparent;
    border: 0px;
}
.custom-accordion .card {
    border: 0px;
    border-radius: 0px;
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
}
.custom-accordion .card-body h6 {
    color: var(--lightgray);
    font-size: 18px;
    font-weight: normal;
}
/*---end of faq---*/

/*---contact----*/
.contact-img-box img{
	width: 100%;
}
.contact-info h4{
text-transform: uppercase;
font-family: 'Josefin Sans';
font-weight: 700;
}
.contact-info h5{
	font-size: 24px;
    color: #000;
}
.contact-info h6{
color: var(--footer-text-para);
font-size: 18px;
}
.contact-form{
	margin-top: 15px;
}
.contact-img-box{
margin-bottom: 15px;
}
/*---end of contact---*/

/*------sales-----*/
.box-myaccout {
    border: 1px solid var(--hover-bg-color);
    padding: 2%;
    margin-bottom: 15px;
}
.product-ul,
.ul-varient {
    margin-left: 0px;
    padding-left: 0px;
    width: 100%;
}
.product-ul li,
.ul-varient li {
    list-style-type: none;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    border-style: none;
}
.ul-varient li{
    padding-right: 15px;
}
.ul-varient li p{
	color: var(--lightgray);
}
.product-desc {
    width: 40%;
}
.product-total,.product-final-total {
    width: 15%;
    text-align: right;
}
.product-total h4{
	color:var(--lightgray);
}
.product-total h4,.product-final-total h4{
	font-size: 18px;
}
.sales-list-img img{
	width: 100%;
}
.product-delete {
    width: 7%;
    text-align: right;
}
.product-view{
	width: 20%;
    text-align: right;
}
.product-desc h5{
	text-transform: uppercase;
	font-family: 'Josefin Sans';
font-weight: 700;
	font-size: 18px;
}
.status-processing{
	color:#029F21;
}
.red-mark{
	color:var(--red-color);
}
.product-delete i,
.product-delete svg{
color:var(--main-color);
}

@media screen and (max-width: 768px) {
.sales-list-img{
    margin-bottom: 15px;
}
.product-desc{
	text-align: center;
    width: 100%;
}
.product-total,
.product-view,
.product-final-total,
.product-delete{
	text-align: center;
    width: 100%;
}
.product-view{
	margin-bottom: 10px;
}
.ul-varient li {
    padding-right: 15px;
    text-align: center;
    width: 100%;
}
}

.sales-modal .modal-header .close{
	border-left: 2px solid #fff;
}
.sales-modal .modal-body h4{
	font-family: 'Josefin Sans';
font-weight: 700;
}
.lbl-processing{
    background: #029F21;
    font-size: 14px;
    border-radius: 99px;
    padding: 5px 15px;
    color: #fff;
}
.sales-modal .modal-body h6{
color: var(--lightgray);
}
.sales-modal .modal-body h5 {
    font-size: 18px;
	font-family: 'Josefin Sans';
font-weight: 700;
}
.info-box-group{
	margin-bottom: 15px;
}
.sales-tbl thead tr th{
	font-size: 18px;
	font-family: 'Josefin Sans';
font-weight: 700;
}
.sales-tbl tbody tr td h5{
	font-size: 18px !important;
	font-family: 'Josefin Sans' !important;
	color:var(--lightgray);
	margin-bottom: 0px;
}
.sales-tbl tbody tr td h6{
	color:#000 !important;
}
.sales-tbl thead{
	background: var(--footer-text-bottom);
}
.sales-tbl tbody tr{
	background: var(--light-gray);
	border-bottom: 10px solid #fff;
}
.ul-btns{
margin-left: 0px;
list-style-type: none;
text-align: center;
}
.ul-btns li{
display: inline;
}
.form-group label{
color:var(--footer-text-para);
}
.form-btn-box{
	margin-top: 15px;
}
@media screen and (max-width: 768px) {
.form-group {
    margin-bottom: 0px;
}
.form-control{
	margin-bottom: 5px;
}
}
/*---end of sales----*/

/*---checkout----*/
.title-myaccout-defualt {
    margin-bottom: 15px;
}
.title-myaccout-defualt span{
	color: var(--lightgray);
}
.cart-box-defualt-header {
    background-color: var(--main-color);
    color: #fff;
    padding: 15px 15px 15px 25px;
}
.cart-box-defualt-header h6 {
    margin-bottom: 0px;
	text-transform: uppercase;
	text-align: center;
}
.cart-box-defualt {
    background-color: #fff;
    border-bottom: 1px solid var(--border-color);
    padding: 15px 15px 15px 25px;
}
.cart-box{
	color: var(--lightgray);
}
.cart-box-defualt h6,
.cart-box-defualt p,
.cart-box-secondary h6,
.cart-box-secondary p{
    margin-bottom: 0px;
}
.cart-box-secondary {
    background-color: #fff;
    padding: 15px 15px 15px 25px;
}
.secondary-cartbox {
    padding: 0px 15px 0px 15px;
    background: var(--gray-light);
}
.cart-box-content-secondary {
    background: var(--light-gray);
    padding: 15px 15px 15px 25px;
}
.cart-box-content-secondary h5 {
    font-size: 18px;
    margin-bottom: 0px;
}
.cart-box-content-secondary h5 span,
 .cart-box-content-secondary h6 span {
    float: right;
}
.cart-box-content-secondary .form-check {
    margin-top: 5px;
}
.cart-box-content-secondary .form-check span {
    float: right;
}
.cart-box-content-footer {
    background: var(--light-gray);
    border-top: 1px solid var(--border-color);
    color: #000;
    padding: 15px 15px 15px 25px;
}
.cart-box-content-footer h4 {
    font-size: 21px;
}
.cart-box-content-footer label{
	color: var(--lightgray);
}
.cart-box-content-footer h4 span {
    float: right;
}
.cart-box-defualt,
.cart-box-secondary,
.cart-box-content-secondary,
.cart-box-content-footer{
	border-left: 1px solid var(--border-color);
	border-right: 1px solid var(--border-color);
}
.gray-box{
	background: var(--light-gray);
}
.gray-box,
.white-box{
	padding: 35px;
}
.gray-box h4,
.white-box h4{
	color: var(--main-color);
	text-transform: uppercase;
	font-size: 21px;
}
.commonbox {
    padding: 35px 20px;
    border: 1px solid var(--border-color);
    height: 100%;
	background: var(--light-gray);
}
.commonbox.whitebox{
	background: #fff;
}
.commonbox h4{
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.commonbox h5 {
    font-size: 18px;
    padding: 8px 0px 4px 0px;
	color: var(--lightgray);
}
.commonbox p {
    font-size: 18px;
    margin-bottom: 3px;
	color: var(--lightgray);
}
.commonbox h6 {
    font-size: 14px;
    padding: 20px 0px;
}
.commonbox h6 span {
    margin-right: 5px;
}
.commonbox h6 span i, .commonbox h6 span svg {
    color: var(--green-color);
}
.product-ul-btn{
	padding-left: 0px;
	list-style-type: none;
}
.product-ul-btn li{
	display: inline;
}
.commonbox .plus-icon {
    text-align: center;
}
.commonbox .plus-icon .plus-icon-a a {
    display: inline-block;
    margin-top: 25%;
}
.commonbox .plus-icon i, .commonbox .plus-icon svg {
    font-size: 100px;
    color: var(--icon-gray);
}
.commonbox .plus-icon i:hover, .commonbox .plus-icon svg:hover {
    color: var(--secondary-color);
}
@media (max-width: 767px){
.commonbox {
    height: auto;
   margin-bottom: 25px;
}
}
/*---end of checkout----*/

.sales-count.btn-right {
    position: absolute;
    border: 0px solid var(--light-gray);
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 14px;
    margin-left: -7%;
    width: 160px;
}


/*----change profile pic-----*/
.wrap-img{
	width:200px;
	margin:0 auto;
	text-align:center;
	overflow: hidden;
  }
  .wrap-img label[for=upload]{
	  position: relative;
	display: inline-block;
    border: 0px solid #ccc;
    color: #fff;
    font-weight: bold;
    background: var(--main-color);
    padding: 9px 13px;
    cursor: pointer;
    border-radius: 99px;
  }
  .wrap-img label[for=upload]:hover{
	background:var(--secondary-color);
  }
  .wrap-img label[for=upload] input{ display:none }
  .wrap-img .thumb{
    height: 200px;
    width: 200px;
    border-radius: 99px;
    overflow: hidden;
    margin: 40px 0px -23px 0px;
    cursor: move;
    z-index: 2222;

  }
  .wrap-img .thumb:before{
	content:"";
	display:block;
	position:absolute;
	width:96%;
	height:96%;
	border:3px dashed #eee;
	z-index:9;
	top:1%;
	left:1%;
	opacity:0;
	transition:all 0.2s;
	pointer-events:none
  }
  .wrap-img .thumb:hover::before{
	opacity:0.6
  }
  .wrap-img .thumb img{
	min-height:100%;
	max-height:51vh;
	width:100% !important;
	transition:all 0.4s;
  }
  .user-profile-title{
text-align: center;
text-transform: uppercase;
font-family: 'Josefin Sans';
font-weight: 700;
margin-top: 15px;
  }
/*---end of change profile pic---*/

/*----product slider-----*/
.slick-slide img {
    width: 100%;
}
.product-slider .slider-nav__item {
    padding: 5px;
}
.product-slider .slider-for__item img {
    width: 100%;
}
.product-slider .slick-arrow {
    top: 3%;
}
.product-slider .slick-next {
    right: 5px;
}
.product-slider .slick-arrow {
    top: 2%;
    height: 26px;
    width: 20px;
    margin-top: 0px;
    position: absolute;
    font-size: 0;
    cursor: pointer;
    background-color: transparent;
    border: none;
    background-image: url(../img/arrow-slider.png);
    background-repeat: no-repeat;
    background-position: center;
	z-index: 2;
}
.product-slider .slick-arrow:hover{
	background-image: url(../img/arrow-slider.png);
}
.product-slider .slick-prev.slick-arrow {
    right: 25px;
    transform: rotate(180deg);
    float: right;
    text-align: right;
}
.product-slider .slick-prev.slick-arrow:hover {
	transform: rotate(180deg);
}
/*----end of product slider-----*/

/*---plus minus----*/

.plusminus {
	display: inline-block;
	position: relative;
	font-size: 0;
	overflow: hidden;
	border-radius: 0px;
	width: 100px;
	height: 40px;
  }
  .plusminus button {
	display: block;
	width: 35px;
	height: 36px;
	position: absolute;
	margin: 0;
	padding: 0;
	background-color: #f9f9f9;
	color: #000;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	border: 1px solid #ddd;
	font-weight: bold;
  }
   /* .plusminus button:disabled {
  background: #999;
	color: #ccc;
	cursor: default;
  }*/
  .plusminus button:first-child {
	bottom:8px;
	outline: none;
  }
  .plusminus button:first-child:before {
	content: "-";
  }
  .plusminus button:first-child:focus {
	color: var(--main-color);
  }
  .plusminus button:last-child {
	top: 0;
  }
  .plusminus button:last-child:before {
	content: "+";
  }
  .plusminus button:last-child:focus {
	color: var(--main-color);
	outline: none;
  }
  .plusminus input[type="number"] {
	width: 35px;
	height: 36px;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	-moz-appearance: textfield;
	border: 1px solid #ddd;
	box-shadow: inset 0 0px 0px rgba(0,0,0,0.1);
  }
  .plusminus input[type="number"]:focus{
	border: 0px solid #ddd;
  }
  .plusminus input[type="number"]::-webkit-outer-spin-button, .plusminus input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
  }
  .plusminus.stacked {
	width: 100px;
	height: 88px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
  }
  .plusminus.stacked:after {
	width: 100%;
	bottom: 50%;
  }
  .plusminus.stacked button {
	float: none;
	top: auto;
	bottom: 52px;
  }
  .plusminus.stacked button:first-child {
	left: 0;
  }
  .plusminus.stacked button:last-child {
	right: 0;
  }
  .plusminus.stacked input[type="number"] {
	top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border: 1px solid #eee;
	width: 100%;
  }
  .plusminus.stacked input[type="number"]:after {
	width: 100%;
  }

  /*---end of plus minus----*/

  .veticle-ul {
    padding-left: 0px;
    list-style-type: none;
    width: 100%;
    margin-bottom: 0px;
    vertical-align: middle;
    display: inline-block;
}
.veticle-ul li {
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    display: inline-block;
}
.veticle-ul .plusminus{
	margin-top: 4px;
}
.light-box-a {
    font-size: 12px;
    background: var(--light-gray);
    color: var(--lightgray);
    padding: 5px 20px;
    border-radius: 99px;
}
.light-box-a:hover {
    text-decoration: none;
    background: var(--secondary-color);
    color: var(--lightgray);
}
.product-info h4{
	text-transform: uppercase;
	font-family: 'Josefin Sans';
font-weight: 700;
	margin-bottom: 0px;
}
.product-info p,.product-info h6{
	color: var(--lightgray);
}
.price-lbl{
margin-top: 10px;
}
.price-lbl h5{
	font-family: 'Josefin Sans';
font-weight: 600;
}
.product-info .veticle-ul{
    padding: 10px 0px;
}
@media (max-width: 767px){
 .veticle-ul li {
    margin-bottom: 10px;
}
}

/*----add product---*/
.preview-images-zone {
    width: 100%;
    border: 1px solid #ddd;
    min-height: 180px;
    /* display: flex; */
    padding: 5px 5px 0px 5px;
    position: relative;
    overflow:auto;
}
.preview-images-zone > .preview-image:first-child {
    height: 205px;
    width: 185px;
    position: relative;
    margin-right: 5px;
}
.preview-images-zone > .preview-image {
    height: 100px;
    width: 110px;
    position: relative;
    margin-right: 5px;
    float: left;
    margin-bottom: 5px;
}
.preview-images-zone > .preview-image > .image-zone {
    width: 100%;
    height: 100%;
}
.preview-images-zone > .preview-image > .image-zone > img {
    width: 100%;
    height: 100%;
}
.preview-images-zone > .preview-image > .tools-edit-image {
    position: absolute;
    z-index: 100;
    color: #fff;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    display: none;
}
.preview-images-zone > .preview-image > .image-cancel {
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    margin-right: 10px;
    cursor: pointer;
    display: none;
    z-index: 100;
}
.preview-image:hover > .image-zone {
    cursor: move;
    opacity: .5;
}
.preview-image:hover > .tools-edit-image,
.preview-image:hover > .image-cancel {
    display: block;
}
.ui-sortable-helper {
    width: 90px !important;
    height: 90px !important;
}
.addbtn_img{
	border: 1px solid var(--light-gray);
    padding: 15px;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    bottom: 0%;
}
.addbtn_img i,
.addbtn_img svg{
	display: inline-block;
    margin-top: 35%;
    margin-left: 35%;
    font-size: 42px;
	color: var(--light-gray);
}
.addbtn_img i:hover,
.addbtn_img svg:hover{
	color: var(--secondary-color);
}
/*---end of add product---*/

/*----blogsubmission-----*/

.blogsubmission-pic .wrap-img {
    width: 600px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    border: 1px solid var(--border-color);
}
.blogsubmission-pic .wrap-img label[for=upload],
.blogsubmission-pic .wrap-img label[for=upload]:hover{
background: none;
color: var(--light-gray);
}
.blogsubmission-pic .wrap-img label i,
.blogsubmission-pic .wrap-img label svg{
	font-size: 42px;
}
.blogsubmission-pic .wrap-img label i:hover,
.blogsubmission-pic .wrap-img label svg:hover{
	color: var(--secondary-color);
}
.blogsubmission-pic .wrap-img label{
	position: absolute;
    margin-left: -2%;
    margin-right: auto;
    bottom: 35%;
}
.blogsubmission-pic .wrap-img .thumb {
    height: auto;
    width: 100%;
    border-radius: 0px;
    overflow: hidden;
    margin: 0px 0px -23px 0px;
    cursor: move;
    z-index: 2222;
}
@media (max-width: 767px){
.blogsubmission-pic .wrap-img{
	width: 100%;
}
.blogsubmission-pic .wrap-img label {
    position: absolute;
    margin-left: -7%;
    margin-right: auto;
    bottom: 20%;
}
.wrap-img .thumb img {
    min-height: 100%;
    max-height: 51vh;
    width: 100% !important;
    transition: all 0.4s;
}
}
/*----end of blogsubmission---*/

/*----dashboard----*/
.dashboard-ul{
padding-left: 0px;
list-style-type: none;
text-align: center;
}
.dashboard-ul li{
	display: inline-block;
	width: 23%;
	text-align: center;
	background: var(--light-gray);
	padding: 25px;
    margin-bottom: 15px;
	margin-right:15px;
	box-shadow: 0px 1px 3px 0px #888888;
}
.dashboard-ul li a h4{
	color: var(--main-color);
	font-family: 'Josefin Sans';
font-weight: 600;
	margin-top: 25px;
	text-transform: uppercase;
	font-size: 18px;
}
.dashboard-ul li a:hover,
.dashboard-ul li a h4:hover{
	color: var(--secondary-color);
	text-decoration: none;
}
@media (max-width: 767px){
.dashboard-ul li {
    width: 100%;
}
}
/*--end of dashboard---*/


@media (min-width: 768px){
.flexslider {
    display: block;
}
.flexslider-2 {
    display: none;
}
}

@media (max-width: 767px){
.flexslider-2 {
    display: block;
}
.flexslider {
    display: none;
}
.flexslider-2 img {
    height: 80vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.flexslider-2 li .meta{
	position: relative;
    bottom: 415px;
    left: 10px;
}
.flexslider-2 .flex-direction-nav .flex-nav-prev a.flex-prev {
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
    background: url(../img/sprite.png) -175px -24px no-repeat !important;
    background-repeat: no-repeat;
    background-color: transparent;
    opacity: 1 !important;
    z-index: auto;
}
.flexslider-2 .flex-direction-nav .flex-nav-next a.flex-next {
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
    background: url(../img/sprite.png) -225px -23px no-repeat !important;
    background-repeat: no-repeat;
    background-color: transparent;
    opacity: 1 !important;
    z-index: auto;
}
.flexslider-2  .flex-direction-nav li:last-child {
    right: 7%;
    text-align: right;
    float: right;
    position: absolute;
}
.flexslider-2 li h2,.flexslider-2 li p{
	color:#fff !important;
}
.flexslider-2 li h2{
	font-family: 'Josefin Sans';
font-weight: 700;
	text-transform: uppercase;
	font-size: 22px !important;
}
.flexslider-2 li p{
	text-transform: uppercase;
	font-family: 'Josefin Sans';
	font-size: 12px;
}
.bottom-alertbox {
    margin-top: -158px;
}
.flexslider-2 {
    margin-top: -3px;
}
}

.flexslider .flex-control-nav,
.flexslider-2 .flex-control-nav{
display: none;
}
.flexslider .flex-direction-nav .flex-nav-prev a.flex-prev {
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
    background: url(../img/sprite.png) -176px -26px no-repeat !important;
    background-repeat: no-repeat;
    background-color: transparent;
    opacity: 1 !important;
}
.flexslider .flex-direction-nav .flex-nav-next a.flex-next {
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
    background: url(../img/sprite.png) -232px -24px no-repeat !important;
    background-repeat: no-repeat;
    background-color: transparent;
    opacity: 1 !important;
}
.flexslider .flex-direction-nav .flex-nav-next a.flex-next:hover {
    background: url(../img/sprite.png) -257px -24px no-repeat !important;
}
.flexslider .flex-direction-nav .flex-nav-prev a.flex-prev:hover {
    background: url(../img/sprite.png) -200px -26px no-repeat !important;
}
.flex-direction-nav li:last-child {
    right: 1%;
    text-align: right;
    float: right;
}
.flex-direction-nav li:first-child {
    left: 1%;
}
.flex-direction-nav a:before {
    content: 'none' !important;
}
.flex-direction-nav a.flex-next:before {
    color: transparent;
}
.flex-direction-nav li {
    height: 100%;
    width: 40px;
    top: 0;
}
.flex-direction-nav {
    display: block !important;
    top: 50% !important;
	left: 5px !important;
    width: 100%;
}
.flexslider li h2{
	background:transparent !important;
	font-family: 'Josefin Sans';
font-weight: 700;
	margin-top: 0px !important;
	color:#fff !important;
	text-transform: uppercase;
	font-size: 34px !important;
	margin-bottom: 0px !important;
}
.flexslider li p{
	font-size: 12px;
	font-family: 'Josefin Sans';
	text-transform: uppercase;
}
.flexslider .p-tag{
	width: 100%;
	padding-right: 2px;
    padding-left: 2px;
}
.flexslider li .meta{
    background: rgba(24, 58, 83, .5);
    padding: 15px 35px;
	left: 25% !important;
	bottom: 100px !important;
}
.flexslider h2,.flexslider p,.flexslider a{
	text-align: center !important;
}
.flexslider .product-ul-btn{
	margin-bottom: 10px;
}
.cart-section .product-view .btn.btn-custom{
	padding: 10px 20px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #007bff;
  border-color: #006fe6;
  color: #fff;
  padding: 0 10px;
  margin-top: .31rem;
  font-family: system-ui;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da;
    min-height: calc(2.25rem + 2px);
}
.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #80bdff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: rgba(255,255,255,.7);
    float: right;
    margin-left: 5px;
    margin-right: -2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
  color: #fff;
}
/*.message-box.news-box span{
	color: var(--secondary-color);
    text-align: center;
    display: block;
}*/
.span-right{
	text-align: right !important;
    margin-right: 25px;
	color: var(--lightgray) !important;
}

.message-box h6.message-box-subtitle {
    margin-top: -20px;
}
.imagetvbox img {
    width: 100%;
}
.graycolor-box {
    background: var(--light-gray);
    padding: 35px 20px;
    border: 15px solid #fff;
}
.graycolor-box-info {
    margin-bottom: 14px;
    padding-bottom: 15px;
}
.graycolor-box h6 {
    font-size: 16px;
    color: var(--secondary-color) !important;
    margin-bottom: 15px;
}
.graycolor-box h4 {
    font-size: 24px;
    font-family: 'Josefin Sans';
font-weight: 600;
}
.graycolor-box h5 {
    font-size: 17px;
    font-family: 'Josefin Sans';
font-weight: 600;
}
.graycolor-box p {
    margin-top: 15px;
}
.bottom-btn-box {
    position: absolute;
    bottom: 0px;
}
.bottom-btn {
    margin-bottom: 25px;
}
.graycolor-box h4, .graycolor-box h5, .graycolor-box h6, .graycolor-box p {
    color: var(--main-color);
}

.navbar-brand {

    padding-top: 1.3125rem;


}
