html,
body {
	height: 100%;
	font-family: sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
	font-family: "Muli", sans-serif;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 16px;
	font-family: "Muli", sans-serif;
	color: #323232;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 15px 0;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #f10101;
}

ul,
ol {
	padding: 0;
	margin: 0;
	list-style-type:none;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	margin-bottom: 40px;
	text-align: center;
}

.section-title .product-price {
	font-size: 24px;
	font-weight: 700;
	color: #e7ab3c;
}

.section-title .product-price span {
	font-size: 16px;
	font-weight: 400;
	color: #636363;
}

.section-title h2 {
	color: #252525;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 38px;
	position: relative;
}

.section-title h2:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -14px;
	width: 80px;
	height: 3px;
	background: #e7ab3c;
	content: "";
	margin: 0 auto;
}

.section-title p {
	color: #6e6e6e;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top center;
}

.spad {
	padding-top: 100px;
	padding-bottom: 100px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/* buttons */

.primary-btn {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 30px;
	color: #ffffff;
	background: #d70e0e;
	text-transform: uppercase;
}

.site-btn {
	color: #ffffff;
	background: #e7ab3c;
	border: 1px solid #e7ab3c;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 13px 45px 11px;
	cursor: pointer;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}



/*---------------------
  Header
-----------------------*/

.ht-right .lan-selector {
	max-width: 142px;
	cursor: pointer;
	display: inline-block;
	position: relative;
}

.ht-right .lan-selector .ddcommon {
	max-width: 142px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: none;
	cursor: pointer;
	padding: 0 20px;
}

.ht-right .lan-selector .ddcommon .ddTitle .ddTitleText img {
	padding-right: 5px;
}

.ht-right .lan-selector .ddcommon .ddTitle .ddTitleText span {
	font-size: 14px;
	color: #252525;
}

.ht-right .lan-selector .ddcommon .ddTitle .ddArrow:before {
	content: "3";
	font-family: "ElegantIcons";
	font-size: 14px;
	color: #636363;
	float: right;
	position: relative;
	right: 0;
	line-height: 26px;
}

.ht-right .lan-selector .ddcommon .ddChild {
	background: #fff;
	max-width: 142px;
	width: 100%;
	position: relative;
	left: 0;
}

.ht-right .lan-selector .ddcommon .ddChild ul {
	width: 100%;
	max-width: 142px;
}

.ht-right .lan-selector .ddcommon .ddChild ul li {
	line-height: 23px;
	padding: 0px 10px;
	list-style: none;
}

.ht-right .lan-selector .ddcommon .ddChild ul li img {
	padding-right: 10px;
}

.ht-right .lan-selector .ddcommon .ddChild ul li span {
	font-size: 13px;
	color: #000;
	letter-spacing: 0.325px;
}

.header-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background:#2e2e2e;
    border-bottom: solid #ccc 3px;
}

.header-top .ht-left {
	float: left;
}

.header-top .ht-left .mail-service {
	font-size: 14px;
	color: #fff;
	float: left;
	padding-top: 5px;
}
.mail-service i {
    margin-top: -2px;
    float: left;
}
.mail-service span {
    margin-top: 1px;
    display: inline-block;
}

.header-top .ht-left .mail-service i {
	margin-right: 5px;
    font-size: 25px;
}
a.login-panel img {
    height: 15px;
}
.sell_1 {
    background: #d70e0e;
    padding: 7px 10px !important;
    margin-left: 20px;
}
.header-top .ht-left .phone-service {
	float: right;
	font-size: 14px;
	color: #252525;
	line-height: 27px;
	padding-top: 15px;
	padding-bottom: 12px;
	padding-left: 20px;
}

.header-top .ht-left .phone-service i {
	margin-right: 5px;
}

.header-top .ht-right {
	float: right;
}

