body{
	font-family: 'Roboto', sans-serif;
}
header .tophead-left {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
}
header .tophead-right {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
}
header .tophead-left li {
    border-left: 1px solid #ececec;
}
header .tophead-right li {
    border-left: 1px solid #ececec;
}
.logo {
    width: 100%;
    height: 100%;
}
#about{
    padding: 80px 0;
overflow: hidden;
}
.section-title {
    text-align: center;
    padding-bottom: 30px;
}
.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #353334;
}
.section-title p {
    margin-bottom: 0;
    font-size: 14px;
    color: #919191;
}
.about .content ul {
    list-style: none;
    padding: 0;
}
.about .content ul li {
    padding-left: 28px;
    position: relative;
}
.about .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #2487ce;
    line-height: 1;
}
.about .content ul li {
    list-style-type: square;
}
.about .content ul li:marker{
    color: #ee273a;
}
.tophead-single-info {
    padding: 0 20px;
    font-size: 14px;
    color: #6b6d73;
    height: 60px;
	font-weight:500;
    line-height: 60px;
}
.tophead-single-info i {
    margin-right: 8px;
}
.top-header {
    border-bottom: 1px solid #ececec;
}
.tophead-currency {
    position: relative;
}
.tophead-select {
    border: 0;
    padding: 0 36px 0 45px;
    font-size: 13px;
    height: 60px;
    line-height: 60px;
}
.topbartoggle .btn {
    height: 60px;
    background: none;
    color: #6b6d73;
    border: 0;
    outline: 0 !important;
    padding: 0 20px;
    line-height: 60px;
    font-size: 14px; 
}
.nav-header{
	padding:30px 0px;
}
.main-search {
    border-radius: 50px;
    background: #fff;
}
.main-search input {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-radius: 50px 0 0 50px;
    outline: 0;
    border: 1px solid #ececec;
    width: 225px;
    padding: 0 25px;
}
.topbar-cat-select .nice-select {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border: 0;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    color: #2d2e30;
    border-radius: 0;
	padding: 0px 30px;
	width:100%;
}

.main-search button {
    border-radius: 0 50px 50px 0;
    font-size: 18px;
    font-weight: 500;
    background: #ee273a;
    border: 0;
    color: #fff;
    padding: 0 30px 0 26px;
    cursor: pointer;
    position: relative;
	
}

.cart-cnt {
    text-align: right;
}
.cart-cnt ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
}
.cart-cnt ul li {
    position: relative;
    margin: 0 10px;
    font-weight: 500;
}
.cart-cnt ul li span {
    position: absolute;
    font-size: 11px;
    font-weight: 500;
    right: -10px;
    top: -5px;
    background: #ee273a;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 15px;
}
.menu-bar {
    background: #ee273a;
	padding: 0;
    position: relative;
    width: 100%;
    top: 0;
    transition: all 0.4s;
}
.cat-menu {
    height: 65px;
    background: #191919;
    line-height: 65px;
    color: #fff;
    padding: 0 30px;
    position: relative;
    transform-style: preserve-3d;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    perspective: 900px;
    cursor: pointer;
	    width: 75%;
}
.cat-menu:after {
    width: 111%;
    height: 100%;
    position: absolute;
    content: "";
    left: -10px;
    top: -64px;
    background: #191919;
    transform-origin: 0% 100%;
    transform: rotateX(
83deg
);
}
.sidebar-categories {
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    position: absolute;
    display: none;
	background: #fff;
    border-radius: 0 0 5px 5px;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9;
}
.sidebar-categories li a {
	padding: 20px 10px 18px 10px;
	font-size: 16px;
	font-weight: 400;
	color: #2d2e30;
	border-bottom: 1px solid #f2f2f2;
	position: relative;
	display: block;
	transition: all 0.3s ease-in;
}

