/* ========== Main Index Styling & Settings ========== */

/* ----- Top Bar Section Styles and Settings ----- */
.top-bar{
	background-color:var(--primary);
	font-size:var(--small-size);
	color:var(--basic);
	padding:5px;
}

.top-bar .container-fluid{
	width:96%;
}
.white1
{
    color:White;
}
.top-bar select{
	font-size:var(--small-size);
	border-radius:4px;
	color:var(--dark);
	font-weight:600;
	padding:1px 5px;
	margin-left:7px;
	border:none;
}

.top-bar ul{
	margin:0;
}

.top-bar ul li a{
	font-size:var(--smaller-size);
	color:var(--basic);
	padding:0;
}

.top-bar .nav > li > a:focus,
.top-bar .nav > li > a:hover{
    background-color:transparent;
	text-decoration:none;
}

.top-bar ul li.social-icons a{
	font-size:var(--default-size);
	display:inline-block;
	margin:0 5px;
}

/* ----- Navbar Section Styles and Settings ----- */
.navbar-default{
	border:none;
	border-bottom:1px solid var(--light);
	background-color:var(--basic);
	margin-bottom:0;
	border-radius:0;
	padding:12px 0;
}

.navbar-default .container-fluid{
	padding:0 30px;
}
	
.navbar-default .navbar-brand #open-category{
	cursor:pointer;
}

.navbar-default .navbar-brand{
	margin:0 !important;
	padding:5px 10px;
	height:30px;
}

.navbar-default .navbar-brand .category-tab{
	color:var(--secondary);
}

.navbar-default .navbar-left{
	margin-left:20px;
}

.navbar-default .navbar-nav li{
	margin:0 15px;
}

.navbar-default .navbar-nav li a{
	font-size:var(--default-size);
	color: var(--dark);
	padding:5px 0;
}

.navbar-default .navbar-nav li a:hover{
	color:var(--secondary);
	text-decoration:none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover{
    background-color:transparent;
	color:var(--secondary);
}

.navbar-default .collapse .navbar-brand{
	margin-left:15% !important;
	position:relative;
	top:-10px;
}

.navbar-default .collapse .navbar-brand img{
	width:150px;
	
}

.navbar-default .navbar-right{
	margin-right:0 !important;
	height:30px;
}

.navbar-default .navbar-right > li:nth-child(4) a,
.navbar-default .navbar-right > li:nth-child(5) a{
	font-size:var(--larger-size);
}

.navbar-default .navbar-right .badge{
	background-color:#df4937;
	position:relative;
    border-radius:50%;
	padding:2px 5px;
	font-size:10px;
	top:-38px;
    left:18px;
}

/* Navbar Form Section Styles */
.navbar-default .navbar-form{
	border-top:1px solid var(--shadow);
	position:relative;
	margin:0 auto;
	margin-top:15px;
	display:none;
	width:100%;
}

.navbar-form .form-group{
	padding:10px 50px;
	padding-bottom:0;
	margin-bottom:0;
	width:100%;
}

.navbar-default .navbar-form select{
	border:1px solid var(--light);
	font-size:var(--small-size);
	background-color:#eee;
	color:var(--bordered);
	border-right:none;
	position:absolute;
	padding:8px 10px;
	padding-bottom:7px;
	font-weight:600;
	cursor:pointer;
	outline:none;
	left:5%;
}

.navbar-default .navbar-form input{
	background-color:var(--basic);
	font-size:var(--default-size);
	border:1px solid var(--light);
	text-indent:120px;
	padding:2px 5px;
	border-left:none;
	outline:none;
	height:33px;
	width:100%;
}

input::placeholder{
	color:var(--shadow);
}

input:-ms-input-placeholder{ 
	color:var(--shadow);
}

input::-ms-input-placeholder{ 
	color:var(--shadow);
}

.navbar-default .navbar-form .btn-primary{
	background-color:var(--primary);
	font-size:var(--default-size);
	text-transform:uppercase;
	letter-spacing:1px;
	border-radius:1px;
	position:absolute;
	line-height:1.8;
	height:33px;
	right:5%;
	top:10px;
}

.navbar-default .navbar-form #close-search{
	font-size:var(--larger-size);
	color:var(--dark);
	position:absolute;
	right:1.5%;
	top:15px;
}

/* ----- Header Section Styles and Settings ----- */
header{
	min-height:350px;
}

header .carousel .carousel-caption{
	text-shadow:none;
	bottom:inherit;
	width:50%;
	left:50%;
	top:0;
}

header .carousel .carousel-caption h1{
	font-size:var(--sub-heading);
	text-transform:uppercase;
	color:var(--dark);
	margin-top:0;
}

header .carousel .carousel-caption h2{
	font-size:var(--larger-size);
	color:var(--primary);
	font-weight:500;
}

header .carousel .carousel-caption h4{
	font-size:var(--large-size);
	color:var(--primary);
	letter-spacing:.5px;
	margin-bottom:20px;
	margin-top:40px;
	font-weight:600;
	display:none;
}

header .carousel .carousel-caption .btn-secondary{
	font-size:var(--large-size);
	text-transform:uppercase;
	letter-spacing:1px;
	border-radius:3px;
	font-weight:500;
	margin-top:15px;
	height:inherit;
	padding:10px;
	width:180px;
}

header .carousel .carousel-caption .btn-secondary:hover{
	color:var(--basic);
}

.carousel-control{
	box-shadow:-1px 2px 5px 0 var(--bordered);
	background-color:var(--basic);
	font-size:var(--small-size);
	justify-content:center;
	color:var(--primary);
	align-items:center;
	border-radius:50%;
	text-shadow:none;
	display:flex;
	height:25px;
	width:26px;
	opacity:1;
	top:45%;
}

.carousel-control:focus,
.carousel-control:hover{
	background-color:var(--primary);
	color:var(--basic);
}

.carousel-control.left{
	left:130px;
}

.carousel-control.right{
	right:130px;
}

.carousel-control.left,
.carousel-control.right{
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 0);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 0);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 0);
}

.carousel-indicators{
	bottom:0;
}

header .carousel .carousel-indicators li{
	background-color:rgba(255,255,255,.5);
	border-radius:50%;
	border:none;
	height:15px;
	width:15px;
	margin:3px;
}

header .carousel .carousel-indicators li.active{
	background-color:#fff;
	border:none;
	height:15px;
	width:15px;
}

/* ----- Main Section Styles and Settings ----- */
section{
	padding:5px 7px;
}

section > .flex-box > div{
	min-height:800px;
	overflow:hidden;
	flex:1;
}

section > .flex-box > .category{
	overflow:visible;
	max-width:240px;
}

section > .flex-box > .offers{
	max-width:390px;
	padding:0 7px;
	padding-bottom:7px;
}

section > .flex-box > .offers > div{
	box-shadow:0 3px 5px 2px var(--light);
	border-radius:5px;
}

/* Category Section Styles */
section .category{
	background-color:transparent;
}

section .category > div{
	border:3px solid var(--primary);
	border-radius:5px;
}

section .category h4{
	background-color:var(--primary);
	font-size:var(--small-size);
	text-transform:uppercase;
	letter-spacing:.5px;
	color:var(--basic);
	font-weight:600;
	padding:10px 5px;
	margin:0;
}

section .category h4 i{
	font-size:var(--small-size);
	margin-right:5px;
	margin-left:4px;
}

section .category .dropdown-section{
	border-radius:3px;
	margin-bottom:0;
}

section .category .dropdown-section > li{
	position:relative;
}

section .category .dropdown-section li a{
	border-bottom:1px solid var(--light);
	font-size:var(--small-size);
	text-transform:capitalize;
	color:var(--bordered);
	text-decoration:none;
	padding:8px 15px;
	font-weight:600;
	display:block;
}

section .category .dropdown-section li a:hover{
	background-color:var(--light);
}

section .category .dropdown-section li a.active{
	background:var(--primary);
	color:var(--basic);
}

section .category .dropdown-section > li > a i{
	margin-right:10px;
}

section .category .sub-menu{
	box-shadow:1px 0 3px 1px var(--light);
	background-color:var(--basic);
	position:absolute;
	z-index:999;
	left:235px;
	top:0;
}

section .category .sub-menu li{
	position:relative;
	border:none;
}

section .category .sub-menu li a{
	background-color:var(--basic);
	padding-left:22px;
	min-width:200px;
	font-weight:400;
}

section .category .sub-menu li a i{
	margin-top:2px;
	float:right;
}

section .category .sub-menu .sub-menu-dropdown{
	box-shadow:0 0 3px 1px var(--light);
	position:absolute;
	z-index:999;
	left:250px;
	top:0;
}

/* Products Section Styles */
.products h4{
	font-size:var(--large-size);
	text-transform:uppercase;
	color:var(--bordered);
	font-weight:600;
	margin-left:5px;
}

.products hr{
	border-color:var(--secondary);
	border-width:3px;
	margin-left:5px;
	text-align:left;
	margin-top:0;
	width:90px;
}

.products .owl-carousel .owl-stage-outer{
    margin-right:-10px;
}

.products .owl-carousel .owl-stage{
	padding:5px;
}

.products .owl-carousel .owl-item{
	box-shadow:0 1px 3px 1px var(--light);
	border-radius:6px;
	overflow:hidden;
	padding:5px;
}

.products .owl-carousel .owl-item:hover{
	box-shadow:0 1px 7px 3px var(--light);
}

.products .owl-carousel .owl-stage-outer{
	height:500px;
}

.products .owl-carousel .owl-item h5{
	color:var(--secondary);
	font-weight:600;
	line-height:1.3;
	padding:0 10px;
}

.products .owl-carousel .owl-item h5.text-center{
	background-color:#FFA500;
	color:var(--basic);
	overflow: hidden;
	margin-top:0;
	height:55px;
	padding:5px;
	
	-webkit-box-orient:vertical;
	-moz-box-orient:vertical;
	-ms-box-orient:vertical;
	-o-box-orient:vertical;
	
	-webkit-line-clamp:2;
	-moz-line-clamp:2;
	-ms-line-clamp:2;
	-o-line-clamp:2;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -o-box;
}

.products .owl-carousel .owl-item h5 a{
	text-decoration:none;
	color:var(--highlight);
	color:var(--basic);	
}

.products .owl-carousel .owl-item .img-div{
	overflow:hidden;
	margin:0 auto;
	height:165px;
	width:140px;
}

.products .owl-carousel .owl-item .details-div{
	padding:10px;
}

.products .owl-carousel .details-div > .flex-box:nth-child(3) > .flex-1:nth-child(2){
	text-align:-webkit-right;
	text-align:-moz-right;
	text-align:-ms-right;
	text-align:-o-right;
}

.products .owl-carousel .owl-item h6{
	font-size:var(--small-size);
	color:var(--highlight);
	margin:0;
	margin-bottom:5px;
}

.products .owl-carousel .owl-item h4{
	font-size:var(--small-size);
	text-transform:capitalize;
	color: var(--highlight);
	font-weight:400;
	margin:0;
	margin-bottom:5px;
}

.products .owl-carousel .owl-item h4 span{
	font-size:var(--small-size);
	text-transform:lowercase;
	color:var(--highlight);
}

.products .owl-carousel .owl-item .price{
	margin-bottom:5px;
	text-align:center;
	padding:10px 0;
}

.products .owl-carousel .owl-item .price h5,
.products .owl-carousel .owl-item .price span{
	font-size:var(--small-size);
	display:inline-block;
	font-weight:400;
	padding:0;
	margin:0;
}

.products .owl-carousel .owl-item .price label{
	font-size:var(--default-size);
	color:var(--bordered);
	font-weight:400;
	margin:0 5px;
}

.products .owl-carousel .owl-item .flex-1 .flex-box{
	justify-content:space-between;
}

.products .owl-carousel .owl-item .qty{
	font-size:var(--small-size);
	position:relative;
    font-weight:600;
	top:8px;
}

.products .owl-carousel .owl-item input{
	border:1px solid var(--light);
	font-size:var(--default-size);
	border-radius:3px;
	text-align:center;
    margin-right:10%;
	outline:none;
	height:35px;
	width:60%;
}

.products .owl-carousel .owl-item span{
	font-size:var(--smaller-size);
	color:var(--bordered);
}

.products .owl-carousel .owl-item .btn{
	font-size:var(--small-size);
	text-decoration:none;
	border-radius:4px;
	text-align:center;
	cursor:pointer;
	height:inherit;
	display:block;
	padding:7px 0;
	width:90%;
}

.products .owl-carousel .owl-item .btn-default,
.products .owl-carousel .owl-item .btn-primary{
	margin:10px 0;
}

.products .owl-carousel .owl-nav{
	position:absolute;
	top:-30px;
	right:0;
}

.products .owl-carousel .owl-dots{
	display:none;
}

.products .owl-carousel .owl-nav button{
	background-color:var(--light);
	font-size:var(--larger-size);
	color:var(--basic);
	border-radius:50%;
	margin-left:5px;
	outline:none;
	height:20px;
	width:20px;
}

.products .owl-carousel .owl-nav button span{
	position:relative;
    top:-6px;
}

.products .owl-carousel .owl-nav button:hover{
	background-color:var(--primary);
}

/* Offers Section Styles */
.offers h4{
	background:var(--primary);
    font-size:var(--default-size);
	text-transform:uppercase;
	letter-spacing:.5px;
	color:var(--basic);
	border-radius:4px;
	padding:10px 15px;
	font-weight:600;
	margin:0;
}

.offers ul{
	padding:5px 10px;
	margin-bottom:0;
}

.offers ul li{
	border-bottom:1px solid var(--light);
	margin-top:5px;
	padding:5px;
}

.offers ul > li:last-child{
	border-bottom:none;
}

.offers .flex-box > div{
	flex:1;
}

.offers .img-div{
	overflow:hidden;
	max-width:120px;
	padding:0 5px;
	height:130px;
	width:120px;
}

.offers .details-div{
	margin-left:15px;
	margin-bottom:5px;
}

.offers .details-div h5{
	font-size:var(--small-size);
	text-transform:capitalize;
	color:var(--highlight);
	font-weight:700;
}

.offers .details-div p{
	font-size:var(--small-size);
	color:var(--highlight);
	min-height:95px;
}

.offers .details-div span{
	font-family: 'alternate-font';
	font-size:var(--larger-size);
	color:var(--secondary);
	position:relative;
	top:-2px;
}

.offers .details-div .pull-right{
	margin-top:5px;
}

/* ----- Banner Section Styles and Settings ----- */
.banner .container{
	border-radius:5px;
	margin:20px auto;
	overflow:hidden;
	padding:0;
	width:85%;
}

/* ----- Another Section Styles and Settings ----- */
.another-section > .flex-box > div{
	min-height:400px;
}

/* ----- Clients Logos Styles and Settings ----- */
.clients-logos{
	padding:50px 0;
}

.clients-logos .container{
	margin:20px auto;
	width:80%;
}

.clients-logos .owl-carousel .owl-nav{
	position:absolute;
    display:block;
	width:100%;
	top:25px;
}

.clients-logos .owl-carousel .owl-nav button{
	background-color:var(--light);
    font-size:var(--larger-size);
    color:var(--basic);
    position:absolute;
	border-radius:50%;
    outline:none;
    height:25px;
    width:25px;
}

.clients-logos .owl-carousel .owl-nav button:hover{
	background-color:var(--primary);
}

.clients-logos .owl-carousel .owl-nav button span{
    position:relative;
    top:-3px;
}

.clients-logos .owl-carousel .owl-nav .owl-prev{
	left:-60px;
}

.clients-logos .owl-carousel .owl-nav .owl-next{
	right:-60px;
}

/* ----- Footer Section Styles and Settings ----- */
footer{
	border-top:8px solid var(--primary);
	background-color:var(--dark);
	min-height:100px;
	padding:10px;
	padding-bottom:50px;
	padding-top:30px;
}

footer .container{
	margin:0 auto;
	width:90%;
}

footer .flex-box{
	font-size:var(--small-size);
	color:var(--light);
}

footer .flex-box h5{
	font-size:var(--caption-size);
	margin-bottom:15px;
	font-weight:600;
}

footer .flex-box p{
	font-weight:600;
	margin-bottom:0;
}

footer .flex-box ul{
	margin-bottom:0;
	margin-top:20px;
}

footer .flex-box ul li{
	margin-bottom:7px;
}

footer .flex-box ul li a{
	transition:all .3s ease-in-out;
	font-size:var(--smaller-size);
	text-transform:capitalize;
	text-decoration:none;
	color:var(--light);
}

footer .flex-box ul li a:hover{
	margin-left:5px;
}

footer .flex-box ul li a i{
	margin-right:5px;
}

footer .flex-box input{
	font-size:var(--small-size);
	border-radius:2px;
	margin-bottom:7px;
}

footer .flex-box .btn-secondary{
	font-weight:600;
	width:100%;
}

footer hr{
	border:1px solid var(--highlight);
	margin-top:30px;
}

footer span{
	font-size:var(--smaller-size);
	letter-spacing:.5px;
	color:var(--light);
}

footer span a{
	color:var(--light);
	letter-spacing:0;
	font-weight:700;
}


/* ========== Thumbnails Page Styles & Settings ========== */
.thumbnails .products h4{
	font-size:var(--default-size);
    background:var(--primary);
    text-transform:capitalize;
	letter-spacing:.5px;
    color:var(--basic);
    border-radius:4px;
    padding:12px 15px;
    font-weight:600;
    margin:0;
}

.thumbnails .products h4 span{
	font-size:var(--small-size);
    text-transform:capitalize;
	font-weight:400;
}

.thumbnails .products .flex-box{
	flex-wrap:wrap;
}

.thumbnails .products .flex-box .items{
	margin:0 12px;
	border:1px solid var(--lighter);
	padding-bottom:10px;
	border-radius:15px;
	margin-bottom:20px;
	position:relative;
	overflow:hidden;
	width:235px;
}

.thumbnails .products .flex-box .items a{
	text-decoration:none;
	display:block;
}

.thumbnails .products .flex-box .items:hover{
	box-shadow:0 1px 5px 2px var(--light);
}

.thumbnails .products .flex-box .items .img-div{
	margin:15px auto;
	margin-bottom:20px;
	overflow:hidden;
	height:150px;
	width:130px;
}

.thumbnails .products .flex-box .items h5{
	font-size:var(--default-size);
	color:var(--highlight);
	font-weight:600;
}


/* ========== Product-list Page Styles & Settings ========== */
.product-list .products h4{
	background-color: var(--primary);
	font-size:var(--default-size);
    text-transform:capitalize;
	letter-spacing:.5px;
    color:var(--basic);
    border-radius:4px;
    padding:11px 15px;
    font-weight:600;
    margin:0;
}

.product-list .products h4 span{
	font-size:var(--small-size);
    text-transform:none;
	font-weight:400;
}

.product-list .products > div > .flex-box{
	justify-content:space-between;
	flex-wrap:wrap;
}

.product-list .products .items{
	border:1px solid var(--lighter);
	border-radius:12px;
	margin-bottom:30px;
	position:relative;
	min-height:200px;
	overflow:hidden;
	width:49%;
}

.product-list .products .items:hover{
	box-shadow:0 1px 7px 1px var(--light);
}

.product-list .products .items h5{
	background-color:#FFA500;
	font-size:var(--default-size);
	text-overflow:ellipsis;
	white-space:nowrap;
	padding:12px 10px;
        color:white;
	font-weight:600;
	overflow:hidden;
	margin:0;
}

.product-list .products .items .flex-box{
	padding:10px 20px;
}

.product-list .products .items .img-div{
	padding:0 30px;
	padding-left:10px;
	max-width:190px;
}

.product-list .products .items .image-area{
	overflow:hidden;
	height:170px;
}

.product-list .products .items .qty-div{
	align-items:center;
	margin-top:10px;
	display:flex;
}

.product-list .products .items .qty-div span{
	margin-right:10px;
}

.product-list .products .items .flex-box span b{
	font-size:var(--smaller-size);
	color:var(--bordered);
}

.product-list .products .items .qty-div .quantity{
	display:flex;
}

.product-list .products .items .qty-div input{
	border:1px solid var(--light);
	font-size:var(--default-size);
	color:var(--bordered);
	text-align:right;
	border-radius:0;
	padding:3px 0;
	outline:none;
	width:100%;
}

.product-list .products .items .qty-div .quantity input[type='button']{
	font-size:var(--large-size);
	color:var(--highlight);
	text-align:center;
	font-weight:700;
	width:60px;
}

.product-list .products .items .details-div{
	margin-left:5px;
}

.product-list .products .items table{
	width:100%;
	margin:0;
}

.product-list .products .items table tr td{
	font-size:var(--small-size);
	color:var(--bordered);
	padding:7.5px 0;
}

