body {
    font-family: 'Inconsolata', monospace;
}

.close {
    transition: .5s ease;
}

    .close:active, .close:focus {
        outline: none;
    }
/*-- Shopping-Cart-PopUp --*/
.btn-dark {
    background-color: #272424;
}

.checkout-img {
    height: 100px;
    width: auto;
}

.table td.va-m {
    vertical-align: middle;
}

.form-btn {
    display: inline-block;
}

a.redirect-login {
    padding: 1px 6px;
}

    a.redirect-login:hover {
        color: #ff4e00;
    }

.number-phone a {
    color: #888;
}

    .number-phone a:hover {
        color: black;
    }

i.dram {
    font-style: normal !important;
    font-size: inherit !important;
    font-weight: normal !important;
    color: inherit !important;
    font-family: "amdram" !important;
}

#horizontalTab {
    border: 1px solid #ddd;
}

.btn-fb {
    background-color: #4267b2;
    color: white;
}

.checkout-item-disabled {
    background-color: lightgray;
    color: white;
}

/* Bootstrap styles override */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: flex;
}

span.page-link {
    cursor: default;
    user-select: none;
}

.page-link {
    padding: 0.3rem 0.7rem;
    color: #23272b;
}

    .page-link:hover,
    .page-item.active .page-link {
        background-color: #ff4e00;
        color: white;
        border-color: #e4e4e4;
    }

    .page-link:focus {
        outline: none;
        box-shadow: none;
    }

.page-item:last-child .page-link,
.page-item:first-child .page-link {
    border-radius: 0;
}
/*____________________*/
/*_____SELECT2_____*/
/* custom select styles */
.select2-container--open .select2-dropdown--below, .select2-dropdown {
    border: 0;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    z-index: 100;
}

.select2-results__option {
    border: 1px solid #ced4da;
    border-top: 0;
    padding-right: 20px;
    vertical-align: middle;
    padding: 4px;
}

    .select2-results__option:last-of-type {
        border-bottom: 0;
    }

/* when any value selected*/
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-selection select2-selection--multiple {
    border: 1px solid #ced4da;
    border-radius: 0;
}
/* checkbox unchecked */
#select2-category-container .select2-results__option:before,
#select2-brand-container .select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 22px;
    width: 22px;
    background-color: #ced4da;
    margin-right: 20px;
    vertical-align: middle;
}
/* checkbox checked */
#select2-category-container .select2-results__option[aria-selected=true]:before,
#select2-brand-container .select2-results__option[aria-selected=true]:before {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f00c";
    color: white;
    background-color: #ff4e00;
    border: 0;
    display: inline-block;
    padding-left: 2px;
    font-size: 18px;
}
/* select responsive fix */
.select2,
.select2-search__field,
.select2-search,
.select2-search--inline {
    width: 100% !important;
}
/* left-side container  */
#select2-category-container,
#select2-brand-container {
    height: 200px;
}

#clear_cats_select,
#clear_brands_select {
    background-color: #ff4e00;
}
/* header search*/
select#header_product_select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select2-result-repository__title,
.select2-result-repository__price {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#select2-header-container .select2-results__option {
    padding: 0;
}

.select2-result-repository__avatar {
    padding-top: 4px;
    padding-bottom: 4px;
}

.select2-result-repository {
    color: black;
    background-color: white;
    transition: background-color 0.2s ease, color 0.3s ease;
}

    .select2-result-repository:hover {
        color: white;
        background-color: #ff4e00;
    }

#select2-header-container .select2-results__options {
    max-height: 300px;
}

/*____________________*/
/*-- cart-button --*/
a.top_googles_cart {
    text-align: center;
    background: none;
    letter-spacing: 2px;
    color: #454546;
    cursor: pointer;
    border: 1px solid #dde2e6;
    padding: 0.5em 1em;
}

/*-- cart-css --*/

#staplesbmincart form {
    position: relative;
    padding: 1em;
    background: #fbfbfb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: #333;
    -webkit-box-shadow: 0px 0px 5px 2px #9a9a9a;
    -moz-box-shadow: 0px 0px 5px 2px #9a9a9a;
    -o-box-shadow: 0px 0px 5px 2px #9a9a9a;
    -ms-box-shadow: 0px 0px 5px 2px #9a9a9a;
    box-shadow: 0px 0px 5px 2px #9a9a9a;
}

    #staplesbmincart form ul {
        overflow-y: scroll;
        max-height: 300px;
    }

