/*
 * Bootstrap v3.3.4
 * ALL Right Reserved By Nexthon.com
 * For More Info Visit nexthon.com
 * Designed By: Rizwan Akram
*/
@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,800,800italic,900,900italic);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(bootstrap-select.min.css);
@import url(font-awesome.min.css);
@import url(bootstrap.min.css);
@import url(theme.css);

* {
    outline: 0 !important;
}

html, body {
    height: 100%;
}

body {
    font-family: 'Alegreya Sans', sans-serif;
    /*font-family: 'Roboto', sans-serif;*/
    /*font-family: 'Lato', sans-serif;*/
    /*font-family: 'Droid Serif', serif;*/
    /*font-family: 'Open Sans', sans-serif;*/
    /*font-family: "Quattrocento Sans", sans-serif;*/
    font-size: 14px;
    background-color: #EBECF2;
}

body.home {
    background-color: #FFF;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #EBECF2;
}

ol, ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

textarea {
    resize: none;
}

h1, h2, h3, h4, h5, h6,
strong, .strong {
    font-weight: 600;
}

a {
    cursor: pointer;
}

a, h1, h2, h3, h4, h5, h6,
.transition, .form-control, .badge, .btn {
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.white-bg-color {
    background-color: white;
}
.grey-bg-color {
    background-color: #F4F5F6;
    border: 1px solid #EEEFF0;
}
.dark-grey-bg-color {
    background-color: #222;
}
.primary-text-color {
    color: #333;
}
.secondary-text-color {
    color: #666;
}
.link-color, a {
    color: #0075DB;
    font-weight: 400;
}
.link-color:hover, a:hover, a:focus, a:active {
    color: #004C8F;
    text-decoration: none;
}
.white-text,
.white-text:hover,
.white-text:focus,
.white-text:active {
    color: #FFF;
    text-decoration: none;
}
.white-grd {
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.shadow-1 {
	box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.1);
}
.borderStyle {
    padding: 5px;
    background-color: #F8F8F8;
    border-radius: 2px;
    box-shadow: 0 2px 0px #DBDBDB;
    -webkit-box-shadow: 0 2px 0px #DBDBDB;
    -moz-box-shadow: 0 2px 0px #DBDBDB;
}

/*FRONT SLIDER*/
.frontSlider {
    background: url(../images/bg.jpg) no-repeat;
    width: 100%;
    height: 100vh;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.frontSlider .item {
    height: 100vh;
}

.frontSlider .carousel-caption span {
    margin-right: 20px;
}

.frontSlider .carousel-indicators .active {
    background-color: #DF4104;
}

.frontSlider .carousel-indicators li {
    border: 0;
    background-color: rgba(0, 0, 0, 0.25);
}

/*CONTACT US*/
.contactus h2 {
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 5px;
}

.contactus p {
	margin-bottom: 19px;
}

.contactus .form-control-feedback {
	top: 5px;
	left: 5px;
	right: none;
}

.contactus .has-feedback .form-control {
	padding-left: 45px;
}

.contactus .form-control.input-lg {
	height: 45px;
	font-size: 15px;
	font-weight: 300;
}

.contactus textarea {
	padding: 12px 15px;
}

/*CART*/
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
    vertical-align: middle;
}

.cart .table .themeCard {
    padding: 0;
}

.cart .table thead th {
    padding: 20px 10px !important;
    font-size: 16px;
}

.cart .table tr>th,
.cart .table .form-control {
    text-align: center;
}

.cart .table tr>td {
    padding: 15px !important;
}

.cart .media ul li a {
    font-size: 12px;
    color: #A3A3A3;
    display: block;
}

.cart .table i.fa-times {
    width: 30px;
    height: 30px;
    line-height: 26px;
    border-radius: 50%;
    background-color: #FFF;
    border: 2px solid #DDD;
    color: #DDD;
}

.cart .table i.fa-times:hover {
    background-color: #F11F1F;
    border: 2px solid #F11F1F;
    color: #FFF;
    cursor: pointer;
}

.cart .totalAmount ul {
    text-align: center;
}

.cart .totalAmount ul li {
    font-size: 18px;
    display: inline-block;
    padding: 0 20px 10px;
}

.cart .totalAmount ul li:last-child {
    padding-bottom: 0;
}

.cart .totalAmount ul li span {
    font-weight: 600;
}

.cart .totalAmount ul li span.total {
    font-size: 24px;
    color: #F90;
}

/*NOTICE*/
.notice {
    font-size: 20px;
    text-align: center;
    padding: 50px 0;
}

.notice img {
    margin: 0 auto 25px;
}

.notice h1 {
    font-size: 3em;
    color: rgba(0,0,0,0.5);
    line-height: 1.1em;
    font-weight: 300;
}

.notice h2 {
    font-size: 1.3em;
    font-weight: 300;
}

.notice h4 {
    margin-top: 2em;
    font-weight: 300;
}

/*LINE-CLAMP*/
.onelinepara {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.line-clamp {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line-clamp:after {
    content: ' ';
    text-align: right;
    bottom: 0;
    right: 0;
    width: 25%;
    display: block;
    position: absolute;
    height: calc(1em * 1.2);
}

@supports (-webkit-line-clamp: 1) {
    .line-clamp:after {
        display: none !important;
    }
}

.line-clamp-1 {
    -webkit-line-clamp: 1;
    height: calc(1em * 1.4 * 1);
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
    height: calc(1em * 1.4 * 2);
}

.line-clamp-3 {
    -webkit-line-clamp: 3;
    height: calc(1em * 1.4 * 3);
}

.line-clamp-4 {
    -webkit-line-clamp: 4;
    height: calc(1em * 1.4 * 4);
}

.line-clamp-5 {
    -webkit-line-clamp: 5;
    height: calc(1em * 1.4 * 5);
}

/*HEADER*/
.homeheader .navbar {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 20px 0;
    margin: 0;
    background-color: transparent;
}

.header .navbar {
    border-radius: 0;
    border: 0;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 25px;
    background-color: #FFF;
    border-bottom: 1px solid #E7E8EC;
}

.homeheader .navbar-brand,
.header .navbar-brand {
    padding: 0;
    margin: 0 !important;
}

.header .navbar-brand>img {
    height: 50px;
}

.homeheader .navbar-brand>img {
    height: 100px;
    position: relative;
}

.header .navbar-default .navbar-nav>li>a {
    color: #333;
    font-size: 14px;
    padding: 8px 15px;
    position: relative;
    top: 5px;
    margin-bottom: 5px;
}

.homeheader .navbar-default .navbar-nav > li > a {
    color: #FFF;
    letter-spacing: .3px;
}

.homeheader .navbar-default .navbar-nav>li>a:focus,
.homeheader .navbar-default .navbar-nav>li>a:hover {
    color: #FFF;
}

.homeheader .navbar-default .navbar-nav > li > a:active,
.homeheader .navbar-default .navbar-nav > li > a.active {
    background-color: transparent;
}

.homeheader .navbar-nav,
.homeheader .nav>li,
.header .navbar-nav,
.header .nav>li {
    float: right !important;
}

.homeheader .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.homeheader .header-profile-img {
    width: 20px;
    height: 20px;
    background-color: #FFF;
}

/*FOOTER*/
#wrap {
    min-height: 100%;
    height: auto;
}

footer a {
    color: #DDD;
    font-weight: bold;
}

footer a:hover,
footer a:focus,
footer a:active {
    color: #FFF;
}

.footer {
    background-color: #2E3436;
    padding: 35px 0;
    margin-top: 5em;
}

.footer .footer-desc p {
	color: #DDD;
	margin: 15px 0 8px;
}

.footer .social {
    margin: 0 auto;
    display: table;
}

.footer .social li {
    float: left;
}

.footer .social li a {
	display: block;
    font-size: 1em;
    color: #DDD;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    background-color: #222728;
    border-radius: 2px;
    margin: 15px 4px
}

.footer .social li a:hover {
    background-color: #3A4144;
}
.footer .input-group {
    margin: 15px 0;
}

.footer .form-control {
    border-radius: 2px 0 0 2px;
    background-color: #585C5D;
    border-color: #585C5D;
    color: #DDD;
    font-size: 15px;
}

.footer .form-control:hover,
.footer .form-control:focus {
    border: 1px solid #222728;
    background-color: #222728;
}

.footer .input-group-addon {
    border-radius: 0 2px 2px 0;
    border: 0;
    font-size: 15px;
    cursor: pointer;
}

.footer-bottom {
    background-color: #222728;
    padding: 15px 0;
    color: #DDD;
    font-size: 13px;
}

.footer-bottom ul li {
    display: inline-block;
}

.footer-bottom ul li a {
    display: block;
    padding-left: 8px;
}

.footer-bottom ul li a:after {
    content: "-";
    padding-left: 8px;
}

.footer-bottom ul li:last-child a:after {
    content: "";
}

/*PAGINATION*/
.pagination-sm .pagination {
    margin: 0;
}

.pagination-sm .pagination>li>a,
.pagination-sm .pagination>li>span {
    padding: 0;
    min-width: 30px;
    min-height: 30px;
    line-height: 28px;
    font-size: 14px;
    height: 27px;
    margin-left: 2px;
    color: #333;
    text-align: center;
    border-color: #FFF;
    border-radius: 50px !important;
}

.pagination-sm .pagination>li>a:hover,
.pagination-sm .pagination>li>span:hover {
    color: #FFF;
    border-color: #A3A3A3;
    background-color: #A3A3A3;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    border: 0;
    z-index: 0;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

/*SOCIAL*/
.fb {
    background-color: #3b5998;
}
.tw {
    background-color: #55acee;
}
.gp {
    background-color: #de5543;
}
.li {
    background-color: #56719B;
}
.pi {
    background-color: #cc2127;
}
.yt {
    background-color: #EE3138;
}
.vk {
    background-color: #56719B;
}
.ig {
    background-color: #d15a5a;
}
.tumb {
    background-color: #3D5470;
}
.rdt {
    background-color: #FA4C00;
}
.digg {
    background-color: #000;
}

/*SOCIAL ROUND*/
.social-round a {
    text-align: center;
    width: 38px;
    height: 38px;
    margin: 5px 5px 0 0;
    border-radius: 50px;
    color: #FFF;
    font-size: 15px;
    line-height: 21px;
    display: inline-block;
}

.social-round h4 {
    font-size: 18px;
    margin-top: 0;
}

.social-round .pad {
    padding: 9px 8px;
    cursor: pointer;
}

.social-round a:hover {
    opacity: .8;
}

/*BOX HEADING*/
.box-heading {
    position: relative;
}

.box-heading>h1 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 1em 0;
}

.box-heading>h1>span {
    font-weight: bold;
    text-transform: uppercase;
}

/*SIDEBAR NAV*/
.sidebar-nav li a {
    display: block;
    color: #333;
    font-size: 14px;
    border: 1px solid #FFF;
    margin-bottom: 2px;
    border-radius: 50px;
    padding: 7px 15px;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:focus,
.sidebar-nav .nav .open>a,
.sidebar-nav .nav .open>a:focus,
.sidebar-nav .nav .open>a:hover {
    color: #666;
    background-color: #F8F8F8;
}

.sidebar-nav .dropdown-menu {
    position: relative;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.sidebar-nav i {
    float: right;
    position: relative;
    top: 2px;
}

/*SIDEBAR UL STYLE*/
.sidebarUL {
    margin-bottom: 15px;
}

.sidebarUL li {
    padding: 15px;
    background-color: #FFF;
    margin-bottom: 1px;
}

.sidebarUL .heading {
    font-size: 15px;
    font-weight: bold;
    border-bottom: 0 !important;
    margin-right: 5px;
}

.sidebarUL .heading i {
    margin-right: 5px;
}

.sidebarUL .des {
    font-size: 16px;
    color: #333;
}

.sidebarUL p {
    margin: 2px 0 0;
}

/*SHOW PAGE*/
.callus h2 {
	margin: 0 0 10px;
}

.callus .btn {
    float: right;
    margin-top: 8px;
    width: 150px;
    display: block;
}

.product-detail-content .dealsmenu {
    margin-bottom: 15px;
}

.product-detail-content .dealsmenu ul li {
    padding: 5px 0;
    display: inline-block;
    margin-right: 15px;
}

.product-detail-content .dealsmenu ul li:last-child {
    margin-right: 0;
}

.product-detail-content .dealsmenu ul li a {
    color: #333;
}

.product-detail-content .dealsmenu ul li i {
    font-size: 10px;
    margin-right: 8px;
    color: #666;
}

.product-detail-content .product-desc {
    font-size: 18px;
    margin-bottom: 28px;
    font-weight: 300;
}

.product-detail-content h4 {
	display: inline-block;
    color: #333;
    margin: 0;
}

.product-detail-content .sizes ul {
    display: inline-block;
    margin-left: 8px;
}

.product-detail-content .sizes ul li {
    position: relative;
    display: inline-block;
}

.product-detail-content .sizes ul li .size {
	display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product-detail-content .sizes ul li .tooltip-size {
    position: absolute;
    min-width: 110px;
    background-color: #000000;
    padding: 8px 10px;
    font-size: 16px;
    text-align: center;
    border-radius: 2px;
    opacity: 0;
    visibility: hidden;
    color: #FFFFFF;
    top: -20px;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product-detail-content .sizes ul li .tooltip-size:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #000000;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -16px;
}

.product-detail-content .sizes ul li .tooltip-size span {
    color: #FFFFFF;
    font-weight: bold;
}

.product-detail-content .sizes ul li .size:hover ~ .tooltip-size {
    opacity: 1;
    visibility: visible;
    top: -10px;
}

.quantity-wrap {
	float: right;
}

.quantity {
    display: inline-block;
    margin-left: 20px;
}

.quantity .qty {
    width: 50px;
    padding: 0 8px;
    border: 0;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.quantity i {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.product-detail-content .sizes ul li .size,
.quantity i {
	width: 30px;
	height: 30px;
	font-weight: 700;
	font-size: 13px;
	color: #333;
	border: 2px solid #EBECF2;
	text-align: center;
	line-height: 27px;
}

.product-detail-content .sizes ul li .size:hover,
.quantity i:hover {
    border-color: #000;
    color: #000;
}

/*SLIDES*/
.slide-carousel .carousel-indicators {
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 15;
    text-align: center;
    padding: 10px;
    margin: 0;
}

.slide-carousel .carousel-indicators li {
    border-radius: 0;
    width: 20px;
    height: 6px;
}

.slide-carousel .carousel-indicators .active {
    margin: 1px;
}

.slide-content {
    position: absolute;
    top: 0;
    left: 20%;
    display: block;
    float: left;
    width: 80%;
    max-height: 76%;
    padding: 1.5% 2% 2% 2%;
    overflow-y: auto;
}

.slide-content h4 {
    margin-bottom: 3px;
    margin-top: 0;
}

.slide-footer {
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 78%;
    height: 20%;
    margin: 1%;
}

/* Scrollbars */
.slide-content::-webkit-scrollbar {
  width: 5px;
}
 
.slide-content::-webkit-scrollbar-thumb:vertical {
  margin: 5px;
  background-color: #999;
  -webkit-border-radius: 5px;
}
 
.slide-content::-webkit-scrollbar-button:start:decrement,
.slide-content::-webkit-scrollbar-button:end:increment {
  height: 5px;
  display: block;
}

/*CATEGORY*/
.sortby-n-control .navbar-form {
    margin: 0;
    padding: 0;
    float: right;
}

.sortby-n-control .navbar-form .form-control {
    border-right: 0;
}

.sortby-n-control .input-group-btn .btn {
    height: 38px;
}

.sortby-n-control .input-group-btn:last-child>.btn, 
.sortby-n-control .input-group-btn:last-child>.btn-group {
    margin: 0;
}

.sortby-n-control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 115px;
}

.sortby-n-control .btn-select .btn,
.sortby-n-control .btn-control {
    padding: 0 12px;
    font-size: 12px;
    line-height: 38px;
    border: 1px solid #EBECF2;
    border-radius: 2px !important;
    height: 38px;
    min-width: 38px;
    display: block;
}

.sortby-n-control .btn-control {
    font-size: 14px;
    margin-left: 3px !important;
    color: #333;
}

.sortby-n-control .btn-select .btn:hover,
.sortby-n-control .btn-control:hover {
    color: #333;
    border: 1px solid #333;
}

.sortby-n-control .btn-select .btn:hover {
    border: 1px solid #333;
}

.sortby-n-control .btn-select .dropdown-menu>li>a {
    padding: 5px 15px;
}

/*PRODUCTS*/
._product,
.catPrdList,
.catPrdsmThumbs {
    position: relative;
}

._product .prd {
    text-align: center;
}

._product .prdHeading {
    position: absolute;
    left: 0;
    bottom: 5px;
    padding: 6px 8px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #333;
    font-size: 13px;
    border-radius: 0 2px 2px 0;
    margin: 0;
}

._product .product-sm {
    padding: 0 9px;
}

._product .product-sm .prd {
    padding: 3px 5px;
}

._product .product-sm .image {
    padding-bottom: 62%;
    overflow: hidden;
}

._product .product-sm .image img {
	position: absolute;
}

/*LIST*/
.catPrdList .product-sm .image {
    width: 212px;
    height: 133px;
    overflow: hidden;
}

.catPrdList h4 a {
    font-weight: 600;
    line-height: 1.2;
    display: block;
}

.catPrdList .review {
    position: absolute;
    bottom: 0;
    color: #A3A3A3;
    border: 1px solid #F5F5F5;
    height: 30px;
    line-height: 28px;
    border-radius: 2px;
}

.catPrdList .review span {
    font-size: 12px;
    padding: 0 12px;
}

.catPrdList .review strong {
    padding-left: 5px;
}

.catPrdList .review i {
    padding-right: 3px;
}

.catPrdList .offer,
.catPrdsmThumbs .prdThumb .offer {
    position: absolute;
    background: url(../images/offer.png) no-repeat 0 0;
    color: #FFF;
    padding: 0 4px;
    right: 5px;
    top: 5px;
    width: 50px;
    height: 54px;
    font: 700 23px/44px Arial;
}

.catPrdList .product-sm>li {
    border-bottom: 1px solid #EBECF2;
}

.catPrdList .product-sm>li:first-child {
    padding: 0 0 20px;
}

.catPrdList .product-sm>li:not(:first-child) {
    padding: 20px 0;
}

.catPrdList li .media,
.catPrdList li .media-body {
    overflow: visible;
    position: relative;
}

.catPrdList li .media-right {
    min-width: 120px;
    text-align: center;
    position: relative;
}

.catPrdList li .media-right h1 {
    margin: 0 0 10px;
    font-size: 1.3em;
}

.catPrdList li .media-right h6 {
    margin: 5px 0 0;
}

.catPrdList li .media-right .text-muted {
    color: #444;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

/*SM THUMBS*/
.catPrdsmThumbs {
    display: none;
    padding: 0 10px;
}

.catPrdsmThumbs .pad {
    padding: 0 5px; 
}

.catPrdsmThumbs .prdThumb,
.catPrdsmThumbs .prdThumb .detail {
    position: relative;
}

.catPrdsmThumbs .prdThumb {
    margin-bottom: 50px;
}

.catPrdsmThumbs .prdThumb .btn-cart,
.catPrdsmThumbs .prdThumb .btn-wishlist {
    width: 80px;
    margin: 0 2px;
    height: 30px;
    font-size: 14px;
}

.catPrdsmThumbs .prdThumb .btn-wishlist {
    box-shadow: 0 0px 1px #A3A3A3;
    -webkit-box-shadow: 0 0px 1px #A3A3A3;
    -moz-box-shadow: 0 0px 1px #A3A3A3;
}

.catPrdsmThumbs .prdThumb .image {
    padding-bottom: 64%;
}

.catPrdsmThumbs .prdThumb .image img {
    width: 100%;
    position: absolute;
}

.catPrdsmThumbs .prdThumb .detail {
    border: 1px solid #FFF;
    overflow: hidden;
    padding-bottom: 10px;
    box-shadow: 0 5px 0px #F8F8F8;
    -webkit-box-shadow: 0 5px 0px #F8F8F8;
    -moz-box-shadow: 0 5px 0px #F8F8F8;
}

.catPrdsmThumbs .prdThumb .detail ul {
    margin-bottom: 10px;
}

.catPrdsmThumbs .prdThumb .detail h4 {
    margin: 5px 0;
}

.catPrdsmThumbs .prdThumb .detail h4 a {
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.catPrdsmThumbs .prdThumb .detail .rating {
    position: relative;
    float: right;
    right: 5px;
}

.catPrdsmThumbs .prdThumb .detail .price {
    position: relative;
    float: left;
    font-size: 15px;
    font-weight: bold;
}

.catPrdsmThumbs .prdThumb .detail .carts {
    background-color: #FFF;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 25px;
    text-align: center;
    opacity: 0;
    padding: 15px 0;
}

.catPrdsmThumbs .prdThumb .detail:hover .carts {
    opacity: 1;
}

/*LIST & THUMBS*/
.catPrdList .product-sm .btn-cart,
.catPrdList .product-sm .btn-wishlist,
.catPrdsmThumbs .product-sm .btn-cart,
.catPrdsmThumbs .product-sm .btn-wishlist {
    width: 115px;
    height: 32px;
    line-height: 34px;
    padding: 0;
    text-align: center;
    display: inline-block;
}

.catPrdList .media-body ul>li,
.catPrdList .media-body ul>li>a,
.catPrdsmThumbs .prdThumb .detail li,
.catPrdsmThumbs .prdThumb .detail ul li a {
    color: #A3A3A3;
}

.catPrdList .media-body ul>li>a,
.catPrdsmThumbs .prdThumb .detail ul li a {
    line-height: 1.6;
    font-size: 14px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

._product .prdHeading small,
.catPrdList h4 small,
.catPrdsmThumbs .prdThumb .detail h4 small,
.product-detail-content h1 a small {
    font-family: monospace;
    font-style: italic;
    color: #666;
}

.catPrdList .media-body ul>li,
.catPrdsmThumbs .prdThumb .detail li {
    list-style-type: disc;
    margin-left: 25px;
}

/*THEME MODAL*/
.modal-open .modal,
.modal-backdrop {
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.themeModal .modal-header {
    width: 100%;
    line-height: 25px;
    border: 0;
}

.themeModal .modal-dialog {
    margin: 30px auto;
}

.themeModal .logo {
    padding: 15px 0 5px;
}

.themeModal .modal-sm {
    width: 400px;
}

.themeModal .modal-sm .modal-header img {
    width: 150px;
    margin: 15px auto;
}

.themeModal .modal-content {
    background-color: #FFF;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    border: 0;
}

.themeModal.signin-signup-modal h3 {
	font-weight: 900;
	margin-bottom: 0;
}

.themeModal.signin-signup-modal .modal-content {
    background: url(../images/modal-bg.jpg) center;
    background-size: 100% 100%;
}

.themeModal.signin-signup-modal .modal-body {
    padding: 30px 25px;
}

.themeModal.signin-signup-modal .modal-footer {
    font-size: 13px;
    padding: 10px;
    border: 0;
    background-color: #82A723;
    color: #FFF;
}

.themeModal.signin-signup-modal .modal-footer .detail p,
.themeModal.signin-signup-modal .modal-footer .detail a {
    line-height: 16px;
    font-weight: 500;
    color: #FFF;
    margin: 0;
}

.themeModal.signin-signup-modal h4 {
    font-size: 22px;
    font-weight: 600;
    color: #FFF;
}

.themeModal .modal-body .btn-block {
    height: 60px;
    color: #FFF;
    border: 0;
    text-transform: uppercase;
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.3) !important;
}

.themeModal .form-control,
.themeModal .form-control:hover,
.themeModal .form-control:focus,
.themeModal .form-control:active {
    border: 0;
}

.themeModal .has-feedback .form-control {
    padding-left: 50px;
    border-radius: 50px;
}

.themeModal .form-control-feedback {
    top: 1px;
    left: 0;
    padding-left: 20px;
    color: #C5C5C5;
}

.themeModal .captchaInput {
    position: relative;
}

.themeModal .captcha {
    max-height: 100px !important;
    max-width: auto !important;
    width: auto !important;
    height: auto !important;
    width: 60px;
    height: 25px;
    top: 10px;
    right: 5px;
    position: absolute;
    background-color: #FFF;
}

.themeModal .btn-light-grey {
    width: 100%;
    height: 45px;
    margin-bottom: 15px;
    padding: 12px;
    font-size: 13px;
    text-align: left;
}

.themeModal .label-white {
    margin-right: 8px;
}

.themeModal .col-md-4.col-xs-6 {
    padding: 0 8px;
}

.themeModal h5 {
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    color: #333;
    line-height: 20px;
}

.themeModal .btn-lg {
    width: 150px;
    padding: 12px;
}

.form-control::-webkit-input-placeholder {
   color: #C5C5C5;
}

.form-control:-moz-placeholder {
   color: #C5C5C5;  
}

.form-control::-moz-placeholder {
   color: #C5C5C5;  
}

.form-control:-ms-input-placeholder {  
   color: #C5C5C5;  
}

/*LOADER*/
.loader {
    /*background-image: linear-gradient(to bottom right,rgba(0,0,0,.1) 10%,rgba(0,0,0,0) 50%);*/
    z-index: 1;
    position: relative;
}

#loading {
    background-color: rgba(35, 35, 35, 0.8);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    margin-top: 0;
    top: 0;
    left: 0;
}

/*ADS*/
.ad-tray-728, .ad-tray-336 {
    padding: 10px 0;
    margin: 0 auto;
    position: relative;
    border-radius: 3px;
    background-color: #FBFBFB;
    margin-bottom: 10px;
    box-shadow: 0 0 1px #E0E0E0;
    -webkit-box-shadow: 0 0 1px #E0E0E0;
    -moz-box-shadow: 0 0 1px #E0E0E0;
}

.ad-tray-728 {
    max-width: 750px;
    text-align: center;
}

.ad-tray-336 {
    width: 358px;
    text-align: center;
}

/*THEME TITLE*/
.single-page-section-pad {
    padding: 40px 0;
}

.myTheme .title {
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #F5F5F5;
    position: relative;
}

.myTheme .title h1 {
    font-size: 26px;
    margin: 0 0 5px;
}

.myTheme .title h2 {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px;
}

/*SELECT BUTTON*/
.bootstrap-select button {
    background-color: #FFF;
    border: 1px solid #EEEFF0;
    font-size: 13px;
    height: 40px;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
}

.bootstrap-select .btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.bootstrap-select .dropdown-menu {
    border-radius: 2px;
    border: 0;
}

.bootstrap-select .dropdown-menu>li>a {
    padding: 8px 15px;
    font-size: 13px;
}

.bootstrap-select .dropdown-menu>li>a:focus,
.bootstrap-select .dropdown-menu>li>a:hover {
    color: #FFF;
    background-color: #333;
}

/*MIX*/
.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

._mrg0 {
    margin: 0 !important;
}

._mrgBtm0 {
    margin-bottom: 0 !important;
}

._pad0 {
    padding: 0 !important;
}

._padTop0 {
    padding-top: 0 !important;
}

._padBtm0 {
    padding-bottom: 0 !important;
}

._pad-top-btm {
    padding: 15px 0;
}

.box-mrgBtm {
    margin-bottom: 45px;
}

.help-block {
    font-size: 12px;
}

.thumbnail {
    padding: 0;
}

.box {
    padding: 15px;
}

.themeCard {
    background-color: #FFF;
    border-radius: 2px;
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
}

/*BUTTONS*/
.btn {
    border-radius: 2px;
    border: 0;
}

.btn-group-lg>.btn, .btn-lg {
    padding: 14px 16px;
    font-size: 15px;
    line-height: 1.3333333;
}

.btn-lg>i.fa {
    padding-right: 8px;
}

.btn-wishlist {
    background-color: #FFF;
    color: #A3A3A3;
}

.btn-wishlist:hover,
.btn-wishlist:focus,
.btn-wishlist:active {
    background-color: #FFF;
    color: #F11F1F;
}

.btn-warning {
    color: #fff;
    background-color: #F90;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    background-color: #F16200;
}

.btn-danger {
    color: #fff;
    background-color: #F13232;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background-color: #F11F1F;
}

.btn-success {
    background-color: #9DD046;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background-color: #89BD30;
}

.btn-default {
    color: #333;
    background-color: #F7F7F7;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background-color: #A3A3A3;
    color: #FFF;
}

.fa-star,
.fa-star-o,
.fa-star-half {
    font-size: 13px;
    margin-right: 0px !important;
    color: #FFD800;
}

.fa.empty {
    color: #E1E8ED !important;
}

.form-control {
    border-radius: 2px;
    box-shadow: none !important;
    height: 38px;
    font-size: 14px;
    font-weight: 300;
    border-color: #EBECF2;
    background-color: #FFF;
}

.form-control:hover,
.form-control:focus,
.form-control:active {
    border-color: #EBECF2;
}

.input-group .form-control {
	z-index: 1;
}

.page-header {
    margin: 20px 0 20px;
}

.page-header h1 {
    margin-top: 0;
}

.text-muted {
    color: #AAA;
}

/*CHECKBOX & RADIO*/
.checkbox-inline,
.radio-inline,
.checkbox label,
.radio label {
    padding-right: 5px;
    padding-left: 0;
}

.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .checkbox-radio,
.radio .checkbox-radio {
    position: relative;
    display: inline-block;
    border: 1px solid #EBECF2;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .checkbox-radio {
    border-radius: 50%;
}

.checkbox .checkbox-radio .CR-icon,
.radio .checkbox-radio .CR-icon {
    position: absolute;
    line-height: 0;
    color: #666;
}

.checkbox .checkbox-radio .CR-icon {
    font-size: .8em;
    top: 50%;
    left: 17%;
}

.radio .checkbox-radio .CR-icon {
    font-size: 0.6em;
    top: 47%;
    left: 29%;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .checkbox-radio > .CR-icon,
.radio label input[type="radio"] + .checkbox-radio > .CR-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .checkbox-radio > .CR-icon,
.radio label input[type="radio"]:checked + .checkbox-radio > .CR-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .checkbox-radio,
.radio label input[type="radio"]:disabled + .checkbox-radio {
    opacity: .5;
}

/*REVIEWS*/
.reviews {
	padding: 0 !important;
	margin-top: 100px;
	display: none;
}

.reviews p {
    margin: 0;
}

.reviews .revDate {
    color: #777;
}

.reviews .revCom {
    font-size: 16px;
}

.reviews .media {
	margin: 30px 0;
}

.reviews .media-left {
    padding-right: 15px;
}

.reviews .media .image {
    width: 60px;
    height: 60px;
    border-radius: 2px;
}

.reviews .media .image img {
    padding: 3px;
}

/*PRDUCTS SHOW TABS*/
.themeTabs {
    background-color: #FFF;
    border-radius: 2px;
}

.themeTabs .nav>li>a {
    padding: 15px 20px;
}

.themeTabs .tab-content {
    padding: 15px;
}

.themeTabs .nav-tabs {
    border: 0;
}

.themeTabs .nav-tabs > li {
    width: 33.33%;
}

.themeTabs .nav-tabs > li > a {
    border: none;
    color: #3B3F41;
    background-color: #FBFBFB;
    border-radius: 2px 2px 0 0;
    margin-right: 5px;
    text-align: center;
}

.themeTabs .nav-tabs > li:last-child > a {
    margin-right: 0;
}

.themeTabs .nav-tabs > li.active > a,
.themeTabs .nav-tabs > li.active > a:focus,
.themeTabs .nav-tabs > li.active > a:hover {
    border-width: 0;
}

.themeTabs .nav-tabs > li.active > a,
.themeTabs .nav-tabs > li > a:hover {
    border: none;
    color: #FFF !important;
    background: #F90;
}

.themeTabs .nav-tabs > li.active > a {
    font-weight: bold;
}

/*ORDER FORM*/
.themeTabs.orderForm .nav-tabs > li > a:hover {
    color: #3B3F41 !important;
    background-color: #FBFBFB;
}

.themeTabs.orderForm .nav-tabs > li.active > a:hover {
    color: #FFF !important;
    background: #F90;
}

.pay-card {
    padding: 15px;
    border: 1px solid #EBECF2;
    border-radius: 2px;
}

.pay-card:hover {
    border: 1px solid #F90;
    cursor: pointer;
}

/*------------------------------------------*/
/*  RESPONSIVENESS                          */
/*------------------------------------------*/
@media (max-width: 550px) {
	.callus h2 {
	    font-size: 18px !important;
	}
    .myTheme .title h1 {
        font-size: 18px;
    }
    .myTheme .title h2 {
        font-size: 13px;
    }
    .cart .full-width {
        width: 100%;
    }
    .catPrdsmThumbs .pad {
        width: 100%;
    }
    .sortby-n-control .full-width {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .sortby-n-control .pagination-sm {
        margin-top: 10px;
    }
    .sortby-n-control .pagination-sm .pagination {
        float: none;
    }
    ._product .product-sm .prd {
        width: 100%;
    }
    .notice h1 {
		font-size: 1.5em;
		font-weight: 400;
	}
	.notice h2 {
		font-size: 1em;
	}
    .notice {
        font-size: 16px;
        padding: 15px 0;
    }
    .cart .totalAmount ul li {
        font-size: 16px;
        padding: 0 20px 5px
    }
    .product-detail-content h1 {
	    font-size: 18px;
	}
	.product-detail-content h1 a {
	    font-weight: 600;
	}
    .product-detail-content .full-width {
    	width: 100%;
    }
    .product-detail-content .sizes,
    .product-detail-content .quantity-wrap {
    	float: none;
    	margin-bottom: 10px;
    	text-align: center;
    }
    .product-detail-content .sizes,
    .product-detail-content .quantity,
    .product-detail-content h4 {
	    display: block;
	    margin: 10px 0;
	}
	.product-detail-content .pull-right,
    .product-detail-content .pull-left {
		float: none !important;
		text-align: center;
	}
    .product-detail-content .pull-left {
        margin-bottom: 15px;
    }
	footer .footer-bottom .pull-left,
	footer .footer-bottom .pull-right {
		float: none !important;
		width: 100%;
		padding: 10px;
		text-align: center;
	}
	.contactus .full-width,
	.reviews .full-width {
		width: 100%;
	}
	.reviews {
		margin-top: 50px;
	} 
	.reviews .media .image {
	    width: 40px;
	    height: 40px;
	    border-radius: 2px;
	}
	.reviews .media-heading {
	    font-size: 16px;
	}
	.reviews .media-body p {
	    font-size: 12px;
	}
	.reviews .revCom {
	    font-size: 14px;
	}
}

@media (min-width: 551px) {
    .sortby-n-control .pagination-sm .pagination { 
        float: right;
    }
}

@media (max-width: 767px) {
    .navbar-nav {
        margin: 0;
    }
    .page-header h1 {
        font-size: 1.8em;
    }
    .catPrdsmThumbs {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .homeheader .navbar>.container .navbar-brand,
    .homeheader .navbar>.container-fluid .navbar-brand {
        margin-left: 0;
    }
    .homeheader .navbar-right {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
	.header .navbar-default .navbar-nav>li>a:hover {
	    color: #666;
	    background-color: #F8F8F8;
	}
	ul.nav.navbar-nav {
	    position: absolute;
	    right: 0;
	    top: 70px;
	    border-radius: 0 2px 0 2px;
	    padding: 10px;
	    width: 200px;
	    background-color: #FFF;
		box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.1);
		display: none;
	}
	ul.nav.navbar-nav li {
	    float: none !important;
	}
	.navLinksBtn {
		position: relative;
		top: 7px;
		cursor: pointer
	}
	.navLinksBtn i {
	    width: 35px;
	    height: 35px;
	    line-height: 34px;
	    text-align: center;
	    border-radius: 50%;
	}
	.callus {
	    text-align: center;
	}
	.callus h2 {
	    font-size: 22px;
	}
	.callus .btn {
	    margin: 20px auto 0;
	    float: none;
	}
    .sidebar-nav {
        width: 265px !important;
        right: 15px;
        z-index: 999;
        border-radius: 2px;
        padding: 15px;
        box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.1);
    }
    .sidebar-nav {
        display: none;
    }
    .sidebar-nav,
    .OSF {
        position: absolute !important;
        top: 22px !important;
    }
    .lf-ghost {
        height: auto !important;
    }
    .OSF .box-heading {
		position: relative;
		top: -30px;
		float: right;
		padding-left: 1px;
		text-align: right;
		border-radius: 50px;
		cursor: pointer;
		display: block;
		padding: 8px 15px 7px;
		color: #A3A3A3;
		background-color: #FFFFFF;
		z-index: 999;
    }
    .OSF .box-heading>h1 {
		margin: 0;
		font-size: 15px;
	}
    .contactus iframe {
        padding-bottom: 30px;
        margin-bottom: 25px;
        border-bottom: 3px solid #EBECF2 !important;
    }
    .product-detail-content .product-desc.line-clamp-5 {
		height: 100%;
		display: block;
	}
}

@media (min-width: 992px) {
    .sidebar-nav,
    ul.nav.navbar-nav {
        display: block !important;
    }
    .navLinksBtn {
	    display: none;
	}
	.product-detail-content h1 {
	    margin-top: 0;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.product-detail-content .product-desc.line-clamp-5 {
		height: calc(1em * 1.4 * 2);
	}
	.product-detail-content .product-desc {
    	margin-bottom: 37px;
    }
}