@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300&display=swap');


*{
box-sizing:border-box;	
	}
body{
margin:0px;
padding:0px;
background: #fff !important;
	font-family: 'Open Sans', sans-serif;
	}


.main-background {
	width: 100% !important;
	overflow: hidden !important;
	margin: 0 auto;
}
.container {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.left-bg {
	background: #fff;
}
.mb_30{
	margin-bottom: 30px;
}
ul li {
	list-style: none;
}

/*---Header->START*/

header{
	position: relative;
}

header .logo_div {
	position: absolute;
	top: 26%;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	width: 100%;
	max-width: 1140px;
}
.top {
	background: #141414;
	width: 100%;
	display: table;
}

.top.bottom_promotion .flex-div {
	padding: 0px;
}

.top .item-content {
	padding: 17px 0px;
	text-align: left;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top .item-content .promo-text p {
	margin: 0px;
	
	font-weight: 600;
}
.top.bottom_promotion .icon {
	margin-right: 5px;
}

/*------------------------Navigation---------------------------------*/
.main_menu .toggle, .main_menu [id^=drop] {
    display: none;
}
 ul li {
	list-style: none;
}

.header .top .container .item-content.fast_delivery {
	text-align: right;
	flex: auto;
	justify-content: end;
}

.header .top .container .row {
	align-items: center;
}
.why-shop img {
	width: 100%;
}
.main_menu {
	position: absolute;
	bottom: 0;
	left: 0px;
	right: 0px;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0px 15px;
}

.main_menu ul.menu li a {
	color: #fff;
	font-size: 25px;
	letter-spacing: 0.50px;
	text-transform: capitalize;
	position: relative;
	padding-left: 10px;
	transition: 0.5s all ease-in-out;
	text-decoration: none;
	padding: 0px 0px 5px;
	/* text-decoration: none; */
	border-bottom: 3px solid transparent;
	
	font-weight: 600;
}

.main_menu ul.menu li a:hover {
	border-bottom: 3px solid #fff;
	color: #fff;
	text-decoration: none;
}


.main_menu ul.menu li a:hover::before {
	background: #ec1e2e;
}
.main_menu nav {
	padding-bottom: 15px;
}
.main_menu ul.menu {
	display: flex;
	justify-content: space-between;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0;
}

/*----------------------Menu css End--------------*/

#banner-holder a {
	display: block;
}
#banner-holder a img{
	width: 100%;
}
.top .item-content .link {
	width: 100%;
}
.top .item-content .link ul {
	float: right;
	display: flex;
	margin: 0px;
	padding: 0px;
}
.top .item-content .link ul li {
	list-style: none;
}

.top .item-content .link ul li:nth-child(1) {
	margin-right: 60px;
}
.top .item-content .link ul li a {
	margin: 0;
	display: block;
	font-size: 15px;
	color: #fff;
	position: relative;
	transition: 0.5s all ease-in-out;
	text-decoration: none;
}
.top .item-content .link ul li a::before{
	transition: 0.5s all ease-in-out;
	background-repeat: no-repeat;
	background-position: center top;
}
.top .item-content .link ul li a:hover::before{
	transition: 0.5s all ease-in-out;
	background-position: center bottom;

}
.top .item-content .link ul li:nth-child(1) a::before {
	position: absolute;
	content: "";
	background-image: url("../images/call_icon.png");
	width: 16px;
	height: 16px;
	left: -27px;
	top: 4px;
}

.top .item-content .link ul li:nth-child(2) a::before {
	position: absolute;
	content: "";
	background-image: url("../images/feedback_icon.png");
	width: 14px;
	height: 14px;
	left: -27px;
	top: 4px;
}

.item-content.rght_promo {
	text-align: right;
	display: block;
	padding-left: 30px;
}

.navigation {
	width: 100%;
	padding: 43px 0px 0px;
}
.navigation ul {
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}
.navigation ul li {
	list-style: none;
	text-align: center;
	flex: auto;
}
.navigation ul li a {
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	padding: 11px 0px;
	display: block;
	position: relative;
	transition: 0.5s all ease-in-out;
	z-index: 9;

	letter-spacing: 0.25px;
	background: transparent;
	position: relative;
}
.navigation ul li a::before {
	position: absolute;
	content: "";
	bottom: -3px;
	left: 0px;
	right: 0px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid white;
	margin: 0 auto;
	opacity: 0;
	transition: 0.5s all ease-in-out;
}
.navigation ul li a:hover::before {
	opacity: 1
}
.navigation ul li a:hover {
	color: #fff;
	text-decoration: none;
	background:#0a6200;
}