#staplesbmincart {
    display: none;
    position: fixed;
    left: 68%;
    top: 16.9%;
    width: 420px;
}

.sbmincart-showing #staplesbmincart {
    display: block;
    z-index: 9999;
    -webkit-animation: zoomIn .3s ease;
    -moz-animation: zoomIn .3s ease;
    -o-animation: zoomIn .3s ease;
    -ms-animation: zoomIn .3s ease;
    animation: zoomIn .3s ease;
}

#staplesbmincart form.sbmincart-empty {
    font-size: 16px;
    font-weight: bold;
}

#staplesbmincart ul {
    clear: both;
    float: left;
    width: 100%;
    margin: 5px 0 20px;
    padding: 1em;
    list-style-type: none;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

#staplesbmincart .sbmincart-empty ul {
    display: none;
}

#staplesbmincart .sbmincart-closer {
    float: right;
    margin: -3px -10px 0;
    padding: 0 10px;
    background: 0;
    border: 0;
    font-size: 25px;
    cursor: pointer;
    font-weight: bold;
    outline: none;
}

#staplesbmincart .sbmincart-item {
    clear: left;
    padding: 7px 0;
    min-height: 35px;
    font-size: 1em;
}

    #staplesbmincart .sbmincart-item + .sbmincart-item {
        border-top: 1px solid #f2f2f2;
    }

    #staplesbmincart .sbmincart-item a {
        color: #333;
        text-decoration: none;
    }

#staplesbmincart .sbmincart-details-name {
    float: left;
    width: 62%;
}

#staplesbmincart .sbmincart-details-quantity {
    float: left;
    width: 15%;
}

#staplesbmincart .sbmincart-details-remove {
    float: left;
    width: 7%;
}

#staplesbmincart .sbmincart-details-price {
    float: left;
    width: 16%;
    text-align: right;
}

#staplesbmincart .sbmincart-attributes {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #999;
    font-size: 12px;
    line-height: 22px;
    overflow: inherit;
    height: inherit;
}

    #staplesbmincart .sbmincart-attributes li {
        display: inline;
    }

        #staplesbmincart .sbmincart-attributes li:after {
            content: ",";
        }

        #staplesbmincart .sbmincart-attributes li:last-child:after {
            content: "";
        }

#staplesbmincart .sbmincart-quantity {
    width: 30px;
    height: 18px;
    padding: 2px 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    font-size: 13px;
    text-align: right;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
}

    #staplesbmincart .sbmincart-quantity:hover {
        border-color: #0078C1;
    }

    #staplesbmincart .sbmincart-quantity:focus {
        border-color: #0078C1;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(0, 120, 193, 0.4);
    }

#staplesbmincart .sbmincart-remove {
    width: 18px;
    height: 19px;
    margin: 2px 0 0;
    padding: 0;
    background: #b7b7b7;
    border: 1px solid #a3a3a3;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    opacity: 0.70;
    cursor: pointer;
}

    #staplesbmincart .sbmincart-remove:hover {
        opacity: 1;
    }

#staplesbmincart .sbmincart-footer {
    clear: left;
    text-align: center;
    margin-right: 1.5em;
    position: relative;
}

p.sbmincart-empty-text {
    color: #f44336;
    font-weight: 500;
}

#staplesbmincart .sbmincart-subtotal {
    bottom: 3px;
    padding-left: 0;
    font-size: 14px;
    font-weight: bold;
    display: block;
    text-align: left;
    letter-spacing: 1px;
}

#staplesbmincart .sbmincart-submit {
    margin-right: 6px;
    padding: 0;
    border: none;
    color: #F60B0E;
    background: none;
    outline: none;
    font-size: 0.87em;
    font-weight: 700;
    position: absolute;
    text-transform: uppercase;
    right: 0;
    top: 0;
}

/* Let's get this party started */

#staplesbmincart form ul::-webkit-scrollbar {
    width: 5px;
}

/* Track */

#staplesbmincart form ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #999;
    -moz-box-shadow: inset 0 0 6px #999;
    -o-box-shadow: inset 0 0 6px #999;
    -ms-box-shadow: inset 0 0 6px #999;
    box-shadow: inset 0 0 6px #999;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */

