@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900';
@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700';

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #303030;
}

h1, h2, h3, h4, h5, h6 {
    font-family: montserrat;
}

a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
}

::-webkit-input-placeholder {
    color: #999999;
    opacity: 1;
}

:-moz-placeholder {
    color: #999999;
    opacity: 1;
}

::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #999999;
    opacity: 1;
}

.form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
}

.searchbox .form-control {
    padding: 10px 15px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    border: 1px solid #ddd;
    height: 42px;
}

.searchbox .input-group-addon {
    padding: 0px;
    border: none;
}

.searchbox .input-group-addon input {
    padding: 14px;
    background: url(../../img/home/search.png) no-repeat center center #f36523;
    border: none;
    width: 58px;
    border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    -ms-border-radius: 0px 3px 3px 0px;
}

.searchbox .input-group-addon input:hover {
    background-color: #f36523;
}

.top-bar {
    padding: 20px 0px 26px;
}

.hd-avatar {
    height: 36px;
    width: 36px;
    float: left;
    border-radius: 36px;
    -webkit-border-radius: 36px;
    -ms-border-radius: 36px;
    overflow: hidden;
}

.hd-usr-nm {
    margin-left: 50px;
    position: relative;
    padding-right: 34px;
    padding-top: 5px;
}

.hd-usr-nm {
    color: #303030;
}

.hd-usr-nm i {
    position: absolute;
    right: 0px;
    top: 12px;
    background: url(../../img/home/dropdown.png) no-repeat;
    padding: 10px;
    display: inline-block;
}

