/*Custom css*/

* {
    padding: 0;
    margin: 0;
    border: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-kerning: auto;
    -webkit-font-kerning: auto;
}

*:after,
*:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body,
html {
    min-height: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font: inherit;*/
    font-family: 'Montserrat', sans-serif;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/*browser selection text and bg color*/

::-moz-selection {
    color: #fff;
    background: #000;
}

::selection {
    color: #fff;
    background: #000;
}

::-moz-selection {
    color: #fff;
    background: #000;
}

/*place holder text color*/

::-webkit-input-placeholder {
    color: #999999 !important;
}

:-moz-placeholder {
    color: #999999 !important;
}

::-moz-placeholder {
    color: #999999 !important;
}

:-ms-input-placeholder {
    color: #999999 !important;
}

/*chrome input type file cursor pointer*/

::-webkit-file-upload-button {
    cursor: pointer;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 56px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

a,
button,
input,
input[type="buttton"],
input[type="submit"],
select,
.btn,
textarea {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: none !important;
    font-style: normal;
}

a:focus,
button:focus,
input:focus,
input[type="buttton"]:focus,
input[type="submit"]:focus,
select:focus,
.btn:focus,
textarea:focus,
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

select::-ms-expand {
    display: none;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input::-ms-clear,
::-ms-clear,
::-webkit-search-cancel-button {
    display: none;
    -webkit-appearance: none;
}

input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
    display: none;
}

a:hover,
a:focus {
    color: currentColor;
}

a,
label,
span {
    display: inline-block;
    vertical-align: middle;
    vertical-align: 0;
}

figure {
    margin: 0;
}

figure img {
    max-width: 100%;
}

.tr3 {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.tr2 {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul,
ol {
    list-style: none;
}
/*design added on request of amit*/
/*.main {max-width: 1110px; margin: 0 auto; background: #fff;}*/
/*.main-content  {max-width: 1110px; margin: 0 auto; background: #fff; padding: 20px; border: 1px solid #eee;}*/
/*.full-width { width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }*/
/*end requested design*/

/*header*/

.header {
    border-bottom: 1px solid #c5c6c8;
    background-color: #fff;
    width: 100%;
    position: relative;
    z-index: 99;
    /*-webkit-transition: all .4s;*/
    /*transition: all .4s;*/
    /*-webkit-transition: all .4s ease-in-out;*/
    /*-moz-transition: all .4s ease-in-out;*/
    /*-ms-transition: all .4s ease-in-out;*/
}

.headerTop {
    border-bottom: 1px solid #e9e9e9;
    display: none;
}

.normalText h6 {
    color: #435561;
    font-size: 10px;
    margin-bottom: 0;
    line-height: 36px;
    font-weight: 600;
}

.customNav li a {
    font-size: 12px;
    color: #666;
    line-height: 30px;
    font-weight: 600;
}

.customNav li+li {
    margin-left: 17px;
    position: relative;
    padding-left: 19px;
}

.customNav li+li:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 12px;
    background-color: #5c6c76;
    content: "";
    margin-top: 9px;
}

.customNav li:last-child a,
.customNav li a:hover {
    color: #d21e25;
}

.customNav li:last-child a:hover {
    color: #ed0000;
}

.headerMed {
    padding: 26px 0;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}

.serchSec {
    width: 350px;
    margin: 0 5px;
}

.inputWrap {
    position: relative;
}

.serchSec .form-control {
    height: 42px;
    color: #999999;
    font-size: 14px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
}

.amazonpay-button-inner-image {
    background: url(https://d2mhgepsorrzkv.cloudfront.net/skin/frontend/esolzdev/vstyle/images/express-checkout-logos/amazon-pay-logo.png) no-repeat;
    max-height: 40px !important;
    width: 204px;
    height: 40px;
    padding-left: 204px;
}

.serchBtn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/searchBtn.png) no-repeat center center;
    padding: 20px 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    width: 48px;
    height: 20px;
    text-align: center;
    padding-top: 20px;

    display: none;
}

.serchBtn.btn:not(:disabled):not(.disabled).active,
.serchBtn.btn:not(:disabled):not(.disabled):active {
    background-image: url(../images/searchBtn.png);
    background-repeat: no-repeat;
    background-position: center;
}

.serchBtn:hover {
    background-color: #e6e6e6;
}

.serchBtn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.customNavA .nav>li a {
    color: #666666;
    font-size: 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.customNavA .nav>li a span {
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
}

@media screen and (max-width: 1024px) {
    .customNavA .nav>li a span {
        display: none;
    }
}

.customNavA .nav>li a:hover {
    color: #dd4349;
}

.customNavA .nav>li img {
    vertical-align: middle;
}

.customNavA .nav>li b {
    display: block;
    font-weight: 700;
    font-size: 14px;
}

.customNavA .nav>li i {
    font-style: normal;
}

.customNavA .nav>li+li {
    margin-left: 8px;
}

.headerBottom {
    padding-bottom: 10px;
}

.customNavB {
    padding: 0;
}

.customNavB .navbar-nav .nav-item>a {
    color: #666666;
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    padding-left: 0;
    padding-right: 18px;
}

.customNavB .nav-link {
    position: relative;
}

.customNavB .nav-link::after {
    background: url('../images/arrow.png')no-repeat;
    width: 9px;
    height: 5px;
    border: 0;
    position: absolute;
    top: 7px;
    right: 0;
}

.customNavB a:hover {
    color: #d51e25;
}

.customNavB .nav-item+.nav-item {
    /*margin-left: 30px;*/
    margin-left: 25px;
}

/*MONO*/

.footer {
    padding: 35px 0px 30px 0;
    background: #f3f3f3;
    overflow: hidden;
}

.footer_top {
    padding-bottom: 35px;
    width: 100%;
    position: relative;
    float: left;
}
.footer_top .row{
    width: 100%;
    float: left;
}

.footer_top .newsletter .btn-red,
.footer_top .newsletter .inputPref{
    width: 100%;
    max-width: 100%;
    margin: 10px 0;
}

footer.footer .newsletter form input {
    padding: 0 15px;
}

footer.footer .newsletter form .actions button {
    margin-top: 0;
    margin-bottom: 0;
}
.footer_item h4 {
    font-size: 14px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 13px;
}

.ftr_menu {
    margin: 0;
}

.ftr_menu li {
    display: block;
    margin-bottom: 10px;
}

.ftr_menu li:last-child {
    margin-bottom: 0px;
}

.ftr_menu li a {
    font-size: 14px;
    color: #666666;
    font-weight: 500;
}

.ftr_menu li a:hover {
    color: #d91f26;
}

.ftr_btmMenu ul {
    margin: 0;
}

.ftr_btmMenu li {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 15px;
    border-left: 1px solid #adadad;
    line-height: 14px;
    margin: 0;
}

.ftr_btmMenu li:first-child {
    padding-left: 0px;
    border: 0px;
}

.ftr_btmMenu li a {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.ftr_btmMenu li a:hover {
    color: #d91f26;
}

.design_help {
    padding: 63px 0px;
    background: #3f4f5a;
    color: #fff;
}

.help_Hdng h5 {
    font-size: 22px;
    margin: 0;
    font-weight: 700;
}

.help_Hdng h2 {
    font-size: 42px;
    margin: 0;
    font-weight: 500;
}

.help_Hdng {
    margin-bottom: 25px;
}

.design_bnlkitem {
    background: #fff;
    height: 100%;
    padding: 30px 35px;
}

.design_bnlkitem h2 {
    font-size: 22px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 25px;
}

.design_bnlkitem p {
    font-size: 16px;
    color: #333333;
    line-height: 25px;
    margin: 0;
    font-weight: 500;
}

.design_bnlkitem p span {
    display: block;
    color: #d91f26;
}

/*MONO*/

/* 14-05-2018/ */

.pagination {
    font-size: 0;
    padding: 12px 0;
}

.pagination li a {
    font-size: 12px;
    color: #666666;
    text-transform: capitalize;
}

.pagination li a:hover {
    color: #d91b23;
}

.pagination li:last-child a {
    pointer-events: none;
}

.pagination li {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 20px;
}

.pagination li:not(:last-child):after {
    content: '/';
    position: absolute;
    right: 0;
    color: #666666;
    font-size: 14px;
}

.pagination li+li {
    margin-left: 13px;
}

/* banner */

.bannerHdr {
    padding: 25px 0 25px;
}

.bannerHdr h2 {
    color: #333333;
    font-weight: 700;
}

.bannerIn {
    padding: 20px 0;
    background-color: #F6F6F9;
}

.formBanner {
    width: 400px;
    background: #fff;
}

.formSteps li,
.formSteps li a {
    font-size: 0;
}

.formSteps li:not(:last-child) a {
    padding-right: 44px;
}

.formSteps li a {
    padding-left: 20px;
    position: relative;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.formSteps li:not(:last-child) a:after,
.formSteps li:not(:last-child) a:before {
    position: absolute;
    content: '';
}

.formSteps li:not(:last-child) a:before {
    border-left: 21px solid #d9d9d9;
    border-top: 29px solid transparent;
    border-bottom: 29px solid transparent;
    right: 0;
    top: 0;
}

.formSteps li:not(:last-child) a:after {
    border-left: 21px solid #ffffff;
    border-top: 29px solid transparent;
    border-bottom: 29px solid transparent;
    right: 1px;
    top: 0;
}

.formSteps .active a {
    font-size: 14px
}

.formSteps .active a,
.formSteps .completed a span {
    color: #333333;
    border-color: #333333;
    font-weight: 500;
}

.icoNum {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #c1c1c1;
    border: 1px solid #c0c0c0;
    font-size: 14px;
    margin-right: 9px;
}

.formSteps .active .icoNum {
    color: #333333;
    border-color: #333333;
}

.formSteps {
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
}

.formBody {
    padding: 20px 10px 0px 10px;
}

.formBanner .formBody .selSteps .selpref.active a span svg {
    transform: rotate(180deg);
}

.openPref a {
    font-size: 16px;
    color: #333333;
    display: block;
    line-height: 54px;
    position: relative;
    font-weight: 600;
}

.openPref a span {
    position: absolute;
    right: 10px;
    color: #333;
}

.pref-e {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pref-e>label {
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    position: relative;
    font-weight: 500;
}

.radioPref {
    cursor: pointer;
}

.radioPref input {
    position: absolute;
    left: 0;
    visibility: hidden;
    opacity: 0;
}

.selectWell button {
    background-color: transparent;
    border: 1px solid #cccccc;
    border-radius: 3px;
    height: 40px;
    color: #666666;
    text-transform: capitalize;
    font-size: 14px;
    white-space: normal;
}

.selectWell.disabled button {
    border-color: #ebebeb;
}

.selectMulti-l button {
    height: auto;
}

.selectWell button::after {
    position: absolute;
    right: 12px;
    border-top: 6px solid #666666;
    top: 17px;
}

.bootstrap-select .dropdown-toggle .bs-caret {
    display: none;
}

.gfxBanner {
    margin: 0 auto;
}

.prefDetail {
    width: 208px;
}

.prefAuto {
    width: auto;
}

.pref-e>label input+span {
    position: relative;
    padding-left: 26px;
}

.pref-e>label input+span:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 0 1px #da242b;
    box-shadow: 0 0 0 1px #da242b;
    left: 0;
    top: 12px;
}

.pref-e>label input:checked+span:before {
    background-color: #da242b;
}

.inputPref {
    max-width: 98px;
}

.inputPref input {
    height: 40px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 14px;
    padding: 0 5px;
}

.inputPref input:disabled {
    background-color: #ebebeb;
}

.pref-e+.pref-e {
    margin-top: 13px;
}

.prefBody .pref-e:last-child {
    margin-bottom: 24px;
}

.selpref .prefBody {
    display: none;
}

.selpref.active .prefBody {
    display: block;
}

.formBody .selpref:not(:first-child) {
    border-top: 1px solid #cccccc;
}

.formFinalizebanner {
    padding: 0 20px 20px;
}

.showAmt h4 {
    font-size: 20px;
    color: #D22A31;
    font-weight: 600;
}

.banner.bannerHome .showAmt h4 {
    color: #363636;
}

.btn-red {
    background: #d91f26;
    color: #fff;
    border: 1px solid #d91f26;
    font-weight: 600;
}

.btn-red:hover {
    color: #bd151b;
    background: transparent;
    border: 1px solid #bd151b;
}

.btnForm .btn {
    width: 100%;
    height: 50px;
    font-size: 16px;
    margin-top: 24px;
}

input.btn.btn-red.btnOwn.disabled {
    cursor: not-allowed;
    background: gray;
}

.success-msg {
    display: none;
}

.tooltipTrigger {
    font-size: 12px;
    color: #d91f26;
    margin-top: 10px;
    font-weight: 600;
}

.bootstrap-select div.dropdown-menu>.dropdown-menu {
    display: block !important;
    position: static;
}

.bootstrap-select .dropdown-menu a {
    font-size: 16px;
    color: #666;
    display: block;
    padding: 5px 10px;
    font-weight: 500;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.showC-stat {
    font-size: 14px;
}

.selectMulti-l .dropdown-menu li a {
    font-size: 13px;
}

.selectWell .filter-option strong,
.showC-stat strong,
.selectMulti-l .dropdown-menu li a strong {
    font-weight: 700;
}

.selectWell .filter-option span,
.showC-stat span,
.selectMulti-l .dropdown-menu li a span {
    color: #33cc33;
}

.custom-select,
select{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: url('../images/down.png');
    background-repeat: no-repeat;
    background-position: right 12px center;
    font-size: 14px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-weight: 500;
}

.prefAuto .custom-select {
    /*min-width: 268px;*/
}

/*DIP*/

.display {
    padding: 75px 0;
    text-align: center;
}

.sec-hdr {
    width: 74%;
    margin: 0 auto 45px;
}

.sec-hdr h3 {
    color: #333333;
    font-weight: 700;
    margin-bottom: 20px;
}

.sec-hdr p {
    color: #666666;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 0px;
}

.blk-inr figure {
    margin: 0
}

.blk-inr a {
    display: inline-block;
    margin-top: 25px;
    font-size: 18px;
    color: #ed0000;
    text-decoration: none;
    font-weight: 500;
    position: relative;
}
.blk-inr a::before {
    content: ' ';
    position: absolute;
    right: -16px;
    background-image: url(../images/right-arrow-red.png);
    width: 9px;
    height: 14px;
    background-repeat: no-repeat;
    top: 5px;
    transform: scale(0.7);
}
.blk-inr a:hover {
    color: #465560
}

.blk-txt .sec-hdr {
    width: 100%
}

.blk-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.blk-sec {
    padding: 50px 0;
}

.blk-sec:nth-last-child(odd) {
    background-color: #f6f7f8;
}

.blk-sec:nth-last-child(even) .blk-outer .blk-txt {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.blk-img figure {
    margin: 0;
    text-align: center;
}

.blk-txt,
.blk-img {
    width: 50%;
    float: left;
}

.blk-sec .sec-hdr {
    margin-bottom: 30px;
}

.faq {
    padding-top: 75px
}

.qs-ans-outer {
    padding-bottom: 75px;
    border-bottom: 1px solid #cccccc;
}

.qs-ans-blk {
    padding-bottom: 50px;
}

.qs-ans-blk:last-child {
    padding-bottom: 0px;
}

.qs-ans-blk h4 {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.qs-ans-blk p {
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
}

.rev-slider {
    padding: 75px 0;
}

.rev-blk {
    text-align: center;
    padding: 0 60px;
}

.rev-blk h4 {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
}

.rev-blk figure img {
    margin: 0 auto;
}

.rev-blk p {
    font-size: 16px;
    color: #666666;
    line-height: normal;
}

.rev-slider .slick-dots {
    text-align: center;
}

.rev-slider .slick-dots li {
    display: inline-block
}

.rev-slider .slick-dots li button {
    display: inline-block;
    font-size: 0;
    height: 16px;
    width: 16px;
    margin: 0 7px;
    background-color: #f3f3f3;
    cursor: pointer;
}

/*.home-reviews.slick-slider .slick-prev{*/
    /*left: -40px !important;*/
/*}*/
/*.home-reviews.slick-slider .slick-next{*/
     /*right: 0 !important;*/
 /*}*/

/*.rev-slider .slick-dots li button{
    display: none;
}*/

.rev-slider .slick-dots li.slick-active button {
    background-color: #999999;
}

.cstm-tgl-btn {
    display: none;
    margin-top: -25px;
}

.size-dimension {
    float: right;
    margin-right: 30px;
    font-weight: 500;
}

.size-dimension span {
    position: relative !important;
    margin-left: 15px;
    font-size: 14px;
    color: #666666
}

.size-dimension figure {
    width: 16px;
    float: left;
    color: #60d760
}

.openPref a span b {
    font-weight: 700;
}

.howWorks {
    padding-bottom: 20px;
}

/*DIP*/

/*15.05.2018*/

.hm-bnr {
    min-height: 435px;
    background-color: #000000;
    position: relative;
}

.bnr-inr {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.bnr-inr-txt {
    max-width: 500px
}

.bnr-inr-txt h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    line-height: normal
}

.choose-section {
    background-color: #4A5560;
}

.choose-section-inr {
    padding: 15px 50px 15px 70px;
}

.choose-section-inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
}

.prefDetail-gnrl {
    background-color: transparent;
    border-radius: 5px;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 250px;
    overflow-y: auto;
}

.prefDetail-2 {
    width: 248px;
}

.prefDetail-3 {
    width: 180px;
}

.prefDetail-4 {
    width: 200px;
}

.choose-section-inr .buy-itm {
    width: 108px;
}
.choose-section-inr .buy-itm h5 {
    color: #fff;
    font-weight: 600;
}
.choose-section-inr .buy-itm h5 span {
    font-weight: bold;
    color: #F8D900;
}
.get_started_btn {
    border-radius: 5px;
    width: auto !important;
    padding: 0 50px 0 25px;
    font-weight: 700;
}

.choose-section-inr .strt-btn {
    position:  relative;
}

.choose-section-inr .strt-btn::before {
    position: absolute;
    content: '';
    background-image: url(../images/btn-right-arrow.png);
    width: 9px;
    height: 15px;
    right: 22px;
    top: 18px;
    background-repeat: no-repeat;
}
.strt-btn a {
    display: inline-block;
    background-color: #d91f26;
    line-height: 50px;
    width: 180px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.strt-btn a:hover {
    background-color: #465560;
}

.prefDetail-gnrl .btn.dropdown-toggle.btn-default {
    border-radius: 5px;
    background-color: #fff;
}

.cms-index-index .validation-advice {
    position: relative !important;
}

.prefDetail-gnrl .selectWell button::after {
    border: 0;
    background-image: url(../images/dwn-arw.png);
    height: 10px;
    width: 15px;
    top: 20px;
}

.prefDetail-gnrl .selectWell button {
    background-color: transparent;
    border: 1px solid #cccccc;
    border-radius: 0;
    height: 50px;
    padding: 0 18px;
    line-height: 50px;
    color: #666666;
    text-transform: capitalize;
    font-size: 16px;
    white-space: normal;
}

.prefDetail-gnrl .filter-option span {
    color: #d91f26;
    font-weight: 600;
}

.buy-itm h5 {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}

.buy-itm h5 span {
    color: #009900;
    font-weight: 700;
}

.review-area-inr {
    padding: 40px 0 45px;
    position: relative;
    /* border-bottom: 1px solid #cccccc;*/
}

.review-area-inr:after {
    position: absolute;
    content: "";
    border-bottom: 1px solid #cccccc;
    width: 90%;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.rating-section {
    text-align: center;
}

.rating-section figure {
    margin-bottom: 20px;
}

.rating-section h4 {
    font-size: 18px;
    color: #333333;
    font-weight: 700;
}

.rating-section h4 span {
    font-weight: 500;
}

.rating-section a {
    font-size: 16px;
    color: #d91f26;
    display: inline-block;
    margin-top: 10px;
    font-weight: 500;
}

.rating-section a:hover {
    color: #333333;
}

.customer-love {
    padding: 70px 0 70px;
    background-color: #d91f26;
}

.cl-blk {
    text-align: center;
    padding: 0 25px;
}

.cl-blk figure {
    height: 75px;
    line-height: 75px;
    margin-bottom: 30px
}

.cl-blk h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.cl-blk p {
    font-size: 16px;
    color: #fff;
    line-height: normal;
    font-weight: 500;
}

.customer-love .sec-hdr h3 {
    color: #fff;
}

.prefDetail-gnrl .dropdown-menu.inner a span {
    font-weight: 500;
    color: #666;
    font-size: 16px;
    text-transform: capitalize;
}

.fixed-header {
    position: fixed !important;
    padding: 0 !important;
    left: 0;
    top:0px !important;
    background: #fff;
    width: 100%;
    z-index: 9;
    -webkit-box-shadow: 0 0 25px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 25px 2px rgba(0, 0, 0, .2);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}
header#header.slideDown{
    top: 0px;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}
.fixed-header .headerMed {
    padding: 12px 0 10px;
    /*transition: all .4s ease-in-out;*/
    /*-webkit-transition: all .4s ease-in-out;*/
    /*-moz-transition: all .4s ease-in-out;*/
    /*-ms-transition: all .4s ease-in-out;*/
}

/*16.05.2018*/

.sub-menu {
    min-width: 215px;
    padding: 11px 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: #fff;
    display: none;
    border-radius: .25rem;
}

.sub-menu>li {
    padding: .25rem 1.5rem;
    position: relative;
}

.sub-menu>li>a {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}

.sub-menu>li>.sub-menu {
    left: 100%;
    height: auto;
    padding: 0;
    display: none;
    z-index: 1;
    top: 0;
    z-index: 9;
}

.navbar-nav>li:hover>.sub-menu {
    display: block;
}

.nav-item,
.nav-link {
    position: relative;
}

.navbar-nav>li>.sub-menu>li:hover .sub-menu {
    display: block;
}

.navbar-nav>li>.sub-menu>li:hover>a {
    color: #dd4349;
}

.arrowD:after {
    background: url('../images/arrow.png')no-repeat;
    width: 9px;
    height: 5px;
    border: 0;
    position: absolute;
    top: 13px;
    right: 5px;
    content: "";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.jq-ry-container {
    margin: 0 auto;
}

.jq-ry-container svg {
    stroke: #ffd203;
    /*     fill:#ffd203;*/
    stroke-width: 10px;
}

.rating-section .jq-ry-container svg+svg {
    margin-left: 2px !important;
}

.rateYo svg {
    width: 20px;
    height: 20px;
}

.rev-blk figure {
    margin-bottom: 23px;
}

.rev-blk p {
    font-weight: 500;
    margin-bottom: 12px;
}

.clnt-rev p {
    font-weight: 700;
}

/* 17-05-2018 */

.link-Red {
    color: #ed0000;
}

.link-Red:hover {
    color: #333;
}

.jq-ry-container>.jq-ry-group-wrapper {
    z-index: 1;
}

.headerInner {
    padding: 30px 0 20px;
}

.whiteHdr {
    background: #fff;
}

.headerInner h2 {
    color: #333333;
}

.cartSec {
    padding: 30px 0;
}

.greyBack {
    background-color: #f6f7f8;
}

.cartBox {
    width: 100%;
    background-color: #fff;
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 40px;
}

.editDesign {
    font-size: 14px;
}

.designFt {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 183px;
    flex: 0 1 183px;
    width: 100%;
}

.designqPr {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 30px;
}

.cartOpt {
    font-size: 0;
}

.cartOpt .link-Red {
    font-size: 14px;
}

.cartOpt .link-Red+.link-Red {
    margin-left: 18px;
}

.tableProdSelt {
    max-width: 333px;
    /* margin-top: 15px; */
}

.rp-cart-actions {
    justify-content: space-between;
    display: flex;
}

.table {
    display: table;
}

.table-row,
.table-header {
    display: table-row;
}

.table-cell {
    vertical-align: middle;
    display: table-cell;
    width: 16.666%;
}

.tableProdSelt .table-cell {
    position: relative;
    padding: 0 8px;
    height: 42px;
    border-bottom: 1px solid #ebebeb;
    font-size: 12px;
    color: #666666;
}

.tableProdSelt .table-row:last-child .table-cell {
    border-bottom: none;
}

.tableProdSelt .table-header .table-cell {
    font-size: 14px;
    height: 32px;
}

.radioCircle {
    position: relative;
    cursor: pointer;
}

.radioCircle input {
    position: absolute;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.radioCircle input+span {
    padding-left: 26px;
    position: relative;
}

.radioCircle input+span::before {
    position: absolute;
    content: '';
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 0 2px #d91f26;
    box-shadow: 0 0 0 2px #d91f26;
    border: 3px solid #fff;
}

.radioCircle input:checked+span:before {
    background-color: #d91f26;
}

.cartPrChoice h4 {
    font-size: 18px;
    color: #333333;
    padding-right: 150px;
}

.cartPrChoice a {
    float: left;
    width: 100%;
    text-align: left;
}

.cartPrChoice {
    display: flex;
    flex-direction: column;
}

.rp-checkout-header {
    display: flex;
    margin-bottom: 20px;
}

.rp-checkout-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.rp-checkout-price-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footerChckoutCart {
    padding-top: 20px;
    border-top: 1px solid #cccccc;
}

.rp-cart-actions > a {
    margin-right: 10px;
}

.checkoutGo {
    font-size: 0;
    display: flex;
    align-items: center;
}

.footerChckoutCart .btn {
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    width: 224px;
    line-height: 2.9;
}


.checkoutGo p {
    display: inline-block;
    vertical-align: middle;
    color: #d91f26;
    font-size: 20px;
    margin-right: 20px;
}

.prodsShow .blk-inr figure {
    height: 204px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    max-width: 313px;
    margin: 0 auto;
}

.prodShorts p {
    color: #666666;
    margin-top: 10px;
    font-weight: 500;
}

.prodShorts h5 {
    color: #ed0000;
    font-weight: 500;
}

.prodShorts {
    padding: 25px 0 30px;
}

.prodsShow .blk-inr .btn {
    margin-top: 0;
    width: 100%;
    max-width: 224px;
    font-size: 16px;
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 2.9;
}

.prodsShow .blk-inr .btn:not(:hover) {
    color: #d91f26;
}

.designSelection {
    padding: 20px 0;
    position: relative;
}

.showC-e {
    min-height: 261px;
    margin-bottom: 46px;
    cursor: pointer;
}

li.section.allow.active > .step-title > a {
    display: none;
}

.remember-me-box {
    display: flex;
    align-items: center;
}
.remember-me-box > .input-box {
    width: initial;
}

.remember-me-box > label {
    margin-bottom: 0px;
    margin-right: 5px;
}

.paginationTemplates {
    text-align: left;
}

.paginationTemplates ul {
    font-size: 0;
}

.paginationTemplates ul li {
    display: inline-block;
    vertical-align: middle;
}

.paginationTemplates ul li+li {
    margin-left: 7px;
}

.paginationTemplates a {
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #576671;
    border: 1px solid #cccccc;
}

.paginationTemplates li.active a,
.paginationTemplates li a:hover {
    border-color: #576671;
    background-color: #576671;
    color: #fff;
}

.designSelection .prodSelCust {
    width: calc(100% - 400px);
    position: relative;
    padding-right: 44px;
}

.prodContent {
    position: relative;
    /* margin-right: 44px; */
}

.showC-e {
    min-height: 261px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 43%;
    flex: 0 1 43%;
    max-width: 248px;
    width: 100%;
    position: relative;
    font-size: 0;
    text-align: center;
}

.designUpShowcase {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 42px 68px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.upNew {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px dashed #cccccc;
}

.upNew input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

.upNew figure {
    margin-bottom: 25px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.upNew:hover figure {
    margin-bottom: 30px;
}

.showC-e p {
    font-size: 16px;
    color: #435561;
    margin-bottom: 8px;
    font-weight: 500;
}

.showC-e:not(.upNew) figure {
    height: 154px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
}

.showC-e:not(.upNew) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.showC-e:not(.upNew) p {
    margin-bottom: 0;
}

.showC-e p span {
    display: block;
}

.showC-e .btn {
    margin: 0;
    height: 41px;
    border: 1px solid #c7cbcc;
    border-radius: 0;
    font-size: 16px;
    color: #576671;
    width: auto;
    padding: 0 37px;
    line-height: 2.3;
    font-weight: 500;
}

.showC-e .btn:hover {
    background-color: #c7cbcc;
    color: #fff;
}

.btnForm .btn:disabled {
    background-color: #cccccc;
    color: #fff;
    border-color: #cccccc;
    pointer-events: none;
}

.formFinalizebanner .showAmt p {
    font-size: 14px;
    color: #666666;
}

.designCat li a {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    font-weight: 500;
    padding: 0px 5px;
    width: 80%;
}
.designCat li a.selectedFilter,
.designCat li a:hover {
    color: #de4441;
    background: #f6f7f8;
    width: 80%;
    align-items: center;
    padding: 0px 5px;
    border-radius: 5px;
    font-weight: 600;
}
.designCat li.cat-level-4 {
    margin-left: 10px;
}

.prodImgOpt a,
.prodImgOpt a figure {
    display: inline-block;
    vertical-align: text-bottom;
}

.prodImgOpt a {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.prodImgOpt a figure {
    margin-right: 6px;
}

.prodImgOpt a+a {
    margin-left: 0;
}

.showContextSelt {
    margin-top: 25px;
}

.showContextSelt figure {
    width: 462px;
    position: relative;
    margin: 0 auto;
}

.designCat ul {
    margin-bottom: 15px;
}

.productVwSolo a {
    position: relative;
    font-size: 0;
}

.productVwSolo {
    margin-top: 35px;
}

.productVwSolo a::after {
    width: 43px;
    height: 43px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    content: '';
    right: 10px;
    bottom: 10px;
    background-image: url('../images/magnify.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.previewFinal header label {
    font-size: 16px;
    font-weight: 700;
}

.previewFinal header .table {
    margin-top: 10px;
    margin-bottom: 0;
}

.previewFinal p {
    font-size: 16px;
    color: #666666;
}

.previewFinal p span {
    color: #333333;
}

.xtrasProd {
    padding: 18px 20px;
    margin-top: 15px;
    background: #f6f7f8;
}

.xtrasProd h6 {
    font-weight: 700;
    font-size: 14px;
    color: #999999;
    margin-bottom: 10px;
}

.xtras-e+.xtras-e {
    margin-top: 15px;
}

.xtras-e h5 {
    font-size: 14px;
}

.xtras-e label {
    font-size: 0;
    margin-top: 8px;
    cursor: pointer;
}

.xtras-e label input {
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.xtras-e label span {
    font-size: 14px;
    color: #666666;
    padding-left: 24px;
    position: relative;
}

.xtras-e label input+span::before {
    background: #fff;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #cccccc;
}

.xtras-e label input:checked+span:before {
    background-image: url('../images/tick.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px;
}

.xtras-e label span strong {
    color: #333333;
    font-weight: 700;
}

.paginationArrows .leftContent,
.paginationArrows .rightContent {
    position: absolute;
    top: 46%;
    font-size: 42px;
    color: #c7cbcc;
}

.paginationArrows .leftContent:hover,
.paginationArrows .rightContent:hover {
    color: #ed0000;
}

.paginationArrows .leftContent {
    left: 0;
}

.paginationArrows .rightContent {
    right: 0;
}

/* 18-05-2018 */

.pageNavBk {
    padding: 10px 0;
}

.pageNavBk .link-Red {
    font-size: 12px;
    line-height: 30px;
}

.designReqPg {
    padding: 35px 0;
}

.designLb h3 {
    font-size: 20px;
}

.designLb h3 span {
    color: #666666;
}

.designLb p {
    font-size: 14px;
    color: #666666;
    margin-top: 5px;
}

.itemStyle {
    padding: 0 6px;
    text-align: center;
    font-size: 0;
    outline: 0;
}

.itemStyle figure {
    position: relative;
    display: inline-block;
    font-size: 0;
    cursor: pointer;
}

.itemStyle figure:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 3px solid transparent;
    pointer-events: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

/* .itemStyle figure:before {
    position: absolute;
    content: '\f00c';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    width: 25px;
    height: 25px;
    color: transparent;
    font-size: 16px;
    pointer-events: none;
    line-height: 25px;
    left: 0;
    top: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
} */
.itemStyle figure:before {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    color: transparent;
    font-size: 16px;
    background-image:url(../images/check-mark.png);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:15px;
    pointer-events: none;
    line-height: 25px;
    left: 0;
    top: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 0;
}

/* .itemStyle figure.active:after {
    border-color:#000
} */
.itemStyle figure.active:after {
    border-color: #000;
}

/* .itemStyle figure.active:before {
    background: #000;
    color: #fff;
} */

.itemStyle figure.active:before {
    background-color: #000;
    opacity: 1;
}

.slideSelectStyle {
    padding: 0 69px;
    margin-top: 20px;
}

.slideSelectStyle .slick-arrow {
    padding: 0;
    border: none;
    background: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.slideSelectStyle .slick-prev {
    left: 0;
}

.slideSelectStyle .slick-next {
    right: 0;
}

.thparent {
    font-size: 0;
}

.thparent span {
    width: 27px;
    height: 26px;
    display: inline-block;
    vertical-align: top;
}

.thparent span+span {
    margin-left: 3px;
}

.thparent .th-var-1 {
    background-color: #fcfff5;
}

.thparent .th-var-2 {
    background-color: #d1dbbd;
}

.thparent .th-var-3 {
    background-color: #91aa9d;
}

.thparent .th-var-4 {
    background-color: #3e606f;
}

.thparent .th-var-5 {
    background-color: #193441;
}

.themeDown div.dropdown-menu {
    background: #ddd;
}

.themeDown ul.dropdown-menu {
    background-color: transparent;
}

.designRows+.designRows {
    margin-top: 50px;
}

.designRows label {
    display: block;
    margin-bottom: 10px;
}

.inputDsg input {
    height: 51px;
    padding: 0 19px;
}

.inputDsg textarea {
    height: 101px;
    resize: none;
    padding: 12px 15px;
}

.inputDsg input,
.inputDsg textarea {
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    width: 100%;
    display: block;
    background: #fff;
    font-size: 14px;
    color: #333;
}

.inputDsg input::-moz-placeholder,
.inputDsg textarea::-moz-placeholder {
    color: #cccccc;
    opacity: 1;
}

.inputDsg input::-webkit-input-placeholder,
.inputDsg textarea::-webkit-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

.themeDown,
.themeSele label {
    display: inline-block;
    vertical-align: middle;
}

.themeDown {
    width: 50px;
    margin-left: 22px;
    height: 30px;
}

.themeDown .btn {
    padding: 0;
    background: none;
    border: none;
    height: auto;
}

.themeSele label {
    margin: 0;
}

.themeSele {
    margin-top: 25px;
}

.themeDown .dropdown-toggle::after {
    vertical-align: middle;
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 12px;
}

.themeDown div.dropdown-menu li a .thparent span {
    width: 24px;
    height: 24px;
}

.themeDown div.dropdown-menu .themeDown div.dropdown-menu li a {
    padding: 3px;
}

.inputFile .btn {
    position: relative;
    border: 1px solid #333333;
    border-radius: 3px;
    font-size: 15.99px;
    color: #333333;
    background: transparent;
    padding: 0 42px;
    line-height: 40px;
}

.inputFile .btn:hover {
    background-color: #333;
    color: #fff;
}

.inputFile .btn input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.ftFormDesign {
    margin-top: 60px;
    font-size: 0;
}

.ftFormDesign .btn {
    min-width: 179px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 50px;
    font-size: 18px;
    font-weight: 700;
}

.ftFormDesign .btn+.btn {
    margin: 0 10px;
}

.headerInner h1 {
    margin-bottom: 25px;
}

.inputFile {
    margin-top: 12px;
}

.sectionBlocks .blk-sec {
    background-color: #fff;
}

.sectionBlocks .blk-sec:nth-child(2n) {
    background-color: #f6f7f8;
}

.prodSelCust .paginationTemplates:last-of-type {
    margin-bottom: 35px;
}

.prod-e-price h3 {
    font-size: 20px;
}

.prod-e-price {
    margin-bottom: 35px;
}

.prod-e-price #basePrice {
    font-size: 15px;
    font-weight: 600;
}

.cart-e:not(:last-child) {
    border-bottom: 1px solid #cccccc;
}

.cart-e+.cart-e {
    margin-top: 40px;
}

.rating-section .rateYo {
    pointer-events: none;
}

.rating-section .rateYo svg {
    width: 33px;
    height: 31px;
}

.rating-section .jq-ry-container>.jq-ry-group-wrapper {
    margin-left: -30px;
}

/*22.5.18*/

.top_nav_holder {
    max-width: 800px;
    margin: 0 auto;
}

.top_nav_holder .nav-item {
    position: relative;
    display: inline-block;
    width: 25%;
    vertical-align: bottom;
}

.logpg_top {
    padding-top: 10px;
    background-color: #fff;
}

.top_nav_holder .nav-link {
    border-radius: 0;
    text-align: center;
    font-size: 18px;
    color: #333333;
    border-bottom: 2px solid transparent;
    font-weight: 400;
}

.top_nav_holder .nav-pills .nav-link.active {
    color: #333333;
    background-color: transparent;
    border-bottom: 2px solid #d91f26;
}

.top_nav_holder .nav-link span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    height: 24px;
}

.logpg_bttm {
    padding: 40px 0;
    background-color: #f6f7f8;
}

.logincon h5 {
    font-size: 14px;
    color: #333333;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.log_social li {
    display: inline-block;
    margin: 0 10px;
}

.log_social li:first-child {
    margin-left: 0;
}

.log_social li:last-child {
    margin-right: 0;
}

.log_social ul {
    text-align: center;
}

.log_social li a {
    display: block;
    height: 60px;
    line-height: 60px;
    width: 60px;
    border-radius: 5px;
    color: #fff;
    font-size: 30px;
    text-align: center;
}

.azn {
    background-color: #232f3e;
}

.azn:hover {
    background-color: #516c8d;
}

.fbb {
    background-color: #3b5998;
}

.fbb:hover {
    background-color: #2f67dd;
}

.g_pls {
    background-color: #f34634;
}

.g_pls:hover {
    background-color: #cf4739;
}

.log_social {
    margin-bottom: 32px;
}

.or_out {
    background-color: #b7b7b7;
    height: 1px;
    text-align: center;
    position: relative;
    width: 185px;
    margin: 0 auto;
}

.or_out span {
    color: #999999;
    font-size: 16px;
    width: 45px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    background-color: #f6f7f8;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.c_body {
    display: none;
}

.top_rd_full {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 35px;
}

.cstm_rd {
    display: inline-block;
    width: 108px;
}

.cstm_rd:first-child {
    margin-right: 20px;
}

.top_rd_full .radioCircle input+span::before {
    top: 0;
    width: 18px;
    height: 18px;
    box-shadow: none;
    border: 3px solid #e6e6e6;
    background-color: #ffffff;
}

.top_rd_full .radioCircle input:checked+span::before {
    background-color: #d91f26;
}

.top_rd_full .radioCircle input+span {
    padding-left: 26px;
    position: relative;
    text-transform: uppercase;
    color: #333333;
    font-size: 14px;
}

.log_new {
    height: 48px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    color: #999999;
    font-size: 16px;
    padding: 10px 20px;
}

.log_new:focus {
    border: 1px solid #d91f26;
}

.btm_inptsl_hldr {
    width: 450px;
    margin: 0 auto;
}

.btm_inptsl_hldr ul li {
    margin-bottom: 30px;
}

.keep_in label input+span::before {
    width: 22px;
    height: 22px;
    border-radius: 3px;
    top: -2px;
}

.keep_in {
    text-align: center;
    margin-bottom: 35px;
}

.keep_in label span {
    color: #333;
    padding-left: 32px;
    vertical-align: middle;
}

.logbtn_hold {
    text-align: center;
    margin-bottom: 25px;
}

.logbtn_hold input {
    width: 280px;
    height: 50px;
    font-weight: bold;
}

.frgt_pss {
    text-align: center;
}

.frgt_pss a {
    font-size: 14px;
    color: #333;
    display: inline-block;
}

.frgt_pss a:hover {
    color: #d91f26;
}

.gray_bk {
    background-color: #f6f7f8;
}

.terms {
    text-align: center;
    margin-top: 80px;
}

.terms p {
    font-size: 14px;
    color: #999999;
}

.terms p a {
    display: inline-block;
    margin: 0 5px;
    color: #d91f26;
}

.total_shipment {
    max-width: 1140px;
    margin: 0 auto;
}

.inner_shp_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.add_address {
    width: 50%;
    min-height: 190px;
    padding: 0 10px;
    margin-bottom: 15px;
}

.adrs-inr {
    border: 1px solid #cccccc;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    padding: 20px 30px 20px 45px;
    position: relative;
}

.dashed_box {
    border: 1px dashed #cccccc;
    position: relative;
    text-align: center;
    line-height: 190px;
}

.dashed_box a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    color: #d91f26;
}

form#uploadForm {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 10px;
}
form#uploadForm .buttons-set {
    width: 100%;
    float: left;
    margin: 15px auto;
    text-align: center;
}
.hdng_glbl {
    margin: 20px auto;
    width: 100%;
    float: left;
}

.hdng_glbl h3 {
    color: #333;
    font-weight: 500;
}

.addrs_rd {
    position: absolute;
    top: 20px;
    left: 15px;
}

.addrs_rd .radioCircle input+span {
    padding-left: 0px;
    position: static;
}

.addrs_rd .radioCircle input+span::before {
    top: 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    background-color: rgb(255, 255, 255);
    box-shadow: none;
    border: 3px solid #e6e6e6;
}

.addrs_rd .radioCircle input:checked+span:before {
    background-color: #d91f26;
}

.full_address h5 {
    font-size: 16px;
    color: #333333;
    margin-bottom: 5px;
    font-weight: 500;
}

.add_prsn_name,
.hous_addrs p,
.phone_add {
    font-size: 14px;
    color: #666666;
    margin-bottom: 5px;
}

.edit_add {
    color: #d91f26;
    display: inline-block;
    font-size: 14px;
}

.edit_add:hover {
    color: #435561;
}

.edit_add:first-child {
    margin-right: 18px;
}

.view_outer {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.view_outer a {
    color: #d91f26;
    font-size: 15px;
}

.view_outer a:hover {
    color: #435561;
}

.view_outer a span {
    vertical-align: middle;
    margin-left: 5px;
}

.ship_address {
    margin-bottom: 50px;
}

.method_line {
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

.method_line .radioCircle {
    display: block;
    padding: 15px;
}

.method_line .radioCircle em {
    float: right;
    font-weight: 600;
    color: #333;
}

.method_line .radioCircle input+span {
    display: block;
    color: #666;
}

.method_line .radioCircle input+span::before {
    width: 16px;
    height: 16px;
    box-shadow: none;
    border: 3px solid #e6e6e6;
}

.method_line .radioCircle input+span strong {
    font-weight: bold;
    color: #333;
}

.shipping_rt {
    border: 1px solid #e6e6e6;
    background-color: #fff;
    padding: 25px;
    border-radius: 5px;
}

.itms_blk h5 {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}

.rt_items_line {
    font-size: 0;
    padding: 12px 0;
    border-bottom: 1px solid #e6e6e6;
}

.itm_dtls_inner_lt {
    display: inline-block;
    vertical-align: top;
    width: 75%;
}

.itm_dtls_inner_rt {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

.itms_image {
    width: 47px;
    height: 47px;
    float: left;
}

.itms_image img {
    width: 100%;
}

.fill_itms {
    overflow: hidden;
    padding-left: 10px;
}

.fill_itms p {
    font-size: 13px;
    color: #333;
    font-weight: 500;
}

.fill_itms span {
    color: #666666;
    font-size: 13px;
}

.itm_dtls_inner_rt {
    color: #333;
    font-weight: 500;
    font-size: 13px;
    text-align: right;
}

.itms_blk {
    margin-bottom: 25px;
}

.order_summery h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.ordr_sum_full {
    display: table;
    width: 100%;
}

.order_row {
    display: table-row;
}

.ordr_cell {
    display: table-cell;
    font-size: 13px;
    color: #333;
    padding-bottom: 15px;
}

.wdd75 {
    width: 75%;
}

.wdd25 {
    width: 25%;
}

.brder-top {
    border-top: 1px solid #cccccc;
    padding: 15px 0;
    font-weight: 600;
}

.order_summery button {
    width: 100%;
    font-weight: 600;
}

.style1 {
    background-color: #fff;
}

.style2 {
    background-color: #fff;
}

.style3 {
    background-color: #fff;
}

.address_pop {
    padding: 50px 55px;
}

#modal_add .modal-dialog {
    max-width: 675px;
}

#modal_add .modal-content {
    border: none;
    border-radius: 0;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.modal-backdrop {
    background-color: rgb(249, 249, 249) !important;
}

.modal-backdrop.show {
    opacity: 0.8 !important;
}

.address_pop h5 {
    font-size: 20px;
    color: #333;
    font-weight: 500;
    margin-bottom: 25px;
}

.addrs_line {
    margin-bottom: 30px;
}

.addrs_line input {
    width: 100%;
    height: 48px;
    border: 1px solid #e6e6e6;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 16px;
    color: #cccccc;
    font-weight: 500;
}

.addrs_line .custom-select {
    height: 48px;
    color: #ccc;
    border: 1px solid #e6e6e6;
    font-weight: 500;
    font-size: 16px;
}

.prefBody .pref-e {
    width: 100%;
}

.address_final {
    text-align: center;
}

.address_final .btnOwn {
    height: 45px;
    width: 200px;
    font-size: 18px;
    font-weight: 500;
    margin-left: 20px;
}

.cncl {
    height: 45px;
    width: 175px;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #d91f26;
    background-color: #fff;
    color: #d91f26;
}

.cncl:hover {
    background-color: #d91f26;
    color: #fff;
}

.total_review {
    max-width: 1000px;
    margin: 0 auto;
}

.review_lt .itms_blk h5 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
}

.review_lt .rt_items_line {
    padding: 18px 0;
}

.review_lt .itms_image {
    width: 75px;
    height: 56px;
    overflow: hidden;
}

.review_lt .fill_itms {
    padding-left: 18px;
}

.review_lt .fill_itms p {
    font-size: 16px;
    margin-bottom: 5px;
}

.review_lt .fill_itms span {
    font-size: 16px;
}

.review_lt .itm_dtls_inner_rt {
    font-size: 16px;
}

.review_lt {
    padding-right: 35px;
}

.blling_addrs .add_prsn_name,
.blling_addrs .hous_addrs p,
.blling_addrs .phone_add {
    font-size: 14px;
    margin-bottom: 5px;
}

.blling_addrs .hous_addrs p {
    line-height: 22px;
}

.blling_addrs .full_address {
    padding-right: 20px;
}

.review_lt .itms_blk {
    margin-bottom: 45px;
}

.blling_addrs {
    margin-bottom: 35px;
}

.payment_mode_innerfull {
    padding: 15px 20px;
    border: 1px solid #cccccc;
    border-radius: 5px;
}

.payment_mode_innerfull h5 {
    font-size: 16px;
    display: inline-block;
    color: #666;
}

.payment_mode_innerfull h5 span {
    display: inline-block;
    color: #333;
    font-weight: 500;
}

.payment_mode_innerfull .edit_add {
    float: right;
}

.payment_full {
    max-width: 1000px;
    margin: 0 auto;
}

.cst_typ_rdo,
.inner_cst_typ_rdo {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    border: 3px solid #e6e6e6;
    background-color: #fff;
    cursor: pointer;
    position: absolute;
    top: 15px;
    left: 15px;
}

.selected_RDO,
.selected_innerRDO {
    background-color: #d91f26;
}

.new_bk_white {
    background-color: #fff;
}

.new_method_upper,
.card_con {
    padding: 13px 15px;
    position: relative;
}

.main_pay_stat h5 {
    font-size: 14px;
    display: inline-block;
    font-weight: 500;
    vertical-align: top;
}

.main_pay_stat {
    padding-left: 30px;
}

.main_pay_stat h5 span {
    display: block;
    font-size: 12px;
    color: #999999;
}

.prchs_ordr {
    display: none;
    padding-left: 30px;
    padding-top: 15px;
}

.prchs_ordr h6 {
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
    font-weight: 500;
}

.prchs_ordr input {
    height: 35px;
    border: 1px solid #e6e6e6;
    width: 100%;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 5px;
    color: #999999;
}

.prchs_ordr input:focus {
    border: 1px solid #d91f26;
}

.new_bk_white .prchs_ordr {
    display: block;
}

.amricn_card {
    display: inline-block;
    width: 45px;
    margin-right: 15px;
    vertical-align: top;
}

.main_pay_stat .addrs_edit_full {
    float: right;
}

.main_pay_stat .edit_add:first-child {
    margin-right: 5px;
}

.card_con {
    margin-bottom: 10px;
    background-color: #f6f7f8;
}

.crd_details_inner_full {
    padding-top: 15px;
    padding-left: 30px;
    display: none;
}

.new_bk_white .crd_details_inner_full {
    display: block;
}

.white_bkg {
    background-color: #fff;
    border: 1px solid #e6e6e6;
}

.full_cvv_prt {
    padding-left: 93px;
    padding-top: 15px;
    display: none;
}

.code_cvv {
    font-size: 14px;
    margin-right: 10px;
    color: #333;
    vertical-align: middle;
}

.code_cvv a {
    margin-left: 5px;
    color: #d91f26;
}

.inp_cvv {
    height: 35px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    width: 82px;
    padding: 10px;
    font-size: 13px;
}

.white_bkg .full_cvv_prt {
    display: block;
}

.add_card_outer {
    padding-left: 30px;
    padding-right: 30px;
}

.add_crd_line {
    margin-bottom: 12px;
}

.add_crd_line label {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin-bottom: 5px;
}

.add_crd_line input {
    height: 35px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    width: 100%;
    padding: 015px;
    color: #999;
}

.add_crd_line input:focus {
    border: 1px solid #d91f26;
}

.add_card_inner {
    font-size: 0;
}

.side_add_card {
    display: inline-block;
    width: 28%;
    vertical-align: middle;
    margin-right: 20px;
}

.side_add_card .edit_add {
    margin: 18px 0 0 0;
}

.add_crd_line .keep_in {
    text-align: left;
    margin-bottom: 0;
}

.payment_full .shopping_method {
    margin-bottom: 50px;
}

/*=========04.06.2018============================*/

.sales-order-history.customer-account .col-left,
.review-customer-index.customer-account .col-left {
    width: 30%;
}

.sales-order-history.customer-account .col-main,
.review-customer-index.customer-account .col-main {
    width: 70%;
}

.sales-order-history.customer-account .block-account li a,
.review-customer-index.customer-account .block-account li a {
    color: #666;
    font-size: 14px;
}

.sales-order-history.customer-account .block-account li,
.review-customer-index.customer-account .block-account li {
    text-transform: capitalize;
    margin: 0 0 15px 0px;
    font-family: 'Montserrat', sans-serif;
}

.sales-order-history.customer-account .block-account li:last-child,
.review-customer-index.customer-account .block-account li:last-child {
    margin-bottom: 0px;
}

.sales-order-history.customer-account .block-title,
.review-customer-index.customer-account .block-title {
    margin-bottom: 25px;
}

.sales-order-history.customer-account .block-account li strong,
.review-customer-index.customer-account .block-account li strong {
    font-weight: 700;
    color: #333333;
}

body.customer-account .my-account .fieldset {
    margin-top: 18px;
}

.sales-order-history.customer-account .page-title h1,
.sales-order-history.customer-account .page-title h2,
.sales-order-history.customer-account .product-name h1,
.sales-order-history.customer-account .product-name .h1 {
    font-size: 20px;
    color: #666666;
    font-weight: 700
}

.sales-order-history.customer-account h2.product-name,
.sales-order-history.customer-account h3.product-name,
.sales-order-history.customer-account h4.product-name,
.sales-order-history.customer-account h5.product-name,
.sales-order-history.customer-account p.product-name {
    text-transform: capitalize;
}

.sales-order-history.customer-account .block-account li a:hover,
.sales-order-history.customer-account .block-cms-menu li a:hover {
    color: #d91f26;
}

.review-customer-index.customer-account .page-title h1,
.review-customer-index.customer-account .page-title h2,
.review-customer-index.customer-account .product-name h1,
.review-customer-index.customer-account .product-name .h1 {
    font-size: 20px;
    color: #666666;
    font-weight: 700
}

.review-customer-index.customer-account h2.product-name,
.review-customer-index.customer-account h3.product-name,
.review-customer-index.customer-account h4.product-name,
.review-customer-index.customer-account h5.product-name,
.review-customer-index.customer-account p.product-name {
    text-transform: capitalize;
}

.review-customer-index.customer-account .block-account li a:hover,
.review-customer-index.customer-account .block-cms-menu li a:hover {
    color: #d91f26;
}

/*=================================================*/

/*rivew-page-04.06.2018*/

.profile_hdngOuter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px 0px;
}

.profile_lftHdng h2 {
    font-size: 26px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 10px;
}

.profile_lftHdng li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.profile_lftHdng li:last-child {
    margin-right: 0px;
}

.profile_lftHdng li a {
    font-size: 14px;
    color: #333333;
    font-weight: 400
}

.profile_lftHdng li a span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.profile_lftHdng li a:hover {
    color: #d91f26;
}

.profile_lftHdng li:last-child a {
    color: #d91e25;
}

.profile_lftHdng li:last-child a:hover {
    color: #333;
}

.btn_blank {
    background: transparent;
    color: #d91f26;
    min-width: 148px;
    font-size: 14px;
    line-height: 40px;
    padding: 0px 10px;
}

.btn_blank:hover {
    background: #d91f26;
    color: #fff;
}

.profile_pannlSec {
    /*padding: 35px 0 70px;*/
    background: #f7f7f9;
}
.customer-account-index .profile_pannlSec {
    padding: 35px 0 70px;
}
.profile_menu li {
    line-height: 100%;
    display: block;
    margin-bottom: 20px;
}

.profile_menu li:last-child {
    margin-bottom: 0px;
}

.profile_menu li a {
    color: #666666;
    font-size: 14px;
}

.profile_menu li a:hover {
    color: #d91f26;
}

.profile_menu li.current a {
    font-weight: 700;
    color: #333;
}

.profile_hdng {
    margin-bottom: 25px;
}

.profile_hdng h2 {
    color: #666666;
    font-size: 20px;
    font-weight: 700;
}

.input_text {
    padding: 2px 5px;
}

.rvw_menu {
    margin-bottom: 25px;
}

.rvw_menu li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}

.rvw_menu li:last-child {
    margin-right: 0px;
}

.rvw_menu li a {
    font-size: 14px;
    color: #666666;
}

.rvw_menu li.current a {
    font-weight: 700;
    color: #333
}

.rvw_menu li a:hover {
    color: #d91f26;
}

.rivew_item {
    background: #fff;
    padding: 30px;
    margin-bottom: 20px;
}

.rivew_item:last-child {
    margin-bottom: 0px;
}

.rvw_itemInnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.rvw_Text {
    max-width: 75%;
}

.rvw_Text h4 {
    font-size: 14px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 10px;
}

.rvw_Text h4 span {
    font-weight: 400;
    color: #666;
}

.rating {
    margin-bottom: 10px;
}

.rvw_Text p {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}

.like_area {
    margin-top: 25px;
}

.like_area a {
    margin-right: 25px;
    color: #999999;
    font-size: 14px;
}

.like_area a:last-child {
    margin-right: 0px;
}

.like_area a span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.like_area a:hover {
    color: #d91f26
}

.unpublish_Btn a {
    color: #d91f26;
    font-size: 14px;
}

.unpublish_Btn a:hover {
    color: #333;
}

/*end*/

/*order-history-page*/

.order_outerBx {
    background: #fff;
    padding: 10px 25px 30px;
}

.order_tbleOuter {
    overflow-x: auto;
}

.order_tbleOuter table {
    width: 100%;
}

.order_tbleOuter th,
.order_tbleOuter td {
    padding: 15px 10px;
    border-bottom: 1px solid #e4e4e4;
    font-size: 14px;
    min-width: 110px;
    white-space: nowrap;
}

.order_tbleOuter th:first-child,
.order_tbleOuter td:first-child {
    padding-left: 0px;
}

.order_tbleOuter tr:last-child td {
    border-bottom: 0px;
}

.order_tbleOuter th {
    color: #999999;
}

.order_tbleOuter td {
    color: #666666;
}

.order_tbleOuter td span {
    color: #2fa114;
}

.order_tbleOuter td:nth-child(6),
.order_tbleOuter th:nth-child(6) {
    min-width: auto;
}

.order_tbleOuter td a {
    color: #d91d24;
    font-size: 14px;
}

.order_tbleOuter td a:hover {
    color: #333
}

.order_pagination {
    padding-top: 55px;
}

.order_pagination li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.order_pagination li a {
    height: 24px;
    width: 24px;
    border: 1px solid #cccccc;
    display: block;
    color: #576671;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
}

.order_pagination li a:hover,
.order_pagination li.active a {
    background: #576671;
    border-color: #576671;
    color: #fff;
}

/*================================== order history start ================*/

.srch_btn {
    display: none;
}

.rvw_slide_item:focus,
.rev-blk:focus {
    outline: none;
}

.order-total_dn {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-top: 1px solid #ccc;
    z-index: 1;
}

.inner_total_part {
    padding: 20px 10px;
}

.inner_total_part h6 {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    display: inline-block;
}

.inner_total_part h6 span {
    font-weight: 700;
    display: inline-block;
    margin-left: 5px;
}

.v_dtls {
    color: #d91f26;
    font-size: 16px;
    float: right;
    text-transform: capitalize;
    font-weight: 500;
}

.v_dtls:hover {
    color: #435561;
}

.cont {
    height: 55px;
    line-height: 55px;
    background-color: #d91f26;
    color: #fff;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    text-transform: capitalize;
}

.cont:hover {
    background: #83070c;
}

.logpg_top .nav {
    justify-content: center;
}

/* 06-06-2018 */

.figMobile {
    display: none;
}

/* .overLaymobTrigger {
    display: none;
} */

.headerSelect {
    display: none;
}

.contactDetails {
    display: none;
}

.designSelection .formBanner {
    order: 2;
    border: 1px solid #eee;
}

.mobFilterTrigger {
    display: none;
    cursor: pointer;
}

/*.selectedFilter a {*/
    /*background-image: url('../images/tick.png');*/
    /*background-repeat: no-repeat;*/
    /*background-position: right 5px center;*/
    /*background-size: auto;*/
/*}*/

.designSelection .paginationArrows .leftContent,
.designSelection .paginationArrows .rightContent {
    font-size: 0;
}

/*yard sings new design*/

.inner_full_turnaround {
    padding: 32px 15px;
    border-bottom: 1px solid #c5c6c8;
}

.turn_img {
    display: inline-block;
    vertical-align: middle;
}

.turn_text {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}

.turn_text p {
    font-size: 14px;
    color: #4D4D4D;
    font-weight: 700;
}

.small_head {
    margin-bottom: 30px;
}

.small_head h4 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
}

.photo_gallery {
    padding: 60px 0 70px;
    background-color: #f6f7f8;
}

.photo_block {
    margin: 0 20px;
}

.photo_glry_inner {
    padding: 0 25px;
}

.photo_glry_inner .slick-arrow,
.photo_glry_inner_uploads .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    height: 50px;
    width: 45px;
    background-color: transparent;
    cursor: pointer;
    z-index: 1;
}

.photo_glry_inner .slick-prev,
.photo_glry_inner_uploads .slick-prev {
    left: -15px;
    background-image: url(../images/prv_aro.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.photo_glry_inner .slick-next,
.photo_glry_inner_uploads .slick-next {
    right: -15px;
    background-image: url(../images/nxt_aro.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.full_vdo_gallery {
    margin-top: 60px;
}

.vdo_glry {
    display: inline-block;
    color: #d91f26;
    font-size: 16px;
    font-weight: 600;
}

.vdo_glry span {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    font-size: 30px;
}

.populer_temps {
    padding: 75px 0;
    background-color: #fff;
}

.temp_full_block {
    font-size: 0;
    margin: 0 -7px;
    margin-bottom: 50px;
}

.small_temp_blocks {
    vertical-align: top;
    width: 20%;
    padding: 0 7px;
    display: inline-block;
    margin-bottom: 25px;
}

.small_temp_blocks img {
    width: 100%;
}

.affordable_custom .small_head {
    margin-bottom: 45px;
}

.affordable_custom p {
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    line-height: 24px;
}

.affordable_custom p span {
    display: inline-block;
    font-weight: 500;
}

.affordable_custom p+p {
    margin-top: 30px;
}

.affordable_custom p a {
    display: inline-block;
    color: #d92026;
    font-weight: 600;
}

.affordable_custom p a em {
    font-style: normal;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

.material_inner {
    max-width: 675px;
    margin: 0 auto;
}

.dtls_full h6 {
    font-size: 15px;
    color: #333;
    font-weight: 700;
    float: left;
}

.dtls_full .dtl {
    font-size: 15px;
    color: #d92026;
    font-weight: 700;
    float: right;
}

.dtl span {
    vertical-align: middle;
    margin-left: 4px;
}

.material_box figure img {
    width: 100%;
}

.dtls_full {
    margin-top: 15px;
}

.material {
    background-color: #f6f7f8;
    padding: 75px 0;
}

.small_head p {
    margin-top: 15px;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

.addon,
.installation,
.new_faq {
    padding: 75px 0;
}

.addons_inner .material_box {
    margin-bottom: 50px;
}

.accessories {
    padding: 75px 0;
    background-color: #f6f7f8;
}

.accessories .material_box {
    margin-bottom: 40px;
}

.care {
    position: relative;
    background: #fcfcfc;
    padding: 120px 0;
    background-size: cover;
    background-position: center center;
}

.care_inner {
    max-width: 575px;
}

.care_inner h4 {
    font-size: 22px;
    color: #333;
    margin-bottom: 30px;
    font-weight: 700;
}

.care_inner p {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}

.qstn_ans_ful .card-header {
    background-color: #fff;
    border-bottom: 0;
    padding: 20px 0;
}

.qstn_ans_ful .card {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #bababa;
}

.photo_block img {
    width: 100%;
}

.qstn_ans_ful .card-link {
    color: #333;
    font-weight: 700;
    font-size: 18px;
    display: block;
    padding-right: 50px;
    background-image: url(../images/minus.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
}

.qstn_ans_ful .card-body {
    padding: 10px 0 30px;
    color: #666;
    font-weight: 500;
    font-size: 16px;
}

.qstn_ans_ful .card-link.collapsed {
    background-image: url(../images/pls.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
}

.installation_inner .material_box {
    margin-bottom: 30px;
}

/*end*/



/****** ORDER HISTORY ***********/
/* 19.7.18 */

.checkout-onepage-index .page-title h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.checkout-onepage-index #checkoutSteps {
    background-color: #fff;
    padding: 15px;
}

.checkout-onepage-index .main {
    background-color: #f6f7f8;
}

.checkout-onepage-index .opc .allow .step-title {
    background: #cacaca;
    color: #fff;
    cursor: pointer;
}
.checkout-onepage-index .opc .step-title {
    padding: 4px 8px 6px;
    text-align: right;
    background-color: transparent;
    margin-bottom: 15px;
}

.checkout-onepage-index .opc .step-title .number {
    float: left;
    background: #666;
    padding: 3px 10px;
    margin: 0 5px 0 0;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
}

.checkout-onepage-index .opc .step-title h2 {
    float: left;
    margin: 0;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin-top: 3px;
}

.checkout-onepage-index .opc .step-title a {
    display: none;
    float: right;
    font-size: 12px;
    line-height: 100%;
    margin-top: 7px;
}

.checkout-onepage-index .opc .allow .step-title a {
    display: block;
    color: #fff;
    text-transform: uppercase;
}

.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.top-bar:after,
.quick-access:after,
.form-search:after,
#nav:after,
.main:after,
.footer:after,
.footer .form-subscribe:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.order-info ul:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-tabs:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.toplinks-container:after,
.tool-start:after,
.send-friend .form-list li p:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.checkout-onepage-index #opc-login h3 {
    font-size: 13px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 3px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
}

.checkout-onepage-index #opc-login h4 {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    color: #363636;
}
.checkout-onepage-index #opc-login p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.checkout-onepage-index .form-list li {
    margin: 0 0 6px;
}
.checkout-onepage-index .form-list label {
    float: left;
    color: #666;
    font-weight: 600;
    position: relative;
    font-size: 13px;
    margin-bottom: 5px;
}
.checkout-onepage-index .form-list .input-box {
    display: block;
    clear: both;
    width: 260px;
}
.checkout-onepage-index .form-list input.input-text {
    width: 100%;
    border: 1px solid #bababa;
    border-radius: 5px;
    height: 35px;
    padding: 0 10px;
    font-size: 13px;
}
.checkout-onepage-index .form-list label {
    float: left;
    color: #555;
    font-weight: bold;
    position: relative;
    z-index: 0;
    vertical-align: middle;
}
.checkout-onepage-index .form-list li.control input.radio, .form-list li.control input.checkbox {
    margin-top: -1px;
    margin-right: 4px;
    width: 15px;
    height: 15px;
}
.checkout-onepage-index .form-list li.control label {
    float: none; 
}
.checkout-onepage-index  button {
    background-color: #d91f26;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 35px;
    padding: 0 20px;
    cursor: pointer;
    border-radius: 3px;
}
.checkout-onepage-index  button:hover {
    background-color:#66666;
}
.checkout-onepage-index .form-list .field {
    float: left;
    width: 275px;
}
.checkout-onepage-index .form-list li.wide input.input-text {
    width: 85%;
}
.checkout-onepage-index .form-list li.wide .input-box{
    width: 100%;
}
.checkout-onepage-index #checkout-step-login {
    padding-bottom: 20px;
}
.checkout-onepage-index .f-left {
    font-size: 13px;
    color: #d91f26;
}
.checkout-onepage-index .required em {
    color: red;
    margin-right: 2px;
}
.checkout-onepage-index .form-list .input-box .validate-select  {
    height: 35px;
    background-color: transparent;
    border: 1px solid #bababa;
    padding: 0 15px;
    border-radius: 5px;
    font-size: 13px;
    width: 100%;
    -webkit-appearance: initial;
    appearance: initial;
}
.checkout-onepage-index #co-billing-form {
    padding-bottom: 20px;
}
.checkout-onepage-index .buttons-set .back-link {
    float: left;
    margin: 0;
}
.checkout-onepage-index .buttons-set .back-link a{
    color: #EB340A;
}
.checkout-onepage-index .buttons-set button.button {
    float: right;
    margin-left: 5px;
}
.checkout-onepage-index p.required {
    font-size: 11px;
    text-align: right;
    color: #EB340A;
    margin: 5px 0;
}
.checkout-onepage-index .buttons-set {
    clear: both;
    padding: 8px 0 0;
    text-align: right;
}
.checkout-onepage-index .ship_address {
    padding-top: 40px;
}
.checkout-onepage-index .sp-methods dt {
    margin: 13px 0 5px;
    font-weight: 500;
}
.checkout-onepage-index .sp-methods label {
    font-weight: 500;
    color: #666;
    font-size: 14px;
}
.checkout-onepage-index .sp-methods dd li {
    margin: 10px 0;
}
.checkout-onepage-index #dt_method_paypal_express a{
    color: #EB340A;
}
.checkout-onepage-index .ship_address .required-entry {
    height: 35px;
    background-color: transparent;
    border: 1px solid #bababa;
    border-radius: 5px;
    padding: 0 15px;
}
.checkout-onepage-index .v-fix {
    float: left;
}
.checkout-onepage-index .anz_egate_cc_type_cvv_div a{
    color: #EB340A;
}
.checkout-onepage-index .data-table {
    width: 100%;
}
.checkout-onepage-index .data-table thead,.checkout-onepage-index .data-table thead tr {
    background: #e9e9e9;
}
.checkout-onepage-index .data-table tr.last th,.checkout-onepage-index .data-table tr.last td {
    border-bottom: 0 !important;
}
.checkout-onepage-index .data-table th {
    padding: 8px;
    font-size: 10px;
    text-transform: uppercase;
    white-space: nowrap;
}
.checkout-onepage-index .data-table tfoot {
    border-bottom: 1px solid #d9dde3;
}
.checkout-onepage-index .data-table tfoot tr {
    background-color: #f3f3f3 !important;
}
.checkout-onepage-index .data-table td {
    padding: 5px 10px;
    font-size: 14px;
}
.checkout-onepage-index .a-right {
    text-align: right !important;
}
.checkout-onepage-index .price {
    white-space: nowrap !important;
}
.checkout-onepage-index #opc-review .product-name {
    font-weight: bold;
}
.checkout-onepage-index .product-name {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.55;
}
.checkout-onepage-index .item-options dt {
    font-weight: 500;
}
.checkout-onepage-index .item-options dd {
    padding-left: 10px;
}
.checkout-onepage-index #opc-review .item-options {
    margin: 5px 0 0;
}
.checkout-onepage-index .data-table tfoot strong {
    font-size: 14px;
}
/*23.7.18*/

.checkout-onepage-index .a-center {
    text-align: center !important;
}
.checkout-onepage-index .opc-block-progress {
    background-color: #fff;
    padding: 20px 15px;
}
.checkout-onepage-index .block-title {
    background-color: #d91f26;
    color: #fff;
    padding: 5px;
    font-weight: 500;
    margin-bottom: 8px;
}
.checkout-onepage-index .block-content dl dt{
    padding: 5px;
    background: #cacaca;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #bababa;
}
.checkout-onepage-index .block-content dl dd{
    padding: 10px;
    border: 1px solid #bababa;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}
.checkout-onepage-index #checkout-progress-wrapper {
    padding-top: 40px;
}
.checkout-onepage-index .block-content .changelink a{
    color: #d91f26; 
}
.checkout-onepage-index .block-content .changelink .separator {
    margin-left: 5px;
}
.checkout-onepage-index .sp-methods select.month {
    width: 154px;
    margin-right: 10px;
}
.checkout-onepage-index .opc .step-title:last-child{
    margin-bottom: 0;
}
.checkout-onepage-index .data-table .last p{
    font-weight: 600;
    color: #363636;
    font-size: 13px;
}
.checkout-onepage-index .opc .checkout-agreements {
    padding: 5px 30px;
}
.checkout-onepage-index .opc .checkout-agreements li {
    margin: 20px 0 0;
}
.checkout-onepage-index .opc .checkout-agreements .agreement-content {
    background: #fff;
    padding: 5px;
}
.checkout-onepage-index .opc .checkout-agreements .agree {
    padding-left: 6px;
}
.checkout-onepage-index .checkout-agreements .agree input.checkbox {
    margin-right: 6px;
}
.checkout-onepage-index .checkout-agreements .agree label {
    font-weight: 600;
    color: #555;
}
.checkout-onepage-index .checkout-agreements .agree {
    margin: 0;
    padding: 10px 0 10px 11px;
}

.checkout-onepage-index .checkout-agreements .agreement-content {
    overflow: auto;
    height: 12em;
    padding: 10px;
    background: #fbfbfb;
    border: 1px solid #e4e4e4;
}
.checkout-onepage-index .opc .checkout-agreements {
    padding: 5px 30px;
}
.checkout-onepage-index .cvv-what-is-this{
    color: #d91f26;
}
.checkout-onepage-index #opc-review .buttons-set {
    border: 0;
    padding: 15px 30px;
}
.checkout-onepage-index .buttons-set .f-left{
    float: left !important;
    color: #333;
}
.checkout-onepage-index .buttons-set .f-left a{
    color: #d91f26;
}
.checkout-onepage-index .buttons-set button.button {
    float: right;
    margin-left: 5px;
}

/*25.7.18*/
.address_plus img {
    width: 75px;
    margin:0 auto 15px;
}
.add_adrs_new{
    line-height: 100%;
}

.add_adrs_new .edit_add{
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.address_plus {
    text-align: center;
}
.add_adrs_new em {
    display: block;
    color: #bababa;
}
.new_pin{
    background-image: url(../images/placeholder.png);
    background-repeat: no-repeat;
    background-position: 10px 20px;
    background-size: 40px;
    background-color: #fff;
    padding: 20px 30px 20px 60px;
    margin-bottom:10px; 
}
.customer-address-index .addresses-list .col-md-6{
    margin-bottom: 25px;
}
/*26.7.18*/
.designtool-design-list .design_h4 h4 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #585757;
}
.designtool-design-list .design_h4 {
    margin-bottom: 40px;
}
.designtool-design-list .design_h4 p {
    color: #666666;
    font-size: 13px;
    font-weight: 500;
}
.designtool-design-list .photo_block h6{
    font-size: 14px;
    color: #666;
    font-weight: 600;
    margin-bottom: 10px;
    margin-left: 6px;
}
.designtool-design-list .my_design_anchor a {
    color: #dd4349;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
    display: inline-block;
}
.designtool-design-list .my_design_anchor a:hover {
    color: #666;
}
.designtool-design-list .my_design_anchor {
    margin-top: 15px;
    margin-left: 6px;
}
.designtool-design-list .photo_glry_inner .slick-prev,
.designtool-design-list .photo_glry_inner_uploads .slick-prev {
    left: -15px;
    opacity: 0.7;
}
.designtool-design-list .photo_glry_inner .slick-next ,
.designtool-design-list .photo_glry_inner_uploads .slick-prev  {
    right: -15px;
    opacity: 0.7;
}
.designtool-design-list .order_outerBx {
    margin-bottom: 25px;
    padding: 18px 25px 30px;
}
.designtool-design-list .photo_block {
    margin: 0 6px;
}
.new_upload_btn {
    display: block;
    padding: 15px 0 10px;
}
.new_upload_btn button {
    padding: 0 20px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #dd4349;
    background-color: transparent;
    color: #dd4349;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
.new_upload_btn button:hover{
    /*background-color: #dd4349;*/
    /*color: #fff; */
}

.designtool-design-list .photo_glry_inner_uploads {
    padding: 0 35px;
}





.sales-order-view .order_inner1 {
    background-color: #fff;
    padding: 25px 20px;
}
.sales-order-view .review_lt {
    padding-right: 10px;
}
.sales-order-view .order_stat_sub {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    width: 28%;
}
.sales-order-view .order_stat {
    font-size: 0;
    margin-bottom: 28px;
}
.sales-order-view .order_stat label {
    display: block;
    margin: 0;
    font-weight: 600;
    color: #666;
}
.sales-order-view .order_stat span {
    display: block;
    font-weight: 600;
    color: #333;
    font-size: 16px;
}
.sales-order-view .rt_items_top {
    border-top: 1px solid #e6e6e6;
}
.sales-order-view .shipping_rt {
    border: none;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 0;
}
.sales-order-view .review_lt .fill_itms p {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: normal;
}
.sales-order-view .review_lt .rt_items_line {
    padding: 10px;
}
.sales-order-view .review_lt .fill_itms span {
    font-size: 14px;
}
.sales-order-view .review_lt .itms_image {
    width: 60px;
    height: 45px;
}
.sales-order-view .review_lt .itm_dtls_inner_rt {
    font-size: 14px;
}
.sales-order-view .button_set {
    text-align: right;
}
.sales-order-view .button_set .btn {
    font-weight: 600;
    padding: 0 30px;
    font-size: 16px;
    line-height: 45px;
    border-radius: 5px;
}
.sales-order-view .button_set .btnCustom{
    background-color:transparent;
    border: 1px solid  #dd4349;
    color:  #dd4349;
    margin-right: 15px;
}
.sales-order-view .button_set .btnCustom:hover{
    /*background-color:  #dd4349;*/
    /*color: #fff;*/
    opacity: 1;
}
.sales-order-view .order_inner_link{
    margin-bottom: 30px;
}
.sales-order-view .order_inner_link a {
    color: #d91f26;
    font-size: 14px;
    font-weight: 500;
}
.sales-order-view .order_inner_link a:hover {
    color: #333;
}



/** for home page dropdown **/
.cms-index-index #choose_part_form .bootstrap-select.btn-group .dropdown-toggle .filter-option
{
    white-space: nowrap;
    font-weight: 500;
    color: #666;
    font-size: 16px;
}

/**** customer order details info page **/
.sales-order-view .order_inner2 {
    background-color: #fff;
    padding: 22px 22px;
    margin-top: -45px;
}
.sales-order-view .review_lt .rt_items_line .fill_itms .a-right {
    padding-left: 0;
}
.sales-order-view .review_lt .rt_items_line .success-thumb {
    float: left;
}
/****** ORDER HISTORY ***********/

/** 30.07.18 **/
.choosed_color{
    height: 30px;
    width: 30px;
    background-color: #fff;
    border: 1px solid #bababa;
    display: inline-block;
}
.themeDown .dropdown .btn {
    width: 100%;
    text-align: left;
}
.themeDown .dropdown .dropdown-menu li{
    display: inline-block;
    margin: 0 0 2px;
    width: 20%;

}

.palate {
    position: relative;
    cursor: pointer;
    z-index: 1;
    width: 100%;
    display: block;
}
.palate input {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}
.palate input + span {
    height: 28px;
    width:100%;
    display:block;
    font-size: 20px;
}
.palate input:checked + span{
    border: 1.5px solid #ff0c00;
}

.themeDown .dropdown .dropdown-menu {
    background-color: #efefef;
    padding: 10px;
    font-size: 0;
}


/*=============== Jectcommerce Custom Style Start ===============*/

.designSelection .bannerCust .prodSelCust .prodContent .pagination ul li {
    padding-right: 0px;
    min-width: 22px;
    text-align:  center;
    margin-right: 8px;
    margin-left: 0;
}

.designSelection .bannerCust .prodSelCust .prodContent .pagination ul li::after {
    display: none;
}

.designSelection .bannerCust .prodSelCust .prodContent .pagination ul li.active a {
    color:  #fff;
    background-color: #5A6570;
    border-color: #5A6570;
}

.designSelection .bannerCust .prodSelCust .prodContent .pagination ul li a {
    float:  left;
    width: 100%;
    cursor:  pointer;
    font-size: 14px;
    pointer-events: all;
    border:  1px solid #cbcbcb;
    font-weight:  bold;
    line-height:  normal;
    padding: 2px 0;
    color: #57656F;
}

.designSelection .bannerCust .prodSelCust .prodContent .pagination ul li a:hover {
    background-color: #5A6570;
    color:  #fff;
    border-color: #5A6570;
}

.yardSignArea {
    background-color: #F6F7F9;
    padding: 20px 20px 15px 20px;
    border-radius: 5px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}

.formBody .selpref:not(:first-child) {
    border-top:  0;
}

.yardSignArea h2 {
    font-size: 18px;
    font-weight: 600;
    float:  left;
    width: 100%;
    color:  #4A4A4A;
}

.yardSignArea ul {
    margin:  0;
    float:  left;
    width: 100%;
}

.yardSignArea ul li {
    float:  left;
    width: 50%;
    font-size: 16px;
    color:  #4A4A4A;
    font-weight: 500;
}

.yardSignArea ul li b {
    font-weight:  600;
}

.yardSignArea ul li img {
    width: 16px;
    margin-left: 10px;
    margin-top: -2px;
    cursor:  pointer;
}


.price-box {
    float:  left;
    width:  100%;
    text-align:  center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.price-box h4 span {
    font-weight: 500 !important;
    font-size: 20px;
    color: #d91f26;
}


.material_box .dtls_full button.dtl {
    background: transparent;
    font-size:  15px;
    font-weight: 700;
    float:  right;
    color:  #d92026;
    cursor:  pointer;
}


.materialPopupArea .modal .modal-dialog {
    position: relative;
    max-width: 70%;
}

.materialPopupArea .modal .modal-dialog .content .closeBtnArea {
    position: absolute;
    right: 30px;
    top: 30px;
}

.materialPopupArea .modal .modal-dialog .content .closeBtnArea button.close {
    width: 25px;
    height: 25px;
    color: #666;
    line-height: 0;
    font-weight: normal;
    opacity: 1;
    cursor: pointer;
    text-shadow: 0 0;
    font-size: 60px;
}


.materialPopupArea .modal .modal-dialog .content .materialPopupContent h2 {
    background-color: #F2F2F2;
    padding: 30px;
    border-radius: 10px 10px 0 0;
    font-size: 22px;
    font-weight: 600;
    color:  #656565;
    margin-bottom: 0;
    line-height: normal;
}

.materialPopupArea .modal .modal-dialog .content .materialPopupContent p {
    font-weight:  500;
    color: #656565;
    margin-bottom: 0;
}

.materialPopupArea .modal .modal-dialog .content .materialPopupContent .desc {
    width:  100%;
    float: left;
    padding: 30px;
    background-color:  #fff;
    border-radius: 0 0 10px 10px;
}

.materialPopupArea .modal .modal-dialog .content .materialPopupContent .desc .thum {
    width: 40%;
    float:  left;
    text-align:  center;
}

.materialPopupArea .modal .modal-dialog .content .materialPopupContent .desc .pra {
    width: 57%;
    float:  right;
}

.materialPopupArea .modal .modal-dialog .content {
    float:  left;
    width: 100%;
}

.materialPopupArea .modal .modal-dialog .content .materialPopupContent {
    float:  left;
    width:  100%;
}

.materialPopupArea .modal .modal-dialog .content .materialPopupContent .desc .thum img {
    float:  left;
    width: 100%;
    margin-top: 5px;
}

.materialPopupArea .modal .modal-dialog .modal-content {
    border-radius: 10px;
}

body.modal-open .modal-backdrop {
    background-color: rgb(0,0,0) !important;
}
/*body.bannerslider-index-index .main .col-wrapper .col-main section:nth-of-type(even) {*/
/*background-color: #f6f7f8 !important;*/
/*}*/
/*body.bannerslider-index-index .main .col-wrapper .col-main section:nth-of-type(odd) {*/
/*background-color: #ffffff !important;*/
/*}*/

/*body.bannerslider-index-index .main .col-wrapper .col-main section a.vdo_glry {*/
/*border: 1px solid #CE3119;*/
/*padding: 7px 35px;*/
/*border-radius: 5px;*/
/*line-height:  normal;*/
/*color:  #CE3119;*/
/*}*/

/*body.bannerslider-index-index .main .col-wrapper .col-main section a.vdo_glry:hover {*/
/*border-color: #000;*/
/*color: #000;*/
/*}*/
/*body.bannerslider-index-index .main .col-wrapper .col-main section.new_faq div#accordion .card {*/
/*background:  transparent;*/
/*}*/

/*body.bannerslider-index-index .main .col-wrapper .col-main section.new_faq div#accordion .card .card-header {*/
/*background:  transparent;*/
/*}*/

/*.rating-container.rating-xs.rating-animate {*/
/*pointer-events:  none;*/
/*}*/

/*body.bannerslider-index-index .main .col-wrapper .col-main section.rev-slider .rating-container.rating-animate {*/
/*transform: scale(0.65);*/
/*}*/

/*body.bannerslider-index-index .main .col-wrapper .col-main section.rev-slider .rev-blk.slick-slide h4 {*/
/*margin-bottom:  0;*/
/*color:  #373737;*/
/*font-size: 18px;*/
/*font-weight: 600;*/
/*}*/

/*body.bannerslider-index-index .main .col-wrapper .col-main section.rev-slider .rev-blk.slick-slide p {*/
/*font-size: 16px;*/
/*font-weight: 500;*/
/*color:  #666;*/
/*}*/

/*body.bannerslider-index-index .main .col-wrapper .col-main section.rev-slider .rev-blk.slick-slide .clnt-rev p {*/
/*font-weight: 600;*/
/*}*/


body .main .col-wrapper .col-main .blocksSectionArea section:nth-of-type(even) {
    background-color: #f6f7f8 !important;
}
body .main .col-wrapper .col-main .blocksSectionArea section:nth-of-type(odd) {
    background-color: #ffffff !important;
}

body .main .col-wrapper .col-main .blocksSectionArea section a.vdo_glry {
    border: 1px solid #CE3119;
    padding: 7px 35px;
    border-radius: 5px;
    line-height:  normal;
    color:  #CE3119;
}

body .main .col-wrapper .col-main .blocksSectionArea section a.vdo_glry:hover {
    border-color: #000;
    color: #000;
}
body .main .col-wrapper .col-main .blocksSectionArea section.new_faq div#accordion .card {
    background:  transparent;
}

body .main .col-wrapper .col-main .blocksSectionArea section.new_faq div#accordion .card .card-header {
    background:  transparent;
}

.rating-container.rating-xs.rating-animate {
    pointer-events:  none;
}

body .main .col-wrapper .col-main .blocksSectionArea section.rev-slider .rating-container.rating-animate {
    transform: scale(0.65);
}

body .main .col-wrapper .col-main .blocksSectionArea section.rev-slider .rev-blk.slick-slide h4 {
    margin-bottom:  0;
    color:  #373737;
    font-size: 18px;
    font-weight: 600;
}

body .main .col-wrapper .col-main .blocksSectionArea section.rev-slider .rev-blk.slick-slide p {
    font-size: 16px;
    font-weight: 500;
    color:  #666;
    margin-bottom: 5px;
}

.home-reviews.slick-slider .rev-blk.slick-slide p {
    font-size: 16px;
    font-weight: 500;
    color:  #666;
    overflow: hidden;
    margin-bottom: 5px;
}

/*.home-reviews.slick-slider .slick-slide {*/
    /*display: -webkit-box !important;*/
    /*-webkit-line-clamp: 3;*/
    /*-webkit-box-orient: vertical;*/
/*}*/

.home-reviews.slick-slider .slick-slide a {
    display: none;
    color: #d92026;
    font-weight: 600;
    margin-bottom: 10px;
}

.home-reviews.slick-slider .slick-slide a em {
    position: relative;
    top: 2px;
    margin-left: 3px;
}
body .main .col-wrapper .col-main .blocksSectionArea section.rev-slider .rev-blk.slick-slide .clnt-rev p {
    font-weight: 600;
}
/*@-moz-document url-prefix() {*/
    /*body .main .col-wrapper .col-main .blocksSectionArea section.rev-slider .rev-blk.slick-slide p {*/
        /*max-height: 60px;*/
        /*overflow: hidden;*/
    /*}*/
    /*.home-reviews.slick-slider .rev-blk.slick-slide p {*/
        /*max-height: 60px;*/
        /*overflow: hidden;*/
    /*}*/
/*}*/
/*============ Header Style Start ===============*/

header.header .headerMed .customNavA {
    width: 20%;
    position: relative;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: stretch;
}

header.header .headerMed .mobileLogoDiv {
    display: none;
}

header.header .headerMed .desktopLogoDiv {
    float: left;
    width: 17%;
    margin-right: 4.5%;
}

header.header .headerMed .customNavA ul.nav li a img {
    width:  20px;
}

header.header .headerMed .customNavA ul.nav li+li {
    margin-left: 5%;
}

header.header .headerMed .customNavA ul.nav li {
    width: 15%;
    position: relative;
}

header.header .headerMed .customNavA ul.nav li:first-child {
    width: 60%;
}

header.header .headerMed .customNavA ul.nav {
    /* margin-top: 5px; */
    align-items: center;
}

header.header .headerMed .customNavA .inputWrap.serchSec {
    position:  absolute;
    width:  250px;
    right: 30px;
    bottom: -53px;
    margin:  0;
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

header.header .headerMed .customNavA .inputWrap.serchSec.show {
    opacity:  1;
    visibility:  visible;
}

header.header .headerMed .customNavA .inputWrap.serchSec::before {
    content: '';
    position:  absolute;
    right:  20px;
    top: -9px;
    background-image: url(../images/dwn-arw.png);
    width: 15px;
    height: 10px;
    background-repeat:  no-repeat;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    opacity: 0.3;
}

header.header .headerMed .headerMedMenu {
    width: 62%;
}

header.header .headerMed .headerMedMenu .headerBottom {
    padding-bottom: 0px;
    padding-top:  3px;
}

header.header .headerMed .headerMedMenu .headerBottom ul.navbar-nav.mr-auto {
    padding-bottom: 20px;
}

.customNav li:last-child {
    padding-left: 0px !important;
}

header.header .headerMed .customNavA ul.nav li button.menuSearchBtn {
    background:  transparent;
    cursor: pointer;
}

header.header .headerMed .customNavA ul.nav li button.menuSearchBtn img {
    width:  20px;
}

.serchSec .form-control:focus {
    outline: none !important;
    box-shadow:  none !important;
}

header.header .headerMed {
    padding: 16px 0 0px 0;
}

div#search_autocomplete ul{
    width: 100%;
    text-align: left;
    padding: 5px;
    background: #fff;
    overflow: auto;
}
#search_autocomplete{
    height: 70vh;
    overflow: scroll;
}
div#search_autocomplete ul li {
    width: 100%;
    text-align: left;
    margin: 5px 0;
    padding:5px;
    border-bottom: 1px solid #D8D8D8;
}
div#search_autocomplete ul li  span.amount {
    float: right;
    margin-right: 10px;
}
/*============ Header Style End ===============*/


/*============ Step Form style start ===============*/
.formBanner .formBody .selSteps .selpref:not(:first-child) {
    border-top: 1px solid #D8D8D8;
}

.formBanner .formBody .selSteps .selpref:nth-child(3) {
    border-bottom:  0px !important;
}
.formBanner .formFinalizebanner .btnForm {
    margin: 0 27px;
}
#material_attr.hideMaterial{
    display: none;
}

#qty_attr.hideQty{
    display: none;
}
.formBanner .formBody .selSteps .custom_size .inputPref span.custom_ranges {
    font-size: 9px;
    font-weight: 500;
    color: #212529;
}
/*============ Step Form style end ===============*/


/*============ Affordable Section style Start ===============*/

.affordable_custom {
    margin-bottom: 50px;
}

.affordable_custom:last-child {
    margin-bottom: 0;
}

.affordable_custom a {
    display: none;
    color: #d92026;
    font-weight: 600;
    margin-top: 10px;
}
.affordable_custom a em {
    position: relative;
    top: 2px;
    margin-left: 3px;
}
/*============ Affordable Section style End  ===============*/

/*===================== Watch Video Popup Style ==============*/

.watchVideoPopup {
    float:  left;
    width:  100%;
}

.watchVideoPopup .modal .modal-dialog {
    background:  transparent;
    overflow:  hidden;
    max-width: 650px;
}

.watchVideoPopup .modal .modal-dialog .modal-content {
    background:  transparent;
    box-shadow: none;
    border: medium none;
}

.watchVideoPopup .modal .modal-dialog .modal-content button.close {
    float:  right;
    text-align:  right;
    font-size: 32px;
    color: #fff;
    text-shadow: none;
}

.watchVideoPopup .modal .modal-dialog .modal-content .modal-body {
    padding:  0;
    background: #fff;
}

.watchVideoPopup .modal .modal-dialog .modal-content .modal-body iframe {
    width: 650px;
    height: 366px;
}
/*===================== Watch Video Popup Style ==============*/

.radioPrefCustom{
    font-weight: 500;
}
section.designSelection.greyBack .formBody {
    padding-bottom: 20px;
}

section.designSelection.greyBack .tool-start.tool-start-dt,
section.designSelection.greyBack .tool-start.tool-start-lt{
    text-align:  center;
    width:  85%;
    margin:  0 auto;
}

section.designSelection.greyBack .tool-start.tool-start-dt button.btn.btn-red.button.btn-tool {
    float:  left;
    width:  100%;
    margin-bottom: 15px;
    padding: 12px 0;
}
section.designSelection.greyBack .price-box {
    margin-top:  20px;
    margin-bottom:  20px;
}
/*======================== Feedback Fixes Start ====================*/
section.addon .addons_inner .row, section.material .material_inner .row, section.accessories .accessories_inner .row, section.installation .installation_inner .row {
    align-items: center;
    justify-content: center;
}
section.populer_temps .temp_full_block {
    text-align:  center;
}
ul.login-radio-group {
    width: 70%;
    margin:  0 auto;
}
ul.login-radio-group li {
    float:  left;
    margin-left: 5%;
    width: 45%;
}
/*.login-radio-group input[type="radio"] {
    border: 3px solid;
    width: 20%;
    height: 1.5em;
    margin-right:  10px;
}*/

.login-radio-group {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.login-radio-group input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 3px solid #E4E6E5;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.login-radio-group:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.login-radio-group input:checked ~ .checkmark {
    background-color: #CF301F;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.login-radio-group input:checked ~ .checkmark:after {
    display: block;
}
/*======================== Feedback Fixes End ====================*/


/*======================== Navigation Arrow Style Start ====================*/
.navigationArea {
    position: absolute;
    top: 50%;
    width: 100%;
}

.navigationArea .navPrevious a {
    left: 0;
    float:  left;
    cursor:  pointer;
    position:  absolute;
    width: 29px;
    height: 62px;
    top: 0px;
}

.navigationArea .navNext a {
    float:  right;
    right: 0px;
    position:  absolute;
    cursor:  pointer;
    width: 29px;
    height: 62px;
    top: 0px;
}

.disable {
    opacity:  0.5;
    pointer-events:  none;
}

.navigationArea .navPrevious a::before {
    content:  ' ';
    height: 40px;
    width: 3px;
    background-color:  #000;
    position:  absolute;
    transform: rotate(40deg);
    right: 13px;
    top: -4px;
}
.navigationArea .navPrevious a::after {
    content:  ' ';
    height: 40px;
    width: 3px;
    background-color:  #000;
    position:  absolute;
    transform:  rotate(-40deg);
    top: 26px;
    right: 13px;
}
.navigationArea .navNext a::before {
    content:  ' ';
    height: 40px;
    width: 3px;
    background-color:  #000;
    position:  absolute;
    transform: rotate(140deg);
    right: 13px;
    top: -4px;
}
.navigationArea .navNext a::after {
    content:  ' ';
    height: 40px;
    width: 3px;
    background-color:  #000;
    position:  absolute;
    transform: rotate(-140deg);
    top: 26px;
    right: 13px;
}
/*======================== Navigation Arrow Style End ====================*/

/*======================== Step2 Loader Style Start ====================*/
.designSelectionLoader {
    position:  absolute;
    z-index:  1;
    left:  0;
    width: 67%;
    top: 50%;
    text-align:  center;
    display:  none;
}
.designSelectionLoader.show {
    display:  block;
}
.designUpShowcase.hide {
    opacity: 0;
}

.designSelectionLoader figure img {
    width: 100px;
}
.customNavA .nav>li a span.cartCount {
    position:  absolute;
    right:  -10px;
    top: -10px;
    background-color: #D22A31;
    color:  #fff;
    text-align:  center;
    padding:  0;
    line-height:  normal;
    border-radius: 27px;
    font-size: 10px;
    border: 1px solid #D22A31;
    font-weight:  bold;
    line-height: 11px;
    padding: 3px 5px;
}
/*======================== Step2 Loader Style End ====================*/

.products-grid li.item{
    float: left;
    /*width: 166px;*/
}


/*========================== Category page style start =================*/

body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter {
    background-color:  #fff;
    padding: 0;
}
body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.banner img {
    width:  100%;
    margin-bottom: 0px;
}

body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.select h2 {
    font-weight: 700;
    color: #333;
    font-size: 20px;
    padding-top: 10px;
}

body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.select p a {
    margin-top: 0;
    float: right;
    background-color: #d91f26;
    width: 220px;
    height: 48px;
    border-radius: 3px;
    color: #fff;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    padding-top: 13px;
    text-align: center;
}

body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.select p a:hover {
    background-color: #bd151b !important;
}

body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.select p span {
    display: none;
}

body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.select p a img {
    display: none;
}

body.category-lettering section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.select p a,
body.category-boat section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.select p a,
body.category-window section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.select p a,
body.category-truck-lettering section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.select p a{
 text-align: unset;
}
/*body.category-lettering section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.select p a:before,*/
/*body.category-boat section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.select p a:before,*/
/*body.category-window section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.select p a:before,*/
/*body.category-truck-lettering section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.select p a:before,{*/
    /*content: 'Start Designing';*/
    /*position: absolute;*/
    /*text-align: center;*/
    /*width: 100%;*/
    /*height: 100%;*/
/*}*/


body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.select p a:before{
    content: 'Start Designing';
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    left:0;
}

body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.select {
    padding-bottom: 7px;
    padding-top: 2px;
}

body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.select span {
    font-weight: 500;
    margin-right: 10px;
}

body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.category .selection {
    width:  calc(100% / 3);
}
.category .selection p::after {
    content: ">>";
    margin-left: 10px;
}
body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.category .selection a {
    padding: 0;
    width: 100%;
}

body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.category .selection a img {
    width:  auto;
}

/*body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.category .selection a:hover {
    text-decoration: underline !important;
}*/

body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.designs h2 {
    font-weight:  600;
    color: #464646;
    text-align: center;
    width: 100%;
    font-size: 30px;
}
body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.featured a {
    width: calc(98% / 4);
    text-align:  center;
    padding: 10px;
}

body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.featured {
    padding-left:  10px;
    padding-right: 10px;
}

body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.featured a img {
    width:  auto;
    margin:  0;
    height:  auto;
}

body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .panel ul.tabs.left li a {
    font-weight:  500;
}

body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .panel .tab-content p {
    font-size: 13px;
    margin-bottom:  15px;
    font-weight: 400;
    line-height: 18px;
}

body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .block.block-layered-nav .block-title {
    font-size: 16px;
    color: #333333;
    font-family: "Montserrat";
    font-weight: bold;
    background: none;
    line-height: 36px;
}

body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .block.block-layered-nav .block-content.toggle-content {
    border:  none;
    padding: 15px 10px;
    padding-left: 0;
}

body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .block.block-layered-nav .block-content.toggle-content p.block-subtitle {
    font-size: 16px;
    color: #333333;
    font-family: "Montserrat";
    font-weight: bold;
}

body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .block.block-layered-nav .block-content.toggle-content dl dt.current {
    font-size:  12px;
    margin-bottom: 5px;
    font-weight: bold;
}

body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .block.block-layered-nav .block-content.toggle-content dl dd.current ol li a {
    font-size: 14px;
    color: #666;
    margin: 0;
    font-weight: 500;
    line-height: 36px;
    width: 100%;
}

body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .block.block-layered-nav .block-content.toggle-content dl dd.current ol li a span.count {
    float: right;
    display: none;
}

.block-layered-nav li.more, .block-layered-nav li.less {
    color: #d81921;
    font-size: 14px;
    line-height: 36px;
    font-family: "Montserrat";
    font-weight: 500;
    cursor: pointer;
}

body.bannerslider-index-index .formBody {
    padding: 10px 20px 0 20px;
}
.bannerslider-index-index .selSteps header.openPref {
    padding: 0 10px;
}
.bannerslider-index-index .selSteps .pref-e{
    padding: 0 15px 0 10px;
}

.catalog-category-view .profile_pannlSec .breadcrumbs {
    background: transparent;
    padding-bottom: 20px;
    padding-top: 10px;
}

body.catalog-category-view .category-description {
    padding-top: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    line-height: 22px;
}

body.catalog-category-view .category-description p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #666;
    line-height: 22px;
}
body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.banner {
    margin-bottom: 10px;
}

body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.select p {
    margin-bottom: 0;
}


.toolbar {
    background-color: transparent;
    border-bottom: 0;
    padding-top: 18px;
}

.toolbar .pager {
    position: relative;
    width: 100%;
}

.toolbar .pager .count-container {
    width: 100%;
}

.toolbar .pager .count-container .limiter {
    float: right;
}

.toolbar .pager .pages {
    position: absolute;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
}


.toolbar .pager .count-container p.amount.amount--has-pages {
    margin: 0;
    font-size: 11px;
    font-weight: 600;
    color: #777;
    position: relative;
}

.toolbar .pager .count-container p.amount.amount--has-pages::before {
    content: 'items';
}

.toolbar .pager .count-container p.amount.amount--has-pages::after {
    content: 'total';
}

.toolbar .pager .count-container .limiter label {
    font-weight: 700;
    color: #333;
    font-size: 12px;
    text-transform: capitalize;
}

.toolbar .pager .count-container .limiter select {
    border: 1px solid #999;
    line-height: 26px;
}

.toolbar .pager .pages ol {
    position: relative;
}

.toolbar .pager .pages ol li {
    float: none;
    display: inline-block;
    border: 1px solid #999;
    height: 33px;
    font-weight: 600;
    font-size: 12px;
    line-height: 33px;
    top: 0;
    margin-top: 0;
    margin: 0 2px;
    font-family: "Montserrat", Verdana, Arial, sans-serif;
}

.toolbar .pager .pages ol li.current {
    margin-top: -5px;
    border-color: #333;
    color: #333;
}

.toolbar .pager .pages ol li a {
    line-height: 29px;
    height: 32px;
    top: 0;
    border: medium none;
    color: #666;
    font-weight: 600;
    font-size: 12px;
    font-family: "Montserrat", Verdana, Arial, sans-serif;
    text-transform: capitalize;
}

.toolbar .pager .pages ol li:hover {
    border-color: #333;
}

.toolbar .pager .pages ol li:hover a {
    color: #333;
}

.toolbar .pager .pages ol li a::before {
    display: none;
}

.toolbar .pager .pages ol li a.next {
    width: 45px;
    font-size: 12px;
}

.toolbar .pager .pages ol li a.previous {
    width: 45px;
    font-size: 12px;
    text-indent: -99999px;
    position: relative;
}

.toolbar .pager .pages ol li a.previous::after {
    content: 'prev';
    position: absolute;
    left: 0;
    text-indent: 0;
    right: 0;
}

.toolbar .pager .pages ol::before {
    content: 'Page';
    font-weight: 700;
    color: #333;
    font-size: 12px;
    margin-right: 5px;
}

body.catalog-category-view .category-products ul.products-grid {
    width: 100%;
}

body.catalog-category-view .col1-layout .category-products ul.products-grid li {
    width: calc(100% / 4 - 20px);
    margin: 0 10px;
    float: left;
    clear: none;
    margin-bottom: 20px;
}


body.catalog-category-view .category-products ul.products-grid li {
    width: calc(100% / 3 - 20px);
    margin: 0 10px;
    float: left;
    clear: none;
    margin-bottom: 20px;
}

body.catalog-category-view .category-products ul.products-grid li a.product-image {
    background-color: #fff;
    border: 1px solid #eee;
    text-align: center;
    margin-bottom: 12px;
    border-radius: 3px;
}

body.catalog-category-view .category-products ul.products-grid li a.product-image img {
    padding: 10%;
}

body.catalog-category-view .category-products ul.products-grid li .product-info .price-box {
    text-align: left;
}

body.catalog-category-view .category-products ul.products-grid li .product-info .price-box a span.label {
    color: #666;
    font-size: 14px;
    font-weight: 600;
    margin-right: 6px;
}

body.catalog-category-view .category-products ul.products-grid li .product-info .price-box a span.label::after {
    left: 0;
    position: absolute;
}

body.catalog-category-view .category-products ul.products-grid li .product-info .price-box a span.price {
    color: #666;
    font-size: 14px;
    font-weight: 700;
}

body.catalog-category-view .panel .tab-content p {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.5;
    color: #666;
}

/*body.catalog-category-view.categorypath-lettering-truck-lettering .category-description.std {*/
/*padding-top: 0;*/
/*margin-top: -5px;*/
/*}*/

body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.banner .bannertext p {
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
}

/*========================== Category page style end =================*/

/*========================== CatalogSearch page style start =================*/
body.catalogsearch-result-index section.profile_pannlSec .profile_pnnlOuter p.note-msg {
    padding: 13px;
}
body.catalogsearch-result-index  section.profile_pannlSec .profile_pnnlOuter {
    background-color:  #fff;
    padding: 0;
}
body.catalogsearch-result-index  section.profile_pannlSec .profile_pnnlOuter .row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.catalogsearch-result-index  section.profile_pannlSec .profile_pnnlOuter .block.block-layered-nav .block-title {
    font-size: 16px;
    color: #333333;
    font-family: "Montserrat";
    font-weight: bold;
    background: none;
    line-height: 36px;
}

body.catalogsearch-result-index  section.profile_pannlSec .profile_pnnlOuter .block.block-layered-nav .block-content.toggle-content {
    border:  none;
    padding: 15px 10px;
    padding-left: 0;
}

body.catalogsearch-result-index  section.profile_pannlSec .profile_pnnlOuter .block.block-layered-nav .block-content.toggle-content p.block-subtitle {
    font-size: 16px;
    color: #333333;
    font-family: "Montserrat";
    font-weight: bold;
}

body.catalogsearch-result-index  section.profile_pannlSec .profile_pnnlOuter .block.block-layered-nav .block-content.toggle-content dl dt.current {
    font-size:  12px;
    margin-bottom: 5px;
    font-weight: bold;
}

body.catalogsearch-result-index  section.profile_pannlSec .profile_pnnlOuter .block.block-layered-nav .block-content.toggle-content dl dd.current ol li a {
    font-size: 14px;
    color: #666;
    margin: 0;
    font-weight: 500;
    line-height: 36px;
    width: 100%;
}

body.catalogsearch-result-index  section.profile_pannlSec .profile_pnnlOuter .block.block-layered-nav .block-content.toggle-content dl dd.current ol li a span.count {
    float: right;
    display: none;
}

body.catalogsearch-result-index  ul.products-grid li {
    padding-bottom: 0;
}

body.catalogsearch-result-index  ul.products-grid li .product-info {
    padding-bottom: 0 !important;
    min-height: auto !important;
}

body.catalogsearch-result-index  ul.products-grid li .product-info h2.product-name {
    display: none !important;
}
body.catalogsearch-result-index  ul.products-grid li .product-info .price-box {
    display: block !important;
}
body.catalogsearch-result-index  ul.products-grid li .product-info .actions {
    display: none;
}

body.catalogsearch-result-index  ul.products-grid li .product-info h2.product-name a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

body.catalogsearch-result-index  ul.products-grid li .product-info .price-box .regular-price {
    display: none;
}

body.catalogsearch-result-index  ul.products-grid li .product-info .price-box a span {
    margin: 0 5px;
    color: #d92026;
    font-size: 16px;
    font-family: Montserrat;
    float: left;
}
.catalogsearch-result-index .profile_pannlSec .breadcrumbs {
    background: transparent;
    padding-bottom: 20px;
    padding-top: 10px;
}

body.catalogsearch-result-index  .category-description {
    padding-top: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    line-height: 22px;
}

body.catalogsearch-result-index  .category-description p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #666;
    line-height: 22px;
}
body.catalogsearch-result-index  section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.banner {
    margin-bottom: 10px;
}