.main-content .container .flex-div {
	padding-left: 0px;
	padding-right: 0px;
}

.main-content .container .content {
	padding: 0px !important;
}

.gallery-right {
	width: 100%;
	max-width: 360px;
}

/*---Header---<<END*/
.container {
	background: url("../images/custom-main-page-bg.png") no-repeat scroll center top / 100%;
	padding: 0px 0px 0px;
	position: relative;
	z-index: 99999;
	clear: both;
	
}
.main-content {
	width: 100%;
	margin: 0 auto;
	display: table;
		
}
.main_flex_div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0px auto 0px;
}
.main_flex_div > div {
	flex: auto;
}

.lft_categories {
	border: 1px solid #d2d2d2;
	position: relative;
}

.btm-shaddow {
	position: relative;
	margin: 0px auto 30px;
}
.delivery .inner_content.btm-shaddow, .contact .inner_content.btm-shaddow {
	border: 1px solid #d2d2d2;
	border-bottom: 5px solid #d2d2d2;
}

.main_flex_div > div.left-side {
	max-width: 265px;
}

.lft_categories .lev1 li {
	border-top: 1px dashed #333;
}
.lft_categories .lev1 > li a {
	font-size: 12pt;
	color: #333;
	line-height: normal;
	text-decoration: none;
	position: relative;
	padding-left: 30px;
	padding-top: 5.5px;
	display: block;
	padding-bottom: 5.5px;
	border-bottom: 1px dashed #333;
	
}


.lft_categories .lev1 li:nth-last-child(1) a {
	border-bottom: 0px;
}

.lft_categories .lev1 > li a::before {
	position: absolute;
	content: "";
	left: 10px;
	top: 10px;
	width: 11px;
	height: 9px;
	background: url("../images/lft-arrow.png") no-repeat scroll left bottom;
	display: block;
}
.lft_categories .lev1:nth-child(1) li {
	border-top: 0px !important;
}

.lft_categories .lev2 {
	padding: 5px 0px 10px 45px;
	border-top: 1px dashed #333;
	display: none;
}
.lft_categories .lev1:nth-last-child(1) li:nth-last-child(1) {
	border-bottom: 5px solid #d2d2d2;
}
.lft_categories .lev2:nth-last-child(1) li:nth-last-child(1) {
	border-bottom: 0px solid #d2d2d2;
}
.lft_categories .lev1 li:hover .lev2 {
	display: block;
}
.lft_categories .lev1 > li a:hover {
	background: #d0d0d0;
	color: #333333;
}
.lft_categories .lev1 > li a:hover::before {
	background: url("../images/lft-arrow.png") no-repeat scroll left bottom;
	color: #fff;
}



.lft_categories .lev2 > li {
	border: 0px;
	line-height: normal;
}
.lft_categories .lev1 > li .lev2 li a::before {
	content: "-";
	top: -2px;
	background: none;
	font-size: 23px;
	width: 0px;
	height: 0px;
	padding: 0;
	left: -12px;
}
.lft_categories .lev1 > li .lev2 li a {
	font-size: 12px;
	color: #333;
	   
	line-height: normal;
	text-decoration: none;
	position: relative;
	padding: 6px 0px 6px 0px;
}
.lft_categories .lev2 li a:hover {
	background: transparent;
	color: #161616 !important;
}
.main_flex_div > div.left-side .why-shop .image {
	padding: 0px 0px;
	border-bottom: 5px solid #d2d2d2;
}
.main_flex_div > div.left-side .why-shop .inner_content {
	padding: 0px 0px 0px;
	border: 0px solid #d2d2d2;

}
.main_flex_div > div.left-side .why-shop {
	padding: 0px 0px 0px;
	border-bottom: 5px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-top: 1px solid #d2d2d2;
}
img {
	max-width: 100%;
}
.email {
	margin: 30px 0 0px;
}

.main_flex_div > div.left-side .why-shop .image:nth-last-child(1) {
	border-bottom: 0;
}
.right-side {
	width: 100%;
	max-width: 850px;
}