.top-acount {
    position: relative;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.brand-logo {
    display: inline-block;
    margin-left: 120px;
    margin-top: 8px;
}

.navbar-default {
    background: #000;
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    margin-bottom: 0;
}

.home-page a {
    background: url(../../img/home/home.png) no-repeat center center;
    width: 52px;
    height: 42px;
}

.navbar-default .navbar-collapse {
    padding: 0px;
}

.navbar-nav li.active > a {
    background-color: #f36523 !important;
    color: #fff !important;
}

.navbar {
    min-height: inherit;
}

.navbar-default .navbar-nav > li {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}

.navbar-default .navbar-nav > li + li {
    margin-left: 1px;
}

.navbar-default .navbar-nav > li > a {
    padding: 11px 18px;
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:active {
    background-color: #f36523;
    color: #fff;
}

.menu-content .subnavigation li {
    font-family: 'Roboto', sans-serif;
    text-transform: none;
}

.banner {
    margin-bottom: 24px;
}

.banner img {
    max-width: 100%;
}

.img-box, .prod-img-box, .image-container1 {
    height: 300px;
    display: table;
    width: 100%;
    margin-bottom: 134px;
    text-align: center;
    position: relative;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #fff 35%, #fff 65%, #fff 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #fff 35%, #fff 65%, #fff 100%);
    background: linear-gradient(to bottom, #fff 0%, #fff 35%, #fff 65%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff', GradientType=0);
}

.img-table {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.img-table a.first-row-img {
    display: inline-block;
}

.grid-box-img {
    text-align: center;
}

.bx-img-ct, .prdct-all-wrp {
    padding: 0 20px 20px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    min-height: 115px;
    transition: all 200ms ease-out 0s;
    -webkit-transition: all 200ms ease-out 0s;
    -moz-transition: all 200ms ease-out 0s;
    -ms-transition: all 200ms ease-out 0s;
    border-top: 2px solid #dfdfdf;
    border-radius: 0 0 5px 5px;
}

.bx-img-ct h2 {
    padding: 0;
    margin: 0;
    line-height: normal;
}

.bx-img-ct h2 a, .item-derail h4 a {
    display: inline-block;
    color: #303030;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 12px;
}

.bx-img-ct h2 a:before, .item-derail h4 a:before {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 1px;
    background: #aaaaaa;
    content: "";
}

.bx-img-ct p {
    color: #777;
    font-size: 12px;
    margin-bottom: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bx-img-ct .btn {
    display: inline-block;
    padding: 8px 15px;
}

.btn-default, .btn-default:focus {
    min-width: 118px;
    display: inline-block;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    padding: 8px 10px;
    border: 1px solid #e75768;
    color: #e75768;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
}

.btn-default:hover, .btn-default:active:hover, .btn-default:active {
    background: #e75768;
    color: #fff;
    border-color: #e75768;
}

.hm-img-wrp {
    height: 184px;
    display: table;
    width: 100%;
    text-align: center;
}

.hm-img-ct {
    display: table-cell;
    width: 100%;
}

.hm-img-ct img {
    display: inline-block;
}

.home-prdct {
    text-align: center;
}

.home-prdct li span {
    color: #e75768;
    font-weight: 500;
}

.home-prdct li span i {
    font-style: normal;
    color: #e9383c;
    text-decoration: line-through;
}

.section-bar {
    border-bottom: 2px solid #dddddd;
    margin-bottom: 36px;
}

.home-prdct li p {
    color: #202020;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 0;
}

.home-prdct li p a {
    color: #202020;
}

.section-bar h4 {
    font-size: 32px;
    margin-top: 0px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    font-weight: 300;
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
}

.section-bar h4:before {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -2px;
    height: 2px;
    background: #555555;
    content: "";
}

.bx-wrapper {
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    margin-bottom: 0px;
}

.home-prdct .bx-controls {
    position: absolute;
    right: -5px;
    top: -74px;
}

.home-prdct .bx-wrapper .bx-controls-direction a {
    width: 25px;
    margin-top: 0px;
    height: 25px;
    padding: 8px;
    background: url(../../img/home/bxpager.png) #d1d1d1 9px 6px no-repeat;
    left: auto;
    right: 30px;
}

.home-prdct .bx-wrapper .bx-controls-direction a:hover {
    background-color: #3095CA !important;
    background-position: 9px -29px;
}

.home-prdct .bx-wrapper .bx-controls-direction a.bx-next:hover {
    background-color: #3095CA !important;
    background-position: -12px -29px;
}

.home-prdct .bx-wrapper .bx-controls-direction a.bx-next {
    background-position: -12px 6px;
    left: auto;
    right: 0px;
}

.home-prdct .bx-default-pager {
    display: none;
}

.hm-prdct-desc {
    padding-top: 8px;
}

.grd-bx-sale .img-box {
    height: 232px;
    background: none;
}

.grd-bx-sale .bx-img-ct {
    background: none;
    padding-bottom: 10px;
}

.grd-bx-sale .bx-img-ct span a::before {
    display: none;
}

.grd-bx-sale .bx-img-ct span a {
    padding-bottom: 0px;
}

.footer {
    padding: 50px 0 0;
    background: #222222;
}

.footer h3 {
    margin-bottom: 22px;
    padding-bottom: 20px;
    font-size: 16PX;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid #444444;
    color: #fff;
    margin-top: 0px;
}

.footer p {
    font-size: 12px;
    color: #999;
}

.footer-links {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.footer-links li {
    position: relative;
    padding-bottom: 14px;
}

.footer-links li i {
    margin-right: 5px;
}

.footer-links li a {
    color: #ababab;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
}

.footer-links li a:hover {
    color: #fff522;
    padding-left: 15px;
}

.footer .copyright {
    line-height: 50px;
    background-color: #000;
    color: #f9f9f9;
    font-size: 12px;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 0;
}

.footer .copyright span {
    color: #fff522;
}

.social-links {
    margin-bottom: 0;
    margin-top: 14px;
    padding: 0;
}

.social-links li {
    display: inline-block;
    margin-right: 16px;
}

.social-links li:last-child {
    margin-right: 0px;
}

.social-links li a {
    width: 34px;
    height: 34px;
    border: 1px solid #555;
    display: inline-block;
    font-size: 16px;
    color: #555;
    text-align: center;
    padding: 5px;
}

.social-links li a:hover {
    background: #555;
    color: #ccc;
    border-color: #555;
}

.newsleter h4 {
    font-size: 14px;
    font-weight: 600;
    color: #a2a1a1;
}

.newsleter .form-control {
    background: #333333;
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    color: #707070;
}

.newsleter .input-group-addon {
    padding: 0px;
    border: none;
    background: none;
}

.newsleter .input-group-addon .btn {
    background-color: #2e2c2c;
    color: #a2a2a2;
    font-family: roboto;
    border: none;
    border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    -ms-border-radius: 0px 3px 3px 0px;
    padding: 7px 15px;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
}

.newsleter .input-group-addon .btn:hover {
    background: #fff522;
    color: #2e2c2c;
}

.no-bd-btm {
    border-bottom: medium none !important;
    margin-bottom: 0 !important;
    padding-bottom: 10px !important;
}

.footer-gttouch {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer-gttouch li {
    padding-top: 8px;
    color: #ababab;
    display: inline-block;
    min-height: 38px;
    padding-left: 40px;
    position: relative;
    width: 100%;
    margin-bottom: 4px;
}

.footer-gttouch li i {
    height: 34px;
    width: 34px;
    position: absolute;
    left: 0px;
    top: 4px;
    color: #555555;
    border: 1px solid #555555;
    padding: 6px;
    font-size: 18px;
    text-align: center;
}

.no-pdg-top {
    padding-top: 0px !important;
}

.testmonial-wrp {
    text-align: center;
    padding: 26px 15px;
    border: 2px solid #dddddd;
    margin-bottom: 50px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12);
}

.testmonial-hd {
    margin-bottom: 30px;
}

.testmonial-hd h4 {
    color: #333;
    font-size: 24px;
    margin-bottom: 24px;
    margin-top: 0;
}

.testmonial-hd span {
    display: inline-block;
    border-bottom: 1px solid #ddd;
    position: relative;
    width: 210px;
}

.testmonial-hd span i {
    margin-top: -9px;
    font-size: 20px;
    background: #fff;
    position: absolute;
    color: #3095CA;
    width: 48px;
    text-align: center;
    margin-left: -20px;
    left: 50%;
}

.testmonial-wrtr {
    display: inline-block;
    background: url(../../img/home/quotation.png) no-repeat left 0px;
    padding-left: 20px;
    margin-top: 25px;
}

.testmonial-wrtr span {
    font-weight: 600;
    color: #373737;
    font-size: 16px;
}

.testmonial-wrtr p {
    color: #999999;
}

.testmonial-ct .bx-pager {
    display: none;
}

.testmonial-ct .bx-wrapper {
    padding-bottom: 30px;
}

.testmonial-ct .bx-wrapper .bx-controls-direction a {
    background: url(../../img/home/testpager.png) 10px 7px no-repeat;
    left: 0px;
    right: auto;
}

.testmonial-ct .bx-wrapper .bx-controls-direction a:hover {
    background-position: 10px -33px;
}

.testmonial-ct .bx-wrapper .bx-controls-direction a.bx-next:hover {
    background-position: -25px -33px;
}

.testmonial-ct .bx-wrapper .bx-controls-direction a.bx-next {
    background-position: -25px 7px;
    right: 0px;
    left: auto;
}

.testmonial-ct .bx-wrapper .bx-controls-direction a.bx-next::before {
    background: #ccc;
    content: "/";
    height: 30px;
    left: 0;
    position: absolute;
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    width: 2px;
    z-index: 99999;
}

.testmonial-ct .bx-controls {
    bottom: 0;
    left: 50%;
    position: absolute;
    width: 64px;
    margin-left: -32px;
}

.banner .carousel-control {
    left: 15px;
    right: auto;
    width: 32px;
    height: 32px;
    bottom: auto;
    top: 50%;
    margin-top: -15px;
    padding: 15px;
    background: #bcbcbc url("../../img/home/bxpager.png") no-repeat scroll;
    opacity: 0.54;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    background-position: 11px -25px;
    z-index: 111;
}

.banner .carousel-control:hover {
    opacity: 1;
}

.banner .carousel-control.right {
    background-position: -9px -25px;
    left: auto;
    right: 15px;
}

.banner .carousel-control span {
    display: none;
}

.banner .carousel-caption {
    width: 480px;
    right: 20px;
    left: auto;
    top: 50%;
    margin-top: -105px;
}

.banner .carousel-caption h3 {
    font-family: raleway;
    text-transform: uppercase;
    margin-top: 0px;
    font-size: 46px;
    color: #303030;
    text-shadow: none;
    font-weight: 600;
}

.banner .carousel-caption span {
    font-family: raleway;
    color: #8a8989;
    font-size: 26px;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: 600;
}

.banner .carousel-caption p {
    font-family: raleway;
    font-size: 16px;
    color: #fff;
    text-shadow: none;
    font-weight: 600;
}

.banner .carousel-caption a {
    padding: 8px 22px;
    background: #e75768;
    font-weight: normal;
    color: #fff;
    font-size: 14px;
}

.banner .carousel-caption a:hover {
    opacity: 0.8;
}

.top-acount-link {
    background: #fff;
    left: auto;
    right: 0;
    list-style: outside none none;
    padding: 0;
    position: absolute;
    top: 43px;
    z-index: 111;
    text-align: left;
    border: 1px solid #ccc;
    display: none;
    width: 220px;
}

.top-acount-link li a {
    padding: 8px 15px;
    display: inline-block;
    width: 100%;
    color: #555;
}

.top-acount-link li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.rotate-caret .hd-usr-nm i {
    right: 8px;
    top: -2px !important;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.dropdwn-link {
    position: relative;
}

.dropdwn-link:hover > a {
    background: #f36523;
}

.dropdwn-link ul {
    display: none;
    padding: 6px 0px;
    background: #fff;
    border: 1px solid #ddd;
    left: 0;
    list-style: outside none none;
    min-width: 200px;
    position: absolute;
    z-index: 111;
}

.dropdwn-link:hover ul {
    display: block;
}

.dropdwn-link ul li {
    display: inline-block;
    width: 100%;
}

.dropdwn-link ul li a {
    color: #777;
    display: inline-block;
    padding: 7px 15px;
    width: 100%;
}

.dropdwn-link ul li a:hover {
    background: #f36523;
    color: #fff;
}

.top-acount-link li a:hover {
    background: #f0f0f0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    /* Safari only override */
    ::i-block-chrome, .myClass {
        color: blue;
    }
}

.home-prdct li a:hover p {
    text-decoration: underline;
}

.view-info {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    background: #000;
    opacity: 0.6;
    font-size: 22px;
    padding-top: 2px;
    transform: scale(0, 0);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.home-prdct li:hover .view-info {
    color: #fff;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
}

.home-prdct li:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

.home-prdct li a img {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.brand-logo {
    position: relative;
    z-index: 1;
    margin: 0;
}

.sort-header {
    border-bottom: 2px solid #2CC3A5;
    margin-bottom: 20px;
}

.cat-title h3 {
    display: inline-block;
    margin: 0px;
    color: #3095CA;
    font-size: 1.692em;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.cat-title a {
    float: right;
    text-transform: uppercase;
    color: #999;
    font-weight: 600;
}

.cat-title {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 0 15px 10px;
    margin-bottom: 10px;
}

.refine-list h4 {
    margin-bottom: 14px;
    color: #555;
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.refine-list .list-single-line {
    padding-left: 0px;
}

.refine-list .list-single-line li {
    padding: 0 15px 5px;
}

.refine-list .list-single-line li#slider-container {
    margin: 0 15px 0 22px;
}

.refine-list .list-single-line.cat-listing li {
    padding-top: 6px;
    padding-bottom: 3px;
}

.refine-list .list-single-line.cat-listing li:hover {
    background-color: #f4f4f4;
}

.refine-list .list-single-line li .form-group {
    margin-bottom: 5px;
}

.refine-list .list-single-line li .form-group label, .refine-list .list-single-line li label {
    font-size: 13px;
}

input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 25px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0px 2px;
    font-size: 13px;
    vertical-align: middle;
    cursor: pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -29px;
}

label.css-label {
    background-image: url(../../img/home/tick-box.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    color: #555;
    -moz-user-select: none;
    font-weight: normal;
    -ms-user-select: none;
    user-select: none;
}

.cat-divider {
    border-bottom: 1px solid #ddd;
    margin: 15px 0px;
}

.color-list {
    padding-left: 0px;
}

.color-list li {
    border: 1px solid #000;
    display: inline-block;
    height: 32px;
    margin-right: 5px;
    width: 32px;
    margin-bottom: 5px;
}

.color-list li:hover, .color-list li:focus, .color-list li:active, .color-list li.active {
    border-color: #f36523;
}

.color-blk {
    background: #23282B;
}

.color-grn {
    background: #397A66;
}

.color-darkgrn {
    background: #0E8359;
}

.color-red {
    background: #E85A66;
}

.color-ylw {
    background: #EDD51B000;
}

.pro-oth {
    margin: 0 8% !important;
}

.item-derail h4 {
    margin: 0px;
    font-size: 13px;
}

.item-img {
    height: 200px;
    display: table;
    text-align: center;
    width: 100%;
}

.item-img-iner {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.item-img-iner a {
    display: inline-block;
}

.item-desc p, .item-desc span {
    margin: 0px;
    font-size: 12px;
    color: #777;
    margin: 5px 0px;
}

.item-desc em {
    font-style: normal;
    color: #677;
    font-size: 16px;
}

.item-desc i {
    color: #E1596C;
    font-size: 18px;
    display: inline-block;
    font-style: normal;
    margin-right: 6px;
}

.sort-header {
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.sort-header h4 {
    margin: 0px;
    display: inline-block;
    color: #555;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    text-transform: uppercase;
}

.sort-wrp {
    float: right;
}

.sort-wrp > label {
    float: left;
    margin-top: 5px;
    font-weight: normal;
    color: #777;
}

.sort-selct {
    margin-left: 60px;
}

.SelectBox {
    width: 100%;
}

.sort-selct .SumoSelect {
    width: 140px;
}

.SumoSelect > .CaptionCont {
    border: 1px solid #ddd;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
}

.SumoSelect > .CaptionCont:hover {
    border-collapse: #ccc;
}

.SumoSelect > .CaptionCont > label {
    font-weight: normal;
}

.SumoSelect > .CaptionCont > label > i {
    background: url("../../img/home/dropdown.png") no-repeat center center;
}

.SumoSelect > .CaptionCont > span {
    color: #999;
}

.item-list-lft {
    margin-top: 8px;
}

.item-grdbx .actions-item {
    background-color: #fff;
    bottom: 65px;
    float: left;
    left: 0px;
    margin-top: 0;
    opacity: 0;
    padding: 18px 10px;
    position: absolute;
    text-align: center;
    transition: all 0.25s ease-out 0s;
    -webkit-transition: all 0.25s ease-out 0s;
    -ms-transition: all 0.25s ease-out 0s;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.actions-item .action-link a {
    font-size: 12px;
    color: #999;
    float: left;
}

.actions-item .action-link a:hover {
    color: #555;
}

.item-grdbx:hover .actions-item {
    bottom: 0;
    opacity: 1;
    z-index: 1;
}

.actions-item h4 {
    margin: 0 0 10px;
}

.actions-item h4 a {
    color: #777;
    font-size: 13px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
}

.actions-item h4 a:hover {
    color: #3095CA;
}

.sort-selct select {
    padding: 6px 0px;
}

.cat-title a:hover {
    color: #777;
    text-decoration: underline;
}

.price-box {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    display: inline-block;
    float: none;
    height: 52px;
    line-height: 14px;
    margin: 0;
    opacity: 0;
    position: relative;
    text-align: center;
    transform: translateX(100%) rotate(90deg);
    -webkit-transform: translateX(100%) rotate(90deg);
    -ms-transform: translateX(100%) rotate(90deg);
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    width: 55px;
    padding: 10px 0px;
}

.price-box {
    background: #e75768 none repeat scroll 0 0;
    border-bottom: 3px solid #e12a40 !important;
}

.item-grdbx:hover .price-box {
    opacity: 1;
    position: relative;
    transform: translate(5px) rotate(0deg);
    transition: all 0.3s ease-in-out 0s;
}

.special-price {
    color: #ffffff;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 2px;
}

.old-price {
    color: #fff;
    margin-bottom: 0px;
    font-size: 11px;
    text-decoration: line-through;
}

.prc-rvw-bx {
    margin-top: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 70px;
    width: 62px;
    z-index: 9;
}

.item-filterbar {
    padding: 15px 0;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.item-content .row {
    margin: 0px -10px;
}

.item-content .col-lg-3 {
    padding: 0px 10px;
}

.item-wrp {
    margin-bottom: 30px;
}

.img-table .item-badge {
    position: absolute;
    top: 0;
    width: 92px;
    height: 52px;
    font-size: 0.923em;
    text-transform: uppercase;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    right: 15px;
    background-color: #e75768;
    border-radius: 0 5px 0 0;
}

.img-table .item-badge span {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.new-badge {
    background: rgba(0, 0, 0, 0) url(../../img/home/new.png) no-repeat scroll center center / 100% auto;
    height: 40px;
    left: -34px;
    position: absolute;
    transform: rotate(-40deg);
    width: 120px;
    z-index: 1;
}

.sale-badge {
    background: rgba(0, 0, 0, 0) url("../../img/home/sale.png") no-repeat scroll center center / 100% auto;
    height: 40px;
    left: -34px;
    position: absolute;
    transform: rotate(-40deg);
    width: 120px;
    z-index: 1;
}

.bestseller-badge {
    background: rgba(0, 0, 0, 0) url(../../img/home/bsetseller.png) no-repeat scroll center center / 100% auto;
    height: 40px;
    left: -34px;
    position: absolute;
    transform: rotate(-40deg);
    width: 120px;
    z-index: 1;
}

.clearance-badge {
    background: rgba(0, 0, 0, 0) url(../../img/home/clearance.png) no-repeat scroll center center / 100% auto;
    height: 40px;
    left: -34px;
    position: absolute;
    transform: rotate(-40deg);
    width: 120px;
    z-index: 1;
}

.item-check {
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 1;
}

/*Product list end (19may 2016)*/
.no-more-product.align-center {
    background: #F36523 none repeat scroll 0 0;
    color: #fff;
    font-size: 17px;
    font-style: oblique;
    margin: 20px 0;
    min-height: 40px;
    text-align: center;
}

.no-more-product.align-center > p {
    padding-top: 9px;
}

.first-row-img img {
    max-width: 100%;
}

/******* 03/08/2016 ********/
.quick-srch-block {
    width: 362px;
    margin-top: 10px;
}

.top-navigation {
    list-style: none inside none;
    padding: 0;
    margin: 0;
    float: right;
}

.top-navigation li {
    float: left;
    position: relative;
    padding-left: 10px;
}

.top-navigation li a {
    color: #000;
}

.top-navigation li a:hover, .top-navigation li a:active {
    color: #f36523;
}

.border-right {
    border-right: 1px solid #ccc;
}

.sponsor {
    padding: 0;
    display: block;
    overflow: hidden;
    text-align: center;
}

.sponsor img {
    max-width: none;
    max-height: 90px;
    margin: 30px;
}

.img-cursor {
    cursor: pointer;
}

/******** 29/08/2016 ********/
.grid-box-img .capsule, .item-grdbx {
    transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
}

.grid-box-img .capsule:hover, .item-grdbx:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.price-info {
    margin: 0 0 10px 0;
    font-size: 1.231em;
    line-height: 1em;
}

.price-new {
    font-weight: 700;
    color: #e75768;
}

.price-old {
    font-size: 0.95em;
    font-weight: light;
    text-decoration: line-through;
}

.shop-btn {
    height: 0;
    opacity: 0;
    position: relative;
    transition: all 200ms ease-out 0s;
    -webkit-transition: all 200ms ease-out 0s;
    -moz-transition: all 200ms ease-out 0s;
}

.capsule:hover .shop-btn, .item-grdbx:hover .shop-btn {
    opacity: 1;
    height: auto;
    padding-top: 12px;
}

.new-products-listing {
    background-color: #f4f4f4;
    padding: 40px 0 47px;
}

.our-sponsor {
    padding: 17px 0;
}

/*************** 30/08/2016 ***************/
body .breadcrumb-1 {
    display: none;
}

main {
    padding-top: 27px;
}

.main-content {
    background-color: #f4f4f4;
    padding-top: 27px;
}

.main-content .breadcrumb-1 {
    display: block;
}

.main-content .refine-catagory {
    padding: 0 15px;
}

.prod-img-box {
    padding-top: 30px;
    height: 240px;
}

.prdct-all-wrp {
    padding: 15px 10px 5px;
}

.item-grdbx {
    margin-bottom: 20px;
}

.item-grdbx:hover .shop-btn {
    padding-top: 3px;
    margin-top: 5px;
}

.item-grdbx .shop-btn:after {
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    content: '';
    opacity: 0;
    border-top: 1px solid #dfdfdf;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity 350ms ease-out 350ms, -webkit-transform 350ms ease-out 350ms;
    transition: opacity 350ms ease-out 350ms, transform 350ms ease-out 350ms;
}

.item-grdbx:hover .shop-btn:after {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.item-derail h4 a {
    margin-bottom: 5px;
}

.product-title h3 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    padding-bottom: 8px;
}

.product-title h4 {
    font-size: 14px;
    padding-bottom: 10px;
    color: #777;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0;
}

.left-section-main .image-container1 {
    height: 395px;
    margin-bottom: 0;
}

.table-box, .table-box-cell {
    width: 100%;
    height: 100%;
}

.table-box {
    display: table;
    text-align: center;
}

.table-box-cell {
    display: table-cell;
    vertical-align: middle;
}

/************ 31/08/2016 *************/
.right-secton-main .nav > li > a {
    padding: 6px 20px;
    border-radius: 2px;
}

.pro-detail-container .tab-content .tab-pane {
    padding: 30px;
    border: 1px solid #e8e8e8;
    border-top: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15);
    float: left;
    width: 100%;
}

.tab-listing .tab-content {
    margin-bottom: 50px;
}

.tab-listing .container-fluid {
    padding: 0;
}

.tab-listing .container-fluid .row {
    margin-left: 0;
    margin-right: 0;
}

.tab-listing .container-fluid .row .padLR0 {
    padding-left: 0;
    padding-right: 0;
}

.tab-listing .container-fluid .table {
    margin-bottom: 0;
}

/***************** 01/09/2016 ******************/
.profile-info .col-2 {
    float: left;
    width: 48%;
}

.profile-info .col-2 + .col-2 {
    float: right;
}

.profile-info dl dt, .profile-info dl dd {
    min-height: 35px;
    line-height: 35px;
}

.profile-info dl dt {
    float: left;
    width: 130px;
    clear: left;
    padding: 0 10px
}

.profile-info dl dt label {
    margin-bottom: 0;
    display: block;
}

.profile-info dl dd {
    padding-left: 135px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 13px;
    color: #777;
}

.profile-info dl dd div {
    border-left: 1px solid #f0f0f0;
    padding-left: 10px;
    word-wrap: break-word;
}

.profile-info dl dd p {
    line-height: normal;
    margin-bottom: 0;
    line-height: 19px;
    word-wrap: break-word;
}

.profile-info dl dt.bg-light-gray, .profile-info dl dd.bg-light-gray {
    background-color: #f9F9F9;
}

/******* EDITABLE ********/
.editable-box + .editable-box {
    padding-top: 40px;
}

.editable-box .section-bar {
    margin-bottom: 20px;
}

.editable-box .section-bar h2 {
    font-size: 26px;
    margin-top: 0px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    font-weight: 300;
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
}

.editable-box .section-bar h2:before {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -2px;
    height: 2px;
    background-color: #555;
    content: "";
}

.editable-box .form-field {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.editable-box .form-field .col-2 {
    float: left;
    width: 48%;
}

.editable-box .form-field .col-2 + .col-2 {
    float: right;
}

.editable-box .form-field .col-2 .form-field-title {
    float: left;
    width: 160px;
    padding-right: 10px;
    text-align: right;
}

.editable-box .form-field .col-2 .form-field-title label {
    margin-bottom: 0;
    line-height: 34px;
}

.editable-box .form-field .col-2 .form-field-input {
    margin-left: 165px;
    position: relative;
    padding-top: 10px;
}

.editable-box .form-field .col-2 .form-field-input p.blue, .editable-box .form-field .col-2 .form-field-input .icon-red {
    position: absolute;
    top: -30px;
    margin-bottom: 0;
}

.height20 {
    height: 20px;
}

.editable-box .form-field .col-2 .form-field-input .icon-red {
    top: -22px;
    right: 0;
}

.editable-box .form-field .col-2 .form-field-input .icon-red .addIcon,
.editable-box .form-field .col-2 .form-field-input .icon-red .removeIcon {
    font-size: 16px;
    padding-right: 0;
}

.editable-box .form-field .col-2 .form-field-input .additional-icons {
    padding-right: 0;
    margin-bottom: 0;
    line-height: 34px;
    font-size: 16px;
}

.inner-main-content .btn {
    min-width: 120px;
}

.inner-main-content .btn + .btn {
    margin-left: 5px;
}

.inner-main-content .alert {
    margin-bottom: 0;
}

.legends-info span.title {
    font-size: 16px;
}

.legends-info span {
    line-height: 22px;
}

.legends-info span img {
    margin-right: 5px;
    vertical-align: text-top;
}

.legends-info span + span {
    margin-left: 20px;
    vertical-align: middle;
}

.form-group.radio-form-group {
    margin-bottom: 0;
    line-height: 34px;
}

.form-group.radio-form-group input {
    display: inline-block;
    vertical-align: top;
    margin-top: 11px;
    margin-right: 8px;
    height: auto;
    width: auto;
}

.form-group.radio-form-group input + input {
    margin-left: 25px;
}

.form-group.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-top-20 {
    margin-top: 20px;
}

.text-right.full-text-right {
    text-align: left;
}

.text-bold {
    font-weight: bold;
}

.small-view {
    display: none;
}

.editable-box.small-view .section-bar {
    margin-bottom: 30px;
}

.additional-rep + .additional-rep {
    margin-top: 6px;
}

.additional-rep:first-child {
    padding-top: 3px;
}

.additional-rep:last-child {
    padding-bottom: 6px;
}

.space-TB {
    padding-top: 20px;
}

.space-TB h4 {
    margin: 0;
    padding-top: 8px;
}

.marBT0 {
    margin-bottom: 0 !important;
}

/************* 02/09/2016 ***************/
.text-form {
    padding-top: 7px;
}

.table > thead > tr > th {
    border-bottom: none;
}

.sample-prnt.table-responsive .table {
    border: none;
}

.table > thead > tr > th, .table > tbody > tr > th,
.table > tfoot > tr > th, .table > thead > tr > td,
.table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}

/************* 06/09/2016 ***************/
.static-content .panel-heading {
    font-size: 20px;
    text-shadow: -1px 0 1px rgba(0, 0, 0, 0.75);
    font-weight: 300;
    padding: 8px 15px 6px;
}

.static-content .panel-body {
    padding: 30px;
}

.static-content .image-frame {
    background-color: #f6f6f6;
    border: 1px solid #d6d4d4;
    border-radius: 3px;
    padding: 20px;
}

.static-content .image-frame img {
    border-radius: 3px;
}

.static-content p {
    line-height: 22px;
    margin-bottom: 0;
    color: #555;
}

.static-content .faq-info p + p {
    padding-top: 15px;
}

.margin-top-30 {
    margin-top: 30px;
}

.table.margin0, .margin0 {
    margin: 0;
}

.static-content #accordion .panel-heading {
    padding: 0;
}

.static-content #accordion .panel-body {
    padding: 15px;
}

.static-content h4.panel-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-shadow: none;
    padding: 12px 15px;
}

.static-content #accordion.panel-group .panel + .panel {
    margin-top: 10px;
}

.static-content #accordion .panel-body p + p {
    padding-top: 15px;
}

.height30 {
    height: 30px;
}

.editable-box hr {
    border-color: #ddd;
    float: left;
    width: 100%;
}

.reps-group {
    margin-top: 20px;
    float: left;
    width: 100%;
}

.popup-form .quote-pro-number {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 8px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.popup-form .form-field {
    float: left;
    width: 100%;
}

.popup-form .form-field + .form-field {
    margin-top: 20px;
}

.popup-form .form-field .form-field-title {
    float: left;
    width: 160px;
    padding-right: 10px;
    text-align: right;
}

.popup-form .form-field .form-field-title label {
    margin-bottom: 0;
    line-height: 34px;
}

.popup-form .form-field .form-field-input {
    margin-left: 165px;
    position: relative;
}

.popup-form .form-field .form-field-input small {
    display: block;
    margin-bottom: 5px;
}

.popup-form .form-field .checkbox-type.send-mail-text {
    display: block;
    position: relative;
}

.popup-form .form-field .checkbox-type.send-mail-text label {
    margin-bottom: 0;
    line-height: normal;
}

.popup-form .form-field .checkbox-type.send-mail-text input[type="checkbox"] {
    left: auto !important;
    top: auto !important;
    min-height: 5px;
    margin-right: 8px;
    margin-top: 4px;
}

.small-view-tracking {
    display: none;
    margin-bottom: 20px;
}

.small-view-tracking ul {
    margin: 0;
    padding: 0;
    list-style: none inside none;
}

.small-view-tracking ul li {
    border: 1px solid #ddd;
    background-color: #e3e3e3;
    line-height: 34px;
    list-style: none inside none;
}

.small-view-tracking ul li.active {
    background-color: #4caf50;
}

.small-view-tracking ul li + li {
    margin-top: 3px;
}

.zoomWrapper img {
    display: block !important;
}

.current {
    background-color: #F36523 !important;
}

.ink-colors-link, .ink-colors-link:focus {
    margin-left: 15%;
    font-size: 15px;
    color: red;
    text-decoration: underline;
}

/* SEARCH */
.search-category {
    color: #f36523;
    font-size: 10px;
    font-style: italic;
    padding-left: 8px;
    text-transform: uppercase;
}

/* PROP 65 WARNING */
#prop_65_warning {
    margin-top: 1em;
}

#prop_65_warning a {
    font-size: small;
}

/* ORDER DETAIL PAGE */
.order-data-column h3 {
    font-size: 14px;
    font-weight: bold;
}

.order-data-column h3:first-child {
    margin-top: 0;
}

.order-details-section {
    margin-bottom: 30px;
}

.sales-order-table {
    margin: 20px 0;
}

.sales-order-table#order_totals {
    margin-top: 0;
}

.sales-order-table th, .sales-order-table td {
    border: 1px solid #ccc;
}

.sales-order-table th {
    background-color: #f4f4f4;
}

#order_totals {
    width: 290px;
    float: right;
}

#balanceAlert > div:first-child {
    margin-bottom: 12px;
}

#orderPaymentOptions span {
    margin: 0 8px 0 6px;
    font-size: 90%;
    font-style: italic;
}

#orderPaymentOptions i {
    font-size: 1.25em;
    vertical-align: middle;
    margin-left: 6px;
    color: #f36523;
}

#checkPaymentInfo {
    background: #fff;
    border-radius: 8px;
    margin-top: 15px;
    color: #303030;
}

#checkPaymentInfo > div {
    padding: 15px;
}

#checkPaymentInfo h4 {
    font-weight: bold;
}