.product-list .products .items table tr td b{
	color:var(--highlight);
}
	
.product-list .products .items table tr > td:nth-child(1){
	width:45%;
}

.product-list .products .items table tr > td:nth-child(2){
	width:55%;
}

.product-list .products .items table .take-saving{
	visibility:hidden;
}

.product-list .products .items .price{
	margin-bottom:5px;
    padding:4px 0;
}

.product-list .products .items table .price h6,
.product-list .products .items table .price span{
    font-size:var(--small-size);
    display:inline-block;
    color:var(--primary);
	font-weight:600;
	margin:0;
}

.product-list .products .items table .price span{
	color:var(--bordered);
}

.product-list .products .items table .price label{
    font-size:var(--default-size);
    color:var(--bordered);
    font-weight:400;
    margin:0 5px;
}

.product-list .products .items .details-div .flex-box{
	margin-bottom:8px;
	padding:0;
}

.product-list .products .items .details-div .flex-box > div{
	margin-left:4%;
	width:30%;
}

.product-list .products .items .details-div .flex-box > div:nth-child(1){
	margin-left:0;
}

.product-list .products .items .btn-primary{
	background-color:var(--secondary);
}

.product-list .products .items .btn-primary,
.product-list .products .items .btn-default,
.product-list .products .items .btn-alternate{
	font-size:var(--small-size);
	text-decoration:none;
	border-radius:4px;
	text-align:center;
	height:inherit;
	padding:9px 0;
	display:block;
	width:100%;
}


/* ========== Product-deals Page Styles & Settings ========== */
.product-deals .products .items table tr td{
	padding:5px 0;
}


/* ========== Product-Details Page Styles & Settings ========== */
.product-details .products h4{
	font-size:var(--small-size);
    background:#FFA500;
    text-transform:capitalize;
	letter-spacing:.5px;
    color:var(--basic);
    border-radius:4px;
    padding:10px 15px;
    font-weight:600;
    margin:0;
}

.product-details .products .img-slides{
	padding-right:10px;
	padding-top:5px;
	min-width:100px;
}

.product-details .products .img-slides > div{
	margin-bottom:8px;
	border-radius:2px;
	overflow:hidden;
	height:95px;
	width:90px;
}

.product-details .products .img-slides > div:hover,
.product-details .products .img-slides > div.active{
	border:1px solid #f8c192;
	cursor:pointer;
}

.product-details .products .main-img{
	border:1px solid var(--lighter);
	padding:5px 10px;
	overflow:hidden;
	height:310px;
}

.product-details .products .img-details{
	padding:0 15px;
	padding-left:30px;
}

.product-details .products .img-details h3{
	font-size:var(--caption-size);
	color:var(--highlight);
	font-weight:600;
	margin-top:0;
}

.product-details .products .row .col-sm-6{
	padding-right:0;
}

.product-details .products .img-details .label-default{
	font-family: 'Open Sans', sans-serif;
	background-color:var(--lighter);
	font-size:var(--small-size);
	text-transform:capitalize;
	color:var(--highlight);
	border-radius:5px;
	padding:5px 12px;
}

.product-details .products ul li{
	font-size:var(--default-size);
	color:var(--highlight);
	margin-bottom:6px;
}

.product-details .products .img-details span{
    font-family: 'alternate-font';
	font-size:var(--largest-size);
	text-transform:uppercase;
    color:var(--primary);
	font-weight:600;
}

.product-details .products .img-details h6{
    font-size:var(--smaller-size);
	color:var(--bordered);
	margin-bottom:5px;
    font-weight:600;
}

.product-details .products .img-details input{
    border:1px solid var(--light);
    font-size:var(--large-size);
	color:var(--highlight);
	text-align:center;
    border-radius:4px;
	padding:2px 4px;
    font-weight:600;
	outline:none;
    width:100px;
}

.product-details .products .img-details .btn-primary{
    font-size:var(--default-size);
	text-decoration:none;
    border-radius:4px;
    text-align:center;
    padding:6px 10px;
	font-weight:600;
	height:inherit;
	width:inherit;
	margin:0 8px;
}

.product-details .products .img-details .btn-default{
    font-size:var(--small-size);
	text-decoration:none;
	letter-spacing:.5px;
	border-radius:4px;
    text-align:center;
	padding:8px 40px;
	height:inherit;
	width:inherit;
}

.product-details .products h5{
	font-size:var(--default-size);
	background-color:var(--basic);
    color:var(--highlight);
	display:inline-block;
	padding-right:5px;
	font-weight:700;
}

.product-details .products hr{
	border:none;
    border-top:1px solid var(--light);
	position:relative;
	z-index:-1;
    width:100%;
	top:-16px;
	margin:0;
}

.product-details .products .flex-1 li{
	font-size:var(--small-size);
	margin-bottom:8px;
	color:#777;
}

.product-details .products .flex-1 li i{
	margin-right:4px;
	font-size:7px;
}


/* ========== Downloads Page Styles & Settings ========== */
.downloads .products h4{
    background-color:var(--primary);
    font-size:var(--small-size);
    text-transform:capitalize;
    letter-spacing:.5px;
    color:var(--basic);
    border-radius:4px;
    padding:11px 15px;
    font-weight:600;
    margin:0;
}