nav.navbar {
    margin-top: 5px;
	float: right;
}
.nav-item a{
	color:#fff !important;
	text-transform:uppercase;
	font-weight:600;
}
ul.navbar-nav li {
    margin-right: 30px;
}
li.nav-item:last-child {
    margin-right: 0px;
}
.banner {
    background: url(../images/banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 63px 0 80px;
}
.banner .subtitle {
    font-size: 18px;
    color: #fff;
    margin-bottom: 18px;
	margin-top: 13px;
}
.banner .subtitle  span {
    font-weight: 500;
	color:#ee273a;
    font-size: 24px;
}
.banner p  span {
    font-weight: 500;
	color:#fff;
    font-size: 24px;
}
.banner h2 {
    font-size: 72px;
    color: #fff;
	font-family: 'Anton', sans-serif;
}

.banner h2 span {
	color:#ee273a;
}
.banner p {
    font-size: 18px;
    color: #fff;
    margin-top: 13px;
    margin-bottom: 51px;
}
.gadgets{
	    padding: 100px 0 70px;
		background-color:#F5F5F5 !important;
}
.btn-basic-lg {
    background: #ee273a;
    border: 0;
    padding: 0 36px 0 38px;
    height: 60px;
    border-radius: 0;
    color: #fff;
    line-height: 60px;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease-in;
}
.gadget-box {
    background: #fff;
    border: 1px solid #ececec;
    padding: 29px 20px 34px 19px;
    margin-bottom: 30px;
	padding-right: 0 !important;
	display: flex;
    align-items: flex-start;
}
.gadget-box .gadget-details span {
    font-size: 14px;
    color: #6b6d73;
}
.gadget-box .gadget-details h4 {
    font-size: 16px;
    font-weight: 500;
    color: #2d2e30;
    margin-top: 12px;
    margin-bottom: 100px;
}
.btn-basic-sm {
	background: #ee273a;
	border: 0 !important;
	padding: 0 32px;
	height: 40px !important;
	border-radius: 4px;
	color: #fff !important;
	line-height: 40px !important;
	font-size: 15px;
	font-weight: 500;
	transition: all 0.3s ease-in !important;
}
.pd-top {
    padding-top: 50px;
}
.pd-bottom {
    padding-bottom: 50px;
}
#faq {
    background: whitesmoke;
    padding: 50px 0;
}
.section-title {
    text-align: center;
    padding-bottom: 30px;
}
.faq .faq-list {
    padding: 0 100px;
}
.faq .faq-list ul {
    padding: 0;
    list-style: none;
}
.faq .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative;
    margin: 0 0 16px 0px;
}
.faq .faq-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    padding: 0 30px;
    color: #eb3136;
    outline: none;
}
.faq .faq-list .icon-show {
    display: none;
}
.faq .faq-list .icon-show, .faq .faq-list .icon-close {
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 0;
}
.faq .faq-list a.collapsed .icon-close {
    display: none;
}
.faq .faq-list a.collapsed .icon-show {
    display: inline-block;
}
.faq .faq-list .icon-help {
    font-size: 16px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #ffb8a1;
}
.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}
.top-products .title {
    font-size: 24px;
    font-weight: 500;
    color: #2d2e30;
    margin-bottom: 13px;
}
.top-products p {
    font-size: 16px;
    color: #6b6d73;
}
.products-tab {
	margin-top:55px;
}
.products-tab .nav-tabs {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 20px;
    margin-bottom: 60px;
}
.products-tab .nav-tabs a.active {
    color: #ee273a;
    background: transparent;
}
.products-tab .nav-tabs a {
    font-size: 16px;
    color: #6b6d73;
	    background-color: transparent;
    font-weight: 500;
    padding: 0 24px;
    position: relative;
	text-decoration:none;
}
.products-tab .nav-tabs a.active:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 4px;
    background: #ee273a;
    bottom: -25px;
    left: 50%;
    margin-left: -10px;
    border-radius: 4px;
}
.products-tab .nav-tabs a.active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ee273a;
    bottom: -24px;
    left: 0;
}
.nav-tabs .nav-item.show .a, a.active{
	border:none !important;
}
.single-product-card {
    border: 1px solid #ececec;
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    width: 100%;
}
.single-product-card .product-card-details {
    padding: 23px 20px 24px;
}
.single-product-card .product-card-details p.categories {
    font-size: 14px;
    color: #6b6d73;
    margin-bottom: 9px;
}
.single-product-card .product-card-details .title {
    font-size: 16px;
    font-weight: 500;
    color: #2d2e30;
    line-height: 1.375;
    margin-bottom: 8px;
	font-family: 'Rubik', sans-serif;
}
.single-product-card .product-card-details .star-rating {
    margin-bottom: 9px;
}
.single-product-card .product-card-details .star-rating i {
    color: #fdb819;
}
.single-product-card .product-card-details .price {
    font-size: 20px;
    font-weight: 500;
    color: #2d2e30;
    display: inline-block;
}
.single-product-card .product-card-details .product-cart {
    margin-top: -6px;
    float: right;
}
.single-product-card .product-card-details .product-cart .fav-icon a {
    border-right: 0;
    border-radius: 20px 0 0 20px;
    padding: 0 10px 0 15px;
}
.single-product-card .product-card-details .product-cart a {
    height: 40px;
    display: inline-block;
    border: 1px solid #ececec;
    color: #6b6d73;
    line-height: 40px;
    float: left;
    transition: all 0.3s ease-in;
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
    color: inherit;
}
.single-product-card .product-card-details .product-cart .shop-cart-icon a {
    font-size: 18px;
    border-radius: 0 20px 20px 0;
    padding: 0 10px 0 9px;
}
.single-product-card .product-card-details .product-cart a {
    height: 40px;
    display: inline-block;
    border: 1px solid #ececec;
    color: #6b6d73;
    line-height: 40px;
    float: left;
    transition: all 0.3s ease-in;
}
.owl-carousel .owl-nav [class*='owl-'] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.owl-carousel .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
	line-height: 50px;
	border-radius: 50%;
  position: absolute;
  top: 30%;
	font-size: 20px;