#staplesbmincart form ul::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background: #3c43a4;
    -moz-box-shadow: inset 0 0 6px #3c43a4;
    -o-box-shadow: inset 0 0 6px #3c43a4;
    -ms-box-shadow: inset 0 0 6px #3c43a4;
    -webkit-box-shadow: inset 0 0 6px #3c43a4;
    box-shadow: inset 0 0 6px #3c43a4;
}

/*-- //cart-css --*/

/*-- cart-button --*/

.back form {
    margin-top: 0.5em;
}

.googles-cart {
    font-size: 1em;
    color: #fff;
    margin: 0;
    text-decoration: none;
    text-transform: capitalize;
    border: none;
    background: none;
    outline: none;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

    .googles-cart:hover,
    .back a:hover {
        box-shadow: none;
    }

.back a {
    font-size: 1em;
    color: #fff;
    padding: 4px 7px;
    display: inline-block;
}

.men-pro-item {
    position: relative;
}
/*-- Model-Slider --*/

/*-- effect on products --*/

.img-deals img {
    width: 100%;
    border: 1px solid #ddd;
}

.men-cart-pro {
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.5s ease-out 0s;
    visibility: hidden;
}

.product-men:nth-child(2) .product-new-top,
.product-men:nth-child(6) .product-new-top,
.product-men:nth-child(7) .product-new-top {
    background: #FFC107;
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
}

.product-new-top,
.product-men:nth-child(8) .product-new-top,
.product-new-top,
.product-men:nth-child(3) .product-new-top {
    background: #219ff3;
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
}

.product-new-top {
    background: #F60B0E;
    color: #fff;
    right: -18px;
    position: absolute;
    top: 10px;
    width: 79px;
    font-size: 13px;
    height: 29px;
    text-align: center;
    line-height: 2.3;
}

span.money {
    font-size: 1em;
    color: #ff4e00;
    font-weight: 700;
    letter-spacing: 1px;
}

.inner-men-cart-pro {
    height: 100%;
    position: relative;
    width: 100%;
    transition: all 0.5s ease-out 0s;
}

    .inner-men-cart-pro ul {
        left: 0;
        margin: -60px 0 0;
        padding: 0;
        position: absolute;
        top: 45%;
        width: 100%;
        transition: all 0.5s ease-out 0s;
    }

.link-product-add-cart {
    background: #0c0c0c;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
}

.inner-men-cart-pro > ul > li {
    display: inline-block;
}

.inner-men-cart-pro ul li a {
    color: #fff;
    transition: all 0.5s ease-out 0s;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
}

.men-thumb-item:hover {
    cursor: pointer;
}

    .men-thumb-item:hover::before {
        opacity: 1;
        visibility: visible;
    }

    .men-thumb-item:hover .men-cart-pro {
        opacity: 1;
        visibility: visible;
    }

    .men-thumb-item:hover .inner-men-cart-pro ul {
        margin: 20px 0 0;
    }

.inner-men-cart-pro ul li a:hover {
    background: #ffc229 none repeat scroll 0 0;
}

.inner-men-cart-pro .link-product-add-cart {
    width: auto;
    top: 0px;
    left: 20%;
    right: 20%;
    padding: 0 5px;
    margin: 0 auto;
    position: absolute;
    transition: all 0.5s ease-out 0s;
    font-size: 0.8em;
    font-weight: 700;
    letter-spacing: 2px;
}

.men-thumb-item:hover .inner-men-cart-pro .link-product-add-cart {
    top: 50%;
}

.link-product-add-cart:hover {
    background: #ff4e00;
    color: #fff;
}

ul.stars a i {
    color: #cecbcb;
    font-size: 0.5em;
}

ul.stars li {
    list-style: none;
    display: inline-block;
}

    ul.stars li a {
        color: #333;
    }

        ul.stars li a i:hover {
            color: #ff4e00;
        }

.product-googles-info {
    padding: 15px;
    border: 1px solid #e4e4e4;
    height: 100%;
}

/*-- //effect on products --*/

/*-- product left --*/

.ads-list {
    width: 33.333%;
    float: left;
}

.select-box {
    background: rgba(255, 76, 76, 0.66);
    padding: 30px 30px;
    margin: 40px 0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.ads-list label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 6px;
}

.ads-list select {
    width: 70%;
    outline: none;
    color: #000;
    font-size: 15px;
    border: 1px solid #eee;
    padding: 7px 8px;
}

.btn-group.bootstrap-select.show-tick button {
    padding: 8px 10px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 260px;
}

#custom-search-input {
    padding: 3px;
    border: solid 1px #D1E0EE;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    background-color: #fff;
    width: 80%;
    color: #000;
}

    #custom-search-input input {
        border: 0;
        box-shadow: none;
    }

    #custom-search-input button {
        margin: 2px 0 0 0;
        background: none;
        box-shadow: none;
        border: 0;
        color: #666666;
        padding: 0 8px 0 10px;
        border-left: solid 1px #ccc;
    }

        #custom-search-input button:hover {
            border: 0;
            box-shadow: none;
            border-left: solid 1px #ccc;
        }

    #custom-search-input .glyphicon-search {
        font-size: 23px;
    }