.downloads .products .search-product{
	background:linear-gradient(to bottom, #fff, 70%, #eee);
    border:1px solid var(--lighter);
	border-radius:5px;
	padding:40px 20px;
	border-top:none;
}

.downloads .products .search-product .flex-box{
	margin:0 auto;
	width:600px;
}

.downloads .products .search-product h2{
	font-size:var(--larger-size);
	margin-right:10px;
	font-weight:600;
	margin-top:8px;
	color:#777777;
}

.downloads .products .search-product .form-group{
    box-shadow:0 2px 7px 0 var(--light);
    border:1px solid var(--lighter);
	background-color:var(--basic);
	border-radius:25px;
    position:relative;
	padding:7px 15px;
	width:480px;
}

.downloads .products .search-product input{
	font-size:var(--default-size);
	outline:none;
    width:330px;
	border:none;
}

.downloads .products .search-product .btn-secondary{
	background-color:var(--alternate);
    font-size:var(--default-size);
	color:var(--basic);
	border-radius:25px;
	position:absolute;
	outline:none;
	right:2px;
	top:1px;
}

.downloads .products h4.small-title{
	padding:8px 10px;
}

.downloads .products .download-products{
	background:linear-gradient(to bottom, #fff, #f1f1f1);
    border:1px solid var(--lighter);
	border-radius:5px;
	border-top:none;
	padding:20px 20px;
}

.downloads .products .download-products .table{
	box-shadow:0 2px 7px 0px var(--light);
    background-color:var(--basic);
	margin-bottom:20px;
}

.downloads .products .download-products .table tr th,
.downloads .products .download-products .table tr td{
	font-size:var(--smaller-size);
	color:var(--bordered);
	vertical-align:middle;
	padding:12px 15px;
}

.downloads .products .download-products .table tr th{
	background-color:var(--bordered);
	font-size: var(--small-size);
	color:var(--basic);
	padding:7px 15px;
	font-weight:600;
	border:none;
}

.downloads .products .download-products .table tr > th:last-child,
.downloads .products .download-products .table tr > td:last-child{
	text-align:center;
	width:30%;
}

.downloads .products .download-products .table a{
	color:var(--secondary);
}


/* ========== Search Product Page Styles & Settings ========== */
.search-product .products .download-products .table .btn-alternate{
	text-decoration:none;
	color:var(--basic);
	border-radius:5px;
	padding:9px 15px;
	height:inherit;
}

.search-product .products .download-products .table tr td{
    font-size:var(--small-size);
	height:85px;
}


/* ========== Contact Us Page Styles & Settings ========== */
.contact-us .products h4{
    background-color:var(--primary);
    font-size:var(--default-size);
    text-transform:capitalize;
    letter-spacing:.5px;
    color:var(--basic);
    border-radius:4px;
    padding:12px 15px;
    font-weight:600;
    margin:0;
}

.contact-us .products .contact-section{
	background:linear-gradient(to bottom, #fff, #f1f1f1);
	border:1px solid var(--lighter);
	border-radius:5px;
	padding:10px 30px;
	border-top:none;
}

.contact-us .contact-section .flex-box{
	font-size:var(--small-size);
	color:var(--bordered);
}

.contact-us .contact-section .flex-box .flex-6{
    padding-right:30px;
}

.contact-us .contact-section h5{
	font-size:var(--default-size);
	margin-bottom:15px;
    color:var(--dark);
	font-weight:600;
	margin-top:0;
}

.contact-us .contact-section p{
	font-size:var(--small-size);
	color:var(--bordered);
}

.contact-us .contact-section h3{
	font-size:var(--larger-size);
	text-transform:uppercase;
	color:var(--dark);
	font-weight:600;
	margin-top:0;
}

.contact-us .contact-section .table{
	margin-top:20px;
}

.contact-us .contact-section .table tr td{
	height:100px;
	border:none;
}

.contact-us .contact-section .flex-box span{
	border:1px solid var(--light);
	background-color:var(--basic);
	justify-content:center;
	align-items:center;
	border-radius:50%;
	margin-right:15px;
	display:flex;
	height:50px;
	width:52px;
}

.contact-us .contact-section .flex-box span i{
	font-size:var(--larger-size);
	color:var(--highlight);
}

.contact-us .contact-section .flex-5 .table label{
	font-size:var(--small-size);
	color:var(--bordered);
	font-weight:600;
}

.contact-us .contact-section .flex-5 .table .form-control{
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	border:1px solid var(--light);
	font-size:var(--small-size);
	color:var(--bordered);
	border-radius:2px;
	padding:7px 12px;
	height:42px;
}

.contact-us .contact-section .flex-5 .table .form-control:focus{
    outline:none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102,175,233,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102,175,233,0);
}

.contact-us .contact-section .flex-5 .table textarea.form-control{
	height:180px;
	resize:none;
}

.contact-us .contact-section .flex-5 .table .btn-alternate{
	background-color:var(--secondary);
	border-radius:4px;
    outline:none;
	height:40px;
	width:200px;
}


/* ========== Login Page Styles & Settings ========== */
.login .user-form{
	margin:10px auto;
	width:850px;
}

.login .user-form h4{
	background-color:var(--primary);
    font-size:var(--default-size);
    text-transform:capitalize;
	letter-spacing:.5px;
    color:var(--basic);
    border-radius:4px;
    padding:12px 15px;
    font-weight:600;
    margin:0;
}

.login .user-form .container-fluid{
	border:1px solid var(--lighter);
	border-radius:0 0 5px 5px;
	background-color:#f7f7f7;
	border-top:none;
	padding:20px;
}

.login .user-form h3{
	font-size:var(--larger-size);
	color:var(--highlight);
	font-weight:600;
}

.login .user-form .form-section{
	margin:30px auto;
	margin-bottom:10px;
	width:450px;
}

.user-form .form-group{
	box-shadow:0 1px 5px 1px var(--light);
	border:1px solid var(--lighter);
	background-color:var(--basic);
	border-radius:10px;
	padding:10px 15px;
}

.user-form .form-group i{
	font-size:var(--caption-size);
	color:#999;
}

.user-form .form-group .font{
	font-size:var(--caption-size);
	color:var(--light);
	margin:0 2px;
}

.user-form .form-group input{
	font-size:var(--small-size);
	outline:none;
	width:350px;
	border:none;
}

.user-form .form-section input[type=checkbox]{
	vertical-align:top;
	margin:2px 0 0;
	height:18px;
    width:18px;
}

.user-form .form-section a{
	font-size:var(--small-size);
	color:var(--bordered);
}

.user-form .form-section span{
	font-size:var(--small-size);
	color:var(--bordered);
	font-weight:600;
}

.user-form .form-section .btn-alternate{
	background-color:var(--secondary);
	padding:7px 12px;
	margin-top:10px;
	height:inherit;
	outline:none;
	width:160px;
}

.login .user-form .second-fluid{
	border:1px solid var(--lighter);
	font-size:var(--small-size);
	color:var(--bordered);
	border-radius:5px;
	padding:8px 22px;
	font-weight:600;
	margin-top:5px;
}

.login .user-form .second-fluid span{
	font-size:var(--small-size);
	color:var(--bordered);
	font-weight:400;
}

.login .user-form .flex-box .flex-3,
.login .user-form .flex-box .flex-4{
	font-size:var(--small-size);
	padding-top:9px;
}

.login .user-form .second-fluid .flex-1 .btn-primary{
	background-color:var(--alternate);
	text-decoration:none;
    text-align:center;
	border-radius:5px;
	height:inherit;
	display:block;
	padding:8px;
    width:130px;
}


/* ========== Signup Page Styles & Settings ========== */
.sign-up .user-form,
.sign-up .user-form .form-section{
	width:inherit !important;
	margin:0;
}

.sign-up .user-form .container-fluid{
    padding:10px 0;
}

.sign-up .user-form .form-group{
	margin-bottom:10px;
	border-radius:3px;
	padding:6px 12px;
	box-shadow:none;
}

.sign-up .user-form form > h5{
	background-color:var(--lighter);
	font-size:var(--small-size);
	color:var(--bordered);
	padding:10px 15px;
	font-weight:600;
}

.sign-up .user-form .row{
	margin:0;
}

.sign-up .user-form .form-group i{
    font-size: var(--large-size);
	color:#aaaaaa;
}

.sign-up .user-form .form-group .font{
    font-size:var(--default-size);
}

.sign-up .user-form select{
	font-size:var(--default-size);
	color:var(--bordered);
	outline:none;
    border:none;
	height:30px;
	width:100%;
}

.sign-up .user-form input[type=checkbox]{
	position:relative;
	top:-2px;
}

.sign-up .user-form .row .btn-info{
	background-color:var(--alternate);
	font-size:var(--small-size);
	border-radius:2px;
	position:absolute;
	padding:9px 10px;
	outline:none;
    border:none;
	right:15px;
    top:1px;
}

.sign-up .user-form .row .btn-default{
	background-color:var(--bordered);
}

.sign-up .user-form .row .btn-alternate,
.sign-up .user-form .row .btn-default{
	font-size:var(--default-size);
	margin-right:10px;
	border-radius:3px;
	padding:6px 12px;
	margin-top:10px;
    height:inherit;
    outline:none;
    width:150px;
}


/* ========== Wishlist Page Styles & Settings ========== */
.wishlist .products h4{
	background:var(--primary);
    font-size:var(--default-size);
    text-transform:uppercase;
	letter-spacing:.5px;
    color:var(--basic);
    border-radius:4px;
    padding:12px 15px;
    font-weight:600;
    margin:0;
}

.wishlist .products .wishlist-section{
	background:linear-gradient(to bottom, #fff, #f1f1f1);
    border:1px solid var(--lighter);
    border-radius:0 0 5px 5px;
    border-top:none;
    padding:20px;
}

.wishlist .products .wishlist-section .table{
	box-shadow:0 2px 7px 0px var(--light);
    background-color:var(--basic);
	margin-bottom:20px;
}

.wishlist .products .wishlist-section .table tr th,
.wishlist .products .wishlist-section .table tr td{
	border:1px solid var(--lighter);
	font-size:var(--small-size);
	color:var(--bordered);
	vertical-align:middle;
	padding:12px 18px;
}

.wishlist .products .wishlist-section .table tr td a.link-details{
	font-size:var(--small-size);
	color:var(--bordered);
	font-weight:400;
	padding:0;
}

.wishlist .products .wishlist-section .table tr td h5 a.link-details{
	font-size:var(--default-size);
	color:var(--dark);
	font-weight:600;
	padding:0;
}

.wishlist .products .wishlist-section .table tr:hover td{
	background-color:var(--lighter);
}

.wishlist .products .wishlist-section .table tr th{
	background-color:var(--bordered);
	text-transform:uppercase;
	color:var(--basic);
	padding:8px 18px;
	font-weight:600;
	border:none;
}

.wishlist .products .wishlist-section .table tr > td:nth-child(1){
	overflow:hidden;
	width:170px;
}

.wishlist .products .wishlist-section .table tr > td:nth-child(3){
	text-align:center;
	width:120px;
}

.wishlist .products .wishlist-section .table tr > td:nth-child(5){
	width:140px;
}

.wishlist .products .wishlist-section .table tr > td:nth-child(6){
	width:230px;
}

.wishlist .products .wishlist-section .table h5{
	font-size:var(--default-size);
	color:var(--dark);
	font-weight:600;
}

.wishlist .wishlist-section .table .quantity{
	display:flex;
}

.wishlist .wishlist-section .table input{
	border:none;
	border-bottom:1px solid var(--light);
	border-top:1px solid var(--light);
	font-size:var(--default-size);
	color:var(--bordered);
	text-align:center;
	border-radius:0;
	padding:3px 0;
	outline:none;
	width:100%;
}

.wishlist .wishlist-section .table .quantity input[type='button']{
	font-size:var(--large-size);
	color:var(--highlight);
	text-align:center;
	font-weight:700;
	width:60px;
}

.wishlist .wishlist-section .table .quantity input:hover[type='button']{
	background-color:var(--default);
	color:var(--basic);
}

.wishlist .products .wishlist-section .table a{
	font-size:var(--default-size);
	border-radius:4px;
	font-weight:600;
	height:inherit;
	width:inherit;
}

.wishlist .products .wishlist-section .table .btn-primary{
	background-color:var(--secondary);
	width:140px;
}

.wishlist .products .wishlist-section .table .btn-primary i{
	display:none;
}

.wishlist .products .wishlist-section .table .btn-default{
	background-color:var(--light);
	margin-left:2px;
	width:42px;
}

.wishlist .products .wishlist-section .table .btn-default:hover{
	background-color:var(--danger);
}


/* ========== My Account Page Styles & Settings ========== */
.myaccount .products .wishlist-section{
	background:#f4f4f4;
}

.myaccount .products .wishlist-section .tab-content{
	background-color:var(--basic);
	padding:20px 1px; 
}

.myaccount .products .nav-tabs{
	border-bottom:none;
}

.myaccount .products .nav-tabs > li > a{
	border:1px solid var(--shadow);
	background-color:var(--light);
	font-size:var(--small-size);
	border-radius:5px 5px 0 0;
	text-decoration:none;
    color:var(--bordered);
	border-bottom:none;
	text-align:center;
	margin-right:5px;
	padding:12px;
	width:160px;
}

.myaccount .products .nav-tabs > li.active > a,
.myaccount .products .nav-tabs > li.active > a:focus,
.myaccount .products .nav-tabs >li.active > a:hover{
    background-color:var(--basic);
	text-decoration:none;
    border:none;
}

.myaccount .products .wishlist-section .table{
	margin-bottom:50px;
	box-shadow:none;
}

.myaccount .products .wishlist-section .table tr > td:nth-child(3),
.myaccount .products .wishlist-section .table tr > td:nth-child(5),
.myaccount .products .wishlist-section .table tr > td:nth-child(6){
    width:inherit;
}

.myaccount .products .wishlist-section .table tr > td:nth-child(1){
	height:100px;
}

.myaccount .products .wishlist-section .table tr > td:nth-child(2){
	text-transform:uppercase;
	font-weight:600;
}

.myaccount .products .wishlist-section .table tr > td,
.myaccount .products .wishlist-section .table tr > th{
	text-align:center;
}

.myaccount .products .wishlist-section .table .get-info{
	background-color:var(--light);
}
.myaccount .products .wishlist-section .table .get-info:hover{
	background-color:var(--info);
}

.myaccount .products .wishlist-section .table .send-fax:hover{
	background-color:var(--alternate);
}

.myaccount .products .wishlist-section .table .send-msg:hover{
	background-color:var(--warning);
}


/* ========== Checkout Page Styles & Settings ========== */
.checkout .products h4{
    text-transform:capitalize;
}

.checkout .products .wishlist-section{
    padding-bottom:0;
}

/* ----- Address Section Styles ----- */
.checkout .products .address-div{
	margin-bottom:40px;
}

.checkout .products .address-div .flex-1{
	position:relative;
}

.checkout .products .address-div .flex-box > .flex-1:nth-child(2){
	padding:0 15px;
}

.checkout .products .address-div h5{
    font-size:var(--small-size);
	letter-spacing:.5px;
	font-weight:600;
}

.checkout .products .address-div p{
    font-size:var(--small-size);
	color:var(--highlight);
}

.checkout .products .address-div .btn-alternate{
	border-radius:4px;
	position:absolute;
	outline:none;
	right:0;
	top:0;
}

/* ----- Table Section Styles ----- */
.checkout .products .wishlist-section .table-div .table{
	margin-bottom:20px;
}

.checkout .products .wishlist-section .table-div .table tr > td{
	text-transform:capitalize;
	padding:15px 5px;
	text-align:left;
	font-weight:600;
	height:inherit;
}

.checkout .products .wishlist-section .table-div .table tr > td:nth-child(1),
.checkout .products .wishlist-section .table-div .table tr > td:nth-child(2),
.checkout .products .wishlist-section .table-div .table tr > td:nth-child(4),
.checkout .products .wishlist-section .table-div .table tr > td:nth-child(6){
	width:110px;
}

.checkout .products .wishlist-section .table-div .table tr > td:nth-child(5),
.checkout .products .wishlist-section .table-div .table tr > td:nth-child(7),
.checkout .products .wishlist-section .table-div .table tr > td:nth-child(8){
	text-align:center;
	width:90px;
}

.checkout .products .wishlist-section .table-div .table tr > td:nth-child(9){
	text-align:center;
	width:120px;
}

.checkout .wishlist-section .table input{
	font-weight:400;
	width:65px;
    padding:0;
}

.checkout .wishlist-section .table .quantity input[type='button']{
    width:28px;
}

.checkout .products .wishlist-section .table .discount-btn{
    font-size:var(--small-size);
	font-weight:400;
	margin-left:0;
	width:inherit;
}
.checkout .products .wishlist-section .table .discount-btn:hover{
	background-color:var(--bordered);
}

.checkout .products .wishlist-section .table .btn-secondary{
	font-size:var(--small-size);
	padding:4px 5px;
    width:32px;
}
.checkout .products .wishlist-section .table .btn-secondary:hover{
	color:var(--basic);
	opacity:.75;
}

.checkout .products .wishlist-section .table-div .table tfoot tr > td{
	text-align:center;
	padding:25px 5px;
}

/* ----- Form Section Styles ----- */
.checkout .products .form-div{
    width:575px;
}

.checkout .products .form-div .table{
	background-color:transparent;
	margin-bottom:20px;
    border:none;
}

.checkout .products .form-div .table tr th{
	background-color:transparent;
	text-transform:capitalize;
	color:var(--bordered);
	text-align:right;
	width:80px;
}

.checkout .products .form-div .table tr td{
	font-size:var(--small-size);
	text-align:left;
	font-weight:400;
	border:none;
}

.checkout .products .wishlist-section .form-div .table tr th,
.checkout .products .wishlist-section .form-div .table tr td{
    padding:10px 8px;
}

.checkout .products .user-form select{
    border:1px solid var(--lighter);
	font-size:var(--small-size);
    background-color:#fefefe;
    color:var(--bordered);
	letter-spacing:.5px;
    height:inherit;
    outline:none;
    padding:12px;
    width:100%;
}

.checkout .wishlist-section .form-div .table input{
    border:1px solid var(--lighter);
	font-size:var(--small-size);
	letter-spacing:.5px;
    padding:12px 15px;
	text-align:left;
	width:230px;
}

.checkout .wishlist-section .form-div .table .add-sku{
	color:var(--alternate);
	position:relative;
	left:-40px;
	top:3px;
}

.checkout .wishlist-section .form-div .table input::-webkit-input-placeholder{
	color:var(--bordered);
}
.checkout .wishlist-section .form-div .table input::-moz-placeholder{
	color:var(--bordered);
}
.checkout .wishlist-section .form-div .table input:-ms-input-placeholder{
	color:var(--bordered);
}
.checkout .wishlist-section .form-div .table input:-moz-placeholder{
	color:var(--bordered);
}

/* ----- Total Section Styles ----- */
.checkout .products .wishlist-section .total-div{
	box-shadow:0 -2px 5px 1px var(--shadow);
	border-radius:4px;
	overflow:hidden;
    width:565px;
}

.checkout .products .wishlist-section .total-div .flex-box > div{
	border-bottom:1px solid var(--light);
	background-color:var(--lighter);
	font-size:var(--small-size);
	text-transform:capitalize;
	color:var(--bordered);
	text-align:center;
	padding:8px 10px;
	font-weight:600;
}

.checkout .products .wishlist-section .total-div .flex-box > div:nth-child(even){
	background-color:var(--basic);
	font-weight:400;
}

.checkout .products .wishlist-section .total-div .flex-box > div.total{
	background-color:var(--primary);
	font-size:var(--default-size);
	color:var(--basic);
}

/* ----- Payment Section Styles ----- */
.checkout .products .wishlist-section .payment-div{
	background-color:var(--lighter);
	min-height:120px;
	padding:20px 8px;
	margin:0 -20px;
	margin-top:40px;
}

.checkout .products .wishlist-section .payment-div h5{
	font-size:var(--small-size);
	color:var(--highlight);
	padding-top:20px;
	font-weight:600;
	width:100px;
}

.checkout .products .wishlist-section .payment-div .flex-1{
	color:var(--highlight);
	text-align:center;
	font-size:12px;
	padding:0 10px;
}

.checkout .products .wishlist-section .payment-div img{
	margin-bottom:10px;
	width:95px;
}

.checkout .products .wishlist-section .payment-div .col-sm-5 .flex-box{
	justify-content:flex-end;
}

.checkout .products .wishlist-section .payment-div .btn{
	font-size:var(--small-size);
	border-radius:4px;
	margin-left:10px;
	padding:8px 10px;
	height:inherit;
	width:120px;
}

.checkout .products .wishlist-section .payment-div .btn-primary{
	width:140px;
}


/* ========== About Us Page Styles & Settings ========== */
.about-us .products h4{
    background-color:var(--primary);
    font-size:var(--default-size);
    letter-spacing:.5px;
    color:var(--basic);
    border-radius:4px;
    padding:11px 15px;
    font-weight:600;
    margin:0;
}

.about-us .products .about-section{
    background:linear-gradient(to bottom, #fff, #f1f1f1);
    border:1px solid var(--lighter);
    border-radius:0 0 5px 5px;
    border-top:none;
    padding:20px;
}

.about-us .products .about-section p{
	font-size:var(--small-size);
	color:var(--highlight);
	margin-bottom:30px;
}

.about-us .products .about-section h3{
	border-left:6px solid var(--secondary);
	font-size:var(--larger-size);
	color:var(--highlight);
	padding:3px 10px;
	font-weight:600;
}


/* ========== Delivery Page Styles & Settings ========== */
.delivery .products .about-section h3{
    border-left:5px solid var(--primary);
    margin-bottom:25px;
    padding:4px 10px;
	margin-top:40px;
}


/* ========== FAQs Page Styles & Settings ========== */
.faqs .products .about-section h3{
	margin-bottom:30px;
}

.faqs .products .about-section ul{
	margin-bottom:30px;
}

.faqs .products .about-section ul li{
	font-size:var(--small-size);
}

.faqs .products .about-section p strong{
	display:block;
}


/* ========== Recent-arrived Page Styles & Settings ========== */
.recent-arrived .products .items{
	border-radius:7px !important;
    width:100% !important;
}

.recent-arrived .products .items:hover{
    box-shadow:0 5px 5px 0 var(--light);
}

.recent-arrived .products .items h5{
    color:var(--highlight);
    padding:15px 10px;
}

.recent-arrived .products .items .image-area img{
    width:100%;
}

.recent-arrived .products .items th,
.recent-arrived .products .items td{
	padding:5px 0;
}

.recent-arrived .products .items th a{
	font-size:var(--default-size);
	color:var(--highlighted);
	letter-spacing:0;
	font-weight:600;
}

.recent-arrived .products .items td .flex-box{
	padding:0 !important;
	margin:0 !important;
}

.recent-arrived .products .items td .flex-box > div{
	width:inherit !important;
	margin-right:20px;
}

.recent-arrived .products .items td .flex-box > div:last-child{
	margin-right:0;
}

.recent-arrived .products .items .price{
	margin:0 !important;
    padding:0;
}

.recent-arrived .products .items table .price h6,
.recent-arrived .products .items table .price span{
    font-size:var(--default-size);
}

.recent-arrived .products .items .details-div .flex-box > div{
    width:inherit !important;
	margin-left:10px;
}

.recent-arrived .products .items .btn-primary,
.recent-arrived .products .items .btn-default,
.recent-arrived .products .items .btn-alternate{
    padding:9px 10px;
    width:125px;
}

.recent-arrived .products .items .qty-div{
	margin-top:0 !important;
	margin-right:5px;
}

.recent-arrived .products .items .qty-div input{
	padding:1px 0;
    width:80px;
}

.recent-arrived .products .items .qty-div .quantity input[type='button']{
    width:32px;
}

.recent-arrived .products .items hr{
    border:none;
	border-bottom:1px solid var(--lighter);
	margin:10px auto;
	width:95%;
}


/* ========== CSS Code by Client Side ========== */
.Prd_Discounts, .defaddr{
	visibility:hidden;
}

.Prd_Discounts{
	position:absolute;
	display:none;
	opacity:20;
	clear:both;
	z-index:2;
}


/* ========== Discount Offer ========== */
.discount-offer{
	position:absolute;
	left:10%;
    top:30%;
}

.discount-offer .table{
	box-shadow:2px 2px 10px 1px #aaa;
    background-color:#fff;
	border-radius:6px;
	margin-bottom:0;
	overflow:hidden;
	width:220px;
}

.discount-offer .table tr td,
.discount-offer .table tr th{
	border:none;
	border-bottom:1px solid #eee;
	font-size:var(--small-size);
	color:var(--highlight);
	padding:6px 15px;
}

.discount-offer .table tr th{
	font-weight:700;
}	

.discount-offer .table tr:nth-child(1) td{
	background-color:#eee;
	padding:8px 15px;
	border:none;
}


/* ========== Media Queries For Responsiveness ========== */
@media screen and (min-width:1900px) {
	
	/* Top Bar Section Responsiveness */
	.top-bar{
		padding:10px;
	}
	
	.top-bar select{
		border-radius:5px;
		padding:3px 5px;
	}
	
	/* Navbar Default Section Responsiveness */
	.navbar-default{
		padding: 22px 0;
	}
	
	.navbar-default .navbar-header .navbar-brand{
		height:40px;
	}
	
	.navbar-default .navbar-brand .category-tab{
		font-size: var(--larger-size);
		padding: 5px;
	}
	
	.navbar-default .navbar-brand img{
		width:280px;
	}
	
	.navbar-default .collapse .navbar-brand{
		top: -15px;
	}
	
	.navbar-default .collapse .navbar-brand img{
		width: 250px;
	}
	
	.navbar-default .navbar-nav li {
		margin: 5px 30px;
	}
	
	.navbar-default .navbar-right .badge{
		padding:3px 6px;
		font-size:12px;
		top:-40px;
		left:20px;
	}
	
	.navbar-default  .navbar-form{
		margin-top:25px;
	}
	
	.navbar-form .form-group{
		padding: 12px 100px;
		padding-bottom: 0;
		padding-left:150px;
	}
	
	.navbar-default .navbar-form input{
		height: 50px;
	}
	
	.navbar-default .navbar-form select{
		padding: 13px;
	}
	
	.navbar-default .navbar-form .btn-primary{
		letter-spacing: .5px;
		line-height:1.9;
		height:50px;
		width:150px;
		top: 12px;
	}
	
	/* Header Section Responsiveness */
	header .carousel img{
		width:100%;
	}
	
	/* Category Section Responsiveness */
	section > .flex-box > .category{
		max-width:290px;
	}
	
	section .category h4{
		font-size:var(--default-size);
	}
	
	section .category h4 i{
		margin-right:6px;
		margin-left:5px;
	}
	
	section .category .dropdown-section li a{
		padding:11px 16px;
	}
	
	section .category .sub-menu{
		min-width:250px;
		left:283px;
	}
	
	/* Products Section Responsiveness */
	.container-fluid{
		padding-right:20px;
		padding-left:20px;
	}
	
	.products .owl-carousel .owl-nav button{
		margin-left:5px;
		height:28px;
		width:28px;
	}
	
	.products .owl-carousel .owl-nav button span{
		top:-8px;
	}
	
	.products .owl-carousel .owl-nav{
		top:-45px;
	}
	
	.products .owl-carousel .owl-item h5{
		font-size:var(--default-size);
		padding:0 5px;
	}
	
	.products .owl-carousel .owl-item h5.text-center{
		margin:-5px;
		margin-bottom:0;
		height:60px;
	}
	
	.products .owl-carousel .owl-item .img-div{
		margin-bottom:15px;
	}
	
	.products #carousel-3 .owl-item .details-div{
		padding:10px 5px;
		padding-right:0;
	}
	
	.products .owl-item .details-div > .flex-box:nth-child(3){
		padding-right:10px;
	}
	
	/* Offers Section Responsiveness */
	section > .flex-box > .offers{
		max-width:380px;
	}
	
	.offers h4{
		padding:12px 18px;
	}
	
	.offers ul li{
		padding:10px 5px;
	}
	
	/* Clients Logos Section Responsiveness */
	.clients-logos .owl-carousel .owl-nav button span{
		top:-9px;
	}
	
	/* Footer Section Responsiveness */
	footer{
		padding-top:40px;
	}
	
	footer .flex-box input{
		margin-bottom:10px;
		border-radius:3px;
		padding:8px 15px;
		height:50px;
	}
	
	footer .flex-box .btn-secondary{
		height:50px;
	}
	
	
	/* ===== Thumbnails Page Responsiveness ===== */
	.thumbnails .products .flex-box .items{
		margin:0 1%;
		margin-bottom:20px;
		width:18%;
	}
	
	
	/* ===== Product-Details Page Responsiveness ===== */
	.product-details .products h4{
		font-size:var(--default-size);
		padding:12px 15px;
	}
	
	.product-details .products h4 span{
		letter-spacing:0;
		font-weight:400;
	}
	
	.product-details .products .img-slides{
		min-width:150px;
	}
	
	.product-details .products .img-slides > div{
		height:130px;
		width:120px;
	}
	
	.product-details .products .main-img{
		height:410px;
	}
	
	.product-details .products .img-details{
		padding-left:40px;
	}
	
	.product-details .products .img-details .label-default{
		padding:7px 15px;
		line-height:2;
	}
	
	.product-details .products .img-details input{
		padding:5px;
	}
	
	
	/* ===== Downloads Page Responsiveness ===== */
	.downloads .products h4{
		font-size:var(--default-size);
		padding:12px 15px;
	}
	
	.downloads .products .search-product{
		padding:50px 20px;
	}
	
	.downloads .products .search-product .flex-box{
		width:850px;
	}
	
	.downloads .products .search-product .form-group{
		padding:10px 15px;
		width:680px;
	}
	
	.downloads .products .search-product input{
		width:500px;
	}
	
	.downloads .products .search-product .btn-secondary{
		padding:11px 15px;
		height:inherit;
		width:150px;
	}
	
	.downloads .products h4.small-title{
		letter-spacing:0;
	}
	
	.downloads .products .download-products .table tr th{
		padding:12px 15px;
	}
	
	.downloads .products .download-products .table tr td{
		padding:15px 15px;
	}

}

@media screen and (max-width: 1899px) and (min-width: 1700px){
	
	/* Top Bar Section Responsiveness */
	.top-bar{
		padding:8px;
	}
	
	.top-bar select{
		padding:2px 4px;
	}
	
	/* Navbar Default Section Responsiveness */
	.navbar-default{
		padding: 15px 0;
	}
	
	.navbar-default .navbar-brand{
		height:40px;
	}
	
	.navbar-default .navbar-brand .category-tab{
		font-size: var(--larger-size);
	}

	.navbar-default .navbar-brand img{
		width:260px;
	}
	
	.navbar-default .collapse .navbar-brand img {
		width: 200px;
	}
	
	.navbar-default .navbar-nav li{
		margin: 0 20px;
	}
	
	.navbar-default .navbar-nav li a{
		padding: 10px 0;
	}
	
	.navbar-default .navbar-right .badge{
		padding:3px 6px;
		font-size:12px;
		top:-40px;
		left:20px;
	}
	
	.navbar-form .form-group{
		padding: 12px 100px;
		padding-bottom: 0;
	}
	
	.navbar-default .navbar-form input{
		height: 42px;
	}
	
	.navbar-default .navbar-form select{
		padding: 10px;
		padding-bottom: 11px;
	}
	
	.navbar-default .navbar-form .btn-primary{
		letter-spacing: .5px;
		border-radius: 2px;
		line-height:1.7;
		height:42px;
		width:120px;
		top: 12px;
	}
	
	/* Header Section Responsiveness */
	header{
		min-height:250px;
	}
	
	header .carousel .carousel-caption .btn-secondary{
		font-size:var(--large-size);
		width:160px;
	}
	
	.carousel-control{
		height:30px;
		width:30px;
	}
	
	header .carousel .carousel-indicators li,
	header .carousel .carousel-indicators li.active{
		height:14px;
		width:14px;
	}
	
	/* Category Section Responsiveness */
	section > .flex-box > .category{
		max-width:258px;
	}
	
	section .category h4{
		font-size:var(--default-size);
	}
	
	section .category h4 i{
		margin-right:6px;
		margin-left:5px;
	}
	
	section .category .dropdown-section li a{
		padding:10px 15px;
	}
	
	section .category .sub-menu{
		min-width:250px;
		left:253px;
	}
	
	section .category .sub-menu .sub-menu-dropdown{
		left:248px;
	}
	
	/* Products Section Responsiveness */
	.products .owl-carousel .owl-nav button{
		height:25px;
		width:25px;
	}
	
	.products .owl-carousel .owl-nav button span{
		top:-7px;
	}
	
	.products .owl-carousel .owl-stage-outer{
		height:470px;
	}
	
	.products .owl-carousel .owl-nav{
		top:-45px;
	}
	
	.products .owl-carousel .owl-item h5{
		font-size:var(--default-size);
		padding:0 5px;
	}
	
	.products .owl-carousel .owl-item h5.text-center{
		margin:-5px;
		margin-bottom:0;
		height:55px;
		padding:8px;
	}
	
	.products .owl-carousel .owl-item .img-div{
		margin-bottom:10px;
	}
	
	.products .owl-carousel .owl-item .details-div{
		padding:8px;
	}
	
	/* Offers Section Responsiveness */
	section > .flex-box > .offers{
		max-width:350px;
	}
	
	.offers .img-div{
		max-width:110px;
		height:120px;
		width:110px;
	}
	
	.offers .details-div p{
		min-height:85px;
	}
	
	/* Clients Logos Section Responsiveness */
	.clients-logos .owl-carousel .owl-nav button span{
		top:-7px;
	}
	
	/* Footer Section Responsiveness */
	footer .flex-box input{
		height:42px;
	}
	
	footer .flex-box .btn-secondary{
		height: 42px;
	}
	
	
	/* ===== Thumbnails Page Responsiveness ===== */
	.thumbnails .products .flex-box .items{
		margin:0 1%;
		margin-bottom:20px;
		width:18%;
	}
	
	.thumbnails .products .flex-box .items .img-div{
		height:140px;
		width:130px;
	}
	
	
	/* ===== Product-list Page Responsiveness ===== */
	.product-list .products .items .flex-box span{
		font-size: var(--smaller-size);
	}
	
	.product-list .products .items .img-div{
		max-width:170px;
	}
	
	.product-list .products .items .image-area{
		height:160px;
	}
	

	/* ===== Product-deals Page Responsiveness ===== */
	.product-list .products .items .qty-div{
		margin-top:2px;
	}

	
	/* ===== Product-Details Page Responsiveness ===== */
	.product-details .flex-box > .category{
		height:950px;
	}
	
	.product-details .products h4{
		font-size:var(--default-size);
		padding:12px 15px;
	}
	
	.product-details .products h4 span{
		letter-spacing:0;
		font-weight:400;
	}
	
	.product-details .products .img-slides{
		min-width:140px;
	}
	
	.product-details .products .img-slides > div{
		height:120px;
		width:110px;
	}
	
	.product-details .products .main-img{
		height:380px;
	}
	
	.product-details .products .img-details .label-default{
		padding:7px 15px;
		line-height:2;
	}
	
	.product-details .products .img-details input{
		padding:5px;
	}
	
	.product-details .products .img-details .btn-default{
		padding:10px 40px;
	}
	
	
	/* ===== Downloads Page Responsiveness ===== */
	.downloads .flex-box > .category{
		height:950px;
	}
	
	.downloads .products h4{
		padding:12px 15px;
	}
	
	.downloads .products .search-product{
		padding:50px 20px;
	}
	
	.downloads .products .search-product .flex-box{
		width:750px;
	}
	
	.downloads .products .search-product .form-group{
		padding:8px 15px;
		width:600px;
	}
	
	.downloads .products .search-product input{
		width:420px;
	}
	
	.downloads .products .search-product .btn-secondary{
		padding:8.5px 15px;
		height:inherit;
		width:150px;
	}
	
	.downloads .products h4.small-title{
		letter-spacing:0;
	}
	
	.downloads .products .download-products .table tr th{
		padding:12px 15px;
	}
	
	.downloads .products .download-products .table tr td{
		padding:15px 15px;
	}
	
	
	/* ===== Contact Us Page Responsiveness ===== */
	.contact-us .flex-box > .category{
		height:950px;
	}
	
	
	/* ===== Login Page Responsiveness ===== */
	.login .flex-box > .category{
		height:950px;
	}
	
	.login .user-form{
		width:750px;
	}
	
	
	/* ===== Sign Up Page Responsiveness ===== */
	.sign-up section > .flex-box > .category{
		height:950px;
	}
	
	.sign-up section > .flex-box > .offers{
		height:1050px;
	}
	
	.sign-up .user-form .form-group input{
		width: 325px;
	}
	
	
	/* ===== Wishlist Page Responsiveness ===== */
	.wishlist .products .wishlist-section .table tr > td:nth-child(1){
		width:150px;
	}
	
	.wishlist .products .wishlist-section .table tr > td:nth-child(6){
		width: 220px;
	}
	
	.wishlist .products .wishlist-section .table a{
		padding:5px 10px;
	}
	
	.wishlist .products .wishlist-section .table .btn-primary{
		width:130px;
	}
	
	.wishlist .products .wishlist-section .table .btn-default{
		width:38px;
	}
	
	
	/* ===== Checkout Page Responsiveness ===== */
	.checkout .products .wishlist-section .table-div .table tr > td:nth-child(1),
	.checkout .products .wishlist-section .table-div .table tr > td:nth-child(2),
	.checkout .products .wishlist-section .table-div .table tr > td:nth-child(4),
	.checkout .products .wishlist-section .table-div .table tr > td:nth-child(6){
		width:95px;
	}
	
	.checkout .products .wishlist-section .table .discount-btn{
		width:100%;
	}
	
	.checkout .products .wishlist-section .table .btn-secondary{
		padding:3px 5px;
		width:30px;
	}
	
	.checkout .products .wishlist-section .form-div{
		width:500px;
	}
	
	.checkout .products .wishlist-section .total-div{
		width:500px;
	}
	
	.checkout .products .wishlist-section .payment-div .flex-1{
		padding:0;
	}
	
	.checkout .products .wishlist-section .payment-div img{
		width:90px;
	}
	
	
	/* ===== Recent Arrived Page Responsiveness ===== */
	.recent-arrived .products .items h5{
		padding:12px 10px;
	}
	
	.recent-arrived .products .items .qty-div input{
		width:75px;
	}
	
	.product-list .products .items .qty-div .quantity input[type='button']{
		width:28px;
	}
	
	.recent-arrived .products .items .btn-primary,
	.recent-arrived .products .items .btn-default,
	.recent-arrived .products .items .btn-alternate{
		padding:8px 5px;
		width:115px;
	}
	
	
	/* ===== Discount Offer Section Responsiveness ===== */
	.discount-offer .table{
		width:200px;
	}
	
}

@media screen and (max-width: 1699px) and (min-width: 1401px){
	
	/* Navbar Default Section Responsiveness */
	.navbar-default .navbar-nav li {
		margin: 0 18px;
	}
	
	.navbar-default .collapse .navbar-brand img{
		width: 160px;
	}
	
	.navbar-form .form-group{
		padding: 10px 70px;
		padding-bottom: 0;
	}
	
	.navbar-default .navbar-form input{
		height: 34px;
	}
	
	.btn-primary{
		height: 34px;
	}
	
	/* Header Section Responsiveness */
	header{
		min-height:200px;
	}
	
	header .carousel .carousel-caption .btn-secondary{
		font-size:var(--large-size);
		letter-spacing:1px;
		margin-top:20px;
		padding:8px;
		width:140px;
	}
	
	/* Category Section Responsiveness */
	section > .flex-box > .category{
		max-width:220px;
	}
	
	section .category h4{
		font-size:var(--default-size);
	}
	
	section .category .dropdown-section li a{
		padding:9px 12px;
	}
	
	section .category .sub-menu{
		left:215px;
	}
	
	section .category .sub-menu .sub-menu-dropdown{
		left:200px;
	}
	
	/* Products Section Responsiveness */
	.products .owl-carousel .owl-stage-outer{
		height:390px;
	}
	
	.products .owl-carousel .owl-item h5{
		font-size:var(--default-size);
	}
	
	.products .owl-carousel .owl-item h5.text-center{
		margin:-5px;
		height:42px;
		margin-bottom:0;
	}
	
	.products .owl-carousel .owl-item .img-div{
		height:130px;
		width:115px;
		margin-bottom:10px;
	}
	
	.products .owl-carousel .owl-item .details-div{
		padding:5px 1px;
	}
	
	.products .owl-carousel .details-div > .flex-box:nth-child(3){
		padding:0 5px;
	}
	
	.products .owl-carousel .owl-item input{
		height:30px;
	}
	
	.products .owl-carousel .owl-item .btn{
		padding:6px 0;
	}
	
	.products .owl-carousel .owl-item .btn-default,
	.products .owl-carousel .owl-item .btn-alternate{
		margin:7px 0;
	}
	
	/* Offers Section Responsiveness */
	section > .flex-box > .offers{
		max-width:280px;
	}
	
	.offers .img-div{
		max-width:90px;
		height:100px;
		width:90px;
	}
	
	.offers .details-div p{
		min-height:70px;
	}
	
	/* ===== Thumbnails Page Responsiveness ===== */
	.thumbnails .products h4{
		padding:11px 15px;
	}
	
	.thumbnails .products .flex-box .items{
		margin:0 1%;
		margin-bottom:20px;
		width:18%;
	}
	
	.thumbnails .products .flex-box .items .img-div{
		height:130px;
		width:120px;
	}
	
	
	/* ===== Product-list Page Responsiveness ===== */
	.product-list .products .items .flex-box{
    	padding:10px 15px;
	}
	
	.product-list .products .items .flex-box h3{
		font-size:var(--larger-size);
	}
	
	.product-list .products .items .img-div{
		padding:0 20px;
		padding-left:10px;
		max-width:130px;
	}
	
	.product-list .products .items .image-area{
		height:130px;
	}
	
	.product-list .products .items .qty-div .quantity input[type='button']{
		width:42px;
	}
	
	.product-list .products .items .qty-div input{
		padding:1px 0;
	}
	
	.product-list .products .items table tr td{
		padding:6px 0;
	}
	
	.product-list .products .items .details-div .flex-box > div{
		width:31%;
	}
	
	.product-list .products .items .btn-primary,
	.product-list .products .items .btn-default,
	.product-list .products .items .btn-alternate{
		padding:7px 1px;
	}
	
	
	/* ===== Product-deals Page Responsiveness ===== */
	.product-deals .products .items .qty-div{
		margin-top:15px;
	}
	
	.product-list .products .items table tr td{
		padding:5px 0;
	}
	
	
	/* ===== Product-Details Page Responsiveness ===== */
	.product-details .products h4{
		font-size:var(--default-size);
		padding:12px 15px;
	}
	
	.product-details .products h4 span{
		letter-spacing:0;
		font-weight:400;
	}
	
	.product-details .products .img-slides{
		min-width:130px;
	}
	
	.product-details .products .img-slides > div{
		height:110px;
		width:110px;
	}
	
	.product-details .products .main-img{
		height:360px;
	}
	
	.product-details .products .img-details .label-default{
		padding:7px 15px;
		line-height:2;
	}
	
	.product-details .products .img-details input{
		padding:4px;
		width:70px;
	}
	
	.product-details .products .img-details .btn-primary{
		padding:9px 15px;
	}
	
	.product-details .products .img-details .btn-default{
		padding:8px 40px;
		letter-spacing:0;
		font-size:15px;
	}
	
	
	/* ===== Downloads Page Responsiveness ===== */
	.downloads .products h4{
		padding:12px 15px;
	}
	
	.downloads .products .search-product{
		padding:50px 20px;
	}
	
	.downloads .products .search-product .flex-box{
		width:700px;
	}
	
	.downloads .products .search-product .form-group{
		padding:8px 15px;
		width:500px;
	}
	
	.downloads .products .search-product input{
		width:350px;
	}
	
	.downloads .products .search-product .btn-secondary{
		padding:8.5px 15px;
		height:inherit;
		width:135px;
		right:1px;
	}
	
	.downloads .products h4.small-title{
		letter-spacing:0;
	}
	
	.downloads .products .download-products .table tr th{
		padding:12px 15px;
	}
	
	.downloads .products .download-products .table tr td{
		padding:15px;
	}
	
	
	/* ===== Contact Us Page Responsiveness ===== */
	.contact-us .contact-section .table tr td{
		height:80px;
	}
	
	.contact-us .contact-section .flex-box span{
		height:45px;
		width:48px;
	}
	
	.contact-us .contact-section .flex-5 .table .form-control{
		padding:6px 12px;
		height:35px;
	}
	
	.contact-us .contact-section .flex-5 .table textarea.form-control{
		height:150px;
	}
	
	.contact-us .contact-section .flex-5 .table .btn-alternate{
		height:32px;
		width:160px;
	}
	
	
	/* ===== Login Page Responsiveness ===== */
	.login .user-form{
		width:600px;
	}
	
	.login .user-form .form-section{
		width:320px;
	}
	
	.user-form .form-group{
		border-radius:8px;
		padding:6px 12px;
	}
	
	.user-form .form-group input{
		width:250px;
	}
	
	.user-form .form-section input[type=checkbox]{
		height:16px;
		width:16px;
	}
	
	.user-form .form-section .btn-alternate{
		padding:5px 10px;
		line-height:18px;
		margin-top:0;
		width:120px;
	}
	
	.login .user-form .second-fluid{
		padding:6px 20px;
	}
	
	.login .user-form .flex-box .flex-3{
		padding-top:8px;
	}
	
	.login .user-form .flex-box .flex-4{
		padding-top:6px;
	}
	
	.login .user-form .second-fluid .flex-1 .btn-primary{
		border-radius:4px;
		line-height:18px;
		padding:7px;
		width:110px;
	}
	
	
	/* ===== Sign Up Page Responsiveness ===== */
	.sign-up .user-form select{
		height:20px;
	}
	
	.sign-up .user-form .row .btn-info{
		padding:7px 10px;
	}
	
	.sign-up .user-form .row .btn-alternate,
	.sign-up .user-form .row .btn-default{
		width:125px;
	}

	
	/* ===== Wishlist Page Responsiveness ===== */
	.wishlist .products .wishlist-section .table tr td{
    	font-size: var(--default-size);
	}
	
	.wishlist .products .wishlist-section .table tr > td:nth-child(1){
		width:120px;
	}
	
	.wishlist .products .wishlist-section .table tr > td:nth-child(3){
		width:100px;
	}
	
	.wishlist .products .wishlist-section .table tr > td:nth-child(5){
		width:125px;
	}
	
	.wishlist .products .wishlist-section .table tr > td:nth-child(6){
		width:180px;
	}
	
	.wishlist .products .wishlist-section .table a{
		padding:7px 10px;
	}
	
	.wishlist .products .wishlist-section .table .btn-primary{
		width:100px;
	}
	
	.wishlist .products .wishlist-section .table .btn-default{
		width:35px;
	}
	
	
	/* ===== My Account Page Responsiveness ===== */
	.myaccount .products .nav-tabs > li > a{
		padding:10px;
		width:140px;
	}
	
	.myaccount .products .wishlist-section .table tr > td:nth-child(3),
	.myaccount .products .wishlist-section .table tr > td:nth-child(5),
	.myaccount .products .wishlist-section .table tr > td:nth-child(6){
		width:inherit;
	}
	
	.myaccount .products .wishlist-section .table tr > td:nth-child(1){
		height:100px;
	}
	
	
	/* ===== Checkout Page Responsiveness ===== */
	.checkout .products .wishlist-section .table tr > td:nth-child(1){
		height:inherit !important;
	}
	
	.checkout .products .wishlist-section .table-div .table tr > td:nth-child(9){
		width:100px;
	}
	
	.checkout .products .wishlist-section .table-div .table tr > td{
		font-size:var(--small-size);
	}
	
	.checkout .products .address-div .btn-alternate{
		font-size:var(--small-size);
		width:110px;
	}
	
	.checkout .wishlist-section .table input{
		width:48px;
	}
	
	.checkout .wishlist-section .table .quantity input[type='button']{
		width:20px;
	}
	
	.checkout .products .wishlist-section .table .discount-btn{
		width:100%;
	}
	
	.checkout .products .wishlist-section .table .btn-secondary{
		padding:4px 5px;
		width:27px;
	}
	
	.checkout .products .wishlist-section .form-div{
		width:400px;
	}
	
	.checkout .wishlist-section .form-div .table input{
		width:180px;
	}
	
	.checkout .products .wishlist-section .total-div{
		width:400px;
	}
	
	.checkout .products .wishlist-section .payment-div .flex-1{
		font-size:10px;
		padding:0;
	}
	
	.checkout .products .wishlist-section .payment-div img{
		width:75px;
	}
	
	.checkout .products .wishlist-section .payment-div .col-sm-5 .flex-box{
		margin-top:30px;
	}
	
	
	/* ===== Recent Arrived Page Responsiveness ===== */
	.recent-arrived .products .items h5{
		padding:12px 10px;
	}
	
	.recent-arrived .products .items .qty-div input{
		padding:0;
		width:60px;
	}
	
	.product-list .products .items .qty-div .quantity input[type='button']{
		width:24px;
	}
	
	.recent-arrived .products .items .btn-primary,
	.recent-arrived .products .items .btn-default,
	.recent-arrived .products .items .btn-alternate{
		width:100px;
	}
	
	.recent-arrived .products .items hr{
		margin:5px auto;
	}
	
	
	/* ===== Discount Offer Section Responsiveness ===== */
	.discount-offer .table{
		width:180px;
	}
	
	.discount-offer .table tr td,
	.discount-offer .table tr th{
		padding:5px 12px;
	}
	
}

@media screen and (max-width: 1440px) and (min-width: 1401px){
	
	
	/* Products Section Responsiveness */
	.products #carousel-3 .owl-item .details-div{
		padding-right:0;
	}
	
	.products .owl-carousel .owl-item h4{
		font-size:10px;
	}
	
	.products #carousel-3 .details-div > .flex-box:nth-child(3){
		padding:0 8px;
	}
	
	/* ===== Product-deals Page Responsiveness ===== */
	.product-deals .products .items .qty-div{
		margin-top:20px;
	}
	
	.product-deals .products .items .price{
		margin-bottom:0;
	}
	
	/* ===== Product - Details Page Responsiveness ===== */
	.product-details .products .img-details span{
		font-size:22px;
	}
	
	.product-details .products .img-details h6{
		font-size:var(--small-size);
	}
	
	.product-details .products .img-details .btn-primary{
		padding:8px 15px;
	}
	
	.product-details .products .img-details .btn-default{
		padding:8px 36px;
		font-size:14px;
	}
	
	/* ===== Login Page Responsiveness ===== */
	.login .user-form .flex-box .flex-3{
		padding-top:8px;
	}
	
	.login .user-form .flex-box .flex-4{
		padding-top:6px;
	}
	
	/* ===== My Account Page Responsiveness ===== */
	.myaccount .products .nav-tabs > li > a{
		font-size:var(--default-size);
		padding:10px;
	}
	
	.myaccount .products .wishlist-section .table tr > td:nth-child(3),
	.myaccount .products .wishlist-section .table tr > td:nth-child(5),
	.myaccount .products .wishlist-section .table tr > td:nth-child(6){
		width:inherit;
	}
	
	.myaccount .products .wishlist-section .table tr > td:nth-child(1){
		height:100px;
	}
	
	/* ===== Recent Arrived Page Responsiveness ===== */
	.recent-arrived .products .items h5{
		padding:12px 10px;
	}
	
	.recent-arrived .products .items .qty-div input{
		padding:0;
		width:60px;
	}
	
	.product-list .products .items .qty-div .quantity input[type='button']{
		width:24px;
	}
	
	.recent-arrived .products .items .btn-primary,
	.recent-arrived .products .items .btn-default,
	.recent-arrived .products .items .btn-alternate{
		width:100px;
	}
	
	.recent-arrived .products .items hr{
		margin:5px auto;
	}
	
	
}

@media screen and (max-width:1400px) {
	
	/* Top Bar Section Responsiveness */
	.top-bar{
		padding:5px;
	}
	
	.top-bar select{
		padding:1px 2px;
	}
	
	/* Navbar Default Section Responsiveness */
	.navbar-default .navbar-right .badge{
		padding:2px 4px;
    	font-size:9px;
    	top:-35px;
		left:12px;
	}
	
	/* Header Section Responsiveness */
	header{
		min-height:200px;
	}
	
	header .carousel .carousel-caption .btn-secondary{
		font-size:var(--large-size);
		letter-spacing:.5px;
		margin-top:12px;
		padding:8px;
		width:120px;
	}
	
	header .carousel .carousel-indicators li,
	header .carousel .carousel-indicators li.active{
		height:12px;
		width:12px;
	}
	
	.carousel-control{
		height:22px;
		width:22px;
	}
	
	.carousel-control.left{
		left:100px;
	}
	
	.carousel-control.right{
		right:100px;
	}
	
	/* Category Section Responsiveness */
	section > .flex-box > .category{
		max-width:200px;
	}
	
	section > .flex-box > .category > div{
		border:2px solid var(--primary);
	}
	
	section .category h4{
    	font-size:var(--default-size);
	}
	
	section .category .sub-menu{
		left:195px;
	}
	
	section .category .sub-menu .sub-menu-dropdown{
		left:200px;
	}
	
	/* Products Section Responsiveness */
	section > .flex-box > div{
    	min-height:700px;
	}
	
	#main > section.margin-top-30{
		margin-top:20px;
	}
	
	.products .owl-carousel .owl-stage-outer{
		height:350px;
	}
	
	.products .owl-carousel .owl-item{
		padding:0;
	}
	
	.products .owl-carousel .owl-item h5{
		font-size:var(--large-size);
	}
	
	.products .owl-carousel .owl-item h5.text-center{
		height:40px;
	}
	
	.products .owl-carousel .owl-item .details-div{
		padding:5px 8px;
	}
	
	.products .owl-carousel .owl-item .img-div{
		margin-bottom:10px;
		height:115px;
		width:100px;
	}
	
	.products .owl-carousel .owl-item h6,
	.products .owl-carousel .owl-item h4,
	.products .owl-carousel .owl-item h4 span{
    	font-size:11px;
	}
	
	.products .owl-carousel .owl-item .price{
		padding:7px 0;
	}
	
	.products .owl-carousel .owl-item .price h5,
	.products .owl-carousel .owl-item .price span{
    	font-size:11px;
	}
	
	.products .owl-carousel .owl-item .price label{
		margin:0 2px;
	}
	
	.products .owl-carousel .owl-item input{
		font-size:var(--default-size);
		height:26px;
	}
	
	.products .owl-carousel .owl-item .btn{
		font-size:var(--default-size);
		border-radius:3px;
		padding:5px 0;
	}
	
	.products .owl-carousel .owl-item .btn-default,
	.products .owl-carousel .owl-item .btn-primary{
		margin:7px 0;
	}
	
	.products .owl-carousel .owl-nav button span{
		top:-3px;
	}
	
	/* Offers Section Responsiveness */
	section > .flex-box > .offers{
		max-width:250px;
	}
	
	.offers .img-div{
		max-width:80px;
		height:90px;
		width:80px;
	}
	
	.offers .details-div p{
		min-height:60px;
	}
	
	.offers ul li{
		padding:3px 0;
	}
	
	.offers .details-div{
		margin-left:10px;
	}
	
	.offers .details-div h5{
		font-size: var(--small-size);
		margin:5px;
		margin-left:0;
	}
	
	.offers .details-div .pull-right{
		margin-top:0;
	}
	
	.offers .details-div span{
		top:0;
	}
	
	/* Clients Logos Section Responsiveness */
	.clients-logos .owl-carousel .owl-nav{
		top:15px;
	}
	
	.clients-logos .owl-carousel .owl-nav button{
		height:22px;
		width:22px;
	}
	
	
	/* ===== Thumbnails Page Responsiveness ===== */
	.thumbnails .products h4{
		padding:10px 15px;
	}
	
	.thumbnails .products .flex-box .items{
		margin:0 1%;
		width:18%;
		margin-bottom:15px;
	}
	
	.thumbnails .products .flex-box .items .img-div{
		height:100px;
		width:90px;
	}
	
	
	/* ===== Product-list Page Responsiveness ===== */
	.product-list .products h4{
		padding:10px 15px;
	}
	
	.product-list .products .items{
		border-radius:10px;
		margin-bottom:20px;
	}
	
	.product-list .products .items .flex-box{
		padding:10px;
		padding-right:8px;
	}
	
	.product-list .products .items .img-div{
		padding:5px 15px;
		padding-left:0;
		max-width:110px;
	}
	
	.product-list .products .items .image-area{
		height:105px;
	}
	
	.product-list .products .items .qty-div{
		margin-left:0;
	}
	
	.product-list .products .items .qty-div span{
		margin-right:5px;
	}
	
	.product-list .products .items .qty-div input{
		padding:1px 0;
		padding-left:1px;
		width:45px;
	}
	
	.product-list .products .items .details-div .flex-box > div{
		width:32%;
	}

	.product-list .products .items .qty-div .quantity input[type='button']{
		width:18px !important;
	}
	
	.product-list .products .items table tr td{
		padding:5px 0;
	}
	
	.product-list .products .items .details-div .flex-box{
		margin-top:5px;
		margin-bottom:0;
	}
	
	.product-list .products .items .btn-primary,
	.product-list .products .items .btn-default,
	.product-list .products .items .btn-alternate{
		border-radius:3px;
		padding:7px 3px;
	}
	
	
	/* ===== Product-deals Page Responsiveness ===== */
	.product-deals .products .items table tr td{
		padding:3px 0;
	}
	
	.product-deals .products .items .price{
		margin-bottom:0;
	}
	
	
	/* ===== Product-Details Page Responsiveness ===== */
	.product-details .products h4{
		font-size:var(--default-size);
		padding:10px 15px;
	}
	
	.product-details .products h4 span{
		letter-spacing:0;
		font-weight:400;
	}
	
	.product-details .products .main-img{
		height:325px;
	}
	
	.product-details .products .img-details input{
		padding:5px;
		width:60px;
	}
	
	.product-details .products .img-details .btn-primary,
	.product-details .products .img-details .btn-default{
		font-size:var(--default-size);
		border-radius:3px;
		padding:5px 12px;
		margin:0 5px;
	}
	
	.product-details .products .img-details .btn-default{
		letter-spacing:0;
		padding:5px 30px;
		margin:0;
	}
	
	
	/* ===== Downloads Page Responsiveness ===== */
	.downloads .products h4{
		font-size:var(--default-size);
		padding:11px 15px;
	}
	
	.downloads .products .search-product .btn-secondary{
		padding:8.5px 15px;
		height:inherit;
		right:1px;
	}
	
	.downloads .products h4.small-title{
		letter-spacing:0;
	}
	
	.downloads .products .download-products .table tr td{
		font-size:var(--small-size);
	}
	
	
	/* ===== Search Product Page Responsiveness ===== */
	.search-product .products .download-products .table .btn-alternate{
		padding:7px 15px;
		width:100%;
	}
	
	
	/* ===== Contact Us Page Responsiveness ===== */
	.contact-us .products h4{
		padding:11px 15px;
	}
	
	.contact-us .products .contact-section{
		padding:10px 20px;
	}
	
	.contact-us .contact-section .flex-box .flex-6{
		padding-right:15px;
	}
	
	.contact-us .contact-section .flex-5 .table{
		margin-top:10px;
	}
	
	.contact-us .contact-section .table tr td{
		height:70px;
	}
	
	.contact-us .contact-section .flex-5 .table tr td{
		height:inherit;
	}
	
	.contact-us .contact-section .flex-box span{
		height:40px;
		width:42px;
	}
	
	.contact-us .contact-section .flex-5 .table .form-control{
		padding:5px 10px;
		height:30px;
	}
	
	.contact-us .contact-section .flex-5 .table textarea.form-control{
		height:120px;
	}
	
	.contact-us .contact-section .flex-5 .table .btn-alternate{
		padding-top:0;
		height:26px;
		width:130px;
	}

	
	/* ===== Login Page Responsiveness ===== */
	.login .user-form h4{
		padding:11px 15px;
		letter-spacing:0;
	}
	
	.login .user-form{
		margin:0 auto;
		width:550px;
	}
	
	.login .user-form .form-section{
		margin:25px auto;
		margin-bottom:0;
		width:300px;
	}
	
	.user-form .form-group{
		border-radius:5px;
		padding:6px 10px;
	}
	
	.user-form .form-group input{
		font-size:var(--default-size);
		width:240px;
	}
	
	.user-form .form-section input[type=checkbox]{
		vertical-align:middle;
		height:12px;
		width:12px;
	}
	
	.user-form .form-section .btn-alternate{
		padding:4px 10px;
		line-height:17px;
		margin-top:0;
		width:120px;
	}
	
	.login .user-form .second-fluid{
		padding:6px 20px;
	}
	
	.login .user-form .flex-box .flex-3, .login .user-form .flex-box .flex-4{
		padding-top:6px;
	}
	
	.login .user-form .flex-box input[type=radio]{
		vertical-align:top;
		margin:2px 0 0;
	}
	
	.login .user-form .second-fluid .flex-1 .btn-primary{
		font-size:var(--default-size);
		border-radius:3px;
		line-height:18px;
		font-weight:400;
		padding:4px;
		width:95px;
	}
	
	
	/* ===== Sign Up Page Responsiveness ===== */
	.sign-up .user-form h4{
		padding:10px 15px;
	}
	
	.sign-up .user-form .form-group{
		margin-bottom:7px;
		padding:5px 12px;
	}
	
	.sign-up .user-form .form-group input{
		width:200px;
	}
	
	.sign-up .user-form select{
		height:18px;
	}
	
	.sign-up .user-form .row .btn-info{
		padding:8px 10px;
	}
	
	.sign-up .user-form .row .btn-alternate,
	.sign-up .user-form .row .btn-default{
		margin-right:7px;
		padding:5px 10px;
		width:100px;
	}
	
	
	/* ===== Wishlist Page Responsiveness ===== */
	.wishlist .products h4{
		padding:10px 15px;
	}
	
	.wishlist .products .wishlist-section .table tr th,
	.wishlist .products .wishlist-section .table tr td{
		padding:8px 10px;
	}

	.wishlist .products .wishlist-section .table tr > td:nth-child(1){
		width:100px;
	}
	
	.wishlist .products .wishlist-section .table tr > td:nth-child(3){
		width:80px;
	}
	
	.wishlist .products .wishlist-section .table tr > td:nth-child(5){
		width:100px;
	}
	
	.wishlist .products .wishlist-section .table tr > td:nth-child(6){
		width:150px;
	}
	
	.wishlist .products .wishlist-section .table input{
		border-radius:2px;
		padding:3px 5px;
    	height:25px;
    	width:55px;
	}
	
	.wishlist .wishlist-section .table .quantity input[type='button']{
		width:25px;
	}
	
	.wishlist .products .wishlist-section .table a{
		padding:5px;
	}
	
	.wishlist .products .wishlist-section .table .btn-primary{
		width:90px;
	}
	
	.wishlist .products .wishlist-section .table .btn-default{
		width:27px;
	}
	
	
	/* ===== My Account Page Responsiveness ===== */
	.myaccount .products .nav-tabs > li > a{
		padding:8px 5px;
		width:100px;
	}
	
	.myaccount .products .wishlist-section .table tr > td:nth-child(3),
	.myaccount .products .wishlist-section .table tr > td:nth-child(5),
	.myaccount .products .wishlist-section .table tr > td:nth-child(6){
    	width:inherit;
	}
	
	.myaccount .products .wishlist-section .table tr > td:nth-child(1){
		height:80px;
	}
	
	.myaccount .products .wishlist-section .table tr td{
		font-size:var(--default-size);
	}
	
	.myaccount .products .wishlist-section .table .btn-default{
		border-radius:3px;
		margin-bottom:5px;
	}
	
	
	/* ===== Checkout Page Responsiveness ===== */
	.checkout .products .address-div{
		margin-bottom:30px;
	}
	
	.checkout .products .address-div h5{
		font-size:var(--default-size);
		letter-spacing:0;
	}
	
	.checkout .products .address-div .btn-alternate{
		font-size:var(--small-size);
		border-radius:3px;
		padding:5px 10px;
		height:inherit;
		width:90px;
	}
	
	.checkout .products .wishlist-section .table-div .table tr > td{
		font-size:var(--small-size);
		padding:15px 5px;
	}
	
	.checkout .products .wishlist-section .table tr > td:nth-child(1){
		height:inherit;
	}
	
	.checkout .products .wishlist-section .table-div .table tr > td:nth-child(1),
	.checkout .products .wishlist-section .table-div .table tr > td:nth-child(2),
	.checkout .products .wishlist-section .table-div .table tr > td:nth-child(4),
	.checkout .products .wishlist-section .table-div .table tr > td:nth-child(6){
		width:70px;
	}
	
	.checkout .products .wishlist-section .table-div .table tr > td:nth-child(5),
	.checkout .products .wishlist-section .table-div .table tr > td:nth-child(7),
	.checkout .products .wishlist-section .table-div .table tr > td:nth-child(8){
		width:55px;
	}
	
	.checkout .products .wishlist-section .table-div .table tr > td:nth-child(9){
		width:80px;
	}
	
	.checkout .products .wishlist-section .table .btn-secondary{
		padding:4px 5px;
		width:25px;
	}
	
	.checkout .products .wishlist-section .table .discount-btn{
		width:100%;
	}
	
	.checkout .products .wishlist-section .table input{
		padding:0 1px;
		height:20px;
		width:45px;
	}
	
	.checkout .wishlist-section .table .quantity input[type='button']{
		width:18px;
	}
	
	.checkout .products .wishlist-section .form-div{
		width:400px;
	}
	
	.checkout .products .wishlist-section .form-div .table tr th,
	.checkout .products .wishlist-section .form-div .table tr td{
		padding:5px 7px;
	}
	
	.checkout .products .form-div .table tr th{
		width:60px;
	}
	
	.checkout .products .user-form select{
		letter-spacing:0;
		padding:7px 8px;
	}
	
	.checkout .wishlist-section .form-div .table input{
		border: 1px solid var(--lighter);
		font-size: var(--small-size);
		padding:15px 12px;
		letter-spacing:0;
		width:160px;
	}
	
	.checkout .wishlist-section .form-div .table .add-sku{
		font-size:var(--large-size);
		left:-30px;
		top:2px;
	}
	
	.checkout .products .wishlist-section .total-div{
		width:390px;
	}
	
	.checkout .products .wishlist-section .payment-div h5{
		font-size:var(--default-size);
		padding-top:10px;
		width:80px;
	}
	
	.checkout .products .wishlist-section .payment-div img{
		margin-bottom:8px;
		width:65px;
	}
	
	.checkout .products .wishlist-section .payment-div .flex-1{
		font-size:var(--smaller-size);
		padding:0;
	}
	
	.checkout .products .wishlist-section .payment-div .col-sm-5 .flex-box{
		margin-top:20px;
	}
	
	.checkout .products .wishlist-section .payment-div .btn{
		border-radius:3px;
		margin-left:7px;
		padding:7px 5px;
		width:85px;
	}
	
	.checkout .products .wishlist-section .payment-div .btn-primary{
		width:100px;
	}
	
	
	/* ===== About Us Page Responsiveness ===== */
	.about-us .products h4{
		padding:11px 15px;
	}
	
	.about-us .products .about-section{
		padding:15px 20px;
	}
	
	.about-us .products .about-section p{
		font-size:var(--small-size);
		margin-bottom:12px;
		font-size:11px;
	}
	
	.about-us .products .about-section .content-section{
		margin-top:30px;
	}
	
	.about-us .products .about-section h3{
		border-left:4px solid var(--secondary);
		padding:3px 10px;
	}
	
	.about-us .products .about-section p.margin-top-40{
		margin-top:30px;
	}
	
	
	/* ===== Delivery Page Responsiveness ===== */
	.delivery .products .about-section h3{
		border-left:4px solid var(--primary);
		margin-bottom:20px;
		padding:4px 8px;
		margin-top:30px;
	}
	
	
	/* ===== FAQs Page Responsiveness ===== */
	.faqs .products .about-section .content-section{
		margin-top:0;
	}
	
	.faqs .products .about-section h3{
		margin-bottom:15px;
	}
	
	.faqs .products .about-section ul{
		margin-bottom:20px;
	}
	
	.faqs .products .about-section ul li{
		font-size:11px;
	}
	
	
	/* ===== Recent Arrived Page Responsiveness ===== */
	.recent-arrived .products .items h5{
		padding:12px 10px;
	}
	
	.recent-arrived .products .items .qty-div input{
		width:60px;
	}
	
	.product-list .products .items .qty-div .quantity input[type='button']{
		width:20px !important;
	}
	
	.recent-arrived .products .items .btn-primary,
	.recent-arrived .products .items .btn-default,
	.recent-arrived .products .items .btn-alternate{
		width:85px;
	}
	
	.recent-arrived .products .items hr{
		margin:5px auto;
	}
	
	
	/* ===== Discount Offer Section Responsiveness ===== */
	.discount-offer .table{
		width:150px;
	}
	
	.discount-offer .table tr td,
	.discount-offer .table tr th{
		padding:4px 10px;
	}
	
	.discount-offer .table tr:nth-child(1) td{
		padding:6px 10px;
	}
	
}