.header-top .ht-right .login-panel {
	float: right;
	font-size: 12px;
	color: #fff;
	display: inline-block;
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.header-top .ht-right .login-panel i {
	margin-right: 8px;
}

.header-top .ht-right .lan-selector {
	float: right;
	margin-top: 15px;
	margin-bottom: 13px;
}

.header-top .ht-right .top-social {
	float: right;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.header-top .ht-right .top-social a {
	color: #fff;
	font-size: 14px;
	display: inline-block;
	margin-left: 15px;
}

.inner-header {
	padding: 10px 0 4px;
}
.inner-header .logo {
	padding: 12px 0;
}

.inner-header .logo a {
	display: inline-block;
}
.depart-btn .ico-cont {
	display:block;
	line-height:44px;
	padding-bottom:5px;
	text-align:center;
}
.depart-btn .ico-cont img {
	display:inline-block;
}
/*header search starts*/

.header-search-wrapper {
	padding-right: 30px;
    padding-bottom: 15px;
    padding-top: 10px;
    padding-left: 15px;
}
.header-search-wrapper form {
	background: #f8f8f8;
}

.header-search-wrapper .input-group input[type=text]{
	    height: 40px;
    padding-left: 20px;
    font-size: 12px;
	background:transparent;
	border-bottom: 3px solid #ccc;
}
.header-search-wrapper .input-group select {
	border:0;
	background:transparent;
	border-bottom: 3px solid #ccc;
	font-size:13px;
	padding:0 10px;
	max-width: 30%;
}

.header-search-wrapper .input-group .seach-btn{
	background-color: #043d5f;
	color:#fff;
	border-color:#c8c5c5;
	border-left:0;
	padding:0 12px;
	font-size:21px;
}

.header-search-wrapper form .search-wrapper {
    width: 100%;
    display: flex;
    position: relative;
}
.header-search-wrapper form ul {
    position: absolute;
    top: 0px;
    left: 0;
    background: #fff;
    z-index: 999;
    max-height: 350px;
    overflow-y: scroll;
    padding: 0px 0 0 10px;
    width: 100%;
    margin: 0px 0 0;
    list-style: none;
}
.header-search-wrapper form ul li {
    display: flex;
    align-items: flex-start;
    margin: 10px 0 10px 0;
}
.header-search-wrapper form ul li a img {
    max-width: 45px;
    margin-right: 10px;
}
/*header search ends*/

.owl-carousel.owl-drag .owl-item{
	height:auto;
}
p.mid-1 {
    font-size: 12px;
    text-align: center;
    font-family: monospace;
    margin: 0;
    color: #3b3939;
}
.mid_0{
	background:#f4f4f4;
}
p.mid-1 span {
    color: #ad0800;
}
.logo img {
    width: 170px;
}
li.cart-price a {
    color: #2e2e2e;
    font-size: 13px;
}
.inner-header .nav-right {
	padding: 10px 0;
}

.inner-header .nav-right li {
	list-style: none;
	display: inline-block;
	font-size: 20px;
	margin-left: 30px;
}

.inner-header .nav-right li.heart-icon a {
	color: #252525;
	position: relative;
	display: inline-block;
}

.inner-header .nav-right li.heart-icon a span {
	position: absolute;
	right: -8px;
	top: -1px;
	height: 15px;
	width: 15px;
	background: #ffd200;
	color: #ffffff;
	border-radius: 50%;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	line-height: 15px;
}

.inner-header .nav-right li.cart-icon {
	position: relative;
}

.inner-header .nav-right li.cart-icon:hover .cart-hover {
	opacity: 1;
	visibility: visible;
	top: 30px;
}

.inner-header .nav-right li.cart-icon a {
	color: #252525;
	position: relative;
	display: inline-block;
}

.inner-header .nav-right li.cart-icon a span, .header-compare .yith-woocompare-count {
	position: absolute;
	right: -8px;
	top: -1px;
	height: 15px;
	width: 15px;
	background: #ffd200;
	color: #ffffff;
	border-radius: 50%;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	line-height: 15px;
}

.inner-header .nav-right li.cart-icon .cart-hover {
	position: absolute;
	right: -70px;
	top: 100px;
	width: 350px;
	background: #ffffff;
	z-index: 99;
	text-align: left;
	padding: 30px;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 0 13px 32px rgba(51, 51, 51, 0.1);
	box-shadow: 0 13px 32px rgba(51, 51, 51, 0.1);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-items table {
	width: 100%;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-items table tr td {
	padding-bottom: 20px;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-items table tr td.si-pic img {
	border: 1px solid #ebebeb;
    width: 70px;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-items table tr td.si-text {
	padding-left: 18px;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-items table tr td.si-text .product-selected p {
	color: #e7ab3c;
	line-height: 30px;
	margin-bottom: 7px;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-items table tr td.si-text .product-selected h6 {
	color: #232530;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-items table tr td.si-close {
	color: #252525;
	font-size: 16px;
	cursor: pointer;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-total {
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
	padding-top: 26px;
	margin-bottom: 30px;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-total span {
	font-size: 14px;
	color: #e7ab3c;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	float: left;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-total h5 {
	color: #e7ab3c;
	float: right;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-button .view-card {
	font-size: 12px;
	letter-spacing: 2px;
	display: block;
	text-align: center;
	background: #191919;
	color: #ffffff;
	padding: 15px 30px 12px;
	margin-bottom: 10px;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-button .checkout-btn {
	font-size: 12px;
	letter-spacing: 2px;
	display: block;
	text-align: center;
	color: #ffffff;
	padding: 15px 30px 12px;
}

.inner-header .nav-right li.cart-price {
	font-size: 18px;
	font-weight: 700;
	color: #252525;
}

.nav-item {
	background: #043d5f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.nav-item .nav-depart {
	float: left;
}

.nav-item .nav-depart .depart-btn {
	color: #ffffff;
	padding: 7px 28px 8px 18px;
	cursor: pointer;
	position: relative;
}

.nav-item .nav-depart .depart-btn:hover .depart-hover {
	top: 52px;
	opacity: 1;
	visibility: visible;
	z-index: 99;
	border:1px solid #ccc;
}

/* .nav-item .nav-depart .depart-btn:before { */
	/* position: absolute; */
	/* color: #ffffff; */
	/* right: 20px; */
	/* top: 13px; */
	/* content: ""; */
	/* font-family: FontAwesome; */
	/* font-size: 18px; */
/* } */

.nav-item .nav-depart .depart-btn i {
	color: #ffffff;
	font-size: 16px;
}

.nav-item .nav-depart .depart-btn span {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    display: block;
    text-align: center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.nav-item .nav-depart .depart-btn .depart-hover {
	position: absolute;
	width: 230px;
	background: #fff;
	left: 0;
	top: 62px;
	opacity: 0;
	visibility: hidden;
	padding-bottom: 0;
	-webkit-box-shadow: 0 13px 32px rgba(51, 51, 51, 0.1);
	box-shadow: 0 13px 32px rgba(51, 51, 51, 0.1);
	/*-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;*/
}

.nav-item .nav-depart .depart-btn .depart-hover li {
	list-style: none;
    padding: 5px 0;
}

.nav-item .nav-depart .depart-btn .depart-hover li.active a {
	color: #e7ab3c;
}
.nav-item .nav-depart .depart-btn .col-megamenu a{padding-left:0 !important;}
.nav-item .nav-depart .depart-btn .depart-hover li a {
	display: block;
	font-size: 14px;
	color: #4a4a4a;
	padding-left: 10px;
	padding-top: 3px;
	padding-right: 0px;
	/*-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;*/
}

.nav-item .nav-depart .depart-btn .depart-hover li a:hover {
	color: #f10101;
}
.col-megamenu ul li {
    border-bottom: none !important;
}

.nav-item .nav-menu {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
}
.mega-menu-color-1{
	background:#ebebeb;
    padding: 4px 15px 8px;
}
.mega-menu-color-2{
	background:#ddd;
    padding: 4px 15px 8px;
}
.nav-item .nav-menu li {
    display: inline-block;
    padding: 10px 20px;
}
.nav-item .nav-menu li.active a {
	color: #f10101;
}
.nav-item .nav-menu li {
	font-size: 13px;
}
.nav-item .nav-menu li a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    display: block;
}

.nav-item .nav-menu li:hover>a {
	color: #d70e0e;
}
.nav-item .nav-menu li a .ico-cont {
    display: block;
    line-height: 44px;
    padding-bottom: 5px;
    text-align: center;
}
.nav-item .nav-menu li:hover .dropdown {
	opacity: 1;
	visibility: visible;
	top: 52px;
}

.nav-item .nav-menu li .dropdown {
	position: absolute;
	right: 0;
	top: 82px;
	width: 200px;
	z-index: 99;
	background: #252525;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-text{
    font-weight: 800;
    display: inline-block;
    color: #000;
    font-size: 13px;
    border-left: solid #c5c5c5 1px;
    padding-left: 11px;
	margin: 0;
}
.nav-item .nav-menu li .dropdown li {
	display: block;
	margin-left: 0;
}

.nav-item .nav-menu li .dropdown li:hover>a {
	background: transparent;
	color: #d70e0e;
}

.nav-item .nav-menu li .dropdown li a {
	border-right: 0;
	padding: 13px 20px 12px 30px;
	text-transform: capitalize;
}
li.cart-icon img {
    width: 25px;
}
.slicknav_menu {
	display: none;
}

/* Ad Banner Top Starts */
section.ad-banner-top-section {
	padding:20px 0;
}
section.ad-banner-top-section img{
	width:100%;
	margin-bottom:20px;
}

.img-effect-1 a {
  display: block;
  position: relative;
  overflow: hidden; }
.img-effect-1 a:hover:before, .img-effect-1 a:hover:after {
opacity: 0;
filter: alpha(opacity=0);
border: 0 double rgba(255, 255, 255, 0.7);
visibility: hidden; }
.img-effect-1 a:before, .img-effect-1 a:after {
bottom: 0;
content: "";
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 1;
border: 200px double transparent;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
-moz-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
-webkit-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s; }
/* Ad Banner Top Ends */


/****************** Star Product Slider Starts *****************/
.star-product-box {
	text-align:center;
}
.star-product-img {
	padding: 10px;
}
.star-product-title {
	padding-top:10px;
}
.star-product-title a{
	font-size:17px;
	font-weight:700;
	color:#000;
}
/****************** Star Product Slider Ends *****************/


/* Sliders Button Style Starts */

.owl-nav-preset-slider .owl-nav button {
	 top: 44%;
	 position: absolute;
}
.owl-nav-preset-slider .owl-nav .owl-prev{
	left: 20px;
}
.owl-nav-preset-slider .owl-nav .owl-next{
	right: 20px;
}
.owl-nav-preset-slider .owl-nav button{
	width:35px;
	height:35px;
	text-align:center;
	background:#f6f6f6 !important;
	border-radius: 100%;
	border:1px solid #c1c1c1 !important;
	color:#696969 !important;
}
.owl-nav-preset-slider .owl-nav button:hover, .owl-nav-preset-slider .owl-nav button:focus{
	background:#e9262e !important;
	border:1px solid #e9262e !important;
	color:#fff !important;
}

.owl-nav-preset-1 .owl-nav button {
	 top: 44%;
	 position: absolute;
}
.owl-nav-preset-1 .owl-nav .owl-prev{
	left: -28px;
}
.owl-nav-preset-1 .owl-nav .owl-next{
	right: -28px;
}
.owl-nav-preset-1 .owl-nav button{
	width:30px;
	height:30px;
	background:#043d5f !important;
	border:1px solid #000 !important;
	color:#fff !important;
}
.owl-nav-preset-1 .owl-nav button:hover, .owl-nav-preset-1 .owl-nav button:focus{
	background:#e9262e !important;
	border:1px solid #e9262e !important;
	color:#fff !important;
}


.owl-nav-preset-2 .owl-nav button {
	 top:57%;
	 position: absolute;
}
.owl-nav-preset-2 .owl-nav .owl-prev{
	left: -275px;
}
.owl-nav-preset-2 .owl-nav .owl-next{
	left: -240px;
}
.owl-nav-preset-2 .owl-nav button{
	width:30px;
	height:30px;
	background:#fff !important;
	border:1px solid #fff !important;
	color:#c5282f !important;
}
.owl-nav-preset-2 .owl-nav button:hover, .owl-nav-preset-2 .owl-nav button:focus{
	background:#c5282f !important;
	border:1px solid #c5282f !important;
	color:#fff !important;
}


.owl-nav-preset-3 .owl-nav button {
	 top: -65px;
	 position: absolute;
}
.owl-nav-preset-3 .owl-nav .owl-prev{
	right:35px;
}
.owl-nav-preset-3 .owl-nav .owl-next{
	right:0;
}
.owl-nav-preset-3 .owl-nav button{
	width:30px;
	height:30px;
	background:#fff !important;
	border:1px solid #fff !important;
	color:#c5282f !important;
}
.owl-nav-preset-3 .owl-nav button:hover, .owl-nav-preset-3 .owl-nav button:focus{
	background:#c5282f !important;
	border:1px solid #c5282f !important;
	color:#fff !important;
}



/* Styling Owl Pagination*/
.owl-dots {
	text-align:center;
	margin:10px 0;
	margin-bottom:20px;
}
.owl-dots button.owl-dot {
	width:15px;
	height:15px;
	background:#ccc;
	border-radius:50%;
	margin:0 3px;
}
.owl-dots button.active {
	
	background:#744150;
}

/* Sliders Button Style Ends */
section.common-section {
    padding: 40px 0;
}
.full-width .container-fluid {
    max-width: 1650px;
    width: 94%;
}
.title-container {
	padding-bottom:40px;
	text-align:center;
}

.theme-title {
	text-align:center;
	position:relative;
}
.theme-title h2 {
    font-size: 29px;
    color: #403f3f;
	text-transform:uppercase;
	letter-spacing:2px;
	display:inline-block;
	padding:0 10px;
	margin:0;
	background:#fff;
	z-index:1;
	position:relative;
}

.theme-title:before {
	content: "";
	position: absolute;
	height: 1px;
	width: 90%;
	background: #b5b5b5;
	/* bottom: -20px; */
	top: 50%;
	left: 5%;
	/* margin-left: -50px; */
	margin-bottom: 0;
}


.theme-title h3 {
    font-size: 19px;
    color: #403f3f;
	text-transform:uppercase;
	letter-spacing:2px;
	display:inline-block;
	padding:0 10px;
	margin:0;
	background:#fff;
	z-index:1;
	position:relative;
}
.theme-title-2 h3{
	font-size:25px;
	color:#000;
}

/*---------------------
  Hero Section
-----------------------*/

.hero-items .owl-item img {
	padding: 0px !important;
}
.slider_text_1 h3 {
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 25px;
	color: #d70e0e;
}
.slider_text_1 h3 i {
    color: #3b3939;
}
.slider_text_1 h3 span i {
    color: #9c9c9c;
}
.slider_text_1 h2 {
    font-size: 50px;
    font-weight: 700;
	color:#3b3939;
}
.slider_text_1 h1 {
    font-size: 45px !important;
    font-weight: 400 !important;
    margin-bottom: 30px !important;
}

.hero-items .owl-nav button[type=button] {
	font-size: 30px;
	position: absolute;
	left: 40px;
	top: 45%;
	color: #252525;
}

.hero-items .owl-nav button[type=button]:hover {
	color: #d70d0d;
}
.hero-items .owl-nav button[type=button] {
    width: 35px;
    border-radius: 50%;
    font-size: 17px;
    line-height: 0;
    background: #8b9eb2;
    color: #fff;
    height: 35px;
}
.hero-items .owl-nav button[type=button].owl-next {
	left: auto;
	right: 40px;
}

.banner-section {
	padding: 24px 0;
}
img.single-banner-2-img1 {
    margin-left: -17px;
    margin-top: -13px;
    margin-bottom: 15px;
}
.single-banner {
	position: relative;
	z-index: 1;
}
.single-banner-3 h3 {
    font-size: 15px;
    margin-top: 3px;
}
.single-banner:hover::before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.single-banner::before {
	position: absolute;
	left: 35px;
	top: 30px;
	border: 13px solid #ffffff;
	content: "";
	opacity: 0.3;
	width: calc(100% - 70px);
	height: calc(100% - 60px);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.single-banner img {
	min-width: 100%;
}

.single-banner .inner-text {
	position: absolute;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.single-banner .inner-text h4 {
	color: #252525;
	font-weight: 700;
	padding: 11px 28px;
	background: #ffffff;
	border-radius: 2px;
}

/*---------------------
  Women Banner Section
-----------------------*/

.women-banner {
	padding-right: 65px;
	padding-left: 65px;
	padding-top: 0;
	padding-bottom: 0px;
}

.product-large {
	height: 620px;
	margin-left: -15px;
	margin-right: -15px;
	text-align: center;
	padding-top: 285px;
}

.product-large h2 {
	color: #ffffff;
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 18px;
}

.product-large a {
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	position: relative;
}

.product-large a:before {
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 2px;
	background: #ffffff;
	content: "";
}

.filter-control {
	text-align: center;
	margin-bottom: 45px;
	padding-top: 32px;
}

.filter-control ul li {
	list-style: none;
	display: inline-block;
	font-size: 20px;
	color: #b2b2b2;
	margin-right: 22px;
	position: relative;
	cursor: pointer;
}

.filter-control ul li.active {
	color: #171717;
}

.filter-control ul li.active:before {
	opacity: 1;
}

.filter-control ul li:before {
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 2px;
	background: #171717;
	content: "";
	opacity: 0;
}

.filter-control ul li:last-child {
	margin-right: 0;
}

.product-slider .owl-nav button[type=button], .featured-categories .owl-nav button[type=button] {
	font-size: 15px;
	position: absolute;
	right: 30px;
	top: -39px;
    background: #ba0000 !important;
    color: #fff !important;
    padding: 2px 9px !important;
	opacity: 1;
}

.product-slider .owl-nav button[type=button].owl-next, .featured-categories .owl-nav button[type=button].owl-next {
	left: auto;
	right: 0;
    top: -39px;
	font-size: 15px !important;
    background: #ba0000 !important;
    color: #fff !important;
    padding: 2px 9px !important;
	opacity: 1;
}

.product-slider .owl-dots {
	text-align: center;
	margin-top: -20px;
}

.product-slider .owl-dots button {
	width: 6px;
	height: 6px;
	background: #D8D9DA;
	border-radius: 50%;
	margin-right: 10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.product-slider .owl-dots button:last-child {
	margin-right: 0;
}

.product-slider .owl-dots button.active {
	width: 30px;
	background: #252525;
	border-radius: 50px;
}

.product-item {
	margin-bottom: 26px;
}

.product-item:hover .pi-pic .icon {
	top: 15px;
	opacity: 1;
}

.product-item:hover .pi-pic ul {
	bottom: 0;
    background: #ffffffa6;
    padding: 80px 0px;
	display:block;
}
.product-tittle h2 {
font-size: 14px;
    font-weight: 800;
    color: #494848;
    margin-bottom: 15px;
    border-bottom: solid #d1d1d1 2px;
    padding-bottom: 16px;
	position:relative;
}
.product-tittle h2:after{
    content: " ";
    border-bottom-style: solid;
    border-bottom-width: 2px;
    display: table-cell;
    width: 120px;
    position: absolute;
    top: 33px;
    color: #ba0000;
}
.product-tittle-2 h2 {
    font-size: 20px;
    font-weight: 800;
    color: #494848;
    margin-bottom: 15px;
    border-bottom: solid #d1d1d1 2px;
    padding-bottom: 10px;
}
.product-tittle-2 h2:after{
    content: " ";
    border-bottom-style: solid;
    border-bottom-width: 2px;
    display: table-cell;
    width: 120px;
    position: relative;
    bottom: -12px;
    color: #ba0000;
}
.product-item .pi-pic {
	overflow: hidden;
	position: relative;
	height:225px;
}

.product-item .pi-pic img {
	min-width: 100%;
}

.product-item .pi-pic .sale {
	color: #ffffff;
	font-size: 10px;
	background: #006f8d;
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 5px 10px;
	text-transform: uppercase;
	border-radius:3px;
}

.product-item .pi-pic .sale.pp-sale {
	background: #d70e0e;
}

.product-item .pi-pic .icon {
	font-size: 20px;
	color: #252525;
	position: absolute;
	right: 21px;
	top: -15px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

.product-item .pi-pic ul {
	position: absolute;
	left: 0;
	bottom: 170px;
	display:none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	width: 100%;
}

.product-item .pi-pic ul li {
	list-style: none;
	display: inline-block;
	background: #ffffff;
}

.product-item .pi-pic ul li.w-icon.active a {
	background: #d70e0e;
	color: #ffffff;
}

.product-item .pi-pic ul li a {
	font-size: 16px;
	font-weight: 700;
	color: #252525;
	display: block;
	padding: 16px 18px 12px 19px;
}

.product-item .pi-text {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.product-item .pi-text .catagory-name {
	font-size: 10px;
	color: #b2b2b2;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.product-item .pi-text a {
	display: block;
}

.product-item .pi-text a h5 {
	color: #000;
    font-size: 13px;
	font-weight:600;
}
.checked-1 {
  color: orange;
}
.rating-star span {
    font-size: 12px;
}
.product-item .pi-text .product-price {
	color: #d70e0e;
	font-size: 13px;
	font-weight: 400;
}
.product-price img {
    display: inline-block !important;
    width: 60px !important;
    padding: 0 !important;
    float: right;
}
.product-item .pi-text .product-price del span {
	font-size: 14px;
	font-weight: 400;
	color: #b2b2b2;
	text-decoration: line-through;
	padding-left:0px;
	padding-right: 0px;
}
.product-item .pi-text .product-price del{margin-right:2px;}
.details-12-1 del{color: #666;font-size: 15px;margin-right: 5px;}
.product-item .pi-text .product-price ins, .details-12-1 ins, .search-wrapper ul li ins{text-decoration:none;}
.product-item .pi-text .product-price .percentage {
	background-color: #043d5f;
    font-size: 13px;
    color: #fff;
	text-decoration: none;
    text-align: center;
    padding: 0px 10px 0px 17px;
    background: url(../images/p-arrow-white.png) no-repeat 0 center #043d5f;
}

/*---------------------
  Deal Of The Week
-----------------------*/

.deal-of-week {
	padding-top: 80px;
	padding-bottom: 80px;
	margin-left: 65px;
	margin-right: 65px;
}

.countdown-timer {
	text-align: center;
	display:inline-block;
	margin-bottom: 0;
}

.countdown-timer .cd-item {
	display: inline-block;
	background: #ffffff;
	padding: 0px 14px;
	border:solid #ccc 1px;
	float:left;
}
.single-banner-3 p {
    color: #ba0000;
	margin:11px 0 13px;
}
.single-banner-3 p img {
    margin-top: -3px;
    float: right;
    padding-right: 28px;
}
.single-banner-3 p span {
    color: #8b8282;
    text-decoration: line-through;
}
.single-banner-3 p i {
    color: #000;
}
.single-banner-3 p span i {
    color: #8b8282;
}
.countdown-timer .cd-item:last-child {
	margin-right: 0;
}

.countdown-timer .cd-item span {
	color: #666666;
	font-weight: 700;
	line-height: 40px;
	font-size: 15px;
}
.single-banner-4 button {
    margin-top: 18px;
    padding: 8px 11px;
    margin-bottom: 2px;
}
.single-banner-4 button i {
	font-size:15px;
}
.product-item {
    border: solid #dddddd 1px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.single-banner-4 button img {
    width: 23px;
}
.countdown-timer .cd-item p {
	font-size: 10px;
	color: #b2b2b2;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-top:-10px;
}
.mid-2 {
    padding-right: 0;
}
.mid-2-1 {
    padding-right: 0;
}
.mid-2-2 {
    padding-right: 0;
}
.mid-2-3 {
    padding-right: 0;
}
/*---------------------
  Man Banner
-----------------------*/

.man-banner {
	padding-right: 65px;
	padding-left: 65px;
	padding-top: 80px;
	padding-bottom: 80px;
}

/*---------------------
  Instagram Photo
-----------------------*/

.instagram-photo {
	overflow: hidden;
}

.instagram-photo .insta-item {
	float: left;
	width: 16.66%;
	height: 320px;
	text-align: center;
	position: relative;
}

.instagram-photo .insta-item:hover:before {
	opacity: 1;
}

.instagram-photo .insta-item:hover .inside-text {
	opacity: 1;
	visibility: visible;
	z-index: 99;
}

.instagram-photo .insta-item:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	content: "";
	opacity: 0;
	-webkit-transition: all 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.instagram-photo .insta-item .inside-text {
	padding-top: 130px;
	opacity: 0;
	visibility: hidden;
	position: relative;
	-webkit-transition: all 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.instagram-photo .insta-item .inside-text i {
	font-size: 30px;
	color: #ffffff;
}

.instagram-photo .insta-item .inside-text h5 {
	margin-top: 14px;
}

.instagram-photo .insta-item .inside-text h5 a {
	color: #ffffff;
}

/*---------------------
  Latest Blog
-----------------------*/

.latest-blog {
	padding-top: 72px;
	padding-bottom: 80px;
}

.latest-blog .section-title {
	margin-bottom: 55px;
}

.single-latest-blog {
	margin-bottom: 25px;
}

.single-latest-blog img {
	min-width: 100%;
}

.single-latest-blog .latest-text {
	padding-top: 25px;
}

.single-latest-blog .latest-text .tag-list {
	margin-bottom: 8px;
}

.single-latest-blog .latest-text .tag-list .tag-item {
	font-size: 16px;
	color: #a2a1a1;
	display: inline-block;
	margin-right: 15px;
}

.single-latest-blog .latest-text .tag-list .tag-item i {
	color: #d70e0e;
}

.single-latest-blog .latest-text a {
	display: block;
}

.single-latest-blog .latest-text a h4 {
	color: #252525;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 16px;
}

.benefit-items {
	border: 1px solid #ebebeb;
	margin-top: 45px;
}

.benefit-items .single-benefit {
	padding-top: 30px;
	padding-bottom: 25px;
	padding-left: 55px;
	padding-right: 55px;
	border-right: 1px solid #F3F4F0;
}

.benefit-items .single-benefit .sb-icon {
	float: left;
	margin-right: 20px;
}

.benefit-items .single-benefit .sb-text {
	display: table;
}

.benefit-items .single-benefit .sb-text h6 {
	color: #252525;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.benefit-items .single-benefit .sb-text p {
	margin-bottom: 0;
	color: #252525;
	line-height: 20px;
}

/*---------------------
  Partner Logo
-----------------------*/

.partner-logo {
	background: #303030;
	padding: 38px 0;
}

.logo-carousel .logo-item {
	display: table;
}

.logo-carousel .logo-item .tablecell-inner {
	display: table-cell;
	height: 45px;
	vertical-align: middle;
}


/****************** Countdown Timer Starts *****************/
.timer-container {
	text-align:center;
}
.timer-container span{
	background:#dcdcdc;
	color:#111;
	padding:5px 8px;
	margin:0 5px;
	font-size:24px;
	font-weight:700;
}
.timer-container .timer-icon{
	background:transparent;
	padding:0;
}
.timer-container .timer-icon img{
	width:40px;
}
.timer-product-box {
	background:#422f45;
	padding:0 50px;
	padding-bottom:30px;
	overflow:hidden;
	margin-bottom:30px;
}
.timer-product-box .timer-product-img {
	padding:10px 0 20px 0;
}
.timer-product-box .timer-product-img img{
	width:100%;
}
.timer-product-box .timer-product-title {
	float:left;
}
.timer-product-box .timer-product-title h4{
	padding:0;
	margin:0;
	color:#fff;
}
.timer-product-box .timer-product-title h4 a{
	color:#fff;
}
.timer-product-box .timer-product-title a{
	color:#fff;
}
.timer-product-box .timer-product-play-icon{
	float:right;
	padding-top:10px;
}
.timer-product-box .timer-product-play-icon a{
	color:#000;
	background:#fff;
	width:32px;
	height:32px;
	display:inline-block;
	text-align:center;
	line-height:32px;
	font-size:30px;
}

/****************** Countdown Timer Ends *****************/


/****************** Hot Accessories Starts *****************/
.hot-accessories-product-box {
	text-align:center;
	background:#f4f4f4;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding:22px;
}
.hot-accessories-product-box:hover .hot-accessories-product-title a{
	color:#043d5f;
}
.hot-accessories-product-img {
	padding-bottom:10px;
	max-height:200px;
	height:200px;
}
.hot-accessories-product-img img{
	display: inline-block !important;
    width: auto !important;
	max-width: 100%;
}
.hot-accessories-product-title a{
	color:#111;
	font-size:21px;
	font-weight:600;
}
.hot-accessories-product-discount a{
	color:#676767;
	font-size:15px;
}
/****************** Hot Accessories Ends *****************/


/****************** The Weeks top deal Starts *****************/
.product-carousel-container-1 {
	
}
.weeks-deal-product-box {
	text-align:center;
	border-right:#050505 1px solid;
	padding-right: 20px;
}
.weeks-deal-product-box:hover .weeks-deal-product-title a{
	color:#d70e0e;
}
.weeks-deal-product-img {
	position:relative;
}
.weeks-deal-product-img a.add-to-wish{
	position:absolute;
	color:#a8a8a8;
	top:3px;
	right:10px;
	font-size:29px;
	z-index:1;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-outs;
}
.weeks-deal-product-img a.add-to-wish:hover{
	color:#043d5f;
}
.weeks-deal-product-title {
	padding-bottom:10px;
}
.weeks-deal-product-title a{
	color: #111;
    font-size: 15px;
    line-height: 20px;
    display: block;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-outs;
}
.weeks-deal-offer-price {
	color:#111;
	font-size:19px;
	padding-bottom:8px;
}
.weeks-deal-offer-price span{
	font-weight:700;
}
.weeks-deal-price-discount {
	font-size:15px;
	padding-bottom:7px;
}
.weeks-deal-price-discount span{
	text-decoration:line-through;
}
.weeks-deal-price-discount span.saving{
	text-decoration:none;
	color:#2a9d06;
	font-weight:700;
}
.weeks-deal-buttons {
	
}
.weeks-deal-buttons a{
	border:1px solid #043d5f;
	font-weight:600;
	padding:2px 12px;
	color:#043d5f;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display:inline-block;
	background: none;
}
.weeks-deal-buttons a.wd-buynow{
	background:#043d5f;
	color:#fff;
	margin-left:5px;
}

/****************** The Weeks top deal Ends *****************/



/****************** Top Deals and offers Ends *****************/
.top-deal-offer-box {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:#c1c1c1;
	text-align:center;
	position:relative;
	margin-bottom:30px;
}
.top-deal-offer-box img{
	width:100%;
}
.top-deal-floted {
	position: absolute;
    top: 0;
    display: block;
    width: 100%;
}
.top-deal-offer-box .top-deal-p-title {
	width:auto;
	background:#fff;
	padding:7px;
	display: inline-block;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.top-deal-offer-box .top-deal-p-title h4{
	font-size:16px;
	color:#043d5f;
	position:relative;
}
.top-deal-offer-box .top-deal-p-title h4:after{
	content: "";
    position: absolute;
    height: 1px;
    width: 80px;
    background: #e32727;
    bottom: -5px;
    left: 50%;
    margin-left: -40px;
    margin-bottom: 0;
}
.top-deal-offer-box .top-deal-off-discount {
	font-size:19px;
	color:#043d5f;
	font-weight:600;
}
/****************** Top Deals and offers Ends *****************/


/****************** Audio and Video Offer Zone Starts *****************/
.audio-video-zone-section {
	
}
.a-v-zone-cont img {
	margin-bottom:20px;
	width:100%;
}
/****************** Audio and Video Offer Zone Ends *****************/



/****************** Bulk Order Form Starts *****************/
.bulk-order-form-container {
	
}
.bulk-toon {
	width:100%;
}
.bulk-order-form-container h2{
	color:#262627;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:25px;
}
.bulk-enq-form input{
	margin-bottom: 20px;
    padding: 12px 25px;
    height: auto;
	border-color:#aaa;
}
.bulk-enq-form button{
	padding:15px 10px
}
/****************** Bulk Order Form Ends *****************/

/****************** Benefits Footer Starts *****************/
.benefit-box {
	text-align:center;
	color:#020403;
	font-size:19px;
	font-weight:600;
	padding-bottom:40px;
}
.benefit-box .ben-icon {
	padding-bottom:25px;
	line-height:65px;
}
/****************** Benefits Footer Ends *****************/

.pt30 {
    padding-top: 30px !important;
}

/*---------------------
  Footer
-----------------------*/

.footer-section {
	background: #191919;
	padding-top: 75px;
}

.footer-left {
	margin-bottom: 30px;
}

.footer-left .footer-logo {
	margin-bottom: 24px;
}

.footer-left .footer-logo a {
	display: inline-block;
}

.footer-left ul li {
	list-style: none;
	color: #b2b2b2;
	font-size: 16px;
	line-height: 30px;
}

.footer-left .footer-social {
	padding-top: 25px;
}

.footer-left .footer-social a {
	display: inline-block;
	height: 40px;
	width: 40px;
	background: #434445;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	margin-right: 7px;
	position: relative;
	z-index: 1;
}

.footer-left .footer-social a:hover:before {
	opacity: 1;
}

.footer-left .footer-social a:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #d70e0e;
	content: "";
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: -1;
}

.footer-widget {
	margin-bottom: 30px;
}

.footer-widget h5 {
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 26px;
}

.footer-widget ul li {
	list-style: none;
}

.footer-widget ul li a {
	line-height: 36px;
	font-size: 16px;
	color: #b2b2b2;
}

.newslatter-item h5 {
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 30px;
}

.newslatter-item p {
	color: #b2b2b2;
	line-height: 26px;
}

.newslatter-item .subscribe-form {
	position: relative;
}

.newslatter-item .subscribe-form input {
	color: #b2b2b2;
	background: #303030;
	width: 100%;
	height: 46px;
	font-size: 16px;
	border: none;
	padding-left: 20px;
}

.newslatter-item .subscribe-form input::-webkit-input-placeholder {
	color: #b2b2b2;
}

.newslatter-item .subscribe-form input::-moz-placeholder {
	color: #b2b2b2;
}

.newslatter-item .subscribe-form input:-ms-input-placeholder {
	color: #b2b2b2;
}

.newslatter-item .subscribe-form input::-ms-input-placeholder {
	color: #b2b2b2;
}

.newslatter-item .subscribe-form input::placeholder {
	color: #b2b2b2;
}

.newslatter-item .subscribe-form button {
	display: inline-block;
	color: #ffffff;
	background: #d70e0e;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid #d70e0e;
	position: absolute;
	right: 0;
	top: 0;
	padding: 13px 20px 12px;
	cursor: pointer;
}

.copyright-reserved {
	border-top: 1px solid #303030;
	padding: 15px 0;
	margin-top: 45px;
}

.copyright-reserved .copyright-text {
	float: left;
	font-size: 16px;
	color: #b2b2b2;
}

.copyright-reserved .copyright-text a {
	color: #b2b2b2;
}

.copyright-reserved .copyright-text i {
	color: #cc2424;
}

.copyright-reserved .copyright-text a:hover {
	color: #d70e0e;
}

.copyright-reserved .payment-pic {
	float: right;
}

/*-------------------------------- Other Pages Style -------------------------------*/

/*---------------------
  Breadcrumb
-----------------------*/

.breadcrumb-text {
	border-bottom: 1px solid #ebebeb;
	padding: 15px 0;
}

.breadcrumb-text.product-more a:nth-child(1):after {
	color: #252525;
}

.breadcrumb-text a {
	display: inline-block;
	font-size: 16px;
	color: #252525;
	margin-right: 28px;
	position: relative;
}

.breadcrumb-text a:after {
	position: absolute;
	right: -18px;
	top: 0px;
	content: "";
	font-family: "FontAwesome";
	font-size: 16px;
	color: #b2b2b2;
}

.breadcrumb-text span {
	display: inline-block;
	color: #b2b2b2;
}

/*---------------------
  Product Shop
-----------------------*/

.product-shop {
	padding-top: 80px;
	padding-bottom: 80px;
}

.filter-widget {
	margin-bottom: 45px;
}

.filter-widget .fw-title {
	color: #252525;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 26px;
}

.filter-widget .filter-catagories li {
	list-style: none;
}

.filter-widget .filter-catagories li a {
	display: inline-block;
	color: #636363;
	font-size: 16px;
	line-height: 39px;
}

.filter-widget .fw-brand-check .bc-item {
	margin-bottom: 3px;
}

.filter-widget .fw-brand-check .bc-item label {
	position: relative;
	cursor: pointer;
	padding-left: 28px;
}

.filter-widget .fw-brand-check .bc-item label input {
	position: absolute;
	visibility: hidden;
}

.filter-widget .fw-brand-check .bc-item label input:checked~span {
	background: #d70e0e;
	border-color: #d70e0e;
}

.filter-widget .fw-brand-check .bc-item label .checkmark {
	position: absolute;
	left: 0;
	top: 5px;
	height: 15px;
	width: 15px;
	border: 2px solid #ebebeb;
	border-radius: 2px;
}

.filter-widget .fw-brand-check .bc-item label .checkmark:after {
	left: 0;
	top: 0;
	width: 10px;
	height: 8px;
	border: solid white;
	border-width: 3px 3px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
}

.filter-widget .filter-range-wrap {
	margin-bottom: 40px;
}

.filter-widget .filter-range-wrap .range-slider {
	margin-bottom: 25px;
}

.filter-widget .filter-range-wrap .range-slider .price-input {
	position: relative;
}

.filter-widget .filter-range-wrap .range-slider .price-input:after {
	position: absolute;
	left: 58px;
	top: 13px;
	height: 1px;
	width: 17px;
	background: #ebebeb;
	content: "";
}

.filter-widget .filter-range-wrap .range-slider .price-input input {
	font-size: 16px;
	color: #252525;
	max-width: 20%;
	text-align: center;
	border: 1px solid #ebebeb;
	border-radius: 2px;
}

.filter-widget .filter-range-wrap .range-slider .price-input input:nth-child(1) {
	margin-right: 28px;
}

.filter-widget .filter-range-wrap .price-range {
	border-radius: 0;
}

.filter-widget .filter-range-wrap .price-range.ui-widget-content {
	border: none;
	background: #ebebeb;
	height: 3px;
}

.filter-widget .filter-range-wrap .price-range.ui-widget-content .ui-slider-handle {
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #ffffff;
	border: none;
	-webkit-box-shadow: 1px 6px 14px -4px #425c6d;
	box-shadow: 1px 6px 14px -4px #425c6d;
	outline: none;
}

.filter-widget .filter-range-wrap .price-range .ui-slider-range {
	background: #ebebeb;
	border-radius: 0;
}

.filter-widget .filter-range-wrap .price-range .ui-slider-range.ui-corner-all.ui-widget-header:last-child {
	background: #d70e0e;
}

.filter-widget .filter-btn {
	font-size: 14px;
	color: #ffffff;
	font-weight: 700;
	background: #d70e0e;
	padding: 7px 20px 5px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}

.filter-widget .fw-color-choose .cs-item {
	width: 50%;
	float: left;
	margin-bottom: 4px;
}

.filter-widget .fw-color-choose .cs-item input {
	position: absolute;
	visibility: hidden;
}

.filter-widget .fw-color-choose .cs-item label {
	cursor: pointer;
	position: relative;
	padding-left: 33px;
	font-size: 16px;
	color: #636363;
}

.filter-widget .fw-color-choose .cs-item label.cs-violet:before {
	background: #8230E3;
}

.filter-widget .fw-color-choose .cs-item label.cs-blue:before {
	background: #2773BE;
}

.filter-widget .fw-color-choose .cs-item label.cs-yellow:before {
	background: #EEEE21;
}

.filter-widget .fw-color-choose .cs-item label.cs-red:before {
	background: #DC3232;
}

.filter-widget .fw-color-choose .cs-item label.cs-green:before {
	background: #81D742;
}

.filter-widget .fw-color-choose .cs-item label:before {
	position: absolute;
	left: 0;
	top: 4px;
	height: 18px;
	width: 18px;
	background: #252525;
	border-radius: 50%;
	content: "";
}

.filter-widget .fw-size-choose .sc-item {
	display: inline-block;
	margin-right: 5px;
}

.filter-widget .fw-size-choose .sc-item:last-child {
	margin-right: 0;
}

.filter-widget .fw-size-choose .sc-item input {
	position: absolute;
	visibility: hidden;
}

.filter-widget .fw-size-choose .sc-item label {
	font-size: 16px;
	color: #252525;
	font-weight: 700;
	height: 40px;
	width: 47px;
	border: 1px solid #ebebeb;
	text-align: center;
	line-height: 40px;
	text-transform: uppercase;
	cursor: pointer;
}

.filter-widget .fw-size-choose .sc-item label.active {
	background: #252525;
	color: #ffffff;
}

.filter-widget .fw-tags a {
	display: inline-block;
	font-size: 16px;
	color: #636363;
	padding: 5px 15px;
	border: 1px solid #ebebeb;
	margin-right: 5px;
	margin-bottom: 9px;
	border-radius: 2px;
}

.checkmark:after {
	position: absolute;
	content: "";
}

.product-show-option {
	margin-bottom: 30px;
}

.product-show-option .select-option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.product-show-option .select-option .nice-select {
	border-radius: 0;
	border: 1px solid #ECEDEE;
	height: 40px;
	line-height: 35px;
}

.product-show-option .select-option .nice-select .list {
	margin-top: 0;
	border-radius: 0;
	width: 100%;
}

.product-show-option .select-option .nice-select:after {
	border-bottom: 2px solid #4c4c4c;
	border-right: 2px solid #4c4c4c;
	height: 7px;
	right: 22px;
	top: 47%;
	width: 7px;
	opacity: 0.7;
}

.product-show-option .select-option .nice-select span {
	font-size: 16px;
	color: #4c4c4c;
}

.product-show-option .select-option .sorting {
	margin-right: 20px;
}

.product-show-option .select-option .sorting.nice-select {
	padding-right: 70px;
}

.product-show-option .select-option .p-show.nice-select {
	padding-right: 105px;
}

.product-show-option .select-option .p-show.nice-select:before {
	position: absolute;
	right: 48px;
	top: 0;
	content: "09";
	font-size: 16px;
	color: #252525;
}

.product-show-option p {
	margin-bottom: 0;
	color: #636363;
	line-height: 39px;
}

.prduct-list .product-item {
	margin-bottom: 25px;
}

.loading-more {
	text-align: center;
	padding-top: 10px;
}

.loading-more i {
	font-size: 22px;
	color: #663333;
	margin-right: 6px;
	position: relative;
	top: 7px;
}

.loading-more a {
	font-size: 18px;
	font-weight: 700;
	color: #252525;
	position: relative;
	display: inline-block;
}

.loading-more a:before {
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 2px;
	background: #d70e0e;
	content: "";
}

/*---------------------
  Product Details
-----------------------*/

.product-shop.page-details {
	padding-bottom: 60px;
}

.product-pic-zoom {
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}

.product-pic-zoom img {
	min-width: 100%;
}

.product-pic-zoom .zoom-icon {
	position: absolute;
	right: 20px;
	top: 20px;
}

.product-pic-zoom .zoom-icon i {
	color: #4c4c4c;
	font-size: 14px;
	width: 40px;
	height: 40px;
	border: 1px solid #d7d7d7;
	text-align: center;
	border-radius: 50%;
	line-height: 37px;
}

.product-thumbs .pt {
	cursor: pointer;
	position: relative;
}

.product-thumbs .pt.active:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 1px solid #d70e0e;
	z-index: 1;
}

.ps-slider .owl-nav button[type=button] {
	height: 30px;
	width: 30px;
	background: #ffffff;
	color: #a7a7a7;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	font-size: 20px;
	-webkit-box-shadow: 0px 6px 10px -1px #e9e9e9;
	box-shadow: 0px 6px 10px -1px #e9e9e9;
	position: absolute;
	left: -16px;
	top: 50%;
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
}

.ps-slider .owl-nav button[type=button].owl-next {
	left: auto;
	right: -16px;
}

.product-details .pd-title {
	position: relative;
	margin-bottom: 6px;
}

.product-details .pd-title span {
	display: block;
	font-size: 12px;
	color: #b2b2b2;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	line-height: 23px;
}

.product-details .pd-title h3 {
	color: #252525;
	font-weight: 700;
}

.product-details .pd-title .heart-icon {
	color: #252525;
	font-size: 18px;
	position: absolute;
	right: 0;
	top: 0;
}

.product-details .pd-rating {
	margin-bottom: 10px;
}

.product-details .pd-rating i {
	font-size: 12px;
	display: inline-block;
	color: #FAC451;
	margin-right: -3px;
}

.product-details .pd-rating span {
	font-size: 12px;
	color: #999591;
}

.product-details .pd-desc {
	margin-bottom: 24px;
}

.product-details .pd-desc p {
	color: #636363;
}

.product-details .pd-desc h4 {
	color: #d70e0e;
	font-weight: 700;
}

.product-details .pd-desc h4 span {
	font-size: 18px;
	font-weight: 400;
	color: #b7b7b7;
	text-decoration: line-through;
	display: inline-block;
	margin-left: 13px;
}

.product-details .pd-color {
	margin-bottom: 25px;
}

.product-details .pd-color h6 {
	color: #252525;
	font-weight: 700;
	float: left;
	margin-right: 28px;
}

.product-details .pd-color .pd-color-choose {
	display: inline-block;
}

.product-details .pd-color .pd-color-choose .cc-item {
	display: inline-block;
	margin-right: 10px;
}

.product-details .pd-color .pd-color-choose .cc-item input {
	position: absolute;
	visibility: hidden;
}

.product-details .pd-color .pd-color-choose .cc-item label {
	height: 20px;
	width: 20px;
	background: #252525;
	border-radius: 50%;
	cursor: pointer;
	margin-bottom: 0;
}

.product-details .pd-color .pd-color-choose .cc-item label.cc-yellow {
	background: #EEEE21;
}

.product-details .pd-color .pd-color-choose .cc-item label.cc-violet {
	background: #8230E3;
}

.product-details .pd-size-choose {
	margin-bottom: 30px;
}

.product-details .pd-size-choose .sc-item {
	display: inline-block;
	margin-right: 5px;
}

.product-details .pd-size-choose .sc-item:last-child {
	margin-right: 0;
}

.product-details .pd-size-choose .sc-item input {
	position: absolute;
	visibility: hidden;
}

.product-details .pd-size-choose .sc-item label {
	font-size: 16px;
	color: #252525;
	font-weight: 700;
	height: 40px;
	width: 47px;
	border: 1px solid #ebebeb;
	text-align: center;
	line-height: 40px;
	text-transform: uppercase;
	cursor: pointer;
}

.product-details .pd-size-choose .sc-item label.active {
	background: #252525;
	color: #ffffff;
}

.product-details .quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 33px;
}

.product-details .quantity .pro-qty {
	width: 123px;
	height: 46px;
	border: 2px solid #ebebeb;
	padding: 0 15px;
	float: left;
	margin-right: 14px;
}

.product-details .quantity .pro-qty .qtybtn {
	font-size: 24px;
	color: #b2b2b2;
	float: left;
	line-height: 38px;
	cursor: pointer;
	width: 18px;
}

.product-details .quantity .pro-qty .qtybtn.dec {
	font-size: 30px;
}

.product-details .quantity .pro-qty input {
	text-align: center;
	width: 52px;
	font-size: 14px;
	font-weight: 700;
	border: none;
	color: #4c4c4c;
	line-height: 40px;
	float: left;
}

.product-details .quantity .primary-btn.pd-cart {
	padding: 14px 70px 10px;
}

.product-details .pd-tags {
	margin-bottom: 27px;
}

.product-details .pd-tags li {
	list-style: none;
	font-size: 16px;
	color: #636363;
	line-height: 30px;
}

.product-details .pd-tags li span {
	color: #252525;
	font-weight: 700;
	text-transform: uppercase;
}

.product-details .pd-share {
	overflow: hidden;
}

.product-details .pd-share .p-code {
	font-size: 16px;
	color: #252525;
	float: left;
}

.product-details .pd-share .pd-social {
	float: right;
}

.product-details .pd-share .pd-social a {
	display: inline-block;
	color: #252525;
	font-size: 14px;
	margin-left: 15px;
}

.product-tab {
	padding-top: 60px;
}

.tab-item ul li:nth-child(1) a {
	border-right: 1px solid #ebebeb;
}

.tab-item ul li:nth-child(2) a {
	border-right: 1px solid #ebebeb;
}

.tab-item ul li:nth-child(3) a {
	border-right: 1px solid #ebebeb;
}

.tab-item ul li a {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #b2b2b2;
	text-transform: uppercase;
	padding: 18px 61px;
	position: relative;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

.tab-item ul li a.active {
	color: #252525;
}

.tab-item ul li a.active:before {
	opacity: 1;
}

.tab-item ul li a::before {
	position: absolute;
	left: 0;
	top: -1px;
	width: 100%;
	height: 5px;
	background: #d70e0e;
	content: "";
	opacity: 0;
}

.product-content {
	padding-top: 40px;
}

.product-content h5 {
	color: #252525;
	font-weight: 700;
	margin-bottom: 23px;
}

.product-content p {
	margin-bottom: 34px;
}

.product-content img {
	min-width: 100%;
}

.specification-table {
	padding-top: 52px;
}

.specification-table table {
	width: 100%;
}

.specification-table table tr td {
	border: 1px solid #EFF0F2;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 18px;
}

.specification-table table tr td.p-catagory {
	width: 310px;
	text-align: left;
	padding-left: 34px;
	font-size: 16px;
	color: #4c4c4c;
	font-weight: 700;
	text-transform: uppercase;
}

.specification-table table tr td .pd-rating i {
	font-size: 12px;
	display: inline-block;
	color: #FAC451;
	margin-right: -3px;
}

.specification-table table tr td .pd-rating span {
	font-size: 12px;
	color: #999591;
}

.specification-table table tr td .p-price {
	color: #d70e0e;
	font-size: 16px;
	font-weight: 700;
}

.specification-table table tr td .cart-add {
	font-size: 16px;
	color: #252525;
	font-weight: 700;
	text-transform: uppercase;
}

.specification-table table tr td .p-stock,
.specification-table table tr td .p-size,
.specification-table table tr td .p-code {
	font-size: 16px;
	color: #4c4c4c;
	font-weight: 700;
}

.specification-table table tr td .p-weight {
	font-size: 14px;
	color: #4c4c4c;
	font-weight: 700;
}

.specification-table table tr td .p-size {
	text-transform: uppercase;
}

.specification-table table tr td .cs-color {
	display: inline-block;
	height: 20px;
	width: 20px;
	background: #252525;
	border-radius: 50%;
}

.customer-review-option {
	padding-top: 55px;
}

.customer-review-option h4 {
	color: #292f3b;
	font-weight: 700;
	margin-bottom: 35px;
}

.customer-review-option .comment-option .co-item {
	margin-bottom: 20px;
}

.customer-review-option .comment-option .co-item .avatar-pic {
	float: left;
	margin-right: 20px;
}

.customer-review-option .comment-option .co-item .avatar-pic img {
	height: 63px;
	width: 63px;
	border-radius: 50%;
}

.customer-review-option .comment-option .co-item .avatar-text {
	display: table;
}

.customer-review-option .comment-option .co-item .avatar-text .at-rating {
	line-height: 9px;
}

.customer-review-option .comment-option .co-item .avatar-text .at-rating i {
	font-size: 12px;
	display: inline-block;
	color: #FAC451;
	margin-right: -3px;
}

.customer-review-option .comment-option .co-item .avatar-text h5 {
	color: #252525;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
}

.customer-review-option .comment-option .co-item .avatar-text h5 span {
	color: #b2b2b2;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-left: 22px;
	position: relative;
}

.customer-review-option .comment-option .co-item .avatar-text h5 span:before {
	position: absolute;
	left: -18px;
	top: -5px;
	content: "-";
	font-size: 18px;
	color: #b2b2b2;
}

.customer-review-option .comment-option .co-item .avatar-text .at-reply {
	font-size: 14px;
	color: #636363;
}

.customer-review-option .personal-rating {
	margin-bottom: 50px;
	padding-top: 10px;
}

.customer-review-option .personal-rating h6 {
	color: #252525;
}

.customer-review-option .personal-rating .rating i {
	font-size: 12px;
	display: inline-block;
	color: #FAC451;
	margin-right: -3px;
}

.customer-review-option .leave-comment h4 {
	color: #292f3b;
	font-weight: 700;
	margin-bottom: 35px;
}

.customer-review-option .leave-comment .comment-form input {
	width: 100%;
	font-size: 16px;
	color: #636363;
	height: 50px;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	padding-left: 20px;
	margin-bottom: 30px;
}

.customer-review-option .leave-comment .comment-form textarea {
	width: 100%;
	resize: none;
	font-size: 16px;
	color: #636363;
	height: 116px;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	padding-left: 20px;
	padding-top: 10px;
	margin-bottom: 45px;
}

/*---------------------
  Related Products
-----------------------*/

.related-products {
	padding-top: 0;
	padding-bottom: 50px;
}

.related-products .section-title {
	margin-bottom: 50px;
}

.related-products .section-title h2:before {
	display: none;
}

/*---------------------
  Shopping Cart
-----------------------*/

.shopping-cart {
	padding-top: 80px;
	padding-bottom: 60px;
}

.cart-table {
	margin-bottom: 40px;
}

.cart-table table {
	width: 100%;
	min-width: 480px;
	border: 1px solid #ebebeb;
}

.cart-table table tr th {
	font-size: 16px;
	color: #252525;
	font-weight: 700;
	border-bottom: 1px solid #ebebeb;
	text-align: center;
	padding: 18px 0 19px;
	text-transform: uppercase;
}

.cart-table table tr th.p-name {
	text-align: left;
}

.cart-table table tr td {
	text-align: center;
	padding-bottom: 34px;
}

.cart-table table tr td.first-row {
	padding-top: 30px;
}

.cart-table table tr td.cart-pic {
	width: 21%;
}

.cart-table table tr td.cart-title {
	text-align: left;
}

.cart-table table tr td.cart-title h5 {
	color: #252525;
}

.cart-table table tr td.p-price {
	width: 16%;
}

.cart-table table tr td.p-price,
.cart-table table tr td.total-price {
	color: #d70e0e;
	font-size: 16px;
	font-weight: 700;
}

.cart-table table tr td.qua-col {
	width: 16%;
}

.cart-table table tr td.qua-col .quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cart-table table tr td.qua-col .pro-qty {
	width: 123px;
	height: 46px;
	border: 2px solid #ebebeb;
	padding: 0 15px;
	float: left;
}

.cart-table table tr td.qua-col .pro-qty .qtybtn {
	font-size: 24px;
	color: #b2b2b2;
	float: left;
	line-height: 38px;
	cursor: pointer;
	width: 18px;
}

.cart-table table tr td.qua-col .pro-qty .qtybtn.dec {
	font-size: 30px;
}

.cart-table table tr td.qua-col .pro-qty input {
	text-align: center;
	width: 52px;
	font-size: 14px;
	font-weight: 700;
	border: none;
	color: #4c4c4c;
	line-height: 40px;
	float: left;
}

.cart-table table tr td.total-price {
	width: 12%;
}

.cart-table table tr td.close-td {
	font-size: 16px;
	color: #252525;
	width: 8%;
}

.cart-table table tr td.close-td i {
	cursor: pointer;
}

.cart-buttons {
	margin-bottom: 34px;
}

.cart-buttons .continue-shop {
	color: #b2b2b2;
	border: 2px solid #ebebeb;
	background: #ffffff;
	margin-right: 8px;
	padding: 12px 20px 12px 20px;
	margin-bottom: 10px;
}

.cart-buttons .up-cart {
	color: #252525;
	background: #f3f3f3;
	border: 2px solid #ebebeb;
	padding: 12px 20px 12px 20px;
}

.discount-coupon {
	margin-bottom: 30px;
}

.discount-coupon h6 {
	color: #232530;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.discount-coupon .coupon-form {
	position: relative;
}

.discount-coupon .coupon-form input {
	width: 100%;
	height: 46px;
	border: 2px solid #ebebeb;
	color: #b2b2b2;
	font-size: 14px;
	padding-left: 20px;
}

.discount-coupon .coupon-form .coupon-btn {
	position: absolute;
	right: 0;
	top: 0;
	color: #252525;
	background: transparent;
	border: 1px solid transparent;
	padding: 13px 25px 10px 35px;
}

.proceed-checkout ul {
	border: 2px solid #ebebeb;
	background: #f3f3f3;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 16px;
	padding-bottom: 20px;
}

.proceed-checkout ul li {
	list-style: none;
	font-size: 16px;
	font-weight: 700;
	color: #252525;
	text-transform: uppercase;
	overflow: hidden;
}

.proceed-checkout ul li.subtotal {
	font-weight: 400;
	text-transform: capitalize;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 14px;
}

.proceed-checkout ul li.subtotal span {
	font-weight: 700;
}

.proceed-checkout ul li.cart-total {
	padding-top: 10px;
}

.proceed-checkout ul li.cart-total span {
	color: #d70e0e;
}

.proceed-checkout ul li span {
	float: right;
}

.proceed-checkout .proceed-btn {
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	background: #252525;
	text-transform: uppercase;
	padding: 15px 25px 14px 25px;
	display: block;
	text-align: center;
}

/*---------------------
  Check Out
-----------------------*/

.checkout-section {
	padding-top: 80px;
	padding-bottom: 80px;
}

.checkout-content {
	margin-bottom: 50px;
}

.checkout-content .content-btn,
.checkout-content input {
	color: #252525;
	font-size: 16px;
	border: 2px solid #ebebeb;
	padding: 14px 20px;
	background: #f3f3f3;
	text-align: center;
	display: block;
}

.checkout-content input {
	height: 56px !important;
}

.checkout-form h4 {
	color: #252525;
	font-weight: 700;
	margin-bottom: 30px;
}

.checkout-form label {
	color: #252525;
	font-size: 16px;
	margin-bottom: 5px;
}

.checkout-form label span {
	color: #d85d5c;
}

.checkout-form input {
	width: 100%;
	height: 46px;
	border: 2px solid #ebebeb;
	margin-bottom: 25px;
	padding-left: 15px;
}

.checkout-form input.street-first {
	margin-bottom: 20px;
}

.checkout-form .create-item {
	padding-top: 15px;
}

.checkout-form .create-item label {
	position: relative;
	cursor: pointer;
	padding-left: 32px;
	margin-bottom: 0;
	font-size: 14px;
	color: #252525;
}

.checkout-form .create-item label input {
	position: absolute;
	visibility: hidden;
}

.checkout-form .create-item label input:checked~span {
	background: #d70e0e;
	border-color: #d70e0e;
}

.checkout-form .create-item label .checkmark {
	position: absolute;
	left: 0;
	top: 3px;
	height: 13px;
	width: 13px;
	border: 2px solid #B2B2B2;
	border-radius: 2px;
}

.checkout-form .create-item label .checkmark:after {
	left: 0;
	top: 0;
	width: 9px;
	height: 6px;
	border: solid #ffffff;
	border-width: 2px 2px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
}

.checkout-form .place-order .order-total {
	border: 2px solid #ebebeb;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 22px;
	padding-bottom: 35px;
}

.checkout-form .place-order .order-total .order-table {
	margin-bottom: 64px;
}

.checkout-form .place-order .order-total .order-table li {
	list-style: none;
	color: #252525;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	padding-top: 30px;
}

.checkout-form .place-order .order-total .order-table li:first-child {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	padding-top: 0;
}

.checkout-form .place-order .order-total .order-table li.fw-normal {
	font-weight: 400;
	text-transform: capitalize;
}

.checkout-form .place-order .order-total .order-table li.fw-normal span {
	font-weight: 700;
}

.checkout-form .place-order .order-total .order-table li.total-price span {
	color: #d70e0e;
}

.checkout-form .place-order .order-total .order-table li span {
	float: right;
}

.checkout-form .place-order .order-total .payment-check {
	margin-bottom: 50px;
}

.checkout-form .place-order .order-total .payment-check .pc-item label {
	position: relative;
	cursor: pointer;
	padding-left: 32px;
	margin-bottom: 0;
	font-size: 14px;
	color: #252525;
}

.checkout-form .place-order .order-total .payment-check .pc-item label input {
	position: absolute;
	visibility: hidden;
}

.checkout-form .place-order .order-total .payment-check .pc-item label input:checked~span {
	background: #d70e0e;
	border-color: #d70e0e;
}

.checkout-form .place-order .order-total .payment-check .pc-item label .checkmark {
	position: absolute;
	left: 0;
	top: 3px;
	height: 13px;
	width: 13px;
	border: 2px solid #B2B2B2;
	border-radius: 2px;
}

.checkout-form .place-order .order-total .payment-check .pc-item label .checkmark:after {
	left: 0;
	top: 0;
	width: 9px;
	height: 6px;
	border: solid #ffffff;
	border-width: 2px 2px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
}

.checkout-form .place-order .order-total .order-btn {
	text-align: center;
}

.checkout-form .place-order .order-total .order-btn .place-btn {
	padding: 13px 40px 11px;
	background: #000000;
	border-color: #000000;
}

/* ============ Blog Page Style Starts ============ */
section.blog-section {
    padding: 20px 0 30px 0;
}
.blog_box {
	margin-bottom:30px;
}
.blog_box .blog_img {
	
}
.blog_box .blog_title h3 {
	font-size:17px;
	color:#000;
	line-height:21px;
	
	padding-top:10px;
}
.blog_box .blog_title h3 a{
	color:#000;
	
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.blog_box .blog_title h3 a:hover{
	color:#e9262e;
}
.blog_box .blog_date {
	color:#767474;
	font-size:13px;
}
.blog_box .blog_short_content {
	font-size:14px;
	padding-top:8px;
	line-height:21px;
}
.blog_box a.readmore {
	color:#e9262e;
}
.blog_box a.readmore:hover {
	text-decoration:underline;
}

.blog_sidebar_link {
	margin-bottom:25px;
}
.blog_sidebar_link ul li{
	padding:8px 0;
	border-bottom:1px solid #ccc;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.blog_sidebar_link ul li:hover{
	padding-left:5px;
}
.blog_sidebar_link ul li:before {
  content: "\f101"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  padding-right:5px;
  padding-left:3px;
  font-size:12px;
}
.blog_sidebar_link ul li a{
	color:#333;
	font-size:14px;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.blog_sidebar_link ul li a:hover{
	color:#e9262e;
}

.blog_detail_contianer {
	
}
.blog_detail_contianer .blog_name h2{
	color:#333;
	font-size:24px;
	font-weight:600;
	padding-bottom:15px;
}
.blog_detail_contianer .blog_image_container{
	padding-bottom:18px;
}
.blog_detail_contianer .blog_author_date{
	padding-bottom:15px;
	color: #767474;
    font-size: 13px;
	font-weight:500;
}
.blog_detail_contianer .blog_author_date a.author{
	padding-left:10px;
	color: #333;
    font-size: 17px;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.blog_detail_contianer .blog_author_date a.author:hover{
	color:#e9262e;
}
.blog_detail_contianer .blog_material{
	padding-bottom:15px;
}
.blog_detail_contianer .blog_material p{
	font-size:16px;
	line-height:24px;
	font-weight:400;
}
.blog-sidebar-title {
    border-bottom: 2px solid #d5d5d5;
    display: inline-block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
}
.blog-sidebar-title span{font-size: 18px;
    color: #222;
    font-weight: 700;
    float: left;
    text-transform: uppercase;
    padding-bottom: 8px;
    bottom: 0;
    position: relative;}
.blog-sidebar-title span:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #e9262e;
    bottom: -2px;
    left: 0;
}
.blog-section .pagination a, .blog-section .pagination span{border: 1px solid #ddd;color: black;float: left;padding: 8px 16px;text-decoration: none;}
.blog-section .pagination span {background-color: #f10101;color: white;border: 1px solid #f10101;}
/* ============ Blog Page Style Ends ============ */



/*---------------------
  Map
-----------------------*/

.map {
	padding-top: 80px;
	padding-bottom: 0;
}

.map-inner {
	height: 610px;
	position: relative;
}

.map-inner iframe {
	width: 100%;
}

.map-inner .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-14px, -21px);
	-ms-transform: translate(-14px, -21px);
	transform: translate(-14px, -21px);
}

.map-inner .icon i {
	font-size: 48px;
	color: #d70e0e;
}

/*---------------------
  Contact Section
-----------------------*/

.contact-section {
	padding-top: 75px;
	padding-bottom: 80px;
}

.contact-title {
	margin-bottom: 30px;
}

.contact-title h4 {
	color: #252525;
	font-weight: 700;
	margin-bottom: 16px;
}

.contact-widget .cw-item {
	background: #ffffff;
	margin-bottom: 11px;
	-webkit-box-shadow: 0px 8px 35px 10px #E8E8E8;
	box-shadow: 0px 8px 35px 10px #E8E8E8;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 10px;
}

.contact-widget .cw-item .ci-icon {
	float: left;
	margin-top: 12px;
}

.contact-widget .cw-item .ci-icon i {
	font-size: 30px;
	color: #b2b2b2;
}

.contact-widget .cw-item .ci-text {
	display: table;
	padding-left: 30px;
}

.contact-widget .cw-item .ci-text span {
	color: #b2b2b2;
	font-size: 16px;
}

.contact-widget .cw-item .ci-text p {
	font-size: 18px;
	color: #252525;
	margin-bottom: 0;
}

.contact-form .leave-comment h4 {
	color: #292f3b;
	font-weight: 700;
	margin-bottom: 20px;
}

.contact-form .leave-comment p {
	margin-bottom: 38px;
}

.contact-form .leave-comment .comment-form input {
	width: 100%;
	font-size: 16px;
	color: #636363;
	height: 50px;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	padding-left: 20px;
	margin-bottom: 30px;
}

.contact-form .leave-comment .comment-form textarea {
	width: 100%;
	resize: none;
	font-size: 16px;
	color: #636363;
	height: 150px;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	padding-left: 20px;
	padding-top: 10px;
	margin-bottom: 35px;
}

.contact-form .leave-comment .comment-form .site-btn {
	padding: 13px 35px 11px;
}

/*---------------------
  Faq Section
-----------------------*/

.faq-section {
	padding-top: 80px;
	padding-bottom: 54px;
}

.faq-accordin .card {
	border: none;
	margin-bottom: 22px;
}

.faq-accordin .card .card-heading {
	font-size: 22px;
	color: #252525;
	font-weight: 700;
	cursor: pointer;
}

.faq-accordin .card .card-heading a {
	padding-left: 42px;
	display: block;
}

.faq-accordin .card .card-body {
	padding: 0;
	padding-top: 13px;
	padding-bottom: 10px;
}

.faq-accordin .card .card-body p {
	margin-bottom: 0;
}

.faq-accordin .card-heading a:after,
.faq-accordin .card-heading>a.active[aria-expanded=false]:after {
	content: "";
	font-family: "FontAwesome";
	font-size: 14px;
	color: #404040;
	height: 25px;
	width: 25px;
	text-align: center;
	line-height: 25px;
	background: #EFEFF0;
	margin-top: 9px;
	position: absolute;
	left: 9px;
	top: 0;
}

.faq-accordin .card-heading a[aria-expanded=true]:after,
.faq-accordin .card-heading>a.active:after {
	content: "";
	font-family: "FontAwesome";
	float: left;
	font-size: 13px;
	color: #ffffff;
	background: #d70e0e;
}

/*---------------------
  Register Form
-----------------------*/

.register-login-section {
	padding-top: 72px;
	padding-bottom: 80px;
}

.register-form h2,
.login-form h2 {
	color: #252525;
	font-weight: 700;
	text-align: center;
	margin-bottom: 35px;
}

.register-form form .group-input,
.login-form form .group-input {
	margin-bottom: 25px;
}

.register-form form .group-input label,
.login-form form .group-input label {
	display: block;
	font-size: 18px;
	color: #252525;
	margin-bottom: 13px;
}

.register-form form .group-input input,
.login-form form .group-input input {
	border: 1px solid #ebebeb;
	height: 50px;
	width: 100%;
	padding-left: 20px;
	padding-right: 15px;
}

.register-form form .register-btn,
.register-form form .login-btn,
.login-form form .register-btn,
.login-form form .login-btn {
	width: 100%;
	letter-spacing: 2px;
	margin-top: 5px;
}

.register-form .switch-login,
.login-form .switch-login {
	text-align: center;
	margin-top: 22px;
}

.register-form .switch-login .or-login,
.login-form .switch-login .or-login {
	color: #252525;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	position: relative;
}

.register-form .switch-login .or-login:before,
.login-form .switch-login .or-login:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #9f9f9f;
	content: "";
}

.login-form .group-input.gi-check {
	margin-bottom: 8px;
}

.login-form .group-input .gi-more {
	overflow: hidden;
}

.login-form .group-input .gi-more label {
	position: relative;
	cursor: pointer;
	padding-left: 28px;
	font-size: 14px;
	color: #6B6B6B;
	float: left;
}

.login-form .group-input .gi-more label input {
	position: absolute;
	visibility: hidden;
}

.login-form .group-input .gi-more label input:checked~span {
	border-color: #6C6C6C;
}

.login-form .group-input .gi-more label input:checked~span:after {
	border-color: #6c6c6c;
}

.login-form .group-input .gi-more label .checkmark {
	position: absolute;
	left: 0;
	top: 4px;
	height: 13px;
	width: 13px;
	border: 1px solid #6C6C6C;
	border-radius: 2px;
}

.login-form .group-input .gi-more label .checkmark:after {
	left: 2px;
	top: -2px;
	width: 13px;
	height: 6px;
	border: solid #ffffff;
	border-width: 2px 2px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
}

.login-form .group-input .gi-more .forget-pass {
	float: right;
	line-height: 20px;
	margin-top: -2px;
	font-size: 14px;
	color: #6B6B6B;
}
nav.nav-menu.mobile-menu ul {
    margin-left: 15px;
}
/* ------------------------------ Responsive Media Styles ---------------------------- */

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
	.product-item .pi-pic ul li a {
		padding: 8px 12px 6px 11px;
		font-size: 13px;
		color: #fff;
		background: #333;
	}
}

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1230px;
	}
}

/* Medium Device: 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.nav-item .nav-menu li a {
		padding: 16px 26px 15px;
	}
	.hero-items .owl-nav button[type=button] {
		left: 5px;
	}
	.hero-items .owl-nav button[type=button].owl-next {
		right: 5px;
	}
	.countdown-timer .cd-item {
		margin-right: 26px;
	}
	.product-details .quantity .primary-btn.pd-cart {
		padding: 14px 30px 10px;
	}
	.tab-item ul li a {
		padding: 18px 39px;
	}
	.product-shop .product-item .pi-pic ul li a {
		padding: 16px 12px 12px 11px;
	}
	.related-products .product-item .pi-pic ul li a {
		padding: 16px 12px 12px 11px;
	}
}

@media only screen and (max-width: 991px) {
	.banner-section {
		padding: 80px 0 50px;
	}
	.single-banner {
		margin-bottom: 30px;
	}
	.women-banner {
		padding-right: 0;
		padding-left: 0;
	}
	.product-large {
		margin-left: 0;
		margin-right: 0;
	}
	.deal-of-week {
		margin-left: 0;
		margin-right: 0;
	}
	.product-slider .owl-nav button[type=button], .featured-categories .owl-nav button[type=button] {
		display: none;
	}
	.man-banner {
		padding-right: 0;
		padding-left: 0;
	}
	.place-order {
		padding-top: 30px;
	}
	.blog-tags {
		padding-bottom: 40px;
	}
	.blog-details-inner .blog-post .prev-blog {
		margin-bottom: 40px;
	}
	.contact-form {
		padding-top: 40px;
	}
	.product-large.m-large {
		margin-top: 40px;
	}
	.hero-items .owl-nav button[type=button] {
		left: 5px;
	}
	.hero-items .owl-nav button[type=button].owl-next {
		right: 5px;
	}
	.product-shop.page-details .product-details {
		padding-top: 30px;
	}
}

/* Tablet Device: 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-top .ht-right .login-panel {
		padding-left: 10px;
	}
	.header-top .ht-right .top-social {
		padding-right: 10px;
	}
	.header-top .ht-left .mail-service {
		padding-right: 10px;
	}
	.header-top .ht-left .phone-service {
		padding-left: 10px;
	}
	.header-top .ht-right .top-social a {
		margin-left: 10px;
	}
	.inner-header .nav-right li {
		margin-left: 8px;
	}
	.nav-item .nav-depart .depart-btn {
		padding: 14px 40px 14px 18px;
	}
	.nav-item .nav-menu li a {
		padding: 16px 10px 15px;
	}
	.instagram-photo .insta-item .inside-text h5 {
		font-size: 14px;
	}
	.tab-item ul li a {
		padding: 18px 39px;
	}
	.blog-details-inner .blog-post .prev-blog {
		padding-left: 30px;
	}
	.blog-details-inner .blog-post .next-blog {
		padding-right: 30px;
	}
	.blog-sidebar,
	.produts-sidebar-filter {
		padding-top: 50px;
	}
	.checkout-content input {
		margin-top: 50px;
	}
}

/* Large Device: 480px */

@media only screen and (max-width: 767px) {
	.instagram-photo .insta-item {
		width: 50%;
		height: 300px;
	}
	.copyright-reserved .copyright-text {
		float: none;
		margin-bottom: 10px;
		text-align: center;
	}
	.copyright-reserved .payment-pic {
		float: none;
		text-align: center;
	}
	.header-top .ht-left,
	.header-top .top-social {
		display: none;
	}
	.header-top .ht-right .login-panel {
		padding-top: 9px;
		padding-bottom: 7px;
	}
	.header-top .ht-right .lan-selector {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.inner-header {
		padding: 0;
	}
	.inner-header .logo {
		text-align: center;
	}
	.inner-header .nav-right {
		text-align: left;
	}
	.inner-header .nav-right li:first-child {
		margin-left: 0;
	}
	.nav-item .nav-depart .depart-btn {
		padding: 14px 50px 14px 18px;
	}
	.nav-item {
		background: transparent;
	}
	.nav-item .nav-menu {
		display: none;
	}
	.slicknav_menu {
		display: block;
		background: transparent;
		text-align: center;
		margin-top: -48px;
	}
	.slicknav_nav {
		background: #333;
	}
	.slicknav_nav ul {
		margin: 0;
		text-align: left;
	}
	.slicknav_nav a,
	.slicknav_nav .slicknav_row {
		margin: 0;
	}
	.slicknav_nav .dropdown a {
		padding-left: 25px;
	}
	.nav-item .nav-depart {
		display: none;
	}
	.slicknav_btn {
		border-radius: 0;
		background-color: #d70e0e;
		display: inline-block;
		right: -16px;
	}
	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		padding: 8px 15px;
	}
	.slicknav_nav a:hover {
		border-radius: 0;
		background: #d70e0e;
		color: #fff;
	}
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: #d70e0e;
		color: #fff;
	}
	.inner-header .nav-right li.cart-icon .cart-hover {
		left: -50px;
	}
	.product-show-option p {
		text-align: left;
	}
	.tab-item ul li a {
		padding: 18px 51px;
		margin-bottom: 10px;
	}
	.cart-table {
		overflow: auto;
	}
	.cart-table table tr th {
		font-size: 12px;
	}
	.blog-details-inner .tag-share .details-tag ul li {
		margin-right: 10px;
	}
	.blog-details-inner .tag-share .blog-share .social-links a {
		margin-left: 15px;
	}
	.blog-details-inner .blog-detail-title p:before {
		left: -135px;
		width: 100px;
	}
	.blog-details-inner .blog-detail-title p:after {
		right: -135px;
		width: 100px;
	}
	.ps-slider .owl-nav button[type=button] {
		left: 0;
	}
	.ps-slider .owl-nav button[type=button].owl-next {
		right: 0;
	}
	.blog-details-inner .blog-post .prev-blog {
		padding-left: 30px;
	}
	.blog-details-inner .blog-post .next-blog {
		padding-right: 30px;
	}
	.blog-details-inner .posted-by {
		padding: 40px 25px;
		text-align: center;
	}
	.blog-details-inner .posted-by .pb-pic {
		float: none;
		margin-bottom: 30px;
	}
	.blog-details-inner .posted-by .pb-text {
		padding-left: 0;
	}
	.blog-sidebar,
	.produts-sidebar-filter {
		padding-top: 50px;
	}
	.checkout-content input {
		margin-top: 50px;
	}
}

/* Small Device: 320px */

@media only screen and (max-width: 479px) {
	.instagram-photo .insta-item {
		width: 100%;
	}
	.inner-header .nav-right li.cart-icon .cart-hover {
		width: 270px;
		padding: 20px;
	}
	.countdown-timer .cd-item {
		margin-right: 5px;
		padding: 10px 6px;
	}
	.product-show-option .select-option {
		display: inline-block;
	}
	.product-show-option .select-option .sorting.nice-select {
		margin-bottom: 10px;
	}
	.product-details .quantity .primary-btn.pd-cart {
		padding: 14px 20px 10px;
	}
	.tab-item ul li a {
		padding: 18px 30px;
		margin-bottom: 10px;
	}
	.specification-table table tr td.p-catagory {
		width: 160px;
	}
	.blog-details-inner .blog-post .next-blog .nb-pic i {
		display: none;
	}
	.blog-details-inner .blog-post .prev-blog .pb-pic i {
		display: none;
	}
	.blog-details-inner .tag-share .details-tag {
		float: none;
		margin-bottom: 10px;
	}
	.blog-details-inner .tag-share .blog-share {
		float: none;
	}
	.blog-details-inner .blog-detail-title p:before {
		left: -62px;
		width: 50px;
	}
	.blog-details-inner .blog-detail-title p:after {
		right: -62px;
		width: 50px;
	}
	.blog-details-inner .posted-by .pb-pic {
		float: none;
		margin-bottom: 15px;
	}
	.blog-details-inner .posted-by .pb-text {
		padding-left: 0;
		display: block;
	}
	.checkout-form .place-order .order-total {
		padding-left: 20px;
		padding-right: 20px;
	}
	.contact-widget .cw-item .ci-icon {
		float: none;
		margin-bottom: 5px;
	}
	.contact-widget .cw-item .ci-text {
		padding-left: 0;
	}
	.benefit-items .single-benefit {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.product-item:hover{
	box-shadow:0 0 10px #ccc;
}
.single-banner-12 button, .single-banner-12 .add_to_cart_button, .single-banner-12 a.compare, .single-banner-12 .yith-wcwl-add-to-wishlist {
    background: #fff;
    border: solid #dddddd 1px;
    margin-top: 11px;
    font-size: 12px;
    height: 30px;
    padding: 5px 8px 5px 8px;
	color: #666;
    margin-bottom: 2px;
	text-transform:uppercase;
	display: inline-block;
    vertical-align: top;
}
.single-banner-12 .yith-wcwl-add-to-wishlist a{color:#666;}
.single-banner-12 .yith-wcwl-add-to-wishlist a i{margin-right:0px;}
.single-banner-12 .add_to_cart_button{display:inline-block !important;vertical-align: top;padding: 6px 8px 6px 8px;}
.single-banner-12 button img {
   width: 18px !important;
   padding: 0 !important;
   display: inline-block !important;
}
.product-item-1 {
    border: none;
}
.product-item-1:hover {
    box-shadow:none;
}
.clear-both{
	clear: both;
}
.product-tittle-1 h2 {
    font-size: 14px;
    font-weight: 800;
    color: #494848;
    margin-bottom: 15px;
    border-bottom: solid #d1d1d1 2px;
    padding-bottom: 10px;
}
.product-tittle-1 h2:after {
    content: " ";
    border-bottom-style: solid;
    border-bottom-width: 2px;
    display: table-cell;
    width: 120px;
    position: absolute;
    bottom: 0;
    color: #ba0000;
}
.product-slider1.owl-carousel.owl-loaded.owl-drag .owl-next, .product-slider-td.owl-carousel.owl-loaded.owl-drag .owl-next {
    right: 0;
    top: -39px;
    font-size: 15px !important;
    background: #ba0000 !important;
    color: #fff !important;
    padding: 2px 9px !important;
    opacity: 1;
	position:absolute;
}
.product-slider1.owl-carousel.owl-loaded.owl-drag .owl-prev, .product-slider-td.owl-carousel.owl-loaded.owl-drag .owl-prev {
    right: 30px;
    top: -39px;
    font-size: 15px !important;
    background: #ba0000 !important;
    color: #fff !important;
    padding: 2px 9px !important;
    opacity: 1;
	position:absolute;
}
.blog-1 img {
    width: 100% !important;
    padding: 0 !important;
}
.blog-2 h2 {
    font-size: 14px;
    font-weight: 600;
	margin-top: 5px;
	margin-bottom: 5px;
}
.blog-0 {
    margin-bottom: 20px;
}
.col-md-9.blog-2 {
    padding: 0;
}
.blog-2 p {
    line-height: 20px;
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 5px;
}
.blog-2 p span {
    color: #ba0000;
}
.product-tittle-3 h2 {
    font-size: 14px;
    font-weight: 800;
    color: #494848;
    margin-bottom: 15px;
    border-bottom: solid #d1d1d1 2px;
    padding-bottom: 10px;
}
.product-tittle-3 h2:after {
    content: " ";
    border-bottom-style: solid;
    border-bottom-width: 2px;
    display: table-cell;
    width: 120px;
    position: absolute;
    bottom: 15px;
    color: #f4a137;
}
section.footer-00 {
    background: #f5f5f5;
    padding: 31px 0;
}
.footer-1 {
    background: #fff;
    padding: 25px 0 15px;
}
.footer-1-1 {
    padding-left: 10px;
}
.footer-1-1 h3 {
    font-size: 13px;
    font-weight: 700;
	margin-bottom: 4px;
    margin-top: 4px;
}
.footer-1-1 a {
    font-size: 10px;
    background: #f4a137;
    padding: 5px 6px;
    color: #fff;
}
.footer-1-2 h3 {
    font-size: 16px;
    font-weight: 800;
    margin-top: 10px;
	color:#4e4e4e;
}
.footer-1-2 ul {
    padding-left: 25px;
    padding-top: 7px;
}
.footer-1-2 ul li {
    list-style: square;
}
.footer-1-2 ul li a {
    color: #7a7a7a;
    font-size: 12px;
	-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.footer-1-2 ul li a:hover {
    color:#ba0001;
	padding-left:5px;
}
/****************** Footer New Changes Ha$aN *****************/

section.footer-0 {
    background: #172337;
    padding: 30px 0px 0;

}	
.footer-2 h2 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
	color:#a9a9a9;
}
.footer-2-1 {
    display: -webkit-box;
	color:#fff;
}
.address_f i {
	font-size: 27px;
}
.call_f i {
	font-size: 27px;
    padding-top: 2px;
}
.email_s i {
	padding-top: 5px;
}
.footer-2-1 p {
    padding-left: 1px;
    margin-top: -6px;
	color:#fff;
    font-size: 13px;
}
.footer-2-1 p span {
    font-weight: 600;
}
.footer-2-1 p span.label {color: #ce0202;}
.footer-3 h3 {
    font-size: 17px;
    font-weight: 600;
    color: #a9a9a9;
}
.footer-3 ul {
    padding-left: 0;
	padding-top: 10px;
}
.footer-3 ul li {
    list-style: none;
	font-size: 13px;
	margin-bottom: 5px;
}
.footer-3 ul li a {
	color:#fff;
	
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.footer-3 ul li a:hover {
	text-decoration:underline;
	padding-left:3px;
}
h2.news-1 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 8px;
	text-align:right;
	color:#fff;
}
.newsletter {
padding: 80px 0;
background: #19beda;
}

.newsletter .content {
max-width: 650px;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 2; }
.newsletter .content h2 {
color: #243c4f;
margin-bottom: 40px; }
.newsletter .content .form-control {
height: 50px;
border-color: #ffffff;
border-radius:0;
}
.newsletter .content.form-control:focus {
box-shadow: none;
border: 2px solid #243c4f;
}
.newsletter .content .btn {
min-height: 50px; 
border-radius:0;
background: #243c4f;
color: #fff;
font-weight:600;
}
.news-2 button.btn {
    background: #ba0000;
    font-size: 12px;
    color: #fff;
    border-radius: 0;
	padding: 7px 10px;
}
.input-group.news-2 input {
    border-radius: 0;
    font-size: 12px;
    height: 34px;
}
p.footer-social {
	color:#fff;
}
p.footer-social a {
	color:#fff;
    height: 25px;
    display: inline-block;
    width: 25px;
    text-align: center;
    font-size: 13px;
	margin-right: 3px;
}
p.footer-social a.s_fb {
	background:#3b5998;
}
p.footer-social a.s_twitter {
	background:#00aced;
}
p.footer-social a.s_youtube {
	background:#bb0000;
}
p.footer-social a.s_insta {
	background:#DD2A7B;
}
p.footer-social a.s_linkedin {
	background:#0e76a8;
}
.footer-000 {
    border-top: 1px solid #454d5e;
    padding-top: 25px;
}
.footer-mm-1 {
	color: #fff;
    font-size: 12px;
    line-height: 25px;
}
.footer-mm-1 span {
    font-size: 11px;
    font-weight: 600;
	color:#efd473;
}
.footer-mm-1 a{
	font-weight:400;
	color: #fff;
	font-size:11px;
}
.footer-mm-1 a:hover{
	text-decoration:underline;
}
.copyright-1 {
    background: #191919;
	margin-top: 20px;
	border-top:1px solid #454d5e;
}
.copyright-1 p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    padding: 5px 0;
}
.copyright-1 img {
    float: right;
    height: 65%;
    margin-top: 6px;
}
/****************** Footer New Changes Ha$aN Ends *****************/
p.foter-n {
    margin-top: 2px;
}
p.foter-m {
    margin-top: 1px;
}
.sign-111 {
    padding: 20px 0 5px;
}
ul.dropdown h6 {
    color: #fff !important;
}
ul.dropdown.dropdown-1 {
    width: 800px !important;
    padding: 20px;
    top: 39px !important;
}
.col-megamenu li a {
    text-align: left !important;
    padding: 4px 0 !important;
    color: #191919 !important;
    font-size: 13px !important;
}
.col-megamenu ul {
    margin-left: 0 !important;
}
ul.dropdown.dropdown-1 {

}
ul.depart-hover.depart-hover-1 {
    top: 84px !important;
    position: absolute;
    padding: 0;
}

ul.dropdown.dropdown-2 {
    top: 39px !important;
    background: #fff !important;
}
ul.dropdown.dropdown-2 a {
    padding: 6px 10px !important;
}
.col-megamenu h6 {
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: 600;
    color: #3b3b3b;
    border-bottom: solid #f10101 2px;
    padding-bottom: 4px;
    display: inline-block;
}
.col-megamenu ul img {
    margin-top: 35px;
}
.col-megamenu ul li a {
    padding: 0px 0 !important;
}
.foo-over{
	overflow:hidden;
}
.full-img{
	width:100%;
}
.megamenu_0{
	width: 800px;
    background: #fff;
    position: absolute;
    left: 243px;
    top: 0px;
	visibility:hidden;
	border:1px solid #ccc;
	min-height: 475px;
}
.nav-item .nav-depart .depart-btn .depart-hover li:hover .megamenu_0{
	visibility:visible;
}
.megamenu_00{
	width: 1090px;
    background: #fff;
    position: absolute;
    left: 243px;
    top: 0px;
    visibility: hidden;
	border:1px solid #ccc;
	min-height: 475px;
}
section.brd ul li {
    display: inline-block;
    font-size: 14px;
    border: solid #dddddd 2px;
    padding: 2px 19px;
    border-radius: 0 15px 15px 0;
    margin: 5px 0;
}
section.brd ul li a:hover{color:#073e61;}
.nav-item .nav-depart .depart-btn .depart-hover li:hover .megamenu_00{
	visibility:visible;
}
@media (min-width:990px){
	.search-pp{
		padding-left:80px;
	}
}
.depart-hover-1 li a i{
	color:#000 !important;
    float: right;
    padding-right: 10px;
}
.contact-1 {
    background: #f3f3f3;
	padding: 32px;
	height: 410px;
}
.contact-2 {
    background: #f3f3f3;
	padding: 35px;
	height: 410px;
}
.vendor-form-container {
    background: #f3f3f3;
	padding: 35px;
}
.vendor-form-container h3{margin: 0 0 10px 0;font-size: 25px;}
.vendor-form-container input[type="file"]{padding: 3px 0px 3px 5px;}
.quick-pay-form-container {
    box-shadow: 0px 0px 3px 0px #ccc;
	padding: 35px;
}
.quick-pay-form-container .header-pay-icon{border-bottom: 1px solid #ccc;padding: 0 0 15px 0;}
.quick-pay-form-container .header-pay-icon img{height: 45px;width: 80px;}
.quick-pay-form-container h3{color: #555555;font-size: 1.714em;margin: 20px 0 10px 0;font-weight: 700;}
.contact-1 h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 800;
}
p.contact_no img {
    float: left;
    padding-right: 15px;
    width: 50px;
}
p.contact_no a {
    color: #666666;
}
p.contact_no {
    margin-bottom: 20px;
}
.contact_no_1{
	color:#000;
}
p.social-contact a i {
    height: 30px;
    width: 30px;
    background: #202020;
    text-align: center;
    padding: 7px 0;
    color: #fff;
}

p.social-contact a i:hover{
	background:#01c4fc;
}
.contact-3{
	padding-top:30px;
	padding-bottom: 20px;
}
section.brd {
    padding-top: 10px;
}
.contact-2 h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 800;
}
.form-control{
	border-radius:0;
	margin-bottom: 25px;
}
textarea.form-control.md-textarea {
    height: 100px;
}
button.contact-bbt {
    background: #cd0900;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 5px 20px;
}
.contact_4 img {
    width: 70px;
}
.contact_4 h3 {
    font-size: 18px;
    font-weight: 800;
    padding: 15px 0px;
}
.contact_4 p {
    margin: 0;
    color: #000;
}
.contact_4 {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 8px #c5c5c5;
	margin-bottom: 25px;
}
.contact-04{
	margin-top:50px;
}
.contact-04 {
    margin-top: 30px;
}
.contact_5 h3 {
	font-size: 18px;
    color: #cd0900;
    margin-bottom: 15px;
    font-weight: 800;
    text-transform: uppercase;
}
.contact_6 {
    border: solid #000 1px;
    padding: 25px 15px;
    margin-bottom: 25px;
}
.contact_6 h2 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}
.contact_6 p {
    margin: 0;
    color: #000;
    font-size: 14px;
    line-height: 20px;
}

.cat-0{
	padding: 20px 0 50px;
}
.cat_slide{
	background: #f4f4f4;
	padding: 15px;
}

.cat_slide h2 {
  display: block;
  width: calc(100% + 39px);
  height: 45px;
  line-height: 27px;
  text-align: left;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
  top: -15px;
  left: -15px;
  font-size: 20px;
  color: #fff;
  background: #043d5f;
  padding: 10px 15px;
}
.cat_slide h2:before, .cat_slide h2:after {
  content: "";
  position: absolute;
}
.cat_slide h2:before {
  height: 0;
  width: 0;
  bottom: -10px;
  left: 0;
  border-top: 10px solid #043d5f;
  border-left: 10px solid transparent;
}
.cat_slide h3 {
    font-size: 17px;
    color: #000;
    font-weight: 700;
    margin-top: 20px;
    border-bottom: solid #aaaaaa 1px;
    padding-bottom: 10px;
}
.cat_slide ul li {
    list-style: none;
    font-size: 14px;
    margin-top: 5px;
}
.cat_slide ul li a {
    color: #5f5f5f;
}
.widget-content form{
	width: 100%;
	margin: 20px 0 20px 0;
}

.widget-content form:hover {
  opacity: 1;
}

.widget-content form::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: #d70e0e;
  cursor: pointer;
  border-radius: 50%;
}

.widget-content form::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer;
}
.cat_slide_2 input {
    width: 100px;
    height: 25px;
    border: solid #d3d3d3 1px;
    padding: 13px 5px;
}
.cat_slide_2 button {
    background: #d70e0e;
    padding: 1px 10px;
    border: solid #000 1px;
    margin-left: 5px;
    color: #fff;
}
.cat_slide_2 {
    margin-top: 11px;
}
.cat_slide_3 span {
    font-size: 15px;
    color: #5f5f5f;
}
.cat_slide_3 {
    margin-top: 10px;
}
.cat_slide_4 img {
    width: 100%;
    margin: 20px 0 1px;
}
.cat_slide_5 h1 {
    font-size: 18px;
    font-weight: 800;
}
.cat_slide_5 p {
    font-size: 14px;
    color: #656565;
    margin: 0;
}
.cat_slide_5 {
    font-size: 14px;
    color: #656565;
}
.cat_slide_5 select {
    padding: 1px 12px;
}
.cat_slide_5 {
    border-top: solid #043d5f 3px;
    margin-top: 40px;
    padding: 10px 0;
    border-bottom: solid #aaaaaa 1px;
    margin-bottom: 20px;
}
.seller-1 {
    padding: 110px 0;
    background: url(../images/seller-banner.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}
.seller-1-1 h2 {
    font-weight: 800;
}
.seller-1-1 h2 span{
 	color:#d70e0e;
}
.seller-1-1 p {
    font-size: 22px;
    color: #000;
    margin: 35px 0;
}
.seller-1-1 a {
    background: #d70e0e;
    padding: 12px 35px;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
}
.seller-2 {
    margin-top: 35px;
}

.seller-2 ul li img {
    width: 14px;
}
.seller-3{
	background: #f5f5f5;
	padding: 50px 0;
	margin-bottom: 50px;
}
.seller-3-1 h2 {
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 10px;
}
.seller-3-1 p {
    font-size: 18px;
    color: #000;
}
.seller-icon-2 {
    display: flex;
}
.seller-icon-2 span {
    font-weight: 800;
    margin-top: 17px;
    display: inline-block;
    margin-left: 10px;
    color: #000;
}
h2.seller-4-1 {
    font-size: 35px;
    font-weight: 800;
}
.seller-4-2 img {
    width: 85%;
}
.seller-4-2 h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0;
}
.seller-5{
	background: #d70e0e;
    padding: 12px 35px;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin-top: 15px;
}
section.seller-4 {
    margin-bottom: 50px;
}
.seller-6{
	font-size: 35px;
	font-weight: 800;
	margin-bottom: 30px;
}
section.seller-7 {
    background: #f5f5f5;
    padding: 50px 0;
}
.accordion>.card:not(:last-of-type) {
    padding: 5px 16px;
}
.accordion>.card:not(:first-of-type){
	padding: 5px 16px;
}
.details-1 h1 {
    font-size: 21px;
}
.details-1 h1 span {
    font-size: 16px;
    color: #656262;
}
.details-2 ul li, .details-2 ul li a {
    display: inline-block;
    margin: 0 15px 0 0;
    font-size: 13px;
    color: #656262;
}
.details-2 ul li a img{vertical-align:top;}
.details-2 .woocommerce-product-rating{margin-bottom:0px !important;}
.details-2 ul li .sku {
    font-weight:600;
}
.details-2 {
    padding: 5px 0;
    border-top: dotted 1px #656262;
    margin-top: 10px;
}
.details-2 ul li p {
    margin: 0;
    background: #008e36;
    font-size: 12px;
    padding: 0 14px;
    color: #fff;
}
.details-2 ul li p.stock-out {background:red;}
.details-2 ul li p.back-order {background:#eb3535;}
span.details-3-1 {
    text-decoration: line-through;
    margin-right: 10px;
}
span.details-3-2 {
    font-size: 20px;
    color: #cd0900;
    margin-right: 10px;
}
span.details-3-2 i {
    color: #000;
}
span.details-3-3 {
    background: #008e36;
    font-size: 12px;
    padding: 2px 10px;
    color: #fff;
}
.details-3 p {
    margin: 0;
}
.details-3 p.price{margin-top:17px;}
.details-3 p.price del{color: #636363;margin-right: 10px;}
.details-3 p.price ins{font-size: 20px;color: #cd0900;text-decoration:none;}
.details-4 {
    font-size: 14px;
    background: #f2f2f2;
    padding: 9px 0;
}
.details-3 {
    border-top: dotted 1px #656262;
    border-bottom: dotted 1px #656262;
}
.details-5-1 {
    padding: 15px 0;
}
.details-5-1 ul li {
    list-style: none;
	font-size: 15px;
    color: #636363;
    margin-bottom: 10px;
}
.details-5-1 ul li::before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    margin: 0 5px 0 0;
}
.details-5-1 ul {
    padding-left: 0px;
}
.details-5-1 a {
    font-size: 15px;
    padding-left: 15px;
    color: #d70e0e;
    font-weight: 600;
    text-decoration: underline;
}
.details-5-1 a i {
    border: solid #000 2px;
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    font-weight: 800;
    margin-right: 5px;
    color: #000;
}
.details-6 ul li {
    display: inline-block;
    font-size: 14px;
    color: #636363;
    margin-right: 13px;
}
.details-6 ul li:last-child{margin-right:0;}
.details-6 {
    background: #f2f2f2;
    padding: 8px 15px;
    border: dotted 1px #656262;
    margin-bottom: 10px;
}
.details-7{
	display: inline-block;
    width: 100%;
	margin-top:5px;
	margin-bottom: 10px !important;
}
.details-7-1 {
    float: left;
	margin-top: 7px;
}
.details-7-1 input {
    height: 25px;
    width: 45px;
}
.details-7-2 select {
    height: 25px;
    margin-left: 15px;
}
.details-7-2 {
    float: left;
    margin-top: 7px;
}
.details-7-3-1 {
background: #234e87;
    padding: 7px 30px;
    color: #fff;
    display: inline-block;
    margin-left: 12px;
    font-size: 14px;
    border: 0;
}
.details-7-3-1:hover{background:#d70e0e;color:#fff;}
.details-7-3-2 {
    border: solid 2px #000 !important;
    padding: 8px 10px 7px 10px!important;
    color: #000 !important;
    background: transparent !important;
    border-radius: 0 !important;
    text-transform: uppercase;
	font-weight: normal !important;
}
.details-7 input[type="number"]{height: 35px;margin-right: 10px;border: 1px solid #b0adad;}
.details-8 a {
    font-size: 14px;
    color: #000;
    margin-right: 17px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.details-8 a:hover {
	color:#ba0001;
}
.details-8 {
    margin-top: 5px;
    border-bottom: dotted #656262 1px;
    padding-bottom: 5px;
	margin-bottom: 10px !important;
}
.mfp-with-anim .details-8{display:none;}
.details-9 {
    margin: 10px 0;
	font-size:14px;
}
.details-9 a{margin-right:1px;}
.details-9 a img{max-width:20px;}
.wrapper {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.details-1 .product_meta{margin-top: 5px;border-bottom: dotted #656262 1px;padding-bottom: 5px;margin-bottom: 10px !important;}
.details-1 .product_meta a{font-size: 15px;color: #000;}
.image-gallery {
  margin: 0 auto;
  display: table;
}

.primary {
  width: 100%;
  height: 400px;
  background-color: #cccccc;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: solid #f2f2f2 1px;
}

.thumbnail:hover .thumbnail-image, .selected .thumbnail-image {
  border: 2px solid red;
}

.thumbnail-image {
  width: 100px;
  height: 100px;
  margin: 9px 15px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 4px solid transparent;
}
.details-10 ul {
    padding-left: 0;
}
.details-10 ul li {
    list-style: none;
    font-size: 15px;
    color: #636363;
    margin-bottom: 5px;
}
.details-10 table {
	margin-top:10px;
}
.details-10 h3 {
    font-size: 18px;
    border-bottom: dotted 1px #656262;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.details-10 h4 {
    font-size: 17px;
    background: #f2f2f2;
    padding: 8px 15px;
    font-weight: 800;
    color: #4f4f4f;
}
.details-10-1{
	width: 100%;
    margin-left: 15px;
    margin-bottom: 20px;
}
.details-10-1 tr th {
    color: #a0a0a0;
    width: 30%;
}
.details-10-1 tr td {
    color: #585858;
}
.details-10-1 tr {
    font-size: 14px;
}
.details-11-1 h3 {
    font-size: 16px;
    font-weight: 800;
    float: left;
}
.details-11-1 p {
    float: right;
    font-size: 14px;
    margin: 0;
}
p.details-11-2 {
    margin-bottom: 10px;
    font-size: 13px;
}
p.details-11-3 {
    font-size: 15px;
    color: #585858;
}
.details-11 {
    border-bottom: dotted #000 1px;
    margin-bottom: 20px;
}
.details-12 h3 {
    font-size: 15px;
    color: #484848;
    font-weight: 700;
}
.details-12-1 img {
    border: solid #d2d2d2 1px;
}
.row.details-12-1 p span img {
    border: none;
    float: right;
}
.details-12-2 {
    color: #ba0000;
    margin: 0;
}
.details-12-2 i {
    color: #000;
}
.details-12-3 {
    text-decoration: line-through;
    margin:0;
}
.details-12 {
    background: #f4f4f4;
    padding: 10px;
}
.details-12-0 {
    border-bottom: solid #d2d2d2 1px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.details-13 img {
    width: 100%;
    margin: 15px 0 0 0;
}
.col-ne-5 {
    width: 18%;
    margin-left: 24px;
}
.fix-footer {
    position: fixed;
    bottom: 0;
    background: #d1d1d1;
    z-index: 99999;
    width: 100%;
}
.fix-footer{
	display: none;
}
.fix-footer-1 a span {
    font-size: 12px;
    display: block;
    color: #000;
    font-weight: 600;
}
.fix-footer-1 a i {
    color: #ba0000;
    font-size: 25px;
    display: block;
}
.fix-footer-1 a img {
    width: 23px;
}
.category-menu nav {
    position: absolute;
    width: 100%;
    z-index: 9999;
}
.category-menu .navbar{
	padding: 0;
	position: fixed;
}
.fix-footer-bbt {
    margin-left: -9px;
}
.category-menu nav ul li {
    padding: 0 20px !important;
    font-size: 13px;
    color: #000;
    border-bottom: solid #c3c3c3 1px;
}
.category-menu nav ul li a {
	color: #000;
}
.category-menu {
    display: none;
}
@media(max-width: 321px){
	.fix-footer-1 a span{
	    font-size: 10px;
	}
}
@media(max-width: 426px){
.category-menu {
    display: block;
}		
.dropdown-menu.show {
    background: #f8f9fa;
    width: 100%;
    border-radius: 0;
}
main.primary {
    display: block;
}
aside.thumbnails {
    display: flex;
}
.thumbnail-image{
	width: 50px;
	height: 50px;
}
.primary {
    width: 100%;
    height: 275px;
}
.fix-footer{
	display: block;
	padding: 5px 0;
}
.col-sm {
    width: 20%;
}
	.slicknav_btn{
		right: -24px;
	    top: 11px;
	}
	.sell_1{
	    padding: 8px 10px !important;
	}
	.banner-section {
    	padding: 15px 0 50px !important;
	}
	.cd-item{
		width: 23%;
	}
	.header-top .ht-right {
    	float: inherit !important;
	    display: table !important;
	    margin: 0 auto !important;
	}
	.header-top .ht-right .login-panel{
	    padding-left: 15px !important;
	}
	.single-banner-12 button{
	    font-size: 10px;
        padding: 0 3px;
	}
	.banner-110 img {
    	margin-bottom: 15px;
	}
	.col-md-9.blog-2 {
    	padding: 0 15px;
	}
	.col-ne-5 {
	    width: 45%;
    	margin-left: 15px;
    	margin-bottom: 10px;
	}
	.sign-111{
	    padding: 20px 15px 5px;
	}
	.main-000 {
	    width: 100%;
    	overflow: hidden;
	}
	.contact-2{
	    height: 500px;
	}
}
.owl-dots {text-align: center;padding-bottom: 15px;}
.owl-dots button.owl-dot {width: 15px;height: 15px;border-radius: 50%;display: inline-block;background: #ccc;margin: 0 3px;}
.owl-dots button.owl-dot.active {background-color: #000;}
.owl-dots button.owl-dot:focus {outline: none;}
.owl-nav button {position: absolute;top: 50%;transform: translateY(-50%);background: rgba(255, 255, 255, 0.38) !important;}
.radio.my-radio i {font-style: normal;border: dashed 1px #f15928;padding: 1px 8px;color: #f15928;margin:0 0 0 5px;}
.radio.my-radio span {display: block;font-size: 12px;margin: 4px 0 0 15px;}

/************************************************ 
============ About Page Style Starts ============
*************************************************/


.theme-about-title {
	text-align:center;
	padding-bottom:40px;
	text-align:center;
}
.theme-about-title h2 {
    font-size: 34px;
    color: #000;
	font-weight:600;
	position:relative;
	text-transform:uppercase;
	display:inline-block;
}

.theme-about-title h2:after {
	content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: #c52d5b;
    bottom: -10px;
    right: 0;
    margin-bottom: 0;
}


.theme-about-title-2 {
	text-align:center;
	padding-bottom:40px;
	text-align:center;
}
.theme-about-title-2 h2 {
    font-size: 32px;
    color: #1d1d1d;
	font-weight:600;
	position:relative;
	text-transform:uppercase;
	display:inline-block;
	border-radius:30px;
	border:1px solid #c52d5b;
	padding:10px 50px;
}




.about-static-banner-container {
	background:#f3f3f3;
	padding-bottom:30px;
}
.about-static-banner {
	
}
.about-static-banner-text-box {
	position:relative;
	margin-top:-145px;
}
.about-static-banner-text {
	background:#fff;
	padding:20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,.1);
	box-shadow: 5px 5px 10px 0 rgba(0,0,0,.1);
}
.about-static-banner-text h2{
	font-weight:bold;
}
.about-static-banner-text p {
	color: #3e3f3f;
    font-size: 19px;
    text-align: center;
}


.meet-team-text p{
	color: #3e3f3f;
    font-size: 19px;
    text-align: center;
	padding-top:20px;
}
.team-images{
	padding-top:25px;
	text-align: center;
}
.team-images img{
	padding:0 10px 10px 0;
}
@media all and (max-width: 991px) {

}	


.fun-culture-images{
	padding-top:25px;
	text-align: center;
}
.fun-culture-images img{
	padding:0 10px 10px 0;
}
@media all and (max-width: 991px) {

}	


.our-event-images-container{
	display: grid;
    width: 100%;
    grid-template-columns: 360px auto 360px;
    grid-gap: 20px;
	padding-bottom:20px;
}
.our-event-images{
	position: relative; 
	overflow: hidden;
}
.our-event-images img{
	width:100%;
}
.our-event-images-container .our-event-images.our-event-images-full {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}
@media all and (max-width: 768px) {
	.our-event-images-container{
		grid-template-columns: repeat(2, 1fr);
	}
	.our-event-images-container .our-event-images.our-event-images-full {
		display:none;
	}
}	
@media all and (max-width: 511px) {
	.our-event-images-container{
		grid-template-columns: repeat(1, 1fr);
	}
	.our-event-images-container .our-event-images.our-event-images-full {
		display:none;
	}
}	


.our-event-images-container-b{
	display: grid;
    width: 100%;
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 20px;
	padding-bottom:20px;
}
@media all and (max-width: 768px) {
	.our-event-images-container-b{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media all and (max-width: 511px) {
	.our-event-images-container-b{
		grid-template-columns: repeat(1, 1fr);
	}
}
.our-event-images-b{
	position: relative; 
	overflow: hidden;
}
.our-event-images-b img{
	width:100%;
}



.leader-box {
	text-align:center;
	background:#f3f2f2;
	padding:30px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin-bottom:30px;
}
.leader-image {
	padding-bottom:15px;
}
.leader-name {
	font-size:27px;
	color:#282828;
	font-weight:700;
}
.leader-designation {
	padding-bottom:15px;
	font-size:23px;
}



.emp-review-container {
	background:#f3f2f2;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding:35px;
	text-align:center;
}
.emp-review-title h2{
	font-size:31px;
	color:#282828;
	font-weight:700;
	padding-bottom:10px;
}

.emp-review-box {
	max-width: 950px;
    display: inline-block;
}
.emp-image {
	padding-bottom:15px;
	display:inline-block;
}
.emp-text {
	font-size:19px;
	color:#282828;
	font-weight:700;
	padding-bottom:30px;
}
.emp-name {
	font-size:23px;
	color:#282828;
	font-weight:700;
}
.emp-designation {
	padding-bottom:15px;
	font-size:21px;
}

.quality-row {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}
@media all and (max-width: 768px) {
	.quality-row {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media all and (max-width: 511px) {
	.quality-row {
		grid-template-columns: repeat(1, 1fr);
	}
}
.quality-box {
	background:#043d5f;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding:30px;
}
.quality-icon {
	padding-bottom:30px;
}
.quality-icon img{
	width:100px;
}
.quality-text {
	color: #fff;
    font-size: 19px;
}



.wide-range-section h3 {
	color:#282828;
	font-weight:600;
	text-align:center;
}
.wide-range-section h4 {
	color:#282828;
	text-align:center;
}
.range-box {
	padding-bottom:15px;
	text-align:center;
}
.range-icon {
	padding-bottom:10px;
}
.range-name a{
	font-size:17px;
	font-weight:600;
	color: #555;
}
.range-box:hover a{
	color:#d70e0e;
}




.unique-row {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
}
@media all and (max-width: 768px) {
	.unique-row {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media all and (max-width: 511px) {
	.unique-row {
		grid-template-columns: repeat(1, 1fr);
	}
}
.unique-box {
	background:#043d5f;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding:30px;
	text-align:center;
}
.unique-icon {
	padding-bottom:20px;
}
.unique-icon img{
	width:100px;
}
.unique-title {
	color: #fff;
    font-size: 19px;
	font-weight:600;
	padding-bottom:10px;
}
.unique-text {
	color: #fff;
    font-size: 19px;
}



.zigzag-content-text .theme-about-title {
	text-align:left;
}
.zigzag-content-text p {
    color: #3e3f3f;
    font-size: 19px;
    padding-top: 20px;
}



.connect-with-us-container {
	background:#f3f2f2;
	padding:50px;
	-webkit-border-radius: 20px;
    border-radius: 20px;
}
.connect-with-us-container h2 {
    font-size: 31px;
    color: #282828;
    font-weight: 700;
    padding-bottom: 30px;
	text-align:center;
}
.connect-with-us-container form input{
	background:#f3f2f2;
	border:1px solid #000;
	margin-bottom:25px;
}
.connect-with-us-container form textarea{
	background:#f3f2f2;
	border:1px solid #000;
	margin-bottom:25px;
}
.connect-with-us-container form button{
	background:#c52d5b;
	padding:8px 40px;
	font-size:27px;
	-webkit-border-radius: 20px;
    border-radius: 20px;
}
.pb20 {
    padding-bottom: 20px !important;
}