.input-lg {
    height: 29px;
    padding: 0px 10px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

#custom-search-input .glyphicon-search {
    font-size: 16px;
}

.btn-default {
    border-color: #D1E0EE;
}

.btn {
    display: inline-block;
}

.left-sidebar form input[type="search"], .left-sidebar form select {
    border-radius: 0;
    outline: none;
    padding: 0.4rem;
}

.left-sidebar div.input-group mb-3 {
    outline: none;
    padding: 12px 15px;
    color: #888;
    font-size: 13px;
    width: 84%;
    border: none;
    background: none;
    letter-spacing: 1px;
    float: left;
}

.side-bar button.btn1 {
    color: white;
    background: black;
    border: none;
    outline: none;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    float: right;
    width: 15%;
}

button.checkout-qty {
    color: white;
    background: black;
    border: none;
    outline: none;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    float: right;
}

    .left-sidebar form button.btn1:hover, button.checkout-qty:hover {
        background: #ff4e00;
    }

.search-grid-left {
    padding: 15px;
    background: #f5f4f0;
}

h3.agileits-sear-head {
    color: #181c27;
    font-size: 1.1em;
}

.left-sidebar {
    border: 1px solid #e4e4e4;
}

.img-deal1 {
    float: left;
    text-align: left;
    width: 55%;
    margin-left: 10%;
}

.img-deals {
    float: left;
    width: 25%;
}
/*-- Slider range --*/

ul.dropdown-menu6,
ul.dropdown-menu5 {
    margin: 0;
    position: relative;
}

    ul.dropdown-menu6 li {
        list-style: none;
    }

        ul.dropdown-menu6 li p {
            width: 100%;
        }

span.amount {
    color: #ffffff;
    font-size: 16px;
}

input#amount,
input#amount1 {
    font-size: 15px;
    outline: none;
    background: none;
    word-spacing: 1em;
    color: #5a5a5a !important;
    position: absolute;
    left: 0%;
    top: -27px;
    margin-top: -10px;
}

.range,
.w3-brand-select,
.w3ls-featured-ads {
    padding: 20px 20px;
    border: 1px solid #e4e4e4;
}

.shop_left img,
.shop_right img {
    width: 100%;
}

.shop_left,
.shop_right {
    padding: 0;
    margin-bottom: 1.3em;
    position: relative;
}

    .shop_left.shp,
    .shop_right.shp {
        margin-bottom: 0;
        margin-top: 1.2em;
    }

    .shop_left h6,
    .shop_right h6 {
        font-size: 20px;
        margin-top: 15px;
        color: #fff;
        letter-spacing: 1px;
        font-weight: 700;
        position: absolute;
        top: 38%;
        left: 12%;
    }

/*-- //Slider range --*/


/*-- check input --*/

.left-side ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 6px;
}

input.checked {
    display: inline-block;
    margin: 0;
    cursor: pointer;
}

.left-side ul li span {
    font-size: 13px;
    color: #000;
    letter-spacing: 1px;
    margin-left: 3px;
    vertical-align: top;
}

.left-side {
    margin-top: 18px;
}

/*-- //check input --*/

/*-- customer --*/

.customer-rev ul li i {
    color: #ff4e00;
    font-size: 0.7em;
}

.customer-rev ul li {
    list-style: none;
}

    .customer-rev ul li a span {
        color: #000;
        font-weight: normal;
        font-size: 14px;
        margin-left: 8px;
    }

.product_price h4 a {
    color: #959596;
    font-size: 0.8em;
    font-family: 'Inconsolata', monospace;
}

/*-- //customer --*/

/*-- special deals --*/

.img-deal1 h3 {
    color: #080808;
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 700;
}