color: #ee273a;
    border: 1px solid #2d2e30;
	text-align: center;
}
.owl-carousel .owl-prev {
  left: -70px;
}
.owl-carousel .owl-next {
  right: -70px;
}
div#customers-testimonials {
    padding-top: 3%;
}
.offerbanner {
    background: url(../images/bg.png);
    padding: 125px 0 130px 0;
}
.offerbanner h5.subtitle {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 22px;
}
.offerbanner h2.title {
    font-family: 'Anton', sans-serif;
    font-size: 48px;
    color: #fff;
    margin-bottom: 70px;
}
.offerbanner h2.title span {
    color: #ee273a;
}
.mt40{
	margin-top:40px;
}
.listed-product {
    padding: 96px 0 63px;
	    background: #F9F9F9;
}
.listed-product .single-list-area .area-title {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
    margin-bottom: 44px;
}
.listed-product .single-list-area .area-title:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100px;
    background: #ee273a;
    left: 0;
    bottom: 0;
}
.listed-product .single-list-area .single-product-card .product-card-details {
    padding: 0 0 0 20px;
}
.single-product-card .product-card-details .title {
    font-size: 16px;
    font-weight: 500;
    color: #2d2e30;
    line-height: 1.375;
    margin-bottom: 8px;
}
.listed-product .single-product-card{
	background-color:transparent;
}
footer {
    background: #353334;
}
.contact-widget {
    background: transparent;
    padding: 0 !important;
    margin-bottom: 45px;
}
.footer-logo img {
    margin-bottom: 26px;
}
.widget.footer-widget p {
    color: rgba(255, 255, 255, 0.6);
}
.contact-widget .contact_info_list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 22px;
}
.contact-widget .contact_info_list li.single-info-item {
    position: relative;
    margin-bottom: 18px;
}
.widget ul li:first-child {
    margin-top: 0px;
}
.contact-widget .contact_info_list li.single-info-item h4 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 8px;
}
.offer {
    background: whitesmoke;
}
.footer-top .widget.widget_nav_menu ul li a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 17px;
    transition: padding 0.5s;
}
.widget.footer-widget .widget-title {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 32px;
    position: relative;
}
.widget .widget-title {
    font-size: 16px;
    font-weight: 500;
}
.widget.footer-widget .widget-title:after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 0;
    height: 2px;
    width: 15px;
    background: #ee273a;
}
.footer-top ul {
    padding-inline-start: 0px;
}
.widget.widget_nav_menu ul li {
    margin: 15px 0;
}
.footer-bottom{
	padding:30px 0px;
}
.footer-top {
    border-bottom: 1px solid #323436;
    padding-bottom: 30px;
}
.footer-bottom .copyright {
    margin: 0;
	color:#6b6d73;
}
.footer-bottom .social-area {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
}
.footer-bottom .social-area li {
    margin-right: 10px;
}
.social-area li a {
    border: 1px solid #6b6d73;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.3s ease-in;
    display: block;
    font-size: 18px;
}
.currency-area {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
}
.currency-area li {
    margin-right: 10px;
}
ul.footer-social.social-area i {
    color: #a4a5a5;
}
.breadcrums {
    border-bottom: 1px solid #ececec;
}
.breadcrums .breadcrumb {
    margin: 0;
    padding: 25px 0 23px !important;
    background: #fff  !important;
	display: flex;
	list-style: none;
    border-radius: .25rem;
}
.breadcrums .breadcrumb .breadcrumb-item a {
    color: #2d2e30;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    padding: 0 13px;
	display: inline-block;
	color: #6c757d;
}
.page-title {
    padding: 27px 0 23px;
    box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 10%);
    margin-bottom: 4px;
}
.page-title h3 {
    font-size: 24px;
    font-weight: 500;
	color: #2d2e30;
    font-family: 'Rubik', sans-serif;
}
.shop-product {
	padding: 100px 0 70px;
	background: #F4F4F4;
}
.sidebar {
    border-radius: 5px;
}
.single-widget {
    margin-bottom: 30px;
}
.sidebar .sidebar-title {
    background: #191919;
    color: #fff;
    border-radius: 5px 5px 0 0;
    font-weight: 500;
    margin-bottom: 0;
    padding: 20px 27px 18px 20px;
    font-size: 16px;
    position: relative;
    cursor: pointer;
	font-family: 'Rubik', sans-serif;
}
.single-widget .sidebar-categories {
    background: #fff;
    border-radius: 0 0 5px 5px;
    list-style: none;
	display:block !important;
    margin: 0;
    padding: 0;
	
    position: relative;
}