@media screen and (max-width:1300px) {
	
	/* Products Section Responsiveness */
	.products .owl-carousel .owl-stage-outer{
		height:330px;
	}
	
	.products .owl-carousel .owl-item h5.text-center{
		font-size:var(--default-size);
		line-height:1.4;
	}
	
	.products .owl-carousel .details-div > .flex-box:nth-child(1){
		padding-right:0;
	}
	
	.products .owl-carousel .owl-item .img-div{
		height:100px;
		width:90px;
	}
	
	.products .owl-carousel .owl-item h4 span{
		font-size:10px;
	}
	
	.products .owl-carousel .owl-item .price h5,
	.products .owl-carousel .owl-item .price span{
    	font-size:var(--small-size);
	}
	
	.products .owl-carousel .owl-item .btn{
		font-size:12px;
		padding:4px 0;
	}
	
}

@media screen and (max-width:1200px) {
	
	/* Top Bar Section Responsiveness */
	.top-bar{
		padding:3px;
	}
	
	/* Navbar Default Section Responsiveness */
	.navbar-default .navbar-brand img{
		width:180px;
	}
	
	.navbar-default .collapse .navbar-brand{
		margin-left: 12% !important;
	}
	
	.navbar-default .navbar-nav li{
		margin:0 10px;
	}
	
	/* Header Section Responsiveness */
	header{
		min-height:0;
	}
	
	header .carousel .carousel-caption h2{
		margin-top:10px;
	}
	
	header .carousel .carousel-caption .btn-secondary{
		font-size:var(--large-size);
		margin-top:5px;
		padding:7px;
		width:100px;
	}
	
	.carousel-control.left{
		left:30px;
	}
	
	.carousel-control.right{
		right:30px;
	}
	
	/* Category Section Responsiveness */
	section > .flex-box > .category{
		max-width:160px;
	}
	
	section .category h4{
		letter-spacing:0;
		padding:5px 2px;
	}
	
	section .category .dropdown-section li a{
		padding:6px 10px;
	}
	
	section .category .dropdown-section > li > a i{
		margin-right:7px;
	}
	
	section .category .sub-menu{
		left:155px;
	}
	
	section .category .sub-menu li a{
		min-width:150px;
	}
	
	section .category .sub-menu .sub-menu-dropdown{
		left:150px;
	}
	
	/* Products Section Responsiveness */
	.products hr{
		margin-bottom:10px;
		width:80px;
	}
	
	section > .flex-box > div{
		min-height:600px;
	}
	
	.products .owl-carousel .owl-stage-outer{
		height:340px;
	}
	
	.products .owl-carousel .owl-item .img-div{
		margin-bottom:5px;
		height:105px;
		width:90px;
	}
	
	.products .owl-carousel .owl-item h6,
	.products .owl-carousel .owl-item h4,
	.products .owl-carousel .owl-item h4 span{
		font-size:var(--small-size);
	}
	
	.products .owl-carousel .owl-item .price h5,
	.products .owl-carousel .owl-item .price span{
		font-size:var(--small-size);
	}
	
	.products .owl-carousel .owl-item input{
		height:25px;
	}
	
	.products .owl-carousel .owl-item .btn{
		font-size:var(--small-size);
		padding:5px 0;
	}
	
	.products .owl-carousel .owl-nav button{
		margin-left:3px;
		height:16px;
		width:16px;
	}
	
	.products .owl-carousel .owl-nav button span{
		top:-5px;
	}
	
	/* Offers Section Responsiveness */
	section > .flex-box > .offers{
		max-width:210px;
	}
	
	.offers h4{
		padding:8px 12px;
		letter-spacing:0;
	}
	
	.offers .img-div{
		max-width:70px;
		height:80px;
		width:70px;
	}
	
	.offers .details-div p{
		min-height:50px;
	}
	
	.offers ul li{
		padding:0;
	}
	
	.offers .details-div{
		margin-left:7px;
	}
	
	.offers .details-div h5{
		margin:0;
		margin-bottom:5px;
	}
	
	.offers .details-div .pull-right{
		margin-top:0;
	}
	
	.offers .details-div .btn-div .btn-alternate{
		display:block;
		height:20px;
		width:100%;
	}
	
	/* Banner Section Responsiveness */
	.banner .container{
		margin:15px auto;
		width:90%;
	}
	
	/* Clients Logos Section Responsiveness */
	.clients-logos .container{
		margin:15px auto;
		width:85%;
	}
	
	.clients-logos .owl-carousel .owl-nav button{
		height:18px;
		width:18px;
	}
	
	/* Footer Logos Section Responsiveness */
	footer .container{
		width:95%;
	}
	
	
	/* ===== Thumbnails Page Responsiveness ===== */
	.thumbnails .products .flex-box .items{
		padding-bottom:0;
	}
	
	.thumbnails .products .flex-box .items .img-div{
		margin-bottom:15px;
		height:90px;
		width:80px;
	}
	
	
	/* ===== Product-list Page Responsiveness ===== */
	.product-list .products .items{
		min-height:150px;
	}
	
	.product-list .products .items .flex-box{
		padding:5px 10px;
	}
	
	.product-list .products .items .img-div{
		max-width:70px;
		padding:5px;
		padding-left:0;
	}
	
	.product-list .products .items .image-area{
		height:75px;
	}
	
	.product-list .products .items .qty-div .quantity input[type='button']{
		display:none;
	}
	
	.product-list .products .items table tr td{
		padding:3px 0;
	}
	
	.product-list .products .items .price{
		margin-bottom: 0;
		padding:0;
	}
	
	.product-list .products .items .btn-primary,
	.product-list .products .items .btn-default,
	.product-list .products .items .btn-alternate{
		padding:5px 1px;
	}
	
	
	/* ===== Product-deals Page Responsiveness ===== */
	.product-deals .products .items .qty-div{
		margin-top:18px;
	}
	
	.product-deals .products .items table tr td{
		padding:2px 0;
	}
	
	
	/* ===== Product-Details Page Responsiveness ===== */
	.product-details .products h4{
		font-size:var(--small-size);
	}
	
	.product-details .products .img-slides{
		min-width:90px;
	}
	
	.product-details .products .img-slides > div{
		height:85px;
		width:80px;
	}
	
	.product-details .products .main-img{
		height:270px;
	}
	
	.product-details .products .img-details{
		padding-left:20px;
	}
	
	.product-details .products .img-details span{
		font-size:var(--larger-size);
	}
	
	.product-details .products .img-details input{
		font-weight:400;
		padding:4px;
		width:55px;
	}
	
	.product-details .products .img-details h3{
		margin-bottom:10px;
	}
	
	.product-details .products .img-details ul.margin-top-30{
		margin-top:20px;
	}
	
	.product-details .products ul li{
		margin-bottom:0;
	}
	
	.product-details .products .img-details .btn-primary{
		padding:5px 6px;
		margin:0 3px;
	}
	
	.product-details .products .img-details .btn-default{
		padding:5px 15px;
	}
	
	
	/* ===== Downloads Page Responsiveness ===== */
	.downloads .products .search-product .flex-box{
		width:450px;
	}
	
	.downloads .products .search-product .form-group{
		width:350px;
	}
	
	.downloads .products .search-product input{
		width:230px;
	}
	
	.downloads .products .search-product .btn-secondary{
		padding:8px 15px;
		width:100px;
	}
	
	
	/* ===== Search Product Page Responsiveness ===== */
	.search-product .products .download-products .table tr td{
		height:inherit;
	}
	
	.search-product .products .download-products .table .btn-alternate{
		padding:7px 15px;
		display:block;
	}
	
	
	/* ===== Contact Us Page Responsiveness ===== */
	.contact-us .contact-section .table tr td{
		display:block;
		height:inherit;
		width:100%;
	}
	

	/* ===== Sign Up Page Responsiveness ===== */
	.sign-up .user-form h4{
		padding:8px 12px;
	}
	
	.sign-up .user-form .form-group input{
		width:80% !important;
	}
	

	/* ===== Wishlist Page Responsiveness ===== */
	.wishlist .products .wishlist-section .table tr > td:nth-child(1){
		width:75px;
	}
	
	.wishlist .products .wishlist-section .table tr > td:nth-child(5){
		width:95px;
	}
	
	.wishlist .products .wishlist-section .table tr > td:nth-child(6){
		width:135px;
	}
	
	.wishlist .products .wishlist-section .table input{
		padding:0 2px;
		height:20px;
		width:50px;
	}
	
	.wishlist .wishlist-section .table .quantity input[type='button']{
		width:18px;
		padding:0;
	}
	
	.wishlist .products .wishlist-section .table a{
		border-radius:3px;
		padding:4px 2px;
	}
	
	.wishlist .products .wishlist-section .table .btn-primary{
		padding:4px 0;
		width:80px;
	}
	
	.wishlist .products .wishlist-section .table .btn-default{
		width:25px;
	}
	
	
	/* ===== My Account Page Responsiveness ===== */
	.myaccount .products .wishlist-section .table tr > td:nth-child(3),
	.myaccount .products .wishlist-section .table tr > td:nth-child(5),
	.myaccount .products .wishlist-section .table tr > td:nth-child(6){
    	width:inherit;
	}
	
	.myaccount .products .wishlist-section .table tr > td:nth-child(1){
		height:100px;
	}
	
	
	/* ===== Checkout Page Responsiveness ===== */
	.checkout .products .address-div .btn-alternate{
		padding:5px 5px;
		height:inherit;
		width:80px;
	}
	
	.checkout .products .wishlist-section .table tr > td:nth-child(1){
		height:inherit;
	}
	
	.checkout .products .wishlist-section .table-div .table tr > td:nth-child(1),
	.checkout .products .wishlist-section .table-div .table tr > td:nth-child(2),
	.checkout .products .wishlist-section .table-div .table tr > td:nth-child(4),
	.checkout .products .wishlist-section .table-div .table tr > td:nth-child(6){
		width:70px;
	}
	
	.checkout .products .wishlist-section .table-div .table tr > td:nth-child(5),
	.checkout .products .wishlist-section .table-div .table tr > td:nth-child(7),
	.checkout .products .wishlist-section .table-div .table tr > td:nth-child(8){
		width:55px;
	}
	
	.checkout .products .wishlist-section .table-div .table tr > td:nth-child(9){
		width:75px;
	}
	
	.checkout .products .wishlist-section .table .btn-secondary{
		padding:3px 5px;
		width:22px;
	}
	
	.checkout .products .wishlist-section .table .discount-btn{
		width:100%;
	}
	
	.checkout .products .wishlist-section .table input{
		border-radius:0;
		padding:0 1px;
		height:20px;
		width:45px;
	}
	
	.checkout .wishlist-section .table .quantity input[type='button']{
		border-radius:0;
		width:18px;
	}
	
	.checkout .products .wishlist-section .form-div{
		width:330px;
	}
	
	.checkout .wishlist-section .form-div .table input{
		border: 1px solid var(--lighter);
		font-size: var(--small-size);
		padding:15px 12px;
		letter-spacing:0;
		width:150px;
	}
	
	.checkout .products .wishlist-section .total-div{
		width:350px;
	}
	
	.checkout .products .wishlist-section .payment-div img{
		width:55px;
	}
	
	.checkout .products .wishlist-section .payment-div .flex-1{
		font-size:8px;
	}
	
	.checkout .products .wishlist-section .payment-div .btn{
		margin-left:5px;
		padding:5px 0;
		width:80px;
	}
	
	.checkout .products .wishlist-section .payment-div .btn-primary{
		width:90px;
	}
	
	
	/* ===== Recent Arrived Page Responsiveness ===== */
	.recent-arrived .products .items .img-div{
		max-width:100px;
		padding:7px;
	}
	
	.recent-arrived .products .items .image-area{
		height:90px;
	}
	
	.recent-arrived .products .items .qty-div .quantity input[type='button']{
		display:inline-block;
	}
	
}