.main-content > .container{
box-shadow: none;
}
.main-background .main-content {
	padding: 25px 0px 0px 0px;
	background: url("../images/main-bg.png") no-repeat scroll center top / 100%;
}


.tab.description_content span {
	padding: 0px !important;
}


.content {
	max-width: 1140px;
	margin: 0 auto;
	width: 100%;
}
#banner-holder {
	margin: 0px auto 30px;
}
.main_flex_div > div.left-side .title h2 {
	margin: 0px;
	font-size: 20px;
	background: url("../images/left-cat-icon.png") no-repeat scroll left 10px center;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	padding-top: 13.5px;
	padding-bottom: 13.5px;
	padding-left: 35px;
	letter-spacing: 0.25px;
	background-color: #001233;
	/* */
	font-family: 'Open Sans', sans-serif;
}
.main_flex_div > div.left-side .inner_content p {
	padding: 10px 15px;
}
.why-shop.safety .inner_content, .why-shop.safety .inner_content .image {
	padding: 0px !important;
}
.lft_categories .lev1 {
	margin: 0;
	padding: 0;
}
.org-footer .content {
	max-width: 1170px;
	margin: 0 auto;
	width: 100%;
}
header {
	position: relative;
}
.banner {
	background: #000;
}
header .banner img {
	width: 100%;
	opacity: 1;
}

.top {
	background: #161616;
	width: 100%;
	margin: 0px auto 0px;
}

.top.bottom_promotion {
	background: #fff;
	margin: 0px auto 30px;
	position: relative;
	z-index: 999;
	border-top: 0px;
	padding-bottom: 0px;
}
.top.bottom_promotion::after {
	position: absolute;
	content: "";
	left: 0px;
	bottom: -16px;
	background: url("../images/big-shaddow-botm.png") no-repeat scroll center bottom / 100%;
	height: 16px;
	width: 100%;
	z-index: -9;
}
.product.title h1 {
	margin: 0;
	text-align: center;
	color: #fff;
	padding: 10px 0px;
	font-weight: normal;
	border-radius: 0px;
	position: relative;
	z-index: 9;
	font-size: 18px;
	letter-spacing: 0.30px;
	background: #161616;
}
.description-box {
	clear: both;
	margin: 30px auto 0px;
}

.categories_box .flex-div {
	padding: 0px;
}

.description-box .description_content span p {
	margin: 0;
}
.description-box .description_content span, .description-box .description_content span p, .description-box .description_content span p font, .description-box .description_content span > ul > li, .description-box .description_content span > ul > li font {
	color: #333333;
	font-size: 14px !important;
	line-height: 25px;
	letter-spacing: 0.25px;
	
}
.description_content ul li {
	list-style: disc;
}
.description-box {
	clear: both;
	margin: 30px auto 0px;
	border: 0px solid #c7c7c7;
}
.description-box .description.title {
	margin: 0;
	text-align: left;
	color: #fff;
	letter-spacing: 0.30px;
	padding: 8.5px 0px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 2px solid #d8d8d8;
	background: #161616;
	text-align: center;
	   
}
.description_content {
	padding: 20px 20px;
	color: #333333;
	font-size: 14px;
	letter-spacing: 0.25px;

	border: 1px solid #c7c7c7;
	border-bottom: 5px solid #c7c7c7;
	border-radius: 0;
	position: relative;
	background: #f3f3f3;
}
.middle_promo .flex_div {
	display: flex;
	justify-content: space-between;
	margin: 30px auto 0px;
	padding: 0;
}
.middle_promo .flex_div li:nth-child(1) {
	margin-left: -5px;
}
.middle_promo .flex_div li:nth-child(3) {
	margin-right: -5px;
}

.flex-div > .gallery-bg, .flex-div > .gallery-right {
	flex: auto;
}
.flex-div > .gallery-right img {
	width: auto;
	margin: 0 auto;
	display: block;
}

.gallery-right ul {
	padding: 0;
	margin: 0;
}

.gallery-right ul.store_link {
	margin: 0 auto;
	display: flex;
	max-width: max-content;
	flex-wrap: wrap;
	column-gap: 30px;
	justify-content: space-between;
	row-gap: 30px;
}

.gallery-right ul.store_link li {
	text-align: center;
	list-style: none;
	flex: auto;
}

