﻿@charset "utf-8";
header .navbar {
    background-color:rgba(0,0,0,0.85);
}
header{
    border-bottom: 1px solid #dadada;
    position: relative}
header.small{position: fixed}
.row.page-title {
    background:url(../images/page-title-bg.jpg) no-repeat  center top;
    background-size: cover;
    display: none;
    margin-bottom: 5px;
    padding-top: 9px;
    padding-bottom: 2px;
    text-align: center;    
}
@media(min-width:1200px){
    .row.page-title{
        display: block;
        padding-top: 10px;
        padding-bottom: 5px;
        }
}
.cat-hd{   
    color: #e9bb31;
    display: table;
	font-size: 35px;
    line-height: 37px;
    overflow: hidden;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%}
@media(max-width:375px){
    .cat-hd{
        font-size: 24px;
        line-height: 27px;
        white-space: nowrap;
    }  
}
.cat-hd:before, .cat-hd:after {
	border-top:1px solid #5a5450;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.5em;
    height: 1px;
    width: 45%}
.cat-hd:before {right: 15px}
.cat-hd:after {left: 15px}
@media screen and (max-width:991px){
.breadcrumb-dv{
    border-bottom: 1px solid #dadada;
    text-align: center}
}
.breadcrumb{
    background-color: #fff;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    padding-left: 0;
    padding-right: 0}
@media screen and (max-width:991px){
.breadcrumb{display: none}
}
.breadcrumb .home{
    font-size: 0;
    line-height: 0}