.sidebar-rating {
    background: #fff;
    padding: 25px 20px 18px;
    border-radius: 0 0 5px 5px;
}
.sidebar-rating .sidebar-single-rating {
    position: relative;
}
.sidebar-rating .sidebar-single-rating .star-rating {
    display: inline-block;
    padding: 0 0 10px 25px;
}
.sidebar-rating .sidebar-single-rating input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}

.sidebar-rating .sidebar-single-rating .checkmark {
    position: absolute;
    top: 5px;
    left: 0px;
    height: 13px;
    width: 13px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #2d2e30;
    border-radius: 2px;
}
.sidebar-rating .sidebar-single-rating .star-rating span {
    font-size: 14px;
}
.side-bar-range {
    background: #fff;
    border-radius: 0 0 5px 5px;
    padding: 38px 12px 17px 20px;
}
.side-bar-range .ui-slider {
    border: 0;
    background: #dfdfdf;
    height: 5px;
    border-radius: 0;
    margin: 0 10px 17px;
}
.side-bar-range .ui-slider .ui-slider-range {
    background: #ee273a;
}
.side-bar-range .ui-slider span {
    border-radius: 0px;
    height: 12px;
    width: 12px;
    border: 0;
    background: #ee273a;
    border: 0;
    top: -4px;
}
.sidebar-rating .sidebar-single-rating .star-rating span i {
    color: #fdb819;
}
sidebar-rating .sidebar-single-rating .star-rating span {
    font-size: 14px;
}
.sidebar-rating .sidebar-single-rating .star-rating .rate-count {
    margin-left: 16px;
}
.sidebar-rating .sidebar-single-rating input:checked ~ .checkmark {
    background-color: #2d2e30;
}
.sidebar-rating .sidebar-single-rating .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 3px;
    top: -1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(
45deg
);
}
.sidebar-rating .sidebar-single-rating input:checked ~ .checkmark:after {
    display: block;
}
.slidecontainer {
  width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 25px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #04AA6D; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

.slider::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #04AA6D; /* Green background */
  cursor: pointer; /* Cursor on hover */
}
.shop-item-details .entry-title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
	color:#2d2e30;
}
.shop-detail{
	background: #F8F8F8;
	padding: 100px 0;
}
.shop-item-details .review-counter {
    margin-left: 16px;
    font-size: 14px;
}
.shop-item-details .price {
    font-weight: 500;
    font-size: 30px;
    color: #2d2e30;
    margin: 13px 0px 17px;
}
.shop-item-details .price del {
    font-size: 18px;
    font-weight: 400;
    margin-left: 17px;
}
.shop-item-details .stock {
    font-size: 14px;
    margin-bottom: 26px;
}
.shop-item-details .stock i {
    background: #1cce68;
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
    height: 15px;
    width: 15px;
    padding: 0 2px;
    line-height: 17px;
    margin-right: 10px;
}
.shop-item-details form {
    margin-bottom: 38px;
}
form .quantity {
    display: inline-block;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
}
form .quantity input {
    background: transparent;
    border: 0;
    height: 40px;
    color: #2d2e30;
    padding: 0;
    width: 50px;
    text-align: center;
    cursor: pointer;
}
form .quantity input.input-text {
    border-right: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
}
.shop-item-details .color-variation h3 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 21px;
	color: #2d2e30;
	font-family: 'Rubik', sans-serif;
}
.shop-item-details .color-variation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    margin-bottom: 38px;
}
.shop-item-details .color-variation ul li a.color-1 {
    background: #999999;
}
.shop-item-details .color-variation ul li a.color-2 {
    background: #a260a6;
}
.shop-item-details .color-variation ul li a.color-3 {
    background: #4fa1ad;
}
.shop-item-details .color-variation ul li a.color-4 {
    background: #6a779b;
}
.shop-item-details .color-variation ul li a.color-5 {
    background: #caa447;
}
.shop-item-details .color-variation ul li a {
    height: 30px;
    width: 30px;
    border: 5px solid #ededed;
    border-radius: 50%;
    display: block;
    margin-right: 15px;
}
.btn-black {
    background: #191919;
    border-radius: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    transition: all 0.3s ease-in;
}
.shop-tabs {
    background: #fff;
    border: 1px solid #ececec;
    margin-top: 34px;
}
.shop-tabs .nav-tabs {
    border: 0;
    margin-bottom: 20px;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.shop-tabs .nav-tabs .nav-item .nav-link.active {
    background: #ee273a;
    color: #fff;
}
.shop-tabs .nav-tabs .nav-item .nav-link {
    height: 60px;
    padding: 0 45px;
    line-height: 60px;
    border: 0;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    border-radius: 0;
}
.shop-tabs .specific-tab .table-bordered th {
    border-left: 0;
    font-weight: 400;
    font-size: 15px;
    color: #2d2e30;
    padding: 19px 25px;
}
.shop-tabs .specific-tab .table-bordered td {
    border-right: 0;
    font-weight: 400;
    font-size: 15px;
    padding: 19px 25px;
    color: #2d2e30;
}

.shop-tabs .describe-tab {
    padding: 17px 30px 28px;
}
.shop-tabs .describe-tab .title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 13px;
	color:#2d2e30;
	font-family: 'Rubik', sans-serif;
}
.shop-tabs .describe-tab .quick-view {
    margin: 37px 0px 34px;
}
.shop-tabs .review-tab {
    padding: 30px;
}
.shop-tabs .review-tab .btn {
    margin-top: 30px;
}
.single-input-wrap label {
    transition: all 0.15s ease;
    color: #6b6d73;
    margin-bottom: 0;
    font-size: 15px;
    margin-bottom: 15px;
}
.single-input-wrap .single-input {
    width: 100%;
    height: 50px;
    background: transparent;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 0 18px;
    margin-bottom: 30px;
    font-size: 15px;
    color: #2d2e30;
    line-height: 50px;
}
.single-input-wrap .single-input.textarea {
    min-height: 140px;
    padding: 0px 18px 16px;
    margin: 0;
}
.nav-tabs .nav-link {
	color:#191919 !important;
}
.nav-tabs .nav-link.active  {
	color:#fff !important;
}
.col-12.mg-top-120 {
    margin: 120px 0px;
}
.shop-tabs .specific-tab .table-bordered {
    border: 1px solid #ececec;
    border-left: 0;
    border-right: 0;
    margin-bottom: 0;
}
a#dropdownMenuLink {
    background-color: transparent;
    box-shadow: none !important;
}
.pd-100 {
    padding: 100px 0;
}
.wishlist-area .table thead {
    background: #f2f2f2;
    border: 0;
}
.wishlist-area .table thead th {
    border: 0;
    font-weight: 500;
    color: #2d2e30;
    padding: 20px 25px;
}
.wishlist-area .table tbody td {
    vertical-align: middle;
    border: 0;
    border-bottom: 1px solid #ececec;
    padding: 0px 25px;
}
.wishlist-area .table tbody .item-name {
    font-size: 16px;
    font-weight: 400;
    color: #2d2e30;
    padding-left: 0;
}
.wishlist-area .table tbody td.total-amount {
    padding: 40px 25px;
}
.wishlist-area .checkout-btn .btn {
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 44px;
}
.shop-item-details .star-rating {
    float: left;
}
.wishlist-area .checkout-btn .btn:hover {
    background-color: #191919;
    color: #fff;
}
.wishlist-area .table tbody th {
    border: 0;
    border-bottom: 1px solid #ececec;
}
.shipping-area {
    background: #fff;
    box-shadow: 0px 1px 15px 0px rgb(0 0 0 / 5%);
    border-radius: 10px;
    padding: 20px;
}
.chekout-box {
    padding: 100px 0;
    background: #F8F8F8;
}
.payment-option {
    position: relative;
    padding: 18px 0 18px 0px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    font-size: 15px;
    font-weight: 500;
}
.menu-bar .navbar {
    box-shadow: none !important;
}
.shipping-area button {
    height: 50px;
    line-height: 50px;
    border: 1px solid #bababa;
    border-radius: 5px;
    padding: 0 50px;
    margin-bottom: 10px;
    transition: all 0.3s ease-in;
    font-weight: 500;
    color: #fff;
    background: all 0.3s ease-in;
    margin-top: 33px;
    background-color: #ee273a;
}
.shipping-area .currency-area li {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    transition: all 0.3s ease-in;
}
.shipping-area .currency-area {
    margin-bottom: 34px;
}
.checkoutform {
    background: #fff;
    box-shadow: 0px 1px 15px 0px rgb(0 0 0 / 5%);
    border-radius: 10px;
    padding: 52px 20px;
}
.checkoutform select {
    width: 100%;
    border: 1px solid #ced4da;
    padding: .375rem .75rem;
    color: #495057;
	border-radius: .25rem;
}
.checkoutform textarea {
    width: 100%;
    padding: 20px 10px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}