.gallery-right ul.store_link li:nth-child(3) {
	width: 100%;
	text-align: center;
}

.gallery-right ul.store_link li {
	flex: auto;
	text-align: center;
	list-style: none;
}

.gallery-right ul.store_link li a {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	   
	background: #f3f3f3;
	border: 1px solid #c7c7c7;
	padding: 15px 15px;
	display: flex;
	text-decoration: none;
	align-items: center;
	column-gap: 5px;
	justify-content: center;
	transition: 0.5s all ease-in-out;
}
.store_link {
	margin: 30px auto 35px !important;
}
.gallery-right ul.store_link li:nth-child(1), .gallery-right ul.store_link li:nth-child(2) {
	width: 45%;
}

.gallery-right ul.store_link li a .icon {
	position: relative;
	transition: 0.5s all ease-in-out;
	background-position: center top;
}
.gallery-right ul.store_link li a:hover{
	background-position: center bottom;
    background: #161616;
    color: #fff;
}


.gallery-right ul.store_link li a:hover .icon {
	background-position: center bottom;
}
.gallery-right ul.store_link li:nth-child(1) a .icon {
	background-image: url("../images/wishlist.png");
	width: 18px;
	height: 17px;
	display: block;
	float: left;
}
.gallery-right ul.store_link li:nth-child(2) a .icon {
	background-image: url("../images/news_icon.png");
	width: 20px;
	height: 13px;
	display: block;
}
.gallery-right ul.store_link li:nth-child(3) a .icon {
	background-image: url("../images/save-seller.png");
	width: 18px;
	height: 17px;
	display: block;
	float: left;
}
.paypal-img {
	width: 100%;
	margin: 44px auto 0px;
}

.copyright-bg .copyright p {
	margin: 0;
	   
	color: #1e1e1e;
	letter-spacing: 0.50px;
}

/*------------------------------------------------------------------Start hover img-----------------------------------------------------------------*/
.flex-div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gallery-bg, .flex-div .description-box {
	margin: 0;
}
.gallery-bg {
	width: 100%;
	max-width: 100%;
	background: #f3f3f3;
	border-bottom: 5px solid #ccc;
}
.flex-div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 20px;
}
.flex-div .description-box {
	width: 100%;
	max-width: 480px;
	max-height: 705px;
}
.main-content .container {
	max-width: 1170px;
}

#gallery {
	border: 1px solid #ccc;
	box-sizing: border-box;
	height: auto;
	margin: 0px auto 0px;
	padding: 30px 0px 30px;
	position: relative;
	text-align: center;
	width: 100%;
	background: #f3f3f3;
	border-bottom: 5px solid #ccc;
	min-height:  auto;
}
.inner_content.btm-shaddow::after {
	display: none;
}
#gallery #slides {
	display: inline-block;
	height: auto;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	z-index: 500;
	width: 100%;
	margin: 70px auto 0px;
}
#gallery #slides div ul {
	display: table;
	height: auto;
	list-style: outside none none;
	margin: 15px auto 0;
	padding: 0;
	width: auto;
}
#gallery #slides div ul li:nth-of-type(1){
	margin-left:0px;
	}
#gallery #slides div ul li {
	margin: 0px 0px 0px 12px;
	float: left;
	margin-bottom: 0px;
	background: #fff;
}
#gallery #slides div ul li:last-child {
	margin-right: 0;
}
#gallery .big-img-wpr {
	box-sizing: border-box;
	display: inline-block;
	height: 660px;
	margin: 0 auto;
	max-width: 700px;
	vertical-align: middle;
	width: 100%;
}
#gallery div.img-wpr {
	background-color: #fff;
	border: 0px solid #ccc;
	bottom: 0;
	box-sizing: border-box;
	height: 100%;
	left: 0px;
	max-height: 700px;
	max-width: 700px;
	position: absolute;
	right: 0;
	top: 0px;
	width: 100%;
	margin: 40px auto 0px;
}
#gallery div.img-wpr .img-box {
  height: 100%;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