body.catalogsearch-result-index  section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.select p {
    margin-bottom: 0;
}

body.catalogsearch-result-index  .category-products ul.products-grid {
    width: 100%;
}

body.catalogsearch-result-index  .col1-layout .category-products ul.products-grid li {
    width: calc(100% / 4 - 20px);
    margin: 0 10px;
    float: left;
    clear: none;
    margin-bottom: 20px;
}
body.catalogsearch-result-index  .category-products .toolbar .sorter{
    display: none;
}

body.catalogsearch-result-index  .category-products ul.products-grid li {
    width: calc(100% / 3 - 20px);
    margin: 0 10px;
    float: left;
    clear: none;
    margin-bottom: 20px;
}

body.catalogsearch-result-index  .category-products ul.products-grid li a.product-image {
    background-color: #fff;
    border: 1px solid #eee;
    text-align: center;
    margin-bottom: 12px;
    border-radius: 3px;
}

body.catalogsearch-result-index  .category-products ul.products-grid li a.product-image img {
    padding: 10%;
}

body.catalogsearch-result-index  .category-products ul.products-grid li .product-info .price-box {
    text-align: left;
}

body.catalogsearch-result-index  .category-products ul.products-grid li .product-info .price-box a span.label {
    color: #666;
    font-size: 14px;
    font-weight: 600;
    margin-right: 6px;
}