@media screen and (max-width: 1080px) and (min-width: 992px){
	
	/* ===== Wishlist Page Responsiveness ===== */
	.wishlist .products .wishlist-section .table tr > td:nth-child(3){
		width:60px;
	}
	
	.wishlist .products .wishlist-section .table tr > td:nth-child(5){
		width:91px;
	}
	
	.wishlist .products .wishlist-section .table input{
		border:1px solid var(--light);
	}
	
	.wishlist .wishlist-section .table .quantity input[type='button']{
		display:none;
	}
	
	/* ===== My Account Page Responsiveness ===== */
	.myaccount .products .wishlist-section .table tr > td:nth-child(3),
	.myaccount .products .wishlist-section .table tr > td:nth-child(5){
    	width:inherit;
	}
	
}

@media screen and (max-width:991px) {
	
	/* Top Navbar Section Responsiveness */
	.top-bar .container-fluid{
		padding:0 10px;
		width: 100%;
	}
	
	/* Navbar Section Responsiveness */
	.navbar-default .container-fluid{
		padding: 0 5px;
	}
	
	.navbar-default .navbar-left{
		margin-left: 0;
	}
	
	.navbar-default .navbar-nav li{
		margin: 0 7px;
	}
	
	.navbar-default .collapse .navbar-brand{
		margin-left: 10% !important;
	}
	
	.navbar-default .collapse .navbar-brand img{
		width: 135px;
	}
	
	/* Header Section Responsiveness */
	header .carousel .carousel-caption .btn-secondary{
		margin-top:0;
	}
	
	/* Products Section Responsiveness */
	.products .owl-carousel .owl-stage-outer{
		height:320px;
	}
	
	.products .owl-carousel .owl-item .img-div{
		margin-bottom:5px;
		height:100px;
		width:85px;
	}
	
	.products .owl-carousel .owl-item h6,
	.products .owl-carousel .owl-item h4,
	.products .owl-carousel .owl-item h4 span{
		font-size:var(--small-size);
	}
	
	.products .owl-carousel .owl-item h4 span{
		font-size:9px;
	}
	
	.products .owl-carousel .owl-item .price h5,
	.products .owl-carousel .owl-item .price span{
		font-size:var(--small-size);
	}
	
	.products .owl-carousel .owl-item input{
		height:25px;
	}
	
	.products .owl-carousel .owl-item .btn{
		font-size:var(--small-size);
		padding:5px 0;
	}
	
	.products .owl-carousel .owl-nav button{
		margin-left:3px;
		height:16px;
		width:16px;
	}
	
	.products .owl-carousel .owl-nav button span{
		top:-5px;
	}
	
	/* ===== Thumbnails Page Responsiveness ===== */
	.thumbnails .products h4 span{
		display:none;
	}
	
	.thumbnails .products .flex-box .items{
		margin:0 1.5%;
		width:30%;
		margin-bottom:15px;
		padding:0 5px;
	}
	
	/* ===== Product-list Page Responsiveness ===== */
	.product-list .products h4 span{
		display:none;
	}
	
	.product-list .products .items h5{
		padding:8px 10px;
	}
	
	.product-list .products .items{
		width:100%;
	}
	
	.product-list .products .items .flex-box{
		
	}
	
	.product-list .products .items .img-div{
		padding:5px 10px;
		padding-right:20px;
		max-width:130px;
		margin:0 auto;
	}
	
	.product-list .products .items .image-area{
		height:135px;
	}
	
	.product-list .products .items .qty-div .quantity input[type='button']{
		width:20px !important;
		display:inline-block;
	}
	
	.product-list .products .items .qty-div input{
		padding:2px 0;
		width:50px;
	}
	
	.product-list .products .items .details-div{
		margin-left:10px;
		margin-top:10px;
	}
	
	.product-list .products .items table tr td{
		font-size:var(--default-size);
		padding:7px 0;
	}
	
	.product-list .products .items .price{
		margin-bottom:10px;
		margin-top:5px;
	}
	
	.product-list .products .items table .price h6,
	.product-list .products .items table .price span{
		font-size: var(--default-size);
	}
	
	.product-list .products .items .details-div .flex-box{
		padding-bottom:5px;
		margin-top:0;
		display:flex;
	}
	
	.product-list .products .items .details-div .flex-box > div:nth-child(1),
	.product-list .products .items .details-div .flex-box > div:nth-child(2){
		width:31%;
	}
	
	.product-list .products .items .details-div .flex-box > div:nth-child(3){
		width:35%;
	}
	
	.product-list .products .items .btn-primary,
	.product-list .products .items .btn-default,
	.product-list .products .items .btn-alternate{
		padding:7px 1px;
	}
	
	/* ===== Product-deals Page Responsiveness ===== */
	.product-deals .products .items table tr td{
		padding:5px 0;
	}
	
	.product-deals .products .items .price{
		margin-bottom:5px;
	}
	
	/* ===== Product-Details Page Responsiveness ===== */
	.product-details .products .flex-box{
		margin-top:10px;
		flex-wrap:wrap;
	}
	
	.product-details .products .flex-box > div{
		min-width:100%;
	}
	
	.product-details .products .flex-box .flex-4{
		order:-2;
	}
	
	.product-details .products .img-slides{
		padding-right:0;
		min-width:100%;
		display:flex;
	}
	
	.product-details .products .img-slides > div{
		margin:5px 0;
		margin-right:7px;
		height:65px;
		width:65px;
	}
	
	.product-details .products .main-img{
		height:220px;
	}
	
	.product-details .products .img-details{
		border-top:1px solid var(--light);
		margin-top:10px;
		padding:10px 0;
	}
	
	.product-details .products .img-details .btn-primary{
		padding:5px 10px;
		margin:0 5px;
	}
	
	.product-details .products .img-details .btn-default{
		padding:5px 30px;
	}
	
	.product-details .products .img-details h3{
		margin-bottom:10px;
	}
	
	.product-details .products .img-details ul.margin-top-30{
		margin-top:20px;
	}
	
	.product-details .products .img-details div.margin-top-30{
		margin-top:10px;
	}
	
	.product-details .products .flex-box > ul{
		margin-bottom:0;
		min-width:100%;
	}
		
	/* ===== Downloads Page Responsiveness ===== */
	.downloads .products .search-product{
		padding:30px 15px;
	}
	
	.downloads .products .search-product .flex-box{
		display:block;
		width:100%;
	}
	
	.downloads .products .search-product .form-group{
		width:100%;
	}
	
	.downloads .products .search-product input{
		width:200px;
	}
	
	.downloads .products .download-products{
		padding:10px;
	}

	/* ===== Search Product Page Responsiveness ===== */
	.search-product .products .download-products .table .btn-alternate{
		font-size:var(--small-size);
		padding:7px 10px;
		width:150px;
	}
	
	/* ===== Login Page Responsiveness ===== */
	.login .products{
		padding:0 10px;
	}
	
	.login .user-form h4{
		padding:10px 15px;
	}
	
	.login .user-form{
		width:100%;
	}
	
	/* ===== Sign Up Page Responsiveness ===== */
	.sign-up .user-form .form-section{
		margin-top:0;
	}
	
	.sign-up .user-form .row .col-sm-2{
		display:none;
	}
	
	.sign-up .user-form .row .col-sm-5{
		width:100%;
	}
	
	/* ===== Wishlist Page Responsiveness ===== */
	.wishlist .products .wishlist-section{
		padding:10px 0;
	}
	
	.wishlist .products .wishlist-section .table tr th,
	.wishlist .products .wishlist-section .table tr td{
		padding:4px 5px;
	}

	.wishlist .products .wishlist-section .table tr > td:nth-child(1){
		width:80px;
	}
	
	.wishlist .products .wishlist-section .table tr > td:nth-child(3){
		width:70px;
	}
	
	.wishlist .products .wishlist-section .table tr > td:nth-child(5){
		width:60px;
	}
	
	.wishlist .products .wishlist-section .table tr > td:nth-child(6){
		width:100px;
	}
	
	.wishlist .products .wishlist-section .table input{
		border:1px solid var(--light);
		width:50px;
	}
	
	.wishlist .wishlist-section .table .quantity input[type='button']{
		display:none;
	}
	
	.wishlist .products .wishlist-section .table a{
		font-size:var(--small-size);
		padding:4px 5px;
	}
	
	.wishlist .products .wishlist-section .table .btn-primary{
		margin-bottom:2px;
		width:65px;
	}
	
	.wishlist .products .wishlist-section .table .btn-default{
		margin-left:0;
		width:21px;
	}
	
	/* ===== My Account Page Responsiveness ===== */
	.myaccount .products .wishlist-section .table tr > td:nth-child(3),
	.myaccount .products .wishlist-section .table tr > td:nth-child(5),
	.myaccount .products .wishlist-section .table tr > td:nth-child(6){
    	width:inherit;
	}
	
	.myaccount .products .wishlist-section .table tr > td:nth-child(1){
		width:75px;
	}
	
	/* ===== Checkout Page Responsiveness ===== */
	.checkout .products .wishlist-section{
		padding:10px;
		padding-bottom:0;
	}
	
	.checkout .products .address-div{
		margin-bottom:20px;
	}
	
	.checkout .products .address-div .flex-box{
		display:block;
	}
	
	.checkout .products .address-div .flex-1{
		margin-bottom:20px;
	}
	
	.checkout .products .address-div .flex-box > .flex-1:nth-child(2){
		padding:0;
	}
	
	.checkout .products .wishlist-section .table tr > td:nth-child(1){
		height:inherit;
	}
	
	.checkout .products .wishlist-section .table-div .table tr > td:nth-child(1),
	.checkout .products .wishlist-section .table-div .table tr > td:nth-child(2),
	.checkout .products .wishlist-section .table-div .table tr > td:nth-child(4),
	.checkout .products .wishlist-section .table-div .table tr > td:nth-child(6){
		width:70px;
	}
	
	.checkout .products .wishlist-section .table-div .table tr > td:nth-child(5),
	.checkout .products .wishlist-section .table-div .table tr > td:nth-child(7),
	.checkout .products .wishlist-section .table-div .table tr > td:nth-child(8){
		width:55px;
	}
	
	.checkout .products .wishlist-section .table-div .table tr > td:nth-child(9){
		width:75px;
	}
	
	.checkout .products .wishlist-section .table .btn-secondary{
		padding:3px 5px;
		width:22px;
	}
	
	.checkout .products .wishlist-section .table .discount-btn{
		width:100%;
	}
	
	.checkout .products .wishlist-section .table input{
		border-radius:0;
		padding:0 1px;
		height:20px;
		width:45px;
	}
	
	.checkout .wishlist-section .table .quantity input[type='button']{
		border-radius:0;
		width:18px;
	}
	
	.checkout .wishlist-section .form-div .table input{
		border: 1px solid var(--lighter);
		font-size: var(--small-size);
		padding:15px 12px;
		letter-spacing:0;
		width:150px;
	}
	
	.checkout .products .wishlist-section .payment-div{
		padding:15px 5px;
		margin:0 -10px;
		margin-top:30px;
	}
	
	.checkout .products .wishlist-section .payment-div > div{
		display:block;
		width:100%;
	}
	
	.checkout .products .wishlist-section .payment-div .col-sm-5 .flex-box{
		justify-content:center;
		margin-bottom:20px;
		margin-top:30px;
	}
	
	/* ===== Recent Arrived Page Responsiveness ===== */
	.recent-arrived .products .items .img-div{
		max-width:85px;
		padding:5px;
	}
	
	.recent-arrived .products .items .image-area{
		height:80px;
	}
	
	.recent-arrived .products .items table tr > td{
		font-size: var(--small-size);
		width:100% !important;
		padding:3px 0;
	}
	
	.recent-arrived .products .items td .flex-box > div{
		margin-right:15px;
	}
	
	.recent-arrived .products .items .details-div{
		margin-top:0;
	}
	
	.recent-arrived .products .items .qty-div input{
		padding:1px 0;
		width:47px;
	}
	
	.recent-arrived .products .items .qty-div .quantity input[type='button']{
		width:18px !important;
		display:inline-block;
	}
	
	.recent-arrived .products .items .details-div .flex-box > div{
		margin-left:5px;
	}
	
	.recent-arrived .products .items .btn-primary,
	.recent-arrived .products .items .btn-default,
	.recent-arrived .products .items .btn-alternate{
		padding:5px 1px;
		width:75px;
	}
	
}