#gallery div.img-wpr .big-img {
	bottom: 0;
	height: auto;
	left: 0;
	margin: auto;
	max-height: 690px;
	max-width: 690px;
	position: absolute;
	right: 0;
	top: 0;
	vertical-align: middle;
	width: auto;
	border: 0px solid #d8d8d8;
	width: auto;
}
#gallery .thumb {
	background-color: transparent;
	border: 0px solid #f00;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 123px;
	left: 0;
	position: relative;
	right: 0px;
	width: 123px;
	z-index: 2;
	border: 1px solid #d8d8d8;
	margin-bottom: 0;
}
.thumb-img[src=""], .thumb-img[src=""] + .thumb {
	display: none !important;
}
.thumb-wpr {
	position: relative;
}
#gallery .thumb-img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  width: auto;
  z-index: 1;
}
#gallery #slides div:first-child ul:first-child li:first-child .img-wpr {
	z-index: 1;
}
#gallery #slides input {
	display: none;
}
#gallery #slides input:checked ~ .img-wpr {
	z-index: 2;
}
#gallery #slides div ul li:only-child .thumb-wpr{
	display: none;
}
#gallery #slides div ul li:only-#gallery {
	left: 0px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
#gallery {
  padding: 10px;
}
#gallery .thumb {
	height: 45px;
	width: 45px;
}
#gallery #slides div ul li {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 2px;
  margin-top: 0;
}
#gallery div.img-wpr, #gallery .big-img-wpr {
    height: 300px;
    left: 0;
    margin: 0 auto 10px;
    right: 0;
    top: 15px;
    width: 90%;
}
}
.org-content{
width:100%;
max-width:1140px;
margin:0px auto;
display:table;	
	}
/*------------------------------------------------------------------end hover img-----------------------------------------------------------------*/
.about-img {
	margin: 30px auto;
	text-align: center;
}

/*-------------------tab-style start----------------------------*/
.tabbox {
	padding: 0px 0px;
	font-size: 20px;
	margin: 18px auto 0px;
	background: #161616;
	border: 0px solid #e0e0e0;
}
.tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	clear: both;
	padding: 0px;
	margin: 0px 0 0 0;
	position:relative;
}
/*.tabs::after {
	position: absolute;
	content: "";
	top: 0px;
	left: -1%;
	right: 0px;
	background: url("../images/tab-bg.png") no-repeat scroll center top/ 100%;
	height: 60px;
	width: 102%;
}*/

.tabs label {
	order: 1;
	display: block;
	padding: 0px 47.90px;
	cursor: pointer;
	width: auto;
	float: left;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 49px;
	margin: 0% 0%;
	font-weight: bold;
	letter-spacing: 0.25px;
	height: 49px;
	position: relative;
	background-color: #161616;
}

.tabs label::before{
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 2px;
    height: 49px;
	background-image: url("../images/tab-brdr.png");
	background-position: center right;
	background-repeat: no-repeat;
}

.tabs label.border-none{
	border-right: none;
	}

.tabs label a {
	color: #fff;
	text-decoration: none;
	width: 100%;
	display: block;
}
label.nomarginleft {
	margin-left: 0px;
	border-radius: 0px 0px 0px 0px;
}
.tabs .tab {
	-webkit-box-ordinal-group: 100;
	-webkit-order: 99;
	-ms-flex-order: 99;
	order: 99;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	text-align: justify;
	line-height: 24px;
	font-size: 15px;
	color: #333;
	box-sizing: border-box;
	background: #f3f3f3;
	border: 1px solid #c7c7c7;
	padding: 20px 20px;
	display: none;
	border-radius: 0;
	border-bottom: 5px solid #c7c7c7;
	    
	position: relative;
}
.tabs .tab h3 {
	text-transform: uppercase;
	font-size: 18px;
}
.tabs .tab p {
	margin: 0;
}
.none {
	width: 166.666%;
}
.none_01 {
}
.tabs .tab a {
	color: #821982;
}

.tabs input[type="radio"] {
	position: absolute;
	opacity: 0;
	left:0px;
}
.tabs input[type="radio"]:checked + label {
	border-radius: 0;
	margin-right: 0;
	color: #222;
	z-index: 99;
}

.tabs input[type="radio"]:checked + label.nomarginleft::after {
	left: 0%;
	width: 100%;
}

.tabs input[type="radio"]:checked + label::after {
	content: "";
	top: 0%;
	left: 0%;
	position: absolute;
	z-index: 9;
	background: #d0d0d0;
	border-radius: 0;
	margin-right: 0;
	width: 100%;
	height: 50px;
	z-index: -9;
}