.img-deal1 a {
    font-size: 14px;
    color: #6d6c6c;
}

.special-sec1:nth-child(3),
.special-sec1:nth-child(5) {
    margin: 15px 0;
}

.wrapper_side_bar {
    border: 1px solid #e4e4e4;
}

.wrapper_top_shop {
    border: 1px solid #e4e4e4;
}

    /*-- //special deals --*/
    .wrapper_top_shop h4 {
        font-size: 1.2em;
    }

    .wrapper_top_shop .inner-men-cart-pro .link-product-add-cart {
        width: 56%;
        top: 0px;
        left: 22%;
    }
/*-- nuts --*/

.men-thumb-item {
    text-align: center;
    position: relative;
}

.item-info-product {
    text-align: center;
}

span.item_price {
    font-size: 18px;
    color: #d60404;
}

.info-product-price del {
    font-weight: 300;
    font-size: 15px;
}

.product-sec1.product-sec2 {
    background: url(../images/bg1.jpg)no-repeat 0px 0px;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    position: relative;
}

.effect-bg {
    margin-top: 40px;
}

    .effect-bg h3 {
        color: #fff;
        font-size: 47px;
        letter-spacing: 3px;
        font-weight: 600;
    }

    .effect-bg h6 {
        font-size: 18px;
        letter-spacing: 2px;
        margin: 18px 0;
        color: #fff;
    }

    .effect-bg p {
        color: #000;
    }

.product-men img {
    width: 100%;
}

.grid_meta {
    /*float: left;*/
    text-align: left;
}

button.googles-cart, a.googles-cart {
    color: #333;
    border: none;
    outline: none;
    text-align: center;
    background: none;
    cursor: pointer;
}

.product-googles-info:hover button.googles-cart {
    color: #ff4e00;
}

ul.footer_list_icons.single_in li {
    color: #2f2f2f;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}

    ul.footer_list_icons.single_in li a {
        color: #565555;
    }

        ul.footer_list_icons.single_in li a:hover {
            color: #333;
        }

.product-googles-info.slide-img {
    border: none;
}

/*.product-googles-info.slide-img .product-new-top {
        background: #989494;
    }*/
/*-- single-page --*/

.single-right-left h3 {
    font-size: 23px;
    color: #ff4e00;
    margin: 0;
    letter-spacing: 1px;
}

.single-right-left p {
    color: #000;
    font-size: 20px;
    margin: .5em 0 1em;
}

.single-right-left del {
    color: #555;
    margin-left: 10px;
    font-weight: 300;
    font-size: 0.8em;
}

.quantity p {
    color: #545454;
    line-height: 1.8em;
    margin: 0.5em 0 0;
    font-size: 0.9em;
}

.occasional {
    margin: 2em 0;
}

    .color-quality-right h5,
    .occasional h5 {
        color: #000;
        font-size: 16px;
        margin: 0 0 12px;
        letter-spacing: 1px;
    }

.color-quality-right select {
    padding: 5px 21px;
}

.colr {
    width: 33.333%;
    float: left;
}

.quantity select.form-control {
    border-radius: 0;
}

.quantity input[type="submit"]:hover {
    background: #ff4e00;
}

.occasion-cart a {
    padding: 8px 20px;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    display: none;
}

.singlepage {
    float: none !important;
}

.bootstrap-tab {
    margin: 5em 0 0;
}

.bootstrap-tab-text p {
    font-size: 14px;
    color: #999;
    line-height: 1.8em;
}

.bootstrap-tab-text h5,
.add-review h4 {
    text-transform: uppercase;
    font-size: 1em;
    color: #212121;
    margin: 2em 0 1em 0;
    font-weight: 600;
    letter-spacing: 1px;
}

.bootstrap-tab-text p span {
    display: block;
    margin: 2em 0 0;
}

.bootstrap-tab-text-grid-left {
    float: left;
    width: 14%;
}

.bootstrap-tab-text-grid-right {
    float: right;
    width: 83%;
}

    .bootstrap-tab-text-grid-right ul li {
        display: inline-block;
    }

        .bootstrap-tab-text-grid-right ul li:nth-child(2) {
            float: right;
        }

        .bootstrap-tab-text-grid-right ul li a {
            font-size: 1em;
            color: #ff4e00;
            text-transform: uppercase;
            text-decoration: none;
            font-weight: 600;
        }

            .bootstrap-tab-text-grid-right ul li a:hover {
                color: #212121;
            }

            .bootstrap-tab-text-grid-right ul li a i {
                left: -1em;
            }

.bootstrap-tab-text-grids {
    margin: 3em 0 0 0em;
}

.bootstrap-tab-text-grid-right p {
    margin: 2em 0 0;
    color: #545454;
    font-size: 0.9em;
    line-height: 2em;
}

.bootstrap-tab-text-grid:nth-child(2) {
    margin: 3em 0 0;
}

.add-review form {
    margin: 2em 0 0;
}

.add-review input[type="text"],
.add-review input[type="email"],
.add-review textarea {
    outline: none;
    padding: 10px;
    border: 1px solid #D2D2D2;
    width: 49%;
    font-size: 15px;
    color: #888;
    float: left;
    border-radius: 0;
}

.add-review input[type="email"] {
    margin-left: 1%;
}

.add-review textarea {
    width: 100% !important;
    min-height: 120px;
    margin: 1em 0;
    resize: none;
}

.add-review input[type="text"]:nth-child(3) {
    width: 100%;
    margin: 1em 0;
}

.add-review input[type="submit"] {
    outline: none;
    padding: 14px 0;
    background: #ff4e00;
    border: none;
    width: 20%;
    font-size: 1em;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    cursor: pointer;
}

    .add-review input[type="submit"]:hover {
        background: #000;
    }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #F60B0E;
    color: #fff;
}