body.catalogsearch-result-index  .category-products ul.products-grid li .product-info .price-box a span.label::after {
    left: 0;
    position: absolute;
}

body.catalogsearch-result-index  .category-products ul.products-grid li .product-info .price-box a span.price {
    color: #666;
    font-size: 14px;
    font-weight: 700;
}

body.catalogsearch-result-index  .panel .tab-content p {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.5;
    color: #666;
}

/*body.catalogsearch-result-index .categorypath-lettering-truck-lettering .category-description.std {*/
/*padding-top: 0;*/
/*margin-top: -5px;*/
/*}*/

body.catalogsearch-result-index  section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.banner .bannertext p {
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
}

/*========================== Catalog Search page style end =================*/

/*======================== Contact US Page Style Start ======================*/

.contactInfoArea {
    float:  left;
    width:  100%;
}

.contactInfoArea h4 {
    float:  left;
    width: 100%;
    background-color:  #ccc;
    padding: 10px 20px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top:  10px;
    color: #333;
}

.contactInfoArea p {
    float:  left;
    width:  100%;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height:  normal;
}

.contactInfoArea .contactAddress {
    float:  left;
    width: 100%;
    margin-bottom: 30px;
}

.contactInfoArea .contactAddress .address h5 {
    float:  left;
    width:  100%;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.contactInfoArea .contactAddress .address ul {
    float:  left;
    width:  100%;
}

.contactInfoArea .contactAddress .address ul li {
    float:  left;
    width:  100%;
    margin-bottom: 5px;
    font-size:  14px;
    font-weight:  500;
}

.contactInfoArea .contactAddress .address {
    float:  left;
    width: calc(100% / 2 - 15%);
    position:  relative;
    margin: 0 0;
}

.contactInfoArea .contactAddress .address::after {
    content:  ' ';
    position:  absolute;
    width:  1px;
    height: 70px;
    top: 25%;
    right: 25%;
    box-shadow: 2px 2px 1px #999;
}

.contactInfoArea .contactAddress .address:last-child::after {
    display:  none;
}

.contactInfoArea .contactAddress .address ul li a {
    color: #E94043;
}

.contactInfoArea .contactAddress .address ul li a:hover {
    color: #333;
}

.contactInfoArea .contactAddress .address ul li b {
    font-weight:  bold;
    margin-right: 5px;
}

.contactFormArea {
    float:  left;
    width: 100%;
}

.contactFormArea form#contactForm {
    float: left;
    width: 100%;
}

.contactFormArea form#contactForm .fieldset {
    float:  left;
    width: 100%;
}

.contactFormArea form#contactForm .fieldset ul.form-list li {
    float:  left;
    width:  100%;
    margin-bottom: 15px;
}

.contactFormArea form#contactForm .fieldset ul.form-list li.fields .field {
    float:  left;
    width: 49%;
    margin-right: 1%;
}

.contactFormArea form#contactForm .fieldset ul.form-list li.fields .field:last-child {
    margin-right:  0;
    margin-left: 1%;
}

.contactFormArea form#contactForm .fieldset ul.form-list li.wide .input-box textarea {
    height: 200px;
}

.contactFormArea form#contactForm .buttons-set {
    float:  left;
    width:  100%;
    border-top: 1px solid #ccc;
    padding-top:  20px;
    text-align:  right;
}

.contactFormArea form#contactForm .buttons-set button {
    padding: 13px 0;
}

.contactFormArea form#contactForm .buttons-set p {
    float:  left;
    color: #d91f26;
    font-size: 12px;
    font-weight:  500;
    margin-top: 10px;
}

.contactFormArea input#captcha_contact_page_captcha {
    height: 48px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    color: #999999;
    font-size: 16px;
    padding: 10px 20px;
}
/*======================== Contact US Page Style End ======================*/

/*======================== About US Page Style Start ======================*/

body.cms-about .profile_pnnlOuter .page-head {
    float:  left;
    width:  100%;
    margin-bottom: 25px;
}

body.cms-about .profile_pnnlOuter p {
    float:  left;
    width:  100%;
    font-size: 14px;
    margin-bottom:  10px;
    font-weight:  500;
    line-height: 20px;
}

body.cms-about .profile_pnnlOuter h4 {
    font-size:  16px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 15px;
    float:  left;
    width: 100%;
}

body.cms-about .profile_pnnlOuter ul.disc {
    float:  left;
    width:  100%;
    margin-bottom:  10px;
    margin: 15px 0;
}

body.cms-about .profile_pnnlOuter ul.disc li {
    font-size:  14px;
    font-weight:  500;
    list-style-type:  disc;
    margin-left: 18px;
}

body.cms-about .profile_pnnlOuter .page-head h3 {
    font-weight: 600;
    font-size: 26px;
}

/*======================== About US Page Style End ======================*/

/*======================== Step 2 Title Style Start ======================*/
.designUpShowcase .showC-e.d-flex p {
    width:  100%;
    overflow:  hidden;
    white-space: nowrap;
    text-overflow:  ellipsis;
}
/*======================== Step 2 Title Style End ======================*/

/*======================== Button hover effect style start ====================*/

/*.get_started_btn:hover {*/
/*opacity: 0.7;*/
/*}*/

.btn-red:hover {
    color: #fff;
    background: #bd151b;
    opacity: 1;
    border-color: transparent;
    border: medium none;
}

.showC-e .btn {
    margin: 0;
    height: 41px;
    border-radius: 5px;
    font-size: 16px;
    width: auto;
    padding: 0 37px;
    line-height: 2.5;
    font-weight: 500;
    /*background-color: #d91f26;*/
    /*border: 1px solid #d91f26;*/
    /*color: #fff;*/

}
.showC-e .btn {
    background-color: transparent;
    border-color: #c7cbcc;
    color: #576671;
}
.showC-e .btn:hover{
    background-color: transparent;
    color: #576671;
}
.btn-red {
    width: 280px;
    padding: 12px 0;
    border: medium none;
}
/*======================== Button hover effect style end ====================*/


/*======================== After Customize step3 sidebar style start ====================*/

.formSteps.hide-right-side-nav {
    display:  none;
}

.formBanner.float-md-right .formBody dl.xtrasProd.last {
    background:  transparent;
    padding:  0;
    margin-top: 20px;
}

.formBanner.float-md-right .formBody dl.xtrasProd.last dt label {
    color: #4A4A4A;
    font-weight: 600;
}
.formBanner.float-md-right .formBody dl.xtrasProd.last dt {
    margin: 10px 0;
    float:  left;
    width: 100%;
}

.formBanner.float-md-right .formBody dl.xtrasProd.last dd ul li input {
    margin-right:  10px;
    background:  transparent !important;
    float:  left;
    margin-top: 3px;
}