.tabs label[for="tabsix"] {
	border-right: 0px;
}

.tabs label.nomarginleft::after, .tabs label.nomarginleft::before {
	background: none;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}

.tab h4 {
	font-size: 22px;
	font-weight: 600;
	color: #ff6000;
	margin-bottom: 25px;
}

.contact_banner {
	background: url("../images/contact_banner.png") no-repeat scroll center top / 100%;
	margin: 30px auto 0px;
	padding: 109px 30px;
}
.contact_banner .context p {
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	line-height: 34px;
	letter-spacing: 0.35px;
}

.contact_banner .context p.contact a {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	max-width: max-content;
	background: #001233;
	padding: 3px 20px;
	font-weight: bold;
	border: 2px solid #fff;
	text-decoration: none;
}
.contact-arrow {
	background: url("../images/contact-arrow.png") no-repeat scroll center left;
	width: 5px;
	height: 9px;
	display: block;
	float: right;
	padding-top: 33px;
	margin-left: 10px;
}
.contact_banner .context p.contact {
	margin: 30px 0px 0px;
}

.promotion_bar ul {
	padding: 0px;
	margin: 0px;
}

.promotion_bar ul li {
	padding: 30px 30px;
	background: #eee;
	border: 1px solid #d1d1d1;
	margin-top: 30px;
	display: flex;
	align-items: center;
}

.promotion_bar ul li .text {
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
}