.product-men.single {
    margin: 0;
}

.w3_agile_latest_arrivals {
    margin: 4em auto 0;
}

.responsive_tabs_agileits {
    margin-top: 3em;
}

.googles.single-item {
    float: right;
}

.single_page h6 {
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: 1px;
    color: #4e4c4c;
    margin-bottom: 1em;
}

.single_page p {
    line-height: 2em;
    color: #888;
}

p.para {
    margin-top: 1em;
}

span.item_price {
    font-size: 19px;
    color: #212020;
    font-weight: 600;
}

.singlepage button.googles-cart.pgoogles-cart {
    font-size: 13px;
    color: #fff;
    background: #1d1d1d;
    text-decoration: none;
    position: relative;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    padding: .7em 1em;
    outline: none;
    letter-spacing: 1px;
    font-weight: 600;
    cursor: pointer;
}

.responsive_tabs {
    width: 100%;
    margin-top: 4em;
}

.new_arrivals h3 {
    color: #080808;
    font-size: 1.4em;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 3em 0 1em 0;
}

.googles.single-item.single_page_b {
    float: left;
    margin-bottom: 2em;
    width: 100%;
}

/*-- /Responsive --*/

@media(max-width:1280px) {
    .item-info-product h4 a {
        font-size: 13px;
    }

    .googles.single-item {
        float: right;
    }

    .inner-men-cart-pro .link-product-add-cart {
        width: 70%;
        top: 0px;
        left: 16%;
        margin: 0 auto;
        font-size: 0.9em;
        height: 37px;
    }

    .product-new-top {
        right: 0;
        top: 0;
        width: 65px;
        font-size: 13px;
        height: 29px;
        line-height: 2.3;
    }

    .img-deals {
        padding-left: 0;
    }

    #staplesbmincart {
        left: 52%;
        top: 16.9%;
        width: 420px;
    }

    button.googles-cart {
        font-size: 1em;
    }
}

@media(max-width:1050px) {
    .left-sidebar input[type="search"] {
        width: 75%;
    }

    .product-men.women_two.shop-gd {
        float: left;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 1em;
    }

    .googles.single-item {
        float: right;
    }

    .product-men.women_two {
        padding: 0 5px;
    }
}

@media(min-width:991px) {
    .side-bar {
        padding-right: 0;
    }
}

@media(max-width:991px) {
    .single-right-left.simpleCart_shelfItem {
        margin-top: 2em;
    }

    .single-right-left {
        width: 80%;
    }

    .responsive_tabs {
        margin-top: 3em;
        width: 100%;
    }

    .side-bar {
        width: 100%;
        margin-top: 2em;
    }

    .product-men.women_two.shop-gd, .product-men.women_two {
        float: left;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 1em;
    }

        .product-men.women_two.bot-gd {
            float: left;
            -webkit-box-flex: 0;
            flex: 0 0 100%;
            max-width: 100%;
            margin-bottom: 1em;
        }

    .left-ads-display {
        margin-top: 1em;
    }

    .product-men.women_two {
        padding: 0 15px;
    }

        .product-men.women_two.bot-gd {
            padding: 0 6px;
        }

    .add-review input[type="submit"] {
        outline: none;
        padding: 12px 0;
        background: #ff4e00;
        border: none;
        width: 30%;
    }
}

