* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  outline: none !important;
}
body {
  font-family: 'Roboto', sans-serif;
  color: #000000;
  font-size: 14px;
}
p {
  margin: 0px !important;
  padding: 0px !important;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul, li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
header {
  width: 100%;
  display: inline-block;
}

header .panel {
  width: 100%;
  height: 70px;
  display: inline-block;
}
header .top-menu ul li {
  display: inline-block;
  margin-right: 8px;
	border-right: 1px solid #ddd;
	padding-right: 8px;
}
header .top-menu ul li:last-child {
	border-right: 0px;
}
header .top-menu ul li a {
  font-size: 12px;
  color: #000;
  display: block;
  font-weight: 500;
}
header .top-menu ul li a:hover {
  text-decoration: underline;
}
header .mail a {
  font-size: 12px;
  color: #000;
  display: block;
  font-weight: 500;
}
header .logo {
  width: auto;
  display: inline-block;
}
header .search {
  width: 345px;
  display: inline-block;
  border: 1px solid #F9F9F9;
  height: 46px;
  background: #fff;
}
header .search input[type=text] {
  display: inline-block;
  width: 70%;
  height: 44px;
  border: 0px;
  font-size: 13px;
  color: #4E4E4E;
  overflow: auto;
  background: transparent;
  font-weight: 500;
}
header .search input[type=text]:placeholder {
  color: #4E4E4E;
}
header .search input[type=submit] {
  display: inline-block;
  width: 53px;
  height: 44px;
  border: 0px;
  background-color: #fff;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: center center;
  float: right;
}
header .heart {
  width: auto;
  display: inline-block;
}
header .basket {
  display: inline-block;
  position: relative;
}
header .basket span {
  width: 18px;
  height: 18px;
  background: #007dbf;
  color: #fff;
  font-size: 11px;
  position: absolute;
  top: -7px;
  right: -8px;
  z-index: 9;
  border-radius: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
header .menu-wp {
  width: 100%;
  height: 60px;
  background: #F8F8F8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper {}
.title-new {
	width:100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url("../images/line.png");
	background-repeat: repeat-x;
	background-position: left center;
}
.title-new span{
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	font-family: 'Caveat', cursive;
	font-size: 40px;
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
	font-weight: 600;
}
.banner-bottom-content {
	width: 100%;
	height: 55px;
	background: #DCDCDC;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 20px;
	color: #000;
	font-weight: 100;
	margin-top: -10px;
}
.news-slider {
	width:100%;
	height: 440px;
	display: block;
	background: #E51D21;
}
.news-inner {
    width: 100%!important;
    display: flex!important;
}
.slider-title {
	font-size: 32px;
	color: #000;
	font-weight: 600;
}
.news-title {
	width:40%;
	height: 440px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.news-title small{
	font-size: 18px;
	color: #fff;
	font-weight: 100;
	width: 100%;
	display: block;
}
.news-title span{
	font-size: 36px;
	color: #fff;
	font-weight: 700;
	width: 100%;
	display: block;
	line-height: 36px;
}
.news-content {
	width:57%;
	height: 440px;
	font-size: 14px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.news-slider .slick-dots {
	display:none!important;
}
.nav {
    align-items: center;
    justify-content: center;
}
.title{
	font-size: 26px;
	color: #000;
	font-weight: 600;
	display: block;
	background: url("../images/border.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}
.services {
	width:100%;
	border: 1px solid #000;
}
.firm {
	font-size:16px;
	font-weight: 600;
}
.sales-person {
	text-align:right;
	font-weight: 600;
	color: #E9494C;
}
.news a {
	width:100%;
	height: 100%;
	display: block;
}
.news a img{
	width:100%;
	display: block;
}
.news a span{
	width:100%;
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #000;
}
.news a p{
	width:100%;
	display: block;
	font-size: 14px;
	font-weight: 100;
	color: #000;
}

.accordion-menu {
	width: 100%;
	border-radius: 0;
}

.accordion-menu li.open .dropdownlink {
	color: #000;
}

.accordion-menu li.open .dropdownlink .fa-chevron-down {
	transform: rotate(180deg);
}

.dropdownlink {
	cursor: pointer;
	height: 50px;
	display: block;
	padding-top: 15px;
	font-size: 14px;
	background: #fff;
	border: 1px solid #E1E1E1;
	color: #000;
	position: relative;
	transition: all 0.4s ease-out;
	margin-bottom: 6px;
	font-weight: 500;
	padding-left: 25px;
}

.dropdownlink i {
	position: absolute;
	top: 17px;
	left: 16px;
}

.dropdownlink .fa-chevron-down {
	right: 20px;
	left: auto;
	font-size: 15px;
	top: 21px;
}

.submenuItems {
	display: none;
	background: #F8F8F8;
	margin-bottom: 20px;
}

.submenuItems a {
	display: block;
	color: #ffffff;
	padding: 12px 12px 12px 45px;
	transition: all 0.4s ease-out;
}

.submenuItems a:hover {}

.dropdownlink span {
	color: #F7931D;
	width: 62px;
	height: 25px;
	display: inline-block;
	padding-left: 21px;
	font-size: 18px;
	border-right: 1px solid #EFECEC;
	margin-right: 20px;
}
.video a{
	width: 100%;
	height: 100%;
	display: block;
}
.video a img{
	width: 100%;
	display: block;
}
.video a span{
	width: 100%;
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #000;
}
.contact-top-content {
	width:80%;
	margin: auto;
	display: block;
}
.contact-top-content span{
	width: 100%;
	font-size: 22px;
	color: #000;
	font-weight: 600;
	display: block;
}
.detail-flex {
	display: flex!important;
}
.seller {
	width:100%;
	background: #fff;
	min-height: 450px;
	position: relative;
}
.contact-top-content p{
	width: 100%;
	font-size: 14px;
	color: #000;
	font-weight: 100;
}
.area {
	font-size:17px;
	color: #000;
	font-weight: 500;
}
.area-title {
	height:54px;
}
.adress {
	font-weight: 400;
	font-size: 13px;
}
.maps-btn {
	position:absolute;
	width: 92%;
	text-align: center;
	bottom:20px;
}
.maps-btn a{
	width: 180px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #D34A4C;
	color: #fff;
	margin: auto;
	font-size: 12px;
}
.contact-form {
	width: 70%;
	margin: auto;
}
.contact-form select{
	width: 100%;
	height: 50px;
	margin: auto;
	border-radius: 0!important;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	padding-top: 10px;
}
.contact-form input::placeholder{
	color: #000!important;
}
.contact-form textarea::placeholder{
	color: #000!important;
}
.contact-form button{
	width: 160px;
	height: 40px;
	margin: auto;
	border-radius: 0!important;
	font-size: 15px;
	color: #000;
	font-weight: 500;
	background: transparent;
	border: 1px solid #2C4899!important;
	border-radius: 50px!important;
}
.contact-form input{
	width: 100%;
	height: 50px;
	margin: auto;
	border-radius: 0!important;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	padding-top: 10px;
}
.contact-form textarea{
	width: 100%;
	height: 110px;
	margin: auto;
	border-radius: 0!important;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	padding-top: 10px;
}
.contact-form .form-group {
	margin-bottom:0px!important;
}

.wsmenu > .wsmenu-list {
  background-color: #fff;
}
/* Mobile Header */
.wsmenu > .wsmenu-list > li.headerbtns a.headerbtn01 {
  background-color: #d7412e;
}
.wsmenu > .wsmenu-list > li.headerbtns a.headerbtn02 {
  border-color: #d7412e;
}
.wsmenu > .wsmenu-list > li > a:after {
  background-color: #E51D21;
}
.wsmobileheader {
  background-color: #fff;
}
.wsmenu > .wsmenu-list > li > a {
  color: #444;
}
.wsmenu > .wsmenu-list > li > a.active {
  color: #d7412e;
}
.wsmenu > .wsmenu-list > li:hover > a {
  color: #d7412e;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li:hover > a {
  background-color: #d7412e;
  color: #fff;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li:hover > a {
  background-color: #d7412e;
  color: #fff;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li:hover a {
  background-color: #d7412e;
  color: #fff;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}
.wsmenu > .wsmenu-list > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}
.wsmenu > .wsmenu-list > li > .wsmegamenu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}
.wsmenu > .wsmenu-list > li:hover > .wsmegamenu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}
.bg-gray {
  background: #EFF0F2;
}
.bg-dark-gray {
  background: #DCDCDC!important;
}
.bg-dark-gray2 {
  background: #C8C6C6 !important;
}
.bg-red {
  background: #E51D21;
}
.bg-dark-red {
  background: #C91D20!important;
}
.services-wp {
	height: 270px;
	position:relative;
}
.catalog-wp {
	height: 270px;
	position:relative;
}
.services-wp span {
	width:100%;
	display: block;
	font-size: 40px;
	color: #000;
	font-weight: 100;
}
.catalog-wp span {
	width:100%;
	display: block;
	font-size: 40px;
	color: #fff;
	font-weight: 100;
	line-height: 50px
}
.services-wp p {
	width:90%;
	font-size: 14px;
	color: #000;
	font-weight: 100;
	margin: 0 auto!important;
}
.services-btn {
	width: 100%;
	position:absolute;
	bottom: 20px;
}
.services-btn a {
	display: inline-block;
	border: 1px solid #707070;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 40px;
	color: #000;
	transition: 0.3s
}
.services-btn a:hover {
	background: #E51D21;
	border-color: #E51D21;
	color: #fff;
	transition: 0.3s
}
.catalog-btn {
	width: 100%;
	position:absolute;
	bottom: 20px;
}
.catalog-btn a {
	display: inline-block;
	border: 1px solid #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 40px;
	color: #fff;
	transition: 0.3s
}
.catalog-btn a:hover {
	background: #fff;
	border-color: #E51D21;
	color: #E51D21;
	transition: 0.3s
}
.main-content {
	width:90%!important;
	margin: 0 auto!important;
	text-align: center;
	display: block;
}
.page-top {
	width: 100%;
	height: 473px;
	background: url("../images/top-banner.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-top span{
	font-size: 50px;
	color: #fff;
	font-weight: 600;
}
.page-top p{
	color: #fff;
	font-weight: 600;
}

.product {
  position: relative;
}
.product a {
  width: 100%;
  height: 100%;
  display: block;
}
.product a .product-img {
  width: 100%;
  max-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.product a .product-img img {
  width: 100%;
}
.product .likes {
  position: absolute;
  z-index: 9;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  padding-top: 11px;
}
.product .likes img {
  width: 20px;
}
.product a .product-title {
	width: 100%;
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #000
}
.product a .form {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  text-decoration: underline;
}
.product a .flex {
  width: 100%;
  display: block;
}
.product a .flex .old {
  width: auto;
  font-size: 16px;
  color: #6B6868;
  text-decoration: line-through;
}
.product a .flex .price {
  width: auto;
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.detail-product {
	width:60%;
	height: auto;
	background: #F8F8F8;
	padding:2% 4%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.detail-product .product-detail{
	width:70%;
}
.product-detail .slick-next, .product-detail .slick-prev {
	display:none!important;
}
.product-detail .slick-dots {
    bottom: -6px!important;
}
.product-detail li.slick-active {
    background: #E51D21;
}
.detail-wp {
	width:40%;
	height: 750px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.category-top {
	font-size: 18px;
	font-weight: 100;
}
.product-title {
	font-size: 36px;
	font-weight: 600;
}
.contact-btn a{
	font-size: 16px;
	color: #000;
	border: 2px solid #000;
	font-weight: 600;
	padding: 14px 32px;
	transform: 0.3s
}
.contact-btn a:hover{
	color: #fff;
	background: #000;
	transform: 0.3s
}
.guide a{
	color: #E9494C;
	text-decoration: underline;
	font-weight: 500;
}
.guide a:hover{
	text-decoration: none;
}
.tabs-left {
  background: #D4D8DA;
  height: 372px;
}
.tabs-title {
  width: 100%;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
.tabs-left ul li {
  width: 100%;
  display: block;
  border-bottom: 1px solid #E8EBEC;
}
.tabs-left ul li:last-child {
  border-bottom: 0px;
}
.tabs-left ul li a {
  display: block;
  color: #000;
  font-size: 14px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 0.3s;
}
.tabs-left ul li a:hover {
  padding-left: 30px;
  transition: 0.3s;
}

.social-media ul li {
  display: inline-block;
}
.social-media ul li a {
  display: block;
  font-size: 13px;
  color: #000;
  padding-left: 10px;
  transition: 0.3s;
}
.social-media ul li a:hover {
  color: #007DBF;
  transition: 0.3s;
}
.footer-inner {
	width:90%;
	display: block;
	background: #353535;
	margin: 0 auto;
}
.footer-content {
	color: #9F9F9F;
}
.footer-menu {
	margin-top:67px;
}
.footer-menu ul li {
	width: 100%;
	display: block;
	padding-bottom: 6px;
}
.footer-menu ul li a {
	width: 100%;
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	
}
.footer-menu ul li a:hover {
	text-decoration: underline;
}
.footer-social-media ul li {
  display: inline-block;
	margin-top: 40px;
}
.footer-social-media ul li a {
 	width: 46px;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #AEAEAE;
  	color: #353535;
  	transition: 0.3s;
	border-radius: 100%;
}
.footer-social-media ul li a:hover {
  transition: 0.3s;
	background: #fff;
}
.info {
	float:left;
}
.webron {
	float:right;
}
.breadcrumb-wp {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid var(--border-gray);
}
.breadcrumb-item {
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.breadcrumb-item a {
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  color: #000;
}
.breadcrumb-item.active {
  color: #000;
  font-size: 13px;
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: .25rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/";
  font-size: 12px;
}
.price {
	font-size: 26px;
	font-weight: 600;
}
.price-content {
	font-weight:500;
	padding-top: 8px;
	display: block;
	margin-left: 10px;
}
.category span {
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #F3F1F1;
}
.category ul li {
  width: 100%;
  display: block;
  border-bottom: 1px solid #DDDDDD;
}
.category ul li:last-child {
  border-bottom: 0px;
}
.category ul li a {
  width: 100%;
  display: block;
  font-size: 15px;
  color: #000;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 18px;
  transition: 0.3s;
	font-weight: 600;
}
.category ul li a:hover {
  padding-left: 25px;
  transition: 0.3s
}
.filters .filters-item {
  width: 100%;
  display: inline-block;
}
.filters .filters-item span {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
}
.filters .filters-item input[type=text] {
  display: inline-block;
  color: #000000;
  font-size: 13px;
  height: 34px;
  font-weight: 600;
  text-align: center;
  background: #F5F6F7;
  border: none;
}
.filters .filters-item input[type=text]::placeholder {
  color: #000000;
}
.filters input[type=submit] {
  border: 0px;
  background: #000;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  padding: 11px 25px;
}
.filters .form-control {
  display: block;
  width: 100%;
  height: 43px;
  padding: .375rem .75rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #E2E2E2;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.filters .form-control:focus {
  box-shadow: none !important;
}
.filters .form-group label {
  font-weight: 500;
}
.form-check-label {
  margin-bottom: 0px;
  /* margin-top: 1px; */
}
.form-check-label {
  margin-bottom: 11px;
  /* margin-top: 1px; */
  font-size: 12px;
  font-weight: 500;
}
.form-check input[type=checkbox] {
  position: absolute;
  display: none;
}
.form-check input[type=checkbox] + label {}
.form-check input[type=checkbox] + label span {
  font-size: 13px;
  margin-left: 5px;
  font-weight: 300;
}
.form-check input[type=checkbox] + label:after {
  width: 18px;
  height: 18px;
  background: #fff;
  position: absolute;
  content: "";
  left: 0;
  top: 1px;
  border: 1px solid #e4e3e3;
  border-radius: 100%;
}
.form-check input[type=checkbox]:checked + label:after {
  background-image: url(../images/checked.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #007dbf;
  border-color: #007dbf;
}
.brand-btn a {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  text-decoration: underline;
}
.w-20 {
  width: 19% !important;
  margin-right: 1%;
}
.w-40 {
  width: 40% !important;
}
.w-80 {
  width: 100% !important;
}
.page-title {
  width: 100%;
  display: inline-block;
}
.page-title span {
  width: auto;
  display: inline-block;
  font-size: 15px;
  color: #000;
  font-weight: 600;
}
.page-title span + span {
  font-size: 12px;
  color: var(--color-purple);
}
.paging-btn {
  font-size: 13px;
  font-weight: 600;
}
.pagination-drop .dropdown-item {
  color: #000;
  text-align: inherit;
  white-space: nowrap;
  border: 0;
  font-size: 13px !important;
  padding: 0.2rem 0.5rem;
}
.pagination-drop .dropdown-item:hover {
  background-color: var(--bg-soft-gray);
}
.dropdown-menu.pagination-drop.show {
  border-radius: 0;
  margin-top: 0;
  border: 0;
  padding-left: 5px;
  padding-right: 5px;
  background: #fff;
}
button {
  border: 0px !important;
}
button:focus, button:active, button:hover {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.paging {
  width: 100%;
  display: block;
  text-align: center;
}
.paging ul li {
  display: inline-block;
  margin-right: 3px;
}
.paging ul li:last-child {
  margin-right: 0px;
}
.paging ul li a {
  display: flex;
  width: 35px;
  height: 35px;
  background: #F8F8F8;
  font-weight: 600;
  color: #000;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.paging ul li a:hover {
  background: #C91D20;
  color: #fff;
  transition: 0.3s;
}
.drag {
  width: 100%;
  height: 100%;
  display: block;
}
.drag img {
  width: 100%;
  display: block;
}
.gallery .slick-next, .gallery .slick-prev {
  display: none !important;
}
.product-slider .slick-next, .product-slider .slick-prev {
  display: none !important;
}
.product-slider li.slick-active {
    background: #E51D21;
}
.buy-now {
  width: 100%;
  display: inline-block;
}
.buy-now .buy-now-title {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}
.buy-now .buy-now-btn a {
  width: 120px;
  height: 40px;
  background: #D71730;
  font-size: 14px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  transition: 0.3s;
}
.buy-now .buy-now-btn a:hover {
  background: #A40F22;
  transition: 0.3s;
}
.add-btn a {
  width: 120px;
  height: 40px;
  background: #007DBF;
  font-size: 14px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  transition: 0.3s;
}
.add-btn a:hover {
  background: #076394;
  transition: 0.3s;

}
.buy-now .buy-now-info {
  font-size: 11px;
  width: 70%;
}
.buy-now .buy-now-price {
  width: 120px;
  height: 40px;
  background: #fff;
  font-size: 16px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.buy-now-info p {
  display: inline-block;
}
.buy-now-info span {
  display: inline-block;
  font-weight: 600;
  color: #007DBF;
}
.detil-title {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
}
.product-code {
  font-size: 13px;
  color: #ABABAB;
}
.stock {
  font-size: 13px;
  color: #00B93C;
}
.detail-content {
  font-size: 13px;
}
.address-select span {
  font-weight: 600;
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 0;
  /* font-size: 1rem; */
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: none;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}
.select-selected {
  background-color: #F9F9F9;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 16px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-color: #bdbdbd transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #bdbdbd transparent;
  top: 11px;
}
/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  color: #000;
  padding: 8px 16px;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  font-size: 12px;
  font-weight: 600;
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.select-items div {
  font-weight: 300 !important;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: #F1F1F1;
}
.variant-bg {
  width: 100%;
  background: #F9F9F9;
  display: inline-block;
}
.variant {
  float: left;
  height: 45px;
}
.variant input[type=radio] {
  position: absolute;
  display: none;
}
.variant input[type=radio] + label {
  width: 110px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.variant input[type=radio]:checked + label {
  width: 110px;
  height: 45px;
  background: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabs-menu .nav-tabs .nav-link {
  border: 0px;
  height: 40px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  border-radius: 100px;
  background: #2C4899;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #2C4899;
}
.tabs-menu .nav-tabs .nav-item.show .nav-link, .tabs-menu .nav-tabs .nav-item.show .nav-link, .tabs-menu .nav-tabs .nav-link.active {
  color: #152961;
  background-color: #fff !important;
  border: 1px solid #2C4899;
}
.tabs-menu .nav-tabs .nav-item.show .nav-link, .tabs-menu .nav-tabs .nav-link:hover {
   color: #152961;
  background-color: #fff !important;
  border: 1px solid #2C4899;
}
.nav-tabs {
  border: 0px !important;
}
.tabs-menu .nav-tabs .nav-item {
  margin-bottom: 0px;
  margin-right: 10px;
}
.tabs-menu .nav {
  text-align: center;
}
.tabs-menu .nav-link {
  display: block;
  padding-top: 10px;
}
.tabs-menu .tab-content {
  background: #fff;
}
.fitler-element {
  display: none;
}
.basket-mobile {
  display: none;
}

/*! Lity - v2.2.2 - 2016-12-14
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}

.f-control{
	    border-radius: 0;
    height: 46px;
    border: 1px solid #000;
    font-weight: bold;
}
.tab-content > .active {
    font-weight: 400;
}

.bg-soft {
	background: #E1E5E9!important;
}
.contact-wp span{
	width: 100%;
	font-size: 36px;
	color: #2B3E59;
	font-weight: 600;
}
.contact-wp input[type=text] {
	width: 100%;
	height: 47px;
	border-radius: 0px;
	border: 1px solid #ddd;
	font-size: 14px;
	color: #2B3E59;
	font-weight: 500;
	padding-left: 15px;
}
.contact-wp input[type=text]::placeholder {
	color: #2B3E59;
	font-weight: 500;
	border: 1px solid #ddd;
}
.contact-wp textarea {
	width: 100%;
	height: 130px;
	border-radius: 1px;
	border: 1px solid #ddd;
	font-size: 14px;
	color: #2B3E59;
	font-weight: 500;
	padding-left: 15px;
	padding-top: 15px;
}
.contact-wp input[type=submit] {
	width: 160px;
	height: 47px;
	border-radius: 3px;
	border: 0;
	font-size: 16px;
	color: #fff;
	background: #2B3E59;
	font-weight: 500;
}
.works-img img{
	width: 100%;
	border-radius: 10px;
}
.works-wp {
	width: 100%;
	display: inline-block;
}
.works-wp span{
	width: 100%;
	display: inline-block;
	font-size: 22px;
	color: #2B3E59;
	font-weight: 600;
}
.works-wp p{
	width: 100%;
	display: inline-block;
	font-size: 16px;
	color: #8E9CAC;
	font-weight: 400;
	line-height: 26px;
}
.work-btn a {
	width: 116px;
	height: 48px;
	display: inline-block;
	text-align: center;
	background: #2B3E59;
	border-radius: 50px;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	padding-top: 10px;
	transition: 0.3s;
}
.work-btn a i{
	font-size: 12px;
}
.work-btn a:hover {
	background: #4F687F;
	transition: 0.3s;
}