.formBanner.float-md-right .formBody dl.xtrasProd.last dd {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

section.designSelection.greyBack .formBody .previewFinal .product-options p.required {
    float: left;
    width:  100%;
    margin-top: 15px;
    text-align:  left;
    font-weight:  500;
}

.formBanner.float-md-right .formBody dl.xtrasProd.last dt label span.required {
    color: #df280a;
}

.formBanner.float-md-right .formBody .product-options-bottom {
    float:  left;
    width: 100%;
}

.formBanner.float-md-right .formBody .product-options-bottom .add-to-cart {
    float:  left;
    width:  100%;
    text-align:  center;
}

.formBanner.float-md-right .formBody .product-options-bottom .add-to-cart button.button.btn-cart.btn.btn-red.btnOwn {
    width: 306px;
    padding: 13px 0;
}

.formBanner.float-md-right .formBody .product-options-bottom .add-to-cart button.button.btn-cart.btn.btn-red.btnOwn span {
    float:  left;
    width:  100%;
    cursor:  pointer;
}

.formBanner.float-md-right .formBody .product-options-bottom .add-to-cart label {
    display:  none;
}

.formBanner.float-md-right .formBody .product-options-bottom .add-to-cart input#qty {
    display:  none;
}

.formBanner.float-md-right .formBody .product-options-bottom .add-to-cart div {
    display:  none;
}
.formBanner.float-md-right .formBody dl.xtrasProd.last dd ul li span.label {
    float:  right;
    width: 93%;
}
.formBanner.float-md-right .formBody dl.xtrasProd.last dd:last-child {
    border-bottom: 0;
}

.messengerSet {width:  auto !important;}


.prodSelectdShow {
    text-align: center;
}
/*======================== After Customize step3 sidebar style end ====================*/

/*=========================== checkout page style start ======================*/
body.checkout-onepage-index .main .total_shipment .page-title h2 {
    font-weight: 600;
}