@media screen and (max-width: 860px) and (min-width: 768px){
	
	/* Products Section Responsiveness */
	.products .owl-carousel .owl-stage-outer{
		height:330px;
	}
	
	.products .owl-carousel .owl-item .img-div{
		height:80px;
		width:65px;
	}
	
	/* ===== Product-list Page Responsiveness ===== */
	.product-list .products .items .img-div{
		padding:5px 0;
		max-width:80px;
	}
	
	.product-list .products .items .image-area{
		height:90px;
	}
	
	.product-list .products .items .qty-div{
		margin-top:5px;
		display:block;
	}
	
	.product-list .products .items .details-div{
		margin-left:20px;
	}
	
	.product-list .products .items table tr td{
		font-size:var(--small-size);
		padding:5px 0;
	}
	
	.product-list .products .items .price{
		margin-bottom:5px;
		margin-top:3px;
	}
	
	.product-list .products .items table .price h6,
	.product-list .products .items table .price span{
		font-size:var(--small-size);
	}
	
	/* ===== Product-deals Page Responsiveness ===== */
	.product-deals .products .items .qty-div{
		margin-top:15px;
	}
	
	.product-deals .products .items table tr td{
		padding:4px 0;
	}
	
	.product-deals .products .items .price{
		margin-top:0;
	}
	
	/* ===== Wishlist Page Responsiveness ===== */
	.wishlist .products .wishlist-section{
		padding-bottom:0;
		overflow-x:auto;
    	max-width:400px;
		min-width:100%;
	}
	
	.wishlist .products .wishlist-section::-webkit-scrollbar-thumb{
		background-color:#ccc;
		border-radius:10px;
	}
	
	.wishlist .products .wishlist-section::-webkit-scrollbar-thumb:hover{
		background-color:#a9a9a9;
	}
	
	.wishlist .products .wishlist-section::-webkit-scrollbar-track{
		background-color:#f1f1f1;
	}
	
	.wishlist .products .wishlist-section::-webkit-scrollbar{
		height:7px;
	}
	
	/* ------ IE ------ */
	.wishlist .products .wishlist-section{
		
		
	}
	
	.wishlist .products .wishlist-section .table{
		margin-bottom:0;
		width:425px;
	}
	
	.wishlist .products .wishlist-section .table tr > td:nth-child(3){
		width:60px;
	}
	
	.wishlist .products .wishlist-section .table tr > td:nth-child(6){
		width:60px;
	}
	
	.wishlist .products .wishlist-section .table .btn-primary{
		margin-bottom:0;
		width:22px;
	}
	
	.wishlist .products .wishlist-section .table .btn-primary i{
		display:inline-block;
	}
	
	.wishlist .products .wishlist-section .table .btn-primary span{
		display:none;
	}
	
	/* ===== Checkout Page Responsiveness ===== */
	.checkout .products .wishlist-section{
		overflow-x:inherit;
		max-width:inherit;
		min-width:inherit;
	}
	
	.checkout .products .wishlist-section .table-div{
		margin-bottom:20px;
		overflow-x:auto;
		max-width:325px;
		min-width:325px;
	}
	
	.checkout .products .wishlist-section .table-div::-webkit-scrollbar-thumb{
		background-color:#ccc;
		border-radius:10px;
	}
	
	.checkout .products .wishlist-section .table-div::-webkit-scrollbar-thumb:hover{
		background-color:#a9a9a9;
	}
	
	.checkout .products .wishlist-section .table-div::-webkit-scrollbar-track{
		background-color:#f1f1f1;
	}
	
	.checkout .products .wishlist-section .table-div::-webkit-scrollbar{
		height:7px;
	}
	
	/* ------ IE ------ */
	.checkout .products .wishlist-section .table-div{
		
		
	}
	
	.checkout .products .wishlist-section .table-div .table{
		margin-bottom:0;
	}
	
	.checkout .products .wishlist-section .form-div{
		width:100%;
	}
	
	.checkout .products .wishlist-section .table{
		width:100%;
	}
	
	.checkout .products .wishlist-section .total-div{
		margin-top:20px;
		width:100%;
	}
	
	.checkout .products .wishlist-section .total-div .flex-box > div{
		padding:7px 5px;
	}
	
	/* ===== Login Page Responsiveness ===== */
	.login .user-form .flex-box{
		flex-wrap:wrap;
	}
	
	.login .user-form .flex-box .flex-4{
		min-width:100%;
		order:3;
	}
	
	.login .user-form .second-fluid .flex-1 .btn-primary{
		position:relative;
		top:10px;
	}
	
	/* ===== Contact Us Page Responsiveness ===== */
	.contact-us .products .container-fluid{
		padding:0 5px;
	}
	
	.contact-us .contact-section > .flex-box{
		margin-top:20px;
		display:block;
	}
	
	.contact-us .contact-section .table tr td{
		display:inline-block;
		padding:8px 0;
		width:50%;
	}
	
	.contact-us .contact-section .flex-5 .table tbody > tr:nth-child(3) td,
	.contact-us .contact-section .flex-5 .table tbody > tr:nth-child(4) td,
	.contact-us .contact-section .flex-5 .table tbody > tr:nth-child(5) td{
		width:100%;
	}
	
	.contact-us .contact-section .flex-5 h3{
		margin-top:30px;
	}
	
	.contact-us .contact-section .flex-5 .table{
		margin:0 -5px;
	}
	
	.contact-us .contact-section .flex-5 .table tr td{
		padding:8px 5px;
	}
	
	.contact-us .contact-section .flex-5 .table textarea.form-control{
		height:100px;
	}
	
	.contact-us .contact-section .flex-5 .table .btn-alternate{
		height:36px;
		width:100%;
	}
	
	/* ===== Recent Arrived Page Responsiveness ===== */
	.recent-arrived .products .items > .flex-box{
		display: block;
	}
	
	.recent-arrived .products .items .img-div{
		max-width:75px;
	}
	
	.recent-arrived .products .items table tr td{
		font-size:var(--small-size);
		padding:3px 0;
	}
	
	.recent-arrived .products .items table .price h6,
	.recent-arrived .products .items table .price span{
		font-size:var(--default-size);
		margin-bottom:5px;
	}
	
	.recent-arrived .products .items .qty-div input{
		padding:1px 0;
		width:47px;
	}
	
	.recent-arrived .products .items .qty-div .quantity input[type='button']{
		display:none;
	}
	
	.recent-arrived .products .items .btn-secondary,
	.recent-arrived .products .items .btn-default,
	.recent-arrived .products .items .btn-primary{
		padding:5px 1px;
		width:75px;
	}

}