span.artwork-count {
    border-radius: 50%;
    background-color: #f36523;
    font-size: 10px;
    color: white;
    vertical-align: middle;
    text-align: center;
    padding: 0 0.5em;
    border: 1px solid red;
    margin-left: 3px;
}

#artwork_approval_table td {
    padding: 5px 8px;
}

td.worksheet-column {
    vertical-align: middle;
}

td.worksheet-column * {
    display: inline-block;
}

.worksheet-status {
    margin-left: 5px;
}

.worksheet-status img {
    max-height: 16px;
}

ul.actions-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
}

ul.actions-list > li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}

ul.actions-list > li:last-child {
    margin-right: 0;
}

.modal-body .box-footer {
    text-align: center;
    margin-top: 15px;
}

#modalArtworkApproval .modal-dialog {
    width: 90%;
    max-width: 10in;
}

.inner-main-content #artwork_approval_table .btn {
    min-width: 0;
}

.pro-detail-container #modalArtworkApproval .tab-content .tab-pane {
    padding: 15px;
}

#approvalTabContent table {
    width: 100%;
}

#approvalTabContent .tab-pane > table td {
    padding: 5px;
}

.inner-main-content .alert.margin-bottom, .inner-main-content .alert.margin-bottom {
    margin-bottom: 15px;
}