@media(max-width:800px) {
    .single_page h6 {
        font-size: 1.2em;
        margin: 1em 0;
    }

    .bootstrap-tab-text-grid-right p {
        margin: 1em 0 0;
    }

    #staplesbmincart {
        left: 52%;
        top: 16.9%;
        width: 343px;
    }

    button.top_googles_cart {
        padding: 0.5em 0.5em;
        letter-spacing: 1px;
    }
}

@media(max-width:736px) {
    #staplesbmincart {
        left: 52%;
        top: 16.9%;
        width: 289px;
    }

    .product-men.women_two {
        padding: 0 10px;
    }
}

@media(max-width:667px) {
    .grid_meta {
        float: center;
        width: 100%;
        text-align: center;
    }

    .googles.single-item {
        float: none;
        width: 100%;
        text-align: center;
    }

        .googles.single-item.singlepage {
            text-align: left;
        }
}

@media(max-width:640px) {
    #staplesbmincart .sbmincart-submit {
        margin-right: -5px;
        font-size: 0.7em;
    }

    #staplesbmincart .sbmincart-subtotal {
        bottom: 3px;
        font-size: 13px;
    }

    #staplesbmincart {
        left: 52%;
        top: 16.9%;
        width: 260px;
    }

        #staplesbmincart .sbmincart-item a {
            font-size: 0.8em;
        }

        #staplesbmincart .sbmincart-submit {
            margin-right: -16px;
            font-size: 0.7em;
        }

        #staplesbmincart .sbmincart-details-name {
            float: left;
            width: 51%;
        }

        #staplesbmincart .sbmincart-details-remove {
            float: left;
            width: 10%;
        }

        #staplesbmincart form {
            position: relative;
            padding: 1em 0.5em;
        }

    .add-review input[type="submit"] {
        outline: none;
        padding: 12px 0;
        background: #ff4e00;
        border: none;
        width: 50%;
    }
}

@media(max-width:600px) {
    .colr {
        width: 47.333%;
        float: left;
    }

    .new_arrivals h3 {
        font-size: 1.2em;
    }

    .single-right-left {
        width: 100%;
    }

    .product-men.women_two {
        padding: 0 5px;
    }
}

@media(max-width:480px) {
    .product-men {
        padding-left: 0;
        padding: 0;
    }

    #staplesbmincart {
        left: 17%;
        top: 15.9%;
        width: 294px;
    }

    .single-right-left h3 {
        font-size: 18px;
    }

    .colr {
        width: 80%;
        float: left;
    }

    figure.effect-lexi figcaption::before {
        position: absolute;
        right: -100px;
        bottom: -100px;
        width: 256px;
        height: 254px;
    }

    figure.effect-lexi h3 {
        font-size: 17px;
    }

    figure.effect-lexi p {
        font-size: .7em;
        line-height: 1.8em;
    }

    .add-review input[type="submit"] {
        outline: none;
        padding: 12px 0;
        background: #ff4e00;
        border: none;
        width: 50%;
    }
}

@media(max-width:414px) {
    span.money {
        font-size: 0.9em;
        font-weight: 700;
    }

    .inner-men-cart-pro .link-product-add-cart {
        width: 80%;
        top: 0px;
        left: 10%;
        margin: 0 auto;
        font-size: 0.8em;
        height: 37px;
    }

    .inner-men-cart-pro {
        height: 87%;
    }

    .product-men.women_two.shop-gd, .product-men.women_two {
        float: left;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1em;
    }

    .inner-men-cart-pro {
        height: 98%;
    }

    .item-info-product h4 a {
        font-size: 16px;
    }

    .colr {
        width: 100%;
        float: left;
    }
}

@media(max-width:384px) {
    .inner-men-cart-pro .link-product-add-cart {
        width: 70%;
        top: 0px;
        left: 15%;
        margin: 0 auto;
        font-size: 0.8em;
        height: 37px;
    }

    .item-info-product h4 a {
        font-size: 15px;
    }

    #staplesbmincart {
        left: 9%;
        top: 15.9%;
        width: 294px;
    }
}

/*-- //Responsive --*/