@media screen and (min-width:767px) {
	
	/* Category Section Responsiveness */
	section .category .sub-menu,
	section .category .sub-menu .sub-menu-dropdown{
		display:none;
	}
	
	section .category .list-dropdown:hover .sub-menu,
	section .category .sub-menu .list-dropdown:hover .sub-menu-dropdown{
		display:block;
	}
	
}

@media screen and (max-width:767px) {
	
	/* Top Bar Section Responsiveness */
	.top-bar{
		font-size:var(--default-size);
		padding:5px 0;
	}
	
	.top-bar .container-fluid{
		padding:0 25px;
	}
	
	.top-bar select{
		padding:3px 5px;
	}
	
	.top-bar ul li.social-icons{
		
	}
	
	/* Navbar Default Section Responsiveness */
	.navbar-default{
		padding: 8px 0;
	}
	
	.navbar-default .container-fluid{
		width:100%;
	}
	
	.navbar-default .container-fluid > .navbar-header{
		margin: 0;
	}
	
	.navbar-default .navbar-brand span{
		color:var(--secondary);
		font-size:22px;
		margin:0 15px;
	}
	
	.navbar-default .navbar-brand .show-on-tab{
		display:inline-block;
	}
	
	.navbar-default .navbar-brand img{
		display:inline-block;
	}
	
	.navbar-default .navbar-header > .list-inline{
		margin-top:15px;
	}
	
	.navbar-default .navbar-header > .list-inline li a{
		font-size:var(--largest-size);
		color:var(--highlight);
		margin:0 5px;
	}
	
	.navbar-default .navbar-header > .list-inline li .badge{
		background-color:var(--secondary);
		position:relative;
		padding: 3px 6px;
		font-size: 10px;
		right:10px;
		top:-12px;
	}
	
	.navbar-default .navbar-collapse{
		background-color:rgba(0,0,0,.9);
		position:fixed;
		z-index:99999;
		height:100vh;
		width:100%;
		margin:0;
		top:0;
	}
	
	.navbar-default .navbar-toggle{
		background-color:#393939 !important;
		border-color:var(--bordered);
		border-radius:50%;
		padding:14px 16px;
    	margin-right:20px;
		z-index:999999;
		margin-top:-10px;
	}
	
	.navbar-default .navbar-toggle:hover{
		border:1px solid var(--primary);
	}
	
	.navbar-default .navbar-toggle:hover i{
		color: var(--primary);
	}
	
	.navbar-default .navbar-toggle.collapsed{
		background-color:transparent !important;
		border-color:transparent;
		margin-right:10px;
		top:10px;
	}
	
	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:hover{
		background-color:transparent;
	}
	
	.navbar-default .navbar-toggle .icon-bar{
		background-color:var(--dark);
		width:20px;
		height:3px;
	}
	
	.navbar-default .navbar-toggle .icon-bar{
		display:none;
	}
	
	.navbar-default .navbar-toggle.collapsed .icon-bar{
		display:block;
	}
	
	.navbar-default .navbar-toggle i{
		color:var(--basic);
		display:block;
	}
	
	.navbar-default .navbar-toggle.collapsed i{
		display:none;
	}
	
	.navbar-default .navbar-nav{
		margin:0 auto !important;
		height:initial;
		width:300px;
	}
	
	.navbar-default .navbar-left{
		margin-top:10% !important;
	}
	
	.navbar-default .navbar-nav > li > a{
		border-bottom:1px solid var(--bordered);
		color:var(--light);
		letter-spacing:1px;
		text-align:center;
		font-weight:300;
		font-size:18px;
		padding:15px;
	}
	
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:focus,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > li > a:hover{
		border:none;
		border-bottom:1px solid var(--primary);
		color: var(--primary);
	}
	
	.navbar-default .navbar-form{
		border-top: 1px solid var(--light);
		background-color:var(--basic);
		margin-top:10px !important;
		border-bottom:none;
		padding-bottom:0;
		border-radius:0;
		width:99%;
	}
	
	.navbar-default .navbar-form .form-group{
		padding:0 10px;
	}
	
	.navbar-default .navbar-form select{
		display:none;
	}
	
	.navbar-default .navbar-form input{
		border-left:1px solid var(--light);
		background-color:var(--lighter);
		border-radius:3px;
		text-indent:20px;
		padding:2px 5px;
		height:35px;
		width:97%;
	}
	
	.navbar-default .navbar-form .btn-primary{
		border-radius:3px;
		height:35px;
		width:80px;
		right:6%;
	}
	
	.navbar-default .navbar-form #close-search{
		font-size:15px;
		top:18px;
	}
	
	/* Header Section Responsiveness */
	header{
		min-height:200px;
	}
	
	header .carousel img{
		height:200px !important;
	}
	
	header .carousel .carousel-caption h2{
		margin-bottom:20px;
		margin-top:20px;
	}
	
	header .carousel .carousel-indicators{
		bottom:-5px;
	}
	
	header .carousel .carousel-indicators li,
	header .carousel .carousel-indicators li.active{
		height:10px;
		width:10px;
		margin:1px;
	}
	
	.carousel-control{
		display:none;
	}
	
	/* Main Section Responsiveness */
	section > .flex-box{
		display:block;
	}
	
	/* Category Section Responsiveness */
	section > .flex-box > .category{
		background-color:var(--lighter);
		position:absolute;
		border-radius:0;
		max-width:100%;
		display:none;
		border:none;
		z-index:99;
		width:100%;
		top:92px;
		left:0;
	}
	
	section > .flex-box > .category > div{
		background-color:var(--lighter);
		border-radius:0;
		border:none;
	}
	
	section .category h4{
		border-bottom:1px solid var(--light);
		background-color:var(--lighter);
		font-size:var(--large-size);
		letter-spacing:0;
		color:var(--dark);
		padding:10px 15px;
		font-weight:700;
	}
	
	section .category h4 i{
		display:none;
	}
	
	section .category .dropdown-section{
		background-color:transparent;
		border-radius:0;
		padding:0 15px;
	}
	
	section .category .dropdown-section li a{
		font-size:var(--default-size);
		color:var(--highlight);
		font-weight:400;
		padding:8px 0;
	}
	
	section .category .dropdown-section > li > a i{
		font-size:var(--large-size);
		position:absolute;
		bottom:10px;
		right:0;
	}
	
	section .category .dropdown-section li a.active,
	section .category .dropdown-section li a:hover{
		color:var(--primary);
		background:none;
	}
	
	section .category .dropdown-section li a.active i{
		color:var(--primary);
	}
	
	section .category .dropdown-section .list-dropdown a:hover i{
		transform:rotateZ(90deg);
	}

	section .category .sub-menu{
		background-color:var(--light);
		position:relative;
		box-shadow:none;
		padding:0 10px;
		display:none;
		left:0;
	}
	
	section .category .sub-menu > li > a{
		border-bottom:1px solid var(--shadow);
		background-color:var(--light);
		min-width:150px;
	}
	
	section .category .sub-menu .sub-menu-dropdown{
		background-color:var(--light);
		position:relative;
		box-shadow:none;
		margin-left:1%;
		display:none;
		width:98%;
		left:0;
	}
	
	section .category .sub-menu .sub-menu-dropdown li a{
		background-color:transparent;
	}
	
	section .category .sub-menu li a i{
		margin-right:12px;
	}
	
	/* Products Section Responsiveness */
	.products .container-fluid{
		margin-bottom:20px;
		padding-right:10px;
		padding-left:0;
	}
	
	.products hr{
		border-width:2px;
		margin-top:-5px;
		width:75px;
	}
	
	.products .owl-carousel .owl-stage-outer{
		height:320px;
	}
	
	.products .owl-carousel .owl-nav button{
		margin-left:10px;
		height:22px;
		width:22px;
	}
	
	.products .owl-carousel .owl-nav button span{
		top:-2px;
	}
	
	/* Offers Section Responsiveness */
	section > .flex-box > .offers{
		min-height:200px;
		max-width:100%;
		padding:0;
	}
	
	section > .flex-box > .offers > div{
		box-shadow:none;
	}
	.offers ul{
		justify-content:space-between;
		flex-wrap:wrap;
		display:flex;
	}
	
	.offers ul li{
		box-shadow:0 1px 3px 1px var(--light);
		border-radius:4px;
		margin-bottom:7px;
		max-width:48%;
    	min-width:48%;
		padding:5px;
		padding-top:10px;
	}
	
	.offers .img-div{
		max-width:100px;
		height:110px;
		width:100px;
	}
	
	.offers .details-div{
		margin-right:5px;
		margin-left:5px;
		flex:1;
	}
	
	.offers .details-div p{
		font-size: var(--default-size);
		margin-bottom:15px;
	}
	
	.offers .details-div span{
		font-size: var(--largest-size);
	}
	
	.offers .details-div .btn-div .btn-alternate{
		text-align:center;
		padding-top:2px;
		font-size:12px;
		height:24px;
		width:70px;
	}
	
	/* Banner Section Responsiveness */
	.banner{
		display:none;
	}
	
	/* Another Section Responsiveness */
	.another-section > .flex-box > div{
		min-height:330px;
	}
	
	.another-section > .flex-box .offers{
		min-height:200px;
	}
	
	/* Clients Logos Section Responsiveness */
	.clients-logos{
		padding:0;
	}
	
	.clients-logos .container{
		width:90%;
	}
	
	.clients-logos .owl-carousel .owl-nav{
		top:25px;
	}
	
	.clients-logos .owl-carousel .owl-nav .owl-prev{
		left:-24px;
	}
	
	.clients-logos .owl-carousel .owl-nav .owl-next{
		right:-24px;
	}
	
	/* Footer Logos Section Responsiveness */
	footer{
		padding-bottom:20px;
	}
	
	footer .container{
		width:100%;
	}
	
	footer .flex-box{
		flex-wrap:wrap;
	}
	
	footer .flex-box > div{
		margin-bottom:30px;
		min-width:100%;
	}
	
	footer .flex-box > div:nth-child(2){
		order:2;
	}
	
	footer .flex-box > div:nth-child(3){
		order:3;
	}
	
	footer .flex-box > div:nth-child(4){
		order:4;
	}
	
	footer .flex-box > div:nth-child(5){
		margin:0;
		order:5;
	}
	
	footer .flex-box .flex-4{
		order:6;
	}
	
	footer .flex-box .flex-4 > div > div{
		float:left;
		width:50%;
		margin:0;
	}
	
	footer .flex-box .flex-4 > div h5{
		margin-top:0;
	}
	
	footer .flex-box h5{
		letter-spacing:.5px;
		margin-bottom:5px;
		font-weight:600;
		margin-top:5px;
	}
	
	footer .flex-box .form-group{
		margin-bottom:10px;
		margin-top:10px;
	}
	
	footer .flex-box input{
		font-size:var(--default-size);
	}
	
	footer .flex-box .btn-primary{
		font-size:var(--large-size);
		font-weight:400;
	}
	
	footer .flex-box ul{
		margin-top:12px;
		margin-left:10px;
	}
	
	footer .flex-box ul li a{
		font-size:var(--default-size);
	}
	
	footer .flex-box ul.list-inline{
		justify-content:space-around;
		margin-bottom:30px;
		margin-top:0;
		display:flex;
	}
	
	footer .flex-box ul.list-inline li a{
		font-size:24px;
		margin:0 5px;
	}
	
	footer .flex-box ul.list-inline li a:hover{
		color:var(--primary);
		opacity:.75;
	}
	
	footer hr{
		border:none;
		border-top:1px solid var(--highlight);
		margin-bottom:5px;
		margin-top:20px;
	}
	
	
	/* ===== Thumbnails Page Responsiveness ===== */
	.thumbnails .products .flex-box{
		justify-content:space-between;
	}
	
	.thumbnails .products .flex-box .items{
		margin:0 1%;
		margin-bottom:12px;
    	width:30%;
	}
	
	
	/* ===== Product-list Page Responsiveness ===== */
	.product-list .products .items{
		margin-bottom:20px;
		min-height:180px;
		width:49%;
	}
	
	.product-list .products .items .img-div{
		padding:5px 10px;
		padding-left:0;
		max-width:90px;
	}
	
	.product-list .products .items .image-area{
		height:90px;
	}
	
	.product-list .products .items .qty-div{
		margin-top:5px;
		display:block;
	}

	.product-list .products .items .qty-div .quantity input[type='button']{
		width:18px !important;
	}
	
	.product-list .products .items .qty-div input{
		padding:1px 0;
		width:50px;
	}
	
	.product-list .products .items .details-div{
		margin-top:5px;
	}
	
	.product-list .products .items table tr td{
		font-size:var(--small-size);
		padding:5px 0;
	}
	
	.product-list .products .items .price{
		margin-bottom:5px;
		margin-top:3px;
	}
	
	.product-list .products .items table .price h6,
	.product-list .products .items table .price span{
		font-size:var(--small-size);
	}
	
	.product-list .products .items .details-div .flex-box{
		padding-bottom:0;
		margin-top:2px;
		display:flex;
	}
	
	
	/* ===== Product-deals Page Responsiveness ===== */
	.product-deals .products .items table tr td{
		padding:4px 0;
	}
	
	.product-deals .products .items .qty-div{
		margin-top:18px;
	}

	
	/* ===== Product-Details Page Responsiveness ===== */
	.product-details .products{
		margin-bottom:30px;
	}
	
	.product-details .products .container-fluid{
		padding-left:10px;
	}
	
	.product-details .products .flex-box .flex-1{
		min-width:70px;
		max-width:70px;
	}
	
	.product-details .products .flex-box .flex-4{
		min-width:100px;
		order:0;
	}
	
	.product-details .products .img-slides{
		display:inline-block;
		padding-right:10px;
		min-width:70px;
	}
	
	.product-details .products .img-slides > div{
		margin:0;
		margin-bottom:5px;
		height:60px;
		width:60px;
	}
	
	.product-details .products .img-details{
		border-bottom:1px solid var(--light);
		padding:10px 15px;
	}
	
	.product-details .products .img-details input{
		width:65px;
	}
	
	.product-details .products .img-details .btn-primary,
	.product-details .products .img-details .btn-default{
		width:100px;
	}
	
	.product-details .products .flex-box > ul.flex-1{
		min-width:100%;
	}
	
	.product-details .products .row .col-sm-6{
		float:left;
		width:30%;
	}
	
	.product-details .products .flex-1 li{
		font-size:var(--default-size);
	}
	
	
	/* ===== Downloads Page Responsiveness ===== */
	.downloads .products{
		min-height:500px;
	}
	
	.downloads .products .container-fluid{
		padding-right:5px;
		padding-left:5px;
	}
	
	.downloads .products .search-product{
		padding:15px 10px;
	}
	
	.downloads .products .search-product input{
		width:75%;
	}
	
	.downloads .products .download-products{
		padding:10px 0;
	}
	
	.downloads .products .download-products .table tr th{
		padding:5px 10px;
	}
	
	.downloads .products .download-products .table tr td{
		padding:10px;
	}
	
	
	/* ===== Search Product Page Responsiveness ===== */
	.search-product .products{
		min-height:320px;
	}
	
	
	/* ===== Contact Us Page Responsiveness ===== */
	.contact-us .products .container-fluid{
		padding:0 5px;
	}
	
	.contact-us .products .contact-section{
		margin-bottom:30px;
		padding:5px 10px;
	}
	
	.contact-us .contact-section > .flex-box{
		margin-top:20px;
		display:block;
	}
	
	.contact-us .contact-section .table tr td{
		display:inline-block;
		width:50%;
	}
	
	.contact-us .contact-section .flex-5 .table tbody > tr:nth-child(3) td,
	.contact-us .contact-section .flex-5 .table tbody > tr:nth-child(4) td,
	.contact-us .contact-section .flex-5 .table tbody > tr:nth-child(5) td{
		width:100%;
	}
	
	.contact-us .contact-section .flex-5 h3{
		margin-top:30px;
	}
	
	.contact-us .contact-section .flex-5 .table textarea.form-control{
		height:100px;
	}
	
	.contact-us .contact-section .flex-5 .table .btn-alternate{
		height:36px;
		width:100%;
	}
	
	
	/* ===== Login Page Responsiveness ===== */
	.login > section{
		margin-top:15px;
	}
	
	.login .products{
		min-height:420px;
		padding:0;
	}
	
	.login .user-form h4{
		padding:8px 12px;
	}
	
	
	/* ===== Sign Up Page Responsiveness ===== */
	.sign-up .user-form .row .col-sm-5{
		width:100%;
	}
	
	
	/* ===== Wishlist Page Responsiveness ===== */
	.wishlist section{
		margin-top:20px;
	}
	
	.wishlist .products{
		min-height:100px;
	}
	
	.wishlist .products h4{
		padding:8px 12px;
	}
	
	.wishlist .products .wishlist-section{
		background:none;
		border:none;
	}
	
	.wishlist .products .wishlist-section .table input{
		border:none;
		border-bottom:1px solid var(--light);
		border-top:1px solid var(--light);
		width:47px;
	}
	
	.wishlist .wishlist-section .table .quantity input[type='button']{
		display:inline-block;
		border-radius:0;
	}
	
	
	/* ===== My Account Page Responsiveness ===== */
	.myaccount .products .wishlist-section .table tr > td:nth-child(1),
	.myaccount .products .wishlist-section .table tr > td:nth-child(5),
	.myaccount .products .wishlist-section .table tr > td:nth-child(6){
    	width:inherit;
	}
	
	.myaccount .products .wishlist-section .table tr > td:nth-child(1){
		height:100px;
	}
	
	
	/* ===== Checkout Page Responsiveness ===== */
	.checkout .products .wishlist-section{
		background:#f4f4f4;
		margin-bottom:30px;
	}
	
	.checkout .products .wishlist-section .table tr > td:nth-child(1){
		height: inherit;
	}
	
	.checkout .products .wishlist-section .table-div .table{
		margin-bottom:0;
	}
	
	.checkout .products .wishlist-section .form-div{
		margin-top:20px;
		width:100%;
	}
	
	.checkout .products .wishlist-section .form-div .table tr td{
		position:relative;
	}
	
	.checkout .wishlist-section .form-div .table input{
		border:1px solid var(--lighter);
		font-size:var(--small-size);
		padding:8px 12px;
		height:inherit;
		width:100%;
	}
	
	.checkout .wishlist-section .form-div .table .add-sku{
		position:absolute;
		left:inherit;
		right:15px;
		top:8px;
	}
	
	.checkout .products .wishlist-section .table{
		width:100%;
	}
	
	.checkout .products .wishlist-section .total-div{
		border-radius:2px;
		margin-top:30px;
		width:100%;
	}
	
	.checkout .products .wishlist-section .total-div .flex-box > div{
		padding:7px 10px;
	}
	
	.checkout .products .wishlist-section .payment-div .flex-1{
		font-size:10px;
		padding:0 10px;
	}
	
	.checkout .products .wishlist-section .payment-div img{
		width:100%;
	}
	
	
	/* ===== About Us Page Responsiveness ===== */
	.about-us section{
		margin-top:20px;
	}
	
	.about-us .products{
		min-height:100px;
	}
	
	.about-us .products h4{
		padding:8px 12px;
		letter-spacing:0;
	}
	
	.about-us .products .about-section{
		padding:10px;
	}
	
	.about-us .products .about-section p{
		font-size:var(--small-size);
		margin-bottom:10px;
		font-size:11px;
	}
	
	.about-us .products .about-section .content-section{
		margin-top:30px;
	}
	
	.about-us .products .about-section p.margin-top-40{
		margin-top:20px;
	}
	
	
	/* ===== Delivery Page Responsiveness ===== */
	.delivery .products .about-section .content-section{
		margin-top:20px;
	}
	
	.delivery .products .about-section h3{
		border-left:4px solid var(--primary);
		margin-bottom:12px;
		padding:3px 7px;
		margin-top:25px;
	}
	
	
	/* ===== FAQs Page Responsiveness ===== */
	.faqs .products .about-section .content-section{
		margin-top:0;
	}
	
	.faqs .products .about-section h3{
		margin-bottom:12px;
		margin-top:20px;
	}
	
	.faqs .products .about-section ul{
		margin-bottom:20px;
	}
	
	.faqs .products .about-section ul li{
		font-size:11px;
	}
	
	.faqs .products .about-section p{
		margin-bottom:15px;
	}
	
	
	/* ===== Recent Arrived Page Responsiveness ===== */
	.recent-arrived .products .items .img-div{
		max-width:85px;
	}
	
	.recent-arrived .products .items .details-div{
		margin-top:0;
	}
	
	.recent-arrived .products .items table tr td{
		font-size:var(--small-size);
		padding:3px 0;
	}
	
	.recent-arrived .products .items table .price h6,
	.recent-arrived .products .items table .price span{
		font-size:var(--default-size);
		margin-bottom:2px;
	}
	
	.recent-arrived .products .items .qty-div{
		display:flex;
	}
	
	.recent-arrived .products .items .qty-div input{
		padding:1px 0;
		width:47px;
	}
	
	.recent-arrived .products .items .qty-div .quantity input[type='button']{
		display:inline-block;
	}
	
}