.breadcrumb a{color: #8e8e8e}
.breadcrumb .home i{font-size: 12px}
.breadcrumb-item.active{color: #343434}
.breadcrumb-item+.breadcrumb-item:before{content: '|'}
.back-btn{
    font-size: 0;
    line-height: 0;
    left: 0;
    top: 50%;
    margin-top: -16px}
.back-btn i, .filter-btn i{
    font-size: 16px;
    line-height: 18px}
@media screen and (min-width:992px){
.back-btn, .page-hdn-sml, .filter-btn{display: none}
}
.filter-btn{
    font-size: 0;
    line-height: 0;
    right: 0;
    top: 50%;
    margin-top: -16px}
@media screen and (max-width:991px){
.page-hdn-sml {
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 0;
    padding: 3px 0 4px}
.page-hdn-lg{display: none}
}
/*Registration Start*/
.required-flds{
    font-size: 12px;
} 
.form-label{
    font-size: 14px;
    margin-bottom: 0.313rem;
    padding: 1.25rem 0 0}
.form-group .col-lg-6:first-of-type .form-label{padding-top: 0}
@media screen and (min-width:992px){
  .form-group .col-lg-6:nth-child(2) .form-label{padding-top: 0}  
}
.form-flds {
    border-color: #d5d5d5;
    border-radius: 0}
.regstr-btn{margin-top: 1.563rem}
.mdle-dv{padding-bottom: 9.063rem}
@media screen and (max-width:991px){
    .mdle-dv{
        padding-top: 0.625rem;
        padding-bottom: 4.375rem}
}
/*Registration End*/
/*Login Start*/
.login-ico{
    color: #d5d5d5;
    right: 15px;
    margin-top: -8px;
    top: 50%;
    z-index: 1}
.form-control.is-invalid{z-index: 2}
/*Login End*/
/*Category Start*/
.sidebar-block{border-bottom: 2px solid #d5d5d5}
@media screen and (min-width:992px){
.sidebar-block{
    border: 1px solid #d5d5d5;
    border-bottom-width: 1px;
    margin-bottom: 2rem}
    .sortlist{display: none}
}
.block-toggler{    
    font-weight: 600;
    font-size: 18px;
    padding: 10px 14px 0}
.block-toggler.collapsed{padding-bottom: 10px}
.block-toggler i{
    color: #d5d5d5;
    float: right}
.block-toggler.collapsed > i:before{content: "\f067"}
.block-toggler:hover{color: #c09104}
@media screen and (min-width:992px){
    .block-toggler{
        background-color: #ededed;
        padding: 10px 14px}
    .block-toggler i{display: none}
}
@media screen and (min-width:992px){
.sidebar{
    opacity: 1 !important;
    position: static;
    height: auto;
    width: auto}
.sidebar .modal-dialog{
    margin: 0;
    max-width: inherit;
    transform: none !important}
.sidebar.modal.right .modal-dialog .close{display: none}
.sidebar .modal-content{
    border: none;
    border-radius: 0}
.sidebar .modal-body{padding: 0}
    .expand-lg {
        display: block !important;
        height: auto !important;
        opacity: 1 !important} 
}
@media screen and (max-width:991px){
.sidebar.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 320px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0)}
.sidebar.modal.right .modal-dialog .close{
    box-shadow: none;
    color: #fff;
    font-size: 18px;
    opacity: 1;
    position: absolute;
    left: -25px;
    top: 15px}
.sidebar.modal.right .modal-content {
    border: none;
    border-radius: 0;
	height: 100%;
	overflow-y: auto}
.sidebar.modal.right .modal-body {padding: 0}
.sidebar.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out}
.sidebar.modal.right.fade.show .modal-dialog {right: 0}
}
.sub-dv{
    font-size: 14px;
    padding: 5px 0}
.sub-dv.collapse, .sub-dv.collapsing{opacity: 0}
.sub-dv.collapse.show{opacity: 1}
.sub-toggler{
    background-color: transparent;
    padding: 5px 14px}
.sub-toggler i{display: inline-block}
.sub-toggler.collapsed > i:before{content: "\f107"}
.clear{
    font-size: 10px;
    line-height: 12px;
    top: 15px;
    right: 15px}
.custom-control {padding: .5rem 1.625rem}
.custom-control-label:before{
    border-color: #c09104;
    border-radius: 3px}
.custom-control-input:checked~.custom-control-label:before{
    border-color: #e9bb31;
    background-color: #e9bb31}
.custom-control-input:checked~.custom-control-label{font-weight: 700}
.sub-pan{
    border-bottom: 1px solid #d5d5d5;
    margin: 0 14px 5px;
    padding: 0 0 5px}
.sub-pan:last-of-type{border-bottom: none}
.beige .custom-control-label:before, .beige .custom-control-input:checked~.custom-control-label:before {
    background-color: #e8e6cf;
    border-color: #e8e6cf}
.black .custom-control-label:before, .black .custom-control-input:checked~.custom-control-label:before{
    background-color: #000;
    border-color: #000}
.product-grid-header{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem}
@media screen and (max-width:991px){
    .product-grid-header{display: none}
}
.total-pd{border-left: 1px solid #d5d5d5}
.page-title{
    font-weight: 200;
    font-size: 40px;
    line-height: 43px}
.sort-by {
    border: 1px solid #d5d5d5;
    color: #8e8e8e;
    font-size: 12px}
.filtr-optn{
    background-color: #8e8e8e;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    margin-right: 0.625rem;
    padding: 5px 10px;
    text-transform: uppercase}
.filtr-optn:last-of-type{margin-right: 0}
.filtr-optn a{
    color: #fff;
    margin-left: 10px}
.tab-product .item {margin-bottom: 0.688rem}
/*Category End*/
/* Cart Start */
.cart-botm-marg {
    margin-bottom: 80px;
}

.column-labels {
    background-color: #ededed;
    display: flex;
    margin-bottom: 15px;
    padding-top: 5px;
    width: 100%;
}

    .column-labels label {
        color: #8e8e8e;
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
    }

    .column-labels .product-image {
        text-indent: -999999px;
    }

.product-image {
    float: left;
    text-align: center;
    width: 20%;
}

.product-details {
    float: left;
    width: 35%;
}

.product-price {
    float: left;
    width: 12%;
}

.product-qty {
    float: left;
    width: 15%;
    text-align: center;
}

.product-subtotal {
    float: left;
    width: 12%;
    text-align: center;
}

.product {
    border-bottom: 1px solid #d5d5d5;
    display: flow-root;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}

.product-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 5px;
    padding-right: 20px;
}

.product-description {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}

.product-price, .product-subtotal {
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
}

.add-to-cart {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.product-qty {
    display: inline;
    font-size: 16px;
    font-weight: 700;
}

    .product-qty > * {
        float: left;
    }

.plus-minus-buttons {
    width: 30px;
    height: 30px;
}

    .plus-minus-buttons .plus, .plus-minus-buttons .minus {
        border: 1px solid #d5d5d5;
        background-color: #e5e5e5;
        float: left;
        font-weight: 700;
        height: 30px;
        margin-bottom: 0;
        width: 100%;
    }

.qty-input {
    border: 1px solid #d5d5d5;
    background-color: #fff;
    height: 30px;
    padding: 4px 4px;
    text-align: center;
    width: 36px;
}

.product-removal .remove {
    color: #8e8e8e;
    font-size: 0;
    line-height: 0;
}

    .product-removal .remove i {
        font-size: 16px
    }

    .product-removal .remove:hover {
        color: #e9bb31
    }

    .product-removal .remove:focus {
        border-color: #fff;
    }

.add-product {
    border: 1px dashed #d5d5d5;
    display: block;
    margin: 10px 20px 0 35px;
    padding: 10px;
    position: relative;
}

.add-item-close i {
    background-color: #d5d5d5;
    color: #343434;
    padding: 5px 7px;
    font-size: 14px;
    position: absolute;
    right: -1px;
    top: -1px;
}

.add-prodct-title {
    float: left;
    padding-right: 200px;
}

.add-disc-price {
    font-size: 12px;
    line-height: 40px;
    text-decoration: line-through;
}

.add-prdct-price {
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
}

.add-prodct-disc {
    background-color: #7f7f7f;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    line-height: 18px;
    padding: 2px 0;
    width: 40px;
}

.add-item-btn {
    position: absolute;
    right: 50px;
    top: 30px;
    width: 20% !important;
}

.add-prodct-desc {
    clear: both;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 100px;
}

@media screen and (max-width: 768px) {
    .column-labels {
        display: none;
    }

    .product {
        display: block;
        overflow: auto;
        padding-left: 115px;
    }

    .product-image {
        left: 0;
        position: absolute;
        width: auto;
    }

    .product-details {
        float: none;
        margin-bottom: 10px;
        padding-right: 30px;
        width: auto;
    }

    .product-price {
        clear: both;
        width: 80px;
    }

    .product-qty {
        width: 100px;
    }

    .product-removal {
        position: absolute;
        right: 50px;
        top: 0;
        width: auto;
    }

    .product-subtotal {
        float: right;
        width: 80px;
    }
}

@media screen and (max-width: 425px) {
    .product-price {
        width: 100%;
    }

    .product-qty {
        margin-bottom: 5px;
        width: 100%;
    }

    .product-subtotal {
        text-align: left;
        width: 100%;
    }
}

@media screen and (max-width:1024px) {
    .add-product {
        margin-left: 20px;
    }
}

@media screen and (max-width:768px) {
    .add-product {
        margin-left: 0;
    }

    .add-prodct-desc {
        margin-left: 0;
    }
}

@media screen and (max-width:425px) {
    .add-prodct-title {
        padding-right: 0;
    }

    .add-item-btn {
        width: 40% !important
    }
}

@media screen and (max-width:375px) {
    .add-item-btn {
        position: static;
        margin: 10px 0;
        width: 100% !important;
    }
}

.special-ins {
    float: left;
    width: 65%;
}

    .special-ins label, .special-ins textarea, .zipcode label {
        display: block;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        width: 100%;
    }

.con-shopping-btn {
    float: left;
    padding: 10px 40px;
    width: 35%;
}

.cart-btn {
    background-color: #c09104;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font: 400 18px/22px 'Barlow Condensed', sans-serif;
    width: 100%;
}

    .cart-btn:hover, .cart-btn:focus {
        background-color: #fff;
        border-color: #c09104;
        color: #c09104;
        font-weight: 700;
    }

.marT30 {
    margin-top: 30px;
}

@media screen and (max-width:425px) {
    .special-ins, .con-shopping-btn {
        width: 100%;
    }

    .con-shopping-btn {
        padding: 0;
    }
}

.zipcode-panel {
    border: 1px solid #d5d5d5;
}

.zipcode-title, .cart-total-title {
    background-color: #ededed;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    padding: 0 15px;
}

    .zipcode-title a {
        color: #8e8e8e;
        display: block;
    }

    .zipcode-title i:first-of-type {
        margin-right: 5px;
    }

    .zipcode-title i:last-of-type {
        float: right;
        margin-top: 8px;
    }

.zipcode {
    padding: 14px 15px;
}

    .zipcode input, .coupon-div label, .coupon-div input {
        font-size: 14px;
        width: 100%;
    }

.cart-total-panel {
    background: url(../images/top-cart-total.gif) repeat-x 0 0 #ededed;
    padding: 15px 15px 0;
}

.cart-total-title {
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 15px;
    padding-left: 0;
}

    .cart-total-title i {
        margin-right: 5px;
    }

.cart-subtotal {
    display: block;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
}

.coupon-div {
    background-color: #fff;
    border: 1px dashed #d5d5d5;
    display: block;
    padding: 10px;
    position: relative;
}

.checkoutbtn {
    margin-bottom: 15px;
    width: 100%
}

.checkoutbtn {
    background-color: #e9bb31;
    border-color: #e9bb31;
    color: #fff;
    font-weight: normal
}

    .checkoutbtn:hover {
        background-color: #c09104;
        border-color: #c09104;
        color: #FFF;
        font-weight: normal
    }

.our-recommend {
    background: url(../images/recommend-title-bg.jpg) no-repeat top center;
    background-size: contain;
    padding-bottom: 20px;
    padding-top: 50px;
}

.disc-offer-pos {
    position: absolute;
    right: 10px;
    top: 10px;
}

.disc-price {
    font-size: 14px;
    text-decoration: line-through;
}
/* Cart End */