.promotion_bar ul li .icon {
	min-width: 88px;
	margin-right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-div img {
	width: 100%;
}

.flex-div .col-md-6:nth-child(1) {
	padding-left: 0px;
	padding-right: 0px;
}

.flex-div .col-md-6:nth-last-child(1) {
	padding-right: 0px;
	padding-left: 0;
}

.flex-div .col-md-6:nth-last-child(1) .item img {
	margin-left: 15px;
}

.tabbox + .flex-div {
	padding-left: 15px;
}

.categories_box {
	margin: 30px auto 0px;
}
.categories_box .categories_content {
	padding: 20px 20px 0px;
	border: 1px solid #ccc;
	border-bottom: 5px solid #ccc;
	position: relative;
	
}
.categories_box .categories_content::after {
	position: absolute;
	content: "";
	left: 0px;
	bottom: -23px;
	background: url("../images/big-shaddow.png") no-repeat scroll center bottom / 100%;
	height: 19px;
	width: 100%;
	z-index: -9;
}

.categories_box .title h2 {
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	background: #161616;
	font-weight: bold;
	padding: 12.5px 0px;
	   
	letter-spacing: 0.50px;
	margin: 0px;
}

.categories_content a .image {
	transition: 0.5s all ease-in-out;
	position: relative;
}
.categories_content a .image::after {
	position: absolute;
	content: "";
	top: 0px;
	transition: 0.5s all ease-in-out;
	background: rgba(0,0,0,0.2);
	width: 100%;
	height: 100%;
	left: 0px;
	opacity: 0;
}
.categories_content a:hover .image::after {
opacity: 1;
}
.categories_content .image img {
	width: 100%;
}
.categories_content a {
	position: relative;
	transition: 0.5s all ease-in-out;
	display: block;
	text-align: center;
	width: 100%;
	max-width: 100%;
	border: 3px solid #bdbdbd;
}
.categories_content a:hover{
text-decoration: none;
}

.categories_content a .caption_text {
	top: 35%;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	position: absolute;
	opacity: 0;
	transition: 0.5s all ease-in-out;
}
.categories_content a:hover .caption_text {
opacity: 1;
}

.categories_content a .caption_text h2 {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 33px;
	letter-spacing: 0.25px;
}
.categories_content a .caption_text .shop_btn {
	font-size: 18px;
	text-transform: uppercase;
	color: #161616;
	font-weight: bold;
	   
	background: #dbc8b0;
	max-width: max-content;
	margin: 0 auto;
	padding: 5.5px 15px;
}

.categories-box .title {
	margin: 0;
	color: #fff;
	letter-spacing: 0.30px;
	padding: 8.5px 0px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 2px solid #d8d8d8;
	background: #161616;
	text-align: center;
}

.categories-box .categories_content {
	padding: 20px;
	border: 1px solid #c7c7c7;
}


.categories-box .categories_content .col-md-4.col-sm-6.mb_30 {
	flex: 0 0 25%;
	max-width: 25%;
}

.categories-box .categories_content .cat_caption {
	background: rgba(0, 18, 51, 1);
	line-height: 22px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	bottom: 0px;
	transition: 0.5s all ease-in-out;
}

.categories-box .categories_content a:hover .cat_caption {
	background: rgba(0, 18, 51, 0.7);
	height: 100%;
}

.categories-box .categories_content .cat_caption p {
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}

/*---FOOTER->START*/

.org-footer {
	float: left;
	left: 0;
	padding: 0px 0px 0px;
	position: relative;
	right: 0;
	top: 100%;
	width: 100%;
	background: #1b1b1b;
	margin: 50px auto 0px;
	border-top: 5px solid #161616;
}
.org-footer .col-item {
	flex: 1;
}
.org-footer .col-item.col-item3 {
	width: 100%;
	max-width: 265px;
	padding-left: 46px;
}
.org-footer .col-item.col-item3 .subs-btn {
	display: flex;
}

.org-footer .ftr-link ul {
	margin: 0;
	padding: 0px;
}

.org-footer .ftr-link ul li {
	list-style: none;
	text-align: left;
}
.org-footer .ftr-link ul li a {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	letter-spacing: 0.50px;
	font-size: 13px;
	line-height: 30px;
	position: relative;
	transition: 0.5s all ease-in-out;
	padding-left: 6px;
}
.org-footer .ftr-link ul li a:hover {
color: #d0d0d0;
}

.org-footer .col-item.col-item1 .logo {
	width: 100%;
	max-width: 318px;
}

.org-footer .ftr-link ul li a::before {
	position: absolute;
	content: "";
	top: 8px;
	left: 0px;
	width: 2px;
	height: 4px;
	background: url("../images/ftr-arrow.png") no-repeat scroll center top;
	transition: 0.5s all ease-in-out;
}

	
.org-footer .ftr-link ul li a:hover::before {
	background: url("../images/ftr-arrow.png") no-repeat scroll center top;
}


.org-footer .col-item.col-item2 .ftr-link {
	display: flex;
}

.org-footer .col-item.col-item2 .ftr-link ul:nth-child(2) {
	padding-left: 40px !important;
}

.org-footer .col-item.col-item1 {
	max-width: 470px;
	margin-right: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.org-footer .col-item.col-item1 .logo {
	display: flex;
	justify-content: center;
}
.org-footer .col-item.col-item2 {
	max-width: 360px;
	width: 100%;
}
.org-footer .col-item.col-item3 .news-text p {
	color: #fff;
	font-weight: normal;
	font-size: 13px;
	line-height: 23px;
	letter-spacing: 0.50px;
	text-align: left;
}
.org-footer .col-item.col-item3 .subs-btn a {
	width: 100%;
	max-width: max-content;
	display: block;
	text-align: center;
	color: #1b1b1b;
	text-decoration: none;
	text-transform: uppercase;
	background: #ffffff;
	padding: 6.5px 20px 6.5px 45px;
	font-size: 14px;
	position: relative;
	transition: 0.5s all ease-in-out;
	font-weight: bold;
}

.org-footer .col-item.col-item3 .subs-btn a::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 15px;
	left: 19px;
	background: url("../images/mail-icon.png") no-repeat scroll center bottom;
	transition: 0.5s all ease-in-out;
	top: 10px;
}

/*.org-footer .col-item.col-item3 .subs-btn a:hover::before{
background: url("../images/mail-icon.png") no-repeat scroll center top;
}*/

.org-footer .col-item.col-item .title {
	max-width: 280px;
	margin: 0px;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}
.org-footer .col-item.col-item3 .news-text {
	width: 100%;
	max-width: 265px;
	margin-bottom: 20px;
}
.content.row1.flex-div {
	margin-bottom: 25px;
}

.org-footer .col-item.col-item2 .ftr-link {
	margin: 0px;
	display: flex;
	width: 100%;
	max-width: 265px;
}
.org-footer .col-item.col-item2 {
	max-width: 360px;
	width: 100%;
	border-right: 1px solid #505050;
	border-left: 1px solid #505050;
	padding-left: 45px;
}

.org-footer .content.flex-div {
	justify-content: flex-start;
	padding: 32px 0px 0px;
	display: flex;
}
.org-footer .col-item .title h2 {
	margin: 0px auto 0px;
	padding: 0px 0px 10px;
	text-transform: uppercase;
	font-size: 20px !important;
	letter-spacing: 0.50px;
	text-align: left;
	color: #fff;
	font-weight: bold;
}
.foot-row2 .col-item {
	max-width: 390px;
	width: 100%;
}

.org-footer .col-item.col-item3 p {
	color: #fff;
	font-weight: normal;
}
.foot-row2 .content .flex > div:nth-child(2) p {
	font-size: 16px;
	text-align: left;
}

.org-footer .foot-row2 .col-item2 p {
	color: #fff;
	font-weight: normal;
	margin: 0px;
}
.org-footer .foot-row2 .col-item.col-item3 h2 {
	margin: 0px;
}

.foot-row2 {
	border-top: 1px solid #505050;
	border-bottom: 1px solid #505050;
	padding: 25px 0px;
	max-width: 1140px;
	margin: 0 auto;
}

.foot-row2 .col-item {
	padding: 0px !important;
}

.foot-row2 .flex-div.content {
	display: flex;
	justify-content: space-between;
}

.foot-row2 .content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.foot-row2 .content .col-item {
	flex: auto;
}

.foot-row2 .content .col-item.col-item3 {
	padding-left: 30px !important;
}
.foot-row2 .content .flex {
	display: flex;
	align-items: ;
}
.foot-row2 .content .col-item.col-item2 .flex {
	justify-content: center;
	border-left: 1px solid #505050;
	border-right: 1px solid #505050;
}
.foot-row2 .content .col-item .flex {
	min-height: 71px;
}

.org-footer .row1 .col-item.col-item3 {
	width: 100%;
	max-width: 325px;
	padding-left: 45px;
}
.foot-row2 .content .col-item.col-item3 {
	padding-left: 25px !important;
}
.foot-row2 .content .col-item:nth-child(1) {
	width: 100%;
	max-width: 350px;
}
.copy-right-row {
	border-top: 1px solid #444444;
}
.copy-right-row p {
	color: #fff;
}
.foot-row2 .content .col-item.col-item2 {
	width: 100%;
	max-width: 400px;
	border: none;
}

.org-footer .col-item.col-item3 {
	width: 100%;
	max-width: 330px;
	padding-left: 30px;
}
.copy-right-row .content.flex-div p .company-name {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
.foot-row2 .content .flex h2 {
	margin: 0px;
}

.foot-row2 .content .flex > div:nth-child(2) {
	margin-left: 15px;
}
.org-footer .col-item.col-item3 div p {
	margin: 0px;
}
.org-footer .foot-row2 .col-item h2 {
	   
	font-size: 20px !important;
	font-weight: bold !important;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 0.50px;
	text-align: left;
	color: #fff;
}
.copy-right-row .content.flex-div {
	padding: 15.4px 15px;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.copy-right-row .content.flex-div p {
	flex: auto;
}


.copy-right-row p {
	color: #fff;
	margin: 0px;
	font-size: 14px;
	letter-spacing: 0.50px;
	font-weight: 600;
}
.description_content .orange {
	color: #ff6700;
}

.description_content ul {
	margin: 0;
	padding: ;
}


.copy-right-row .content.flex-div p:nth-child(2) {
	text-align: right;
}
.copy-right-row .col-item p .company-name {
	text-transform: uppercase;
	color: #cbaa75;
	font-weight: bold;
}
.copy-right-row .col-item ul {
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
}
.copy-right-row .col-item ul li {
	list-style: none;
	position: relative;
}
.copy-right-row .col-item ul li a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	display: block;
	position: relative;
	font-size: 13px;
}

.copy-right-row .col-item ul li:nth-child(1) {
	padding-right: 5px;
	margin-right: 5px;
}

.copy-right-row .col-item ul li:nth-child(1)::before {
	position: absolute;
	content: "";
	top: 4px;
	right: -1px;
	width: 1.5px;
	height: 12px;
	background: #fff;
}

/*---Footer->END*/



#m2e-gallery-984aece6a926cf635e5e .full-image {
	width: 100%;
	height: auto;
	display: none;
	max-height: 500px;
}