.compare-table {
	padding:100px 0px;
}
.compare-table .table thead th {
    font-size: 15px;
    font-weight: 400;
    vertical-align: middle;
    padding: 25px;
	border: 1px solid #dee2e6;
    border-bottom: 0;
    color: #2d2e30;
}
.compare-table .table tbody th {
    font-size: 15px;
    font-weight: 400;
    vertical-align: middle;
    padding: 25px;
    color: #2d2e30;
}
.compare-table .table tbody td {
    font-size: 15px;
    color: #6b6d73;
    vertical-align: middle;
	border: 1px solid #dee2e6;
    text-align: center;
}
.compare-table .table thead th .single-compare-product .h4title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
}
.compare-table .table thead th .single-compare-product .stock {
    font-size: 14px;
    margin-bottom: 23px;
    color: #6b6d73;
}
.compare-table .table thead th .single-compare-product .stock i {
    background: #1cce68;
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
    height: 15px;
    width: 15px;
    padding: 0 2px;
    line-height: 17px;
    margin-right: 10px;
}
.compare-table .table thead th .single-compare-product {
    text-align: center;
    padding-bottom: 30px;
}
a.btn.btn-black:hover {
    color: #fff;
}
.compare-table .table thead th .single-compare-product .star-rating span i {
    color: #fdb819;
}
.compare-table .table thead th .single-compare-product .price span {
    font-size: 20px;
    font-weight: 500;
    color: #ee273a;
}
.wishlist{
	padding:100px 0px;
}
.wishlist .table thead {
    background: #f2f2f2;
    border: 0;
}
.wishlist .table thead th {
    border: 0;
    font-weight: 500;
    color: #2d2e30;
    padding: 20px 25px;
}
.wishlist .table tbody .item-name {
    font-size: 16px;
    font-weight: 400;
    color: var(--heading-color);
    padding-left: 0;
}
.wishlist .table tbody td {
    vertical-align: middle;
    border: 0;
    border-bottom: 1px solid #ececec;
    padding: 0px 25px;
}
.wishlist .table tbody th {
    border: 0;
    border-bottom: 1px solid #ececec;
}
.wishlist .table tbody td.red {
    color: #e81113;
}
.wishlist .table tbody td .btn.block {
    background: #bababa !important;
    border: 1px solid #bababa !important;
	cursor: not-allowed;
    pointer-events: none;
}