@media screen and (max-width:575px) {
	
	/* Header Section Responsiveness */
	header{
		min-height:170px;
		margin-top:0;
	}
	
	header .carousel img{
		height:170px !important;
	}
	
	header .carousel .carousel-caption h2{
		margin-bottom:12px;
		margin-top:12px;
	}
	
	/* Offers Section Responsiveness */
	.offers ul li{
		max-width:49%;
    	min-width:49%;
	}
	
	.offers .img-div{
		max-width:90px;
		height:100px;
		width:90px;
	}
	
	.offers .details-div p{
		font-size: var(--small-size);
		margin-bottom:10px;
	}
	
	/* ===== Product-list Page Responsiveness ===== */
	.product-list .products > div > .flex-box{
		display:block;
	}
	
	.product-list .products .items{
		margin-bottom:12px;
		width:100%;
	}
	
	.product-list .products .items .img-div{
		max-width:120px;
	}
	
	.product-list .products .items .image-area{
		padding-left:20px;
		height:107px;
	}
	
	.product-list .products .items .qty-div{
		display:flex;
	}
	
	/* ===== Product-Details Page Responsiveness ===== */
	.product-details .products .row .col-sm-6{
		width:40%;
	}
	
	/* ===== Recent Arrived Page Responsiveness ===== */
	.recent-arrived .products .items .img-div{
		max-width:80px;
	}
	
	.recent-arrived .products .items .image-area{
		padding-left:0;
		height:85px;
	}
	
	.recent-arrived .products .items .details-div{
		margin-left:5px;
		margin-top:0;
	}
	
}

@media screen and (max-width:480px) {
	
	/* Top Navbar Section Responsiveness */
	.top-bar{
		padding: 3px 0;
	}
	
	.top-bar .container-fluid{
		padding: 0 15px;
	}
	
	.top-bar select{
		padding: 2px 5px;
	}
	
	.top-bar ul li.social-icons a{
		margin: 0;
		margin-left:7px;
	}
	
	/* Navbar Default Section Responsiveness */
	.navbar-default{
		padding-bottom:0;
	}
	
	.navbar-default .navbar-brand{
		height:48px;
	}

	.navbar-default .navbar-brand span{
		color:var(--secondary);
		font-size:20px;
		margin:0 5px;
	}
	
	.navbar-default .navbar-brand img{
		width:100px;
	}
	
	.navbar-default .navbar-header > .list-inline{
		margin-right:-5px;
		margin-bottom:0;
	}
	
	.navbar-default .navbar-toggle.collapsed {
		margin-right:0;
	}
	
	.navbar-default .navbar-toggle .icon-bar{
		height:2.5px;
	}
	
	.navbar-default .navbar-left {
		margin-top: 16% !important;
	}
	
	.navbar-default .navbar-form {
		margin-top: 0% !important;
		padding-bottom:10px;
	}
	
	.navbar-default .navbar-form .form-group{
		padding: 0;
	}
	
	.navbar-default .navbar-form input{
		text-indent:12px;
		width: 95%;
	}
	
	.navbar-default .navbar-form .btn-primary{
		letter-spacing:0;
		right: 8%;
	}
	
	.navbar-default .navbar-form #close-search{
		right: 2%;
	}
	
	/* Header Section Responsiveness */
	header{
		min-height:110px;
	}
	
	header .carousel img{
		height:110px !important;
	}
	
	header .carousel .carousel-caption{
		padding-top:10px;
	}
	
	header .carousel .carousel-caption h1{
		font-size:var(--title-heading);
		margin-bottom:0;
	}
	
	header .carousel .carousel-caption h2{
		font-size:var(--small-size);
		margin-bottom:8px;
		margin-top:5px;
	}
	
	header .carousel .carousel-caption h4{
		font-size:var(--default-size);
		margin-bottom:10px;
		margin-top:10px;
	}
	
	header .carousel .carousel-caption .btn-secondary{
		font-size:var(--smaller-size);
		border-radius:2px;
		letter-spacing:0;
		padding:4px;
		width:70px;
	}
	
	header .carousel .carousel-indicators{
		display:none;
	}
	
	/* Category Section Responsiveness */
	section > .flex-box > .category{
		top: 85px;
	}
	
	/* Products Section Responsiveness */
	.products .container-fluid{
		padding-left:5px;
	}
	
	.products .owl-carousel .owl-stage-outer{
		height:380px;
	}
	
	.products .owl-carousel .owl-item .img-div{
		height:150px;
		width:130px;
	}
	
	.products .owl-carousel .owl-item table tr td{
		width:50%;
	}
	
	.products .owl-carousel .owl-item h6,
	.products .owl-carousel .owl-item h4,
	.products .owl-carousel .owl-item h4 span{
		font-size: var(--large-size);
	}
	
	.products .owl-carousel .owl-item .price h5,
	.products .owl-carousel .owl-item .price span{
		font-size:var(--large-size);
	}
	
	.products .owl-carousel .owl-item .price{
		padding:10px 0;
	}
	
	.products .owl-carousel .owl-item .qty{
    	font-size:var(--default-size);
		top:8px;
    }
	
	.products .owl-carousel .owl-item input{
		height:28px;
   	}
	
	.products .owl-carousel .owl-item .btn{
		font-size:var(--default-size);
		padding:6px 0;
	}
	
	/* Offers Section Responsiveness */
	section > .flex-box > .offers{
		margin-top:20px;
	}
	
	.offers ul{
		padding:5px 3px;
		display:block;
    }
	
	.offers ul li{
		max-width:100%;
	}
	
	.offers .details-div{
		padding-right:5px;
		margin-left:12px;
		flex:1;
	}
	
	.offers .details-div h5{
		font-size:var(--large-size);
		margin:5px 0;
	}
	
	.offers .details-div p{
		font-size:var(--default-size);
	}
	
	.offers .details-div span{
		font-size:var(--largest-size);
	}
	
	.offers .details-div .btn-div .btn-alternate{
		text-align:center;
		padding-top:4px;
		height:25px;
		width:80px;
	}
	
	/* Clients Logos Section Responsiveness */
	.clients-logos .owl-carousel .owl-nav{
		display:none;
	}
	
	
	/* ===== Thumbnails Page Responsiveness ===== */
	.thumbnails .products .flex-box .items{
		width:31%;
		margin-bottom:10px;
		padding-bottom:0;
	}
	
	.thumbnails .products .flex-box .items .img-div{
		height:55px;
		width:50px;
	}
	
	.thumbnails .products .flex-box .items h5{
		font-size:var(--small-size);
	}
	
	
	/* ===== Product-list Page Responsiveness ===== */
	.product-list .products .items{
		min-height:170px;
	}
	
	.product-list .products .items .img-div{
		max-width:105px;
	}
	
	.product-list .products .items .image-area{
		padding-left:0;
		margin:0 auto;
		width:80px;
		height:95px;
	}
	
	.product-list .products .items .details-div{
		margin-left:0;
		margin-top:0;
	}
	
	.product-list .products .items .qty-div{
		margin-left:-5px;
	}
	
	.product-list .products .items .qty-div .quantity input[type='button']{
		width:16px !important;
	}
	
	.product-list .products .items .qty-div input{
		width:45px;
		padding:0;
	}
	
	.product-list .products .items .details-div .margin-top-10{
		margin-top:0;
	}
	
	.product-list .products .items .btn-primary,
	.product-list .products .items .btn-default,
	.product-list .products .items .btn-alternate{
		padding:5px 1px;
	}
	
	
	/* ===== Product-deals Page Responsiveness ===== */
	.product-deals .products .items .qty-div{
		margin-top:20px;
	}
	
	.product-list .products .items .price{
		margin-top:0;
	}
	
	
	/* ===== Product-Details Page Responsiveness ===== */
	.product-details .products{
		margin-bottom:20px;
	}
	
	.product-details .products .flex-box .flex-1{
		min-width:55px;
		max-width:55px;
	}
	
	.product-details .products .img-slides{
		padding-right:5px;
		min-width:55px;
	}
	
	.product-details .products .img-slides > div{
		margin:0;
		margin-bottom:5px;
		height:45px;
		width:45px;
	}
	
	.product-details .products .main-img{
		height:150px;
	}
	
	.product-details .products .img-details{
		padding:8px 0;
	}
	
	.product-details .products .row .col-sm-6{
		float:left;
		width:50%;
	}
	
	
	/* ===== Downloads Page Responsiveness ===== */
	.downloads > section{
		margin-top:20px;
	}
	
	.downloads .products .search-product{
		padding:10px;
	}
	
	.downloads .products .search-product h2{
		margin-bottom:5px;
	}
	
	.downloads .products .search-product .form-group{
		padding:4px 12px;
	}
	
	.downloads .products .search-product input{
		font-size:var(--small-size);
	}
	
	.downloads .products .search-product .btn-secondary{
		font-size:var(--small-size);
		padding:7px 10px;
		width:100px;
	}
	
	.downloads .products .download-products .table tr th{
		padding:5px 10px;
	}
	
	.downloads .products .download-products .table tr td{
		padding:8px 10px;
	}
	
	
	/* ===== Search Product Page Responsiveness ===== */
	.search-product .products .download-products .table .btn-alternate{
		width:120px;
	}
	
	.search-product .products .download-products .table .btn-alternate span{
		display:none;
	}
	
	
	.search-product .products{
		min-height:300px;
	}
	
	
	/* ===== Contact Us Page Responsiveness ===== */
	.contact-us .products .contact-section{
		margin-bottom:0;
	}
	
	.contact-us .contact-section .table tr td{
		padding:8px 0;
	}
	
	.contact-us .contact-section .flex-box span{
		margin-right:10px;
		height:36px;
    	width:38px;
	}
	
	.contact-us .contact-section .flex-5 .table tr td{
		padding:8px 5px;
	}
	
	
	/* ===== Login Page Responsiveness ===== */
	.login .user-form h3{
		margin-top:10px;
	}
	
	.login .user-form .form-section{
		width:100%;
	}
	
	.user-form .form-group input{
		width:85%;
	}
	
	.user-form .form-section .btn-alternate{
		padding:5px;
		width:130px;
	}
	
	.login .user-form .second-fluid{
		padding:5px 12px;
	}
	
	.login .user-form .flex-box{
		flex-wrap:wrap;
	}
	
	.login .user-form .flex-box .flex-3, .login .user-form .flex-box .flex-4{
		padding-top:4px;
	}
	
	.login .user-form .flex-box .flex-4{
		min-width:100%;
		order:3;
	}
	
	.login .user-form .second-fluid .flex-1 .btn-primary{
		padding:3px;
		padding-bottom:5px;
		position:relative;
		width:90px;
		top:10px;
	}
	
	
	/* ===== Sign Up Page Responsiveness ===== */
	.sign-up .user-form form > h5{
		padding:8px 15px;
		margin-top:0;
	}
	
	.sign-up .user-form .form-section{
		margin-top:0;
	}
	
	
	/* ===== Wishlist Page Responsiveness ===== */
	.wishlist .products .wishlist-section{
		padding-bottom:0;
		overflow-x:auto;
    	max-width:400px;
		min-width:100%;
	}
	
	.wishlist .products .wishlist-section::-webkit-scrollbar-thumb{
		background-color:#ccc;
		border-radius:10px;
	}
	
	.wishlist .products .wishlist-section::-webkit-scrollbar-thumb:hover{
		background-color:#a9a9a9;
	}
	
	.wishlist .products .wishlist-section::-webkit-scrollbar-track{
		background-color:#f1f1f1;
	}
	
	.wishlist .products .wishlist-section::-webkit-scrollbar{
		height:7px;
	}
	
	/* ------ IE ------ */
	.wishlist .products .wishlist-section{
		
	}
	
	.wishlist .products .wishlist-section .table{
		margin-bottom:0;
		width:425px;
	}
	
	.wishlist .products .wishlist-section .table tr th,
	.wishlist .products .wishlist-section .table tr td{
		font-size:var(--smaller-size);
		padding:4px 5px;
	}

	.wishlist .products .wishlist-section .table tr > td:nth-child(1){
		width:60px;
	}
	
	.wishlist .products .wishlist-section .table tr > td:nth-child(5){
		width:60px;
	}
	
	.wishlist .products .wishlist-section .table tr > td:nth-child(6){
		width:50px;
	}
	
	.wishlist .products .wishlist-section .table h5{
		font-size: var(--small-size);
		margin-bottom:5px;
	}
	
	.wishlist .products .wishlist-section .table p{
		font-size:var(--smaller-size);
		margin:0;
	}
	
	.wishlist .products .wishlist-section .table input{
		font-size: var(--small-size);
		padding:0;
		width:35px;
	}
	
	.wishlist .products .wishlist-section .table a{
		font-size: var(--smaller-size);
		border-radius:2px;
		padding:2px 3px;
	}
	
	.wishlist .products .wishlist-section .table .btn-primary{
		margin-bottom:0;
		padding:2px 0;
		width:18px;
	}
	
	.wishlist .products .wishlist-section .table .btn-default{
		margin-left:0;
		width:18px;
	}
	
	.wishlist .products .wishlist-section .table .btn-primary i{
		display:inline-block;
	}
	
	.wishlist .products .wishlist-section .table .btn-primary span{
		display:none;
	}
	
	
	/* ===== My Account Page Responsiveness ===== */
	.myaccount .products .wishlist-section .table tr > td:nth-child(1),
	.myaccount .products .wishlist-section .table tr > td:nth-child(5),
	.myaccount .products .wishlist-section .table tr > td:nth-child(6){
    	width:inherit;
	}
	
	.myaccount .products .wishlist-section .table tr > td:nth-child(1){
		height:80px;
	}
	
	.myaccount .products .wishlist-section .table .btn-primary{
		width:45px;
	}
	
	
	/* ===== Checkout Page Responsiveness ===== */
	.checkout .products .wishlist-section{
		overflow-x:inherit;
		max-width:inherit;
		min-width:inherit;
	}
	
	.checkout .products .wishlist-section .table-div{
		margin-bottom:20px;
		overflow-x:auto;
		max-width:325px;
		min-width:325px;
	}
	
	.checkout .products .wishlist-section .table-div::-webkit-scrollbar-thumb{
		background-color:#ccc;
		border-radius:10px;
	}
	
	.checkout .products .wishlist-section .table-div::-webkit-scrollbar-thumb:hover{
		background-color:#a9a9a9;
	}
	
	.checkout .products .wishlist-section .table-div::-webkit-scrollbar-track{
		background-color:#f1f1f1;
	}
	
	.checkout .products .wishlist-section .table-div::-webkit-scrollbar{
		height:7px;
	}
	
	/* ------ IE ------ */
	.checkout .products .wishlist-section .table-div{
		
	}
	
	.checkout .products .wishlist-section .table-div .table tr > td{
		padding:12px 3px;
		font-weight:400;
	}
	
	.checkout .products .wishlist-section .table-div .table tr > td:nth-child(5){
		min-width:45px;
	}
	
	.checkout .products .wishlist-section .table .btn-default{
		border-radius:2px;
		width:100%;
		margin:0;
	}
	
	
	
	.checkout .wishlist-section .form-div .table input{
		border:1px solid var(--lighter);
		font-size:var(--small-size);
		padding:8px 12px;
		height:inherit;
		width:100%;
	}
	
	.checkout .wishlist-section .form-div .table .add-sku{
		position:absolute;
		left:inherit;
		right:15px;
		top:10px;
	}
	
	.checkout .products .wishlist-section .table{
		width:100%;
	}
	
	.checkout .products .wishlist-section .total-div{
		border-radius:2px;
		margin-top:30px;
		width:100%;
	}
	
	.checkout .products .wishlist-section .total-div .flex-box > div{
		padding:7px 10px;
	}
	
	.checkout .products .wishlist-section .payment-div{
		padding:12px 0;
		margin-top:20px;
	}
	
	.checkout .products .wishlist-section .payment-div h5{
		font-size:9px;
	}
	
	.checkout .products .wishlist-section .payment-div .flex-1{
		font-size:7px;
		padding:0 2px;
	}
	
	.checkout .products .wishlist-section .payment-div img{
		width:100%;
	}
	
	.checkout .products .wishlist-section .payment-div .col-sm-5 .flex-box{
		margin-bottom:10px;
		margin-top:20px;
	}
	
	
	/* ===== About Us Page Responsiveness ===== */
	.about-us .products .about-section p{
		font-size:var(--smaller-size);
	}
	
	.about-us .products .about-section .content-section{
		margin-top:20px;
	}
	
	.about-us .products .about-section h3{
		border-left:3px solid var(--primary);
		font-size:var(--default-size);
		padding:2px 7px;
	}
	
	
	/* ===== Delivery Page Responsiveness ===== */
	.delivery .products .about-section h3{
		margin-bottom:10px;
		margin-top:20px;
	}
	
	
	/* ===== FAQs Page Responsiveness ===== */
	.faqs .products .about-section .content-section{
		margin-top:0;
	}
	
	.faqs .products .about-section h3{
		margin-top:12px;
	}
	
	.faqs .products .about-section ul{
		margin-bottom:15px;
	}
	
	.faqs .products .about-section ul li{
		font-size:var(--smaller-size);
	}
	
	.faqs .products .about-section p{
		margin-bottom:12px;
	}
	
	
	/* ===== Recent Arrived Page Responsiveness ===== */
	.recent-arrived .products .items .img-div{
		max-width:60px;
	}
	
	.recent-arrived .products .items .image-area{
		height:70px;
		width:60px;
	}
	
	.recent-arrived .products .items .details-div{
		margin-left:10px;
	}
	
	.recent-arrived .products .items .qty-div{
		position:absolute;
		left:5px;
	}
	
	.recent-arrived .products .items .qty-div .quantity input[type='button']{
		display:none;
	}
	
	.recent-arrived .products .items .btn-primary,
	.recent-arrived .products .items .btn-default{
		width:65px;
	}
	
	.recent-arrived .products .items .btn-alternate{
		width:70px;
	}

}