body.checkout-onepage-index .main .total_shipment .ship_address {
    padding-top: 25px;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps {
    background-color:  transparent;
    padding: 0;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section {
    background-color:  #fff;
    padding: 25px 30px;
    margin-bottom: 15px;
    border: 1px solid rgb(229, 229, 229);
    border-radius: 5px;
    position:  relative;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step-title {
    background-color:  transparent;
    padding:  0;
    margin-bottom: 0;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step-title span.number {
    background-color: #989898;
    border-radius: 3px;
    font-weight: 600;
    border:  medium none;
    margin-right:  15px;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step-title h2 {
    font-size:  16px;
    font-weight:  600;
    line-height: 22px;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step-title a {
    color: #d91f26;
    font-weight:  600;
    text-transform: capitalize;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login {
    padding-bottom: 0;
    padding-top: 35px;
}

/*body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login .col2-set.row .col-md-6 {*/
/*float:  left;*/
/*width:  100%;*/
/*max-width:  100%;*/
/*flex: 100%;*/
/*}*/


body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login .col2-set.row .col-md-6:first-child {
    order: 2;
    padding-right: 0;
    padding-left: 5%;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login .col2-set.row .col-md-6:nth-child(2) {
    order: 1;
    padding-left: 0;
    padding-right: 5%;
    position: relative;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login .col2-set.row .col-md-6 form fieldset ul.form-list li:last-child a.f-left:hover {
    color: #d91f26;
    border-color: #d91f26;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login .col2-set.row .col-md-6:first-child::before {
    content: ' ';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #bbb;
    left: 0;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login .buttons-set {
    margin-top: 50px;
}


body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login .col2-set.row .col-md-6:first-child {
    order: 2;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login .col2-set.row .col-md-6:nth-child(2) {
    order: 1;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login .col2-set.row .col-md-6 ul.form-list li.control {
    float:  left;
    width:  50%;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login .col2-set.row .col-md-6 h3 {
    font-weight:  600;
    margin-top: 10px;
    padding-bottom: 5px;
    border-color: #E5E5E5;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login .col2-set.row .col-md-6 form fieldset ul.form-list li {
    float:  left;
    width: 100%;
    margin-bottom: 20px;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login .col2-set.row .col-md-6 form fieldset ul.form-list {
    float:  left;
    width:  100%;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login .col2-set.row .col-md-6 form fieldset ul.form-list li:last-child {
    margin-bottom: 0;
    width:  100%;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login .col2-set.row .col-md-6 p {
    font-weight: 600;
    font-size: 13px;
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 10px;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login .col2-set.row .col-md-6 fieldset h4 {
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login .buttons-set {
    padding:  0;
    margin: 20px 0 0 0;
    border-top: 1px solid #E5E5E5;
    padding-top: 20px;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login .buttons-set p.required {
    display:  none;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login .col-md-12 {
    padding:  0;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login .col2-set.row .col-md-6 form fieldset ul.form-list li .input-box {
    width: 100%;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login .col2-set.row .col-md-6 form fieldset ul.form-list li:nth-child(2) {
    float:  left;
    width: 100%;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login .col2-set.row .col-md-6 form fieldset ul.form-list li input {
    border-color: #E5E5E5;
    border-radius: 3px;
    padding: 12px 10px;
    height: auto;
    color: #666 !important;
    font-weight: 600;
    font-size: 12px;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login .col2-set.row .col-md-6 form fieldset ul.form-list li:last-child button.button {
    padding: 15px 30px;
    line-height: 18px;
    height: auto;
    font-weight: 700;
    font-size: 18px;
    border-radius: 3px;
    width: 100%;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login .col2-set.row .col-md-6 form fieldset ul.form-list li:last-child a.f-left {
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    margin-left: 0;
    margin-bottom: 28px;
    color: #999;
    border-bottom: 1px solid #999;
    width: auto;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login .col2-set.row .col-md-6 form fieldset ul.form-list li:last-child button.button:hover {
    background-color: #bd151b !important;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login .buttons-set button.button {
    height: auto;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    border-radius: 3px;
    background-color: #d91f26;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login .buttons-set button.button:hover {
    background-color: #bd151b !important;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-billing form {
    margin-top: 20px;
    padding-bottom: 0;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-billing form .fieldset {
    width:  100%;
    position:  relative;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-billing form .fieldset p.required {
    display:  none;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-billing form .fieldset ul.form-list li {
    float:  left;
    width: 100%;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-billing form .fieldset ul.form-list li .fieldset ul li.fields .field {
    float:  left;
    width: 48%;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-billing form .fieldset ul.form-list li .fieldset ul li.fields .field .input-box {
    width: 100%;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-billing form .fieldset ul.form-list li .fieldset ul li.fields .field:nth-child(2) {
    float:  right;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-billing form .fieldset ul.form-list li.wide input {
    width: 100%;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-billing form .fieldset ul.form-list li .input-box input {
    border-radius:  3px;
    border-color: #E5E5E5;
    font-size:  16px;
    height:  auto;
    padding:  8px 10px;
    font-weight: 500;
    color:  #666;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-billing form .fieldset ul.form-list li .input-box select {
    height:  auto;
    padding:  10px 10px;
    border-radius:  3px;
    font-size:  13px;
    font-weight: 600;
    color: #666;
    border-color: #E5E5E5;
    padding-right: 30px;
}

body.checkout-onepage-index .main .total_shipment select#shipping-address-select {
    height: auto;
    padding: 8px 10px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
    color: #666;
    padding-right: 30px;
    border: 1px solid #E5E5E5;
    width: 100%;
    margin: 10px 0;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-billing form .fieldset .remember-me-popup {
    float:  left;
    width:  100%;
    padding-bottom:  10px;
    margin-bottom:  10px;
    border-bottom: 1px solid #E5E5E5;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-billing form .fieldset .remember-me-popup .remember-me-popup-head {
    float:  left;
    width:  100%;
    margin-top:  25px;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-billing form .fieldset .remember-me-popup .remember-me-popup-head h3 {
    font-size:  16px;
    font-weight:  600;
    margin-bottom:  10px;
    float:  left;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-billing form .fieldset .remember-me-popup .remember-me-popup-head a.remember-me-popup-close {
    float:  right;
    color:  #d91f26;
    font-size:  12px;
    font-weight: 600;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-billing form .fieldset .remember-me-popup .remember-me-popup-body {
    width: 100%;
    display:  inline-block;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-billing form .fieldset .remember-me-popup .remember-me-popup-body p {
    font-size: 13px;
    font-weight:  500;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-billing form .fieldset .remember-me-popup .remember-me-popup-body .remember-me-popup-close-button.a-right {
    display:  none;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-billing form .fieldset ul.form-list li.control {
    float:  left;
    width:  50%;
    margin-bottom:  10px;
    margin-top: 10px;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .buttons-set button.button {
    height:  auto;
    padding: 13px 0;
    margin:  0;
    font-weight:  600;
    font-size: 16px;
    width:  280px;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .buttons-set {
    padding-top: 20px;
    border-top: 1px solid rgb(229, 229, 229);
    margin-top:  20px;
    display:  inline-block;
    width: 100%;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .please-wait {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    color: transparent;
    font-size: 16px;
    font-weight: 600;
    left: 0;
    z-index: 999;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .please-wait img {
    position: relative;
    top: 45%;
    margin-right: 0;
    left: 9%;
}

/*body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .please-wait::after {*/
    /*content: ' Loading next step...';*/
    /*position: absolute;*/
    /*color: #000;*/
    /*top: 48%;*/
    /*text-align: center;*/
    /*left: 43%;*/
/*}*/

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form#co-shipping-form {
    margin-top:  30px;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form#co-shipping-form ul.form-list li  fieldset li.fields {
    float:  left;
    width:  100%;
    margin-bottom: 10px;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form#co-shipping-form ul.form-list li fieldset li.fields .field {
    float:  left;
    width: 48%;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form#co-shipping-form ul.form-list li fieldset li.fields .field .input-box {
    width: 100%;
    float:  left;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form#co-shipping-form ul.form-list li fieldset li.fields .field:last-child {
    float:  right;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form#co-shipping-form ul.form-list li fieldset li.fields .field .input-box input {
    border-radius:  3px;
    border-color: #E5E5E5;
    font-size:  16px;
    height:  auto;
    padding:  8px 10px;
    font-weight: 500;
    color:  #666;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form#co-shipping-form ul.form-list li fieldset li.fields .field .input-box input {
    border-radius:  3px;
    border-color: #E5E5E5;
    font-size:  16px;
    height:  auto;
    padding:  8px 10px;
    font-weight: 500;
    color:  #666;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form#co-shipping-form ul.form-list li fieldset li.wide .input-box input {
    border-radius:  3px;
    border-color: #E5E5E5;
    font-size:  16px;
    height:  auto;
    padding:  8px 10px;
    font-weight: 500;
    color:  #666;
    width:100%
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form#co-shipping-form ul.form-list li fieldset li.wide {
    float:  left;
    width:  100%;
    margin-bottom: 10px;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form#co-shipping-form ul.form-list li fieldset li.fields .fields {
    float:  left;
    width:  100%;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form#co-shipping-form ul.form-list li fieldset li.fields .fields .input-box {
    float:  left;
    width: 100%;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form#co-shipping-form ul.form-list li fieldset li.fields .fields .input-box input {
    border-radius:  3px;
    border-color: #E5E5E5;
    font-size:  16px;
    height:  auto;
    padding:  8px 10px;
    font-weight: 500;
    color:  #666;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form#co-shipping-form ul.form-list li fieldset li.fields .field .input-box select {
    height:  auto;
    padding:  8px 10px;
    border-radius:  3px;
    font-size:  13px;
    font-weight: 600;
    color: #666;
    border-color: #E5E5E5;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form#co-shipping-form ul.form-list li fieldset li.no-display {
    float:  left;
    width:  100%;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .buttons-set button.button:hover {
    background-color: #bd151b !important;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .buttons-set p.required {
    display:  none;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .buttons-set p.back-link a {
    font-size: 14px;
    font-weight:  600;
    line-height: 50px;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form dl dt {
    margin-top:  30px;
    font-weight:  600;
    display:  none;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form dl {
    margin-top: 30px;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form dl dd ul li {
    float:  left;
    width:  100%;
    margin: 7px 0;
    position: relative;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form dl dd ul li label {
    float: left;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form dl dd ul li label span.price {
    float: right;
    font-weight: 600;
    color: #000;
    font-size: 14px;
    width: 15%;
    text-align: right;
    position: absolute;
    background-color: #fff;
    right: 0;
    top: 0;
    z-index: 1;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form dl dd ul li:after {
    content: ' ';
    position: absolute;
    width: auto;
    height: 1px;
    border-bottom: 2px dotted #ccc;
    bottom: 7px;
    width: 85%;
    text-align: center;
    margin: 0 auto;
    left: 10%;
    z-index: 0;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form dl dd ul li input {
    float:  left;
    margin-top: 3px;
    border-radius:  3px;
    border-color: #E5E5E5;
    font-size:  16px;
    height:  auto;
    padding:  8px 10px;
    font-weight: 500;
    color:  #666;
    width:100%
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form dl dd ul li label span.title {
    background-color:  #fff;
    position:  relative;
    z-index:  1;
    padding-right:  15px;
    padding-left: 10px;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form#co-payment-form fieldset dl dt {
    display:  block;
    margin-top: 5px;
    float:  left;
    width: 100%;
    position:  relative;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form#co-payment-form fieldset dl dt label img {
    vertical-align:  middle;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form#co-payment-form fieldset dl dt label {
    width: 95%;
    position:  relative;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form#co-payment-form fieldset dl dt input {
    margin-right: 10px;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form#co-payment-form fieldset dl dt label a {
    line-height: normal;
    font-size: 12px;
    position:  absolute;
    bottom:  0;
    padding-left: 10px;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form#co-payment-form fieldset dl dd ul li::after {
    display: none;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form#co-payment-form fieldset dl dd ul li .input-box {
    width: 100%;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form#co-payment-form fieldset dl dd ul li .input-box input {
    margin: 5px 0 0 0;
    border-radius:  3px;
    border-color: #E5E5E5;
    font-size:  16px;
    height:  auto;
    padding:  8px 10px;
    font-weight: 500;
    color:  #666;
    width:100%
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form#co-payment-form fieldset dl  dd {
    float:  left;
    width: 100%;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form#co-payment-form fieldset dl dd ul li {
    font-size:  13px;
    font-weight:  500;
    top: 0;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form#co-payment-form fieldset dl dd ul li p.required {
    display:  none;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form#co-payment-form fieldset dl dd ul li .input-box select {
    width: 100%;
    height:  auto;
    padding:  8px 10px;
    border-radius:  3px;
    font-size:  13px;
    font-weight: 600;
    color: #666;
    border-color: #E5E5E5;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form#co-payment-form fieldset dl dd ul li .input-box .v-fix:first-child {
    width: 73%;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form#co-payment-form fieldset dl dd ul li .input-box .v-fix:nth-child(2) {
    width: 25%;
    float:  right;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form#co-payment-form fieldset dl dd ul li#anz_egate_cc_type_cvv_div .input-box .v-fix {
    width:  100%;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form#co-payment-form fieldset dl dd ul li#anz_egate_cc_type_cvv_div .input-box a {
    margin-top: 5px;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item .btn-close {
    text-align:  right;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item .btn-close a {
    font-size: 12px;
    font-weight: 600;
    color: #d91f26;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item #checkout-shipping-method-load dl.sp-methods dd ul li input {
    float: left;
    width: auto;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form dl dd ul li span.no-display {
    float:  left;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login label.btn.loginRadioBtn {
    padding: 15px 30px;
    line-height: 18px;
    height: auto;
    font-weight: 700;
    font-size: 18px;
    border-radius: 3px;
    width: 100%;
    border-color: #d91f26;
    color: #d91f26;
    margin: 10px 0 25px 0;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login label.btn.loginRadioBtn.active {
    background-color: #d91f26;
    color: #fff;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login label.btn.loginRadioBtn.focus.active {
    outline: none;
    box-shadow: none;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login label.btn.loginRadioBtn {
    padding: 15px 30px;
    line-height: 18px;
    height: auto;
    font-weight: 700;
    font-size: 18px;
    border-radius: 3px;
    width: 100%;
    border-color: #d91f26;
    color: #d91f26;
    margin: 10px 0 25px 0;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login label.btn.loginRadioBtn.active {
    background-color: #d91f26;
    color: #fff;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login label.btn.loginRadioBtn.focus.active {
    outline: none;
    box-shadow: none;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login .amazonLoginBtn {
    margin-bottom: 30px;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login h4 {
    font-size: 14px;
    margin-bottom: 5px;
    color: #333;
}

body.checkout-onepage-index header#header .headerTop {
    display: none;
}

body.checkout-onepage-index header#header .headerMed .headerMedMenu {
    display: none;
}

body.checkout-onepage-index header#header .headerMed .customNavA {
    display: none;
}

body.checkout-onepage-index header#header .headerMed .desktopLogoDiv {
    width: 20%;
}


body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-review {
    margin-top: 20px;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-review table#checkout-review-table tbody tr td:first-child {
    width: 20%;
    padding-right: 15px;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-review table#checkout-review-table tbody tr td figure {
    width: 100%;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-review table#checkout-review-table tbody tr td h3 {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-review table#checkout-review-table tbody tr td dl span {
    font-weight: 500;
}


body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-review table#checkout-review-table tbody tr td {
    padding: 10px 0;
    margin-bottom: 15px !important;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-review table#checkout-review-table tbody tr td span {
    font-weight: 500;
    font-size: 14px;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-review table#checkout-review-table tbody tr {
    padding-bottom: 15px !important;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px !important;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-review table#checkout-review-table tfoot {
    position: relative;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-review table#checkout-review-table tfoot::before {
    content: 'Order Summary';
    position: absolute;
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 75px;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-review table#checkout-review-table tfoot tr.first td {
    padding-top: 60px;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-review table#checkout-review-table tfoot tr td {
    font-size: 14px;
    font-weight: 500;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-review table#checkout-review-table tfoot tr td p {
    font-size: 14px;
    font-weight: 500;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-review-submit li {
    margin-top: 0;
}

body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-review-submit li p {
    width: 100%;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #333;
    padding: 0;
}

body.checkout-onepage-index header#header .headerMed {padding-bottom: 11px;}
/*=========================== checkout page style end =======================*/



/*=========================== cart page style start ======================*/

.footerChckoutCart a.btn.btn-red {
    height:  auto;
    padding:  2px 0;
    width: 223px;
    font-weight: 500;
}

body.checkout-cart-index .main-container.col1-layout.content .headerInner .container h2 {
    font-weight: 600;
}

body.checkout-cart-index .main-container.col1-layout.content .headerInner .container h2 span {
    margin-left: 5px;
    color: #999;
    font-weight:  600;
}

body.checkout-cart-index section.exoress-checkout {
    width: 100%;
    margin: 20px 0 0 0;
    background-color: #fafafa;
}

body.checkout-cart-index section.exoress-checkout ul.checkout-types li span.paypal-or {
    display:  none;
}

body.checkout-cart-index section.exoress-checkout ul.checkout-types li {
    width: calc(100% / 3 - 4px );
    float: left;
}

body.checkout-cart-index section.exoress-checkout ul.checkout-types li:last-child {
    margin-right: 0;
}

body.checkout-cart-index section.exoress-checkout ul.checkout-types li a img {
    width:  100%;
}

body.checkout-cart-index section.exoress-checkout h3 {
    text-align: left;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0;
    color: #666;
    display: inline-block;
    width: 25%;
    vertical-align: top;
    padding-left: 5px;
    padding-top: 26px;
}

body.checkout-cart-index .profile_pnnlOuter .headerInner h2 {
    font-weight: 600;
}

body.checkout-cart-index .profile_pnnlOuter .headerInner h2 span {
    color: #999;
    margin-left: 5px;
}

body.checkout-cart-index section.exoress-checkout ul.checkout-types {
    width: 74%;
    display: inline-block;
    padding: 15px 0 11px 0;
    text-align: right;
}

body.checkout-cart-index main.content section.greyBack.cartSec .cartBox {
    padding:  5px 30px 35px;
}

body.checkout-cart-index main.content section.greyBack.cartSec .cartBox form .cart-e .topBox .designFt {
    flex: 0 1 250px;
}

body.checkout-cart-index main.content section.greyBack.cartSec .cartBox form .cart-e .topBox .designqPr .cartOpt a {
    font-weight:  500;
    color: #D22A31;
}

body.checkout-cart-index main.content section.greyBack.cartSec .cartBox form .cart-e .topBox .designqPr .cartPrChoice a h4 {
    font-weight:  600;
    font-size:  20px;
}

body.checkout-cart-index main.content section.greyBack.cartSec .cartBox form .cart-e .topBox .designqPr .cartPrChoice .tableProdSelt .table .table-header .table-cell {
    font-weight:  600;
}

body.checkout-cart-index main.content section.greyBack.cartSec .cartBox form .cart-e .topBox .designqPr .cartPrChoice .tableProdSelt .table .table-row .table-cell {
    font-weight: 600;
}
body.checkout-cart-index main.content section.greyBack.cartSec .cartBox form .cart-e .topBox .designqPr .cartPrChoice .prod-e-price {
    margin: 25px 0;
}

body.checkout-cart-index main.content section.greyBack.cartSec .cartBox form .cart-e .topBox .designqPr .cartPrChoice .prod-e-price h3 {
    color: #d91f26;
}
body.checkout-cart-index main.content section.greyBack.cartSec .cartBox footer.footerChckoutCart {
    border-top:  0;
}

body.checkout-cart-index main.content section.greyBack.cartSec .cartBox footer.footerChckoutCart .cart-totals-wrapper .cart-totals .checkoutGo p {
    font-weight: 500;
    margin-right: 8px;
}

body.checkout-cart-index main.content section.greyBack.cartSec .cartBox footer.footerChckoutCart .cart-totals-wrapper .cart-totals .checkoutGo a {
    margin-left: 15px;
}
body.checkout-cart-index main.content section.greyBack.cartSec .cartBox form .cart-e {
    margin-top: 25px;
}

body.checkout-cart-index section.prodDisplay.display {
    background-color: #fff;
    padding: 58px 0;
}
/*=========================== cart page style end ======================*/


/*=========================== Header profile dropdown style start ======================*/

header.header .headerMed .customNavA ul.nav li a span i {
    font-weight:  500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

header.header .headerMed .customNavA ul.nav li ul.profileSubmenu {
    position:  absolute;
    right:  0;
    background-color: #fff;
    padding:  10px;
    width: 100%;
    top: 40px;
    border: 1px solid #eee;
    border-radius:  5px;
    transition: ease all .5s;
    opacity:  0;
    visibility:  hidden;
    z-index: 2;
}

header.header .headerMed .customNavA ul.nav li ul.profileSubmenu li {
    float:  left;
    width: 100%;
    text-align:  left;
    margin:  0;
    border-bottom: 1px solid #eee;
    padding-bottom:  5px;
    margin-bottom: 3px;
}

header.header .headerMed .customNavA ul.nav li ul.profileSubmenu li:last-child {
    border-bottom:  0;
    margin:  0;
    padding: 0;
}

header.header .headerMed .customNavA ul.nav li ul.profileSubmenu li a {
    float:  left;
    width: 100%;
}

header.header .headerMed .customNavA ul.nav li:hover ul.profileSubmenu {
    opacity:  1;
    visibility:  visible;
}

header.header .headerMed .customNavA ul.nav li ul.profileSubmenu::before {
    content: '';
    position: absolute;
    right: 58px;
    top: -6px;
    /* background-image: url(../images/dwn-arw.png); */
    /* width: 15px; */
    /* height: 10px; */
    /* background-repeat: no-repeat; */
    /* transform: rotate(180deg); */
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* opacity: 0.3; */
    /* background: white; */
    /* background-color: white; */
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #eeeeee;
    /* border: 1px solid; */
}
body.checkout-onepage-index header.header .headerMed .customNavA ul.nav li button.menuSearchBtn {
    padding:  0;
    width: 20px;
    height: 20px;
}

/*=========================== Header profile dropdown style end ======================*/

/*======================Checkout Page=================*/
.checkout-onepage-index #order-review-wrapper .opc {
    border: 1px solid rgb(229, 229, 229);
    border-radius: 5px;
    margin-top: 70px;
    margin-bottom: 20px;
}
.checkout-onepage-index .opc .step-title h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}
.checkout-onepage-index .opc .allow .step-title {
    background: transparent;
}
.checkout-onepage-index .buttons-set button.button {
    width: 100%;
    background: #C94237;
    height: 50px;
}
.checkout-onepage-index #opc-review .buttons-set {
    padding: 0;
}
.checkout-onepage-index .data-table tfoot tr {
    background: transparent !important;
}
.checkout-onepage-index .data-table tfoot tr td:first-child{
    text-align: left !important;
    padding-left: 0;
    font-weight: 600;
}
.checkout-onepage-index .data-table tfoot {
    border-bottom-color: transparent;
}
.checkout-onepage-index .data-table tfoot tr.last {
    border-top: 1px solid #d9dde3;
}
.checkout-onepage-index .data-table tfoot tr.last td {
    margin-top: 10px !important;
    padding-top: 12px !important;
}
.checkout-onepage-index .data-table tfoot tr:nth-last-child(2) td {
    padding-bottom: 12px;
    font-weight: 600;
}
.checkout-onepage-index .opc .checkout-agreements {
    padding: 5px 0;
}
.checkout-onepage-index .checkout-agreements .agree input.checkbox {
    float: left;
}
.checkout-onepage-index .checkout-agreements .agree label {
    float: left;
    width: 90% !important;
    font-weight: normal;
    text-decoration: none !important;
}
.checkout-onepage-index .opc .checkout-agreements .agree {
    display: inline-block;
}
.checkout-onepage-index .data-table td {
    font-size: 13px;
    vertical-align: top;
    font-weight: 600;
}
.checkout-onepage-index .data-table td:nth-child(1) figure {
    width: 48px;
}
.checkout-onepage-index .data-table td:nth-child(1) {
    padding-left: 0;
}
.pr-10 {
    padding-right: 10px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

/*=============== Lettering Page Style Start ===============*/

section.letteringToolSection .letteringToolLeftSide {
    width: 60%;
}

section.letteringToolSection {
    float: left;
    width: 100%;
    padding: 50px 0;
    position: relative;
    z-index: 1;
    background-color: #F6F6F9;
}

section.letteringToolSection .letteringToolRightSide {
    width: 36%;
    background-color: #fff;
    padding: 20px;
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-options {
    float: left;
    width: 100% !important;
}

section.letteringToolSection .letteringToolRightSide .tool-lt-sidebar-title {
    font-weight: 600;
    color: #4A4A4A;
    width: 100% !important;
    margin-bottom: 10px !important;
    float: left;
}

section.letteringToolSection .letteringToolRightSide .tool-lt-sidebar {
    width: 100% !important;
}

section.letteringToolSection .letteringToolRightSide .tool-lt-sidebar .tool-lt-sidebar-size {
    background: transparent !important;
    border: medium none !important;
    padding: 1px !important;
}

section.letteringToolSection .letteringToolRightSide .tool-lt-sidebar .tool-lt-sidebar-size dl dt label.size {
    font-weight: normal !important;
    font-size: 15px !important;
    line-height: 23px;
    font-weight: 500 !important;
    color: #666;
}

section.letteringToolSection .letteringToolRightSide .tool-lt-sidebar .tool-lt-sidebar-size dl dt {
    margin-bottom: 22px;
}

section.letteringToolSection .letteringToolRightSide .tool-lt-sidebar .tool-lt-sidebar-size dl dt span.note {
    font-size: 15px !important;
    font-weight: 500;
    color: #666;
}

section.letteringToolSection .letteringToolRightSide .tool-lt-sidebar .tool-lt-sidebar-size dd input {
    border: 1px solid #ccc;
    width: 100% !important;
    padding: 12px 10px !important;
    font-size: 14px;
    border-radius: 5px;
}

section.letteringToolSection .letteringToolRightSide .tool-lt-sidebar .tool-lt-sidebar-size dd {
    width: 38% !important;
}

section.letteringToolSection .letteringToolRightSide .tool-lt-sidebar .tool-lt-sidebar-size .checkboxArea {
    float: left;
    width: 100%;
}

section.letteringToolSection .letteringToolRightSide .tool-lt-sidebar .tool-lt-sidebar-size .checkboxArea dd {
    float: left !important;
    width: auto !important;
    margin-right: 5px;
    transform: scale(0.6);
    margin-left: -4px;
}

section.letteringToolSection .letteringToolRightSide .tool-lt-sidebar .tool-lt-sidebar-size .checkboxArea dt label {
    font-size: 15px !important;
    line-height: 27px;
    font-weight: 500 !important;
    color: #666;
}

section.letteringToolSection .letteringToolRightSide .tool-lt-sidebar .tool-lt-sidebar-size .checkboxArea dt {
    margin-bottom: 0;
}

section.letteringToolSection .letteringToolRightSide .tool-lt-sidebar .tool-lt-sidebar-action {
    border: medium none !important;
    background: transparent !important;
    padding: 0 !important;
}

section.letteringToolSection .letteringToolRightSide .tool-lt-sidebar .tool-lt-sidebar-action .price-box span.regular-price {
    color: #D22A31;
    font-size: 20px !important;
}

section.letteringToolSection .letteringToolRightSide .tool-lt-sidebar .tool-lt-sidebar-action .tool-lt-sidebar-action-cart button {
    width: 306px;
}

section.letteringToolSection .letteringToolLeftSide #tool-lt-preview {
    background: transparent !important;
    margin-top: 0px;
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-options .tool-lt-options-title {
    font-weight: 600;
    color: #4A4A4A;
    width: 100% !important;
    margin-bottom: 10px !important;
    float: left;
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-footer {
    background-color: transparent !important;
    border: medium none !important;
    margin: 0px 0 30px  0!important;
    height: auto !important;
    float: left;
    width: 100%;
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-footer .tool-lt-footer-ruler {
    margin-left: 0 !important;
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-footer .tool-lt-footer-surface .title {
    font-size: 15px;
    font-weight: 500;
    color: #666;
    margin-top: 0px !important;
    line-height: 34px !important;
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-footer .tool-lt-footer-surface .body .label {
    width: 80% !important;
    border-radius: 3px;
    border: medium none !important;
    height: 20px !important;
    line-height: 20px !important;
    position: relative;
    cursor: pointer;
    background-image: none !important;
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-footer .tool-lt-footer-surface .body {
    background-color: #fff;
    padding: 7px;
    border: 1px solid #ccc !important;
    border-radius: 5px;
    margin-top: 0px !important;
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-footer .tool-lt-footer-surface .body .chip_widget {
    margin-right: 0 !important;
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-footer .tool-lt-footer-surface .body .chip_widget #pc {
    background-image: none;
    height: auto;
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-footer .tool-lt-footer-surface .body .label::after {
    content: ' ';
    position: absolute;
    width: 20px;
    height: 20px;
    right: -28px;
    font-family: 'Glyphicons Halflings';
    content: "\e252";
    text-align: center;
    padding-top: 0px;
    font-size: 12px;
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-footer .tool-lt-footer-ruler .body .chip_widget {
    margin-right: 8px;
    margin-top: 0;
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-footer .tool-lt-footer-ruler .body .chip_widget #pr {
    transform: scale(0.6);
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-footer .tool-lt-footer-ruler .body {
    margin-top: 4px !important;
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-footer .tool-lt-footer-ruler .title {
    margin-top: 4px !important;
    font-size: 15px;
    font-weight: 500;
    color: #666;
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-footer .tool-lt-footer-action {
    margin-top: 0 !important;
    float: right !important;
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-footer .tool-lt-footer-action button {
    background-color: transparent !important;
    font-size: 24px;
    cursor: pointer;
    margin-top: 4px;
}


section.letteringToolSection .letteringToolLeftSide .tool-lt-options {
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-options .tool-lt-options-wrapper {
    background-color: transparent !important;
    border: medium none !important;
    padding: 1px !important;
    width: 100%;
    height: auto !important;
    float: left;
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-options .tool-lt-options-wrapper .left {
    width: 100% !important;
    float: left;
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-options .tool-lt-options-wrapper .right {
    float: left;
    width: 100% !important;
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-options .tool-lt-options-wrapper .left .tool-lt-options-block.message {
    width: 100%;
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-options .tool-lt-options-wrapper .left .tool-lt-options-block.message .title {
    font-size: 15px;
    font-weight: 500;
    color: #666;
    margin-bottom: 8px;
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-options .tool-lt-options-wrapper .left .tool-lt-options-block.message .body {
    float: left;
    width: 100%;
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-options .tool-lt-options-wrapper .left .tool-lt-options-block.message .body textarea {
    width: 100% !important;
    border: 1px solid #ccc !important;
    padding: 10px !important;
    font-size: 15px !important;
    font-weight: 500;
    color: #666;
    resize: none;
    border-radius: 5px;
    height: 55px !important;
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-options .title {
    font-size: 15px;
    font-weight: 500;
    color: #666;
    margin-bottom: 5px;
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-options .body .chip_widget .chips.combo-handler {
    height: auto !important;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 6px;
    border-radius: 5px;
    background-image: none !important;
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-options .body .chip_widget .chips.combo-handler .label {
    margin: 0 !important;
    width: 85% !important;
    background-image: none !important;
    font-size: 15px !important;
    font-weight: 500;
    color: #666;
    position: relative;
    height: 20px !important;
    border-radius: 3px;
    line-height: 20px !important;
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-options .body .chip_widget .chips.combo-handler .combo-wrapper {
    margin-top: 4px !important;
    width: 100% !important;
}


section.letteringToolSection .letteringToolLeftSide .tool-lt-options .body .chip_widget .chips.combo-handler .label::after {
    position: absolute;
    font-family: 'Glyphicons Halflings';
    content: "\e252";
    right: -16%;
    font-size: 12px;
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-options .tool-lt-options-wrapper .left .tool-lt-options-block.font {
    width: 50%;
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-options .tool-lt-options-wrapper .left .tool-lt-options-block.color.small {
    width: 25%;
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-options .tool-lt-options-wrapper .left .tool-lt-options-block.alignment.small {
    width: 25%;
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-options .tool-lt-options-wrapper .left .tool-lt-options-block.alignment.small .body .chip_widget {
    width: 100% !important;
    margin: 0 !important;
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-options .tool-lt-options-wrapper .left .tool-lt-options-block.options.small {
    width: 100% !important;
    margin-bottom: 20px !important;
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-options .tool-lt-options-wrapper .left .tool-lt-options-block.options.small .body .chip_widget {
    margin-top: 0 !important;
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-options .tool-lt-options-wrapper .left .tool-lt-options-block.options.small .body .chip_widget .chips {
    transform: scale(0.6);
    margin-left: -5px;
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-options .tool-lt-options-wrapper .left .tool-lt-options-block.options.small .body .chip_widget label {
    font-size: 15px;
    font-weight: 500;
    color: #666;
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-options .tool-lt-options-wrapper .right .tool-lt-options-block {
    border: medium none !important;
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-options .tool-lt-options-wrapper .right .tool-lt-options-block.effect {
    width: 45%;
    margin-right: 2%;
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-options .tool-lt-options-wrapper .right .tool-lt-options-block.effect.small {
    width: 21%;
    margin-top: 23px;
    margin-right: 0;
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-options .tool-lt-options-wrapper .right .tool-lt-options-block.effect .body .chip_widget {
    width: 100% !important;
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-options .tool-lt-options-wrapper .right .borderSection {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-options .tool-lt-options-wrapper .right .shadowSection {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

section.letteringToolSection .letteringToolLeftSide .tool-lt-options .tool-lt-options-wrapper .right .shadowSection .tool-lt-options-block.shadow.small:last-child .title {
    opacity: 0;
}
/*=============== Lettering Page Style End ===============*/

/*=============== Sticky Header Style Start ===============*/

.fixed-header .headerTop {
    display: none;
}


.choose-section.stick-section {
    margin-top: 0;
    position: fixed;
    top: 100px;
    z-index: 1;
    width: 100%;
    border-top: 1px solid #cccccc;
    background: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.choose-section.stick-section .choose-section-inr .buy-itm h5 span {
    font-weight: bold;
    color: #27A30F;
}
.choose-section.stick-section .choose-section-inr .buy-itm h5 {
    color: #2A2A2A;
    font-weight: 600;
}
.no-box-shadow{
    box-shadow: none !important;
}
/*=============== Sticky Header Style End ===============*/


/*=============== Catalog Category View Style Start ===============*/

.catalog-category-view .profile_pannlSec {
    /*padding: 55px 0 70px 0;*/
    padding: 0px 0 70px 0; /*after adding breadcrumbs*/

}
.catalog-category-view .category-description .section{
    overflow: hidden;
}
/*body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.select{*/
/*display: none;*/
/*}*/
.catalog-category-view .section {
    border: none;
}
body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .col-lg-3.col-md-4.letf-side-bar {
    background: #f7f7f9;
    padding: 0;
    border: none;
    margin-top: -10px;
}
body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .home-products .products {
    width: 24.05%;
    border: none;
    padding: 0 0px;
}

body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .home-products .products h2 {
    padding: 0 2px;
}

body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .home-products .products h2 a {
    text-transform: none;
    font-size: 16px;
    line-height: 36px;
    color: #333333;
    font-family: "Montserrat";
    font-weight: bold;
}
body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .home-products .products .blurb {
    padding: 0;
}
body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .home-products .products h2,
body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .home-products .products .blurb{
    padding: 0 10px;
}
.home-products .products .blurb a {
    display: block;
    font-size: 12px;
    color: #666 !important;
    font-family: "Montserrat";
    font-weight: 600;
    padding: 8px 0;
    border-bottom: 1px solid #CCCCCC;
}
.home-products .products .blurb a:hover {
    color: #d91f26 !important;
}
.home-products .products .blurb a::after{
    content: url("../images/arrow-gt.png");
    float: right;
    font-size: 15px;
    margin-right:5px;
}
body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .custom-description{
    padding: 20px;
    font-family: "Montserrat";
}
body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .signs-browse{
    border: none;
}
body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .signs-browse h2 {
    margin: 0 0 8px;
    text-transform: none;
    font-size: 20px;
    line-height: 40px;
    color: #666666;
    font-family: "Montserrat";
    font-weight: bold;
    text-align: center;
}
body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .signs-browse .cat-icons{
    width: 24.25%;
    margin: 20px 0;
}
body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .signs-browse .cat-icons a{
    padding: 10px;
}
body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .signs-browse .cat-icons img{
    width: auto;
}
body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .signs-browse .cat-icons p{
    font-size: 14px;
    min-height: 35px;
    line-height: 16px;
    margin-bottom: 0;
}

body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .signs-browse .cat-icons p::after{
    content: "»";
    margin-left: 5px;
}

body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .signs-browse .cat-icons a:hover p {
    color: #d91f26;
}

body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .supersigns-banner img{
    width: 100%;
}
.catalog-category-view .category-products .price-box span.label {
    visibility: hidden;
}
.catalog-category-view .category-products .price-box span.label:after{
    content: "Starts from";
    visibility:  visible;
}


body.catalog-category-view .category-description .greybox {
    display: none;
}
/*=============== Catalog Category View Style End ===============*/




/*=============== 404 Page Not Found Style Start ===============*/
.cms-no-route #frank,
.cms-no-route #frank p,
.cms-no-route #frank .reasons,
.cms-no-route #frank .frank-nav{
    width: 100%;
}
.row{
    margin-right: 0;
    margin-left: 0;
}
/*=============== 404 Page Not Found Style End ===============*/
select {
    background-color: white;
    min-width: 100px;
    padding: 0 10px;
}
.customNavB ul.sub-menu .nav-item+.nav-item {
    margin-left: 0;
}
.hidden{
    display: none;
}

body.checkout-cart-index .display-outer.prodsShow a::before {
    display: none;
}

body.catalog-category-view ul.products-grid li {
    padding-bottom: 0;
}

body.catalog-category-view ul.products-grid li .product-info {
    padding-bottom: 0 !important;
    min-height: auto !important;
}

body.catalog-category-view ul.products-grid li .product-info h2.product-name {
    display: none !important;
}
body.catalog-category-view ul.products-grid li .product-info .price-box {
    display: block !important;
}
body.catalog-category-view ul.products-grid li .product-info .actions {
    display: none;
}

body.catalog-category-view ul.products-grid li .product-info h2.product-name a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

body.catalog-category-view ul.products-grid li .product-info .price-box .regular-price {
    display: none;
}

body.catalog-category-view ul.products-grid li .product-info .price-box a span {
    margin: 0 5px;
    color: #d92026;
    font-size: 16px;
    font-family: Montserrat;
    float: left;
}

a.btn.btn-red.btn-white {
    background-color: #fff;
    color: #d91f26;
    border: 1px solid #d91f26;
    font-size: 16px;
    font-weight: 500;
    opacity: 1;
}

/*a.btn.btn-red.btn-white:hover {*/
/*background-color: #d91f26;*/
/*color: #fff;*/
/*border-color: transparent;*/
/*}*/
/*=============== Jetcommerce Custom Style End ===============*/

body.cms-index-index .display {
    padding: 55px 0 75px 0;
    text-align: center;
}

body.cms-index-index .blk-inr {
    padding: 0 18px;
}

.design_blkouter .design_bnlkitem {
    margin: 0 15px;
}

/*================ Breadcrumbs Style Start ================*/

.breadcrumbs ul {
    width: 100%;
    margin: 0 auto;
    max-width: 1110px;
}

.breadcrumbs {
    padding-top: 15px;
    width: 100%;
    margin: 0;
    max-width: 100%;
    background-color: transparent;
}

body.catalog-product-view .headerInner {
    padding-top: 10px;
    padding-bottom: 30px;
    background-color: transparent;
}

body.catalog-product-view .headerInner h4{
    font-size: 26px;
}
/*================ Breadcrumbs Style End ================*/
.showInMobile {
    display: none;
}
body.catalog-category-view p.category-image {
    display: none;
}
.prodImgOpt {
    display: block;
}


.noTemplateSection {
    float: left;
    width: 100%;
}

.noTemplateSection ul {
    float: left;
    width: 100%;
}

.noTemplateSection ul li {
    float: left;
    margin: 0 20px;
}

.noTemplateSection ul li a {
    width: auto;
    padding: 12px 25px;
}

.noTemplateSection h2 {
    padding: 5% 0 10% 0;
    float: left;
    width: 100%;
    text-align: center;
}

body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .main-content {
    padding: 15px 20px 20px;
    border: 1px solid #eee;
}

body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .tab-content {
    margin-bottom: 0;
}

section.designSelection.greyBack .formBody {
    padding: 20px;
    border: 1px solid #eee;
}

section.designSelection.greyBack .formBody .product-options .xtrasProd {
    margin-top: 0;
}

body.bannerslider-index-step2 .formBody {
    border: medium none !important;
}
body.bannerslider-index-step2 .formBody .formFinalizebanner {
    position: relative;
    float: left;
    margin: 0 auto;
    width: 100%;
}
.btn-red:focus, .btn-red:active {
    color: #fff;
}

section.frst_turn_around .inner_full_turnaround .col-lg-3.col-md-6:last-child .turn_text {
    position: absolute;
    top: 20px;
}




/*============= Request a Quote Page style Start ============*/

.cms-quote-request {
    background-color: #fafafa;
    padding: 0px;
    border: 1px solid #eee;
    margin-bottom: 0px;
}

.cms-quote-request .banner {
    width: 100%;
    text-align: center;
}

.cms-quote-request .banner img {
    width: 100%;
    height: auto;
}

.cms-quote-request .benefits {
    width: 60% !important;
    float: left;
    padding-right: 10%;
}

.cms-quote-request form.jotform-form {
    float: right;
    width: 40%;
}

.cms-quote-request .clients {
    width: 100%;
    margin-top: 20px;
    background-color: #fff;
    padding: 4% 5%;
    text-align: center;
}

.cms-quote-request .clients img {
    margin: 1% 0 5% 0;
}

.cms-quote-request .benefits dl dt {
    font-weight: 700;
    color: #304462;
    font-size: 22px;
}

.cms-quote-request .benefits dl dd {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #666;
}

.cms-quote-request .clients h3 {
    font-weight: 700;
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}

.cms-quote-request form.jotform-form .form-all {
    width: 100%;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.2);
    border-radius: 10px;
}

.cart-price {
    float: right;
}

button.btn.btn-white{
    background-color: #fff;
    color: #d91f26;
    border: 1px solid #d91f26;
}

.price-breakup-header {
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #c7c7c7;
}

.amazon-login-button-wrapper {
    display: none;
}

.cms-quote-request form.jotform-form .form-all ul.form-section {
    float: left;
    width: 100%;
}

.cms-quote-request form.jotform-form .form-all ul.form-section .form-line {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.cms-quote-request form.jotform-form .form-all ul.form-section .form-line h4 {
    font-size: 14px;
}

.cms-quote-request form.jotform-form .form-all ul.form-section .form-line h4 strong span {
    font-size: 14px;
    margin-bottom: 10px;
    color: #333;
    width: 100%;
    float: left;
}

.cms-quote-request form.jotform-form .form-all ul.form-section .form-line .form-input-wide {float: left;width: 100%;}

.cms-quote-request form.jotform-form .form-all ul.form-section .form-line .form-input-wide .form-html {
    padding: 0;
}

.cms-quote-request form.jotform-form .form-all ul.form-section .form-line h4 span {
    float: left;
    width: 100%;
}

.cms-quote-request form.jotform-form .form-all ul.form-section .form-line p {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.cms-quote-request form.jotform-form .form-all ul.form-section .form-line p span {
    font-size: 11px !important;
}

.cms-quote-request form.jotform-form .form-all ul.form-section .form-line  label {
    float: left;
    width: 100% !important;
    font-size: 14px;
    color: #333;
}

.cms-quote-request form.jotform-form .form-all ul.form-section .form-line .form-input {
    float: left;
    width: 100%;
}

.cms-quote-request form.jotform-form .form-all ul.form-section .form-line .form-input .form-textbox {
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 500;
    color: #666;
    line-height: 1.5;
    margin-top: 5px;
    margin-bottom: 5px;
}

.cms-quote-request form.jotform-form .form-all ul.form-section .form-line select.form-dropdown {
    float: left;
    width: 100% !important;
    padding: 10px;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 500;
    color: #666;
    line-height: 1.5;
    margin-top: 5px;
    margin-bottom: 5px;
}

.cms-quote-request form.jotform-form .form-all ul.form-section .form-line .form-input textarea.form-textarea {
    width: 100%;
    border: 1px solid #999;
    border-radius: 0;
    box-shadow: none;
    padding: 7px;
}

.cms-quote-request form.jotform-form .form-all ul.form-section .form-line .form-input input.form-upload {
    width: 100%;
    padding: 8px;
    border: 1px solid #999;
    background-color: #fff;
}

.cms-quote-request form.jotform-form .form-all ul.form-section .form-line .form-input span.form-sub-label-container {
    width: 31%;
    margin: 0;
    margin-right: 3.3%;
}

.cms-quote-request form.jotform-form .form-all ul.form-section .form-line .form-input span.form-sub-label-container:last-child {
    float: right;
    margin-right: 0;
}



.cms-quote-request form.jotform-form .form-all ul.form-section .form-input-wide {
    width: 100%;
}

.cms-quote-request form.jotform-form .form-all ul.form-section .form-input-wide .form-collapse-table {
    background-color: transparent !important;
    background-image: none !important;
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0px;
    border-color: transparent;
}

.cms-quote-request form.jotform-form .form-all ul.form-section .form-input-wide .form-collapse-table span {
    color: #d91f26 !important;
    margin: 0;
    float: left;
    line-height: 1.5;
    font-size: 14px;
}
.cms-quote-request form.jotform-form .form-all ul.form-section .form-input-wide .form-collapse-table span.glyphicon {
    margin-left: 4px;
    font-size: 10px;
    margin-top: 3px;
}
.cms-quote-request form.jotform-form .form-all ul.form-section-closed .form-input-wide {
    width: 100%;
}

.cms-quote-request form.jotform-form .form-all ul.form-section-closed .form-input-wide .form-collapse-table {
    background-color: transparent !important;
    background-image: none !important;
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0px;
    border-color: transparent;
}

.cms-quote-request form.jotform-form .form-all ul.form-section-closed .form-input-wide .form-collapse-table span {
    color: #d91f26 !important;
    margin: 0;
    float: left;
    line-height: 1.5;
    font-size: 14px;
    position: relative;
}
.cms-quote-request form.jotform-form .form-all ul.form-section-closed .form-input-wide .form-collapse-table span.glyphicon {
    margin-left: 4px;
    font-size: 10px;
    margin-top: 3px;
}
.cms-quote-request form.jotform-form .form-all ul#section_7 {
    float: left;
    cursor: pointer;
    width: 100%;
}

.cms-quote-request form.jotform-form .form-all ul.form-section .form-line .form-input-wide .form-buttons-wrapper {
    margin-top: 0;
}

.cms-quote-request form.jotform-form .form-all ul#section_7 span.form-collapse-right {
    display: none;
}

.cms-quote-request form.jotform-form .form-all ul.form-section .form-line .form-input-wide button.form-submit-button {
    background: #d91f26 !important;
    border: 1px solid #d91f26 !important;
    width: 100%;
    padding: 14px 0;
    text-shadow: none;
    font-size: 16px;
    border-radius: 2px;
    box-shadow: none;
    font-weight: 600;
    margin-bottom:5px;
}

.cms-quote-request form.jotform-form .form-all ul.form-section .form-line .form-input-wide button.form-submit-button:hover {
    background-color: #bd151b !important;
}

form.jotform-form ul.form-section label.error {
    color: red !important;
    font-size: 12px;
    font-weight: normal;
}

body.cms-page-view.cms-request-a-quote .breadcrumbs {
    display: none;
}

.cms-quote-request .pageTitleArea {
    text-align: center;
    padding: 40px 0;
    padding-bottom: 20px;
}

.cms-quote-request .pageTitleArea h1 {
    font-size: 42px;
    font-weight: bold;
    color: #304462;
}

.cms-quote-request .workPopupArea {
    text-align: center;
    padding-bottom: 50px;
}

.cms-quote-request .workPopupArea button.btn {
    background: transparent;
    border: medium none;
    padding: 0;
    color: #d91f26;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 1px solid;
    border-radius: 0;
    line-height: 1;
}

.cms-quote-request form.jotform-form .form-all ul.form-section .form-line .form-input-wide .form-html h2 {
    font-size: 20px;
    color: #333;
    font-weight: 500;
    margin-bottom: 10px;
}

.bottomDesc {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #666;
    font-weight: 500;
    line-height: 1.2;
    float: left;
}

.cms-quote-request .clients p {
    font-size: 12px;
    text-align: left;
    font-weight: 500;
    color: #666;
}



.cms-quote-request .benefits dl {
    background: none !important;
    position: relative;
    padding-left: 70px !important;
}

.cms-quote-request .benefits dl::before {
    position: absolute;
    left: 0;
    top:10px;
}

.cms-quote-request .benefits dl:first-child::before {
    content: url("../images/request-quote/icon-01.png");
}
.cms-quote-request .benefits dl:nth-child(2)::before {
    content: url("../images/request-quote/icon-02.png");
}
.cms-quote-request .benefits dl:nth-child(3)::before {
    content: url("../images/request-quote/icon-03.png");
}


.cms-quote-request .workPopupArea .modal-dialog.modal-dialog-centered {
    width: 700px !important;
    max-width: 100%;
}

.cms-quote-request .workPopupArea .modal-dialog .modal-header {
    padding: 0;
    border: medium none;
    float: right;
    position: absolute;
    right: 0;
    z-index: 1;
    width: 30px;
    height: 30px;
    text-align: center;
}

.cms-quote-request .workPopupArea .modal-dialog.modal-dialog-centered .modal-content {
    background-color: #f2f4f7;
    border-radius: 0;
}

.cms-quote-request .workPopupArea .modal-dialog .modal-header button.close {
    padding: 0;
    margin: 0;
}

.cms-quote-request .workPopupArea .modal-dialog .modal-header button.close span {
    font-weight: normal;
    font-size: 36px;
    line-height: 1;
}

.cms-quote-request .workPopupArea .modal-dialog.modal-dialog-centered .modal-content .modal-body .howItWorkPopup {
    float: left;
    width: 100%;
}

.cms-quote-request .workPopupArea .modal-dialog.modal-dialog-centered .modal-content .modal-body {
    border-radius: 0 !important;
}

.cms-quote-request .workPopupArea .modal-dialog.modal-dialog-centered .modal-content .modal-body .howItWorkPopup h2.title {
    float: left;
    width: 100%;
    font-size: 32px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 20px;
    color: #333;
}

.cms-quote-request .workPopupArea .modal-dialog.modal-dialog-centered .modal-content .modal-body .howItWorkPopup .workMethodList {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0 30px 30px;
}

.cms-quote-request .workPopupArea .modal-dialog.modal-dialog-centered .modal-content .modal-body .howItWorkPopup .workMethodList .list {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 15px 25px;
    border-radius: 10px;
    float: left;
    width: 100%;
}

.cms-quote-request .workPopupArea .modal-dialog.modal-dialog-centered .modal-content .modal-body .howItWorkPopup .workMethodList .list .icon {
    float: left;
    width: 10%;
    height: 42px;
    position: relative;
    margin-right: 5%;
}
.cms-quote-request .workPopupArea .modal-dialog.modal-dialog-centered .modal-content .modal-body .howItWorkPopup .workMethodList .list .icon::before {
    position: absolute;

}

.cms-quote-request .workPopupArea .modal-dialog.modal-dialog-centered .modal-content .modal-body .howItWorkPopup .workMethodList .list:first-child .icon::before {
    content: url("../images/request-quote/popup-icon-01.png");
}
.cms-quote-request .workPopupArea .modal-dialog.modal-dialog-centered .modal-content .modal-body .howItWorkPopup .workMethodList .list:nth-child(2) .icon::before {
    content: url("../images/request-quote/popup-icon-02.png");
}
.cms-quote-request .workPopupArea .modal-dialog.modal-dialog-centered .modal-content .modal-body .howItWorkPopup .workMethodList .list:nth-child(3) .icon::before {
    content: url("../images/request-quote/popup-icon-03.png");
}
.cms-quote-request .workPopupArea .modal-dialog.modal-dialog-centered .modal-content .modal-body .howItWorkPopup .workMethodList .list:nth-child(4) .icon::before {
    content: url("../images/request-quote/popup-icon-04.png");
}
.cms-quote-request .workPopupArea .modal-dialog.modal-dialog-centered .modal-content .modal-body .howItWorkPopup .workMethodList .list:nth-child(5) .icon::before {
    content: url("../images/request-quote/popup-icon-05.png");
}


.cms-quote-request .workPopupArea .modal-dialog.modal-dialog-centered .modal-content .modal-body .howItWorkPopup .workMethodList .list .icon::after {
    content: ' ';
    width: 4px;
    position: absolute;
    right: 0px;
    height: 50px;
    background-color: #333;
    top: -4px;
}

.cms-quote-request .workPopupArea .modal-dialog.modal-dialog-centered .modal-content .modal-body .howItWorkPopup .workMethodList .list:first-child .icon::after {
    background-color: #d91f26;
}

.cms-quote-request .workPopupArea .modal-dialog.modal-dialog-centered .modal-content .modal-body .howItWorkPopup .workMethodList .list:nth-child(2) .icon::after {
    background-color: #4186f7;
}

.cms-quote-request .workPopupArea .modal-dialog.modal-dialog-centered .modal-content .modal-body .howItWorkPopup .workMethodList .list:nth-child(3) .icon::after {
    background-color: #ff7e00;
}

.cms-quote-request .workPopupArea .modal-dialog.modal-dialog-centered .modal-content .modal-body .howItWorkPopup .workMethodList .list:nth-child(4) .icon::after {
    background-color: #fbbe04;
}

.cms-quote-request .workPopupArea .modal-dialog.modal-dialog-centered .modal-content .modal-body .howItWorkPopup .workMethodList .list:nth-child(5) .icon::after {
    background-color: #34aa51;
}

.cms-quote-request .workPopupArea .modal-dialog.modal-dialog-centered .modal-content .modal-body .howItWorkPopup .workMethodList .list .content {
    float: left;
    width: 80%;
}

.cms-quote-request .workPopupArea .modal-dialog.modal-dialog-centered .modal-content .modal-body .howItWorkPopup .workMethodList .list .content h4 {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.cms-quote-request .workPopupArea .modal-dialog.modal-dialog-centered .modal-content .modal-body .howItWorkPopup .workMethodList .list .content p {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}


body.cms-page-view.cms-request-a-quote header#header .headerTop,
.checkout-onepage-success header#header .headerTop{
    display: none;
}

body.cms-page-view.cms-request-a-quote header#header .headerMed .headerMedMenu,
.checkout-onepage-success header#header .headerMed .headerMedMenu{
    display: none;
}

body.cms-page-view.cms-request-a-quote header#header .headerMed .customNavA,
.checkout-onepage-success header#header .headerMed .customNavA{
    display: none;
}

body.cms-page-view.cms-request-a-quote header#header .headerMed,
.checkout-onepage-success header#header .headerMed{
    padding-bottom: 12px;
}

body.cms-page-view.cms-request-a-quote footer.footer,
 .checkout-onepage-success footer.footer{
    display: none !important;
}




body.cms-page-view.cms-quote-success header#header .headerTop {
    display: none;
}

body.cms-page-view.cms-quote-success header#header .headerMed .headerMedMenu {
    display: none;
}

body.cms-page-view.cms-quote-success header#header .headerMed .customNavA {
    display: none;
}

body.cms-page-view.cms-quote-success header#header .headerMed {
    padding-bottom: 12px;
}

body.cms-page-view.cms-quote-success footer.footer {
    display: none !important;
}

body.cms-page-view.cms-quote-success .breadcrumbs {
    display: none !important;
}




body.cms-page-view.cms-quote-success .cms-quote-thanks {
    float: left;
    width: 100%;
    padding: 100px 0;
    text-align: center;
}

body.cms-page-view.cms-quote-success .clients {
    float: left;
    width: 100%;
    margin-top: 20px;
    background-color: #fff;
    padding: 4% 5%;
    text-align: center;

}

body.cms-page-view.cms-quote-success .cms-quote-thanks .successCheckIcon {
    position: relative;
    margin-bottom:22px;
}

body.cms-page-view.cms-quote-success .cms-quote-thanks .successCheckIcon::before {
    content: url("../images/green-check-icon.png");
}

body.cms-page-view.cms-quote-success .cms-quote-thanks h2 {
    font-size: 28px;
    font-weight: bold;
    color: #304462;
}

body.cms-page-view.cms-quote-success .cms-quote-thanks p {
    border: medium;
    font-size: 18px;
    font-weight: 500;
    color: #666;
    margin-bottom: 60px;
    background-color: transparent;
}

body.cms-page-view.cms-quote-success .cms-quote-thanks .goToHomeBtn {
    float: left;
    width: 100%;
}

body.cms-page-view.cms-quote-success .cms-quote-thanks .goToHomeBtn a {
    background-color: #d91f26;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 11px 100px;
    border-radius: 5px;
}

body.cms-page-view.cms-quote-success .cms-quote-thanks .goToHomeBtn a:hover {
    background-color: #bd151b !important;
}

body.cms-page-view.cms-quote-success .clients img {
    margin: 1% 0 5% 0;
}

body.cms-page-view.cms-quote-success .clients h3 {
    font-weight: 700;
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}

body.cms-page-view.cms-quote-success .clients p {
    font-size: 12px;
    text-align: left;
    font-weight: 500;
    color: #666;
}

/*============= Request a Quote Page style End ============*/

section.photo_gallery ul {
    text-align: left;
    list-style-type: disc;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

section.photo_gallery ul li {
    margin-bottom: 5px;
}

body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .tab-content ul {
    list-style-type: none;
    float: left;
}

body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .tab-content ul li {
    width:100%;
    border-bottom: 1px solid #CCCCCC;
    padding-right: 20px;
    position: relative;
}

body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .tab-content ul li:last-child {
    border-bottom: 1px solid transparent;
}

body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .tab-content ul li a {
    font-size: 12px;
    color: #333 !important;
    font-family: "Montserrat";
    font-weight: 600;
    padding: 8px 0;
    padding-bottom: 5px;
}

body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .tab-content ul li::after {
    position: absolute;
    right: 0;
    top: 11px;
    content: url("../images/arrow-gt.png");
}

body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .tab-content ul li a:hover {
    color: #d91f26 !important;
}

/*======================Mega Menu==================*/
.rltMegaMenuArea {
    float: left;
    width: 100%;
    position: relative;
}

.rltMegaMenuArea > ul {
    float: left;
    width: 100%;
}

.rltMegaMenuArea > ul > li {
    float: left;
    padding: 0px 23px 17px;
    margin: 0 10px;
    border-bottom: 3px solid transparent;
}

.rltMegaMenuArea > ul > li > a {
    color: #333;
    font-weight: 600;
    font-size: 15px;
    position: relative;
}

.rltMegaMenuArea ul.megaMenu {
    position:absolute;
    background-color: #f2f2f2;
    float: left;
    left: 0;
    width: 78vw;
    margin-top: 0;
    box-shadow: 2px 2px 10px #999;
    border: 1px solid #eee;
    display: none;
    height: 500px;
    left: 0;
    right: 0;
    padding-left: 10px;
    padding-top: 20px;
    top: 0 !important;
    margin-top: 44px;
    z-index: 9999;
   margin-left: calc((78vw - 100%) / 2 * (-1));
}

.rltMegaMenuArea ul.megaMenu li {
    padding-right: 0;
    position: initial;
    margin: 0 !important;
    /* cursor: pointer; */
}

.rltMegaMenuArea ul.megaMenu li a {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    padding: 13px 13px 13px 20px;
    width: 100%;
}

.rltMegaMenuArea > ul > li:hover ul.megaMenu {
    display: block;
}

.rltMegaMenuArea ul.megaMenu li .megaMenuSub {
    display: none;
    background-color: #fff;
    float: right;
    width: 75%;
    position: relative;
    z-index: 0;
    padding: 32px 35px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.rltMegaMenuArea ul.megaMenu li:hover {
    background-color: #fff;
}

.rltMegaMenuArea ul.megaMenu li:hover .megaMenuSub {
    display: block;
}

.rltMegaMenuArea ul.megaMenu li .megaMenuSub .menuTitle {
    float: left;
    width: 100%;
}

.rltMegaMenuArea ul.megaMenu li .megaMenuSub .menuTitle h2 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.rltMegaMenuArea ul.megaMenu li .megaMenuSub .menuTitle p {
    font-size: 13px;
    font-weight: 500;
    color: #666;
}

.rltMegaMenuArea ul.megaMenu li .megaMenuSub ul {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.rltMegaMenuArea ul.megaMenu li .megaMenuSub ul li {
    float: left;
    width: calc(100% / 4 - 24px);
    padding: 0px 0;
    text-align: center;
    border: 1px solid #e9e9e9;
    background-color: #f8f8f8;
    margin: 12px !important;
    height: 115px;
    display: table;
}

.rltMegaMenuArea ul.megaMenu li .megaMenuSub ul li a {
    font-size: 13px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
}

.rltMegaMenuArea ul.megaMenu li .megaMenuSub ul li:first-child {
    margin-left: 0 !important;
}

.rltMegaMenuArea ul.megaMenu li .megaMenuSub ul li:nth-child(5) {
    margin-left: 0px !important;
}

.rltMegaMenuArea ul.megaMenu li .megaMenuSub ul li:hover {
    background-color: #fff;
}


.rltMegaMenuArea ul.megaMenu.bgWhite {
    background-color: #fff;
    padding: 60px;
    height: auto;
}

.rltMegaMenuArea ul.megaMenu .megaMenuStyle2 {
    float: left;
    width: 100%;
    text-align: center;
}

.rltMegaMenuArea ul.megaMenu .megaMenuStyle2 h2 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.rltMegaMenuArea ul.megaMenu .megaMenuStyle2 ul {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.rltMegaMenuArea ul.megaMenu .megaMenuStyle2 ul li {
    display: inline-block;
    width: calc(100% / 3 - 20px);
    background-color: #f8f8f8;
    border: 1px solid #e9e9e9;
    min-height: 75px;
    display: table;
    float: left;
    margin: 10px !important;
}

.rltMegaMenuArea ul.megaMenu .megaMenuStyle2 ul li a {
    padding: 20px 20px !important;
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    line-height: 40px;
    width: 100%;
    text-align: left;
    float: left;
}

.rltMegaMenuArea ul.megaMenu .megaMenuStyle2 ul li a img {
    position: relative;
    top: 0;
    margin-right: 18px;
    float: left;
}
.rltMegaMenuArea ul.megaMenu .megaMenuStyle2 ul li:hover {
    background-color: #fff;
}

.rltMegaMenuArea > ul > li:hover {
    border-bottom: 3px solid #d21e25;
}

.rltMegaMenuArea > ul > li > a::after {
    content: url(../images/arrow.png);
    width: 9px;
    height: 5px;
    border: 0;
    position: absolute;
    top: -4px;
    right: -15px;
}
.rltMegaMenuArea > ul > li:hover
> a {
    color: #333;
}

.rltMegaMenuArea > ul > li.wantDesignHelp {
    padding: 0;
    border: medium none;
    margin-left: 30px;
    margin-right: 0;
}

.rltMegaMenuArea > ul > li.wantDesignHelp a {
    padding: 6px 25px;
    border: 1px solid #d91f26;
    border-radius: 4px;
    color: #d91f26;
    margin-top: -9px;
}

.rltMegaMenuArea > ul > li.wantDesignHelp a::after {
    display: none;
}

/*header#header.fixed-header .rltMegaMenuArea ul.megaMenu {
    top: 64px;
}*/
header#header.fixed-header .rltMegaMenuArea > ul > li > a {
    font-size:14px;
}

header#header.fixed-header .headerMed .desktopLogoDiv {
    width: 15%;
    margin-right: 5%;
    margin-top: 7px;
}

/*.rltMegaMenuArea > ul > li:first-child:hover ul.megaMenu li:first-child {*/
/*background-color: #fff;*/
/*}*/

/*.rltMegaMenuArea > ul > li:first-child:hover ul.megaMenu li:first-child .megaMenuSub {*/
/*display: block;*/
/*}*/

.rltMegaMenuArea ul.megaMenu li.active {
    background-color: #fff;
}

.rltMegaMenuArea ul.megaMenu li.active .megaMenuSub {
    display: block;
}


#navbarsExampleDefault .showInMobile.topMenuLinks .rltMegaMenuArea.megaMenuMobile > ul > li.active {border-bottom:3px solid #d21e25;}

.megaMenuDesktop {
    float: left;
    width: 100%;
}

/*============== account page style start ===========*/
body.customer-account .profile_pnnlOuter {
    width: 100%;
    display: inline-block;
    margin: 40px 0;
}

body.customer-account .profile_pnnlOuter .page-title.profile_hdng h2 {
}

body.customer-account .profile_pnnlOuter .order_outerBx {
    padding: 30px;
    margin-bottom: 30px;
}

body.customer-account .profile_pnnlOuter .order_outerBx h4 {
    font-weight: 700;
    color: #666;
}

body.customer-account .profile_pnnlOuter .order_outerBx p {
    font-size: 12px;
    font-weight: 500;
}

body.customer-account .profile_pnnlOuter .order_outerBx .photo_glry_inner {
    padding: 0 30px;
}

body.customer-account .profile_pnnlOuter .order_outerBx .container {
    padding: 0 5px;
}

body.customer-account .profile_pnnlOuter .order_outerBx .photo_glry_inner .photo_block h6 {
    font-weight: 500;
    margin-bottom: 7px;
}

body.customer-account .profile_pnnlOuter .order_outerBx .photo_glry_inner .photo_block .my_design_anchor a {
    color: #d91e25;
}

body.customer-account .profile_pnnlOuter .order_outerBx .photo_glry_inner button {
    top: 45%;
}

body.customer-account .profile_pnnlOuter .order_outerBx .photo_glry_inner .photo_block:focus, body.customer-account .profile_pnnlOuter .order_outerBx .photo_glry_inner .photo_block:active {
    outline: none;
}

body.customer-account .profile_pnnlOuter hr {
    display: none;
}

body.customer-account .profile_pnnlOuter .buttons-set .back-link {
    display: none;
}

body.customer-account .profile_pnnlOuter .order_outerBx table thead tr th {
    font-weight: 500;
}

body.customer-account .profile_pnnlOuter .order_outerBx table tbody tr td {
    font-weight: 500;
}

body.customer-account .profile_pnnlOuter .order_outerBx table tbody tr td span.price {
    color: #666;
}

body.customer-account .profile_pnnlOuter .my-account .order_inner1 .review_lt .order_stat_sub label {
    font-weight: 500;
}

body.customer-account .profile_pnnlOuter .my-account .order_inner1 .review_lt .order_stat_sub span {
    font-weight: 500;
}


body.customer-account .profile_pnnlOuter .my-account .ordr_sum_full .order_row .ordr_cell {
    padding-bottom: 12px;
    font-weight: 500;
    font-size: 14px;
}

body.customer-account .profile_pnnlOuter .full_address .add_prsn_name {
    font-weight: 500;
}

body.customer-account .profile_pnnlOuter .full_address .add_prsn_name {
    font-weight: 500;
}

.sales-order-view .button_set button.btn.btn-red.btnOwn {line-height: 50px;}

.sales-order-view .button_set button.btn.btn-red.btnOwn.btnCustom {
    line-height: 46px;
    border: 2px solid #d91f26;
    color: #d91f26;
    width: auto;
}

body.customer-account .profile_pnnlOuter .my-account {
    float: left;
    width: 100%;
}

body.customer-account .profile_pnnlOuter .my-account .col-md-6.addresses-primary {
    padding-left: 0;
}

body.customer-account .profile_pnnlOuter .my-account .col-md-6.addresses-additional {padding-right: 0;}

body.customer-account .profile_pnnlOuter .my-account .col-md-6:nth-child(2) {
    padding-right: 0;
}

body.customer-account .profile_pnnlOuter .my-account .col-md-6:nth-child(3) {
    padding-left: 0;
}

body.customer-account .profile_pnnlOuter .my-account .item.adrs-inr {
    padding: 30px 20px 20px 60px;
    border: medium none;
    background-position: 15px 30px;
    background-size: 35px;
    border-radius: 0;
    min-height: 218px;
    margin-bottom: 0;
}

body.customer-account .profile_pnnlOuter .my-account .col-md-6.addresses-primary .item.adrs-inr {
    border: 2px dashed #ebebeb;
    padding: 0;
    min-height: 218px;
    height: auto !important;
}

body.customer-account .profile_pnnlOuter .my-account .item.adrs-inr h5 {
    font-size: 14px;
    font-weight: 700;
}

body.customer-account .profile_pnnlOuter .my-account .item.adrs-inr p {
    font-weight: 500;
}

body.customer-account .profile_pnnlOuter .my-account .item.adrs-inr a {
    font-weight: 500;
    color: #d91e25;
}

body.customer-account .profile_pnnlOuter .profile_rightPnnl .rvw_menu ul li a {
    font-weight: 500;
}

body.customer-account .profile_pnnlOuter .profile_rightPnnl .rvw_menu ul li.current a {
    font-weight: bold;
}

body.customer-account .profile_pnnlOuter .profile_rightPnnl .rivew_item .rvw_itemInnr h4 span {
    font-weight: 500;
}

body.customer-account .profile_pnnlOuter .profile_rightPnnl .rivew_item .rvw_itemInnr p {
    font-weight: 500;
}

body.customer-account .profile_pnnlOuter .profile_rightPnnl .rivew_item .rvw_itemInnr .like_area a {
    font-weight: 500;
}

body.customer-account .profile_pnnlOuter .profile_rightPnnl .rivew_item .rvw_itemInnr .like_area a span img {
    opacity: 0.8;
}

body.customer-account .profile_pnnlOuter .profile_rightPnnl .rivew_item .rvw_itemInnr .unpublish_Btn a {
    font-weight: 500;
}

body.customer-account .profile_pnnlOuter .page-title h1 {
    font-size: 20px;
    font-weight: 700;
    color: #666;
    margin-bottom: 25px;
}

body.customer-account .profile_pnnlOuter .padder {
    padding: 30px;
    background-color: #fff;
}

body.customer-account .profile_pnnlOuter .padder .note-msg {
    font-size: 14px;
    font-weight: 500;
    color: #666;
}


.userAccountInfoSection {
    float: left;
    width: 100%;
    padding-top: 40px;
}

.userAccountInfoSection.whiteBg {
    background-color: #fff;
    width: 100%;
    position: absolute;
    height: 125px;
    left: 0;
}

/*.userAccountInfoSection.whiteBg::before {*/
    /*content: ' ';*/
    /*position: absolute;*/
    /*left: -100%;*/
    /*background-color: #fff;*/
    /*height: 100%;*/
    /*width: 100%;*/
    /*top: 0;*/
/*}*/

/*.userAccountInfoSection.whiteBg::after {*/
    /*content: ' ';*/
    /*position: absolute;*/
    /*right: -100%;*/
    /*background-color: #fff;*/
    /*height: 100%;*/
    /*width: 100%;*/
    /*top: 0;*/
/*}*/

.userAccountInfoSection .col-md-12 {
    padding: 0;
}

.userAccountInfoSection .accountInfoArea {
    float: left;
    width: 100%;
}

.userAccountInfoSection .accountInfoArea h2 {
    font-weight: bold;
    color: #333;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.userAccountInfoSection .accountInfoArea .accountInfo {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.userAccountInfoSection .accountInfoArea .accountInfo ul {
    float: left;
    width: 100%;
}


.userAccountInfoSection .accountInfoArea .accountInfo ul li {
    float: left;
    margin: 0 20px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    position: relative;
}

.userAccountInfoSection .accountInfoArea .accountInfo ul li:first-child {
    margin-left: 0;
}

.userAccountInfoSection .accountInfoArea .accountInfo ul li.editProfileBtn {
    float: right;
    margin-right: 0;
    margin-top: -25px;
}

.userAccountInfoSection .accountInfoArea .accountInfo ul li.editProfileBtn a {
    margin-right: 0;
    border: 1px solid #d91f26;
    padding: 13px 35px;
    font-weight: 500;
    line-height: normal;
    border-radius: 5px;
    color: #d91f26;
}
.userAccountInfoSection .accountInfoArea .accountInfo ul li.editProfileBtn a:hover {
    color: #d91f26;
}
.userAccountInfoSection .accountInfoArea .accountInfo ul li.email::before{
    content: url("../images/account-email-icon.png");
    margin-right: 5px;
    margin-top: 3px;
    float: left;
}
.userAccountInfoSection .accountInfoArea .accountInfo ul li.phone::before{
    content: url(../images/account-phone-icon.png);
    margin-right: 12px;
    margin-top: 0px;
    float: left;
}

body.customer-account .profile_pnnlOuter {
    margin-top: 165px;
}


body.customer-account .profile_pnnlOuter .my-account .hdng_glbl h5 {
    font-size: 20px;
    font-weight: 700;
    color: #666;
}

body.customer-account-edit.customer-account .profile_pnnlOuter .my-account form {
    background-color: #fff;
    padding: 15px 30px 30px;
}

body.customer-account .profile_pnnlOuter .my-account .hdng_glbl {
    margin-bottom: 25px;
}

body.customer-account-edit.customer-account .profile_pnnlOuter .my-account form  .fieldset ul.form-list li.control {
    float: left;
    margin-top: 43px;
    font-size: 14px;
    font-weight: 500;
    color: #d91e25;
}

body.customer-account-edit.customer-account .profile_pnnlOuter .my-account form  .fieldset ul.form-list {
    margin-bottom: 30px;
    width: 100%;
}

body.customer-account-edit.customer-account .profile_pnnlOuter .my-account form .fieldset ul.form-list li.control input {
    margin-top: 3px;
    float: left;
}

body.customer-account-edit.customer-account .profile_pnnlOuter .my-account form .fieldset h5 {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #666;
}

body.customer-account-edit.customer-account .profile_pnnlOuter .my-account form .fieldset ul.form-list li.fields br {
    display: none;
}

body.customer-account-edit.customer-account .profile_pnnlOuter .my-account form .fieldset ul.form-list li.fields .field:last-child {
    margin-bottom: 0;
}

body.customer-account-edit.customer-account .profile_pnnlOuter .my-account form .fieldset ul.form-list li.fields .field.name-lastname {
    margin-bottom: 30px;
}

body.customer-account-edit.customer-account .userAccountInfoSection {
    display: none;
}

body.customer-account-edit.customer-account .profile_pnnlOuter {
    margin-top: 40px;
}


.order_pagination .pager.pager-no-toolbar {
    width: 100%;
}

.order_pagination .pager.pager-no-toolbar .count-container {
    display: none;
}

.order_pagination .pager.pager-no-toolbar .pages {
    float: left;
    margin: 0;
    width: 100%;
}

.order_pagination .pager.pager-no-toolbar .pages ol li.current {
    background-color: #576671;
    width: auto;
    min-width: 24px;
    height: 24px;
    border-color: #576671;
    font-size: 13px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.8;
    font-weight: 500;
}

.order_pagination .pager.pager-no-toolbar .pages ol li a {
    width: auto;
    min-width: 24px;
    height: 24px;
    line-height: 1.8;
    font-size: 13px;
    font-weight: 500;
    background-color: #f6f7f8;
    color: #576671;
    padding: 0 5px;
}

.order_pagination .pager.pager-no-toolbar .pages ol li a:hover {
    background-color: #576671;
    border-color: #576671;
    color: #fff;
}
.order_pagination {
    padding-top: 30px;
    padding-bottom: 0;
    display: inline-block;
    width: 100%;
}
.order_pagination .pager.pager-no-toolbar .pages ol li a.next.i-next {
    display: none;
}
.order_pagination .pager.pager-no-toolbar .pages ol li a.previous.i-previous {
    display: none;
}


.sales-order-view .review_lt .rt_items_line .a-right {
    padding-left: 18px;
}

.sales-order-view .review_lt .rt_items_line {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    position: relative;
    border-bottom: 0;
}

.sales-order-view .review_lt .rt_items_line span.price {
    position: absolute;
    right: 0;
    top: 14px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.sales-order-view .rt_items_top:last-child {
    border-bottom: 1px solid #e6e6e6;
}

body.sales-order-view.customer-account .order_summery .ordr_sum_full .order_row:last-child .ordr_cell {
    margin-bottom: 0;
    padding-bottom: 0;
    border-top: 1px solid #ccc;
    padding-top: 8px;
    font-size: 15px;
    font-weight: 700;
}
/*============== account page style end ===========*/

.prodShorts .price-box h4 span {
    font-weight: 500 !important;
    color: #666666;
}

.bannerslider-index-index  .formFinalizebanner span#base_price_selected {
    margin-top: 15px;
    width: 100%;
}
section.designSelection .formBanner.float-md-right .formBody .mobFilter .previewFinal .add-to-box .add-to-cart {
    text-align: center;
}

.price-box span.regular-price span.price::before {
    content: "Price ";
}
.price-box span.regular-price span.price::after {
    content: " each";
}

span.regular-price {
    color: #363636;
    font-size: 20px;
    font-weight: 600;
}

/*============== success message style start ===========*/
.success-message h2.sub-title {
    color: #6bb337;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
}

.success-message span {
    color: #333333;
    font-size:  13px;
    line-height: 1;
    font-weight: 500;
}
.success__wrapper .cartBox {
    width: calc(64% - 20px);
    display: inline-block;
    margin-right: 15px;
    float: left;
    padding: 40px 30px;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    margin-bottom: 45px;
}

.success__wrapper .order_stat.right_content {
    width: 36%;
    display: inline-block;
    border: 1px solid #E4E4E4;
    padding: 40px 30px;
    border-radius: 5px;
}
.success__wrapper p.success-desc {
    color:  #333;
    font-size:  14px;
    /*line-height: 1;*/
    font-weight: 500;
}

.success__wrapper p.row-total {
    color:  #666666;
    font-size:  16px;
    font-weight: 700;
    line-height:  1;
    margin-top: 10px;
}

.success__wrapper .row__wrapper {
    width: 100%;
    float: left;
    border-bottom: 1px solid #E4E4E4;
    padding: 30px 0;
}

.ph_zero{
    padding-left: 0;
    padding-right: 0;
}

.success__wrapper .review_lt {
    padding-right: 0;
}
.success__wrapper .success-thumb {
    float: left;
    padding-right: 40px;
}

.success__wrapper .success-desc-wrapper {
    float: left;
    padding-top: 10px;
    width: 75%;
}
.success-last-wrapper {
    float:  left;
    width:  100%;
    text-align: center;
    position: relative;
}
.success__wrapper .row__wrapper:last-child {
    border-bottom: none;
}

.success-last-wrapper:before {
    position: absolute;
    left:  0;
    top: 0;
    background: #E4E4E4;
    width: calc(100% + 60px);
    height:  1px;
    content: '';
    margin-left: -30px;
}
.success__wrapper p.subtotal {
    font-size: 18px;
    color: #999;
    text-align: right;
    padding: 30px 0 40px 0;
}

.success__wrapper span.amount {
    color:  #033;
    font-weight: 700;
    margin-left: 5px;
}
.success__wrapper .success-message:before {
    width:  55px;
    height:  55px;
    position:  absolute;
    left:  0;
    top: 0;
    content: url(../images/green-check-icon-small.png);
    margin-top: -8px;
}

.success__wrapper .success-message {
    position:  relative;
    padding-left: 75px;
    position:  relative;
    padding-bottom:  40px;
}
.success__wrapper .success-message:after {
    position: absolute;
    left:  0;
    bottom: 0;
    background: #E4E4E4;
    width: calc(100% + 60px);
    height:  1px;
    content: '';
    margin-left: -30px;
}
.success__wrapper p.row-total span.amount {
    color: #666;
}
.success__wrapper .review_lt .itms_blk {
    display:  inline-block;
    margin-bottom: 0;
    width: 100%;
}
.btn__white {
    padding: 12px 25px;
    border: 1px solid #d91f26;
    border-radius: 4px;
    color: #d91f26;
    margin-top: -9px;
    background: transparent;
    max-width: 224px;
}

.btn__white:hover {
    padding: 12px 25px;
    border: 1px solid #d91f26;
    border-radius: 4px;
    color: #d91f26;
    margin-top: -9px;
    background: transparent;
}
.full_btn {
    max-width:  100%;
    width: 100%;
}

.success__wrapper .order_stat_sub {
    margin-top: 25px;
    font-size: 13px;
    color:  #333;
    font-weight: 600;
}

.success__wrapper .order_stat_sub p span {
    color: #666;
}
.success_title h2 {
    font-size: 18px;
    line-height: 1;
    color: #333;
}

.success_title {
    padding-bottom: 15px;
}
/*============== success message style end ===========*/


/* Terms Page*/
.cms-terms .std ul.disc {
    list-style: disc outside;
    padding-left: 18px;
    margin: 0 0 10px;
}
.cms-terms .std dl dd {
    margin: 0 0 10px;
}

.cms-terms .std dd {
    padding: 0 0 0 1.5em;
}
.cms-terms .std p{
    margin: 0 0 1em;
    padding: 0;
}
/* Terms Page style end*/


/* Help page style start*/

body.kbase-article-index .page-title h1 {
    font-size: 26px;
    color: #304462;
    font-weight: bold;
}

.total_shipment {
    padding: 0;
}

.kbase-index-categories {
    float: left;
}

.kbase-index-search {
    background: transparent;
    margin: 15px 0;
    padding: 0;
    border: medium none;
}

.kbase-index-search label {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}

.kbase-index-search input {
    height: 48px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    color: #999999;
    font-size: 16px;
    padding: 10px 20px;
    margin: 0;
}

.kbase-index-search button.button.form-button {
    background: #d91f26;
    color: #fff;
    border: 1px solid #d91f26;
    font-weight: 600;
    width: 280px;
    padding: 12px 0;
    border: medium none;
    margin-top: 15px;
    border-radius: 5px;
}

ul.kbase-index-category-article li a {
    font-size: 14px;
    color: #666666;
    font-weight: 500;
}

ul.kbase-index-category-article {
    list-style-type: none;
    margin-left: 40px;
}

ul.kbase-index-category-article li a:hover {
    color: #d91f26;
}

.kbase-index-category-title h2 {
    font-size: 14px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 13px;
}

.kbase-index-category-title h2 a {
    color: #333;
}

body.kbase-article-index .main-container {
    background-color: #f7f7f9;
}

.block-kbase .block-title {
    font-size: 16px;
    color: #333333;
    font-family: "Montserrat";
    font-weight: bold;
    background: none;
    line-height: 36px;
}

.block-kbase .block-content ul li a {
    font-size: 14px;
    color: #666;
    margin: 0;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    margin-bottom: 10px;
}

.block-kbase .block-content ul li a:hover {
    color:#d91f26;
}

body.kbase-article-article .main-container {
    background-color: #f7f7f9;
}

body.kbase-article-article .page-title h1 {
    font-size: 26px;
    color: #304462;
    font-weight: bold;
}


.kbase-article.kbase .kbase-article-body h2 {
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 13px;
    border: medium none !important;
}

.kbase-article.kbase {
    margin-top: 15px;
}

.kbase-article.kbase table tr td {
    padding: 9px;
}

.kbase-article.kbase table {
    border: 1px solid #e6e6e6;
}

.kbase-article.kbase a {
    color: #666;
}

.kbase-article.kbase a:hover {
    color: #d91f26;
}

.kbase-article-footer {
    background: transparent;
    border: medium none;
}

#article {
    border: medium none !important;
}

#article p {
    padding: 0 !important;
    font-size: 14px !important;
    margin-bottom: 10px !important;
}

.block-kbase-search form input {
    height: 48px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    color: #999999;
    font-size: 16px;
    padding: 10px 20px;
    margin: 0;
}

.block-kbase-search form button.button.form-button {
    background: #d91f26;
    color: #fff;
    border: 1px solid #d91f26;
    font-weight: 600;
    width: 150px;
    padding: 12px 0;
    border: medium none;
    margin-top: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.block-kbase .block-content ul li.installation {
    padding: 0;
}

#article h4 {
    margin: 15px 0 !important;
}

#wrap .combo-option.normal {
    border-color: #d91f26 !important;
}

#wrap ol > .combo-option.normal:before {
    background: #d91f26 !important;
}

body.kbase-article-category .main-container {
    background-color: #f7f7f9;
}

body.kbase-article-category .page-title h1 {
    font-size: 26px;
    color: #304462;
    font-weight: bold;
}

.kbase .kbase-sorter .sort-by select {
    height: 35px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    color: #999999;
    font-size: 16px;
    padding: 5px 10px;
    margin: 0;
}

.kbase .kbase-sorter .sort-by {
    float: left;
    width: 100%;
}

.kbase-listing tbody td.kbase-listing-general a {
    font-size: 14px;
    font-weight: 500;
    color: #666;
}

.kbase-listing tbody td.kbase-listing-general a:hover {
    color: #d91f26;
}

.kbase-category.kbase .pager {
    margin-top: 15px;
}
/* Help page style end*/






.contactFormArea label {
    font-size: 12.5px;
    color: #000;
    opacity: .8;
    font-weight: 400;
}

.contactFormArea input {
    font-size: 16px;
    height: 56px;
    border: none;
    background: #fff;
    min-width: 280px;
    box-sizing: border-box;
    transition: all .3s linear;
    color: #000;
    font-weight: 400;
    -webkit-appearance: none;
}
.contactFormArea input:focus {
    outline: 0;
}


.contactFormArea textarea {
    font-size: 16px;
    border: none;
    background: #fff;
    box-sizing: border-box;
    transition: all .3s linear;
    color: #000;
    font-weight: 400;
    -webkit-appearance: none;
}
.contactFormArea textarea:focus {
    outline: 0;
}


.contactFormArea .floating-label {
    position: relative;
    margin-bottom: 10px;
}
.contactFormArea .floating-label label {
    position: absolute;
    top: calc(28px - 7px);
    left: 20px;
    opacity: 0;
    transition: all .3s ease;
}
.contactFormArea .floating-label input:not(:placeholder-shown) {
    padding: 28px 0px 12px 20px;
}
.contactFormArea .floating-label input:not(:placeholder-shown) + label {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: .7;
}

.contactFormArea .floating-label textarea:not(:placeholder-shown) {
    padding: 28px 0px 12px 20px;
}
.contactFormArea .floating-label textarea:not(:placeholder-shown) + label {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: .7;
}


.review-outer .slick-prev:before {
    left: -15px;
    content: url(../images/prv_aro.png);
}

.review-outer .slick-next:before {
    right: -15px;
    content: url(../images/nxt_aro.png);
}


/*.review-outer .rev-blk p {*/
    /*overflow: hidden;*/
/*}*/

/*.review-outer .slick-slide {*/
    /*display: -webkit-box !important;*/
    /*-webkit-line-clamp: 3;*/
    /*-webkit-box-orient: vertical;*/
/*}*/

.review-outer .slick-slide a {
    display: none;
    color: #d92026;
    font-weight: 600;
    margin-bottom: 10px;
}

.review-outer .slick-slide a em {
    position: relative;
    top: 2px;
    margin-left: 3px;
}

.watchVideoPopupContent p {
    padding: 15px 15px 0;
}

.watchVideoPopupContent p iframe {
    margin-left: -15px;
    margin-top: -15px;
}

/*.watchVideoPopupContent p:last-child {*/
    /*margin-bottom: 20px;*/
/*}*/
.btnArea {
    margin-bottom: 20px;
}

.watchVideoPopup a {
    display: none;
    color: #d92026;
    font-weight: 600;
    margin-top: 10px;
}

span.ftrByIndBtn {
    float: right;
    width: 20px;
    height: 20px;
    position: relative;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    color: #666;
    cursor: pointer;
    margin-right: 8px;
}

span.ftrByIndBtn::after {
    content: '-';
    color: #999;
}

span.ftrByIndBtn.collapsed::after {
    content: '+';
    color: #666;
}



/*====================== Home page new style start =======================*/

.customNav li:last-child a {
    background-color: #f2f2f2;
    padding: 0 15px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    line-height: 24px;
    margin-top: 3px;
    position: relative;
    padding-left: 30px;
    color: #666 !important;
}

.customNav ul.nav {
    margin: 3px 0;
}

.customNav li:last-child a::before {
    content: '\e182';
    font-family: 'Glyphicons Halflings';
    position: absolute;
    left: 12px;
    font-size: 10px;
    color: #666;
}

.customNav li:last-child::after {
    display: none;
}

.choose-section {
    background: transparent;
}

.choose-section form#choose_part_form {
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}

.bootstrap-select>.dropdown-toggle.bs-placeholder {
    color: #333 !important;
}

.cms-index-index #choose_part_form .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #333;
}

.choose-section-inr .buy-itm h5 {
    color: #333;
}

.choose-section-inr .buy-itm h5 span {
    color: #333;
}

.prefDetail-2 {
    width: 260px;
}

.prefDetail-3 {
    width: 160px;
}

.choose-section-inr .buy-itm {
    width: 140px;
    margin-top: 30px;
}

.get_started_btn {
    padding: 0 32px;
    background-color: #da232e;
    text-transform: uppercase;
    font-weight: bold;
}

.prefDetail-gnrl .filter-option span {
    color: #333;
}

.choose-section-inr {
    padding: 25px;
    width:100%;
}

.choose-section-inr .prefDetail label {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    color: #222;
}

.choose-section-inr .strt-btn {
    margin-top: 23px;
}

.choose-section-inr .strt-btn::before {
    display: none;
}

.choose-section.stick-section form#choose_part_form {
    box-shadow: none;
}

.choose-section.stick-section .choose-section-inr {
    padding: 10px 25px 20px 25px;
}
.cms-index-index .validation-advice {
    color: red;
    font-size: 11px;
}

section.brandLogosArea {
    padding: 90px 0 50px 0;
    text-align: center;
}

body.cms-home .profile_pannlSec {
    background: #fff;
}

section.brandLogosArea h2 {
    margin-bottom: 20px;
    font-weight: bold;
    color: #222;
}

section.brandLogosArea .brandLogos {
    border-bottom: 1px solid #ccc;
    padding-bottom: 80px;
}

section.featureCategoryArea {
    padding: 25px 0 75px 0;
}

section.featureCategoryArea h2 {
    font-weight: bold;
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

section.featureCategoryArea .featureCategoryGrid {
    width: 100%;
    display: inline-block;
}

section.featureCategoryArea .featureCategoryGrid ul li {
    display: inline-block;
    width: calc(20.2% - 28px);
    margin: 17px 14px;
    text-align: center;
}

section.featureCategoryArea .featureCategoryGrid ul li span.title {
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

section.featureCategoryArea .featureCategoryGrid ul li:first-child {
    margin-left: 0;
}

section.featureCategoryArea .featureCategoryGrid ul li:last-child {
    margin-right: 0;
}

section.featureCategoryArea .featureCategoryGrid ul li:nth-child(6n-1) {
    margin-right: 0;
}

section.featureCategoryArea .featureCategoryGrid ul li:nth-child(5n+1) {
    margin-left: 0;
}

section.customerLoveArea {
    background-color: #edf7f9;
    padding: 100px 0;
}

section.customerLoveArea h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    color: #333;
}

section.customerLoveArea .customerLoveList {
    display: inline-block;
    width: 100%;
}

section.customerLoveArea .customerLoveList ul li {
    position: relative;
    margin-bottom: 45px;
}

section.customerLoveArea .customerLoveList ul li::before {
    position: absolute;
    left: -69px;
    top: 8px;
}

section.customerLoveArea .customerLoveList ul li:first-child::before {
    content: url(../images/customer-love-icon-01.png);
}
section.customerLoveArea .customerLoveList ul li:nth-child(2)::before {
    content: url(../images/customer-love-icon-02.png);
}
section.customerLoveArea .customerLoveList ul li:nth-child(3)::before {
    content: url(../images/customer-love-icon-03.png);
}

section.customerLoveArea .customerLoveList ul li span.title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    color: #333;
}

section.customerLoveArea .customerLoveList ul li span.desc {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

section.speedyVideoArea {
    padding: 100px 0 40px 0;
}

section.speedyVideoArea h2 {
    text-align: center;
    font-weight: bold;
    color: #222;
    margin-bottom: 15px;
}

section.speedyVideoArea .desc {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    line-height: 26px;
}

section.speedyVideoArea .videoArea {
    text-align: center;
    padding: 50px 0;
}

section.speedyVideoArea .videoArea iframe {
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    width: 600px;
    height: 337px;
}

section.speedyVideoArea .btnArea {
    text-align: center;
    margin-bottom: 0;
}

section.speedyVideoArea .btnArea a {
    display: inline-block;
    background-color: #da232e;
    color: #fff;
    padding: 11px 50px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 5px;
}

section.designServiceArea {
    padding: 50px 0 0 0;
}

section.designServiceArea .designService {
    padding: 80px 0;
    background-color: #f2f2f2;
    position: relative;
    height: 745px;
    box-sizing: border-box;
}

section.designServiceArea .designService .designServiceContent {
    display: inline-block;
    text-align: center;
    padding: 0 40px;
}

section.designServiceArea .designService .designServiceContent h2 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

section.designServiceArea .designService .designServiceContent h5 {
    font-size: 19px;
    font-weight: bold;
    color: #333;
    margin-bottom: 25px;
}

section.designServiceArea .designService .designServiceContent p {
    font-size: 14px;
    color: #666;
    font-weight: 500;
    line-height: 26px;
}

section.designServiceArea .designService.bg2 {
    right: -2px;
    background-image:url(../images/desgin-service-bg-02.jpg);
}

section.designServiceArea .designService.bg1 {
    left: -2px;
    background-image:url(../images/desgin-service-bg-01.jpg);
}

section.designServiceArea .designService .designServiceContent .btnArea {
    margin-bottom: 0;
    padding-top: 36px;
}

section.designServiceArea .designService .designServiceContent .btnArea a {
    background-color: #da232e;
    color: #fff;
    display: inline-block;
    padding: 9px 61px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
}

section.haveQuestionArea {
    background-color: #475660;
    padding: 85px 0 100px 0;
}

section.haveQuestionArea h2 {
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 50px;
}

section.haveQuestionArea .haveQuestion {
    text-align: center;
}

section.haveQuestionArea .haveQuestion .haveQuestionContent .icon {
    width: 60px;
    height: 60px;
    display: inline-block;
}

section.haveQuestionArea .haveQuestion:nth-child(2) .haveQuestionContent .icon {
    background-image: url(../images/phone-icon.png);
}

section.haveQuestionArea .haveQuestion:nth-child(3) .haveQuestionContent .icon {
    background-image: url(../images/phone-icon.png);
}

section.haveQuestionArea .haveQuestion:nth-child(4) .haveQuestionContent .icon {
    background-image: url(../images/chat-icon.png);
}

section.haveQuestionArea .haveQuestion .haveQuestionContent .title {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}

section.haveQuestionArea .haveQuestion .haveQuestionContent .btnArea {
    margin-bottom: 0;
}

section.haveQuestionArea .haveQuestion .haveQuestionContent .btnArea a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 7px 57px;
}


section.newsletterArea {
    background-color: #38464f;
    padding: 25px 0;
}

section.newsletterArea .newsletterContent h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

section.newsletterArea .newsletterContent p {
    font-size: 14px;
    color: #ccc;
    font-weight: 500;
}

section.newsletterArea form {
    display: inline-block;
    width: 100%;
}

section.newsletterArea form .block-content {
    display: inline-block;
    width: 100%;
    position: relative;
}

section.newsletterArea form .block-content .inputPref {
    width: 100%;
    max-width: 100%;
}

section.newsletterArea form .block-content .actions {
    position: absolute;
    top: 0;
    right: 0;
}

section.newsletterArea form .block-content .inputPref input {
    height: auto;
    padding: 15px 30px;
    border-radius: 30px;
    font-weight: 500;
    color: #333;
}

section.newsletterArea form .block-content .actions button {
    height: auto;
    padding: 15px 50px;
    width: auto;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.hm-bnr {
    background-color: #fff;
}

.choose-section {
    position: sticky;
    z-index: 1;
    margin-top: -50px;
}
.choose-section form#choose_part_form {
    background-color: #fff;
}
.cms-index-index .validation-advice {
    color: red !important;
    font-size: 11px !important;
}

.header {
    padding: 0 !important;
}

.footer .footer_top .col-lg-3.col-md-3.col-sm-6 {
    padding: 0 15px;
}

.home-page-main-banner {
    background-color: #edf7f9;
    padding: 17px 0;
}

.home-page-main-banner img {

}

section.featureCategoryArea {
    text-align: center;
}
.choose-section-inr .strt-btn .get_started_btn:hover {
    background-color: #bd151b;
}

section .btnArea a:hover {
    background-color: #bd151b !important;
}

section.review-area .review-area-inr .rating-section a {
    pointer-events: none;
}

.main-banner-content {
    display: inline-block;
    padding: 83px 0;
    width: 55%;
}

.main-banner-content h1 {
    font-size: 40px;
    font-weight: bold;
    color: #222;
}

.main-banner-content h3 {
    font-size: 24px;
    font-weight: bold;
    color: #222;
}

.main-banner-content ul {
    display: inline-block;
    padding: 30px 0;
}

.main-banner-content ul li {
    padding-left: 45px;
    font-size: 20px;
    font-weight: 500;
    color: #222;
    padding-bottom: 20px;
    position: relative;
}

.main-banner-content ul li:last-child {
    padding-bottom: 0;
}

.main-banner-content ul li::before {
    content: ' ';
    position: absolute;
    left: 0;
}

.main-banner-content ul li:nth-child(1)::before {
    content: url(../images/main-banner-icon-01.png);
}
.main-banner-content ul li:nth-child(2)::before {
    content: url(../images/main-banner-icon-02.png);
}
.main-banner-content ul li:nth-child(3)::before {
    content: url(../images/main-banner-icon-03.png);
}
.main-banner-content ul li:nth-child(4)::before {
    content: url(../images/main-banner-icon-04.png);
}

.home-page-main-banner .main-banner-thum {
    width: 45%;
    float:right;
}


.home-reviews.slick-slider .slick-prev img {
    position: relative;
    left: -20px;
}
.home-reviews.slick-slider .slick-next img {
    position: relative;
    right: 20px;
}
.slick-prev, .slick-next{
    top:40%;
    height: 50px;
}

@media screen and (max-width: 1024px){
    .choose-section-inr .buy-itm {
        padding-left: 10px;
    }
    section.designServiceArea .designService .designServiceContent {
        padding: 0 25px;
    }
    section.designServiceArea .designService .designServiceContent h2 {
        font-size: 32px;
    }
    .main-banner-content h1 {
        font-size: 36px;
     }
    .main-banner-content h3 {
        font-size: 22px;
     }
}
@media screen and (max-width: 991px){
    .main-banner-content h1 {
        font-size: 27px;
    }
    .main-banner-content h3 {
        font-size: 18px;
    }
    .main-banner-content ul li {
        font-size: 17px;
        padding-bottom: 10px;
     }
    .choose-section .container.loader {
        padding: 0;
    }

    .choose-section .container.loader form {
        padding: 0 20px;
    }
    body.cms-index-index.cms-home .choose-section-inr {
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .choose-section form#choose_part_form {
        background-color: #dfe4e1 !important;
        border-radius: 0;
    }
    section.brandLogosArea h2 {
        font-size: 20px;
    }
    section.brandLogosArea {
        padding: 80px 0 30px;
    }
    section.brandLogosArea .brandLogos {
        padding-bottom: 50px;
    }
    section.featureCategoryArea .featureCategoryGrid ul li {
        width: calc(31% - 28px);
    }
    section.featureCategoryArea .featureCategoryGrid ul li:nth-child(6n-1) {
        margin-right: 14px;
    }
    section.featureCategoryArea .featureCategoryGrid ul li:nth-child(5n+1) {
        margin-left: 14px;
    }
    section.featureCategoryArea .featureCategoryGrid ul li:first-child {
        margin-left: 14px;
    }
    .home-reviews.slick-slider .slick-prev {
        left: 40px !important;
    }
    .home-reviews.slick-slider .slick-next {
        right: 80px !important;
    }
    section.featureCategoryArea .featureCategoryGrid ul {
        text-align: center;
    }
    section.featureCategoryArea .featureCategoryGrid ul li:last-child {
        margin-right: 14px;
    }
    section.featureCategoryArea {
        padding-bottom: 25px;
    }
    section.customerLoveArea {
        padding: 50px 0;
    }
    section.customerLoveArea h2 br {
        display: none;
    }
    section.customerLoveArea h2 {
        font-size: 30px;
        text-align: center;
        margin-bottom: 20px;
    }
    section.customerLoveArea .customerLoveList ul li:last-child {
        margin-bottom: 0;
    }
    section.customerLoveArea .customerLoveList ul li {
        padding-left: 65px;
    }
    section.customerLoveArea .customerLoveList ul li::before {
        left: 0;
    }
    section.featureCategoryArea {
        padding-bottom: 25px;
    }
    section.customerLoveArea {
        padding: 50px 0;
    }
    section.customerLoveArea h2 br {
        display: none;
    }
    section.customerLoveArea h2 {
        font-size: 30px;
        text-align: center;
        margin-bottom: 20px;
    }
    section.customerLoveArea .customerLoveList ul li:last-child {
        margin-bottom: 0;
    }
    section.customerLoveArea .customerLoveList ul li {
        padding-left: 65px;
    }
    section.customerLoveArea .customerLoveList ul li::before {
        left: 0;
    }
    section.speedyVideoArea {
        padding: 50px 0 20px 0;
    }
    section.speedyVideoArea .desc br {
        display: none;
    }
    section.haveQuestionArea {
        padding: 50px 0 65px;
        text-align: center;
    }
    section.haveQuestionArea h2 {
        font-size: 32px;
    }
    section.haveQuestionArea .haveQuestion {
        margin-bottom: 50px;
        margin: 0px auto 50px;
    }
    section.haveQuestionArea .haveQuestion:last-child {
        margin-bottom: 0;
    }
    .newsletterContent {
        text-align: center;
        margin-bottom: 25px;
    }
    section.hm-bnr {
        padding: 0 !important;
    }
    section.choose-section {
        margin-top: -35px;
    }

    .home-page-main-banner {
        padding: 15px;
    }
    .main-banner-content {
        padding: 6.4% 0;
     }
    .main-banner-content h1 {
        font-size: 22px;
    }
    .main-banner-content h3 {
        font-size: 16px;
    }
    .main-banner-content ul li {
        font-size: 15px;
    }
}
@media screen and (max-width: 640px) {
    section.featureCategoryArea .featureCategoryGrid ul li {
        width: calc(40% - 28px);
    }
    section.speedyVideoArea .desc {
        padding: 0 20px;
    }
    section.speedyVideoArea .videoArea iframe {
        width: 440px;
        height: 245px;
    }
    section.choose-section {
        margin-top: -20px;
    }
    .main-banner-content ul li {
        font-size: 13px;
    }
    .home-page-main-banner .main-banner-thum {
        padding-top: 6%;
    }
}
@media screen and (max-width: 480px) {
    section.featureCategoryArea .featureCategoryGrid ul li {
        width: calc(50% - 28px);
    }
    section.customerLoveArea h2 {
        line-height: normal;
        font-size: 24px;
    }
    section.speedyVideoArea .videoArea iframe {
        width: 300px;
        height: auto;
    }
    section.designServiceArea .designService {
        padding: 40px 0;
    }
    section.newsletterArea form .block-content .actions {
        position: relative;
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }
    section.newsletterArea form .block-content .actions button {
        width: 100%;
    }
    .home-reviews.slick-slider .slick-next {
        right: 40px !important;
    }
    .home-reviews.slick-slider .slick-prev {
        left: 0px !important;
        z-index: 1;
    }
    section.featureCategoryArea .featureCategoryGrid ul li span.title {
        display: inline-block;
        width: 100%;
    }
    section.designServiceArea .designService .designServiceContent h2 {
        font-size: 26px;
    }
    section.designServiceArea .designService .designServiceContent h5 {
        font-size: 15px;
        margin-bottom: 15px;
    }
    section.designServiceArea .designService .designServiceContent .btnArea {
        padding-top: 20px;
    }
    section.designServiceArea .designService .designServiceContent {
        padding: 0 15px;
    }
    .main-banner-content {
        width: 100%;
        padding: 0;
    }
    .home-page-main-banner .main-banner-thum {
        display: none;
    }
    .main-banner-content h1 {
        font-size: 18px;
    }
    .main-banner-content h3 {
        font-size: 14px;
    }
    .home-page-main-banner {
        padding: 7% 6%;
    }
    .main-banner-content ul li {
        font-size: 15px;
        padding-bottom: 15px;
        padding-left: 35px;
    }
    .main-banner-content ul li::before {
        transform: scale(0.7);
    }
    .rp-checkout-container {
        flex-direction: column;
    }

    body.checkout-cart-index main.content section.greyBack.cartSec .cartBox form .cart-e .topBox.d-flex .cartOpt {
        bottom: 0px;
    }
}
@media screen and (max-width: 360px) {
    section.featureCategoryArea .featureCategoryGrid ul li {
        width: calc(100% - 28px);
    }
    section.haveQuestionArea h2 {
        font-size: 24px;
    }
    section.haveQuestionArea .haveQuestion .haveQuestionContent .title {
        font-size: 18px;
        margin-top: 10px;
    }
    .rltMegaMenuArea > ul > li > a {
        font-size: 14px;
    }
}

/*====================== Home page new style start =======================*/



/*======================== custom quote style start ===================*/
.customQuoteSection {
    float: left;
    width: 100%;
    margin-bottom:50px;
}
.customQuoteTitleSection{
    float: left;
    width: 100%;
    background-color: #fff;
}
.customQuoteTitleSection .page-title {
    text-align: center;
    padding: 30px 0;
}

.customQuoteTitleSection .page-title h1 {
    font-size: 26px;
    font-weight: 700;
    color: #333;
}

.customQuoteSection form {
    width: 450px;
    margin: 50px auto 0;
}

.customQuoteSection form .customQuoteContent {
    width: 100%;
    padding: 30px;
    border-radius: 10px;
    float: left;
}

.customQuoteSection form .fieldset ul {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.customQuoteSection form .fieldset ul li label {
    float: left;
    width: 100% !important;
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.customQuoteSection form .fieldset ul li .input-box {
    float: left;
    width: 100%;
}

.customQuoteSection form .fieldset ul li .input-box input {
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 500;
    color: #666;
    line-height: 1.5;
    margin-top: 5px;
    margin-bottom: 5px;
}

.customQuoteSection form .buttons-set button.button {
    background: #d91f26 !important;
    border: 1px solid #d91f26 !important;
    width: 100%;
    padding: 8px 0;
    text-shadow: none;
    font-size: 16px;
    border-radius: 2px;
    box-shadow: none;
    font-weight: 600;
    margin-bottom: 5px;
    cursor: pointer;
    color: #fff;
    margin-top: 10px;
    text-transform: uppercase;
    max-width: 210px;
    display: inline-block;
}

.customQuoteSection form .buttons-set {
    float: left;
    width: 100%;
    text-align: center;
}

.customQuoteSection form .buttons-set p.required {
    margin-bottom: 10px;
    margin-top: 0;
    text-align: left;
    font-weight: 500;
}

.customQuoteSection form .buttons-set button.button:hover {
    background-color: #bd151b !important;
}

.customQuoteSection form .fieldset ul li label .requiredIndecator {
    color: red;
}

body.customquote-index-index {
    background-color: #EBF7F9;
}


body.customquote-index-index .col-main {
    position: relative;
}

body.customquote-index-index ul.messages {
    position: absolute;
    top: 90px;
    background-color: #7C8081;
    width: 100%;
}

body.customquote-index-index ul.messages li ul li {
    background-color: #7C8081;
    border-left: 0;
    color: #fff;
    text-align: center;
    padding: 13px 0;
    margin-bottom: 0;
    font-weight: 600;
}

body.customquote-index-index ul.messages li ul li::before {
    display: none;
}

body.customquote-index-index ul.messages li ul li span {
    position: relative;
}

body.customquote-index-index ul.messages li ul li span::before {
    content: ' ';
    position: absolute;
    left: -40px;
    background-image: url(../images/error-close.jpg);
    background-repeat: no-repeat;
    width: 27px;
    height: 26px;
    background-size: 100%;
}

body.customquote-index-checkout section.profile_pannlSec {
    background-color: #EBF7F9;
}

.reviewCustomQuoteSection {
    margin-top: 50px;
}

.reviewCustomQuoteSection .sectionTitle {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.reviewCustomQuoteSection .sectionTitle h2 {
    font-size: 22px;
    font-weight: 700;
}

.reviewCustomQuoteSection .sectionTitle h2 .icon {
    background-image: url(../images/shipping-information-icon.jpg);
    background-repeat: no-repeat;
    width: 40px;
    height: 31px;
    float: left;
}

.reviewCustomQuoteSection .sectionTitle h2 .icon.icon2 {
    background-image: url(../images/billing-information-icon.jpg);
}

.reviewCustomQuoteContent {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 25px;
    position: relative;
}

.reviewCustomQuoteContent .box {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.reviewCustomQuoteContent .box .box-title h3 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.reviewCustomQuoteContent .box .box-title {
    float: left;
    width: 100%;
}

.reviewCustomQuoteContent .box .box-content {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #666;
}

.reviewCustomQuoteContent .shippingMethod {
    float: left;
    width: 100%;
    margin-top: 35px;
}

.reviewCustomQuoteContent .shippingAddress {
    float: left;
    width: 100%;
}

.customQuoteSection .col-lg-6.col-md-6.col-sm-12 .reviewCustomQuoteSection {
}

.customQuoteSection .col-lg-6.col-md-6.col-sm-12 .reviewCustomQuoteSection .reviewCustomQuoteContent {
    min-height: 450px;
}

.reviewCustomQuoteContent .box .box-content form {
    width: 100%;
    margin: 0;
}

.reviewCustomQuoteContent .paymentMethod {
    float: left;
    width: 100%;
}

.reviewCustomQuoteContent .billingAddress {
    float: left;
    width: 100%;
    margin-top: 35px;
}

.reviewCustomQuoteContent .box .box-content strong {
    font-weight: 600;
}


.reviewCustomQuoteContent .box .box-content form fieldset dt label img.v-middle {margin-top: 10px;}

.reviewCustomQuoteContent .box .box-content form fieldset dt {
    margin-bottom: 2px;
}

.reviewCustomQuoteContent .reviewCustomQuoteFooter {
    float: left;
    width: 100%;
    padding: 25px 0 10px;
    border-top: 1px solid #ccc;
    margin-top: 30px;
}

.reviewCustomQuoteContent .reviewCustomQuoteFooter ol {
    float: left;
    line-height: 48px;
}

.reviewCustomQuoteContent .reviewCustomQuoteFooter ol li p label {
    text-decoration: none !important;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #666;
}

.reviewCustomQuoteContent .reviewCustomQuoteFooter .buttons-set-order {
    float: right;
}


.reviewCustomQuoteContent #details-reload {
    float: left;
    width: 100%;
}

.reviewCustomQuoteContent #details-reload table {
    width: 450px;
    font-size: 16px;
    font-weight: 600;
    color: #666;
}

.reviewCustomQuoteContent #details-reload table thead th:first-child {
    width: 50%;
    text-align: left;
}

.reviewCustomQuoteContent #details-reload table thead th {
    text-align: center;
    font-size: 14px;
    padding-bottom: 20px;
}

.reviewCustomQuoteContent #details-reload table tbody td {
    width: 30%;
    display: inline-block;
    text-align: left;
}

.reviewCustomQuoteContent #details-reload table tbody td:first-child {
    text-align: left;
    width: 40%;
}

.reviewCustomQuoteContent #details-reload .thumbnail {
    float: left;
    width: 150px;
}

.reviewCustomQuoteContent #details-reload table thead {
    display: none;
}

.reviewCustomQuoteContent #details-reload table tbody h3.product-name {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-transform: capitalize;
}

.reviewCustomQuoteContent #details-reload table tbody tr th {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    display: inline-block;
    width: 30%;
}

.reviewCustomQuoteContent #details-reload table tbody tr th:first-child {
    text-align: left;
    width: 40%;
}

.reviewCustomQuoteContent #details-reload table tbody tr.first.odd td:first-child {
    width: 100%;
    margin-bottom: 15px;
}

.reviewCustomQuoteContent #details-reload table tfoot tr.first {
    display: none;
}

.reviewCustomQuoteContent #details-reload table tfoot tr.last {
    margin-top: 30px;
    display: inline-block;
    float: right;
    color: #d91f26;
    font-size: 20px;
}

/*.reviewCustomQuoteContent #details-reload table tfoot tr.last {*/
    /*margin-top: 30px;*/
    /*display: inline-block;*/
    /*float: right;*/
    /*color: #d91f26;*/
    /*font-size: 20px;*/
    /*position: absolute;*/
    /*bottom: 43px;*/
    /*right: 30%;*/
/*}*/

.reviewCustomQuoteContent #details-reload table tfoot tr.last td p {
    margin-right: 10px;
}

.reviewCustomQuoteContent #details-reload table tfoot tr.last td.a-right.last p {
    margin-right: 0;
}
/*======================== custom quote style end ===================*/

/*====================== cart page new style start ==================*/

body.checkout-cart-index {
    background-color: #EBF7F9;
}

body.checkout-cart-index section.greyBack.cartSec {
    background-color: #EBF7F9;
}

body.checkout-cart-index main.content section.greyBack.cartSec .cartBox {
    max-width: 100%;
}

body.checkout-cart-index main.content section.greyBack.cartSec .emptyContentSection {
    padding: 80px 0;
    max-width: 100%;
    text-align: center;
    background-color: #fff;
}

body.checkout-cart-index main.content section.greyBack.cartSec .emptyContentSection .cartBox {
    padding: 0;
}

body.checkout-cart-index main.content section.greyBack.cartSec .emptyContentSection .cartBox .cartIcon {
    display: inline-block;
    background-image: url(../images/empty-cart-icon.jpg);
    background-repeat: no-repeat;
    width: 81px;
    height: 76px;
    background-size: 100%;
}

body.checkout-cart-index main.content section.greyBack.cartSec .emptyContentSection .cartBox p {
    font-weight: 600;
    color: #999;
    margin-bottom: 30px;
}

.continueShoppingBtn a.btn.btn-red {
    width: 250px;
    padding: 8px 0;
}

body.checkout-cart-index main.content section.greyBack.cartSec .cartBox form .cart-e .topBox .designqPr .cartPrChoice .tableProdOptions {
    float: right;
    background-color: #F2F2F2;
    padding: 20px;
    min-width: 350px;
}

body.checkout-cart-index main.content section.greyBack.cartSec .cartBox form .cart-e .topBox .designqPr .cartPrChoice .tableProdSelt {
    float: left;
}

body.checkout-cart-index main.content section.greyBack.cartSec .cartBox form .cart-e .topBox .designqPr .cartPrChoice .prod-e-price {
    margin: 20px 0;
    float: left;
    width: 100%;
}

body.checkout-cart-index main.content section.greyBack.cartSec .cartBox form .cart-e .topBox .designqPr .cartPrChoice .tableProdOptions h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

body.checkout-cart-index main.content section.greyBack.cartSec .cartBox form .cart-e .topBox .designqPr .cartPrChoice .tableProdOptions .productLabelPriceArea {
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #444;
}

body.checkout-cart-index main.content section.greyBack.cartSec .cartBox form .cart-e .topBox .designqPr .cartPrChoice .tableProdOptions .productLabelPriceArea span:nth-child(2) {
    float: right;
}

body.checkout-cart-index main.content section.greyBack.cartSec .cartBox form .cart-e .topBox .designqPr .cartPrChoice .tableProdOptions .item-options dl.item-options dt {
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
    float: left;
    width: 100%;
    margin-top: 10px;
    color: #444;
}



body.checkout-cart-index main.content section.greyBack.cartSec .cartBox form .cart-e .topBox .designqPr .cartPrChoice .tableProdOptions .item-options dl.item-options dd {
    font-weight: 600;
    font-size: 12px;
    color: #666666;
}

body.checkout-cart-index main.content section.greyBack.cartSec .cartBox form .cart-e .topBox .designqPr .cartPrChoice .tableProdOptions .item-options dl.item-options dt span {
    float: right;
}

body.checkout-cart-index main.content section.greyBack.cartSec .cartBox form .cart-e .topBox .designqPr .cartPrChoice .tableProdOptions .item-options dl.item-options dd font {
    font-size: 12px;
    float: left;
}

body.checkout-cart-index main.content section.greyBack.cartSec .cartBox .checkoutGo p {
    color: #d91f26;
    font-weight: 600 !important;
    font-size: 17px;
    margin-bottom: 0;
}

body.checkout-cart-index main.content section.greyBack.cartSec .cartBox footer.footerChckoutCart .cart-totals-wrapper .cart-totals .checkoutGo a {
    text-transform: uppercase;
    font-weight: 600;
    min-width: 250px;
}
form#discount-coupon-form {
    float: left;
    margin: 0 15px 0 0;
}
form#discount-coupon-form .discount-form .coupon-input {
    height: 48px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    color: #999999;
    font-size: 16px;
    padding: 10px 20px;
}
form#discount-coupon-form .discount-form .buttons-set{
    border-top: none !important;
    margin-top: unset !important;
    padding-top: unset !important;
}
#checkout-step-review form#discount-coupon-form {
    float: left;
    margin: 0 15px 0 0;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
    margin-top: 15px;
}
#checkout-step-review form#discount-coupon-form .discount-form .input-box,
#checkout-step-review form#discount-coupon-form .discount-form .buttons-set{
    width: 45%;
    float: left;
    margin: 15px 0;
}
/*====================== cart page new style start ==================*/

/*================Media Queries =============================*/

@media screen and (min-width: 992px){
    .normalText h6 {
        font-size: 12px;
    }
    .prodImgOpt a+a {
        margin-left: 38px;
    }
}
@media screen and (max-width: 991px){
    .success__wrapper .cartBox {
         padding: 30px 20px;
    }

    .success__wrapper .success-message:after {
        width: calc(100% + 40px);
        margin-left: -20px;
    }

    .success__wrapper .success-message {
        padding-bottom: 30px;
    }

    .success__wrapper .row__wrapper {
        padding: 20px 0;
    }

    .success-last-wrapper:before {
        width: calc(100% + 40px);
        margin-left: -20px;
    } 
    .success__wrapper .order_stat.right_content {
         padding: 30px 20px;
    }
}

@media (min-width: 768px) {
    .mobFilter,
    .headerTop{
        display: block;
    }
}

@media(max-width: 767px){
    .designSelection .prodSelCust,
    .designSelection .formBanner{
        width: 100%; 
        padding-right: 0;
    }
    .prodImgOpt a+a {
        margin-left: 38px;
    }
    body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .col-lg-3.col-md-4.letf-side-bar{
        margin-top: 0;
        margin-left: 0;
    }
    body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.category .selection {
        width: calc(100% / 2);
    }
    body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .home-products .products,
    body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .signs-browse .cat-icons{
        width:  48.50%;
        border: none;
        padding: 0 10px;
    }
    body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.featured a{
        width: 32%;
    }
    body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.designs h2{
        width: 100%;
        text-align: center;
        font-size: 22px;
    }
    .category-title h1, body.catalogsearch-result-index .page-title h1{
        width: 100%;
        text-align: center;
        font-size: 22px;
        padding: 5px;
    }
/*============== success message responsive style start ===========*/
    .container.success__wrapper {
        padding: 0 15px;
    }

    .success__wrapper .cartBox {
        width:  100%;
        margin-right: 0;
        margin-bottom: 20px;
        padding: 20px;
    }

    .success__wrapper .order_stat.right_content {
        width: 100%;
    }

    .success__wrapper .success-thumb {
        padding-right: 0;
        margin:  0 auto;
        float: none;
        text-align: center;
    }

    .success__wrapper .success-desc-wrapper {
        width:  100%;
        padding-top:  15px;
        text-align: center;
    }

    .success__wrapper .success-message:before {
        left: calc(50% - 28px);
    }

    .success__wrapper .success-message {
        padding-left:  0;
        text-align: center;
        padding-top: 60px;
    }

    .success-message h2.sub-title {
        margin-bottom: 10px;
    }

    .success__wrapper .order_stat_sub {
        text-align: center;
    }

    .success_title h2 {
        text-align: center;
    }

    .success__wrapper p.subtotal {
        text-align: center;
    }

    .success-message span {
        line-height: 1.5;
    }

    .success__wrapper p.success-desc {
        line-height:  1.5;
    }
/*============== success message responsive style end ===========*/
}
@media(max-width: 360px){
    .prodImgOpt a+a {
        margin-left: 8px;
    }
    ul.tabs li a{
        font-size: 15px !important;
    }
}

@media screen and (max-width: 1199px) {

    .showC-e {
        max-width: 43%;
    }

    body.bannerslider-index-index .gfxBanner.text-center.catloader {
        float: left;
        width: 55%;
    }

    body.bannerslider-index-index .formBanner {
        width: 45%;
    }

    body.cms-index-index.cms-home .choose-section-inr {
        padding-left: 20px;
        padding-right: 22px;
    }

    body.cms-page-view.cms-request-a-quote .breadcrumbs {
        width: 960px;
        margin: 0 auto;
    }

    .cms-quote-request form.jotform-form .form-all ul.form-section .form-line .form-input span.form-sub-label-container {
        width: 100%;
        margin-right: 0;
    }

    header#header.fixed-header .rltMegaMenuArea > ul > li > a {
        font-size:14px;
    }

    header.header .headerMed .headerMedMenu {
        width: 75%;
    }

    .rltMegaMenuArea ul.megaMenu.bgWhite {
        background-color: #fff;
        padding: 50px;
        height: auto;
    }

    .rltMegaMenuArea > ul > li.wantDesignHelp {
        position: absolute;
        right: -10px;
    }

    .rltMegaMenuArea ul.megaMenu {
        width: 80vw;
    }

    body.customer-account .profile_pnnlOuter .my-account .profile_rightPnnl {
        float: left;
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .container {
        width: 100% !important;
        max-width: 100%;
    }

    /*lettering tool responsive style*/

    section.letteringToolSection .letteringToolLeftSide .tool-lt-options .tool-lt-options-wrapper .left .tool-lt-options-block.font .chip_widget {
        width: 100% !important;
    }

    section.letteringToolSection .letteringToolLeftSide .tool-lt-options .tool-lt-options-wrapper .left .tool-lt-options-block.color.small .chip_widget {
        width: 90% !important;
    }

    section.letteringToolSection .letteringToolLeftSide .tool-lt-options .title {
        font-size: 13px;
    }

    section.letteringToolSection .letteringToolLeftSide .tool-lt-options .tool-lt-options-wrapper .left .tool-lt-options-block.font {
        width: 43%;
        margin-right: 2%;
    }
    section.letteringToolSection .letteringToolLeftSide .tool-lt-options .tool-lt-options-wrapper .left .tool-lt-options-block.color.small {
        width: 30%;
    }
    section.letteringToolSection .letteringToolRightSide .tool-lt-sidebar .tool-lt-sidebar-action .tool-lt-sidebar-action-cart button {
        width: 100%;
    }

    body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form#co-payment-form fieldset dl dt label {
        width: 90%;
        position: relative;
    }

    .showC-e {
        max-width: 43%;
    }

    .rltMegaMenuArea ul.megaMenu{
        width: 100vw;
    }

    .rltMegaMenuArea ul > li > ul.megaMenu > li > a {
        pointer-events: none;
    }

    .rltMegaMenuArea > ul > li > a {
        pointer-events: none;
    }

    .customNavA .nav>li a.profileMenuLink span {
        display: none;
    }

    body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-review table#checkout-review-table tbody tr td:first-child {
        width: 35%;
    }

    body.customer-account .profile_pnnlOuter .col-lg-3.col-md-4.letf-side-bar {
        padding-left: 0;
    }

    body.customer-account .profile_pnnlOuter .col-lg-9.col-md-8.main-content {
        padding-right: 0;
    }
}
@media screen and (max-width: 991px) {

    .customNav li+li {
        margin-left: 10px;
        padding-left: 15px;
    }

    /*lettering tool responsive style*/

    section.letteringToolSection {
        padding: 20px 0;
    }
    section.letteringToolSection .letteringToolLeftSide .tool-lt-footer .tool-lt-footer-ruler {
        width: 28%;
        margin-right: 2% !important;
    }

    section.letteringToolSection .letteringToolLeftSide .tool-lt-footer .tool-lt-footer-surface.color.small {
        width: 62%;
        margin: 0 !important;
    }

    section.letteringToolSection .letteringToolLeftSide .tool-lt-footer .tool-lt-footer-action {
        float: right;
        width: 18px;
        margin-left: 0 !important;
    }
    section.letteringToolSection .letteringToolLeftSide .tool-lt-footer .tool-lt-footer-ruler .title {
        font-size: 12px;
        padding-right: 0 !important;
    }
    section.letteringToolSection .letteringToolLeftSide .tool-lt-footer .tool-lt-footer-surface .title {
        font-size: 12px;
        margin-right: 10px !important;
    }
    section.letteringToolSection .letteringToolLeftSide .tool-lt-footer .tool-lt-footer-surface .body .chip_widget {
        width: 100px !important;
    }
    section.letteringToolSection .letteringToolLeftSide .tool-lt-footer {
        margin: 0px 0 10px 0!important;
    }
    section.letteringToolSection .letteringToolLeftSide .tool-lt-footer .tool-lt-footer-action button {
        font-size: 18px;
    }
    section.letteringToolSection .letteringToolLeftSide .tool-lt-options .tool-lt-options-title {
        font-size: 16px !important;
    }
    section.letteringToolSection .letteringToolLeftSide .tool-lt-options .tool-lt-options-wrapper .left .tool-lt-options-block.message .title {
        font-size: 12px;
    }
    section.letteringToolSection .letteringToolLeftSide .tool-lt-options .title {
        font-size: 12px;
    }
    section.letteringToolSection .letteringToolLeftSide .tool-lt-options .tool-lt-options-wrapper .left .tool-lt-options-block.color.small {
        width: 48%;
    }
    section.letteringToolSection .letteringToolLeftSide .tool-lt-options .tool-lt-options-wrapper .left .tool-lt-options-block.font {
        width: 100%;
    }
    section.letteringToolSection .letteringToolLeftSide .tool-lt-options .tool-lt-options-wrapper .left .tool-lt-options-block.alignment.small {
        width: 48%;
        float: right !important;
    }
    .chip_widget{
        width: 100% !important;
    }
    section.letteringToolSection .letteringToolLeftSide .tool-lt-footer .tool-lt-footer-surface .body {
        width: 50%;
    }
    section.letteringToolSection .letteringToolLeftSide .tool-lt-options .tool-lt-options-wrapper .left .tool-lt-options-block.options.small .chip_widget {
        width: auto !important;
    }

    section.letteringToolSection .letteringToolLeftSide .tool-lt-options .tool-lt-options-wrapper .right .tool-lt-options-block:nth-child(2n-2) {
        float: right !important;
    }

    section.letteringToolSection .letteringToolLeftSide .tool-lt-options .tool-lt-options-wrapper .right .tool-lt-options-block.effect.small {
        width: 50%;
        margin-top: 20px;
    }

    section.letteringToolSection .letteringToolLeftSide .tool-lt-options .tool-lt-options-wrapper .right .tool-lt-options-block {
        width: 48%;
    }
    section.letteringToolSection .letteringToolRightSide .tool-lt-sidebar .tool-lt-sidebar-size dl dt {
        width: 100% !important;
        margin-bottom: 10px;
    }

    section.letteringToolSection .letteringToolRightSide .tool-lt-sidebar .tool-lt-sidebar-size dd {
        width: 100% !important;
        margin-bottom: 10px;
    }

    section.letteringToolSection .letteringToolRightSide .tool-lt-sidebar .tool-lt-sidebar-size .checkboxArea dt {
        width: auto !important;
    }

    section.letteringToolSection .letteringToolRightSide .tool-lt-sidebar .tool-lt-sidebar-action {
        margin-top: 0px !important;
    }

    header.header .headerMed .customNavA {
        width: 25%;
    }

    body.checkout-cart-index main.content section.greyBack.cartSec .cartBox footer.footerChckoutCart a.btn.btn-red {
        width: 180px;
        font-size: 14px;
    }

    .rp-cart-actions {
        margin-top:49px;
    }

    body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .buttons-set button.button {
        width: 180px;
        padding: 8px 0;
        font-size: 14px;
    }
    body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .buttons-set p.back-link a {
        line-height: 34px;
    }

    body.checkout-cart-index section.exoress-checkout ul.checkout-types li {
        width: calc(100% / 3 - 2%);
        float: left;
        margin: 0 1%;
    }

    body.checkout-cart-index section.exoress-checkout h3 {
        font-size: 12px;
        padding-left: 0px;
        padding-top: 23px;
    }

    body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login label.btn.loginRadioBtn {
        padding: 12px 20px;
        font-size: 14px;
    }

    body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login .buttons-set button.button {
        padding: 12px 30px;
        font-size: 14px;
    }

    body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login .col2-set.row .col-md-6 form fieldset ul.form-list li:last-child button.button {
        padding: 12px 30px;
        font-size: 14px;
    }

    .designSelection .prodSelCust {
        width: calc(100% - 45%);
        padding-right: 15px;
    }
    .formBanner {
        width: 45%;
        background: #fff;
    }

    .designUpShowcase {
        padding: 20px 30px 0;
    }

    .showC-e .btn {
        padding: 0 25px;
    }

    body.bannerslider-index-index .gfxBanner.text-center.catloader {
        float: left;
        width: 50%;
    }

    body.bannerslider-index-index .formBanner {
        width: 50%;
    }

    body.cms-index-index.cms-home .choose-section-inr {
        padding-left: 0;
        padding-right: 0;
    }

    body.cms-index-index.cms-home .choose-section-inr .prefDetail {
        width: 20%;
    }

    body.cms-index-index.cms-home .choose-section-inr .prefDetail button {
        padding-right: 40px;
    }


    body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.select h2 {
        font-size: 16px;
    }

    body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.select p a {
        width: 150px;
    }

    body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.banner img {
        height: auto;
    }

    .toolbar .pager .pages {
        position: relative;
        float: none;
        display: inline;
    }

    body.catalog-category-view .category-products ul.products-grid li .product-info .price-box a span.label {
        font-size: 12px;
    }

    body.catalog-category-view .category-products ul.products-grid li .product-info .price-box a span.price {
        font-size: 12px;
    }

    section.frst_turn_around .inner_full_turnaround .col-lg-3.col-md-6 {
        margin-bottom: 30px;
    }

    body.cms-page-view.cms-request-a-quote .breadcrumbs {
        width: 100%;
        padding: 10px 20px;
    }


    .cms-quote-request .benefits {
        width: 50% !important;
        padding-right: 0%;
    }

    .cms-quote-request form.jotform-form {
        width: 45%;
    }

    .rltMegaMenuArea > ul > li {
        padding: 0px 20px 17px;
        margin: 0 0px;
    }

    .rltMegaMenuArea ul.megaMenu.bgWhite{
        padding:30px;
    }

    .rltMegaMenuArea > ul > li.wantDesignHelp a {
        padding: 5px 15px;
        font-size: 13px;
        font-weight: 500;
    }

    header.header .headerMed .desktopLogoDiv {
        margin-right: 2%;
        margin-top: 7px;
    }

    .rltMegaMenuArea > ul > li.wantDesignHelp {
        margin-left: 20px;
    }
    .rltMegaMenuArea > ul > li > a {
        font-size: 13px;
    }

    .sales-order-view .button_set button.btn.btn-red.btnOwn {
        width: 220px !important;
        font-size: 14px;
    }

    .sales-order-view .button_set button.btn.btn-red.btnOwn.btnCustom {
        width: 160px !important;
    }

    header#header.fixed-header .rltMegaMenuArea > ul > li > a {
        font-size: 12px;
    }

    body.sales-order-view.customer-account .review_lt .itms_blk {
        margin-bottom: 28px;
    }
    .sales-order-view .order_inner1 {
        margin-bottom: 28px;
    }

    body.checkout-cart-index main.content section.greyBack.cartSec .cartBox form .cart-e .topBox .designqPr .cartPrChoice .tableProdOptions {
        width: 100%;
    }
    body.checkout-cart-index main.content section.greyBack.cartSec .cartBox form .cart-e .topBox .designqPr .cartPrChoice .tableProdSelt {
        width: 100%;
        max-width: 100%;
    }
}

@media screen  and (max-width: 767px){
    .showInMobile {
        display: block;
    }
    .container {
        padding: 0;
    }
    body.catalog-category-view .section.banner {
        width: auto;
        background-size: cover;
        height: auto;
    }

    body.catalog-category-view .section.banner .bannertext {
        position: relative;
        top: 0;
        background-color: rgba(0,0,0,0.5);
        right: 0;
        padding: 15%;
    }
    /*lettering tool responsive style*/

    section.letteringToolSection .letteringToolLeftSide {
        width: 100%;
    }

    section.letteringToolSection .letteringToolRightSide {
        width: 100%;
        float: left;
    }

    section.letteringToolSection .letteringToolLeftSide .tool-lt-footer .tool-lt-footer-surface .body .chip_widget {
        width: 100% !important;
    }
    section.letteringToolSection {
        padding: 0;
    }

    /*header responsive style*/

    header.header .headerMed .headerMedMenu .headerBottom button.navbar-toggler {
        border: medium none;
        padding: 0;
    }

    header.header .headerMed .headerMedMenu {
        width: 35px;
    }

    header.header .headerMed .headerMedMenu .headerBottom {
        padding: 0;
    }


    header.header .headerMed .brandSec .logo img {
        width: 150px;
    }

    header.header .headerMed .customNavA {
        width: 120px;
    }
    header.header .headerMed .customNavA ul.nav li:first-child {
        width: 33%;
        text-align: center;
    }
    header.header .headerMed .customNavA ul.nav li+li {
        margin: 0;
        width: 33%;
        text-align: center;
    }

    header.header .headerMed .mobileLogoDiv {
        width: 75%;
        margin: 0;
        vertical-align: middle;
        padding-top: 6px;
        display: block;
    }

    header.header .headerMed .desktopLogoDiv {
        display: none;
    }

    #navbarsExampleDefault {
        display: block;
        position: absolute;
        left: -110vw;
        top: -15px;
        width: 70vw;
        height: 100vh;
        padding: 0px;
        transition: ease all .5s;
        z-index: 1;
        background-color: #fff;
        overflow: scroll;
    }

    #navbarsExampleDefault.collapse.show {
        left: -15px;
    }

    header.header .headerMed .headerMedMenu .headerBottom ul.navbar-nav li a {
        color: #fff;
        font-size: 16px;
        line-height: 22px;
        padding: 0;
        width: 90%;
    }

    header.header .headerMed .headerMedMenu .headerBottom ul.navbar-nav li {
        margin: 0;
        margin-bottom: 5px;
    }

    header.header .headerMed .headerMedMenu .headerBottom ul.navbar-nav li a::after {
        background-color: #fff;
        width: 15px;
        height: 14px;
        background-position: center;
        top: 4px;
        z-index: 100;
        right: -10%;
        transition: ease all .5s;
    }

    header.header .headerMed .headerMedMenu .headerBottom ul.navbar-nav li a.rotateArrow::after {
        transform: rotate(0deg);
    }

    header.header .headerMed .headerMedMenu .headerBottom ul.navbar-nav li ul.sub-menu {
        position: relative;
        background: transparent;
        border: medium none;
        padding-top: 7px;
        padding-bottom: 0;
        display: none;
        min-width: auto;
    }

    header.header .headerMed .headerMedMenu .headerBottom ul.navbar-nav li ul.sub-menu li {
        margin-bottom: 0px;
        padding-left: 15px;
        padding-right: 0;
    }

    header.header .headerMed .headerMedMenu .headerBottom ul.navbar-nav li ul.sub-menu li a {
        font-size: 16px !important;
        font-weight: 600;
    }

    header.header .headerMed {
        padding: 15px;
    }

    /*header.header .headerMed .headerMedMenu .headerBottom ul.navbar-nav li a.has-children {*/
    /*pointer-events: none;*/
    /*}*/

    /*header.header .headerMed .headerMedMenu .headerBottom ul.navbar-nav li a.nav-link.dropdown-toggle{*/
    /*pointer-events: none !important;*/
    /*}*/

    header.header .headerMed .customNavA ul.nav li a.profileMenuLink span {
        display: none;
    }

    header.header .headerMed .customNavA ul.nav li:hover ul.profileSubmenu {
        right: -10px;
        width: 100px;
    }


    #navbarsExampleDefault ul.navbar-nav {
        width: 100%;
        background-color: #fff;
    }

    header.header .headerMed .headerMedMenu .headerBottom ul.navbar-nav li a {
        color: #666;
    }

    header.header .headerMed .headerMedMenu .headerBottom ul.navbar-nav li {
        padding: 25px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 0;
    }

    header.header .headerMed .headerMedMenu .headerBottom ul.navbar-nav li a::after {
        transform: rotate(-90deg);
    }

    header.header .headerMed .headerMedMenu .headerBottom ul.navbar-nav li ul.sub-menu li:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }


    body.checkout-cart-index section.profile_pannlSec {
        position: relative;
    }

    .mobileBodyOverlay {
        background-color: rgba(0,0,0,0.55);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        transition: ease all 1s;
        visibility: hidden;
        opacity: 0;
        z-index: 1;
    }

    .mobileBodyOverlay.show {
        opacity: 1;
        visibility: visible;
    }
    .headerOverlay {
        background-color: rgba(0,0,0,0.55);
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        transition: ease all 1s;
        visibility: hidden;
        opacity: 0;
    }
    .headerOverlay.show {
        opacity: 1;
        visibility: visible;
    }

    .header {
        border-bottom: 0px;
    }

    .showInMobile.sideMenuTitle {
        padding: 20px;
        padding-bottom: 5px;
    }

    .showInMobile.sideMenuTitle h2 {
        font-size: 14px;
        font-weight: 600;
        color: #999;
    }

    .showInMobile.sideMenuTitle {
        padding: 20px;
        padding-bottom: 5px;
    }

    .showInMobile.sideMenuTitle h2 {
        font-size: 14px;
        font-weight: 600;
        color: #999;
    }

    header.header .headerMed .headerMedMenu .headerBottom ul.navbar-nav li.showInMobile.wantDesignBtn {
        padding: 14px 25px;
    }

    header.header .headerMed .headerMedMenu .headerBottom ul.navbar-nav li.showInMobile.wantDesignBtn a {
        background-color: #d91f26;
        color: #fff;
        text-align: center;
        padding: 14px 0;
        border-radius: 3px;
        font-size: 14px;
        font-weight: 600;
        width: 100%;
    }

    header.header .headerMed .headerMedMenu .headerBottom ul.navbar-nav li.showInMobile.wantDesignBtn a::after {
        display: none;
    }

    #navbarsExampleDefault .showInMobile.topMenuLinks {
        background-color: #F6F6F9;
        width: 100%;
        height: 100vh;
        padding-top: 0px;
    }

    #navbarsExampleDefault .showInMobile.topMenuLinks ul.nav li {
        float: left;
        width: 100%;
        padding: 20px 25px;
    }

    #navbarsExampleDefault .showInMobile.topMenuLinks ul.nav li a {
        color: #333;
        font-size: 18px;
        font-weight: 500;
    }

    /*Home page responsive style*/
    section.hm-bnr {
        min-height: 150px;
        margin-bottom: 10px;
        padding: 15% 0;
        background-size: cover;
        background-position: center;
    }

    section.hm-bnr .bnr-inr {
        position: relative;
        top: 0;
        transform: inherit;
    }

    section.hm-bnr .bnr-inr .bnr-inr-txt {
        max-width: 100%;
    }

    section.hm-bnr .bnr-inr .bnr-inr-txt h2 {
        color: #000;
        text-align: center;
        font-size: 34px;
        line-height: 40px;
    }

    section.profile_pannlSec .profile_pnnlOuter section.choose-section .choose-section-inr {
        display: block;
        padding: 30px;
    }

    section.profile_pannlSec .profile_pnnlOuter section.choose-section .choose-section-inr .prefDetail {
        width: 100%;
        margin-bottom: 20px;
    }

    section.profile_pannlSec .profile_pnnlOuter section.choose-section .choose-section-inr .prefDetail button.btn.dropdown-toggle.bs-placeholder.btn-default {
        border-radius: 3px;
    }

    section.profile_pannlSec .profile_pnnlOuter section.choose-section .choose-section-inr .get_started_btn {
        width: 100% !important;
        border-radius: 5px;
    }

    section.profile_pannlSec .profile_pnnlOuter section.choose-section .choose-section-inr .buy-itm {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    section.profile_pannlSec .profile_pnnlOuter section.choose-section .choose-section-inr .buy-itm h5 {
        display: inline-block;
        margin: 0 3px;
        font-size: 16px;
        color: #333 !important;
    }
    section.profile_pannlSec .profile_pnnlOuter section.choose-section.stick-section {
        position: inherit;
        top: 0;
        box-shadow: none;
        border: medium none;
        background-color: #4A5560;
    }
    .cl-blk {
        margin-bottom: 30px;
    }
    .rev-blk {
        padding: 0 30px;
    }
    .design_help {
        padding: 60px 25px;
    }
    .help_Hdng h5 {
        font-size: 28px;
    }
    .help_Hdng h2 {
        font-size: 54px;
    }
    .design_blkouter .col-md-6 {
        margin-bottom: 30px;
    }
    .design_bnlkitem h2 {
        font-size: 28px;
    }
    .footer .footer_top .col-lg-3.col-md-3.col-sm-6 {
        width: 50%;
        float: left;
        display: block;
    }

    .footer .footer_top .footer_item {
        margin: 0 0 20px 0;
        width: 100%;
    }
    .choose-section.stick-section .choose-section-inr .buy-itm h5 {
        font-weight: 600;
    }
    .choose-section.stick-section .choose-section-inr .buy-itm h5 span {
        font-weight: bold;
        color: #27A30F !important;
    }

    /*Cart and Checkout page responsive style*/

    body.checkout-cart-index main.content section.greyBack.cartSec .cartBox footer.footerChckoutCart {
        display: block !important;
        float: left;
        width: 100%;
    }

    body.checkout-cart-index main.content section.greyBack.cartSec .cartBox footer.footerChckoutCart .cart-forms {
        float: left;
        width: 48%;
        /* margin-top: 64px; */
    }

    body.checkout-cart-index main.content section.greyBack.cartSec .cartBox footer.footerChckoutCart .cart-totals {
        float: left;
        width: 100%;
        text-align: center;
        position: absolute;
    }

    /*body.checkout-cart-index main.content section.greyBack.cartSec .cartBox {*/
        /*display: inline-block;*/
    /*}*/

    body.checkout-cart-index main.content section.greyBack.cartSec .cartBox footer.footerChckoutCart .cart-forms a.btn.btn-red {
        width: 100%;
    }

    body.checkout-cart-index main.content section.greyBack.cartSec .cartBox footer.footerChckoutCart .cart-totals p {
        margin: 10px 0;
        margin-bottom: 30px;
    }

    body.checkout-cart-index main.content section.greyBack.cartSec .cartBox footer.footerChckoutCart .cart-totals-wrapper .cart-totals .checkoutGo a {
        width: 49%;
        margin: 0;
        float: right;
    }

    body.checkout-cart-index main.content section.greyBack.cartSec .cartBox form .cart-e .topBox.d-flex {
        position: relative;
    }

    body.checkout-cart-index main.content section.greyBack.cartSec .cartBox form .cart-e .topBox.d-flex .cartOpt {
        position: absolute;
        bottom: 10px;
        left: 0;
    }

    body.checkout-cart-index main.content section.greyBack.cartSec .cartBox footer.footerChckoutCart .cart-totals-wrapper .cart-totals .checkoutGo p:first-child {
        text-align: right;
    }

    body.checkout-cart-index main.content section.greyBack.cartSec .cartBox footer.footerChckoutCart .cart-totals-wrapper .cart-totals .checkoutGo p:nth-child(2) {
        text-align: left;
    }

    body.checkout-cart-index main.content section.greyBack.cartSec .cartBox footer.footerChckoutCart .cart-totals-wrapper .cart-totals .checkoutGo p {
        font-weight: 500;
        margin-right: 2%;
        width: 48%;
    }

    body.checkout-cart-index .headerInner.text-center.whiteHdr {
        background: transparent;
        padding: 0;
    }

    body.checkout-cart-index .headerInner.text-center.whiteHdr h2 {
        font-size: 22px;
    }

    body.checkout-cart-index section.greyBack.cartSec {
        padding: 25px 0 30px;
        background-color: #EBF7F9;
    }

    body.checkout-cart-index  section.exoress-checkout {
        width: 100%;
        margin-bottom: 0px;
        background-color: transparent;
    }

    body.checkout-cart-index section.profile_pannlSec {
        background-color: transparent;
        padding-top: 30px;
    }

    body.checkout-cart-index main.content section.greyBack.cartSec .emptyContentSection {
        background: #fff;
        padding: 7%;
        width: 82%;
        margin: 0 auto;
    }

    body.checkout-cart-index main.content section.greyBack.cartSec .cartBox form .cart-e .topBox .designqPr .cartPrChoice .tableProdSelt .table .table-row .table-cell button#custmBtn {
        margin-top: 10px;
    }

    body.checkout-cart-index .blk-inr {
        margin-bottom: 30px;
    }

    .checkout-onepage-index button {
        background: transparent;
    }

    body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section {
        padding: 20px;
    }

    body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-billing form .fieldset ul.form-list li label {
        margin-bottom: 10px;
    }

    .checkout-onepage-index #order-review-wrapper .opc {
        margin-top: 0;
    }

    .checkout-onepage-index .ship_address {
        margin-bottom: 20px;
    }
    body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-billing form .fieldset ul.form-list li.control {
        width: 100%;
        margin-bottom: 0;
    }

    body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-billing form .fieldset ul.form-list li.control label {
        margin-bottom: 7px;
    }
    body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form#co-payment-form fieldset dl dt label {
        width: 85%;
    }

    body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login .col2-set.row .col-md-6:first-child {
        padding-left: 0;
        padding-top: 5%;
    }

    body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login .col2-set.row .col-md-6 form fieldset ul.form-list li:last-child button.button {
        background-color: #d91f26;
        padding: 15px 30px;
        font-size: 18px;
    }

    body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login .col2-set.row .col-md-6:nth-child(2) {
        padding-right: 0;
        padding-top: 5%;
    }

    body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login .col2-set.row .col-md-6:first-child::before{
        content: ' ';
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #bbb;
        top: 0;

    }

    body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login label.btn.loginRadioBtn {
        padding: 15px 20px;
        font-size: 18px;
    }

    .designSelection .prodSelCust {
        order: 2;
    }

    .designSelection .formBanner {
        order: 1;
    }

    .formSteps {
        border-bottom: 1px solid #cccccc;
        background-color: #f5f5f5;
    }

    .formSteps ul li a span {
        background-color: #fff;
        color: #333;
        border-color: #333;
    }

    body.bannerslider-index-step2 .headerInner.text-center.whiteHdr {
        display: none;
    }

    .yardSignArea ul li:last-child {
        text-align: right;
    }

    .formSteps {
        border-bottom: 1px solid #cccccc;
        overflow: hidden;
        background-color: #f5f5f5;
        border-top: 1px solid #ccc;
    }

    .formSteps li:not(:last-child) a:before {
        background: #f5f5f5 !important;
    }

    .formSteps li:not(:last-child) a:after {
        border-left: 21px solid #f5f5f5;
    }

    body.bannerslider-index-step2 section.designSelection.greyBack {
        padding: 0;
    }

    body.bannerslider-index-index .formBanner {
        width: 100%;
        background: #fff;
        order: 1;

    }

    body.bannerslider-index-index .gfxBanner.text-center.catloader {
        order: 1;
        margin-top: 60px;
    }

    body.bannerslider-index-index .row.ml-auto.mr-auto {
        position: relative;
    }

    body.bannerslider-index-index .formSteps {
        position: absolute;
        top: 0;
        width: 100%;
    }

    body.bannerslider-index-index .bannerHdr.text-center {
        display: none;
    }

    body.bannerslider-index-index .bannerIn {
        padding: 0;
    }

    body.bannerslider-index-step2 .formFinalizebanner {
        position: fixed;
        bottom: 0;
        right: 0;
        background-color: #fff;
        padding: 20px 0;
        width: 100%;
        z-index: 1;
        border-top: 1px solid #ccc;
    }

    body.bannerslider-index-step2 .formFinalizebanner h4 {
        color: #333;
    }



    body.bannerslider-index-step2 .prodSelCust {
        width: 100%;
        background-color: #fff;
    }

    body.bannerslider-index-step2 .prodSelCust .prodContent .paginationArea:first-child {
        display: none;
    }


    body.bannerslider-index-step2 .prodSelCust .prodContent .navigationArea {
        top: 0;
        position: relative;
        margin: 10px 2%;
        width: 96%;
    }

    body.bannerslider-index-step2 .prodSelCust .prodContent #sign-area.designUpShowcase {
        padding-top: 80px;
        padding-left: 16px;
        padding-right: 16px;
    }

    body.bannerslider-index-step2 .prodSelCust .prodContent .navigationArea .navPrevious.page-num a::before {
        transform: rotate(0deg);
        background: transparent;
        border: 1px solid #c7cbcc;
        position: relative;
        left: 0;
        height: auto;
        padding: 10px;
        float: left;
        width: 100%;
        top: 0;
        color: #636363;
        font-weight: 500;
        content: 'Previous';
        font-size: 18px;
        padding-left: 35px;
        border-radius: 4px;
        padding-right: 15px;
    }
    body.bannerslider-index-step2 .prodSelCust .prodContent .navigationArea .navPrevious.page-num a::after {
        display:block;
        background: transparent;
        transform: rotate(0deg);
        top: 12px;
        color: #636363;
        left: 12px;
        font-family: 'Glyphicons Halflings';
        content: "\e079";
        height: auto;
    }


    body.bannerslider-index-step2 .prodSelCust .prodContent .navigationArea .navNext.page-num a::before {
        transform: rotate(0deg);
        background: transparent;
        border: 1px solid #c7cbcc;
        position: relative;
        left: 0;
        height: auto;
        padding: 10px;
        float: left;
        width: 100%;
        top: 0;
        color: #636363;
        font-weight: 500;
        content: 'Next';
        font-size: 18px;
        padding-right: 35px;
        border-radius: 4px;
        padding-left: 15px;
    }
    body.bannerslider-index-step2 .prodSelCust .prodContent .navigationArea .navNext.page-num a::after {
        display:block;
        background: transparent;
        transform: rotate(0deg);
        top: 12px;
        color: #636363;
        font-family: 'Glyphicons Halflings';
        content: "\e080";
        height: auto;
        right: 25px;
    }


    body.bannerslider-index-step2 .prodSelCust .prodContent .navigationArea .page-num a {
        height: auto;
        width: auto;
        opacity: 1;
    }

    body.bannerslider-index-step2 .prodSelCust .prodContent .navigationArea .page-num a:hover {
        background-color: #bd151b !important;
    }

    .paginationArea .pagination ul {
        float: none;
        margin: 0 auto;
    }

    section.frst_turn_around .inner_full_turnaround .col-lg-3.col-md-6 {
        margin-bottom: 30px;
        width: 50%
    }

    section.frst_turn_around .inner_full_turnaround .col-lg-3.col-md-6:nth-child(3) {
        margin-bottom: 0;
    }

    section.frst_turn_around .inner_full_turnaround .col-lg-3.col-md-6:last-child {
        margin-bottom: 0;
    }

    section.frst_turn_around .inner_full_turnaround .col-lg-3.col-md-6:last-child .turn_text {
        position: absolute;
        top: 8px;
    }

    .blocksSectionArea {
        padding: 0 25px;
    }

    body.cms-index-index.cms-home section.hm-bnr {
        margin: 0;
    }

    body.cms-index-index.cms-home section.hm-bnr .bnr-inr-txt {
        padding: 0 20%;
    }

    body.cms-index-index.cms-home section.choose-section {
        background-color: #dfe4e1 !important;
    }

    body.cms-index-index.cms-home section.choose-section form#choose_part_form .choose-section-inr .prefDetail button {
        border: medium none;
    }

    body.cms-index-index.cms-home section.hm-bnr {
        margin: 0;
    }

    body.cms-index-index.cms-home section.hm-bnr .bnr-inr-txt {
        padding: 0 20%;
    }

    body.cms-index-index.cms-home section.choose-section {
        background-color: #dfe4e1 !important;
    }

    body.cms-index-index.cms-home section.choose-section form#choose_part_form .choose-section-inr .prefDetail button {
        border: medium none;
    }

    body.cms-index-index .display  .display-outer .col-md-4 {
        margin-bottom: 20px;
    }

    body.cms-index-index .display {
        padding: 40px 0;
    }

    body.cms-index-index section.customer-love {
        padding: 45px 0;
    }

    body.cms-index-index section.customer-love .cl-blk p {
        font-size: 15px;
    }

    body.cms-index-index section.customer-love .cl-blk {
        margin-bottom: 40px;
    }

    body.cms-index-index section.design_help .design_blkouter .design_bnlkitem {
        margin: 0;
    }

    body.cms-index-index section.design_help .design_blkouter .col-md-6 {
        padding: 0;
    }

    body.cms-index-index section.design_help {
        padding-bottom: 40px;
    }
    .breadcrumbs {
        display: none;
    }

    body.catalog-product-view .headerInner.text-center.whiteHdr {
        display: none;
    }

    body.catalog-product-view section.designSelection.greyBack {
        padding: 0;
    }

    body.catalog-product-view section.designSelection.greyBack .formBanner .formBody {
        padding: 0px 15px 20px;
    }

    body.catalog-product-view section.designSelection.greyBack .prodSelCust {
        width: 100%;
    }

    body.catalog-product-view section.designSelection.greyBack .prodSelCust .productVwSolo.text-center {
        margin-bottom: 35px;
    }

    body.catalog-category-view .profile_pnnlOuter .block-content {
        float: left;
        width: 100%;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    body.catalog-category-view .category-description {
        padding: 0;
    }

    body.catalog-category-view .col-lg-9.col-md-8.main-content {
        padding-top: 15px;
    }
    body.catalogsearch-result-index .col1-layout .category-products ul.products-grid li,
    body.catalog-category-view .col1-layout .category-products ul.products-grid li {
        width: calc(100% / 3 - 20px);
    }
    body.catalog-category-view .category-products ul.products-grid li {width: calc(100% / 2 - 20px);}
    .designSelectionLoader.show {
        width: 100%;
    }
    .ftr_btmMenu li {
        margin-bottom: 15px;
    }

    .cms-quote-request form.jotform-form .form-all ul.form-section .form-line .form-input span.form-sub-label-container select {
        width: 100% !important;
    }

    .cms-quote-request form.jotform-form .form-all ul.form-section .form-line .form-input span.form-sub-label-container {
        margin-right: 0;
        width: 100%;
    }

    .cms-quote-request form.jotform-form .form-all ul.form-section .form-line .form-input span.form-sub-label-container label {
        margin-top: 5px;
    }


    .cms-quote-request form.jotform-form {
        width: 100%;
        margin-top: 30px;
        order: 2;
    }
    .cms-quote-request .clients {
        order: 2;
    }
    .cms-quote-request .benefits {
        width: 100% !important;
        order:1;
    }

    .cms-quote-request {
        display: flex;
        flex-flow: wrap;
    }

    .cms-quote-request .benefits dl {
        margin-bottom: 20px;
    }

    .cms-quote-request .benefits dl dt {
        font-size: 16px;
    }

    .cms-quote-request .benefits dl dd {
        font-size: 12px;
    }

    .cms-quote-request .workPopupArea {
        width: 100%;
    }

    .cms-quote-request .container {
        display: flex;
        flex-flow: wrap;
        padding: 20px;
    }

    .cms-quote-request form.jotform-form .form-all ul.form-section-closed .form-input-wide {
        padding-bottom: 40px;
        float: left;
    }

    .cms-quote-request form.jotform-form .form-all ul.form-section .form-input-wide#cid_7 {
        padding-bottom: 20px;
        float: left;
    }

    .cms-quote-request .clients img {
        width: 100%;
        height: auto;
    }

    .cms-quote-request .pageTitleArea {
        padding: 40px 20px 20px;
    }
    .cms-quote-request .pageTitleArea h1 {
        font-size: 36px;
    }

    .cms-quote-request .workPopupArea .modal-dialog.modal-dialog-centered {
        width: 100% !important;
    }

    .cms-quote-request .workPopupArea .modal-dialog.modal-dialog-centered .modal-content .modal-body .howItWorkPopup .workMethodList {
        padding: 0 0px 30px;
    }

    .cms-quote-request .workPopupArea .modal-dialog.modal-dialog-centered {
        width: 100% !important;
        margin: 0;
    }

    .cms-quote-request .workPopupArea .modal-dialog.modal-dialog-centered .modal-content .modal-body .howItWorkPopup .workMethodList .list .icon {
        width: 60px;
    }
    .cms-quote-request .workPopupArea .modal-dialog.modal-dialog-centered .modal-content .modal-body .howItWorkPopup .workMethodList .list .content {
        width: 75%;
    }
    .cms-quote-request .workPopupArea .modal-dialog.modal-dialog-centered .modal-content .modal-body .howItWorkPopup .workMethodList .list .content p {
        font-size: 12px;
    }
    .cms-quote-request .workPopupArea .modal-dialog.modal-dialog-centered .modal-content .modal-body .howItWorkPopup .workMethodList .list .content h4 {
        font-size: 14px;
    }

    body.cms-page-view.cms-quote-success .cms-quote-thanks {
        padding: 50px 20px;
    }



    /*============= mega menu style start ===========*/

    .megaMenuDesktop {
        display: none;
    }

    #navbarsExampleDefault .showInMobile.topMenuLinks .rltMegaMenuArea.megaMenuMobile {
        background-color: #fff;
    }

    #navbarsExampleDefault .showInMobile.topMenuLinks .rltMegaMenuArea.megaMenuMobile li.wantDesignHelp {
        display: none;
    }

    #navbarsExampleDefault .showInMobile.topMenuLinks .rltMegaMenuArea.megaMenuMobile > ul > li {
        width: calc(100% / 2 - 60px);
        margin: 0 30px;
        text-align: center;
        padding-top: 50px;
        padding: 30px 10px 15px 10px;
    }

    #navbarsExampleDefault .showInMobile.topMenuLinks .rltMegaMenuArea.megaMenuMobile ul li a::after {
        display: none;
    }

    .rltMegaMenuArea > ul > li > a {
        font-size: 16px;
    }

    #navbarsExampleDefault .showInMobile.topMenuLinks .rltMegaMenuArea.megaMenuMobile > ul {
        border-bottom: 1px solid #ccc;
    }

    #navbarsExampleDefault .showInMobile.topMenuLinks .rltMegaMenuArea.megaMenuMobile > ul > li > ul.megaMenu {
        position: relative;
        top: 73px;
    }

    #navbarsExampleDefault .showInMobile.topMenuLinks ul.nav {
        display: block;
        float: left;
        width: 100%;
        background-color: #f6f7f8;
    }


    #navbarsExampleDefault .showInMobile.topMenuLinks .rltMegaMenuArea.megaMenuMobile .megaMenu {
        float: left;
        width: 100%;
        display:none;
    }

    #navbarsExampleDefault .showInMobile.topMenuLinks .rltMegaMenuArea.megaMenuMobile .megaMenu .megaMenuTabLink {
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        float: left;
        width: 100%;
    }

    #navbarsExampleDefault .showInMobile.topMenuLinks .rltMegaMenuArea.megaMenuMobile .megaMenu .megaMenuTabLink button {
        float: left;
        width: 100%;
        text-align: left;
        padding: 20px 25px;
        font-size: 20px;
        font-weight: 500;
        color: #333;
        border: medium none;
        position: relative;
    }

    #navbarsExampleDefault .showInMobile.topMenuLinks .rltMegaMenuArea.megaMenuMobile .megaMenu .megaMenuTabLink button::after {
        position: absolute;
        right: 30px;
        font-size: 36px;
        color: #666;
        top: 35px;
        content: ' ';
        width: 26px;
        height: 2px;
        background-color: #666;
    }

    #navbarsExampleDefault .showInMobile.topMenuLinks .rltMegaMenuArea.megaMenuMobile .megaMenu .megaMenuTabLink button.collapsed::after {
        position: absolute;
        right: 30px;
        font-size: 36px;
        color: #666;
        top: 35px;
        content: ' ';
        width: 26px;
        height: 2px;
        background-color: #666;
    }

    #navbarsExampleDefault .showInMobile.topMenuLinks .rltMegaMenuArea.megaMenuMobile .megaMenu .megaMenuTabLink button.collapsed::before {
        content: '';
        position: absolute;
        width: 2px;
        height: 26px;
        background-color: #666;
        right: 42px;
        top: 23px;
        display:block !important;
    }

    /*#navbarsExampleDefault .showInMobile.topMenuLinks .rltMegaMenuArea.megaMenuMobile .megaMenu .megaMenuTabLink button::before {*/
    /*display:none;*/
    /*}*/

    #navbarsExampleDefault .showInMobile.topMenuLinks .rltMegaMenuArea.megaMenuMobile .megaMenu .collapse {
        float: left;
        width: 100%;
    }

    #navbarsExampleDefault .showInMobile.topMenuLinks .rltMegaMenuArea.megaMenuMobile .megaMenu .collapse .megaMenuSub {
        float: left;
        width: 100%;
        background-color: #f8f8f8;
        border-bottom: 1px solid #ccc;
        padding: 10px 15px;
    }

    #navbarsExampleDefault .showInMobile.topMenuLinks .rltMegaMenuArea.megaMenuMobile .megaMenu .collapse .megaMenuSub ul {
        float: left;
        width: 100%;
    }

    #navbarsExampleDefault .showInMobile.topMenuLinks .rltMegaMenuArea.megaMenuMobile .megaMenu .collapse .megaMenuSub ul li {
        float: left;
        width: calc(100% / 2 - 20px);
        background-color: #fff;
        border: 1px solid #ccc;
        text-align: center;
        height: 90px;
        margin: 10px;
        display: table;
    }

    #navbarsExampleDefault .showInMobile.topMenuLinks .rltMegaMenuArea.megaMenuMobile .megaMenu .collapse .megaMenuSub ul li a {
        display: table-cell;
        vertical-align: middle;
        font-size: 18px;
        font-weight: 500;
        color: #333;
        padding: 0 30px;
        line-height: normal;
    }

    #navbarsExampleDefault .showInMobile.topMenuLinks .rltMegaMenuArea.megaMenuMobile .megaMenu.byIndustry ul {
        float: left;
        width: 100%;
    }

    #navbarsExampleDefault .showInMobile.topMenuLinks .rltMegaMenuArea.megaMenuMobile .megaMenu.byIndustry ul li {
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        float: left;
        width: 100%;
    }

    #navbarsExampleDefault .showInMobile.topMenuLinks .rltMegaMenuArea.megaMenuMobile .megaMenu.byIndustry ul li a {
        float: left;
        width: 100%;
        text-align: left;
        padding: 20px 25px;
        font-size: 20px;
        font-weight: 500;
        color: #333;
        border: medium none;
        position: relative;
    }

    #navbarsExampleDefault .showInMobile.topMenuLinks .rltMegaMenuArea.megaMenuMobile .megaMenu.byCategory {
        display: block;
    }

    #navbarsExampleDefault .showInMobile.topMenuLinks ul.nav li.wantDesignHelp {
        background-color: #fff;
        border-bottom: 1px solid #ccc;
    }

    #navbarsExampleDefault .showInMobile.topMenuLinks ul.nav li.wantDesignHelp a {
        background-color: #d91f26;
        color: #fff;
        width: 100%;
        text-align: center;
        padding: 20px 0;
        border-radius: 5px;
        font-weight: 500;
        font-size: 20px;
        line-height: normal;
    }

    .closeMegaMenu {
        display:none;
    }

    /*============= mega menu style end ===========*/

    /*============= account page style start ===========*/

    /*body.customer-account .profile_pnnlOuter .profile_menu {*/
    /*display: none;*/
    /*}*/

    body.customer-account .profile_pnnlOuter {
        position: relative;
    }

    /*body.customer-account .profile_pnnlOuter .buttons-set {*/
        /*display: block;*/
        /*position: absolute;*/
        /*top: -4px;*/
        /*width: 90%;*/
    /*}*/

    body.customer-account .profile_pnnlOuter .buttons-set a {
        width: 100%;
        background-color: transparent;
        text-indent: -99999px;
        padding: 6px;
    }

    body.customer-account .profile_pnnlOuter .order_outerBx {
        padding: 30px;
        margin-bottom: 30px;
    }

    body.customer-account .profile_pnnlOuter .my-account .col-md-6 {
        padding: 0;
    }
    body.customer-account .profile_pnnlOuter .my-account .col-md-6.addresses-primary {
        order: 4;
        margin-bottom: 0;
    }

    body.customer-account .profile_pnnlOuter .my-account .col-md-6.addresses-primary .item.adrs-inr {
        border: medium none;
        min-height: auto !important;
    }

    body.customer-account .profile_pnnlOuter .my-account .col-md-6.addresses-primary .item.adrs-inr a img {
        display: none;
    }

    body.customer-account .profile_pnnlOuter .my-account .col-md-6.addresses-primary .item.adrs-inr a {
        border: 1px solid;
        display: inline-block !important;
        padding: 5px 0;
        width: 280px;
        margin: 0 auto;
        background-color: #fff;
        position: relative;
        line-height: normal;
        border-radius: 3px;
    }

    body.customer-account .profile_pnnlOuter .my-account .col-md-6.addresses-primary .item.adrs-inr a em {
        float: left;
        font-size: 14px;
        font-style: normal;
        line-height: normal;
        width: 100%;
        color: #d91e25;
        font-weight: 500;
        margin-top: 3px;
    }


    .userAccountInfoSection .accountInfoArea .accountInfo ul li:nth-child(3) {
        display: none;
    }

    .userAccountInfoSection .accountInfoArea {
        padding: 0 20px;
    }

    .userAccountInfoSection {
        padding-top: 15px;
        border-top: 1px solid #ccc;
    }

    .userAccountInfoSection.whiteBg {
        position: relative;
        height: auto;
    }

    .userAccountInfoSection .accountInfoArea .accountInfo ul li.editProfileBtn {
        float: left;
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }

    body.customer-account .profile_pnnlOuter {
        margin-top: 40px;
        padding: 0 20px;
    }

    .userAccountInfoSection .accountInfoArea .accountInfo ul li.editProfileBtn a {
        padding: 7px 35px;
        border-radius: 0;
    }

    body.customer-account .profile_pnnlOuter .col-lg-3.col-md-4.letf-side-bar {
        padding: 0;
    }

    body.customer-account .profile_pnnlOuter .col-lg-9.col-md-8.main-content {
        padding: 0;
    }

    body.customer-account .profile_pnnlOuter .my-account {
        margin-top: 30px;
    }

    .sales-order-view .order_inner2 .blling_addrs .col-md-6 {
        float: left;
        width: 50%;
    }

    .sales-order-view .order_inner1 .col-lg-8.col-md-12.col-sm-12 {
        padding: 0;
    }

    .sales-order-view .order_inner1 .col-lg-4.col-md-12.col-sm-12 {
        padding: 0;
    }
    /*============= account page style end ===========*/

    body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-review table#checkout-review-table tbody tr td:first-child {
        width: 40%;
    }

    footer.footer {
        padding-bottom: 25px;
    }

    .blocksSectionArea{
        padding:0;
    }
    .blocksSectionArea section {
        padding-left: 25px;
        padding-right: 25px;
    }
    .header .logo img {
        top: 0;
    }
    .slick-next {
        right: -17px;
    }

    .materialPopupArea .modal .modal-dialog {
        max-width: 100%;
        width: 98%;
        margin: 2%;
    }

    .materialPopupArea .modal .modal-dialog .content .materialPopupContent h2 {
        font-size:18px;
        padding:20px;
    }

    .materialPopupArea .modal .modal-dialog .content .closeBtnArea button.close {
        font-size: 40px;
    }
    .customQuoteSection form {
        width: 450px;
        margin: 0% auto 0;
    }
    .customQuoteSection {
        margin-top: 50px;
    }

    body.checkout-cart-index main.content section.greyBack.cartSec .cartBox p {
        margin-bottom: 20px;
        margin-top: 15px;
        line-height: normal;
    }

    body.customquote-index-checkout .customQuoteSection {
        margin-top: 0;
    }

    .customQuoteSection .col-lg-6.col-md-6.col-sm-12 .reviewCustomQuoteSection .reviewCustomQuoteContent {
        min-height: auto;
    }

    .reviewCustomQuoteSection .sectionTitle h2 {
        font-size: 18px;
        line-height: 28px;
    }
}
@media screen  and (max-width: 585px){
    #navbarsExampleDefault {
        width: 85vw;
    }

    body.customer-account .profile_pnnlOuter .my-account .profile_rightPnnl .rivew_item .rvw_Text {
        max-width: 100%;
        width: 100%;
        float: left;
    }

    body.customer-account .profile_pnnlOuter .my-account .profile_rightPnnl .rivew_item .rvw_itemInnr {
        display: block;
    }

    body.customer-account .profile_pnnlOuter .my-account .profile_rightPnnl .rivew_item .unpublish_Btn {display:inline-block; margin-top:20px;}

    .sales-order-view .order_inner2 .col-lg-12.col-md-12 {
        padding: 0;
    }

    .sales-order-view .button_set button.btn.btn-red.btnOwn.btnCustom {
        margin-right: 10px;
    }

    .materialPopupArea .modal .modal-dialog .content .materialPopupContent .desc .thum {
        width: 100%;
     }

    .materialPopupArea .modal .modal-dialog .content .materialPopupContent .desc .pra {
        width: 100%;
    }

    .reviewCustomQuoteContent #details-reload table {
        width: 100%;
    }

    .reviewCustomQuoteContent .reviewCustomQuoteFooter ol {
        line-height: normal;
        margin-bottom: 20px;
    }

    .reviewCustomQuoteContent .reviewCustomQuoteFooter ol li p label {
        position: relative;
        width:100%;
        margin-top:-20px;
        margin-left:20px;
    }
}
@media screen  and (max-width: 480px) {

    /*lettering tool responsive style*/
    section.letteringToolSection .letteringToolLeftSide .tool-lt-footer .tool-lt-footer-ruler {
        width: 100%;
        margin-right: 0% !important;
    }

    section.letteringToolSection .letteringToolLeftSide .tool-lt-footer {
        position: relative;
    }

    section.letteringToolSection .letteringToolLeftSide .tool-lt-footer .tool-lt-footer-action {
        position: absolute;
        right: 0;
        z-index: 1;
    }

    section.letteringToolSection .letteringToolLeftSide .tool-lt-footer .tool-lt-footer-surface .body {
        width: 60%;
        float: right !important;
    }

    section.letteringToolSection .letteringToolLeftSide .tool-lt-footer .tool-lt-footer-surface .title {
        width: 35%;
    }

    section.letteringToolSection .letteringToolLeftSide .tool-lt-footer .tool-lt-footer-surface.color.small {
        width: 100%;
        margin: 0 !important;
    }

    section.letteringToolSection .letteringToolLeftSide .tool-lt-footer .tool-lt-footer-surface .body .label {
        width: 85% !important;
    }

    section.letteringToolSection .letteringToolLeftSide .tool-lt-footer .tool-lt-footer-surface .body .chip_widget .combo-wrapper {
        width: 100% !important;
        height: 143px !important;
    }

    section.letteringToolSection .letteringToolLeftSide .tool-lt-footer .tool-lt-footer-surface .body .label::after {
        right: -17%;
    }

    section.letteringToolSection .letteringToolLeftSide .tool-lt-options .tool-lt-options-wrapper .left .tool-lt-options-block.message .title {
        font-size: 11px;
    }

    body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.category .selection {
        width: calc(100% / 1);
    }

    body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .home-products .products,
    body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .signs-browse .cat-icons {
        width: 100%;
        border: none;
        padding: 0;
    }

    body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .home-products .products a {
        width: 100%;
    }

    body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.featured a {
        width: 48%;
    }

    body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .home-products .products h2 {
        text-align: center;
    }

    body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .signs-browse h2 {
    }

    /*header responsive style*/
    header.header .headerMed .brandSec {
        margin-left: 10px;
    }

    .help_Hdng h5 {
        font-size: 18px;
    }

    .help_Hdng h2 {
        font-size: 34px;
    }

    .design_bnlkitem h2 {
        font-size: 18px;
    }

    /* Login/Create Account page responsiveness */
    .btm_inptsl_hldr,
    ul.login-radio-group {
        width: 100%;
        margin: 0 auto;
    }

    ul.login-radio-group li {
        margin-left: 0;
    }

    /*Cart page responsive style*/
    body.checkout-cart-index section.exoress-checkout h3 {
        font-size: 16px;
        width: 100%;
        text-align: center;
    }

    body.checkout-cart-index section.exoress-checkout ul.checkout-types {
        width: 100%;
        padding-bottom: 0;
    }

    body.checkout-cart-index main.content section.greyBack.cartSec .cartBox .designqPr.clearfix {
        padding: 0 0 20px 0px;
    }

    body.checkout-cart-index main.content section.greyBack.cartSec .cartBox footer.footerChckoutCart {
        position: relative;
        display: flex !important;
        flex-direction: column;
    }

    body.checkout-cart-index main.content section.greyBack.cartSec .cartBox footer.footerChckoutCart .cart-forms {
        /* margin-top: 49px; */
        width: auto;
    }

    body.checkout-cart-index main.content section.greyBack.cartSec .cartBox footer.footerChckoutCart .cart-forms a.btn.btn-red {
        font-size: 12px;
    }

    body.checkout-cart-index main.content section.greyBack.cartSec .cartBox footer.footerChckoutCart .cart-totals-wrapper .cart-totals .checkoutGo p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    body.checkout-cart-index main.content section.greyBack.cartSec .cartBox footer.footerChckoutCart .cart-totals-wrapper .cart-totals .checkoutGo a {
        font-size: 12px;
    }

    body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login .col2-set.row .col-md-6:first-child {
        padding-top: 10%;
    }

    body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-login .col2-set.row .col-md-6:nth-child(2) {
        padding-top: 10%;
    }

    .showC-e .btn {
        font-size: 14px;
        height: 35px;
        padding: 0 15px;
    }

    .showC-e {
        max-width: 47%;
        margin-bottom: 20px;
        min-height: 230px;
    }

    .designUpShowcase .showC-e.d-flex p {
        font-size: 12px;
    }

    body.bannerslider-index-step2 .prodSelCust .prodContent #sign-area.designUpShowcase {
        width: 104%;
        padding-top: 60px;
    }

    body.bannerslider-index-step2 .prodSelCust .prodContent .navigationArea {
        margin: 10px 4%;
        width: 96%;
    }

    .yardSignArea h2 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .yardSignArea ul li {
        font-size: 14px;
        width: 65%;
    }

    .yardSignArea ul li:last-child {
        width: 35%;
    }

    section.frst_turn_around .inner_full_turnaround .col-lg-3.col-md-6 {
        width: 50%;
        padding: 0;
    }

    section.frst_turn_around .inner_full_turnaround .col-lg-3.col-md-6 .turn_img img {
        width: 45px;
    }

    section.frst_turn_around .inner_full_turnaround .col-lg-3.col-md-6 .turn_text p {
        font-size: 11px;
    }

    body.bannerslider-index-step2 .prodSelCust .prodContent .navigationArea .navNext.page-num a::after {
        top: 14px;
    }

    body.bannerslider-index-step2 .prodSelCust .prodContent .navigationArea .navPrevious.page-num a::after {
        top: 14px;
    }

    body.cms-index-index.cms-home section.hm-bnr .bnr-inr-txt {
        padding: 0 5%;
    }

    .toolbar .pager .count-container p.amount.amount--has-pages {
        display: block;
    }

    body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.select p a {
        width: 100% !important;
        margin-top: 15px;
    }

    body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.select h2 {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 20px;
    }

    body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.select p {
        width: 100%;
    }

    .cms-quote-request .pageTitleArea h1 {
        font-size: 24px;
    }

    .cms-quote-request .pageTitleArea {
        padding: 20px;
    }

    .cms-quote-request form.jotform-form {
        margin-top: 0px;
    }

    .cms-quote-request form.jotform-form .form-all {
        padding: 20px;
    }

    .cms-quote-request .workPopupArea {
        padding-bottom: 15px;
    }

    .cms-quote-request .benefits dl {
        margin-bottom: 25px !important;
    }

    .workPopupArea .modal-dialog.modal-dialog-centered .modal-content .modal-body .howItWorkPopup .workMethodList .list .content {
        width: 68% !important;
    }
    body.catalogsearch-result-index .col1-layout .category-products ul.products-grid li,
    body.catalog-category-view .col1-layout .category-products ul.products-grid li {
        width: calc(100% / 2 - 20px);
    }

    body.cms-page-view.cms-quote-success .cms-quote-thanks {
        padding: 50px 20px 30px;
    }

    body.cms-page-view.cms-quote-success .cms-quote-thanks p {
        margin-bottom: 30px;
    }

    body.cms-page-view.cms-quote-success .cms-quote-thanks .goToHomeBtn a {
        padding: 10px 0;
        width: 100%;
    }

    body.cms-page-view.cms-quote-success .clients img {
        height: auto;
    }

    body.cms-page-view.cms-quote-success .cms-quote-thanks .successCheckIcon::before {
    }

    body.cms-page-view.cms-quote-success .cms-quote-thanks h2 {
        font-size: 22px;
    }

    body.cms-page-view.cms-quote-success .cms-quote-thanks p {
        font-size: 16px;
    }

    #navbarsExampleDefault {
        width: 100vw;
    }

    #navbarsExampleDefault .showInMobile.topMenuLinks .rltMegaMenuArea.megaMenuMobile .megaMenu .collapse .megaMenuSub ul li a {
        font-size: 14px;
        padding: 0 15px;
    }

    .rltMegaMenuArea > ul > li > a {
        font-size: 15px;
    }

    #navbarsExampleDefault .showInMobile.topMenuLinks .rltMegaMenuArea.megaMenuMobile > ul > li {
        width: calc(100% / 2 - 40px);
        margin: 0 20px;
    }

    #navbarsExampleDefault .showInMobile.topMenuLinks .rltMegaMenuArea.megaMenuMobile .megaMenu .megaMenuTabLink button {
        font-size: 18px;
    }

    .closeMegaMenu {
        float: left;
        width: 100%;
        height: 30px;
        background-color: #fff;
        position: relative;
        display: block;
    }

    .closeMegaMenu span {
        position: absolute;
        text-align: center;
        font-size: 12px;
        border: 1px solid #d91f26;
        z-index: 1;
        right: 0px;
        cursor: pointer;
        padding: 7px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: normal;
        top: 5px;
        right: 5px;
        color: #d91f26;
    }

    body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-billing form .fieldset ul.form-list li .fieldset ul li.fields .field {
        width: 100%;
        margin-bottom: 10px;
    }

    body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-review table#checkout-review-table tbody tr td:first-child {
        width: 70px;
        padding-right: 5px;
    }

    body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form dl dd ul li:after {
        display: none;
    }

    body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-step-billing form .fieldset ul.form-list li .input-box select {
        padding: 11px 10px;
    }

    body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form dl dd ul li {
        margin: 5px 0;
    }

    body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form #checkout-shipping-method-load dl dd ul li label {
        float: left;
        color: #333;
        font-size: 14px;
        font-weight: 500;
        width: 75% !important;
        padding-left: 0;
    }

    body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form dl dd ul li label span.title {
        background-color: #fff;
        position: relative;
        z-index: 1;
        padding-right: 0px;
        padding-left: 7px;
        font-size: 12px;
        width: 100%;
    }

    body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section #checkout-review-submit li p {
        font-size: 13px;
        font-weight: 500;
        color: #333;
        line-height: normal;
    }

    body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form#co-payment-form fieldset dl dd ul li .input-box .v-fix:first-child {
        width: 100%;
    }

    body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form#co-payment-form fieldset dl dd ul li .input-box .v-fix:nth-child(2) {
        width: 100%;
        float: left;
        margin-top: 10px;
    }

    body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form#co-payment-form fieldset dl dd ul li .input-box select {
        padding: 11px 10px;
    }

    body.checkout-onepage-index .main .total_shipment .ship_address ol#checkoutSteps li.section .step.a-item form dl dd ul li label {
        width: 100%;
    }

    .userAccountInfoSection .accountInfoArea .accountInfo ul li {
        margin: 10px 0 0;
        width: 100%;
    }

    .userAccountInfoSection .accountInfoArea {
        padding: 0 15px;
    }

    body.customer-account-edit.customer-account .profile_pnnlOuter .my-account form {
        padding: 0px 20px 20px;
    }

    body.customer-account-edit.customer-account .profile_pnnlOuter .my-account form .fieldset ul.form-list li.control {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    body.customer-account-edit.customer-account .profile_pnnlOuter .my-account form  .buttons-set button {
        width: 100%;
    }

    body.customer-account-edit.customer-account .profile_pnnlOuter .my-account form .fieldset h5 {
        margin-top: 0px;
     }

    body.customer-account .profile_pnnlOuter .profile_rightPnnl .rivew_item .rvw_itemInnr h4 a {
        margin-bottom: 5px;
    }

    .sales-order-view .order_inner2 .blling_addrs .col-md-6 {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

    .sales-order-view .order_inner2 .col-lg-12.col-md-12 {
        padding: 0;
    }

    .sales-order-view .order_inner2 .blling_addrs {
        margin-bottom: 0;
    }

    .sales-order-view .button_set button.btn.btn-red.btnOwn.btnCustom {
        width: 100% !important;
        line-height: 35px;
        padding: 0;
        font-size: 12px;
        float: left;
        margin: 0 0 10px 0px;
    }

    .sales-order-view .button_set button.btn.btn-red.btnOwn {
        width: 100% !important;
        font-size: 12px;
        padding: 0;
        line-height: 38px;
    }

    .sales-order-view .order_stat_sub {
        width: 50%;
        margin: 5px 0;
    }

    body.checkout-cart-index main.content section.greyBack.cartSec .cartBox form .cart-e .topBox.d-flex {
        display: inline-block !important;
    }

    body.checkout-cart-index main.content section.greyBack.cartSec .cartBox .designFt.text-center {
        width: 100%;
    }

    body.checkout-cart-index main.content section.greyBack.cartSec .cartBox .designqPr.clearfix .tableProdSelt {
        max-width: 100%;
    }
    section.profile_pannlSec .profile_pnnlOuter section.choose-section .choose-section-inr {
        padding: 30px 0;
    }

    .customQuoteSection .page-title h1 {
        font-size: 32px;
    }
    .customQuoteSection form {
        width: 100%;
     }
    .customQuoteSection form .customQuoteContent {
        padding: 20px;
    }

    .customQuoteSection form {
        width: 320px;
        margin: 0% auto 0;
    }

    body.checkout-cart-index main.content section.greyBack.cartSec .cartBox form .cart-e .topBox .designqPr .cartPrChoice .tableProdOptions {
        width: 100%;
        min-width: 100%;
    }

    .discount-form {
        display: flex;
        align-items: center;
    }

    body.checkout-cart-index main.content section.greyBack.cartSec .cartBox footer.footerChckoutCart .cart-totals-wrapper {
        width: auto;
    }

    body.checkout-cart-index main.content section.greyBack.cartSec .cartBox footer.footerChckoutCart .cart-totals {
        position: relative;
    }

    body.checkout-cart-index main.content section.greyBack.cartSec .cartBox footer.footerChckoutCart .cart-totals .checkoutGo {
        display: flex;
        align-items: center;
    }

    body.checkout-cart-index main.content section.greyBack.cartSec .cartBox footer.footerChckoutCart .cart-totals .checkoutGo .checkoutgo-price {
        margin-top: 10px;
        display: flex;
    }

    body.checkout-cart-index main.content section.greyBack.cartSec .cartBox footer.footerChckoutCart .cart-totals-wrapper .cart-totals .checkoutGo p:first-child {
        width: 120px;
    }

    body.checkout-cart-index main.content section.greyBack.cartSec .cartBox footer.footerChckoutCart .cart-totals-wrapper .cart-totals .checkoutGo > a {
        min-width: auto;
    }

}

@media screen  and (max-width: 360px){
    .continueShoppingBtn a.btn.btn-red {
        width: 100%;
    }
    body.checkout-cart-index main.content section.greyBack.cartSec .cartBox {
        padding: 5px 10px 35px;
    }
    .reviewCustomQuoteContent #details-reload table tbody tr th {
        font-size: 12px;
        text-align: center;
     }
    .reviewCustomQuoteContent #details-reload table tbody td {
        text-align: center;
        font-size: 14px;
    }
    .reviewCustomQuoteContent #details-reload table tbody h3.product-name {
        font-size: 16px;
    }
    .reviewCustomQuoteContent .reviewCustomQuoteFooter .buttons-set-order button.button {width: 240px;}
}

.required-option a{
    color:red;
}
#submit_error_msg {
    margin-top: 10px;
    color: #d91f26;
    margin-bottom: -20px;
}
body.kbase-article-article .block.block-kbase .block-title {
    background-color: transparent;
    border-bottom: none;
    padding-left: 0;
}
section.choose-section.top-space-20 {
    margin-top: 20px;
}

section.choose-section.top-space-20.stick-section {
    margin-top: 0;
}

.footer_item.social-icons ul.ftr_menu li a {
    padding-left: 40px;
    position: relative;
    line-height: 30px;
}

.footer_item.social-icons ul.ftr_menu li a::before {
    position: absolute;
    left: 0;
    background-size: 100%;
    content: '';
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
}

.footer_item.social-icons ul.ftr_menu li:nth-child(1) a::before {
    content: '';
    background-image: url(../images/facebook_icon.png);
}

.footer_item.social-icons ul.ftr_menu li:nth-child(2) a::before {
    content: '';
    background-image: url(../images/twiter_icon.png);
}

.footer_item.social-icons ul.ftr_menu li:nth-child(3) a::before {
    content: '';
    background-image: url(../images/youtube_icon.png);
}

.footer_item.social-icons ul.ftr_menu li:nth-child(4) a::before {
    content: '';
    background-image: url(../images/blog_icon.png);
}

section.material .material_inner {
    max-width: 100%;
}

/*=============== error popup style ================*/

.designAlertPopup .modal-content button.close {
    position: absolute;
    right: 0;
    top: -30px;
}

.designAlertPopup .modal-content button.close span {
    color: #fff;
    opacity: 1;
    font-size: 32px;
}

.designAlertPopup  .modal-body {
    padding: 5%;
}

.designAlertPopup .modal-body .alertContent {
    text-align: center;
}

.designAlertPopup .modal-body .alertContent p {
    font-size: 19px;
    margin-bottom: 20px;
    color: #333;
    text-align: center;
}

.designAlertPopup .modal-body .alertContent span {
    text-align: center;
    color: #666;
    font-size: 13px;
    width: 100%;
}

.designAlertPopup .modal-dialog {
    max-width: 55%;
    padding: 0;
}

.designAlertPopup .modal-body .alertContent a {
    display: inline-block;
    padding: 15px 35px;
    text-align: center;
    background-color: #d91f26;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 20px;
    border-radius: 5px;
    font-weight: 600;
}

.designAlertPopup .modal-body .alertContent a:hover {
    background-color: #bd151b !important;
}

.rltMegaMenuArea > ul > li:first-child {
    /* padding-bottom: 0; */
}

.rltMegaMenuArea > ul > li:first-child > a {
    /* padding-bottom: 18px; */
}

.materialPopupArea .modal .modal-dialog .content .materialPopupContent .desc .pra iframe {
    margin-top:30px;
    width: 99%;
}

body.catalog-category-view section.profile_pannlSec .profile_pnnlOuter .category-description.std .section.select p a.hideBefore::before {
    display: none;
}

header.header .headerMed .desktopLogoDiv .brandSec {
    margin-top: 5px;
}

header.fixed-header .headerMed .desktopLogoDiv .brandSec {
    margin-top: 0px;
}

section.designSelection.greyBack .formBody .mobFilter .dt_product_sizing dt {
    font-weight: normal;
}

section.designSelection.greyBack .formBody .mobFilter .product-options #dt_product_sizing {
    float: left;
    width: 100%;
    padding: 10px;
    background-color: #f6f7f8;
    padding-top: 0;
    margin-top: -10px;
}

section.designSelection.greyBack .formBody .mobFilter .product-options #dt_product_sizing dt {
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    position: relative;
    font-weight: 500;
}

section.designSelection.greyBack .formBody .mobFilter .product-options #dt_product_sizing dd input {
    width: 100% !important;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}

section.designSelection.greyBack .formBody .mobFilter .product-options #dt_product_sizing dd span {
    float: right;
    font-size: 14px;
    font-weight: 600;
}

section.designSelection.greyBack .formBody .mobFilter .product-options #dt_product_sizing dt span.required {
    color: red;
}

.designSelection .prodSelectdShow .prodImgOpt {
    text-align: left;
}