.inner-main-content .alert h5 {
    margin-top: 0;
}

p.modified-art-comment {
    font-weight: bold;
    padding: 5px 15px;
}

div#proofWrapper embed {
    width: 100%;
    height: 14.8in;
}

#rushWarning {
    display: flex;
    align-items: center;
}

#rushWarning img {
    margin-right: 15px;
}

/* PINS */
.static-content#pins p {
    margin: 0 0 10px;
}

th.item-number, td.item-number {
    text-align: center;
}

th.item-number {
    font-weight: normal;
}

th.quantity, td.quantity {
    text-align: right;
}

.container-fluid.pin-pricing {
    padding: 0;
}

.pin-pricing table {
    margin-bottom: 0;
}

.pin-pricing h5.additional-charges strong {
    float: right;
}

ul.pin-charges-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.static-content .panel:last-child {
    margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
    figure.pin-image {
        margin-bottom: 24px;
    }
}

/* SINGLE PRODUCT */
#blank_pricing_table {
    width: auto;
}

.dis-offer {
    font-style: italic;
}

.table-price-grid .table-responsive table {
    border: none;
}

.table-price-grid .table > thead:first-child > tr:first-child > th {
    border-top: 1px solid #bbb;
}

.table-price-grid .table > tbody > tr > td {
    border-color: #bbb;
}