#contact{
    padding: 50px 0;
    overflow: hidden;
}
.contact .info-box {
    color: #313030;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px;
}
.contact .info-box i {
    font-size: 32px;
    color: #eb3136;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #ffded4;
    float: left;
}
.contact .info-box h3 {
    font-size: 20px;
    color: #656262;
    font-weight: 700;
    margin: 10px 0 10px 68px;
}
.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin: 0 0 0 68px;
}
.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
}
.contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}
.contact .php-email-form button[type="submit"] {
    background: #eb3136;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}
.contact .php-email-form button[type="submit"]:hover {
    background: #eb3136;
}
.contact .php-email-form input {
    padding: 20px 15px;
}
.flex {
	display: flex;
}
.offer-row .thumb {
	padding: 23px 20px 24px;
	height: 250px;
}
.offer-row .thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.form_error {
	color: #ff0000;
	margin-top: 3px;
}
.product-row .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
header .tophead-right .tophead-single-info {
	padding-right: 0;
}
.product_content {
	color: #888a8f;
	font-size: 15px;
	margin-bottom: 26px;
}
.category-banner h2 {
	color: #fff;
	font-size: 35px;
}
.category-banner {
	background: url(../images/category-banner.png);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-size: auto;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 63px 0 80px;
}
.term-sec .section-title {
	text-align: left;
	margin: 0 0;
}
.footer-currency .nav-item a {
	color: #fff !important;
	font-weight: 500;
	font-size: 13px;
}
.mobile-header {
	display: none;
}
.mobile-cat {
	display: none;
}
.foter-mobile {
	display: none;
	position:fixed;
}
.line {
	width: 98px;
	height: 6px;
	background: red;
	margin: 0 auto;
	margin-bottom: 20px;
}
.section-title h2 {
	margin-bottom: 10px;
}

.clients-section {
    padding-top: 35px;
    padding-bottom: 0px;
    border: none;
    position: relative;
    padding: 60px 0 60px
}

.clients-section .sponsors-outer {
    position: relative;
    padding: 0 15px;
    max-width: 1430px;
    width: 100%;
    margin: 0 auto;
}
.clients-section .slide-item {
	position: relative;
	display: inline-block;
	width: auto;
	padding: 0 38px;
}
.clients-section .image-box {
    position: relative;
    text-align: center;
    margin-bottom: 0;
}
.clients-section .image-box img {
	position: relative;
	display: inline-block;
	max-width: 100%;
	width: auto;
	transition: all 300ms ease;
	border-radius: 0;
	vertical-align: middle;
}
.mission {
	padding: 0 !important;
}
.home-banner img {
	width: 100%;
}

@media (max-width: 767px){
   .desktop {
	display: none;
}
.nav-header {
	padding: 20px 0px;
}
.desktop-header {
	display: none;
}
.tophead-right.float-md-right {
	position: absolute;
	left: -141px;
	border: 0;
	background: #fff;
	z-index: 999;
	height: 134px;
	width: 228px;
	top: 3px;
	align-content: center;
	padding-top: 25px;
}
.btn-basic-sm {
	padding: 0 21px;
}
.navbar-collapse {
	position: relative;
}
.mobile-header {
	display: block;
}
.main-search button {
	width: 28%;
    font-size: 15px;
    padding: 0 27px 0 23px;
}
.topbar-cat-select {
	width: 38%;
}
.main-search input {
	width: 34%;
}
.d-inline-flex {
	display: -ms-inline-flexbox !important;
	display: flex;
}
.topbar-cat-select .nice-select {
	font-size: 15px;
	padding: 0px 10px;
	width: 132px;
}
.main-search.d-inline-flex {
	padding: 20px 0px;
}
.navbar {
	padding: 0;
	margin: 0;
	background: #ee273a;
	color: #fff;
	border-radius: 5px;
}
.toggler-icon {
	color: #fff;
	font-size: 38px;
}
.cat-menu {
	width: 100%;
}
.banner h2 {
	font-size: 55px;
}
.banner p {
	margin-bottom: 30px;
}
.btn-basic-lg {
	margin-bottom: 30px;
}
.desktop-cat {
	display: none;
}
.gadget-box {
	display: block;
	width: 100%;
}
.mobile-cat img {
	width: 70%;
	object-fit: cover;
}
.gadget-box .gadget-details h4 {
	margin-bottom: 30px;
}
.mobile-cat .thumb.align-self-center {
	text-align: center;
}
.btn-basic-sm {
	width: 93%;
}
.offerbanner {
	padding: 87px 0 43px 0;
}
.faq .faq-list {
	padding: 0 0px;
}
.contact .info-box {
	width: 100%;
}
#contact_message button {
	width: 100%;
}
.menu_bottom {
	background: white;
	position: fixed;
	bottom: 0;
	left: 0;
	overflow-x: auto;
	width: 100%;
}
.menu_container {
	width: auto;
	text-align: left;
	display: flex;
	margin: 0 !important;
	background: #eb3136;
	padding: 12px 0px !important;
}
.menu_item {
	text-align: center;
	font-weight: 600;
	display: inline-grid;
	font-size: 11px;
	margin: 6px;
	width: 90px;
	white-space: pre;
}
.menu_item i {
	color: #fff;
	font-size: 19px;
	padding-bottom: 12px;
}
.foter-desktop {
	display: none;
}
.mobile-cat {
	display: block;
}
.foter-mobile {
	display: block;
}
.menu_item p {
	margin: 0;
}
.menu_item a {
	color: #fff;
}
.mobile-navbar {
	display: none;
}


nav {
  position: relative;
}

.nav__trigger {
	position: unset;
	right: 0;
	/* top: 20px; */
	font-size: 2em;
	z-index: 10;
	text-align: right;
}

.inverse {
  color: white;
}

.nav__menu--right {
	position: absolute;
	right: -300px;
	width: 300px;
	height: 100%;
	transition: 400ms ease;
	display: none;
}
.nav__menu--right.open {
	height: 100%;
	transform: translateX(-300px);
	z-index: 1;
	display: block;
}
.nav__menu--right ul {
  list-style: none;
  padding: 50px 10px;
  text-align: center;
  overflow: hidden;
}
.nav__menu--right ul li {
  margin: 0;
  padding: 10px;
}
.open ul {
	background: #ee273a;
	color: #fff;
	text-align: left;
	position: absolute;
	top: -84px;
	width: 100%;
}
nav.hamber-menu {
	position: relative;
	z-index: 999;
}
.close-icon {
	display: none;
}
.inverse .close-icon {
	display: block;
}
.inverse .hamber {
	display: none;
}
.baner-img {
	display: none;
}
.gadgets {
	padding: 30px 0 10px;
}
#about {
	padding: 25px 0;
}
.pd-bottom {
	padding-bottom: 20px;
}
.offerbanner h2.title {
	font-size: 40px;
	margin-bottom: 50px;
}
}


