/*@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,300i,400,400i,500,700,900&display=swap);*/
.catalog-product-view .grecaptcha-badge { visibility: hidden; }
.btn-default,
.action.primary,
.action.action-update,
.payment-method-billing-address .action.action-cancel {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 22px;
    background: #EEEEEE;
    color: #333333;
    min-width: 170px;
    padding: 11px 8px;
    text-align: center;
    border: 1px solid transparent !important;
    box-shadow: none !important;
    margin: 0 2px !important;
    font-weight: 300;
    font-family: "Roboto", Arial, sans-serif;
}

.btn-default:hover,
.action.primary:hover,
.action.primary:active,
.action.primary:focus {
    color: #FFFFFF;
    background: #999999;
    border: 1px solid #999999 !important;
}

.action.primary:active,
.action.primary:focus {
    color: #FFFFFF;
    background: #999999;
    border: 1px solid #999999 !important;
    box-shadow: none !important;
}

.btn-default:hover {
    color: #FFFFFF;
    background: #980000;
}

.btn-cancel:hover {
    color: #FFFFFF !important;
}

.action.action-update:hover,
.action-select-shipping-item:hover,
.action-show-popup:hover,
.action-apply:hover {
    color: #FFFFFF !important;
    background: #999 !important;
}

.action-show-popup:hover,
.action.action-update:hover {
    color: #FFFFFF !important;
    background: #999 !important;
}

.action.update:hover,
.action.share:hover,
.action.tocart:hover,
.account.rewardpoints-settings-index input[type=button]:hover {
    background: #980000;
    color: #FFFFFF;
}

#block-discount-heading,
.action.secondary.action-hide-popup span {
    color: #CD2027;
}

.action.secondary.action-hide-popup span:hover {
    color: #333333;
}

.action.primary,
.action.update,
.action.share,
.action.tocart,
.action.action-select-shipping-item,
.action.action-show-popup,
.action.action-apply {
    color: #FFFFFF;
    background: #CD2027;
    border: none;
    font-family: "Roboto", Arial, sans-serif;
}

a.readMorePlan {
    color: #FFFFFF;
}

#product_info_faq .btnfancy {
    float: left;
}

.account.rewardpoints-settings-index input[type=button] {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 22px;
    background: #CD2027;
    color: #FFFFFF;
    min-width: 170px;
    padding: 11px 8px;
    text-align: center;
    border: none !important;
    box-shadow: none !important;
}

.action.primary.add,
.action.primary {
    font-weight: 300;
    border-radius: 0 !important;
}

.carousel {
    position: relative;
}

.carousel .mask {
    position: relative;
    overflow: hidden;
}

.carousel .slideset {
    font-size: 0;
    line-height: 0;
    width: 100% !important;
    white-space: nowrap;
}

.carousel .slideset > * {
    font-size: 14px;
    line-height: 20px;
    white-space: normal;
}

.carousel .slideset .slide {
    width: 25% !important;
    display: inline-block;
    vertical-align: top;
}

.carousel .btn-prev,
.carousel .btn-next {
    background: url('../images/sprite.png') no-repeat -14px -92px;
    width: 15px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 70px;
    display: block;
}

.carousel .btn-prev:hover,
.carousel .btn-next:hover {
    opacity: .5;
}

.carousel .btn-next {
    background-position: -46px -92px;
    left: auto;
    right: 0;
}

.carousel .carousel .mask .carousel .mask .slide {
    width: 600px;
    float: left;
}

.top-head.clearFix:after {
    display: none;
}

.top-head.clearFix:before {
    display: none;
}

.links-holder .shippingText span {
    color: #CD2027;
    font-weight: 500;
}

.text-holder a,
.items-show li a {
    color: #333333 !important;
}

.nav-opener {
    width: 30px;
    height: 20px;
    border-top: 2px solid #333333;
    position: relative;
    float: right;
    margin: 20px 10px 0 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.nav-active .nav-opener {
    border: none;
}

.nav-opener:after,
.nav-opener:before {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: absolute;
    top: 6px;
    height: 2px;
    left: 0;
    right: 0;
    content: "";
    background: #333333;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-opener:after {
    top: 14px;
}

.nav-active .nav-opener:after {
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.filterBy {
    display: block;
    font-weight: 300;
    color: #333333;
    font-size: 16px;
    margin-top: 21px;
    padding-bottom: 28px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 9px;
}

/** Dropdown Animation **/
@-webkit-keyframes nav-down {
    0% {
        height: 0px;
    }
    100% {
        height: 100px;
    }
}

@-moz-keyframes nav-down {
    0% {
        height: 0px;
    }
    100% {
        height: 100px;
    }
}

@-o-keyframes nav-down {
    0% {
        height: 0px;
    }
    100% {
        height: 100px;
    }
}

@keyframes nav-down {
    0% {
        height: 0px;
    }
    100% {
        height: 100px;
    }
}

.container > .container {
    padding: 0 !important;
}


.cart-area {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 40px;
}

.cart-area .col-left {
    width: 46.3%;
}

.catalog-product-view.page-layout-1column .cart-area.prodnew .col-right.product-info-main {
    width: 49.5%;
}

.catalog-product-view.page-layout-1column .cart-area.prodnew .col-right.product-info-main .product-add-form {
    padding-top: 10px;
}

.cart-area .head {
    font-size: 18px;
    line-height: 22px;
    position: relative;
    overflow: hidden;
    padding: 0 35px 20px 0;
    color: #999999;
    border-bottom: 1px solid #CECECE;
    margin-bottom: 20px;
}

.cart-area .product-info-price .price-wrapper .price {
    font: 300 16px/1.625 "Roboto", sans-serif !important;
}

.cart-area .product-info-price .price-label,
.cart-area .product-info-price .price-wrapper {
    display: inline-block !important;
    font-size: 16px;
}

.cart-area .head .title {
    display: block;
}

.cart-area .fieldset .field label.label {
    font-size: 16px;
    font-weight: 300;
    width: 40%;
    margin-bottom: 0;
}

.cart-area .product-add-form .product-options-wrapper .field:not(.date) > .control {
    display: inline-block;
    width: 59%;
}

.cart-area .product-options-bottom .quantity .lable,
.cart-area .product-add-form .quantity .lable {
    display: inline-block;
    width: 40%;
}

.cart-area .product-options-bottom .quantity .field-holder,
.cart-area .product-add-form .quantity .field-holder {
    display: inline-block;
    width: 131px;
}

.cart-area .old-price,
.cart-area .social-area {
    display: block;
}

.errorMessage {
    padding-bottom: 0
}

.errorMessage .mage-error {
    position: relative;
    right: 0;
    text-align: left;
    top: 0;
    width: 69%;
}

.catalog-product-view .swatch-attribute {
    position: relative;
}

.product-options-wrapper .swatch-opt {
    margin: 0;
}

.cart-area .product-info-price .price-label {
    color: #333333 !important;
    display: none !important;
    font-size: 20px !important;
    height: auto !important;
    margin: 0 !important;
    overflow: visible !important;
    position: static !important;
    width: auto !important;
}

.cart-area .old-price .price-final_price .price {
    position: relative;
}

.cart-area .product-options-wrapper .fieldset .field {
    margin-bottom: 10px;
}

.cart-area .product-options-bottom .quantity,
.cart-area .product-add-form .quantity {
    padding: 5px 0 25px;
    display: flex;
    align-items: center;
}

.cart-area .head .icon {
    position: absolute;
    right: 0;
    top: 10px;
    background: url('../images/sprite.png') no-repeat -181px -93px;
    width: 25px;
    height: 22px;
}

.category-description h1 {
    font-size: 25px !important;
}

.featuredSliderSection .amslider-header span {
    text-transform: lowercase !important;
}

.cart-area h1 {
    font-size: 25px;
    line-height: 26px;
    font-weight: 500;
    color: #333333;
    margin: 6px 0 6px;
}

.cart-area .form-submit {
    position: relative;
    overflow: hidden;
}

.cart-area .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px 0 0;
}

.cart-area .wrap .col {
    position: relative;
    overflow: hidden;
    width: 60%;
}

.cart-area .wrap .col:first-child {
    width: 40%;
    padding: 4px 0 0;
}

.cart-area .wrap p {
    margin: 0 0 12px;
}

.cart-area .wrap .price {
    position: relative;
}
.cart-area .wrap .color {
    color: #CD2027 !important;
    display: block;
}

.cart-area .wrap .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 0 0;
}

.cart-area .wrap .quantity .lable {
    width: 77px;
}

.cart-area .wrap .quantity .field-holder {
    width: 56px;
}

.cart-area .field-area {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
}

.cart-area .field-area .lable {
    width: 35%;
}

.cart-area .field-area .field-holder {
    width: 76%;
}

.cart-area .row,
.cart-area .rowSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 26px;
}

.cart-area .row + .row,
.cart-area .rowSection + .rowSection {
    margin: 0 0 5px;
}

.cart-area .row .col-holder,
.cart-area .rowSection .col-holder {
    width: 100%;
}

.cart-area .rowSection .col-holder p {
    margin-top: 10px;
}

.cart-area .row p,
.cart-area .rowSection p {
    color: #CD2027;
}

.cart-area .row .color,
.cart-area .rowSection .color {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    color: #333333;
}

.rowSection.dimensionsBlock .download {
    margin-bottom: 15px;
    display: inline-block;
}

.designRow {
    margin-bottom: 15px;
}

.designRow .manufactureArea {
    border: 1px solid #EEEEEE;
    overflow: hidden;
}

.designRow .manufactureArea > a {
    float: left;
    width: 205px;
}

.designRow .manufactureArea .manufacturerImage {
    padding: 15px 15px 0;
}

.cart-area .row .download,
.cart-area .rowSection .download,
.rowSection.dimensionsBlock .download {
    position: relative;
    padding: 0 0 0 26px;
    margin-right: 30px;
}

.manufacturerDes p {
    color: #333333;
}

.cart-area .row .download:before,
.cart-area .rowSection .download:before,
.rowSection.dimensionsBlock .download:before {
    position: absolute;
    left: 0;
    top: 4px;
    background: url('../images/sprite.png') no-repeat -160px -9px;
    width: 18px;
    height: 20px;
    content: "";
}

.cart-area .btn-holder {
    text-align: right;
}

.cart-area .btn-holder a {
    margin: 0 0 0 10px;
}

.catalog-product-view .cart-area .btn-holder .btn-default,
.catalog-product-view .cart-area .btn-holder .btn-primary {
    border: 1px solid #FFFFFF !important;
}

.catalog-product-view #main .btnfancy,
.review-form .action.submit.primary,
.ask-question-form button.button {
    background: #CD2027;
    border: 1px solid transparent !important;
    color: #FFFFFF !important;
    font-weight: 300;
    font-size: 18px;
    min-width: 170px;
    text-align: center;
    padding: 11px 8px;
    line-height: 22px;
    box-shadow: none !important;
}

.catalog-product-view #main .btnfancy:hover,
.review-form .action.submit.primary:hover,
.ask-question-form button.button:hover {
    background: #980000;
}

.catalog-product-view .btnfancy {
    float: none !important;
    display: block !important;
    width: 150px;
    margin-top: 10px;
}

.ask-question-form .button {
    padding-bottom: 5px;
}

.catalog-product-view .cart-area .btn-holder .btn-primary.disableBtn {
    background: #EEEEEE;
    color: #333333;
}

.catalog-product-view #main .btnfancy:hover,
.review-form .action.submit.primary:hover,
.ask-question-form .button:hover {
    color: #FFFFFF !important;
    background-color: #CD2027 !important;
    border-color: #CD2027 !important;
}

.catalog-product-view .cart-area .btn-holder .btn-primary.disableBtn:hover {
    border: 1px solid #CD2027 !important;
    cursor: no-drop;
}

.message.success,
.message.info,
.message.error,
.message.warning,
.message.notice {
    background: #EEEEEE;
    color: #333333;
}

.message.success > :first-child::before,
.message.info > :first-child::before,
.message.error > :first-child::before,
.message.warning > :first-child::before,
.message.notice > :first-child::before {
    color: #333333;
    top: 50%;
}

.catalog-product-view #main .btnfancy:hover,
.review-form .action.submit.primary:hover,
.ask-question-form .button:hover {
    background: #EEEEEE;
    color: #333333;
}

.catalog-product-view .cart-area .btn-holder .btn-default:hover,
.catalog-product-view .cart-area .btn-holder .btn-primary:hover {
    background: #EEEEEE;
    border-color: #CD2027 !important;
    color: #333333;
}

.tabs-area {
    position: relative;
}

.tabs-area .head {
    position: relative;
    padding: 0 180px 0 0;
}

.tabs-area .head:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    height: 1px;
    background: #C2C2C2;
    content: "";
    z-index: -1;
}

.tabs-area .social-area {
    position: absolute;
    right: 0;
    top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-area .social-area {
    float: right;
    overflow: hidden;
    z-index: 99;
    position: relative;
    margin: 50px 0 0;
}

.cart-area .social-area .title,
.cart-area .social-area ul {
    float: left;
}

.tabs-area .content-holder {
    padding: 36px 30px 19px;
}

.tabs-area h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 30px;
    font-weight: 300;
}

.tabs-area p {
    margin: 0 0 26px;
}

.tabs-area .list {
    list-style: none;
    margin: 0 0 16px;
    padding: 27px 0 0 63px;
}

.tabs-area .list li {
    position: relative;
    padding: 0 0 0 25px;
    margin: 0 0 1px;
}

.tabs-area .list li:before {
    width: 7px;
    height: 7px;
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 100%;
    background: #333333;
}

.tabs-area .logo-area {
    position: relative;
    overflow: hidden;
}

.tabs-area .logo-area .col-sm-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tabs-area .logo-area .image-holder {
    width: 150px;
    margin-right: 20px;
}

@media (max-width: 540px) {
    .tabs-area .logo-area .image-holder {
        display: flex;
        justify-content: center;
        max-width: 225px;
        margin: 0 auto;
    }
}

.tabs-area .logo-area .image-holder img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
}

.tabs-area .logo-area .text-holder {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    padding: 5px 0 0 0;
    flex-basis: 0;
    flex-grow: 1;
    text-align: justify;
}

.social-area .social-networks li a {
    background: url('../images/socialicon.png') no-repeat 0px 0px;
    width: 28px;
    height: 26px;
    border-radius: 100%;
    display: block;
    margin-left: 0;
}

.social-area .social-networks li a:hover {
    background-position: 0px -26px;
}

.social-area .social-networks li a.twitter {
    background-position: -34px 0px;
}

.social-area .social-networks li a.twitter:hover {
    background-position: -34px -26px;
}

.social-area .social-networks li a.pinterest {
    background-position: -68px 0px;
}

.social-area .social-networks li a.pinterest:hover {
    background-position: -68px -26px;
}

.social-area .social-networks li a.houzz {
    background-position: -101px 0px;
}

.social-area .social-networks li a.houzz:hover {
    background-position: -101px -26px;
}

.bottom-block .social-networks li a {
    background: url('../images/sprite.png') no-repeat -8px -7px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    display: block;
}

.bottom-block .social-networks li a:hover {
    background-position: -8px -171px;
}

.bottom-block .social-networks li a.twitter {
    background-position: -46px -7px;
}

.bottom-block .social-networks li a.twitter:hover {
    background-position: -46px -171px;
}

.bottom-block .social-networks li a.pinterest {
    background-position: -84px -7px;
}

.bottom-block .social-networks li a.pinterest:hover {
    background-position: -84px -171px;
}

.bottom-block .social-networks li a.social {
    background-position: -122px -7px;
}

.bottom-block .social-networks li a.social:hover {
    background-position: -120px -171px;
}

.tabset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.tabset li,
#infoTabs .product.data.items > .item.title {
    border-left: 1px solid #FFFFFF;
    margin: 0 !important;
}

.tabset li.active a {
    background: #CD2027;
    color: #FFFFFF;
}

.tabset li.active a:after,
#infoTabs .data.item.title.active a:after {
    display: block !important;
}

.tabset a,
#infoTabs .data.item.title a {
    background: #EEEEEE none repeat scroll 0 0 !important;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    height: auto;
    padding: 11px 23px !important;
    position: relative;
    color: #333333 !important;
    border: none !important;
    line-height: 23px !important;
}

#infoTabs .data.item.title a {
    width: 147px;
    text-align: center;
}

@media (max-width: 1199.98px) {
    #infoTabs .data.item.title a {
        width: 125px;
        padding: 11px 15px !important;
    }
}

@media (max-width: 991.98px) {
    .user-slide {
        display: none !important;
    }
}

.tabset a:hover,
#infoTabs .data.item.title a:hover {
    background: #CD2027 !important;
    color: #FFFFFF !important;
}

#infoTabs .data.item.title a:hover .counter,
#infoTabs .data.item.title.active a .counter {
    color: #FFFFFF;
}

.tabset a:after,
#infoTabs .data.item.title a:after {
    width: 0 !important;
    height: 0 !important;
    position: absolute !important;
    left: 50% !important;
    top: 100% !important;
    content: "" !important;
    border-style: solid !important;
    border-width: 7px 7px 0 7px !important;
    border-color: #CD2027 transparent transparent transparent !important;
    display: none !important;
    margin: 0 0 0 -7px !important;
}

#infoTabs .data.item.content {
    border-width: 1px 0 0 !important;
    margin-top: 44px !important;
    width: 100% !important;
    padding: 39px 0 !important;
}

#infoTabs .data.item.content table th,
#infoTabs .data.item.content table td {
    padding-left: 0;
}

.product .value strong {
    font-weight: 300 !important;
    font-size: 24px;
    line-height: 28px;
}

.product .value strong {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 6px;
}

.product .value p:blank {
    display: none;
}

.product .value img {
    float: left;
    margin: 12px 14px 0 0;
}

.carousel-area {
    position: relative;
    margin: 0 0 9px;
}

.carousel-area h3,
.blockArea h3 {
    text-align: center;
    font-weight: 300;
    font-size: 20px;
    color: #333333;
    position: relative;
    overflow: hidden;
}

.relateslide h3.flexsidertitle span {
    background: #FFFFFF;
    position: relative;
    z-index: 999;
    padding: 0 15px;
}

.carousel-area .relateslide h3:after,
.blockArea .relateslide h3:after {
    background: #CBCBCB;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 53%;
    width: 9999px;
}

#content.productGridView .text-holder {
    text-align: left;
}

.blockArea .products {
    margin-bottom: 0;
    margin-top: 0;
}

.block.blockArea {
    margin-bottom: 0;
}

.blockArea .products {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
}

.carousel-area .carousel {
    margin: 0 -32px;
    padding: 0 32px;
}

.carousel-area .carousel .mask {
    margin: 0 -16px;
}

.carousel-area .carousel .slide {
    padding: 0 16px;
}

.carousel-area .carousel .slide .image-holder {
    position: relative;
    overflow: hidden;
    margin: 0 0 7px;
}

.carousel-area .carousel .slide .image-holder img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.carousel-area .carousel .text-holder {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    overflow: hidden;
    max-width: 160px;
}

.carousel-area .carousel .text-holder .color {
    color: #999999;
}

.carousel-area .carousel .text-holder p {
    margin: 0 0 2px;
}

.carousel-area .carousel .text-holder .price {
    font-size: 16px;
    margin: 0 0 2px;
    display: block;
}

.carousel-area .carousel .text-holder .more {
    display: inline-block;
    vertical-align: top;
}

.carousel-area .carousel .btn,
.owl-item .slide .text-holder .btn {
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #BEBEBE;
    border-radius: 2px;
    background: #FFFFFF;
    color: #333333;
    padding: 2px 6px 4px;
    margin: 0 0 5px;
}

.carousel-area .carousel .btn:hover,
.owl-item .slide .text-holder .btn:hover {
    color: #FFFFFF;
    background: #BEBEBE;
}

.carousel-area .carousel .btn i,
.owl-item .slide .text-holder .btn i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px 0 0;
}

.owl-item .slide .text-holder p a {
    font-size: 14px;
    line-height: 20px;
}

.owl-item .slide .text-holder p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.owl-item .slide .text-holder .price .price-box {
    margin: 0;
}

.owl-item .slide .text-holder .price .price-box .price {
    font-size: 16px;
    font-weight: 300;
}

.owl-item .slide .text-holder .more {
    font-size: 14px;
}

.owl-item .slide .image-holder {
    height: 167px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.blockArea .block-content ol {
    margin-left: 0 !important;
}

.visual {
    position: relative;
    padding: 0 0 32px;
}

.visual .caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 99;
    color: #FFFFFF;
}

.visual .container {
    width: 1103px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.visual .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.visual .owl-theme .owl-controls {
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    bottom: -42px;
}


.visual .owl-theme .owl-dots .owl-dot span {
    height: 12px;
    width: 12px;
    background: #CED5D3 !important;
    opacity: 1 !important;
}

.visual .owl-theme .owl-dots .owl-dot.active span {
    background: #98A7A2 !important;
    opacity: 1 !important;
}

.visual ul.pagination,
.banner-area ul.pagination {
    text-align: center;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    z-index: 99;
}

.visual ul.pagination li,
.banner-area ul.pagination li {
    display: inline-block;
    vertical-align: top;
    padding: 0 4px;
}

.visual ul.pagination li.active a,
.banner-area ul.pagination li.active a {
    background: #FFFFFF;
}

.visual ul.pagination a,
.banner-area ul.pagination a {
    overflow: hidden;
    text-indent: -9999px;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 100%;
    background: rgba(255, 255, 255, .77);
}

.visual ul.pagination a:hover,
.banner-area ul.pagination a:hover {
    background: #FFFFFF;
}

.visual .text-holder,
.banner-area .text-holder {
    font-size: 17px;
    line-height: 20px;
    position: relative;
    padding: 0 0 0 27px;
    margin: 0 0 0 42px;
}

.visual .text-holder:before,
.banner-area .text-holder:before {
    position: absolute;
    left: 0;
    top: -19px;
    bottom: -19px;
    width: 4px;
    content: "";
    background: #CC2027;
}

.visual .title,
.banner-area .title {
    display: block;
    font-weight: 300;
    text-align: left;
    margin-top: 0;
    letter-spacing: 0.5px;
}

.visual h1,
.banner-area h1 {
    font-size: 100px;
    line-height: 104px;
    font-weight: 400;
    margin: 0;
    position: relative;
    letter-spacing: 1.8px;
}

@media (max-width: 991.98px) {
    .visual h1,
    .banner-area h1 {
        font-size: 68px;
        line-height: 70px;
    }

    .visual .text-holder:before,
    .banner-area .text-holder:before {
        top: 0;
        bottom: 0;
    }
}


.visual h1 a,
.visual a .title,
.banner-area h1 a,
.banner-area a .title {
    color: #FFFFFF !important;
}

.rooms-area {
    position: relative;
    overflow: hidden;
    padding: 0 0 3px;
}

.cms-home .rooms-area {
    padding-top: 27px;
}

.rooms-area .room-wrap {
    position: relative;
    overflow: hidden;
    margin: 0 0 34px;
}

.rooms-area .room-wrap .head {
    font-size: 25px;
    line-height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 11px;
}

.rooms-area .room-wrap .head a {
    font-size: 20px;
    line-height: 24px;
    color: #CC2027;
    text-transform: uppercase;
}

.rooms-area .room-wrap .head div {
    position: relative;
}

.rooms-area .room-wrap .head a:hover {
    color: #333333;
}

.rooms-area .room-wrap .head a:after {
    position: absolute;
    left: -45px;
    top: -6px;
    content: "";
    height: 32px;
    width: 1px;
    background: #E0E0E0;
}

.rooms-area .room-wrap .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -7px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rooms-area .room-wrap .row:before {
    display: inherit;
}

.rooms-area .room-wrap .col {
    padding: 0 7px;
    width: 33.333%;
    position: relative;
    color: #FFFFFF;
}

.rooms-area .room-wrap .col img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.rooms-area .room-wrap .col .caption {
    font-size: 24px;
    line-height: 28px;
    position: absolute;
    left: 7px;
    right: 7px;
    text-align: center;
    bottom: 0;
    padding: 0 0 12px 1px;
    z-index: 99;
}

.rooms-area .room-wrap .col .title {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.rooms-area .room-wrap .col .title:before {
    width: 2px;
    height: 20px;
    background: #CC2027;
    display: inline-block;
    vertical-align: middle;
    content: "";
    margin: 0 12px 0 0;
}

.cms-home .page-title-wrapper,
.cms-categories .page-title-wrapper,
.catalog-category-view .page-title,
.catalog-category-view .category-view,
#content .price .old-price .price-label,
#content .price .special-price .price-label {
    display: none;
}

.cms-home .page.messages {
    position: absolute;
    top: 58px;
}

#content .price .old-price .price {
    background: rgba(0, 0, 0, 0) url("../images/line.png") no-repeat scroll 0 5px / 67px 19px;
}

#content .price .old-price,
#content .price .special-price {
    display: inline-block;
}

#content .price .old-price {
    margin-right: 10px;
}

#content.catGridView .article-holder .text-holder,
.swipeSliderSection .article-holder .text-holder {
    text-align: left;
}

.rooms-area .room-wrap .col a {
    color: #FFFFFF;
}

.rooms-area .head-area,
.cms-home #main .amslider-header {
    font-size: 24px;
    line-height: 28px;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 0 0 32px;
}

.cms-home #main .amslider-header {
    margin-bottom: 0;
}

.cms-index-index .amslider-container {
    margin-bottom: 60px;
}

.swiper-container .text-holder {
    text-align: center;
}

.rooms-area .head-area .title,
.cms-home #main .amslider-header span,
.swipeSliderSection .amslider-header span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px;
    font-weight: 300;
}

.rowBlock {
    text-align: center;
}

.categoriesBlock .room-wrap .col a {
    display: block;
    height: 100%;
    width: 100%;
}

.categoriesBlock .room-wrap .col {
    background: #989898 none repeat scroll 0 0;
    display: inline-block;
    height: 231px;
    margin: 2px 5px;
    overflow: hidden;
    padding: 0;
    width: 348px;
}

.rowBlock img.noImage {
    margin-top: 7px;
    width: 90% !important;
}

.rooms-area .head-area .title:before,
.rooms-area .head-area .title:after,
.cms-home #main .amslider-header span:before,
.cms-home #main .amslider-header span:after,
.swipeSliderSection .amslider-header span:before,
.swipeSliderSection .amslider-header span:after {
    background: #CBCBCB;
    content: "";
    height: 1px;
    left: 100%;
    position: absolute;
    top: 46%;
    width: 9999px;
}

.rooms-area .head-area .title .color {
    color: #CB2027;
}

.rooms-area .head-area .title:before,
.cms-home #main .amslider-header span:before,
.swipeSliderSection .amslider-header span:before {
    left: auto;
    right: 100%;
}

.cms-home .amslider-container .amslider-header-container {
    padding: 5px 0;
    margin-top: 38px;
}

.cms-home #amslider_id1 {
    max-width: 100%;
    padding: 0;
    margin-top: 4px;
    margin-bottom: -16px;
}

.cms-home #amslider_id1 .text-holder {
    display: none;
}

.cms-home .amslider .swiper-slide .swiper-brand {
    border: medium none;
    display: block;
}

.swiper-brand .image-holder {
    height: 140px;
    width: 100%;
    position: relative;
    margin-top: 6px;
    margin-bottom: 10px;
}

#amslider_id1 .swiper-slide .swiper-brand img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100% !important;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

#swipeFeaturedDesigner .swiper-slide .swiper-brand .image-holder {
    height: auto;
    margin: 0 0 15px;
}

#swipeFeaturedDesigner .swiper-slide .swiper-brand img {
    display: block;
    width: 100%;
    height: auto;
}

.swiper-brand .text-holder .text {
    display: inline-block;
    vertical-align: top;
    padding: 4px 0 0;
}

#amslider_id1 .swiper-button-next,
#amslider_id1 .swiper-button-prev {
    top: 94px;
}

.featuredSliderSection .swiper-button-next,
.featuredSliderSection .swiper-button-prev {
    top: 40%;
}

.swiper-brand .text-holder .text::before {
    background: #CC2027 none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 20px;
    margin: -5px 15px 0 0;
    vertical-align: middle;
    width: 2px;
}

textarea {
    resize: none;
}

.swiper-brand .text-holder .text {
    font-size: 16px;
}

.rooms-area .room-info {
    position: relative;
    overflow: hidden;
    padding: 0 0 12px;
}

.rooms-area .room-info.sloganBlock {
    padding-bottom: 30px;
}

.room-info .image-holder {
    height: 178px;
    position: relative;
}

.amslider-container .amslider-header-container span {
    font-size: 23px;
}

.cms-home .amslider-container .amslider-header-container {
    margin-top: -11px;
    position: relative;
}

.payment-method .label a.action.action-help {
    color: #9F9F9F !important;
    font-size: 13px;
}

.payment-method .label a.action.action-help:focus {
    color: #9F9F9F !important;
}

.payment-method .label a.action.action-help:hover {
    color: #CD2027 !important;
}

.rooms-area .room-info .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -7px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rooms-area .room-info .row .col {
    padding: 0 7px;
    width: 25%;
}

.rooms-area .room-info .row .col img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.room-info .row .image-holder span {
    height: 100% !important;
    padding: 0 !important;
    width: 100% !important;
}

.rooms-area .room-info .text-holder {
    text-align: center;
    padding: 19px 0;
}

.rooms-area .room-info .text {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.rooms-area .room-info .text:before {
    width: 2px;
    height: 20px;
    background: #CC2027;
    display: inline-block;
    vertical-align: middle;
    content: "";
    margin: 0 12px 0 0;
}

.rooms-area blockquote {
    margin: 0 0 -15px;
    padding: 8px 0 0 41px;
    position: relative;
}

.rooms-area blockquote q {
    quotes: none;
    word-spacing: 0.9px;
    max-width: 760px;
    margin: 0 auto;
    display: block;
}

.rooms-area .btn-area .head-area {
    margin-bottom: 50px;
}

.rooms-area blockquote q:before {
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
    background: url("../images/sprite.png") no-repeat -63px -142px;
    width: 16px;
    height: 14px;
}

.rooms-area blockquote q:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    background: url("../images/sprite.png") no-repeat -84px -142px;
    width: 17px;
    height: 14px;
    margin: 6px 0 0 11px;
}

.room-info blockquote {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    margin: 0 0 30px;
    line-height: 22px;
    padding-left: 62px;
}

.rooms-area .btn-area {
    position: relative;
    overflow: hidden;
    padding: 15px 0 30px;
}

.rooms-area .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rooms-area .btns li {
    margin: 0 7px 30px;
    padding: 8px;
    position: relative;
}

.rooms-area .btns .top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #D6D6D6;
    height: 1px;
}

.rooms-area .btns .top:before,
.rooms-area .btns .top:after {
    width: 1px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: #D6D6D6;
}

.rooms-area .btns .top:after {
    left: auto;
    right: 0;
}

.rooms-area .btns .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #D6D6D6;
    height: 1px;
}

.rooms-area .btns .bottom:before,
.rooms-area .btns .bottom:after {
    width: 1px;
    height: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: #D6D6D6;
}

.rooms-area .btns .bottom:after {
    left: auto;
    right: 0;
}

.rooms-area .btns a {
    min-width: 180px;
    padding: 14px 10px;
}

.rooms-area .article-area {
    position: relative;
    overflow: hidden;
}

.rooms-area .article {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2px 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rooms-area .article .image-holder {
    width: 46.5%;
}

.rooms-area .article .image-holder img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.rooms-area .article .text-holder {
    width: 49.8%;
    margin: -7px 0 0;
}

.rooms-area .article p {
    margin: 0 0 26px;
}

.header-area {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 30px;
    border-bottom: 1px solid #CCCCCC;
    margin: 0 0 20px;
}

.header-area .select-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-area .select-area label {
    margin: 0 4px 0 0;
}

.header-area .select-area .select-holder {
    width: 230px;
    padding: 0 18px 0 16px;
}

.header-area .jcf-select .jcf-select-text {
    text-align: left;
}

.header-area .items-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-area .items-show .title {
    margin: 0 5px 0 0;
}

.header-area .list-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.header-area .list-items li {
    padding: 0 5px;
    margin: 0;
}

.header-area .list-items li.active a {
    color: #CD2027 !important;
}

.header-area .list-items li a:hover {
    color: #CD2027 !important;
}

.header-area .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.header-area .pagination li {
    padding: 0px 3px;
    margin-bottom: 0;
}

.header-area .pagination a:hover {
    color: #CD2027;
}

.two-cols {
    position: relative;
    overflow: hidden;
}

.aside {
    width: 180px;
    float: left;
    position: relative;
    margin: -13px 0 0;
}

.filter-active .aside {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.aside .open-close,
.aside .noChildBlock {
    position: relative;
    overflow: hidden;
    margin: 0;
}

.aside .opener,
.aside .noChild {
    font-size: 16px;
    line-height: 23px;
    display: block;
    font-weight: normal;
    color: #333333;
    position: relative;
    padding: 10px 30px 10px 0;
    margin: 0;
    border-bottom: 1px solid #D9D9D9;
}

.aside .filter-content .item {
    margin: 6px 0 0 11px;
}

.aside .opener:after {
    font-size: 20px;
    line-height: 24px;
    position: absolute;
    right: 14px;
    top: 17px;
    content: "v";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #D9D9D9;
}

.aside .slide {
    font-size: 12px;
    line-height: 15px;
    color: #666666;
    padding: 0 0 0 3px;
}

.aside .slide a {
    color: #666666;
}

.aside .slide a:hover {
    color: #333333;
}

.aside .list-category li {
    margin: 0 0 12px;
}

.aside .range-holder {
    position: relative;
    overflow: hidden;
    padding: 0 10px 0 0;
    margin: -5px 0 8px;
}

.aside .range-holder .val-holder {
    margin: 0 0 15px;
}

.aside .field-holder {
    position: relative;
    overflow: hidden;
    margin: -5px 0 10px;
}

.aside .field-holder .form-control {
    height: 27px;
    border: 1px solid #DFDFDF;
    color: #666666;
    width: 100%;
}

.aside .field-holder .form-control:-moz-placeholder {
    color: #666666;
    opacity: 1;
}

.aside .field-holder .form-control::-moz-placeholder {
    color: #666666;
    opacity: 1;
}

.aside .field-holder .form-control:-ms-input-placeholder {
    color: #666666;
}

.aside .field-holder .form-control::-webkit-input-placeholder {
    color: #666666;
}

.aside .check-list {
    overflow: hidden;
    margin: 0 0 6px;
}

.aside .check-list li {
    position: relative;
    padding: 5px 0 5px 30px;
    margin: 0 0 3px;
}

.aside .check-list.style {
    margin: -11px 0 0;
}

.aside .check-list.style li {
    padding: 5px 0 5px 24px;
    margin: 0 0 -2px;
}

.aside .check-list.style label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.aside .check-list.style .icon-star_border {
    font-size: 17px;
    line-height: 20px;
    color: #D9D9D9;
    margin: 0 -1px;
}

.aside .check-list.style .text {
    margin: 0 0 0 8px;
}

.aside .color-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px;
    margin: -4px 0 3px;
}

.aside .color-list li {
    padding: 0 4px;
    margin: 0 0 10px;
}

.aside .color-list li a {
    width: 23px;
    height: 23px;
    display: block;
    border-radius: 100%;
    background: #F8F6F6;
}

.aside .color-list li.color a {
    background: #EDEDED;
}

.aside .color-list li.color1 a {
    background: #FFFDD0;
}

.aside .color-list li.color2 a {
    background: #F4EED1;
}

.aside .color-list li.color3 a {
    background: #999999;
}

.aside .color-list li.color4 a {
    background: #D31616;
}

.aside .color-list li.color5 a {
    background: #FB8C19;
}

.aside .color-list li.color6 a {
    background: #FFEF00;
}

.aside .color-list li.color7 a {
    background: #32B141;
}

.aside .color-list li.color8 a {
    background: #0D98BA;
}

.aside .color-list li.color9 a {
    background: #2A2A93;
}

.aside .color-list li.color10 a {
    background: #A450CE;
}

.aside .color-list li.color11 a {
    background: #FFA6C9;
}

.aside .color-list li.color12 a {
    background: #8B4513;
}

.aside .color-list li.color13 a {
    background: #3F3F3F;
}

.aside .color-list li.color14 a {
    background: #D69350;
}

.aside .color-list li.color15 a {
    background: #C0C0C0;
}

.aside .color-list li.color16 a {
    background: #FFCE3D;
}

.aside .color-list li.color17 a {
    background: #AC947C;
}

.aside .color-list li.color18 a {
    background: #0C0C0C;
}

.aside .filter-content .slide input[type="text"] {
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    color: #666666;
    font-size: 12px;
    height: 27px;
    width: 100%;
}

.catalog-topnav.amasty-catalog-topnav {
    display: none !important;
}

.nav-opener {
    display: none;
}

#content {
    overflow: hidden;
    padding: 10px 0 0
}

#content.productGridView {
    padding: 4px 0 0;
}

#content .head {
    position: relative;
    overflow: hidden;
    margin: 0 0 14px;
}

#content .head .info-list {
    font-size: 12px;
    line-height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 8px;
    overflow: hidden;
}

#content .head .info-list li {
    padding: 0 5px;
    margin: 0 0 10px;
}

#content .head .info-list span {
    display: block;
    padding: 5px 40px 5px 20px;
    height: 27px;
    background: #E8E8E8;
}

.head .info-list li form {
    display: inline-block;
}

.head .info-list li form .swatch-attribute-options,
.head .info-list li form .swatch-attribute-options .swatch-option {
    margin: 0;
}

.head .info-list li form .swatch-attribute-options {
    margin: 0 0 0 5px;
}

aside .open-close .swatch-option.color {
    border: 1px solid;
    border-radius: 50%;
    height: 23px;
    min-width: 23px;
    width: 23px;
    background-size: 23px 23px !important;
}

aside .open-close .swatch-option.text {
    height: auto;
}

.swatch-attribute.swatch-layered.am-swatch-options .swatch-option.image {
    min-width: 20px;
    height: 20px;
    border-radius: 0;
    border: 1px solid #DFDFDF;
    background-size: cover !important;
}

.swatch-attribute.swatch-layered.am-swatch-options .item.selected .swatch-option.image {
    border-color: #CD2027 !important;
}

.swatch-attribute.swatch-layered.am-swatch-options .item:hover .swatch-option.image {
    /*box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);*/
}

.filter-options-content .am-shopby-form {
    overflow-x: visible !important;
}

.aside .open-close .ui-slider-horizontal {
    background: #CD2027 none repeat scroll 0 0;
    height: 2px;
    margin: 34px 0 15px;
}

.aside .open-close .am_shopby_slider_container .ui-slider.ui-slider-horizontal .ui-slider-handle {
    background: #FFFFFF none repeat scroll 0 0;
    border: 1px solid #E0E0E0;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    margin-top: -12px;
    width: 28px;
}

.aside .open-close .am_shopby_slider_container .ui-slider.ui-slider-horizontal .ui-slider-handle:nth-child(3) {
    margin-left: -13px;
}

aside .open-close .swatch-option.image:hover:not(.disabled),
aside .open-close .swatch-option.color:hover:not(.disabled) {
    border: 1px solid #CB2027;
    outline: medium none;
}

.head .info-list li form .swatch-attribute-options .swatch-option {
    border: 1px solid #333333;
    border-radius: 50%;
    height: 15px;
    min-width: 15px;
    width: 15px;
}

#content .head .info-list span.color {
    width: 15px;
    height: 15px;
    background: #FFA6C9;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    margin: 0 0 0 10px;
    padding: 0;
}

#content .head .info-list span.color + .close {
    margin: 0 0 0 4px;
}

#content .head .info-list .close {
    display: inline-block;
    vertical-align: top;
    color: #CF3238;
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 0 13px;
}

#content .row,
#subCatView {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 0;
}

#content .row:after,
#content .row:before {
    display: none !important;
}

#row {
    width: auto !important;
}

.reviews-actions a.action.view span {
    padding: 0 8px !important;
    line-height: 18px !important;
}

@media (min-width: 767px) {
    #content .row .article-holder,
    #subCatView .article-holder,
    .swipeSliderSection.article-holder {
        width: calc(33.2% - 28px);
        padding: 0;
        margin: 0 14px 16px;
    }

    .product-card .price::before {
        display: none;
    }

    .wishlist-index-index .account-content {
        min-height: 700px;
    }
}

@media (max-width: 479px) {
    #content .row .article-holder,
    #subCatView .article-holder,
    .swipeSliderSection.article-holder {
        width: calc(100% - 20px) !important;
    }

}

@media (min-width: 580px) {
    .hover-box {
        width: 139px !important;
    }
}

.swatch-option.swatchDisabled {
    opacity: .3 !important;
}

.swatch-option.text {
    padding: 4px 7px !important
}

.filter-options-content .swatch-option-link-layered .swatch-option {
    background-size: 80% 75% !important;
}


#content.productGridView .row .article-holder,
.swipeSliderSection .article-holder {
    width: 25%;
}

@media (min-width: 991px) {
    #content .image-holder,
    #subCatView .image-holder {
        height: 174px;
    }

    .catFeature .featured-prods-internal:not(.slick-initialized) .slide {
        width: 33.33%;
    }
    .catFeature .featured-prods-internal:not(.slick-initialized) .slide:not(:first-child):nth-child(n+3) {
         display: none;
     }
}

#content .image-holder,
#subCatView .image-holder {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 0 9px;
}

#content .image-holder img,
#subCatView .image-holder img {
    height: auto;
    vertical-align: top;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: inherit !important;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

#content .image-holder img.noImage {
    position: relative;
}

.sorter-action {
    vertical-align: top;
}

#content .image-holder .product-image-photo {
    width: 100%;
}

#content .image-holder .new,
#subCatView .image-holder .new {
    position: absolute;
    width: 64px;
    height: 13px;
    background: #CF3238;
    text-align: center;
    color: #FFFFFF;
    font-size: 11px;
    line-height: 13px;
    top: 20px;
    right: 0;
    font-weight: 300
}

#content .text-holder,
#subCatView .text-holder {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    text-align: center;
}

#content .text-holder .color {
    color: #999999;
}

#content .text-holder p {
    margin: 0 0 2px;
}

#content .text-holder .price {
    font-size: 16px;
    margin: 0 0 6px;
    display: block;
}

.cart-area .wrap .price {
    color: #333333;
    font-family: "Roboto", sans-serif;
    font-size: 16px !important;
    font-weight: 300 !important;
}

.cart-area .wrap .special-price .price::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.cart-area .wrap .price-label {
    color: #333333;
    display: inline-block !important;
    font-size: 16px !important;
    height: auto !important;
    position: static !important;
    width: auto !important;
    overflow: visible !important;
}

.cart-area .wrap .price-wrapper {
    display: inline-block !important;
}

.cart-area .wrap .special-price {
    display: block;
}

.cart-area .wrap .special-price .price-label,
.cart-area .wrap .special-price .price {
    color: #CD2027;
}

#content .text-holder .more {
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    line-height: 14px;
}

#content .btn {
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #EEEEEE;
    border-radius: 2px;
    background: #FFFFFF;
    color: #333333;
    padding: 2px 6px 4px;
    margin: 0 0 5px;
}

.col .field-holder a,
.col .btn-holder a {
    color: #333333 !important;
    text-decoration: none !important;
}

.col .field-holder a:hover,
.col .btn-holder a:hover {
    color: #FFFFFF !important
}

.btn-holder .btn-default {
    color: #333333 !important;
    text-decoration: none !important;
}

#content .btn.magikquickview {
    border: 2px solid #EEEEEE;
    border-radius: 2px;
    color: #333333;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    margin: 0 0 5px;
    padding: 2px 6px 4px;
    vertical-align: top;
}

.magikquickview:hover {
    background: #999999 !important;
    text-decoration: none !important;
    color: #FFFFFF !important;
}

#content .btn.magikquickview,
#main .btn.magikquickview {
    height: auto;
    position: static;
    opacity: 1;
}

#content .btn:hover {
    color: #FFFFFF;
    background: #999999;
    border-color: #999999;
}

#content .btn i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px 0 0;
}

#content .foot {
    position: relative;
    overflow: hidden;
    padding: 18px 0 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #CCCCCC;
}

#content .items-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#content .items-show .title {
    margin: 0 5px 0 0;
}

#content .list-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

#content .list-items li {
    padding: 0 5px;
}

#content .list-items li.active a {
    color: #CD2027;
}

#content .list-items li a:hover {
    color: #CD2027;
}

#content .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

#content .pagination a:hover {
    color: #CD2027;
}

#content .pagination li {
    padding: 0 5px;
}

.bottom-block {
    position: relative;
    overflow: hidden;
    border-top: 8px solid #CB2027;
    padding: 18px 0 0;
}

.page-footer {
    background: none !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
}

.bottom-block .footer-aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 11px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bottom-block .col-left,
.bottom-block .col-right {
    width: 43.2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bottom-block .col-right {
    width: 50.5%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.bottom-block h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    margin: 0 0 18px;
}

.bottom-block .link {
    font-size: 13px;
    line-height: 17px;
}

.bottom-block .link li {
    margin: 0 0 9px;
}

.bottom-block blockquote {
    width: 41.3%;
    border: 1px solid #ADADAD;
    padding: 10px;
    position: relative;
    font-style: normal;
    margin: 4px 0 0 3px;
    line-height: 24px;
}

.bottom-block blockquote:before,
.bottom-block blockquote:after {
    position: absolute;
    left: -13px;
    top: 30%;
    background: url('../images/sprite.png') no-repeat -244px -90px;
    width: 14px;
    height: 23px;
    content: "";
}

.bottom-block blockquote:after {
    background-position: -269px -89px;
    width: 15px;
    height: 26px;
    left: auto;
    right: -14px;
}

.bottom-block blockquote q {
    display: block;
    position: relative;
}

.bottom-block blockquote q:before,
.bottom-block blockquote q:after {
    display: inline-block;
    vertical-align: top;
    background: url('../images/sprite.png') no-repeat -16px -145px;
    width: 13px;
    height: 10px;
    content: "";
    margin: 4px 4px 0 0;
}

.bottom-block blockquote q:after {
    background-position: -39px -145px;
    width: 14px;
    height: 10px;
}

.bottom-block .form-area {
    width: 45.8%;
}

.bottom-block .form-submit {
    position: relative;
    margin: 0 0 24px;
}

.form-area #newsletter-error.mage-error {
    width: 205px;
}

.bottom-block .field-holder {
    position: relative;
    padding: 0 74px 0 0;
}

.bottom-block input[type="text"] {
    color: #333333;
    width: 100%;
    height: 38px;
    box-shadow: none;
    border: 1px solid #ADADAD
}

.bottom-block input[type="text"]:-moz-placeholder {
    color: #333333;
    opacity: 1;
}

.bottom-block input[type="text"]::-moz-placeholder {
    color: #333333;
    opacity: 1;
}

.bottom-block input[type="text"]:-ms-input-placeholder {
    color: #333333;
}

.bottom-block input[type="text"]::-webkit-input-placeholder {
    color: #333333;
}

.bottom-block input[type="submit"] {
    width: 74px;
    height: 38px;
    color: #FFFFFF;
    text-align: center;
    background: #CD2027;
    padding: 0;
    border: 1px solid #CD2027;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
}

.bottom-block input[type="submit"]:hover {
    background: #EEEEEE;
    color: #333333;
}

.bottom-block .lable-holder {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
}

.bottom-block .social-networks {
    text-align: center;
    display: block;
}

.bottom-block .social-networks li {
    display: inline-block;
    padding: 0 1px;
}

.bottom-block .social-networks li a {
    width: 28px;
    height: 28px;
    background-position: -8px -48px;
}

.bottom-block .social-networks li a:hover {
    background-position: -163px -168px;
}

.bottom-block .social-networks li a.twitter {
    background-position: -49px -48px;
}

.bottom-block .social-networks li a.twitter:hover {
    background-position: -201px -168px;
}

.bottom-block .social-networks li a.pinterest {
    background-position: -90px -48px;
}

.bottom-block .social-networks li a.pinterest:hover {
    background-position: -240px -168px;
}

.bottom-block .social-networks li a.social {
    background-position: -131px -48px;
}

.bottom-block .social-networks li a.social:hover {
    background-position: -5px -212px;
}

.bottom-block .social-networks li a.svv {
    background-position: -175px -48px;
}

.bottom-block .social-networks li a.svv:hover {
    background-position: -44px -212px;
}

.bottom-block .social-networks li a.google-plus {
    background-position: -216px -48px;
}

.bottom-block .social-networks li a.google-plus:hover {
    background-position: -83px -212px;
}

.bottom-block .social-networks li a.instagram {
    background-position: -257px -48px;
}

.bottom-block .social-networks li a.instagram:hover {
    background-position: -122px -212px;
}

.bottom-block a:hover {
    color: #CD2027;
}

/* custom checkbox styles */

.jcf-checkbox {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -9px 0 0;
    cursor: default;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    height: 17px;
    width: 17px;
}

.aside .slide .jcf-checkbox {
    position: relative;
    margin: -1px 7px 0 0;
    display: inline-block;
    float: left;
}

.table-shape .jcf-checkbox {
    left: -11px;
}

.aside .filter-content .item a {
    position: relative;
    padding: 0;
    margin: 0;
}

.table-shape .item a {
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
}

.table-shape .slide {
    padding-top: 8px;
}

.jcf-checkbox span,
.am-filter-items-attr_ln_sectional_version .jcf-radio > span {
    position: absolute;
    display: none;
    height: 8px;
    width: 16px;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    margin: -6px 0 0 -8px;
    border: 3px solid #777777;
    border-width: 0 0 3px 3px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
    border-radius: 0;
    background: none;
}

.am-filter-items-attr_ln_sectional_version .text .icon {
    display: none !important;
}

.am-filter-items-attr_ln_sectional_version .jcf-radio {
    display: block !important;
    width: 17px;
    height: 17px;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.am-filter-items-attr_ln_sectional_version .text {
    width: 85%;
}

.jcf-checkbox input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0;
}

.jcf-checkbox.jcf-checked span,
.am-filter-items-attr_ln_sectional_version .jcf-radio.jcf-checked span {
    display: block;
}

/* custom radio styles */

.jcf-radio {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: #FFFFFF;
    border: 1px solid #777777;
    border-radius: 9px;
    margin: 0 3px 0 0;
    height: 16px;
    width: 16px;
}

.jcf-radio span {
    display: none;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: #777777;
    border-radius: 100%;
}

.jcf-radio input[type="radio"] {
    position: absolute;
    height: 100%;
    width: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0;
}

.jcf-radio.jcf-checked span {
    display: block;
}

.jcf-range {
    display: inline-block;
    width: 100%;
}

.jcf-range .jcf-range-track {
    margin: 0 20px 0 0;
    position: relative;
    display: block;
}

.jcf-range .jcf-range-wrapper {
    background: #E5E5E5;
    border-radius: 5px;
    display: block;
    margin: 15px 0;
    height: 2px;
}

.jcf-range .jcf-range-display-wrapper {
    height: 2px;
    left: 10px;
    position: absolute;
    right: 10px;
}

.jcf-range .jcf-range-display {
    background: #CD2027;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.jcf-range.jcf-vertical {
    width: auto;
}

.jcf-range.jcf-vertical .jcf-range-wrapper {
    margin: 0;
    width: 10px;
    height: auto;
    padding: 20px 0 0;
}

.jcf-range.jcf-vertical .jcf-range-track {
    height: 180px;
    width: 10px;
}

.jcf-range.jcf-vertical .jcf-range-handle {
    left: -5px;
    top: auto;
}

.jcf-range .jcf-range-handle {
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 19px;
    width: 28px;
    height: 28px;
    margin: -12px 0 0;
    z-index: 1;
    top: 0;
    left: 0;
    border-radius: 100%;
}

.jcf-range .jcf-range-mark {
    position: absolute;
    overflow: hidden;
    background: #333333;
    width: 1px;
    height: 3px;
    top: -7px;
    margin: 0 0 0 9px;
}

.jcf-range.jcf-vertical .jcf-range-mark {
    margin: 0 0 9px;
    left: 14px;
    top: auto;
    width: 3px;
    height: 1px;
}

.jcf-number.jcf-disabled input {
    background: #DDDDDD;
}

.js-tab-hidden {
    display: block;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important;
}

/**** ABOUT US *****/

.main-area .content-area {
    max-width: 1084px;
    margin: 0 auto;
}

.cms-page-view .main-area .content-area {
    margin-top: 30px;
}

.main-area .tagline {
    position: relative;
    color: #CC2027;
    font-weight: 300;
    font-size: 24px;
    line-height: 31px;
    padding: 0 0 28px;
    border-bottom: 1px solid #CBCBCB;
    margin: 0 0 30px;
}

.main-area .tagline p {
    margin: 0;
}

.main-area .section .img-holder {
    float: right;
    margin: 0 0 0 40px;
}

.main-area .section .description {
    overflow: hidden;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
}

.main-area .section .description p {
    margin: 0;
}

.main-area .section3 h2 {
    margin: 0 0 27px;
    color: #CC2027;
    font-size: 24px;
    position: relative;
    text-align: center;
    line-height: 27px;
    font-weight: 300;
}

.main-area .section3 h2 span {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    background: #FFFFFF;
    position: relative;
    z-index: 9;
}

.main-area .section3 h2:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 52%;
    height: 1px;
    content: "";
    background: #CBCBCB;
}

.main-area .pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 29px;
    z-index: 999;
}

.main-area .pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: none;
    width: 100%;
    text-align: center;
}

.main-area .pagination ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px;
    float: none;
}

.main-area .pagination ul li a {
    display: block;
    border-radius: 50%;
    background: rgba(0, 0, 0, .4);
    width: 12px;
    height: 12px;
    font-size: 0;
    line-height: 0;
}

.main-area .pagination ul li a:hover,
.main-area .pagination ul li.active a {
    background: rgba(0, 0, 0, .65);
}

.cms-about-us .owl-theme .owl-dots {
    bottom: 36px;
}

.cms-about-us .owl-theme .owl-dots .owl-dot span {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0 !important;
    width: 12px;
    height: 12px;
    margin: 0 9px;
}

.cms-about-us .owl-theme .owl-dots .owl-dot span:hover,
.cms-about-us .owl-theme .owl-dots .owl-dot.active span {
    background: rgba(0, 0, 0, 0.70) none repeat scroll 0 0;
}

/****** PRODUCT PAGE ******/
.product-page1 .cart-area .wrap {
    position: relative;
    margin-bottom: -40px;
}

.product-page1 .cart-area .click {
    display: block;
    background: #EEEEEE;
    text-align: center;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
}

.product-page1 .cart-area .click:hover {
    background: #CD2027;
    color: #FFFFFF;
}

.product-page2 .cart-area .wrap {
    margin-bottom: 60px;
}

/****** CATEGORY PAGE ******/
.category #content .text-holder,
#subCatView .text-holder {
    text-align: center;
    margin: 0 0 20px;
    padding: 10px 0 0;
    max-width: 100%;
}

.category #content .row .article-holder a,
#subCatView .article-holder a,
.swipeSliderSection .article-holder a {
    display: block;
}

.category #content .row .article-holder a:hover,
#subCatView.article-holder a:hover,
.swipeSliderSection .article-holder a:hover {
    color: #CD2027;
}

.aside .open-close .opener:after {
    content: "";
    bottom: 8px;
    width: 10px;
    height: 9px;
    background: url('../images/arrow-top.png') no-repeat
}

.aside .opener.noChild::after {
    background: none;
}

.aside .open-close.active .opener:after {
    content: "";
    bottom: 4px;
    width: 10px;
    height: 9px;
    background: url('../images/arrow-btm.png') no-repeat
}

.category .carousel .slideset .slide {
    width: 33% !important;
}

.category .carousel-area h2,
.cwsFeatured h2 {
    margin: 0 0 27px;
    color: #333333;
    font-size: 24px;
    position: relative;
    text-align: center;
    line-height: 27px;
    font-weight: 300;
}

.category .carousel-area h2 span,
.cwsFeatured h2 span {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    background: #FFFFFF;
    position: relative;
    z-index: 9;
}

.category .carousel-area h2:after,
.cwsFeatured h2:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 52%;
    height: 1px;
    content: "";
    background: #CBCBCB;
}

/* Cart Page */
.cart-head-right {
    float: right;
    overflow: hidden;
    margin: 6px 0 0
}

.cart-head-right a {
    font-size: 16px;
    position: relative;
}

.c-email {
    padding-left: 39px
}

.c-print {
    padding-left: 36px;
    margin-left: 31px
}

.c-clearcart {
    padding-left: 22px;
    margin-left: 31px
}

.c-email:before {
    position: absolute;
    width: 36px;
    height: 19px;
    background: url('../images/sprite-cart.png') no-repeat -204px -5px;
    content: '';
    left: 0;
    top: -1px
}

.c-print:before {
    position: absolute;
    width: 25px;
    height: 21px;
    background: url('../images/sprite-cart.png') no-repeat -253px -5px;
    content: '';
    left: 0;
    top: -1px
}

.c-clearcart:before {
    position: absolute;
    width: 14px;
    height: 13px;
    background: url('../images/sprite-cart.png') no-repeat -8px -6px;
    content: '';
    left: 0;
    top: 6px
}

.cart-head-right .c-clearcart {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    margin-top: -4px;
    padding: 0 0 0 22px;
    position: relative;
}

.cols-holder {
    overflow: hidden
}

.cart_detail_head {
    background: #F2F2F2 none repeat scroll 0 0;
    margin: 0;
    padding: 30px 30px 24px;
    border-bottom: 1px solid #E0E0E0;
    width: 100%;
    overflow: hidden
}

.fotorama--fullscreen .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    text-align: center;
}

.col-1 {
    width: 355px;
    float: left
}

.protectionPlan .col-1 {
    width: 626px;
}

.protectionPlan .col-1 .item_name {
    max-width: 450px;
}

.col-2 {
    width: 271px;
    float: left
}

.col-3 {
    width: 170px;
    float: left
}

.col-4 {
    width: 110px;
    float: left;
    position: relative
}

.col-5 {
    width: 114px;
    float: left
}

.cart_cols_wrap {
    overflow: hidden
}

.col-4 input[type="number"] {
    width: 46px;
    height: 37px;
    padding: 3px 6px 3px 7px
}

.col-4 .jcf-btn-inc {
    position: absolute;
    width: 30px;
    height: 37px;
    background: #E4E1E1;
    right: -30px;
    top: 0;
    border: 1px solid #DADADA
}

.col-4 .jcf-btn-dec {
    position: absolute;
    width: 30px;
    height: 37px;
    background: #E4E1E1;
    left: -30px;
    top: 0;
    border: 1px solid #DADADA
}

.col-4 .jcf-btn-inc:before {
    content: '+' !important;
    border: none;
    background: none !important;
    left: 12px;
    top: 11px;
}

.col-4 .jcf-btn-dec:before {
    content: '-' !important;
    border: none;
    background: none !important;
    left: 16px;
    top: 9px;
}

.cart_wrap {
    margin: 20px 0 0;
    border: 1px solid #E0E0E0;
    overflow: hidden;
    padding: 25px 30px 10px;
    width: 100%
}

.update_cart {
    position: relative;
    padding-left: 28px;
    margin: 14px 0 0 -16px
}

.update_cart:before {
    position: absolute;
    content: '';
    background: url('../images/sprite-cart.png') no-repeat -166px -3px;
    width: 20px;
    top: 3px;
    left: 0;
    height: 18px;
}

.update_cart button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    line-height: 16px;
    margin: -3px 0 0;
    padding: 0;
    text-decoration: none;
}

.col-3 > span {
    margin-top: 3px;
}

.update_cart a:hover,
.update_cart button:hover {
    color: #CB2027
}

.col-1 img {
    float: left
}

.cart_wrap .col-1 img {
    position: static;
}

.cart_wrap .col-2 .optionTable td {
    padding: 0;
}

.cart_wrap .price {
    font-weight: 300;
    font-size: 16px;
}

.item_name {
    overflow: hidden;
    padding-left: 30px;
    font-size: 16px;
    line-height: 26px;
    color: #333333
}

.cart_cols_wrap .col-1 {
    width: 626px;
}

.cart_detail_head .col-2 {
    visibility: hidden;
}

.cart_cols_wrap .col-1 .optionTable {
    left: 30px;
    margin-left: 30px;
    max-width: 365px;
    position: relative;
}

.cart_cols_wrap .col-1 .optionTable tr td {
    padding: 0;
}

.item_name span {
    display: block;
    color: #999999
}

.col-2 tr td:first-child {
    width: 130px
}

.cart_wrap_bottom {
    margin: 12px 0 0;
    overflow: hidden
}

.cart_wrap_bottom .col-2 {
    float: right;
    width: 50%;
    text-align: right
}

.col-2 ul {
    list-style: none;
    font-size: 16px;
    color: #999999;
}

.col-2 ul li {
    border-left: 1px solid #B6B6B6;
    padding: 0 10px;
    display: inline-block;
    position: relative;
    line-height: 14px
}

.col-2 ul li:first-child {
    border-left: 0;
    padding-right: 4px
}

.col-2 ul li.edit_cart {
    padding-left: 25px;
}

.col-2 ul li.sfl_cart {
    padding-left: 35px;
}

.col-2 ul li.remove_cart {
    padding-left: 31px;
}

.col-2 ul li.move_wlst {
    padding-left: 34px;
}

.col-2 ul li.move_cart {
    padding-left: 36px;
}

.col-2 ul li a {
    text-decoration: underline;
    color: #999999;
    font-weight: 300
}

.col-2 ul li a:hover {
    text-decoration: none;
    color: #CB2027
}

.col-2 ul li.edit_cart {
    padding-left: 35px;
}

.col-2 ul li.edit_cart:before {
    background: url('../images/sprite-cart.png') no-repeat -116px -5px;
    width: 20px;
    position: absolute;
    content: '';
    left: 10px;
    top: -4px;
    height: 20px;
}

.col-2 ul li.sfl_cart:before {
    background: url('../images/sprite-cart.png') no-repeat -74px -3px;
    width: 19px;
    position: absolute;
    content: '';
    left: 8px;
    top: -5px;
    height: 19px;
}

.col-2 ul li.sfl_cart {
    border: none;
}

.col-2 ul li.remove_cart:before {
    background: url('../images/sprite-cart.png') no-repeat -36px -2px;
    width: 17px;
    position: absolute;
    content: '';
    left: 9px;
    top: -7px;
    height: 22px;
}

.col-2 ul li.move_wlst:before {
    background: url('../images/sprite-cart.png') no-repeat -296px -1px;
    width: 23px;
    position: absolute;
    content: '';
    left: 9px;
    top: -7px;
    height: 24px;
}

.col-2 ul li.move_cart:before {
    background: url('../images/sprite-cart.png') no-repeat -331px -5px;
    width: 23px;
    position: absolute;
    content: '';
    left: 9px;
    top: -2px;
    height: 19px;
}

.cart-foot.cartFootUpper {
    text-decoration: none !important;
    margin-bottom: 0;
}

.cart-foot form {
    overflow: hidden;
}

.cart-foot .block .title {
    color: #999999;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}

.cart-foot .block .title:hover {
    color: #980000;
    text-decoration: underline;
}

.cart_wrap .col-2 .gift-options-cart-item {
    display: none !important;
}

.cart-foot .fieldset.coupon .field {
    margin: 10px 0 8px;
}

.cart-foot .fieldset.coupon .actions-toolbar {
    overflow: hidden;
}

.cart-foot .fieldset.coupon .actions-toolbar .primary {
    float: right;
}

.cart-foot {
    padding: 0 20px;
    font-size: 16px;
    color: #999999;
    text-align: right;
    width: 100%;
    margin: 0 0 27px;
    font-weight: 300;
}

.cart-foot .fieldset.coupon {
    float: right;
    width: 320px;
}

.ord-summery-box strong,
.ord-summery-box dt {
    font-size: 16px !important;
    font-weight: 500 !important;
}

.ord-summery-box {
    font-size: 14px !important;
}

.ord-summery-box #block-summary legend {
    display: none;
}

.ord-summery-box {
    padding: 11px 21px 20px 18px;
    background: #F2F2F2
}

.ord-summery-box .table td,
.ord-summery-box .table th {
    vertical-align: middle;
    padding: 3px 0 2px 14px;
}

.ord-summery-box .table th {
    padding: 0 !important;
}

#details-reload.cart.PayPalExpressBlock {
    width: 414px;
    float: right;
    margin: 20px 0;
}

#order-review-form.form.order-review-form {
    clear: both;
    text-align: right;
}

.paypal-review-items #details-reload .table tfoot > tr:first-child th,
.paypal-review-items #details-reload .table tfoot > tr:first-child td {
    border: none;
}

#details-reload.cart.PayPalExpressBlock .opc-block-summary > tr:first-child {
    display: none;
}

.os-subtotal {
    padding-bottom: 19px;
    border-bottom: 1px solid #DBDBDB;
    font-size: 16px;
    font-weight: 300;
    color: #191919;
    overflow: hidden
}

.os-subtotal span {
    float: right
}

.os-shipping {
    overflow: hidden;
    padding: 20px 0 0
}

.os-shipping div {
    max-width: 258px;
    float: right
}

.os-shipping .os-shipping div select {
    text-align: left
}

.os-shipping .jcf-select-text {
    text-align: left !important
}

.os-shipping div input {
    margin-top: 20px;
    width: 100%;
    text-align: left
}

.os-buyprotect {
    padding: 20px 0;
    border-bottom: 1px solid #DBDBDB
}

.os-buyprotect span.ques {
    display: inline-block;
    margin: 0 20px 0 25px;
    height: 17px;
    width: 17px;
    line-height: 17px;
    color: #FFFFFF;
    background: #C2C2C2;
    border-radius: 50%;
    text-align: center;
    font-size: 12px
}

.os-buyprotect .chekbox {
    position: relative
}

.os-buyprotect .chekbox .jcf-checkbox {
    width: 22px;
    height: 22px;
    border: 1px solid #BABABA
}

.os-buyprotect .chekbox .jcf-checkbox span {
    width: 12px;
    margin-left: -6px
}

.os-buyprotect span.ques:hover {
    background: #444444;
}

.os-buyprotect .amount {
    float: right
}

.os-saletax {
    padding: 15px 0 10px;
    overflow: hidden;
    width: 100%
}

.os-total {
    overflow: hidden;
    width: 100%;
}

.os-total .amount {
    float: right
}

.os-saletax .amount {
    float: right;
}

.ord-buttons {
    margin: 25px 0 0;
    width: 100%;
    overflow: hidden
}

.ord-buttons a {
    padding: 14px;
    width: 49%;
    background: #E4E1E1;
    font-size: 18px;
    color: #333333;
    font-weight: 300;
    display: inline-block;
    text-align: center
}

.ord-buttons a:hover {
    background: #444444;
    color: #FFFFFF
}

.ord-buttons a.checkout {
    float: right;
    background: #CD2027;
    color: #FFFFFF
}

.cart-head2 {
    overflow: hidden;
    width: 100%;
    padding: 20px 0 0 33px
}

.cart-head2 h2 {
    font-size: 26px;
    color: #191919;
    font-weight: 300;
    padding-left: 37px;
    position: relative;
    margin: 0
}

.cart-head2 h2:before {
    content: '';
    position: absolute;
    background: url('../images/clock-ico.png') no-repeat;
    width: 24px;
    height: 24px;
    left: 0;
    top: 11px
}

[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 160px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #333333;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #FFFFFF;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #333333;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/* Popup */
.popup-holder {
    position: relative;
    overflow: hidden;
}

.column.main a:hover {
    color: #CD2027 !important;
}

.column.main a.action.continue:hover {
    color: #333333 !important;
}

.ves-trackorder #orderinfo .actions-toolbar,
.ves-trackorder #orderinfo .qrcode {
    display: none;
}

.article-holder a,
.article-holder a span,
.cms-showroom .main a {
    color: #333333;
}

.brand-name a,
.manufactureArea a,
.item_name a {
    color: #333333 !important;
}

.article-holder a:hover,
.article-holder a:hover span,
.aside .list-category li a:hover,
.cms-showroom .main a:hover {
    color: #CD2027;
    text-decoration: none;
}

.article-holder .text-holder .product-item-link:hover,
.article-holder .text-holder .more:hover,
.brand-name a:hover,
.manufactureArea a:hover,
.item_name a:hover {
    color: #CD2027 !important;
    text-decoration: none !important;
}

#infoTabs .btnfancy:hover,
.actions-toolbar .secondary a:hover,
.actions-toolbar .secondary a:hover span {
    text-decoration: none !important;
}

.blog_search_mini_form #blog_search {
    height: 34px;
}

.product-options-bottom .quantity .field-holder {
    overflow: hidden;
    width: 120px !important;
    display: block !important;
}

.product-options-bottom .quantity .field-holder .jcf-number {
    width: 100% !important;
}
.product-options-bottom .btn-holder .tocart.disableBtn {
    color: #333333;
    background-color: #F6F6F6;
    border-color: #F6F6F6;
}

.fancybox-wrap {
    max-width: calc(100% - 47px) !important;
}

.category-description,
.cms-privacy-policy .main,
.cms-terms-of-use .main,
.cms-returns-exchanges .main,
.cms-shipping-delivery .main,
.cms-order-tracking .main,
.cms-price-guarantee .main,
.cms-registry-gift-cards .main,
.cms-to-the-trade .main,
.cms-hospitality-military-discount .main {
    text-align: justify;
}

.swatch-option.text {
    line-height: 12px;
}

.amshopby-slider-container .am-slider .ui-slider-handle,
.ui-slider-handle {
    background: #CB2027 !important;
}

.ui-slider-horizontal,
.amshopby-slider-container .ui-slider-range {
    height: 4px !important;
}

.amshopby-slider-container .amshopby-slider-display {
    padding-top: 10px;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.amshopby-slider-container .am-slider .ui-slider-handle {
    border-radius: 0 !important;
    height: 10px !important;
    width: 10px !important;
    margin-top: 1px !important;
    padding: 0 !important;
    margin-left: 0 !important;
}

.bottom-block .link li a {
    color: hsl(0, 0%, 40%) !important;
}

.bottom-block .link li a:hover {
    color: #CB2027 !important;
}

.review-form button {
    margin-top: 25px !important;
}

.filter-options-content a:hover {
    background: none !important;
}

.filter-options-content a {
    margin-right: 0 !important;
}

.fotorama__stage__frame {
    background: #FFFFFF;
}

.products-list .product-item-details {
    padding-right: 6%;
    width: 68%;
}

.products-list .product-item-photo {
    padding: 0 30px 30px 0;
    width: 27%;
}

.products-list .magikquickview:hover {
    background: url("https://beta.roomservice360.com/pub/static/frontend/Focus/Eroomservice/en_US/Magik_Quickview/images/quick_view_btn.png") no-repeat !important;
    opacity: 0.8;
}

.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current > strong {
    border-color: #CD2027 !important;
}

.actions-toolbar {
    margin-bottom: 30px;
    position: relative;
}

.modal-popup.modal-slide .modal-footer {
    margin-top: 20px;
}

button.action.secondary span {
    color: #333333 !important;
    font-weight: 300;
}

button.action.secondary {
    background: #eee !important;
    border: 1px solid hsla(0, 0%, 0%, 0) !important;
    box-shadow: none;
    color: #333 !important;
    display: inline-block;
    font-size: 18px !important;
    line-height: 22px !important;
    min-width: 170px;
    padding: 11px 8px !important;
    text-align: center;
    vertical-align: top;
    margin-top: 0px !important;
    text-decoration: none !important;
}

button.action.secondary:hover {
    background: #999 !important;
    border: 1px solid #999 !important;
    box-shadow: none;
    color: #FFFFFF !important;
    cursor: pointer;
}

button.action.secondary:hover span {
    color: #FFFFFF !important;
}

.filter-options-title {
    text-transform: lowercase !important;
}

.swatch-option.image {
    background-size: 90% 82% !important;
}

.page-with-filter.page-layout-2columns-left .swatch-option.image.selected {
    background-size: 80% 75% !important;
}

.column.main ul.disc li a {
    color: hsl(0, 0%, 60%) !important;
}

.column.main ul.disc li a:hover {
    color: hsl(358, 73%, 46%) !important;
}

.page-title-wrapper {
    margin-top: 40px;
}

.cartProcessBtn li:first-child {
    margin-left: 0 !important;
}

@media (max-width: 640px) {
    .products-list .product-item-details {
        padding-right: 0;
        width: 94% !important;
        display: block !important;
    }

    .products-list .product-item-photo {
        padding: 0 0 30px;
        width: auto;
        margin: 0 auto;
        display: table !important;
    }

    .magikquickview {
        left: 50% !important;
        margin-left: -50px !important;
        width: 100px !important;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .popup-holder {
        width: 1152px;
    }

    .minicart-wrapper .action.showcart .counter.qty {
        margin-top: -7px;
    }

    .amslider-container {
        max-height: 340px;
    }

    .counter.qty {
        overflow: visible !important;
    }

    .modal-inner-wrap {
        overflow: auto !important;
    }
}

.lightbox h2 {
    margin: 0 0 10px;
}

.lightbox p {
    margin: 0;
}

.popup1 .holder {
    padding: 38px 50px 57px;
}

.popup1 .holder h2 {
    font-size: 34px;
    line-height: 38px;
    font-weight: 300;
    margin: 0 0 40px;
}

.popup1 .two-column {
    display: flex;
}

.popup1 .col-first {
    float: left;
    width: 36.4%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 45px 0 0;
    position: relative;
}

.popup1 .col-first .description {
    margin-bottom: 25px;
    text-align: justify;
}

.popup1 .col-first img {
    display: block;
    height: auto;
    width: 100%;
    margin: 0 0 26px;
}

.largeImage.showSwatch.swatchFullImage {
    position: relative;
    background-color: #FFFFFF !important;
}

.largeImage.showSwatch.swatchFullImage img {
    width: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    margin: auto !important;
}

.popup1 .col-first .name {
    display: block;
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 25px;
}

.popup1 .col-first p {
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 25px;
}

.popup1 .col-first:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    content: "";
    background: #8C8C8C;
}

.popup1 .col-first .price {
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    display: block;
}

.popup1 .col-sec {
    float: left;
    width: 63.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 42px;
    padding: 0 0 0 42px;
}

.popup1 .col-sec-inner {
    /*zaas*/
    max-height: 450px;
    min-height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 4px;
    /*zaae*/
}

.col-sec-inner {
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 40px;
}

.popup1 .col-sec .open-close {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.popup1 .col-sec .open-close:first-child .opener,
.popup1 .col-sec .open-close:first-child .openerCat {
    padding-top: 0;
}

.popup1 .col-sec .opener,
.popup1 .col-sec .openerCat {
    display: block;
    font-size: 24px;
    line-height: 28px;
    padding: 10px 30px 12px 0;
    border-bottom: 1px solid #919191;
    position: relative;
    color: #333333;
    font-weight: 300;
    background: url(../images/downarrow.png) 99% center no-repeat;
}

.popup1 .col-sec .opener:hover,
.popup1 .col-sec .openerCat:hover {
    color: #CD2027;
}

.popup1 .col-sec .opener span,
.popup1 .col-sec .openerCat span {
    font-size: 16px;
}

.popup1 .col-sec .slide,
.popup1 .col-sec .slideCat {
    padding: 0;
    position: relative;
}

.popup1 .col-sec ul {
    margin: 0 -19px 0 -3px;
    padding: 20px 0 0;
    list-style: none;
    position: relative;
    display: inline-block;
    margin-left: 1px;
}


.popup1 .col-sec ul li .hover-box {
    position: absolute;
    left: 75%;
    top: 75%;
    z-index: 999;
    display: none;
    width: 201px;
    height: auto;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
    background: #FFFFFF;
    border: 1px solid hsl(0, 0%, 68%);
    max-width: 140px;
    padding: 5px;
}

.popup1 .col-sec ul li.upSlide .hover-box {
    top: -160px;
}

.popup1 .col-sec ul li .hover-box span {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 300px;
    color: #333;
    line-height: 20px;
    padding: 5px 0;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFFFFF;
    font-weight: 300;

}

.customOptionPopup.popup1 .col-sec ul li:nth-child(7n-1) .hover-box,
.swatchOptionBlock.popup1 .col-sec ul li:nth-child(7n-1) .hover-box,
.customOptionPopup.popup1 .col-sec ul li:nth-child(7n) .hover-box,
.swatchOptionBlock.popup1 .col-sec ul li:nth-child(7n) .hover-box {
    left: auto;
    right: 75%;
}

.customOptionPopup.popup1 .col-sec .lastSection,
.swatchOptionBlock.popup1 .col-sec .lastSection {
    margin-bottom: 100px;
}

.column.main .block:last-child {
    margin-bottom: 0;
}

.cart-container .block.crosssell {
    width: 100%;
    padding: 0;
}

.popup1 .col-sec .btn-primary {
    margin-right: 10px;
}

.bottom-block blockquote cite {
    font-style: normal;
    font-size: 14px
}

.active_aside {
    position: static !important;
    height: auto;
    transform: none !important;
    width: 100% !important;
    float: none !important;
    padding-bottom: 0 !important;
    padding: 0 !important;
    margin: 20px 0 0 !important;
    display: block !important
}

.category aside,
.subcat_wrap aside {
    transform: none !important
}

.customOptionPopup.popup1 .col-sec ul li,
.swatchOptionBlock.popup1 .col-sec ul li {
    width: 77px;
    height: 77px;
    float: left;
    margin: 0 10px 10px 0;
    border: 1px solid #FFFFFF;
    position: relative;
}

.customOptionPopup.popup1 .col-sec ul li a,
.swatchOptionBlock.popup1 .col-sec ul li a {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #FFFFFF;
}

.customOptionPopup.popup1 .col-sec ul li a .customSwatchTooltip,
.swatchOptionBlock.popup1 .col-sec ul li a .swatch-attribute-options {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    font-size: 10px;
}

.customOptionPopup.popup1 .col-sec ul li a .customSwatchTooltip .swatchCustomImage,
.swatchOptionBlock.popup1 .col-sec ul li a .swatch-attribute-options .swatchImage {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.customOptionPopup.popup1 .col-sec ul li.activeSwatch,
.customOptionPopup.popup1 .col-sec ul li:hover,
.swatchOptionBlock.popup1 .col-sec ul li.activeSwatch,
.swatchOptionBlock.popup1 .col-sec ul li:hover {
    border: 1px solid #BB2126 !important;
}

.customOptionPopup.popup1 .col-sec ul li .hover-box,
.swatchOptionBlock.popup1 .col-sec ul li .hover-box {
    width: 130px;
    min-height: 130px;
}

.customOptionPopup.popup1 .col-sec ul li .hover-box img,
.swatchOptionBlock.popup1 .col-sec ul li .hover-box img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
}


.popup1.swatchOptionBlock .col-first .largeImage img,
.popup1.customOptionPopup .col-first .largeImage img {
    width: 325px;
    height: 100%;
}

/************************* NT***************************/
#subCatView {
    padding: 0 16px;
}

#subPageSlider #content {
    padding-left: 13px;
    overflow: visible;
}

#subPageSlider #content .category .featuredSliderSection > p {
    margin: 0;
}

#subPageSlider #content .category > p {
    margin: 0;

}

#subPageSlider .text-holder {
    padding-top: 22px;
}

.mask {
    height: 261px !important;
}

.catalog-category-view .rooms-area,
.catalog-category-view .columns .column.main {
    padding-bottom: 0;
}

.text-holder .magikquickview {
    width: 89px;
}

#form-validate .cart_wrap {
    padding-bottom: 3px;
}

#form-validate .cart_wrap_bottom .col-1 {
    margin-top: -6px;
}

#block-discount {
    margin-bottom: 0px;
    margin-top: 2px;
}

#cart-totals {
    padding-top: 0px;
    border: none;
}

#form-validate .cart_wrap .col-2 ul {
    height: 30px;
    padding-top: 6px;
}

#form-validate .cart_wrap_bottom {
    overflow: visible;
}

.ord-summery-box #cart-totals th,
tr.totals.sub .price,
tr.grand.totals .price {
    font-size: 16px;
}

.ord-summery-box tr.totals.sub th {
    padding-bottom: 20px;
}

tr.grand.totals th {
    padding-top: 15px;
}

tr.grand.totals th strong,
#block-shipping strong,
#block-shipping .label span {
    font-weight: 300 !important;
}

#shipping-zip-form .field {
    width: 100%;
    overflow: hidden;
}

#shipping-zip-form .field .label {
    width: 30%;
    float: left;
}

#shipping-zip-form .field .control {
    float: right;
    width: 61%;
}

#shipping-zip-form select {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #999999;
    padding: 5px 25px 5px 9px;
    height: 38px;
}

.cart_detail_head .col-5 {
    text-align: center;
    padding-left: 20px;
}

.cart_cols_wrap .col-5 {
    text-align: center;
    padding-left: 27px;
    padding-top: 2px;

}

.aside .swatch-option {
    border: 1px solid #FFFFFF !important;
    margin: 0 5px 5px 0 !important;
    box-sizing: content-box;
    padding: 1px !important;
}

.selected.swatch-option {
    border: 1px solid #CB2027 !important;
    outline: none !important;
}

/********** Detail Page ******/

.catalog-product-view.page-layout-1column .cart-area .product-info-main {
    width: 50%;
    padding-left: 5px;
}

.catalog-product-view .swatch-attribute {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.catalog-product-view .swatch-attribute span.swatch-attribute-label {
    color: #333333;
    display: inline-block;
    padding-right: 11px !important;
}

.catalog-product-view .swatch-attribute span.swatch-attribute-selected-option:empty {
    display: none;
}

.catalog-product-view .swatch-attribute-options select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #ACACAC;
    width: 100%;
    height: 36px;
    text-align: left !important;
    padding: 0 30px;
    font-size: 14px;
    color: #666666;
    font-weight: 300;
    text-transform: uppercase;
}

.product-add-form select {
    text-align: center;
}

.catalog-product-view a.selectMaterialBtn:hover,
.catalog-product-view .review-form .action.submit.primary:hover {
    color: #FFFFFF;
    background: #980000;
}

.catalog-product-view a.selectMaterialBtn:hover {
    color: #FFFFFF !important;
    background: #999999 !important;
    text-decoration: none;
}

.popup1 .swatch-attribute-options.clearfix {
    float: none;
    width: 100%;
}

.catalog-product-view .product.info.detailed {
    margin-top: 40px;
}

.catalog-product-view .fotorama__nav.fotorama__nav--thumbs {
    margin-top: 15px;
    margin-bottom: 15px;
    height: auto !important;
}

.catalog-product-view .cart-area {
    margin-bottom: 0;
}

form#review-form span {
    font-weight: 300;
}

form#review-form strong {
    font-weight: 300;
}

#infoTabs + .block.blockArea .block-title {
    margin-bottom: 0;
}

.products-related li {
    padding-left: 0 !important;
}

.products-related span.price-label {
    display: none;
}

.products-related a.product-item-link {
    height: 40px;
    display: block;
    overflow: hidden;
}

.products-related .owl-theme .owl-controls .owl-nav [class*=owl-] {
    top: 30%;
}

.products-related .owl-next {
    background: url(../images/right-arrow.png) !important;
    background-position: 3px 14px !important;
    background-repeat: no-repeat !important;
}

.products-related .owl-prev {
    background: url(../images/left-arrow.png) !important;
    background-position: 23px 14px !important;
    background-repeat: no-repeat !important;
}

.owl-prev:before, .owl-next:before, .owl-prev:after, .owl-next:after {
    display: none;
}

#block-shipping-heading:hover {
    color: #CB2027;
    cursor: pointer;
}

#block-shipping-heading {
    width: 100%;
    display: block;
    margin: 0;
    position: relative;
}

#block-shipping-heading .fal {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 16px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#block-shipping.active #block-shipping-heading .fal {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 5px;
}

.clearFix:before,
.clearFix:after {
    display: table;
    content: " ";
}

.clearFix:after {
    clear: both;
}

.room-info .bx-wrapper {
    max-width: 100% !important;
}

.room-info .bx-wrapper .bx-viewport {
    left: 0;
    border: none;
    box-shadow: none;
}

.container-thumb-overlay {
    position: relative;
    width: 100%;
}

#content .image-holder .image-thumb-overlay {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.overlay-thumb-overlay {
    position: absolute;
    bottom: 0;
    left: 100%;
    right: 0;
    overflow: hidden;
    width: 0;
    height: 100%;
    top: 0;
    z-index: 2;
}

.product-small-thumbs .overlay-thumb-overlay img {
    position: static !important;
}

.text-thumb-overlay {
    white-space: nowrap;
    color: white;
    font-size: 20px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: translate(-50%, -50%);
    -moz-transition: translate(-50%, -50%);
    -o-transition: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.room-info .catGridView .row {
    margin: 0 !important;
}

form.delAddForm button.action.delete {
    background: none;
    padding: 0;
    border: none;
    font-weight: normal;
}

.room-info .bx-wrapper .bx-next {
    right: 0;
}

.swipeSliderSection .amslider .swiper-button-next,
.swipeSliderSection .amslider .swiper-button-prev,
#amslider_id1 .swiper-button-prev,
#amslider_id1 .swiper-button-next,
.room-info .bx-wrapper .bx-prev,
.room-info .bx-wrapper .bx-next {
    background: url('../images/sprite.png') no-repeat 0 0;
    width: 15px;
    height: 18px;
}

.room-info .bx-wrapper .bx-prev,
.amslider .swiper-button-prev,
#amslider_id1 .swiper-button-prev {
    background-position: -14px -92px;
}

.cms-home .room-info .bx-wrapper .bx-prev {
    background-position: -14px -115px;
    width: 16px;
    height: 20px;
    left: 0;
}

.cms-home .room-info .bx-wrapper .bx-next {
    background-position: -46px -115px;
    width: 16px;
    height: 20px;
}

.catalog-category-view .room-info .bx-wrapper .bx-prev {
    left: 0;
}

.review-field-text textarea {
    height: 200px;
}

.room-info .bx-wrapper .bx-next,
.swipeSliderSection .amslider .swiper-button-next {
    background-position: -46px -92px;
}

.swipeSliderSection .amslider .swiper-button-prev {
    left: 0;
    background-position: -14px -115px;
}

.swipeSliderSection .amslider .swiper-button-next {
    right: 0;
    background-position: -46px -115px;
}

.swiper-button-next, .swiper-button-prev {
    top: 113px
}

.ui-autocomplete li,
.ui-autocomplete li a,
.ui-autocomplete li a .as_magento_product_section,
.ui-autocomplete li a .as_magento_product_section .n_b_acp,
.ui-autocomplete li a .as_magento_product_section .as_magento_product_desc,
.ui-autocomplete li a .as_magento_product_section .as_magento_product_desc .n_b_acp_desc {
    font-weight: 300 !important;
}

.ui-autocomplete li a .as_magento_product_section .as_magento_product_desc {
    display: none;
}

.review-list .toolbar.review-toolbar,
.review-list .toolbar.review-toolbar .pager {
    margin: 0;
}

.review-list .toolbar.review-toolbar {
    margin-bottom: 15px;
}

.review-list .title span {
    font-size: 25px;
    line-height: 30px;
    text-transform: lowercase;
}

.review-list ol.items.review-items {
    text-transform: none;
}

.review-list ol.items.review-items {
    padding-left: 5px !important;
}

.review-list .items.review-items li {
    padding: 10px 0 30px;
}

.fieldset .review-legend.legend {
    margin-bottom: 15px;
    float: none;
}

.mobileMenu,
.catalogsearch-result-index .sidebar.sidebar-additional {
    display: none !important;
}

.swipeSliderSection .article-holder .text-holder p {
    font-size: 14px;
    line-height: 20px;
}

.swipeSliderSection .article-holder .text-holder p a:hover,
.swipeSliderSection .article-holder .text-holder .more:hover {
    color: #4D4D4D;
}

.swipeSliderSection .article-holder .text-holder p span {
    color: #999999;
}

.swipeSliderSection .article-holder .text-holder .price-label {
    display: none;
}

.swipeSliderSection .article-holder .text-holder .price {
    font-size: 16px;
    display: block;
    margin: 0 0 6px;
}

.swipeSliderSection .article-holder .text-holder .more {
    font-size: 11px;
    line-height: 14px;
}

.catalog-category-view #swipeFeaturedGrid .text-holder,
.catalog-category-view #swipeBlogGrid .text-holder {
    text-align: left;
    padding-top: 0;
}

.swipeSliderSection.amslider-container .amslider-header-container .amslider-header {
    text-align: center;
    overflow: hidden;
}

.swiper-button-prev {
    background: url("../images/leftarrow.png") no-repeat !important;
    height: 23px !important;
    width: 15px !important;
    left: -25px !important
}

.swiper-button-next {
    background: url("../images/rightarrow.png") no-repeat !important;
    height: 23px !important;
    width: 15px !important;
    right: -25px !important;
}

.manufacturerName {
    text-align: center;
    padding: 0 2px;
}

.product-options-bottom .btn-holder a {
    margin-bottom: 12px !important
}

.magebuzz-testimonial-content #logo img {
    display: inline-block;
    border: 1px solid #DDDDDD;
    padding: 5px;
}

.magebuzz-testimonial-content #row {
    margin-left: 0;
    margin-right: 0;
}

.btn_colr {
    color: #3182BE;
}

.prodnew {
    overflow: hidden;
}

.prodnew .col-left {
    width: 58.17%;
}

.catalog-product-view.page-layout-1column .cart-area.prodnew .col-right.product-info-main {
    width: 38%;
    padding-left: 0;
}

.prodnew .col-right .head h1 + br {
    display: none;
}

.btn-holder.cartbtns .btn-primary,
.btn-holder.cartbtns .btn-default {
    padding: 11px 42px;
}

.product-options-bottom .statusdeliver {
    margin-bottom: 0;
}

.pluginfields .fieldlabels {
    font-weight: bold;
    padding-right: 10px !important;
    display: inline-block;
    vertical-align: top;
}

.swatch-opt .swatch-attribute .swatch-attribute-selected-option {
    padding-left: 0;
}

#product-options-wrapper .fieldset label.label {
    width: initial;
    padding-right: 20px !important;
    display: inline-block;
    vertical-align: top;
}

.pluginfields .filedsec {
    width: 100% !important;
}

/*******/
.pluginfields .fieldrecdiv {
    display: block;
}

.pluginfields br {
    display: none;
}

.pluginfields .errorMessage {
    padding: 0;
}

/**********/
.attriutesfields .errorMessage {
    padding: 0;
}

.attriutesfields .swatch-attribute br {
    display: none;
}

.cartbtns .towishlist:hover, .column.main .cartbtns .towishlist:hover {
    background: #999999 !important;
    border-color: #999999 !important;
    color: #FFFFFF !important;
}

.relateslide .swiper-button-prev,
.relateslide .swiper-button-next {
    cursor: pointer;
}

#infoTabs .social-area {
    float: right;
    margin-top: 10px;
}

#product-options-wrapper label.label {
    width: 100%;
    display: block;
    font-weight: bold;
    padding-bottom: 0;
}

#product-options-wrapper .control {
    width: 100%;
}

#product-options-wrapper .control select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #ACACAC;
    width: 100%;
    height: 36px;
    text-align: left !important;
    padding: 0 30px;
    font-size: 14px;
    color: #666666;
    font-weight: 300;
}

#product-options-wrapper .fieldset .field {
    margin-bottom: 0;
}

.amslider .swiper-container {
    margin-bottom: 10px;
}

.product-info-price .product-info-stock-sku {
    float: right;
}

.product-info-price .price-box.price-final_price {
    float: left;
}

.product-info-price {
    width: 100%;
    display: block;
    float: left;
    padding: 6px 0 5px;
}

.product-info-price .product-info-stock-sku {
    float: right;
}

.cart-area .product-info-price .price-wrapper .price {
    font-size: 20px !important;
}

.fotorama__stage__frame .fotorama__img {
    padding: 0;
}

.product-holder .fotorama__stage {
    height: 437px !important;
    overflow: hidden;
}
.gallery-placeholder .gallery-placeholder__image {
    height: 437px !important;
}

.product-holder .fotorama__nav--thumbs {
    height: auto !important;
}

.rooms-area .article-area .head-area .title {
    color: #333333;
}

.bottom-block .link li a {
    color: #333333;
}

.cms-about-us .slideshow .owl-dots .owl-dot span:hover,
.cms-about-us .slideshow .owl-dots .owl-dot.active span {
    background: rgba(0, 0, 0, .65) !important;
}

.col-2 .optionTable tr td:first-child {
    width: auto !important;
}


/*slider design update*/
/*custom.css line 5633*/
.swiper-button-next, .swipeSliderSection .amslider .swiper-button-prev, .room-info .bx-wrapper .bx-prev, .room-info .bx-wrapper .bx-next {
    position: absolute;
}

/*custom.css line 5888*/
.amslider .swiper-container {
    overflow: hidden;
}

/*new class*/
.amslider .swiper-wrapper {
    white-space: nowrap;
}

/*custom.css line 5715*/
.swipeSliderSection .amslider .swiper-slide {
    display: inline-block;
}

#content .image-holder .image-thumb-overlay.lof-lazy {
    width: auto !important;
}

#content .image-holder img.lof-lazy {
    width: 80px !important;
    height: 80px !important;
}

.fotorama-content-box, .fotorama__nav__frame {
    box-sizing: border-box !important;
}

@media (max-width: 1199px) {
    .product-holder .fotorama__stage {
        height: 420px !important;
    }
    .gallery-placeholder .gallery-placeholder__image {
        height: 420px !important;
    }
}

@media (max-width: 991px) {
    .product-holder .fotorama__stage {
        height: 464px !important;
    }
    .gallery-placeholder .gallery-placeholder__image {
        height: 464px !important;
    }
}
/**/
/******************************************************/
@media (min-width: 768px) {
    .nav-opener {
        display: none;
    }

    .aside .filter-opener {
        display: none;
    }

    .product-slider .mask {
        height: 100%;
    }

    .page-layout-2columns-left .main {
        padding-left: 0% !important;
    }
}

@media (min-width: 1200px) {
    .room-info #content .row .article-holder {
        width: 271px !important;
    }

    .product-info-price .product-info-stock-sku {
        margin-top: -48px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .room-info #content .row .article-holder {
        width: 300px !important;
    }

    .btn-holder.cartbtns .btn-primary,
    .btn-holder.cartbtns .btn-default {
        padding: 11px 20px;
    }

    .cart-area .cartbtns a {
        margin: 0 0 0 9px;
    }
}

@media (max-width: 1199px) {
    .carousel-area .carousel {
        margin: 0 -12px;
    }

    .visual .container {
        width: 950px;
    }

    .main-area .section .img-holder {
        width: 50%;
    }

    .main-area .section .img-holder img {
        display: block;
        width: 100%;
        height: auto;
    }

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

    .col-1 {
        width: 300px
    }

    .protectionPlan .col-1 {
        width: 545px;
    }

    .protectionPlan .col-1 .item_name {
        max-width: 430px;
    }

    .col-1 img {
        max-width: 120px;
        height: auto
    }

    .cart_wrap {
        padding: 18px 10px 10px
    }

    .col-3 {
        width: 130px
    }

    .col-2 {
        width: 248px
    }

    .cart_detail_head {
        padding: 14px 10px 14px
    }

    .lightbox {
        width: 900px;
    }

    .rooms-area .room-info {
        padding: 0 19px 12px;
    }

    .cart_cols_wrap .col-1 {
        width: 550px;
    }
}

@media (max-width: 860px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5 {
        float: none;
        width: 100% !important;
        max-width: 100%;
        position: relative;
        margin-top: 45px
    }

    .protectionPlan .col-1,
    .protectionPlan .col-3,
    .protectionPlan .col-4,
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5 {
        padding-bottom: 15px;
    }

    .col-4 {
        padding-left: 33px
    }

    .cart_detail_head {
        display: none
    }

    .col-1:before {
        position: absolute;
        left: 0;
        top: -45px;
        height: 40px;
        width: 100%;
        content: 'item';
        color: #FFFFFF;
        background: #9E9E9E;
        font-size: 24px;
        padding-left: 15px
    }

    .col-2:before {
        position: absolute;
        left: 0;
        top: -45px;
        height: 40px;
        width: 100%;
        content: 'selected options';
        color: #FFFFFF;
        background: #9E9E9E;
        font-size: 24px;
        padding-left: 15px
    }

    .col-3:before {
        position: absolute;
        left: 0;
        top: -45px;
        height: 40px;
        width: 100%;
        content: 'item price';
        color: #FFFFFF;
        background: #9E9E9E;
        font-size: 24px;
        padding-left: 15px
    }

    .protectionPlan .col-4::before {
        content: "action";
    }

    .col-4:before {
        position: absolute;
        left: 0;
        top: -45px;
        height: 40px;
        width: 100%;
        content: 'quantity';
        color: #FFFFFF;
        background: #9E9E9E;
        font-size: 24px;
        padding-left: 15px
    }

    .col-5:before {
        position: absolute;
        left: 0;
        top: -45px;
        height: 40px;
        width: 100%;
        content: 'subtotal';
        color: #FFFFFF;
        background: #9E9E9E;
        font-size: 24px;
        padding-left: 15px
    }

    .cart_wrap_bottom .col-1:before {
        position: absolute;
        left: 0;
        top: -45px;
        height: 40px;
        width: 100%;
        content: 'item availability';
        color: #FFFFFF;
        background: #9E9E9E;
        font-size: 24px;
        padding-left: 15px
    }

    .cart_wrap_bottom .col-2:before {
        display: none
    }

    .cart_wrap_bottom .col-2 {
        width: 100%;
        text-align: right
    }

    .col-1 img {
        max-width: 100%;
        width: 100%;
        height: auto
    }

    .ord-summery-box {
        max-width: 100%
    }

    .cart_cols_wrap .col-5 {
        text-align: left;
        padding-left: 0;
    }

    .btn-holder.cartbtns .btn-primary,
    .btn-holder.cartbtns .btn-default {
        padding: 11px 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .aside {
        width: 100%;
    }

    #infoTabs .social-area {
        display: none;
    }

    .cartbtns .btn-default.action.towishlist {
        width: 48%;
        margin-top: 20px;
    }

    .col-holder .download {
        display: block;
        margin: 0 0 15px;
    }

    .relateslide .swiper-button-prev {
        left: -20px !important;
    }

    .relateslide .swiper-button-next {
        right: -20px !important;
    }

    #infoTabs .data.item.title a {
        width: 97px;
        font-size: 11px;
        line-height: 17px !important;
        padding: 11px 10px 11px 7px !important;
    }

    .data.item.title .tab-opener i {
        font-size: 10px;
        top: 12px;
        right: 10px;
    }

    .descriptiontable li {
        padding-left: 30px;
        padding-right: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 991px) {
    .slideshow .btn-prev,
    .slideshow .btn-next {
        bottom: 25px;
    }

    .carousel .btn-prev,
    .carousel .btn-next {
        top: 50px;
        left: 10px;
    }

    .carousel .btn-next {
        left: auto;
        right: 10px;
    }

    .cart-area .wrap .col {
        width: 60%;
    }

    .cart-area .wrap .col:first-child {
        width: 37%;
    }

    .cart-area .field-area .lable {
        width: 30%;
    }

    .cart-area .field-area .field-holder {
        width: 70%;
    }

    .cart-area .row .col-holder,
    .cart-area .rowSection .col-holder {
        width: 40%;
    }

    .cart-area .row .col-holder:first-child,
    .cart-area .rowSection .col-holder:first-child {
        width: 60%;
    }

    .cart-area .btn-holder a {
        margin: 0;
    }

    .tabs-area .head {
        padding: 0;
    }

    .tabs-area .social-area,
    .cart-area .social-area {
        display: none;
    }

    .tabset a {
        padding: 10px;
    }

    .visual .container {
        width: 740px;
        padding-top: 0;
    }

    .rooms-area .btns li {
        margin: 0 8px 10px;
    }

    .header-area .pagination {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .bottom-block .col-left,
    .bottom-block .col-right {
        width: 100%;
    }

    .bottom-block .col-right {
        width: 100%;
    }

    .bottom-block blockquote {
        text-align: center;
    }

    .col-1 {
        width: 165px
    }

    .protectionPlan .col-1 {
        width: 545px;
    }

    .protectionPlan .col-1 .item_name {
        max-width: 430px;
    }

    .item_name {
        clear: both;
        padding: 15px 0 0
    }

    .lightbox {
        width: 690px;
    }

    .popup1 .two-column {
        display: block;
    }

    .popup1 .col-first,
    .popup1 .col-sec {
        float: none;
        width: 100%;
        padding: 0;
        margin: 0 0 30px;
    }

    .popup1 .holder {
        padding: 15px;
    }

    .popup1 .col-first:after {
        display: none;
    }

    .popup1 .col-first img {
        max-height: 200px;
        obeject-fit: cover;
        height: auto;
    }

    .rooms-area .room-wrap .head a:after {
        left: -20px;
    }

    .rooms-area .room-wrap .head p {
        padding-right: 30px;
    }

    .cart_cols_wrap .col-1 {
        width: 417px;
    }

    .cart_cols_wrap .col-1 .optionTable {
        left: 0;
        margin-left: 0;
    }

    .filter-active #wrapper:after,
    .filter-active .wrapper:before,
    .sort-active #wrapper:after,
    .sort-active .wrapper:before {
        opacity: 1;
        visibility: visible;
    }

    .sort-active,
    .menu-active {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        overflow: hidden;
    }
}

@media (max-width: 660px) {
    .catalog-product-view.page-layout-1column .cart-area .product-info-main {
        width: 100%
    }
}

@media (max-width: 479px) {
    #subCatView .article-holder {
        width: 100%;
    }

    .lightbox {
        width: 100%;
    }

    #fancybox-close {
        right: 0 !important;
    }

    #fancybox-wrap {
        left: 0 !important;
    }

    .popup1 .holder h2 {
        margin: 0 0 15px;
        font-size: 24px;
        line-height: 28px;
    }

    .popup1 .col-sec ul li {
        margin: 0 4px 6px 0;
    }

    #fancybox-content {
        width: 100% !important;
    }

    .popup1 .btn-default, .popup1 .btn-primary {
        min-width: 125px;
    }
}

.page-print #footer,
.page-print a img {
    margin: 0 auto;
    max-width: 1103px;
    padding: 20px;
    display: block;
    float: none;
}

.swatch-option-tooltip .image, .swatch-option-tooltip-layered .image {
    max-width: 127px;
}

.btn-holder .btn-cancel:hover {
    color: #FFFFFF !important;
}

@media print {
    .bottom-block,
    .visual,
    .room-info,
    .amslider-container,
    .btn-area,
    .rooms-area .head-area .title:after,
    .rooms-area .head-area .title:before,
    .room-wrap,
    .breadcrumbs,
    #amasty-shopby-product-list,
    aside,
    #product_addtocart_form,
    .social-area,
    .icon,
    .fotorama__nav,
    .data,
    a[title~="Room Service"] {
        display: none !important;
    }

    .rating-summary .rating-result {
        overflow: hidden !important;
        width: 91px !important
    }

    .rooms-area .article .text-holder,
    .fotorama__img,
    .fotorama-item,
    .fotorama__nav-wrap,
    .cart-area .head,
    .catalog-product-view.page-layout-1column .cart-area .product-info-main,
    .cart-area .col-left,
    #infoTabs,
    .price-box,
    .price-container {
        float: none !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        text-align: center;
    }

    .gallery-placeholder {
        width: 100%;
        margin: 0 auto;
        float: none;
    }

    .gallery-placeholder img {
        width: 100%;
        height: auto;
        display: block;
    }

    .cart-area .head,
    .price-box {
        text-transform: uppercase;
        text-align: center;
        text-transform: uppercase;
    }

    .price-box {
        width: 300px;
        margin: 0 auto;
        float: none;
        display: block;
    }

    .product table,
    .switch,
    .reviews-actions {
        display: none !important;
    }

    .topPromoBar {
        display: none !important;
    }

}
._keyfocus *:focus,
input:focus-visible:not([disabled]),
textarea:focus-visible:not([disabled]),
select:focus-visible:not([disabled]),
[tabindex="0"]:focus-visible{
    outline: 2px solid #000;
    box-shadow: none;
}
.section-item-title.nav-sections-item-title {
    display: none !important;
}

.toolbar-blog-posts .pagination .item {
    display: inline-block;
    margin: 0 10px;
}

.toolbar-blog-posts .pagination .item a:hover,
.toolbar-blog-posts .pagination .item.current {
    color: #CB2027;
}

.post-holder .post-text-hld img {
    display: block !important;
    margin: 10px 0 !important;
}

.sidebar.sidebar-main .block.filter .title {
    display: none;
}

.sidebar.sidebar-main .block.filter .options dt {
    border-bottom: 1px solid #D9D9D9;
    color: #333333;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 20px;
    padding: 0 30px 10px 0;
    position: relative;
}

.sidebar.sidebar-main .block.filter .options dd a,
.sidebar.sidebar-main .block.filter .options dd li .count {
    color: #666666;
    font-size: 12px;
}

.sidebar.sidebar-main .block.filter .options dd li .count::before {
    content: "(";
}

.sidebar.sidebar-main .block.filter .options dd li .count::after {
    content: ")";
}

option:disabled {
    background: #EEEEEE none repeat scroll 0 0;
    color: #CD2027;
}

option.disabled {
    background: #EEEEEE none repeat scroll 0 0;
    color: #CD2027;
}

.content-area .page-title-wrapper,
.swatch-attribute-options .jcf-radio,
.swatch-option-link-layered .jcf-radio,
.swatch-attribute-options .jcf-checkbox,
.swatch-option-link-layered .jcf-checkbox {
    display: none !important;
}

.swatch-option.color:hover:not(.disabled) {
    margin-left: 0 !important;
}

.product-info-main .product-info-price {
    border: medium none;
    margin: 0 0 10px;
    background: #FFFFFF;
    z-index: 99;
    overflow: hidden;
    position: relative;
}

.product-info-main .product-add-form {
    padding: 0;
}

.product-info-main .product-info-price .price-box {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    padding: 0;
}
.product-info-main .product-info-stock-sku {
    display: block;
    padding: 0;
    text-align: left;
    width: auto;
}

.popup-holder {
    left: 50%;
    margin: auto;
    max-width: 1152px;
    overflow: visible;
    position: fixed;
    top: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
}

body.bodyPopup {
    overflow-y: hidden;
}

.popupOverlay {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}
.popupOverlay.customOptionDesktop {
    background: rgba(0, 0, 0, 0.0) none repeat scroll 0 0;
}
.swatchBoxOpt .swatchOptLabel {
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid;
    font-size: 14px;
    box-sizing: border-box;
    padding: 5px 3px;
    line-height: 17px;
}

.catalog-product-view .product-options-wrapper .lightbox .swatch-attribute-options.clearfix {
    margin: 0;
}

.lightbox .btn-holder {
    margin-top: 15px;
}

.largeImage.showSwatch {
    border: 1px solid #EAEAEA;
    height: 327px;
    width: 327px;
}

.popup1 .col-first .largeImage {
    margin-bottom: 26px;
}

.popup1 .col-first .largeImage img {
    margin: 0;
    max-height: 100%;
}

.colorBlock {
    display: none !important;
}

aside.aside .colorBlock,
.showOptions {
    display: block !important;
}

.popup1 .col-sec ul li/*:not(.disabled)*/:hover .hover-box {
    display: block;
}

.popup1 .col-sec ul li.disabled {
    cursor: pointer;
}

.popup1 .col-sec ul li.disabled img.swatchImage {
    opacity: 0.3;
}

.popup1 .col-sec ul li.disabled .swatch-attribute-options picture.swatchImage:after {
    display: none;
}

.popup1 .col-sec ul li.disabled .swatch-attribute-options .swatchBlock:after,
.popup1 .col-sec ul li.disabled .swatch-attribute-options .swatchImage:after,
.popup1 .col-sec ul li.disabled .swatch-attribute-options .swatchCustomImage:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, rgba(255, 255, 255, 1)), color-stop(46%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(255, 82, 22, 1)), color-stop(53%, rgba(255, 82, 22, 1)), color-stop(54%, rgba(255, 255, 255, 1)), color-stop(57%, rgba(255, 255, 255, 1)), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}

.popup1 .btn-primary {
    color: #FFFFFF;
    border: 1px solid transparent !important;
}

.popup1 .btn-primary:hover {
    background: #EEEEEE;
    color: #333333;
    border-color: #CD2027 !important;
}

.ves-brandlist .brandlist .brand-item,
.vesbrand-group-view .brandlist .brand-item {
    height: 220px !important;
    margin: 0 0 20px;
    text-align: center;
}

.ves-brandlist .brandlist .brand-item a,
.vesbrand-group-view .brandlist .brand-item a {
    display: block;
    padding: 15px 0 20px;
    color: #333333;
    text-decoration: none;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.ves-brandlist .brandlist .brand-item a:hover,
.vesbrand-group-view .brandlist .brand-item a:hover {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
    color: #CD2027;
    text-decoration: underline;
}


@media (max-width: 500px) {
    .brandlist .block-content .row .col-sm-6 {
        width: 100% !important;
    }

    .ves-brandlist .brandlist .brand-item {
        height: auto !important;
    }
}

.ves-brandlist .brandlist .brand-item .brand-image,
.vesbrand-group-view .brandlist .brand-item .brand-image {
    height: 160px;
    position: relative;
    width: 100%;
    margin: 0 0 15px;
}

.ves-brandlist .brandlist .brand-item .brand-image img,
.vesbrand-group-view .brandlist .brand-item .brand-image img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.vesbrand-index-index .sidebar.sidebar-additional,
.vesbrand-group-view .sidebar.sidebar-additional {
    display: none;
}

.vesbrand-index-index .column.main,
.vesbrand-group-view .column.main {
    width: 100% !important;
}

.vesbrand-index-index .brand-toolbar .pagination,
.vesbrand-group-view .brand-toolbar .pagination {
    float: right;
}

.vesbrand-index-index .brand-toolbar .pagination li,
.vesbrand-group-view .brand-toolbar .pagination li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 9px;
}

.brand-toolbar {
    overflow: hidden;
}

.vesbrand-index-index .brand-toolbar .toolbar-amount,
.vesbrand-group-view .brand-toolbar .toolbar-amount {
    float: left;
    position: static;
}

.readMorePlan {
    background: #CD2027 none repeat scroll 0 0;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: right;
    padding: 7px 25px;
    position: relative;
    margin-bottom: 4px;
}

.readMorePlan:hover {
    color: #333333;
    background: #EEEEEE;
}

.cart-head.protectionPlanHead {
    margin-bottom: 20px;
}

#protectionPlanBlock.cart_wrap.protectionPlan {
    margin-top: 0;
}

.account.page-layout-2columns-left .sidebar-additional {
    display: none;
}

/*--------------- WISHLIST ------------*/
#wishListBlock .product-item {
    margin: 0 5px 10px;
    width: 270px;
}

#wishListBlock .product-item-info {
    border: 1px solid #BBBBBB;
    box-shadow: none;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    margin: 0;
    padding: 9px;
    position: static;
}

#wishListBlock .product-item-info .product-item-photo {
    order: 1;
    -webkit-order: 1;
}

#wishListBlock .product-item-info .product-item-name {
    height: 46px;
    order: 2;
    overflow: hidden;
    -webkit-order: 2;
}

#wishListBlock .product-item-info .price-box {
    order: 3;
    -webkit-order: 3;
}

#wishListBlock .product-item-info .product-item-inner {
    order: 4;
    -webkit-order: 4;
}

#wishListBlock .product-item-info .product-item-photo {
    height: 150px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#wishListBlock .product-item-info .product-item-photo img.product-image-photo {
    max-height: 100%;
}

#wishListBlock .product-item-info .product-item-inner {
    border: medium none;
    box-shadow: none;
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: auto;
}

#wishListBlock .product-item-inner .field.comment-box {
    display: none;
}

#wishListBlock .product-item .fieldset .field.qty,
#wishListBlock .product-item .fieldset .product-item-actions {
    display: block;
}

#wishListBlock .product-item .fieldset .field.qty .label,
#wishListBlock .product-item .fieldset .field.qty .control {
    display: inline-block;
}

#wishListBlock .product-item .fieldset .field.qty .label {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    width: 40px;
}

#wishListBlock .product-item .fieldset .field.qty .control input {
    border: 1px solid #EAEAEA;
    width: 100px;
}

#wishListBlock .product-item .fieldset .product-item-actions button {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding: 12px 0;
}

#wishListBlock .product-item-info .product-item-inner .box-tocart {
    margin-bottom: 0;
}

a .at-icon-wrapper {
    background: transparent none repeat scroll 0 0 !important;
    border: 1px solid #B9B9B9 !important;
    border-radius: 50% !important;
    display: table !important;
    height: 25px !important;
    text-align: center !important;
    width: 25px !important;
}

a .at-icon-wrapper .at-icon {
    display: table-cell !important;
    fill: #B9B9B9 !important;
    height: 18px !important;
    vertical-align: middle !important;
    width: 24px !important;
    padding: 0 !important;
    margin: 2px 0 0 !important;
}

a .at-icon-wrapper:hover {
    background: #E22D2D none repeat scroll 0 0 !important;
}

a .at-icon-wrapper:hover .at-icon {
    fill: #FFFFFF !important;
}

#at_hover a .at-icon-wrapper {
    display: inline-block !important;
}

li button:not(.primary) {
    box-shadow: none !important;
}

li button .at-icon-wrapper {
    background: transparent none repeat scroll 0 0 !important;
    border: 2px solid #B9B9B9 !important;
}

li button .at-icon-wrapper .at-icon {
    fill: #B9B9B9 !important;
    height: 62px !important;
    width: 44px !important;
}

li:hover button .at-icon-wrapper {
    background: #E22D2D none repeat scroll 0 0 !important;
}

li:hover button .at-icon-wrapper .at-icon {
    fill: #FFFFFF !important;
}

.catGridView .text-holder .price-label {
    display: none;
}

#product-review-table .jcf-radio {
    display: none;
}

.review-control-vote .rating-1.jcf-label-active::before,
.review-control-vote .rating-2.jcf-label-active::before,
.review-control-vote .rating-3.jcf-label-active::before,
.review-control-vote .rating-4.jcf-label-active::before,
.review-control-vote .rating-5.jcf-label-active::before {
    opacity: 1;
}

#content .article-holder .product-small-thumbs .slide-1 img,
.swipeSliderSection .article-holder .product-small-thumbs .slide-1 img {
    left: 100%;
}

.social-area #st-1 .st-btn {
    background: transparent none repeat scroll 0 0 !important;
    border: 1px solid #B9B9B9;
    display: inline-block !important;
    height: 25px;
    margin-right: 3px;
    padding: 0;
    width: 25px;
}

.social-area #st-1 .st-btn svg {
    fill: #B9B9B9;
    height: 17px;
    top: 3px;
    width: 23px;
}

.social-area #st-1 .st-btn:hover {
    background: #CD2027 none repeat scroll 0 0 !important;
    opacity: 1;
    top: 0;
}

.social-area #st-1 .st-btn:hover svg {
    fill: #FFFFFF;
}

.social-area #st-1 .st-btn[data-network="sharethis"] svg g {
    display: none;
}

.social-area #st-1 .st-btn[data-network="sharethis"]::after {
    color: #B9B9B9;
    content: "+";
    left: 0;
    position: absolute;
    right: 0;
    top: -5px;
    z-index: 999;
}

.social-area #st-1 .st-btn[data-network="sharethis"]:hover::after {
    color: #FFFFFF;
}

.catalog-product-view #st-el-5 .st-btn > span {
    display: none;
}

.catalog-product-view #st-el-5 .st-btn {
    border-radius: 50%;
    height: 48px;
    margin: 10px 15px;
    text-align: center;
    width: 48px;
}

.catalog-product-view #st-el-5 .st-btn {
    background: transparent none repeat scroll 0 0 !important;
    border: 1px solid #B9B9B9;
    border-radius: 50%;
    height: 48px;
    margin: 10px 15px;
    text-align: center;
    width: 48px;
}

.catalog-product-view #st-el-5 .st-btn:hover::before {
    opacity: 0 !important;
}

.catalog-product-view #st-el-5 .st-btn:hover {
    background: #CD2027 none repeat scroll 0 0;
}

.catalog-product-view #st-el-5 .st-btn svg {
    fill: #B9B9B9;
}

.catalog-product-view #st-el-5 .st-btn:hover svg {
    fill: #FFFFFF;
}

.field.choice {
    position: relative;
}

.field.choice .label {
    padding-left: 30px;
}

.rewardpoints-settings-index .products-grid .item.product.product-item {
    width: 33.33%;
}

.rewardpoints-settings-index .products-grid .product-item-info {
    border: 1px solid #E9E9E9 !important;
    box-shadow: none !important;
    margin: 0 !important;
    width: 100% !important;
    padding: 15px 10px !important;
    text-align: center;
}

.rewardpoints-settings-index .products-grid .product-item-info .product.photo.product-item-photo span {
    height: 150px !important;
    padding: 0 !important;
    width: 100% !important;
}

.rewardpoints-settings-index .products-grid .product-item-info .product-item-inner {
    box-shadow: none !important;
    height: 100% !important;
    position: static !important;
    width: 100% !important;
    margin: 0 !important;
    overflow: hidden;
    padding: 0;
    border: medium none !important;
}

.rewardpoints-settings-index .products-grid .product-item-info .product-item-inner .product.actions.product-item-actions {
    margin: 0;
}

.rewardpoints-settings-index .products-grid .product-item-info .product-item-inner .product-item-actions .actions-primary {
    display: block;
}

.rewardpoints-settings-index .products-grid .product-item-info .product-item-inner .product-item-actions .actions-secondary {
    display: block;
    margin: 5px 0 0;
    padding: 0;
    width: 100%;
}

.wishlist-index-index .product-item-name {
    height: 46px;
    overflow: hidden;
}

.goBackTop {
    background: rgba(0, 0, 0, 0) url("../images/top.png") no-repeat scroll center center / auto auto;
    bottom: 0;
    display: block;
    height: 33px;
    opacity: 0.5;
    position: fixed;
    right: 12%;
    width: 34px;
    z-index: 99;
    top: -50px;
    margin: auto 0;
}

.goBackTop:hover,
.goBackBottom:hover {
    opacity: 1;
}

.goBackBottom {
    background: rgba(0, 0, 0, 0) url("../images/bottom.png") no-repeat scroll center center / auto auto;
    bottom: -50px;
    display: block;
    height: 33px;
    opacity: 0.5;
    position: fixed;
    right: 12%;
    width: 34px;
    z-index: 99;
    top: 0;
    margin: auto 0;
}

.aside .manufacturer .slide .item a {
    padding-left: 25px;
    position: relative;
}

.slide .items li[data-label*="Please Select"] {
    display: none;
}

.widget.block.blog-search {
    padding-left: 0;
    width: 180px;
    float: left;
    margin: 25px 0 25px !important;
}

#main .post-content .post-description .wp-caption,
#main .post-content .post-description .wp-caption img {
    width: 100% !important;
}

.rating-summary .rating-result > span:before,
.review-control-vote label:before {
    color: #CD2027;
}

#infoTabs .catalog-product-view .btnfancy {
    background: #CD2027 none repeat scroll 0 0 !important;
    border: 1px solid #CD2027 !important;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-weight: 300 !important;
    padding: 7px 15px;
    vertical-align: middle;
}

.catalogsearch-result-index #content.catGridView {
    max-width: 857px;
    margin: 0 auto;
}

.post-list .post-content .post-description .post-ftimg-hld {
    float: right;
}

.post-list .contentBlog .post-text-hld {
    text-align: justify;
}

.post-list .contentBlog .featuredImage {
    float: left;
    width: 62%;
}

.post-view .post-content .post-description .post-ftimg-hld {
    display: none;
}

.message.info.customMsg {
    background: rgba(0, 0, 0, 0) url("../images/checkMark.png") no-repeat scroll 0 3px;
    padding: 0 0 5px 22px;
}

.cms-print header {
    border: none;
    padding: 0;
    margin: 0;
}

.cms-print .cart-area .head {
    width: 25px;
    margin: 15px auto;
}

.cms-print .columns .column.main {
    display: block;
}

.cms-print table th {
    text-transform: uppercase;
    text-align: center;
    display: none;
}

.cms-print .cart-area {
    margin: 0;
}

.showPopUp {
    border: 2px solid #CD2027;
    display: block !important;
    position: absolute;
    width: 90%;
    height: 350px;
    background: #FFFFFF;
    z-index: 999999999;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0 0 10px #0E0E0E;
}

.showPopUp .titleBlock {
    background: #EEEEEE;
    border-bottom: 1px solid #DEDEDE;
    padding: 5px 15px;
    position: relative;
    font-weight: 400;
    font-size: 19px;
}

.showPopUp .titleBlock .close {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    color: #FF0000;
    background: #333333;
    padding: 2px 16px;
    cursor: pointer;
}

.showPopUp .descBlock {
    overflow-y: scroll;
    height: 305px;
    box-sizing: border-box;
    padding: 20px 25px;
}

.manufactureArea .btn-primary {
    color: #FFFFFF;
    margin: 5px 0 24px;
}

.manufactureArea .btn-primary:hover {
    color: #333333;
}

.brand-image img {
    min-height: 150px;
}

.product-options-wrapper .required .label:after {
    display: none !important;
    visibility: hidden;
    opacity: 0;
    width: 0px;
    font-size: 0px;
}

#tab-label-reviews #tab-label-reviews-title {
    text-transform: lowercase !important;
}

.item_name a {
    font-weight: 400;
}

@media (min-width: 1200px) {
    .product-small-thumbs .image-thumb-overlay {
        display: block;
        width: 100%;
    }
}

.fotorama__nav__frame.fotorama__nav__frame--thumb {
    width: 12.5% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 5px 10px !important;
    overflow: hidden;
    border: none !important;
}

.fotorama--fullscreen .fotorama__nav__frame.fotorama__nav__frame--thumb {
    width: 70px !important;
    height: 70px !important;
}

.fotorama--fullscreen {
    padding-bottom: 10px !important;
    z-index: 999999 !important;
}

.fotorama--fullscreen .fotorama__nav {
    overflow: visible;
}

.fotorama--fullscreen .fotorama__nav__shaft {
    top: -10px;
}

.product-holder .fotorama__thumb--icon {
    background: none !important;
}

.fotorama__nav__frame.fotorama__nav__frame--thumb .fotorama__thumb {
    border: 1px solid #FFFFFF;
}

.fotorama__nav--thumbs .fotorama__active .fotorama__thumb {
    border-color: #CD2027 !important;
}

.fotorama-item .fotorama__nav--thumbs .fotorama__nav__frame,
.fotorama1571829535360 .fotorama__nav--thumbs .fotorama__nav__frame {
    height: auto !important;
    padding: 0 4px 10px !important;
}

.product-holder .fotorama__thumb__arr {
    display: none !important;
}

.fotorama__dot {
    width: 6px !important;
    height: 6px !important;
    border-radius: 100% !important;
    border-color: #8B8B8B !important;
    top: 20px !important;
}

.fotorama__nav--dots .fotorama__nav__frame {
    height: 40px !important;
}

.fotorama__active .fotorama__dot {
    border-color: #CD2027 !important;
    background: #CD2027 !important;
}

.fotorama__nav--thumbs .fotorama__active {
    overflow: hidden;
    border: 1px solid #CD2027;
}

.fotorama__nav--thumbs .fotorama__nav__frame--thumb img {
    max-width: 100% !important;
    min-height: 40px;
}

.fotorama__img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    max-width: inherit !important;
    position: static !important;
    transform: none !important;
}

.fotorama--fullscreen .fotorama__nav__shaft {
    display: inline-flex !important;
    justify-content: center;
    flex-wrap: nowrap;
}

.fotorama__nav-wrap {
    padding: 0;
}

.fotorama__thumb--icon {
    background: none !important;
}

.fotorama-video-container .product-video {
    height: 100%;
}

.fotorama__nav__shaft {
    display: flex !important;
    flex-wrap: wrap;
    transform: none !important;
}

.fotorama__arr, .fotorama__thumb__arr {
    background-color: transparent !important;
}

.fotorama__nav__frame {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.fotorama__active .fotorama__thumb {
    border-color: #CD2027;
}

.fotorama__thumb__arr--left,
.fotorama__nav.fotorama__shadows--left::before,
.fotorama__nav.fotorama__shadows--right::after,
.fotorama__thumb__arr--right,
.fotorama__thumb-border {
    display: none !important;
}

.fotorama__arr {
    top: auto !important;
    display: block !important;
    width: 30% !important;
    bottom: -45px !important;
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon,
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
    opacity: 1 !important;
    transition: none !important;
}

.fotorama__arr--next {
    right: 0 !important;
}

.fotorama__arr--next .fotorama__arr__arr {
    width: 11px !important;
    height: 19px !important;
    background-position: -38px -351px !important;
}

.fotorama__arr .fotorama__arr__arr {
    left: 0 !important;
}

.fotorama__arr--next .fotorama__arr__arr {
    right: 0 !important;
    left: auto !important;
}

.fotorama__arr--prev .fotorama__arr__arr {
    width: 11px !important;
    height: 19px !important;
    background-position: -32px -271px !important;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus),
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus),
.fotorama__arr .fotorama__arr__arr {
    transform: none !important;
}

#product-review-table #Rating_rating_label {
    display: none;
}

.customer-account-login .page-title,
.customer-account-create .page-title {
    padding-top: 15px;
}


@media (max-width: 1600px) {
    .goBackTop,
    .goBackBottom {
        right: 5%;
    }
}

@media (max-width: 1200px) {
    .goBackTop,
    .goBackBottom {
        right: 1px;
    }
}

.customer-account-login .login-container .actions-toolbar a.action.remind {
    color: #CB2027;
    margin-left: 15px;
}

.customer-account-login .login-container .actions-toolbar a.action.remind:hover {
    color: #980000;
    text-decoration: underline;
}

.field.choice label {
    cursor: pointer;
}

.sidebar .block-rss .block-title strong {
    line-height: 15px;
    float: left;
    margin-top: -2px;
}

.review-fieldset .review-legend strong {
    margin-top: 10px;
    margin-bottom: 15px;
}

.reviews-actions a {
    color: #CD2027;
}

.reviews-actions a:hover {
    color: #333333;
}

.cart-area .product-add-form .quantity .lable {
    width: auto;
    font-weight: bold;
    margin-right: 12px;
}

.viewAllBrands {
    text-align: center;
    margin-top: 10px;
    font-weight: 300;
}

.viewAllBrands a {
    font-size: 17px;
    color: #999999;
}

.viewAllBrands a:hover,
.swiper-brand .text-holder .text:hover {
    color: #CB2027;
}

#amslider_id1 .swiper-container {
    margin-top: 0;
}

.quickview-index-view .col-holder {
    width: 100% !important;
}

.quickview-index-view .fotorama__nav__frame.fotorama__nav__frame--thumb {
    width: 79px !important;
    height: 66px !important;
}

.fancybox-inner form .fieldset .button {
    float: left !important;
}

.fotorama__caption__wrap {
    background: rgba(255, 255, 255, 0.6) !important;
}

.swipeSliderSection .amslider-header-container {
    padding-left: 0;
}

header.head .info-list .item.swatch-option-link-layered {
    margin-right: 3px !important;
    display: inline-block;
}

.fotorama--fullscreen .fotorama__arr--prev .fotorama__arr__arr {
    width: 100% !important;
    height: 100% !important;
    top: 0;
}

.fotorama--fullscreen .fotorama__arr--next .fotorama__arr__arr {
    width: 100% !important;
    height: 100% !important;
    top: 0;
}

.fotorama--fullscreen .fotorama__arr {
    bottom: 0 !important;
    top: 0 !important;
}

.block-minicart .minicartCustom .items-total {
    float: none;
    text-align: left;
    margin: 0 10px 10px;
}

.block-minicart .minicartCustom {
    position: relative;
}

.block-minicart .minicartCustom ol .item.product.product-item {
    display: block !important;
    text-align: left;
}

input[type="number"].cartQuantity {
    color: #333333;
    opacity: 1;
    padding: 0 !important;
    height: auto;
    width: auto;
    border: none;
    text-align: left;
}

.popup-holder .popup1 .open-close a.opener span,
.popup-holder .popup1 .open-close a.openerCat span {
    display: none;
}

.miniProductDetail {
    float: left;
    width: 60%;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
}

.miniProductAction {
    float: right;
    text-align: right;
    width: 40%;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
}

.miniProductDetail .product-item-name {
    margin-bottom: 0;
}

.minicart-items .miniProductAction .item-qty {
    margin: 0;
    padding: 0 !important;
    width: 35px;
    height: auto;
    border: none;
    text-align: right;
}

.minicart-items .miniProductAction button.update-cart-item {
    padding: 0;
    font-weight: 500;
    border: none;
    background: none;
    text-decoration: underline;
    color: #CD2027;
    text-align: right;
    display: none;
}

.review-control-vote label.ratingSelected::before {
    opacity: 1;
}

.widget.blog-search .action.search {
    top: 3px !important;
}

#review-form label {
    padding-left: 0;
}

#rewardpoints-settings ul.form-list {
    overflow: hidden;
}

#rewardpoints-settings .form-list li.control {
    position: relative;
}

#rewardpoints-settings .form-list li.control span.jcf-checkbox {
    left: -30px !important;
}

#blog_search_mini_form input[type="submit"] {
    height: 38px;
    width: 28px;
    right: 0;
    top: 0 !important;
    text-indent: -999px !important;
    left: auto;
    background: transparent url("../images/search_btn.png") no-repeat 2px center;
}

.product-reviews-summary .action.add {
    display: none;
}

.pricearea span {
    color: #CD2027 !important;
    display: block;
    font-size: 16px;
    margin-top: -2px;
}

#product-options-wrapper .swatch-option {
    height: 34px;
    z-index: 9;
    min-width: 34px;
}

#product-options-wrapper .selectedAttributeValue .swatch-option {
    height: 34px;
    min-width: 34px;
    margin-bottom: 0 !important;
    margin-top: 1px !important;
}

#product-options-wrapper .swatch-option.image.optionImageSwatch {
    height: 34px;
    width: 34px;
}

#product-options-wrapper .swatch-option.optionImageSwatch:not(.no-magnifier) {
    background-size: 30px auto !important;
}

#product-options-wrapper .swatch-option.image.no-magnifier.optionImageSwatch {
    box-sizing: initial !important;
    padding: 0;
    border: 1px solid #FFFFFF !important;
}

#product-options-wrapper .swatch-option.image.no-magnifier.optionImageSwatch:after {
    position: absolute;
    left: -2px;
    right: -3px;
    bottom: -2px;
    top: -2px;
    content: '';
    border: 1px solid transparent;
}

#product-options-wrapper .swatch-option.image.no-magnifier.optionImageSwatch:first-child:after {
    left: -3px;
}

#product-options-wrapper .swatch-option.image.no-magnifier.optionImageSwatch {
    overflow: visible;
}

#product-options-wrapper .swatch-option.image.no-magnifier.optionImageSwatch.selected:after,
#product-options-wrapper .swatch-option.image.no-magnifier.optionImageSwatch:hover:after {
    border-color: #CD2027 !important;
    opacity: 1 !important;
}

#product-options-wrapper .swatch-option.swatchDisabled:hover {
    opacity: 1 !important;
}

#product-options-wrapper .swatch-option.image.no-magnifier.optionImageSwatch.selected,
#product-options-wrapper .swatch-option.image.no-magnifier.optionImageSwatch:hover {
    border-color: transparent !important;
}

#product-options-wrapper .swatch-option.text,
.swatch-attribute .swatch-attribute-options .mageworx-swatch-option.text {
    background: none;
    line-height: 23px;
    font-weight: normal;
    border-color: #999999;
    color: #444444;
    height: auto;
    max-width: inherit;
}

#product-options-wrapper .swatch-option.text:hover,
.swatch-attribute .swatch-attribute-options .mageworx-swatch-option.text:hover,
#product-options-wrapper .swatch-option.image:hover,
#product-options-wrapper .swatch-option.disabled:hover {
    outline: none;
    border: 1px solid #D95659 !important;
    color: #333333;
}

#product-options-wrapper .swatch-option.color:hover {
    outline: none !important;
    border: 1px solid #D95659 !important;
}

#product-options-wrapper .swatch-option.text.selected,
.swatch-attribute .swatch-attribute-options .mageworx-swatch-option.text.selected,
#product-options-wrapper .swatch-option.image.selected {
    outline: none;
    border: 1px solid #D95659 !important;
    font-weight: 700 !important;
}

#product-options-wrapper .swatch-option.image.no-magnifier {
    border: none;
    margin-right: 7px;
}

#product-options-wrapper .swatch-option.text.disabled {
    color: #BCBCBC !important;
    border-color: #BCBCBC !important;
}

#product-options-wrapper .swatch-option.text.disabled:hover {
    color: #333333 !important;
    border-color: #D95659 !important;
}

#product-options-wrapper .swatch-option.disabled:after {
    background: none;
}

#infoTabs {
    text-transform: initial;
}

.descriptiontable {
    margin-top: 48px;
    margin-bottom: 20px;
}


.descriptiontable ul {
    padding: 0;
}

.descriptiontable li {
    display: inline-block;
    margin: 0;
    border-right: 1px solid #CCCCCC;
    padding-right: 50px;
    margin-right: 50px;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: center left;
}


.product .value .descriptiontable strong {
    margin-right: 10px;
    margin-bottom: 0;
}

.descriptiontable li.countryico {
    background-image: url(../images/location.png);
}

.descriptiontable li.assemblyico {
    background-image: url(../images/screw.png);
}

.descriptiontable li.shipico {
    background-image: url(../images/van.png);
    padding-left: 50px;
}

.descriptiontable li.assemblyico,
.descriptiontable li.shipico {
    text-transform: lowercase;
}

.descriptiontable li:last-child {
    border: none;
}

.product.attribute.description table.descriptiontable strong {
    font-weight: 300 !important;
}

.product.attribute.description .value strong {
    font-size: initial;
}

.is-blog.page-layout-2columns-left .sidebar-additional {
    display: none !important;
}

.is-blog .pagination {
    padding: 0;
}

.is-blog .pagination li.item {
    display: inline-block;
    margin: 0 5px 0;
}

article.article-holder .magikquickview,
article.article-holder .more {
    display: none !important;
}

.image-holder .magikquickview {
    position: absolute !important;
    z-index: 99999 !important;
    left: 0;
    bottom: 0;
    top: auto;
    margin-bottom: 0 !important;
}

.image-holder:hover .magikquickview,
.block-row-wrap .block-image.image-holder:hover .btn.magikquickview {
    display: block !important;
}

.filter-options-content .am-show-more {
    border: none;
    background: #EEEEEE;
    color: #333333;
    box-shadow: none !important;
    outline: none !important;
}

.filter-options-content .am-show-more:focus {
    outline: none !important;
    color: #FFFFFF;
    background: #999999;
    box-shadow: none !important;
    border-color: #999999;
}

.filter-options-content .am-show-more {
    transition: all 0.4s ease;
}

.filter-options-content .am-show-more:hover {
    color: #FFFFFF;
    background: #999999;
}

#product-options-wrapper #value {
    display: none;
}

.cart-area .pluginfields .field-area {
    width: 100%;
}

.qs-option-reviews {
    display: block !important;
}

#content .head .info-list span.filterTitle,
#content .head .info-list span.filterValue {
    float: left;
    padding: 0;
    height: 18px;
}

#content .head .info-list span.filterValue {
    margin-left: 4px;
}

#content .head .info-list span.filterValue div {
    margin: 0;
}

#content .head .info-list span.filterValue div.swatch-attribute {
    margin-top: -1px;
}

#content .head .info-list span.filterValue .swatch-option.image {
    width: 30px;
    height: 19px;
}

#content .head .info-list span.filterValue.shapeImage .swatch-option.image {
    background-size: auto 15px !important;
    background-color: #FFFFFF !important;
}

.swatch-attribute .swatch-attribute-options .swatch-option.image.optionImageSwatch.hide,
.swatch-attribute .swatch-attribute-options .swatch-option.color.optionImageSwatch.hide {
    display: block !important;
}

.brand-description img.image,
.designer-description img.image {
    float: left;
    max-width: 200px;
    max-height: 200px;
    margin: 7px 20px 20px 0;
    aspect-ratio: 1;
    object-fit: contain;
}

#subCatView .text-holder {
    font-size: 18px;
    margin-bottom: 0;
}

.catalog-category-view .rooms-area {
    overflow: visible;
}

.catalog-category-view #subCatView {
    overflow: visible;
}

#subCatView .article-holder a {
    padding: 5px 5px 20px;
}

#subCatView .article-holder a:hover {
    box-shadow: 0px 4px 21px #828282;
}

.product-info-price span, .product-info-price {
    color: #333333;
}

select.product-custom-option {
    background: #FFFFFF !important;
}

button#product-addtocart-button {
    padding: 11px 15px;
    float: left;
}

.rowSection.statusdeliver .bar {
    color: #333333;
    margin: 0 5px;
}

#infoTabs .data.item.title.active a {
    background: #CD2027 !important;
    color: #FFFFFF !important;
}

.relateslide .amslider {
    margin-top: 0;
}

.amslider .swiper-container, .amslider .container {
    margin: 25px 0;
}

#swipeRelatedGrid,
#swipeRelatedGrid .swiper-container {
    margin-bottom: 0;
}

.rating-summary {
    margin-top: -2px;
}

.reviews-actions {
    margin-left: 5px;
}

.reviews-actions a.action.view span:nth-child(2) {
    display: none;
}

.reviews-actions a.action.view span {
    font-size: 18px;
    position: relative;
    padding: 0 5px;
}

.reviews-actions a.action.view:after {
    position: absolute;
    content: ')';
    right: 0;
}

.reviews-actions a.action.view:before {
    position: absolute;
    content: '(';
    left: -3px;
}

.reviews-actions a.action.view:hover {
    text-decoration: none;
    color: #980000;
}

.reviews-actions a.action.view span {
    display: none;
}

.reviews-actions a.action.view {
    margin: 0 !important;
    width: 20px;
}

#amasty-shopby-product-list .magikquickview {
    background-image: none !important;
    height: auto !important;
    background: #EEEEEE !important;
    border-radius: 0 !important;
}

#amasty-shopby-product-list .magikquickview:hover {
    background: #999999 !important;
    color: #FFFFFF !important;
}

span.share {
    display: inline-block;
    float: left;
}

span.share label {
    float: left;
}

span.share a span {
    border: none !important;
}

span.share path {
    fill: #333333;
}

span.share a {
    margin-top: 4px;
    margin-right: 8px;
}

.social-area a {
    margin-left: 4px;
}

.noImage.swatchCustomImage {
    transform: scale(2.0);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: auto !important;
    height: auto;
}

.customOptionPopup.popup1 .col-sec ul li a .customSwatchTooltip .swatchCustomImage.noImage,
.swatchOptionBlock.popup1 .col-sec ul li a .swatch-attribute-options .swatchImage.noImage {
    transform: none;
}

.cart-area.prodnew .product-info-main .rating-summary,
.customer-review .rating-summary {
    margin-right: 5px;
}

.cart-area.prodnew .product-info-main .product-reviews-summary {
    margin-top: -8px;
}

.catalog-product-view .product-options-wrapper .selectMaterialBtn {
    background: none;
    border: 1px solid #ACACAC;
    text-align: left;
    height: 36px;
    display: block;
    font-size: 14px;
    line-height: 35px;
    padding: 0 30px;
    position: relative;
    color: #333333;
    overflow: hidden;
    font-weight: 300;
}

.catalog-product-view .product-options-wrapper .selectMaterialBtn:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 36px;
    background-image: url(../images/select-bg.svg);
    right: 14px;
    top: 0;
    background-position: center;
    transform: rotate(-90deg);
}

.catalog-product-view .product-options-wrapper .selectMaterialBtn.selectMaterialBtn-active:after {
    transform: rotate(0);
}

.fieldset {
    margin-bottom: 0;
}

.catalog-product-view .product-options-wrapper .swatch-attribute-options,
.catalog-product-view .product-options-wrapper .filedsec,
.catalog-product-view .product-options-wrapper select {
    margin-top: 5px;
    margin-bottom: 14px;
}

.catalog-product-view .product-options-wrapper .filedsec,
.catalog-product-view .product-options-wrapper select {
    margin-bottom: 20px;
}

.relateslide .amslider .swiper-slide {
    padding-left: 0;
}

#product-options-wrapper label.label {
    display: inline;
    padding-right: 17px;
}

.page-layout-1column .product.media {
    width: 62% !important;
    margin: 0 -20px;
}

.catalog-product-view .cart-area {
    overflow: visible;
}

.swatch-attribute.ln_table_size span.swatch-attribute-selected-option {
    text-transform: uppercase;
}

.catGridView .close.action.remove:before {
    display: none;
}

.catGridView .filter-current .action.remove {
    left: auto;
    position: absolute;
    top: 6px;
    right: 22px;
    margin-left: 0 !important;
}

.am-filter-items-rating .item {
    overflow: hidden;
}

.am-filter-items-rating .jcf-radio,
.open-close.new {
    display: none !important;
}

.am-filter-items-rating .item a span {
    display: block;
    float: left;
}

.am-filter-items-rating .item a span.count {
    margin-top: 1px;
    margin-left: 7px;
}

.fotorama--fullscreen .fotorama__stage {
    padding-top: 10px;
    padding-bottom: 10px;
}

.prodnew .fotorama__caption {
    display: none;
}

.actions-toolbar.review-form-actions {
    margin-top: 15px;
}

.ias-spinner img {
    display: block;
    margin: 0 auto;
}

.action-primary.action-accept {
    background: #EEEEEE;
    color: #333333;
    border: 1px solid #CD2027;
    box-shadow: none;
    padding: 7px 30px;
    font-size: 16px;
}

.action-primary.action-accept:hover {
    background: #999999;
    color: #FFFFFF;
}

.swatch-option.text,
.swatch-option.image {
    font-weight: normal !important;
    cursor: pointer;
    pointer-events: revert-layer;
}

.swatch-option.selected {
    font-weight: 700 !important;
}

#amasty-shopby-product-list #content .row .article-holder:nth-child(3n+3) {
    padding-left: 0;
}

#amasty-shopby-product-list #content .row .article-holder:nth-child(3n+2) {
    padding-right: 0;
}

.option_images_gallery .mageworx-optionswatches-option-gallery {
    display: none;
}

.question-list .panel-title {
    font-weight: normal;
}

.cart-area .special-price {
    display: inline;
}

.cart-area .old-price {
    margin-right: 10px;
    display: inline;
}

.header-area.toolbar .select-area select#select {
    background-color: #FFFFFF !important;
    border-radius: 0;
    box-shadow: none;
}

.header-area.toolbar.toolbar-products:before,
.header-area.toolbar.toolbar-products:after,
.amslider .swiper-wrapper .pricearea {
    display: none !important;
}

.magebuzz-testimonial-toolbar .pager ul.pagination {
    max-width: 320px;
    margin: 0 auto;
    padding: 0;
}

.magebuzz-testimonial-toolbar .pager ul.pagination li {
    display: inline-block;
    margin: 15px 2px 0;
}

.catalogsearch-result-index #amasty-shopby-product-list #content .row .article-holder:nth-child(3n+1) {
    padding-left: 0;
}

.catalogsearch-result-index #amasty-shopby-product-list #content .row .article-holder:nth-child(3n+2) {
    padding-right: 14px;
}

.catalogsearch-result-index #amasty-shopby-product-list #content .row .article-holder:nth-child(3n+3) {
    padding-left: 14px;
}

.catalogsearch-result-index #amasty-shopby-product-list #content .row .article-holder:nth-child(3n+3) {
    padding-right: 0;
}

.swatch-option-tooltip .image {
    background-size: 100% !important;
}

#product-options-wrapper .swatch-option:not(.no-magnifier) {
    background-size: 30px auto !important;
}

#product-options-wrapper .selectedAttributeValue .swatch-option.selected:not(.no-magnifier) {
    background-size: 30px auto !important;
}

.product-info-main .head .amshopby-option-link {
    display: none;
}

textarea#testimonial {
    height: 180px;
}

.visual p {
    margin: 0;
    text-align: center;
}

/***** DO NOT ADD CODE BELOW THIS QUERY *****/
/**** PLEASE NOTE DOE NOT ADD CODE BELOW MEDIA QUERIES ********/

@media only screen and (min-width: 1200px) {
    .prodnew .fotorama__stage {
        height: 425px !important;
    }

    .designRow .manufactureArea .manufacturerImage img {
        height: auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .prodnew .fotorama__stage {
        height: 360px !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .prodnew .fotorama__stage {
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .page-layout-1column .product.media {
        width: 100% !important;
        margin: 0 auto;
    }
}

.aside .amshopby-search-box {
    margin-top: 10px;
}

.reviewPriceBlock .reviews-actions .action > span {
    display: none;
}

.reviewPriceBlock .reviews-actions .action {
    position: relative;
    text-align: center;
}

.reviewPriceBlock .reviews-actions .action::before {
    content: "(";
    position: absolute;
    left: -4px;
}

.reviewPriceBlock .reviews-actions .action::after {
    content: ")";
    position: absolute;
    right: -5px;
}

.reviewPriceBlock {
    overflow: hidden;
}

.swatch-option.image:not(.disabled) {
    /*border-color: #999999 !important;*/
}

.page-with-filter.page-layout-2columns-left .swatch-option.image:not(.disabled) {
    border-color: #FFFFFF !important;
}

.page-with-filter.page-layout-2columns-left .swatch-option.image.selected:not(.disabled) {
    border-color: #CB2027 !important;
}

#content .text-holder .reviewPriceBlock > span.price {
    float: left;
    line-height: 17px;
    margin-top: 5px;
}

.reviewPriceBlock .product-reviews-summary {
    float: right;
    margin-right: 7px;
}

.swatch-option-tooltip.disableTooltip .image {
    opacity: 0.3 !important;
}

.priceSkuBlock .product-info-price .pricearea.freeShippingSection {
    float: left;
    width: 100%;
}

.page-with-filter.page-layout-2columns-left .swatch-option-tooltip .image {
    background-size: auto !important;
}

/***** DO NOT ADD CODE BELOW THIS QUERY *****/
/**** PLEASE NOTE DOE NOT ADD CODE BELOW MEDIA QUERIES ********/

/* Added by PIPL */
p.closemessage {
    position: absolute;
    right: 8px;
    top: 9px;
    border: 1px solid;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    text-align: center;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
}

.message.success .closemessage,
.message.info .closemessage,
.message.error .closemessage,
.message.warning .closemessage,
.message.notice .closemessage {
    display: block !important;
}

.swatch-option.text {
    background: none !important;
    line-height: 23px;
    font-weight: normal;
    border-color: #999999;
    color: #444444;
    height: auto;
    max-width: inherit;
}

#product .qs-option-image img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

#product li .price-container .price-label {
    display: none;
}

.column.main .cart-empty p a {
    color: hsl(0, 0%, 60%) !important;
}

.column.main .cart-empty p a:hover {
    color: hsl(358, 73%, 46%) !important;
}

.aside .shape .filter-options-content .swatch-option-link-layered .swatch-option {
    background-size: 82% auto !important;
    height: 30px !important;
    min-width: 30px !important;
}

.aside .base-color .filter-options-content .item,
.aside .top-color .filter-options-content .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 1200px) {
    #content .image-holder, #subCatView .image-holder {
        height: 176px !important;
    }
}

#content .image-holder img {
    margin: 0 !important;
    width: 100%;
}

#subCatView .image-holder img.lof-lazy,
#subCatView .image-holder .overlay-thumb-overlay img.lof-lazy {
    margin: 0 !important;
    width: auto;
}

.ves-ordertrack-comments .block {
    margin-bottom: 40px !important;
}

.ves-ordertrack-comments .box-content span.comment-date {
    font-size: 1.2rem;
}

.ves-ordertrack-comments .box-content p.comment {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {

    .product-small-thumbs img {
        width: 100% !important;
    }

    .container-thumb-overlay .overlay-thumb-overlay img {
        width: 90px !important;
    }

    .image-thumb-overlay.lof-lazy {
        width: auto !important;
        margin: 0 auto !important;
    }
}

/* End */

.block-collapsible-nav .content {
    background: none !important;
}

.account .columns {
    display: flex;
    flex-wrap: wrap;
}

.account .columns:after {
    display: none;
}

.account .sidebar-main {
    width: 264px !important;
    float: none !important;
    flex-grow: inherit !important;
    flex-basis: inherit !important;
}

.page-layout-2columns-left .column.main .page-title-wrapper {
    margin: 0;
}

.sidebar-main .block-collapsible-nav .item a:hover {
    background: none !important;
    color: #CD2027;
}

.sidebar-main .block-collapsible-nav .item a {
    position: relative;
}

.sidebar-main .block-collapsible-nav .item a:before {
    position: absolute;
    right: 0;
    top: 8px;
    color: #575757;
    content: "\e908";
    font-family: "icomoon" !important;
    font-size: 14px;
    line-height: 14px;
}

.sidebar-main .block-collapsible-nav .item a:hover:before {
    color: #CD2027;
}

.sidebar-main .block-collapsible-nav .item:first-child strong {
    position: relative;
}

.sidebar-main .block-collapsible-nav .item:first-child strong:before {
    position: absolute;
    right: 0;
    top: 8px;
    color: #575757;
    content: "\e908";
    font-family: "icomoon" !important;
    font-size: 14px;
    line-height: 14px;
}

.sidebar-main .block-collapsible-nav .item.current:first-child strong:before {
    color: #CE232A;
}

/*New Design Custom*/
.row.orderdetail::after,
.row.orderdetail::before,
.priceSkuBlock .price-label,
.product-holder .row .fotorama__caption,
body.account .sidebar .block.account-nav,
.blocks-slider-holder .slide .price-label,
.product-card-total .data-row .title:after,
.page-layout-cms-layout .columns h1.titleH1,
.account-info-form .form-group label::after,
.account-info-form .check-holder .fake-input,
.data.table.table-order-items.invoice thead,
.data.table.table-order-items.shipment thead,
.vestrackorder-index-index #orderinfo .qrcode,
body.account .sidebar .block.block-collapsible-nav,
.vestrackorder-index-index #orderinfo .actions-toolbar,
#block-shipping #block-summary #shipping-zip-form .field.note {
    display: none !important;
}


.menu li {
    margin: 0;
}

.banner-caption .title,
.banner-caption h1 a {
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .bottom-nav li {
        margin: 0;
    }
}

.bottom-nav a {
    text-transform: lowercase;
}

.social-networks .fa-facebook-f:before {
    content: "\F39E"
}

.product-caption-bottom h1 {
    font-size: 25px;
    line-height: 1.1;
    margin: 0 0 12px;
    color: #333333;
}

.column.main .product-head-area .name a {
    color: #999999 !important;
}

.column.main .product-head-area .name a:hover {
    color: #CD2027 !important;
}

.breadcrumb .breadcrumb-item {
    margin-bottom: auto;
}

.breadcrumb .breadcrumb-item a {
    text-transform: lowercase;
}
@media (min-width: 480px) and (max-width: 520px) {
    .priceSkuBlock .product-info-price .price-box .price-container .price {
        font-size: 18px;
    }
    .priceSkuBlock .product-info-price .old-price .price-final_price .price {
        font-size: 14px;
    }
    .priceSkuBlock .product-info-price span.discount {
        font-size: 12px;
    }
    .priceSkuBlock .shipping-info p {
        font-size: 13px;
    }
}
.priceSkuBlock  .product-info-price .price-box .price-container .price {
    font-size: 20px;
    font-family: "Roboto", "Arial", "Helvetica", sans-serif;
    line-height: 26px;
    font-weight: 300;
    color: #333333;
    margin: 0 7px 5px 0;
}

.jcf-number .jcf-btn-dec, .jcf-number .jcf-btn-inc {
    height: 100%;
}

.range-wrap .range-holder #qty {
    font-family: "Roboto", "Arial", "Helvetica", sans-serif;
}

.social-area .social-networks {
    justify-content: left;
    -webkit-box-pack: left;
    -webkit-box-pack: left;
}

.product-slider .mask {
    height: auto !important;
}

.message.success,
.message.info,
.message.error,
.message.warning,
.message.notice {
    font-size: 14px;
    color: #333333;
    padding-bottom: 14px;
}

.print-list .clearcart {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    margin-top: -4px;
    padding: 0 0 0 11px;
    position: relative;
    color: #999999;
}

.cart-opener .cartItemNumber {
    font-size: 12px;
    line-height: 18px;
    width: 19px;
    height: 19px;
    text-align: center;
    font-weight: 300;
    background: #CD2027;
    color: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    right: -20px;
    top: -10px;
}

.action.showcart.cart-opener {
    height: 29px;
}

.product-detail .product-sidebar > strong,
.product-detail .ord-summery-wrap > strong {
    border-bottom: 2px solid #F2F2F2;
    padding: 0 0 4px;
    margin: 0 0 20px;
    position: relative;
    display: block;
    font-size: 16px;
}

.ord-summery-box #cart-totals .amount span {
    font-size: 16px;
}

.ord-summery-box #cart-totals th,
tr.totals.sub .price,
tr.grand.totals .price {
    padding: 0;
    text-transform: lowercase;
    font-size: 16px !important;
    background: none;
}

#block-shipping #block-summary #shipping-zip-form {
    background: #FFFFFF;
    padding: 12px 20px 12px 18px;
}

#block-shipping #block-summary #shipping-zip-form .legend {
    display: none !important;
}

.ord-summery-box #co-shipping-method-form .item-title,
.ord-summery-box #co-shipping-method-form .item-title span {
    font-weight: 700 !important;
    text-transform: lowercase;
}

.ord-summery-box #co-shipping-method-form .field.choice {
    overflow: hidden;
}

.ord-summery-box #co-shipping-method-form .field.choice input {
    float: left;
    width: 17px;
}

.ord-summery-box #co-shipping-method-form .field.choice .label {
    padding-left: 0;
    display: block;
    float: right;
    width: 90%;
}

.ord-summery-box #co-shipping-method-form .field.choice .label span {
    float: right;
}

#co-shipping-method-form .items li.methods-data-wrap .field-tooltip.toggle .field-tooltip-action::before {
    display: contents;
}

.cart-container .product-detail .row {
    justify-content: flex-end;
}

.account-content .heading h1 {
    margin-bottom: 0;
}

.account-sidenav .item > strong {
    display: block;
    padding: 8px 22px;
    position: relative;
    color: #333333;
}

.account-sidenav li.current a::before {
    opacity: 1;
    visibility: visible;
}

.account-sidenav li.current a::after {
    color: #D02E35;
}

.account-sidenav a:hover {
    color: #D02E35;
    text-decoration: none;
}

.account-sidenav li.current strong {
    font-weight: 500;
}

.account-sidenav li.current strong::before {
    opacity: 1;
    visibility: visible;
}

.account-sidenav .item > strong::before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    width: 3px;
    background: #CD2027;
    opacity: 0;
    visibility: hidden;
}

.account-sidenav .item > strong::after {
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    font-family: "Font Awesome 5 pro" !important;
    font-weight: 400;
    content: '\F054';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.account-sidenav li.current strong::after {
    color: #CD2027;
}

.account-sidenav ul,
.account-sidenav .nav .nav.item {
    display: block;
}

.account-info-form .fake-input::before {
    content: '';
    width: 14px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 3px solid #7E7E7E;
    border-width: 0 0 2px 2px;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -5px 0 0 -7px;
}

.account-info-form .jcf-checked + .fake-input::before {
    opacity: 1;
}

.account-info-form .check-holder {
    position: relative;
}

#form-validate.account-info-form [type="checkbox"] {
    z-index: 1;
}

.form.form-edit-account .form-group.field.choice{
    display: flex;
}

#form-validate.form.form-edit-account [type="checkbox"],
.account-info-form [type="checkbox"],
.form-create-account [type="checkbox"] {
    height: 16px;
    width: 16px;
    margin: 0px 5px 0 0;
}

.account-info-form .check-holder .fake-label {
    /*padding-left: 25px;*/
}

.account-info-form .jcf-checkbox span {
    border-width: 0 0 2px 2px;
}

.account-info-form .jcf-checkbox.jcf-checked span {
    display: block;
    margin: -5px 0 0 -7px;
    width: 14px;
}

.account-info-form .form-group label,
.account-info-form .form-group label span {
    font-weight: 400;
    text-transform: lowercase;
}

.account-info-form .form-group #password-strength-meter {
    font-size: 14px;
    text-transform: lowercase;
}

.account-content .heading h1 {
    font-size: 25px !important;
    letter-spacing: -0.7px;
    text-transform: lowercase;
}

.account-content .heading h1 .accountTitle {
    text-transform: capitalize;
}

.main-area.account .notes-area,
.main-area.account .tab-area {
    width: 100%;
}

.product-card-total .data-row .title,
.product-card-total .data-row .amount .price {
    font-size: 16px;
    padding: 0;
    font-weight: 400;
}

.main-area.account .tab-area .tabset a.active,
.main-area.account .tab-area .tabset a:hover {
    text-decoration: none;
    background: #CD2027 !important;
    color: #FFFFFF !important;
}

.invoice-tab .product-col02 {
    width: 365px;
}

.review-customer-index .reviews-table table th,
.review-customer-index .reviews-table table td {
    padding: 14px 13px 15px;
}

.page-layout-cms-layout.testimonial-index-index .columns h1.titleH1 {
    display: block !important;
}

.page-layout-cms-layout.testimonial-index-index .columns .notification-bar {
    margin-top: 0;
}

.magebuzz-testimonial-toolbar.meta-bar {
    margin-top: 30px;
    font-size: 16px;
    text-transform: lowercase;
}

.trackbox .action.remind {
    font-size: 16px;
    margin-left: 20px;
}

.titleH1 {
    font-size: 25px;
    text-transform: lowercase;
    line-height: 1.2;
    font-weight: 700;
    color: #333333;
    margin: 0 0 30px;
}

.tab-area .tabset a::after {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-style: solid;
    border-width: 7px 7px 0;
    border-color: #CD2027 transparent transparent;
    content: '';
    opacity: 0;
    visibility: hidden;
}

.tab-area .tabset a.active::after {
    opacity: 1;
    visibility: visible;
}

.tab-content .order-details-items {
    padding: 0;
    border: none;
    margin: 0;
}

#loading-mask p {
    text-align: center;
}

.sales-order-printinvoice .product-col01,
.sales-order-printshipment .product-col01 {
    width: 25%;
}

.sales-order-printinvoice .product-col02,
.sales-order-printshipment .product-col02 {
    width: 35%;
}

.sales-order-printinvoice .product-col03,
.sales-order-printshipment .product-col03 {
    width: 10%;
    text-align: right !important;
}

.sales-order-printinvoice .product-head,
.sales-order-printshipment .product-head {
    padding: 0;
}

.sales-order-printinvoice .product-col04,
.sales-order-printshipment .product-col04 {
    width: 20%;
    padding: 0 10px;
    text-align: center !important;
}

.sales-order-printinvoice .product-col05,
.sales-order-printshipment .product-col05 {
    padding-right: 20px;
    width: 10%;
    text-align: right;
}

.sales-order-printinvoice .order-details-items,
.sales-order-printshipment .order-details-items {
    padding: 0;
    border: none;
}

.sales-order-printinvoice .product-col03 .price,
.sales-order-printshipment .product-col03 .price {
    padding-top: 3px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.sales-order-printinvoice .product-col05 .total-price,
.sales-order-printshipment .product-col05 .total-price {
    padding: 0;
}

.sales-order-printinvoice .product-col05 .total-price .price,
.sales-order-printshipment .product-col05 .total-price .price {
    padding-top: 4px;
}

.sales-order-printinvoice .product-col02 .title,
.sales-order-printshipment .product-col02 .title,
.sales-order-printshipment .product-col03 .title {
    text-align: left;
}

.sales-order-printshipment .product-col03 {
    left: 10px;
}

.order-2 .modal-content {
    border: none;
}

.shipping-policy-block.field-tooltip span {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
}

.header-area.toolbar.toolbar-products {
    font: 16px/1.625 "Roboto", sans-serif;
    font-weight: 200;
}

.category .product-caption-bottom {
    border: none;
}

.header-area.toolbar.toolbar-products .pagination {
    position: static;
}

.main-area .pagination {
    position: static;
}

.page-layout-home-layout .features-slider-holder .block {
    margin-bottom: 0;
}

.page-layout-category .categoryBlock #subPageSlider {
    padding: 0 11px 0 7px;
}

.page-layout-category .categoryBlock #subPageSlider #content {
    padding-left: 0;
}

.page-layout-category .categoryBlock .product-caption-bottom {
    border-top: 1px solid #CDCDCD;
}

.page-layout-category .categoryBlock .product-caption-bottom h1 {
    font-size: 25px;
    margin: 0 0 12px;
    line-height: 1.1;
}

.page-layout-category .categoryBlock .header-area.toolbar.toolbar-products:nth-child(3) {
    border: none;
}

.product-holder .priceSkuBlock .product-info-price {
    padding-top: 0;
    margin-top: -3px;
}
.priceSkuBlock .shipping-info p {
    font-size: 12px;
    font-weight: 300;
    color: #999999;
    margin-left: 7px;
    vertical-align: bottom;
    display: inline;
}
.product-card .price span,
.product-card .total-price span {
    padding: 0;
}

.priceSkuBlock .normal-price {
    display: inline-block;
}

.priceSkuBlock .old-price {
    /*margin-left: 10px;*/
    display: inline-block !important;
}

.priceSkuBlock .old-price .price-final_price .price {
    position: relative;
}

.price.oldPrice {
    position: relative;
    /*margin-left: 10px;*/
}

.productListing .block-description .meta .product-reviews-summary {
    text-align: right;
}
/*.blocks-slider-holder .description {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: space-between;*/
/*}*/
.blocks-slider-holder .description .discount-price {
    display: flex;
}
.blocks-slider-holder .description .meta {
    width: 100%;
}
.price-main{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.featured-prods-internal .meta-holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.price.oldPrice,
.priceSkuBlock .product-info-price span.discount{
    font-size: 16px;
 }
.price.oldPrice,
.priceSkuBlock .old-price .price-final_price .price,
priceSkuBlock .old-price .price-final_price .price,
.priceSkuBlock .product-info-price .old-price .price-final_price .price,
#swipeRelatedGrid .blocks-slider .price .price-box .old-price .price,
#swipeUpSellGrid .blocks-slider .price .price-box .old-price .price,
#swipeShopCollectionGrid .blocks-slider .price .price-box .old-price .price,
.popup-holder .price .oldPrice,
.cart-area .old-price .price-final_price .price,
.cart-area .wrap .price{
    text-decoration: line-through;
    color: #999;
}

.priceSkuBlock .product-info-price .old-price .price-final_price .price{
    font-size: 17px;
}
.priceSkuBlock .old-price .price-final_price .price {
    font-size: 14px;
}
span.discount {
    font-size: 14px;
    color: #cd2027;
    font-weight: 300;
    margin-left: 10px;
}
.amsearch-products-section .amsearch-wrapper-inner.priceSkuBlock {
    display: block;
}
.amsearch-item.product-item .priceSkuBlock .old-price {
    margin-left: 0;
}
.amsearch-item.product-item .old-price .price-wrapper {
    text-decoration: line-through;
    color: #999;
}
#form-validate.account-info-form .action.save.primary {
    margin-top: 17px !important;
    margin-left: 0 !important;
    font-family: "Roboto", "Arial", "Helvetica", sans-serif;
    width: 166px;
    height: 43px;
    font-size: 18px;
    line-height: 19px;
    min-width: 100px;
    transition: all 0.4s ease;
}

#form-validate.account-info-form .action.save.primary:hover,
#form-validate.account-info-form .action.save.primary:active,
#form-validate.account-info-form .action.save.primary:focus {
    background: #333333;
    color: #FFFFFF;
    border: 1px solid #980000 !important;
}

.account-info-form .jcf-checkbox {
    left: 0;
    top: 12px;
    border: 1px solid #BBBBBB;
    background: #F8F8F8;
    width: 16px;
    height: 16px;
}

.account-info-form .holder.fieldset.password label {
    display: block;
    margin: 0 0 9px;
    font-size: 16px;
    line-height: 20px;
}

.checkout-onepage-success .main .titleH1 {
    color: #333333;
    font-size: 25px;
}

#wishListBlock .product-head .image-holder {
    max-height: 97.25px;
    overflow: hidden;
}

#wishListBlock .product-head .image-holder img.image-thumb-overlay {
    margin-top: -44px;
}

#wishListBlock .product-info-list .price {
    font-size: 16px;
}

#wishListBlock .product-info-list li strong.title {
    font-weight: normal;
}

.account.newsletter-manage-index form#form-validate .check-holder .jcf-checkbox span {
    height: 6px;
}

.account.sales-order-view .account-content .order-holder .head .status,
.vestrackorder-index-index .order-holder .head .status {
    padding: 0;
}

.vestrackorder-index-index .product-card .price {
    font-weight: 300;
}

#wishListBlock button, #wishlist-view-form button {
    font-weight: 300;
}

#wishlist-view-form button {
    width: 185px;
    float: right;
}

#wishListBlock,
#wishListBlock a,
#wishListBlock button,
#wishlist-view-form button {
    text-transform: lowercase !important;
}
.login-container .action.primary span {
    text-transform: lowercase;
}

.account-info-form .submit-holder .btn {
    margin-right: 20px !important;
}

.head-area .jcf-select .jcf-select-opener {
    border: none;
    top: 4px;
}

.head-area .jcf-select .jcf-select-text {
    text-align: left;
}

#amasty-shopby-product-list .head-area:nth-of-type(2) {
    display: block;
    text-align: right;
    border: none;
    padding-bottom: 0;
}

#amasty-shopby-product-list .head-area:nth-of-type(2) .sort-slide,
#amasty-shopby-product-list .head-area:nth-of-type(2) .view-info .view-list {
    display: none;
}

#amasty-shopby-product-list .head-area:nth-of-type(2) .total-number {
    position: static;
}

#amasty-shopby-product-list .head-area:nth-of-type(2) .sort-slide-holder {
    position: relative;
    display: inline-block;
    text-align: right;
    margin-right: 20px;
}

#amasty-shopby-product-list .head-area:nth-of-type(2) .view-info {
    width: auto;
    display: inline-block;
}

#amasty-shopby-product-list .head-area:nth-of-type(2) .view-info ul li {
    margin: 0;
}

#amasty-shopby-product-list .head-area:nth-of-type(2) .view-info ul li a {
    display: block;
}

#amasty-shopby-product-list .head-area:nth-of-type(2) .view-info .text {
    display: block;
    margin-top: -2px;
}

.custom-category-listing-layout #amasty-shopby-product-list {
    margin-bottom: -40px;
}

.filter-block .filter-options-content .am-show-more {
    font-size: 15px;
    font-weight: 300;
    text-transform: lowercase;
    padding-bottom: 7px;
    padding-top: 5px;
}

.filter-block .features-list a label {
    display: contents;
    cursor: pointer;
}

.shape-list .swatch-option-link-layered .swatch-option.image {
    margin: 0;
    width: 100%;
    border: none !important;
    background-size: auto 100% !important;
}

.shape-list .swatch-option.image:not(.disabled):hover,
.am-swatch-link .swatch-option.image:not(.disabled):hover {
    outline: none;
}

.swatch-attribute.swatch-layered.am-swatch-options .selected.swatch-option.image {
    border: 2px solid #333 !important;
}

.filter-block .shape-list li a::before {
    bottom: -3px;
    top: -2px;
}

.tag-list .shape-list {
    margin: 0;
}

.tag-list .shape-list li {
    padding: 0;
    margin: 0;
    border: none;
}

#block-shipping .label span {
    text-transform: lowercase;
}

.data.item.content p,
.data.item.content ul li {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
}

.socialAreaBlock {
    float: right;
}

.block-row-wrap .block-image.image-holder .btn.magikquickview {
    display: none !important;
}

.block-row .block-image .tag {
    padding: 4px 15px 3px;
    z-index: 2;
}

.block-row .description .btn-primary {
    line-height: 25px;
    color: #FFFFFF;
}

.block-row .description .btn-primary:hover {
    text-decoration: none;
    border-color: #333333 !important;
}

.block-row .rating-wrap .price-label {
    display: none;
}

.block-row .rating-wrap .price {
    font-size: 16px;
    line-height: 20px;
}

.lightbox-block > #gallery-prev-area,
.lightbox-block > #gallery-next-area,
.lightbox-block > .action-skip-wrapper {
    display: none;
}

.lightbox-area.lightbox-area-fixed .fancybox-wrap.fancybox-desktop {
    max-width: 996px !important;
    width: 100% !important;
    padding: 30px 24px 20px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .5);
    border-radius: 0;
    margin: 0 auto;
    background: #FFFFFF;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

.lightbox-area.lightbox-area-fixed .fancybox-wrap.fancybox-desktop .fancybox-skin {
    background: none;
    border: none;
    border-radius: 0;
    padding: 0 !important;
    box-shadow: none !important;
}

.lightbox-area.lightbox-area-fixed .fancybox-wrap.fancybox-desktop .fancybox-skin .fancybox-inner {
    width: 100% !important;
}

.quickview-index-view .container {
    padding: 0;
}

.quickview-index-view .container .notification-bar {
    display: none;
}

.quickview-index-view .container .product-detail-section {
    padding: 0;
    margin: 0;
}

.quickview-index-view .lightbox-block {
    max-height: 100%;
    overflow: visible;
}

.lightbox-close.fancybox-item.fancybox-close {
    background-image: none;
    color: #FFFFFF;
    width: 30px;
    height: 30px;
}

.lightbox-close.fancybox-item.fancybox-close:hover {
    color: transparent;
}

.lightbox-close.fancybox-item.fancybox-close i {
    margin-top: 2px;
}

.lightbox-area .lightbox-holder.fancybox-wrap .fancybox-skin {
    position: static;
}

.quickview-index-view .lightbox-block .pagination {
    margin-top: 50px;
}

/*.filter-list.swatch-attribute a,*/
.features-list.filter-list.items .item a,
.filter-block.brands ul.features-list li a,
.features-list.filter-list.items .item a label,
.filter-list.swatch-attribute a label,
.filter-block.brands ul.features-list li a label {
    display: block !important;
    overflow: hidden;
}

.filter-block .filter-list .text span.amshopby-hightlighted {
    float: none;
}

.filter-block.brands ul.features-list li a span.text,
.features-list.filter-list.items .item a label .text,
.filter-list.swatch-attribute a .text-wrap {
    float: left;
}

.filter-block.brands ul.features-list li a {
    margin: 0 !important;
    padding: 0;
}

.filter-block.brands ul.features-list li a span.text {
    float: left;
}

.quickview-index-view #product-options-wrapper .swatch-option.image.selected {
    border-color: #999999 !important;
}

.quickview-index-view #product-options-wrapper .swatch-option.image.no-magnifier.selected {
    background-size: inherit !important;
    border: none !important;
}

.control .swatch-attribute.customOptionPopUp .jcf-select {
    display: none !important;
}

/*task # 582*/
.disabled a .swatch-attribute-options::after {
    position: absolute;
    content: " ";
    background: rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.tag-info-list {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #333333;
    margin: 0;
}

.tag-info-list li {
    position: relative;
    margin: 0 0 8px;
}

.tag-info-list li:last-child {
    margin-bottom: 0;
}

.tag-info-list .title {
    position: relative;
    padding: 0 0 0 35px;
    font-weight: 300;
    display: block;
    color: #333333;
}

.tag-info-list .title span {
    color: #8B8B8B;
}

.tag-info-list .title .fa-times {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 16px;
    color: #333333;
}

.tag-info-list .title:hover {
    color: #CD2027;
}

.tag-info-list .title:hover .fa-times,
.tag-info-list .title:hover span {
    color: #CD2027;
}

.catalog-product-view .jcf-unselectable {
    display: none !important;
}

.data.item.title .tab-opener i {
    display: none;
}

.priceSkuBlock {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.lighbox-sidebar .shipping-area .range-wrap,
.lighbox-sidebar .shipping-area .btn-holder,
.lighbox-sidebar .shipping-area .duration {
    display: none !important;
}
.filter-sidebar .filter-options-content .count::before,
.filter-sidebar .filter-options-content .count::after,
#wishListBlock .field.comment-box {
    display: none !important;
}

.addressTitle {
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
}

.account.sales-order-view .account-content .order-holder .head .status {
    text-transform: lowercase;
}

.section-holder .address-block a {
    display: block;
}

.notification-bar .message.success > :first-child::before {
    background: #333333;
    color: #EEEEEE;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 25px;
    line-height: 25px;
    display: block;
    left: 18px;
}

@media (max-width: 992px) {
    .notification-bar .message.success > :first-child::before {
        background: #333333;
        border-radius: 50%;
        color: hsl(0, 0%, 93%);
        display: block;
        font-size: 23px;
        height: 23px;
        left: 8px;
        line-height: 23px;
        overflow: hidden;
        width: 23.5px;
    }
}

.tax-opener,
.tax-opener span,
.tax-opener i {
    color: #333333;
}

#authorizenet_directpost_cc_type_cvv_div .label {
    position: relative;
}

#authorizenet_directpost_cc_type_cvv_div .label .field-tooltip {
    right: auto;
    top: -2px;
    left: 50px;
}

.trackbox2 p span,
.trackbox .payment-method dt {
    text-transform: lowercase;
}

.tab-area .tabset a.active {
    background: #CD2027 !important;
    color: #FFFFFF !important;
}

.tab-area .tabset a.active::after {
    opacity: 1;
    visibility: visible;
    display: block !important;
}


/******* Zaa Design Updates 15/7**********/

.cms-home a.slick-next .slick-slider .slick-arrow.slick-next {
    right: -4px;
}

.filter-sidebar .filter-options-content a {
    margin-left: 0;
}

.amshopby-highlighted {
    background: #cd2027;
    color: #fff;
}

.account-content {
    width: 74%;
}

.abs-pager-toolbar .limiter,
.account .toolbar .limiter,
.toolbar-giftregistry-results .limiter,
.toolbar-wishlist-results .limiter {
    display: inherit !important;
}

.miniProductDetail {
    width: 70%;
}

.miniProductAction {
    width: 30%;
}

.jcf-select-drop .jcf-select-drop-content .jcf-list-content {
    max-height: 260px !important;
}

.slick-slider .slick-dots li.slick-active button:before,
.slick-slider .slick-dots li button:before {
    display: none;
}

@media only screen and (max-width: 768px) {
    .account-content {
        width: 100%;
    }

    .filter-sidebar {
        z-index: 9999999999;
    }
    .product-info-main .product-info-price .price-box .price-container {
        text-align: left;
        display: block;
    }
    .product-info-main .product-info-price .shipping-info {
        margin-bottom: 10px;
    }
}

@media (max-width: 991.98px) {

    .product-card .total-price .price::before {
        content: "total:";
        font-weight: bold;
    }
}

@media (max-width: 992px) {
    .header .header-holder .logo {
        float: none;
    }

    .disabledLoader {
        display: block !important;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9999;
        left: 0;
        margin: auto;
        bottom: 0;
    }
}

@media (min-width: 768px) {
    .product-info-main .product-info-price .price-box {
        margin-bottom: 10px;
    }
    .quickview-index-view .container {
        width: 100%;
        max-width: 100%;
    }

    .quickview-index-view .product-detail-section .col-lg-7.col-12 {
        width: 58.33333333%;
        float: left;
        flex: inherit;
    }

    .quickview-index-view .product-detail-section .col-lg-5.col-12 {
        width: 41.66666667%;
        float: left;
        flex: inherit;
    }

    .main .blocks-slider.slick-slider .slick-arrow,
    .main .categoryBlock .slick-slider .slick-arrow {
        top: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .popup-holder {
        bottom: 0;
        overflow-y: scroll;
    }

    .account.review-customer-view .sidebar {
        display: block;
        width: 100%;
        float: none;
        margin: 0;
    }

    .custom-category-listing-layout .category-sidebar ul.items li.item input {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .customer-account-index .section-holder .head,
    .newsletter-manage-index .account-info-form h2 {
        margin: 0 -9999px 20px !important;
        padding: 10px 9999px !important;
        background: #F2F2F2;
    }

    .label-text .heading {
        background: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }
}

.account-sidenav ul, .account-sidenav .nav .nav.item {
    margin-bottom: 3px;
}

.newsletter-manage-index .account-info-form h2 {
    margin-bottom: 25px !important;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    padding: 0 0 6px;
    margin: 0 0 14px;
    margin-bottom: 14px;
    border-bottom: 2px solid #f2f2f2;
}

@media (min-width: 1200px) {
    .sales-order-history .order-area .order-table tr td:nth-child(1) {
        width: 187px;
    }

    .sales-order-history .order-area .order-table tr td:nth-child(2) {
        width: 167px;
    }

    .sales-order-history .order-area .order-table tr td:nth-child(4) {
        width: 143px;
    }

    .review-customer-view .reviews-detail {
        min-height: 583px;
    }
}

.sales-order-history .jcf-select {
    height: 34px;
    margin-top: 3px;
    position: relative;
    width: 67px;
}

.sales-order-history .jcf-select .jcf-select-text {
    font-size: 16px !important;
}

.review-customer-view .review-content.row .col-md-8 p {
    font-size: 17px;
    letter-spacing: 0.3px;
}

.review-customer-view .reviews-detail {
    margin-bottom: 100px;
}

.sales-order-view .order-holder .head {
    margin: 0 0 10px;
}

.sales-order-view .order-holder .data-holder li {
    margin: 0 0 8px;
}

.wishlist-index-index .product-info-list li {
    margin: 0 0 2px;
}

.product-info-item .option-holder {
    margin: 0 0 23px;
}

.product-info-item button {
    position: relative;
    right: 2px;
    top: 7px;
}

.customer-address-form .jcf-select {
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.customer-address-form #form-validate fieldset:first-child {
    margin-bottom: 30px;
}

.customer-address-form .jcf-select .jcf-select-text {
    margin: 7px 25px 0 8px;
}

.box-tocart .product-item-actions {
    display: block;
}

@media (max-width: 1199px) {
    .product-card .card-holder .product-info-item {
        max-width: 185px;
    }
}

@media (max-width: 992px) {
    .product-card {
        margin: 0 0 20px !important;
        padding: 14px !important;
    }

    #infoTabs .data.item.content {
        margin-top: 38px;
    }

    .wishlist-index-index .product-info-list li {
        position: relative;
    }

    .product-info-list .price {
        bottom: 0 !important;
    }
}

@media (max-width: 991px) {
    .product-about-area .tab-area .tab-content1 .js-tab-hidden {
        display: block !important;
        position: static !important;
    }
}

@media (max-width: 662px) {
    .product-card .card-holder,
    .product-card .card-holder .product-col01 {
        width: 100% !important;
    }

    .product-card .card-holder .product-info-item {
        max-width: 100% !important;
    }

    .product-info-item .option-holder {
        margin-top: 0 !important;
    }

    .price-container .price-wrapper {
        position: relative !important;
    }

    .product-card {
        max-width: 100% !important;
        margin: 0 auto 20px !important;
    }

    .section2 .data-wrap .data-item .data-opener {
        padding-right: 27px !important;
    }
}

.data-wrap.data-accordion .data-slide .text,
.data-wrap.data-accordion .data-slide .text p {
    text-align: justify;
}

.message-success.success.message {
    font-size: 13px !important;
}

.minicart-items .product-item-name a {
    color: #333333;
}

.minicart-items .product-item-name a:hover {
    color: #980000;
}

.customer-account-logoutsuccess .main-area {
    padding: 50px 0;
}

#remember-me-box .jcf-checkbox {
    margin-top: -15px;
}

#form-validate.account-info-form .action.save.primary {
    margin-bottom: 30px !important;
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
    height: 38px;
    font-family: "Roboto", "Arial", "Helvetica", sans-serif !important;
}

.form-address-edit .jcf-select {
    height: 38px !important;
    text-align: left;
}

.form-address-edit .jcf-select .jcf-select-text {
    text-align: left !important;
}

.row:after,
.row:before {
    display: none !important;
}

img.lof-lazy,
img.lof-lazy {
    width: auto !important;
}

.product-item .meta .meta-holder .price-box {
    margin: 0;
}

.product-item .meta .meta-holder .price-box .price {
    font-weight: 400;
}

.prod-thumbs .col-lg-4 a {
    text-align: center;
}

#search_autocomplete .product-item-details {
    display: block;
}

@supports (-webkit-overflow-scrolling: touch) {
    .owl-theme .owl-dots {
        bottom: 50px !important
    }

    @media (max-width: 767px) {
        .owl-theme .owl-dots {
            bottom: 10px !important
        }
    }
}

.button_placeholder {
    display: none;
}

@media (max-width: 992px) {
    .button_placeholder {
        display: block;
        font-size: 16px;
        font-weight: 300;
        height: 42px;
        line-height: 20px;
        padding: 10px 8px;
        position: relative;
        text-align: center;
        width: 86px;
        margin-right: 6px;
    }

    #mobSortButton {
        position: absolute;
        top: -58px;
    }

    @media (max-width: 480px) {
        #mobSortButton {
            position: absolute;
            top: -58px;
        }
    }
    #mobSortButton a {
        background: hsl(0, 0%, 97%);
        border: 1px solid hsl(0, 0%, 84%);
        color: hsl(0, 0%, 55%);
        display: block;
        font-size: 16px;
        font-weight: 300;
        height: 42px;
        line-height: 20px;
        padding: 10px 8px;
        position: relative;
        text-align: center;
        width: 86px;
    }

    #mobSortButton a:active {
        text-decoration: none !important;
    }

    #mobSortButton a:hover {
        background: #999999;
        border-color: #999999;
        color: hsl(0, 0%, 100%);
        text-decoration: none !important;
    }

    .block-row .description .mobile-hidden {
        display: block !important;
    }

    .block-row .description .mobile-hidden .btn-holder {
        display: none !important;
    }
}

.tabset1 li.reviewTab a {
    text-transform: lowercase;
}

.tab-content1 #tab5-0 a.tab-opener1 {
    text-transform: lowercase;
}

@media (min-width: 767px) and (max-width: 992px) {
    .tab-head .tabset a, .tab-head .tabset1 a {
        font-size: 14px;
        padding: 12px 0 !important;
        width: 96px !important;
    }
}

.filter_color ul,
.filter_color ul li {
    margin: 0 !important;
}

.filter-list .item .swatch-option.image {
    outline: none !important;
}

.range-holder div.mage-error {
    margin-left: -36px;
    min-width: 240px;
    text-align: left;
    display: block;
    position: static !important;
}

.checkout-onepage-success .main-area {
    padding-bottom: 30px;
}
#discountLabel {
    padding-left: 30px;
}

.product-options-bottom {
    padding-left: 0;
}

.dimensionsBlock a {
    color: hsl(358, 73%, 46%) !important;
}

@media (max-width: 1199px) {
    .popup1 .col-sec ul li .hover-box {
        height: auto;
        left: 8px;
        max-width: 100%;
        position: absolute;
        right: auto;
        top: 46%;
    }

    .customOptionPopup.popup1 .col-sec ul li .hover-box, .swatchOptionBlock.popup1 .col-sec ul li .hover-box {
        min-height: 140px;
    }

    .popup1 .col-first .largeImage {
        width: 100% !important;
        height: auto !important;
        max-width: 320px !important;
    }

    .largeImage.showSwatch.swatchFullImage img {
        position: static;
    }
}

/*changes for responsive aligment by anisha #product_info_faq .notification-bar .notification-close,
#product_reviewTab .notification-bar .notification-close {
    top: 13px;
    transform: unset;
}*/

#review-control-vote-error {
    margin-top: 43px;
    display: block !important;
}

.control.review-control-vote.starErrors::before {
    color: #CC7474;
}

.hideButton {
    display: none !important;
}


.cms-home .owl-item img {
    transition: all 0.4s ease;
}

.cms-home .owl-item:hover img {
    display: block;
    opacity: 0.7;
    transform-style: preserve-3d;
}

.visual .caption {
    text-shadow: 1px 1px 4px hsl(0, 0%, 7%);
}

.cms-home .slick-slider .slick-arrow {
    color: #A9A9A9 !important;
}

.cms-home .slick-slider .slick-arrow:hover {
    color: #980000 !important;
}

.action.search:hover {
    cursor: pointer;
    background-color: #980000 !important;
}

.topToolbar .pager-wrap {
    display: none !important;
}

.filter-block.color .number {
    position: absolute;
    right: 0;
    top: 0;
}

.tabset1 .reviewTab .counter::before,
.tab-content1 .reviewTab .counter::before,
.tabset1 .questionTab .counter::before,
.tab-content1 .questionTab .counter::before {
    content: "(";
}

.tabset1 .reviewTab .counter::after,
.tab-content1 .reviewTab .counter::after,
.tabset1 .questionTab .counter::after,
.tab-content1 .questionTab .counter::after {
    content: ")";
}

.reviewTab .item.review-item.js-tab-hidden {
    display: block !important;
    position: static !important;
}

.reviewTab .tab-description1 {
    text-transform: lowercase;
}

.move2Reviews {
    cursor: pointer;
}

.page-layout-category.filter-active .filter-block.head .btn-heading {
    margin-bottom: 0;
}

.page-layout-category.filter-active .filter-block .btn-list .btn:hover {
    color: #FFFFFF !important;
}

.highlightOption {
    color: #CD2027 !important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

@supports (-webkit-overflow-scrolling: touch) {
    .user-opener::after {
        display: none;
        content: "";
    }

    .user-opener:hover::after {
        display: inline;
    }
}

.user-opener {
    cursor: pointer;
    font-weight: 300 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    display: block;
}

.popup1 .holder h2 {
    position: relative;
}

.notification-bar.popNotification {
    float: right;
    width: 630px;
}

.lightbox .notification-bar {
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 1199.98px) {
    .notification-bar.popNotification {
        width: 464px;
    }
}

.notification-bar.popNotification .message-success.success.message {
    margin: 0;
}

.notification-bar.popNotification .message-success.success.message div {
    line-height: 20px;
}

#product-review-table #starLabel {
    position: absolute;
    display: block;
    margin-left: 215px;
    color: #CD2027;
    font-size: 22px;
    font-weight: 400;
    margin-top: 5px;
    text-transform: none;
}

.review-list {
    margin-bottom: 39px;
}

.review-legend {
    border: none !important;
    margin-bottom: 20px;
}

.review-legend .prodcutDetails {
    display: flex;
    flex-wrap: wrap;
}

.reviewLeftBlock {
    width: 720px;
}

.block.review-list {
    width: 100%;
}

.review-field-ratings .label span {
    font-size: 16px;
    line-height: 24px;
}

.review-form .prodcutDetails {
    display: flex;
    flex-wrap: wrap;
}

.productReviewImage {
    max-width: 120px;
    margin-right: 23px;
}

.productReviewDetail {
    flex-basis: 0;
    flex-grow: 1;
    color: #B8B8B8;
    border-bottom: 1px solid #D9D9D9;
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
}

.productReviewDetail strong {
    margin: 0 !important;
    font-weight: 600 !important;
    font-size: 26px;
    line-height: 30px;
    color: #333333;
    display: block;
    text-transform: capitalize;
}

.review-form {
    max-width: inherit;
}

#Value_rating_label span {
    display: none;
}

.review-form .field {
    display: flex;
    flex-wrap: wrap;
}

.review-form .label {
    width: 144px;
}

.review-form .control {
    flex-basis: 0;
    flex-grow: 1;
}

.review-form .control .input-text,
.review-form .control #review_field {
    border-color: #999999;
}

.reviewRow {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.reviewLeftBlock {
    margin-right: 45px;
}

.reviewRightBlock {
    flex-basis: 0;
    flex-grow: 1;
    padding-bottom: 112px;

}

.reviewRightBlock h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
}

.actions-toolbar.review-form-actions {
    margin-left: 143px;
}

#submitReview:hover {
    background: #980000 !important;
}

.review-field-ratings legend.label {
    margin-bottom: -45px !important;
}

.reviewRightBlock p {
    letter-spacing: -0.5px;
}

@media (max-width: 1199px) {
    .reviewLeftBlock {
        width: 620px;
    }
}

@media (min-width: 1024.98px) {
    .product-info-price .shipping-info {
        text-align: right;
    }
}
@media (min-width: 992px) {
    .medium-screen {
        display: none !important;
    }

    .block-row .description .mobile-hidden .btn-holder {
        display: none !important;
    }

    .container-thumb-overlay:hover .overlay-thumb-overlay {
        width: 100%;
        left: 0;
    }

    .customOptionMobile {
        display: none !important;
    }

    .page-layout-1column .product-info-main {
        padding-left: 0;
    }

}

@media (max-width: 991px) {
    .desktop-screen {
        display: none !important;
    }

    .customOptionDesktop {
        display: none !important;
    }

    .swatch-attribute-options .open-close,
    .mobileCustomOptions .open-close {
        display: block;
        font-size: 16px;
        line-height: 20px;
        border-bottom: 1px solid #EDEDED;
        position: relative;
        color: #777777;
    }

    .swatch-attribute-options .open-close:last-child,
    .mobileCustomOptions .open-close:last-child {
        border: none;
    }

    .swatch-attribute-options .open-close:after,
    .mobileCustomOptions .open-close:after {
        position: absolute;
        right: 4px;
        top: 12px;
        content: '\f105';
        color: #333333;
        font-size: 16px;
        line-height: 16px;
        font-family: "Font Awesome 5 Pro";
        transition: transform 0.4s ease;
    }

    .swatch-attribute-options .open-close.active:after,
    .mobileCustomOptions .open-close.active:after {
        transform: rotate(90deg);
    }

    .swatch-attribute-options .open-close .opener,
    .mobileCustomOptions .open-close .opener,
    .swatch-attribute-options .open-close .openerCat,
    .mobileCustomOptions .open-close .openerCat {
        color: #777777;
        display: block;
        padding: 7px 0 10px;
    }

    .swatch-attribute-options .open-close .opener:hover,
    .mobileCustomOptions .open-close .opener:hover,
    .swatch-attribute-options .open-close .openerCat:hover,
    .mobileCustomOptions .open-close .openerCat:hover {
        text-decoration: none;
    }

    .swatch-attribute-options .open-close .slide ul,
    .mobileCustomOptions .open-close .slide ul {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        list-style-type: none;
    }

    .swatch-attribute-options .open-close .slide ul li,
    .mobileCustomOptions .open-close .slide ul li {
        display: inline-block;
        margin: 0;
    }

    .imageClickBlock.first-tap .overlay-thumb-overlay {
        width: 100%;
        left: 0;
    }

    .option-detail-box-wrap .col.cat-name {
        padding: 0;
    }

    #content .image-holder:hover .magikquickview,
    #content .block-row-wrap .block-image.image-holder:hover .btn.magikquickview {
        display: none !important;
        opacity: 0;
    }

    .review-legend {
        margin-bottom: 5px;
    }
}

.amasty-xsearch-block-header {
    display: none !important
}

.swatch-attribute .swatch-attribute-selected-option {
    color: #777777;
}

.fotoramastageshaft {
    z-index: 99;
}

.product-item, .product-item-info, .product-item-details {
    box-sizing: border-box !important;
}

.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
    z-index: 111
}

.hidePopUpBlock {
    display: none !important;
}

.calculatorBlock {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin-bottom: 14px;
    max-width: 300px;
}

.calculatorBlock .calMultiplier {
    display: block;
    margin-top: 36px;
}

.calculatorBlock .calculatorField .control input.input-text[type="number"] {
    width: 120px;
    font-size: 16px;
    color: #333333;
    margin: 0 !important;
    height: 34px;
    font-weight: 300;
}

.calculatorBlock .calculatorField {
    width: 120px;
}

.calculatorBlock .calculatorField .label .inputUnit {
    font-weight: 350;
}

.calculatorBlock .calculatorField .note {
    font-size: 11px;
}

#product-options-wrapper .calculatorField label.label {
    margin-bottom: 8px;
    display: block;
}

.filter-block .filter-list .text .label {
    padding: 0;
    float: left;
}

.shipping-area #calculations strong {
    color: #333333;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    display: inline-block;
    padding-right: 17px;
}

.shipping-area .calculatorBlock .label {
    display: block;
    margin-bottom: 9px;
}

.shipping-area .calculatorBlock .label .inputUnit {
    font-size: 16px;
}

.shipping-area #calculations {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #777777;
    margin: 0 0 14px;
}

.shipping-area #base_price {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #777777;
    margin: 0 0 14px;
}

.shipping-area #base_price strong {
    color: #333333;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    display: inline-block;
    padding-right: 17px;
    text-transform: lowercase;
}

.calculatorBlock .calculatorField .jcf-number {
    border: 1px solid #ACACAC;
    padding: 0px;
    height: 34px;
}

.calculatorBlock .calculatorField .jcf-number input[type="number"] {
    border: none;
    text-align: left;
    padding: 0 10px;
}

.calculatorBlock .calculatorField .jcf-number .jcf-btn-inc,
.calculatorBlock .calculatorField .jcf-number .jcf-btn-dec {
    display: none;
}

.cms-print .print-options-use li:first-child span.text:first-letter {
    text-transform: uppercase;
}

.updateCart {
    width: 100px;
    position: relative;
}

@media (max-width: 991px) {
    .updateCart {
        margin-top: -26px;
    }
}

.updateCart .clearcart {
    display: block;
    position: relative;
    font-weight: 300;
    color: #333333;
    font-size: 12px;
    line-height: 24px;
    border: 1px solid #ACACAC;
    box-shadow: none;
    width: 100%;
    position: relative;
    padding: 5px 5px 5px 27px;
    outline: none;
}

.updateCart .clearcart:hover {
    background: #999999;
    color: #FFFFFF;
}

.updateCart .clearcart i {
    position: absolute;
    left: 7px;
    top: 10px;
    font-size: 14px;
    line-height: 1;
}

.block.shipping .title strong {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}

#co-shipping-method-form .items li.methods-data-wrap {
    cursor: pointer;
}
#co-shipping-method-form .items li.methods-data-wrap:focus {
    outline: 2px solid #000;
}

.update_cart_btn {
    padding: 5px 0 0 !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #999999;
}

.update_cart_btn i {
    font-size: 14px;
    line-height: 14px;
}

.update_cart_btn:hover {
    text-decoration: underline;
    color: #CD2027;
    background: none !important;
}

.closeFotoramaBtn {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    font-size: 50px;
    z-index: 99999;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-weight: 200;
    color: #999999;
}

.fotorama--fullscreen .closeFotoramaBtn {
    display: block;
}

@media (max-width: 991px) {
    .closeFotoramaBtn {
        width: 40px;
        height: 40px;
        font-size: 40px;
        line-height: 40px;
    }
}

@media (max-width: 991px) {
    .closeFotoramaBtn {
        top: 25px;
    }
}

.swatchSliderInner .slide {
    display: none;
}

.items.methods .methods-data-wrap .item-title > span {
    position: relative;
}

.methods-data-wrap .item-title .field-tooltip {
    z-index: 999;
    top: -4px;
}

@media (max-width: 480px) {
    .methods-data-wrap .item-title .field-tooltip {
        right: 17px;
    }
}

.methods-data-wrap .item-title .field-tooltip .field-tooltip-action {
    padding: 0;
    position: relative;
}

a.fullscreenDisable {
    pointer-events: none;
}

.items.methods .item-title span.shippingTitle {
    padding: 0;
}

.login-container {
    padding-top: 30px;
}

.fieldset.create.account {
    padding: 30px 0;
}

.customer-account-create .main-area {
    padding-top: 30px;
}

.pci-dss-info-block {
    width: 100% !important;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    color: #333333;
}

.pci-dss-info-text {
    padding-left: 12px;
    width: 100%;
    padding-right: 22px;
}

label#card-details-label {
    display: none;
}

#payPalReview #order-review-form label:before {
    content: '\F00C';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 2px;
    top: 5px;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
}

#payPalReview #order-review-form label::after {
    border: 1px solid #999999;
    height: 17px;
    left: 2px;
    position: absolute;
    top: 4px;
    width: 17px;
    content: '';
}

#payPalReview #order-review-form input[type="checkbox"]:checked + label:before {
    opacity: 1;
    visibility: visible;
}

#payPalReview #order-review-form label::after {
    margin: 0;
}

#payPalReview #order-review-form label::before {
    content: '\F00C' !important;
    top: 8px !important;
    left: 5px !important;
    background: transparent !important;
}

#block-discount .actions-toolbar .primary .btn-primary {
    background: #eee !important;
    color: #333 !important;
}

#block-discount .actions-toolbar .primary .btn-primary:hover {
    background: #999 !important;
    color: #fff !important;
}

.notification-bar .messages div {
    margin: 0 !important;
}

#block-discount {
    margin: 0 -20px;
}

.cart-foot .fieldset.coupon .field {
    margin: 20px 0 25px;
}

.shipping-policy-block .field-tooltip-content {
    right: 0;
    left: auto;
    margin: 0;
    top: 40px;
    bottom: auto;
}

.shipping-policy-block .field-tooltip-content:before {
    border: none !important;
}

.shipping-policy-block.field-tooltip .field-tooltip-content {
    top: 36px !important;
}

.shipping-policy-block.field-tooltip .field-tooltip-content:before {
    top: 16px !important;
    bottom: auto !important;
    left: auto !important;
    right: 25px !important;
}

form.form-login .field-tooltip .field-tooltip-content {
    bottom: 150%;
}

.address-box-wrap .edit-address-link span {
    font-weight: 300;
}

.address-box .action-select-shipping-item {
    position: static !important;
    margin: 0 !important;
}

#wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

#pci-svg {
    top: 3px !important;
    left: -29px;
}

.modal-title {
    text-transform: lowercase;
}

.form-shipping-address .field-tooltip-content {
    left: 50% !important;
    top: auto !important;
    right: auto !important;
}

.htmlsitemap-index-index .main-area {
    padding: 30px 0;
}

.htmlsitemap-index-index .main-area a {
    color: #333;
}

.htmlsitemap-index-index .main-area a:hover {
    color: #980000;
}

.sitemap-section h5.char-title {
    margin-bottom: 10px;
}

.payment-method.stripe-payments .payment-method-content:not(:empty) {
    padding-bottom: 20px;
    margin: 0;
}

.payment-method.stripe-payments .payment-method-content {
    padding-bottom: 0;
    margin-top: -20px;
}

.payment-method.stripe-payments .payment-method-content .fieldset.ccard #stripe_payments_cc_owner_div,
.payment-method.stripe-payments .payment-method-content .fieldset.ccard #stripe_payments_cc_number_div,
.payment-method.stripe-payments .payment-method-content .fieldset.ccard #stripe_payments_cc_expiration_div,
.payment-method.stripe-payments .payment-method-content .fieldset.ccard #stripe_payments_cc_cid_div {
    margin-bottom: -30px;
}

.payment-method.stripe-payments .payment-method-content .fieldset.ccard #stripe_payments_cc_owner_div:not(:empty),
.payment-method.stripe-payments .payment-method-content .fieldset.ccard #stripe_payments_cc_number_div:not(:empty),
.payment-method.stripe-payments .payment-method-content .fieldset.ccard #stripe_payments_cc_expiration_div:not(:empty),
.payment-method.stripe-payments .payment-method-content .fieldset.ccard #stripe_payments_cc_cid_div:not(:empty) {
    margin-bottom: 20px;
}

#stripe-payments-card-errors.populated {
    margin-bottom: 0;
}

.btn-default:hover {
    background: #999 !important;
    border-color: #999 !important;
    color: #FFFFFF !important;
}

.value.shippingCarrierTitle {
    font-weight: 500;
    display: block;
}

.value.shippingMethodTitle {
    font-weight: 300;
}

.confirmation-style {
    margin: 0 -15px;
    padding: 30px 0 0;
}

.confirmation-wrap-holder {
    display: flex;
    flex-wrap: wrap;
}

.confirmation-map {
    width: 57%;
    margin-top: -42px;
    position: relative;
}

.confirmation-map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.confirmation-description {
    flex-basis: 0;
    flex-grow: 1;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #333;
    text-align: justify;
    padding-right: 50px;
}

.confirmation-description p {
    margin: 0 0 30px;
}

.confirmation-description address {
    display: block;
    margin: 0 0 30px;
}

.confirmation-description .guestContent {
    padding: 30px 0 0;
}

.confirmation-description .btn-primary {
    margin-left: 0 !important;
}

.confirmation-description .order-number {
    display: block;
}

.confirmation-description .order-number span {
    font-weight: 500;
}

.message.success {
    margin-bottom: 0;
}

.confirmation-address .title {
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.confirmation-address .btn-primary {
    color: #FFFFFF;
}

.checkout-onepage-success #registration {
    display: none !important;
}

.account-info-form .fake-label {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #333;
}

.account-content .form-address-edit select#region_id,
.account-content .form-address-edit select#country {
    text-transform: none;
}

#form-validate .region #region {
    padding-left: 14px;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    font-family: "Roboto", "Arial", "Helvetica", sans-serif;
}

.field input[name="telephone"],
.field input[name="fax"] {
    box-shadow: none;
}

.product-list-by-char ul {
    font-weight: 300;
}

.account .messages {
    margin-bottom: 0 !important;
}

.account .messages div:first-child {
    margin-bottom: 20px;
}

.popup-holder .price .oldPrice {
    padding-left: 15px;
    position: relative;
}

.messages.new {
    width: 100%;
}

.messages.new .message {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.messages.new .message .close-message {
    margin: 0;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 1px solid #333;
    cursor: pointer;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
}

.messages.new .message .close-message:hover {
    background: #cd2027;
    color: #fff;
}

.modal-popup.confirm .modal-content {
    font-size: 16px;
    line-height: 24px;
}

.modal-popup.confirm .modal-footer {
    justify-content: flex-start;
    border: none;
}

.modal-popup.confirm .action-dismiss {
    order: 2;
    background: #eee;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    padding: 12px 27px;
    height: 44px;
    text-transform: lowercase;
    color: #333;
    width: 120px;
    border: none;
}

.modal-popup.confirm .action-dismiss:hover {
    background: #999;
    color: #fff;
}

.modal-popup.confirm .action-accept {
    order: 1;
    background: #cd2027;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 20px;
    padding: 12px 27px;
    height: 44px;
    text-transform: lowercase;
    width: 120px;
    border: none;
    margin-right: 10px;
}

.modal-popup.confirm .action-accept:hover {
    background: #980000;
}

#contact-form .field .label {
    text-transform: lowercase;
    color: #333;
    font-weight: 400;
    font-size: 16px;
}

body._has-modal {
    overflow-y: visible;
}

/*PayPal Review*/
#payPalReview {
    text-align: left;
    margin-top: 0;
}

#payPalReview .heading h2,
#payPalReview .heading h1 {
    text-transform: lowercase;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    border: none;
}

#payPalReview .heading {
    border-bottom: 1px solid #F2F2F2;
    padding: 0 0 8px;
    margin: 0 0 27px;
}

#payPalReview .cart-head {
    margin: 0;
    display: block;
}

#payPalReview .sidebar-holder {
    /*padding: 15px;*/
    /*background: #F5F5F5;*/
    /*position: relative;*/
}

#payPalReview .sidebar-holder .order-total-box {
    background: #FFFFFF;
    padding: 19px;
    border: 1px solid #D2D2D2;
    margin-bottom: 10px;
}

#payPalReview .sidebar-holder .order-total-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#payPalReview .sidebar-holder .order-total-box ul .orderItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
}

#payPalReview .sidebar-holder .order-total-box ul .orderItem .text {
    max-width: 200px;
    text-transform: lowercase;
    display: block;
}

#payPalReview .sidebar-holder .order-total-box ul .orderItem .amount {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: 300;
}

#payPalReview .sidebar-holder .order-total-box ul .grand.totals.orderItem {
    font-weight: 700;
    padding: 25px 0 0;
}

#payPalReview .sidebar-holder .order-total-box ul .grand.totals.orderItem .amount {
    font-weight: 700;
}

#payPalReview .box.box-section-billing-address .box-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#payPalReview .box.box-section-billing-address .box-content .payName {
    margin: 0 30px 0 15px;
    font-weight: 700;
}

#payPalReview .box.box-section-billing-address .box-content .payEmail {
    color: #666666;
}

#payPalReview .block-content .box.box-section-shipping-address,
#payPalReview .block-content .box.box-section-shipping-method {
    margin-bottom: 30px;
}

#payPalReview .box.box-section-billing-address .box-actions {
    margin-top: 25px;
    margin-bottom: 10px;
}

#payPalReview .box.box-section-billing-address #order-review-form {
    text-align: left;
}

#payPalReview .box.box-section-billing-address #order-review-form label,
#payPalReview .box.box-section-billing-address #order-review-form span {
    font-weight: 300;
}

#payPalReview .box.box-section-billing-address #order-review-form .primary {
    float: none;
}

#payPalReview .box.box-section-shipping-method .jcf-select {
    border: 1px solid #C9C7C7;
}

#payPalReview .box.box-section-shipping-method .jcf-select .jcf-select-text {
    margin: 10px 0 10px 15px;
}

#payPalReview .box.box-section-shipping-method .jcf-select .jcf-select-opener::before {
    top: 8px;
}

#payPalReview .box.box-section-shipping-method .jcf-select .jcf-select-opener {
    right: 6px;
}

#payPalReview .box.box-section-billing-address #order-review-form .primary #review-button {
    background: #cd2027 !important;
    border-color: #cd2027 !important;
    color: #FFFFFF !important;
}

#payPalReview .box.box-section-billing-address #order-review-form .primary #review-button:hover {
    background: #980000 !important;
    border: 1px solid #980000 !important;
    color: #fff !important;
}

#payPalReview .reviewRight {
    overflow: hidden;
}

#payPalReview .reviewRight .paypal-review-items {
    position: relative;
}

#payPalReview .reviewRight .paypal-review-items:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    bottom: -9999px;
    /*content: '';*/
    background: #f5f5f5;
}

.agreements-modal .action-hide-popup:hover {
    background: #999 !important;
    color: #fff !important;
}

.agreements-modal .modal-header {
    min-height: 60px;
}

.agreements-modal .action-close:hover:before {
    color: #cd2027 !important;
}

.paypal-review .checkout-agreement label {
    position: relative;
    padding-left: 36px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #333333;
}

.paypal-review .checkout-agreement label .action-show {
    font-weight: 300;
    outline: none;
}

.paypal-review .checkout-agreement label button span {
    padding-top: 0;
}

.paypal-review .checkout-agreement label:before {
    content: '\F00C';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 2px;
    top: 3px;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
}

.paypal-review .checkout-agreement label:after {
    border: 1px solid #999999;
    height: 17px;
    left: 2px;
    position: absolute;
    top: 4px;
    width: 17px;
    content: '';
}

.paypal-review .checkout-agreement input[type="checkbox"] {
    position: fixed;
    opacity: 0;
    visibility: hidden;
}

.paypal-review .checkout-agreement input[type="checkbox"]:checked + label:before {
    opacity: 1;
    visibility: visible;
}

.payment-method .label a.action.action-help {
    color: #9F9F9F !important;
}

.payment-method .label a.action.action-help:focus,
.payment-method .label a.action.action-help:active {
    color: #9F9F9F !important;
}

.payment-method .label a.action.action-help:hover {
    color: #CD2027 !important;
}

#product_addtocart_form .range-holder .jcf-btn-inc.qty-disabled {
    pointer-events: none;
}

#product_addtocart_form .range-holder .jcf-btn-inc.qty-disabled::before {
    opacity: .3;
}

.login-container .block .block-title {
    font-size: 18px;
    font-weight: 500;
    text-transform: lowercase;
}

.login-container .field.note,
.login-container .block-content p {
    font-size: 16px;
    font-weight: 300;
}

.login-container .label span {
    font-size: 16px;
    font-weight: 400;
    text-transform: lowercase;
}

.login-container .choice .label span {
    font-weight: 300;
}

.login-container .fieldset::after {
    text-transform: lowercase;
}

.login-container .actions-toolbar .secondary a.action {
    text-transform: lowercase;
}

.form.contact .field.subject .control select {
    height: 38px;
    font-size: 14px;
    color: #333;
}

.form.contact .field.subject .control .jcf-select {
    border-color: #c2c2c2;
}

.account-container {
    padding: 30px 0;
}

.account-container .fieldset::after,
.form-create-account .fieldset.create.account::after {
    text-transform: lowercase;
}

.form.password.forget .note {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.form.password.forget .label {
    text-transform: lowercase;
    font-weight: 400;
    font-size: 16px;
}

.form.password.reset .note {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.form.password.reset .label,
.form-create-account label {
    text-transform: lowercase;
    font-weight: 400;
    font-size: 16px;
}

#password-strength-meter {
    font-size: 14px;
    font-weight: 300;
}

.mobileSlider .swatchImage.swatch-option.image {
    max-width: 34px;
    background-size: 30px !important;
    border: 1px solid #999 !important;
}

.cat-caption, .cat-wide-caption {
    font-weight: 400;
    font-size: 14px;
    color: #555;
    padding-left: 15px;
    align-self: center;
}

.cat-caption {
    flex: 0 0 30%;
}

.cat-wide-caption {
    flex: 0 0 100%;
}

.cat-text {
    padding-left: 15px;
    font-weight: 300;
    font-size: 14px;
    color: #555;
    flex-grow: 1;
}

img.care-instructions {
    padding: 0 0 0 15px;
    margin: 0 !important;
    height: 30px !important;
    width: auto !important;
}

.care-container {
    min-height: 100px;
}

.sales-order-view .tabset li.active a {
    background: #cd2027 !important;
    color: #fff !important;
}

.sales-order-view .product-card-total .data-row.total .title,
.sales-order-view .product-card-total .data-row.total .amount .price {
    font-weight: 500 !important;
}

.sales-order-view .product-card .product-col04 .qty-invoice {
    text-align: center !important;
}

.sales-order-view .invoice-tab .product-col04 {
    width: 165px;
    text-align: center;
}


@media (max-width: 359.98px) {
    .sales-order-view .prodDetailSection .product-card span.price {
        width: 117px;
    }

    .sales-order-view .product-card .product-col04 {
        width: 105px !important;
        padding: 0 !important;
    }

    .sales-order-view .product-card .product-col04 .qty-invoice {
        text-align: left !important;
    }
}

@media (min-width: 1200px) {
    .sales-order-view .product-col03 {
        text-align: center;
    }
}

.sales-order-view .invoice-tab .product-col03 {
    text-align: right;
}

.sales-order-view .invoice-tab .invoice-head .product-col03 .title {
    display: block;
    padding-right: 4px;
}

.sales-order-view .invoice-tab .qty-invoice {
    text-align: center;
}

.sales-order-view #tab4-0 .product-col03 {
    text-align: right;
}

.order-holder .data-holder ul li .date {
    text-transform: none;
}

.sales-order-view .order-holder .address .addressTitle {
    display: block;
}

.sales-order-view .order-holder .address > br:nth-child(2) {
    display: none;
}

@media (min-width: 768px) {
    .wishProductCard.product-card .card-holder .product-head .info-list.list-unstyled {
        min-height: 90px;
    }
}

.wishProductCard .action-option-holder {
    position: absolute;
    bottom: 0;
    right: 19px;
}

@media (max-width: 991.98px) {
    .wishProductCard .action-option-holder {
        right: 0;
    }
}

.wishProductCard .product-col03 {
    width: 270px;
}

.wishProductCard .product-col04 {
    position: absolute;
    right: 0;
    top: 0;
}

.wish-head h3 {
    font-size: 21px;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
}

.wishProductCard .product-col02 .price-container .price,
.wishProductCard .product-col04 .total-price {
    font-size: 16px;
}

.wishProductCard .product-col04 .total-price {
    color: #333;
    font-weight: 400;
}

.sales-order-printinvoice .main {
    max-width: 1176px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}

.sales-order-printinvoice .invoice-logo {
    max-width: 323px;
    margin: 0;
    padding: 35px 17px 22px;
}

.sales-order-printinvoice .main-area {
    border-top: 2px solid #e0e0e0;
}

.sales-order-printinvoice .main-area .container {
    padding: 0;
}

.sales-order-printinvoice .titleH1 {
    position: absolute;
    right: 27px;
    top: -115px;
    font-weight: 400;
    font-size: 24px;
}

.sales-order-printinvoice .order-details-items .order-title {
    border: none;
    position: absolute;
    right: 25px;
    top: -67px;
}

.sales-order-printinvoice .block-order-details-view .block-title {
    display: none;
}

.sales-order-printinvoice .block-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 20px;
}

.sales-order-printinvoice .block-content-col {
    width: 50%;
}

.sales-order-printinvoice .column {
    width: 100%;
}

.sales-order-printinvoice .box-title strong {
    font-weight: 500;
    text-transform: lowercase;
}

.sales-order-printinvoice .box-content {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #333;
}

.sales-order-printinvoice .table-order-items tfoot {
    display: block;
    table-layout: fixed;
    padding: 11px 20px;
    border: none !important;
}

.sales-order-printinvoice .product-head .limit {
    color: #999;
}

.sales-order-printinvoice .table-order-items tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.sales-order-printinvoice .table-order-items th {
    display: block;
    background: none;
    padding: 0 !important;
    text-align: left !important;
    width: 200px;
    border: none !important;
}

.sales-order-printinvoice .table-order-items td {
    display: block;
    width: 110px;
    text-align: right;
    padding: 0 !important;
    border: none !important;
}

.sales-order-printinvoice .table-wrapper {
    border: none;
    padding: 0 !important;
}

.sales-order-printinvoice .grand_total {
    padding-top: 30px;
}

.sales-order-printinvoice .grand_total strong {
    font-weight: 500;
}

.sales-order-printinvoice .product-head .info-list .info-name {
    width: 120px;
}

.sales-order-printinvoice .product-card .description-head .name {
    font-weight: 300;
}

.product-head .info-list .info-name {
    width: 120px;
}

#payPalReview #order-review-form label:before {
    width: 8px;
    height: 8px;
    background: #777777;
    border-radius: 50%;
    margin: -4px 0 0 -4px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    content: '';
    position: absolute;
    left: 8px;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}

/*shared wishlist*/
.wishlist-main .titleH1 {
    margin: 10px 0 0;
    text-transform: none;
}

.wishlist-shared-index #wishListBlock .product-info-item {
    max-width: 200px;
}

.wishlist-shared-index .form.shared.wishlist {
    margin-top: 35px;
}

.form.shared.wishlist .actions-toolbar .btn-holder.cartbtns {
    text-align: right;
}

.form.shared.wishlist .actions-toolbar .btn-holder.cartbtns .btn-default.action.towishlist {
    width: auto !important;
    padding: 11px 50px !important;
}

.account .table-order-items .col {
    width: auto;
}

.account .table-order-items .col .view {
    display: inline-block;
}

.account .table-order-items .col .order {
    font-size: 16px;
    font-weight: 300;
}

.catalog-product-view .product-holder .product-info-main .brand-label,
.catalog-product-view .product-holder .product-info-main .brand-image {
    display: none;
}

.prodDetailSection .product-card-total .data-row,
.saleOrderPrint .product-card-total .data-row {
    margin-bottom: 0;
}

.saleOrderPrint .product-card-total .data-row.total span {
    font-weight: 600;
}

.saleOrderPrint .printHeader .headInfo.invoiceHeadInfo {
    text-align: right;
    padding-top: 36px;
    font-weight: 400;
}

.saleOrderPrint .printHeader .headInfo.invoiceHeadInfo .invoiceBlock {
    display: block;
    font-weight: 300;
    margin-top: 10px;
}

@media print {
    .saleOrderPrint .product-section .product-card,
    .saleOrderPrint .product-section .product-card-total {
        page-break-inside: avoid;
    }
}

/* Print Order */
.saleOrderPrint .printHeader {
    overflow: hidden;
}

.saleOrderPrint .printHeader .headLogo {
    float: left;
    max-width: 323px;
}

.saleOrderPrint .printHeader .headLogo a img {
    display: inline-block;
    max-width: 100%;
    padding: 35px 17px 22px;
}

.saleOrderPrint .printHeader .headInfo {
    float: right;
    font-size: 20px;
    font-weight: 400;
    padding: 55px 20px 20px;
}

.saleOrderPrint td,
.saleOrderPrint th {
    padding: 0;
}

.saleOrderPrint .block-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 20px;
    border-top: 2px solid #E0E0E0;
}

.saleOrderPrint .block-content-col {
    width: 50%;
}

.saleOrderPrint .block-content-col .box-title {
    text-transform: lowercase;
    font-weight: 500;
}

.saleOrderPrint .block-content-col .box-content {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.saleOrderPrint .product-col03 {
    text-align: center;
    font-weight: 300;
}

.form-create-account .create .legend span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-transform: lowercase;
}

.form.wishlist.share .legend span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-transform: lowercase;
}

.form.wishlist.share .field .label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: lowercase;
}

.form.wishlist.share .submit.primary {
    background: #eee;
    margin-top: 30px !important;
    margin-left: 0 !important;
    color: #333;
}

.form.wishlist.share .submit.primary:hover {
    background: #999 !important;
    color: #fff !important;
    border-color: #999 !important;
}

#wishListBlock .product-col01 {
    width: 646px !important;
}


#wishlist-view-form .actions-toolbar .primary {
    display: flex !important;
    flex-wrap: wrap;
    width: 100% !important;
    float: none !important;
    position: relative;
}

@media (min-width: 768px) {
    #wishlist-view-form .actions-toolbar .primary {
        padding-left: 20px !important;
    }

    #wishlist-view-form .actions-toolbar .primary .action {
        width: 161px !important;
        margin-right: 13px !important;
    }
}

#wishlist-view-form .actions-toolbar .primary .action {
    background: #eee !important;
    color: #333 !important;
    height: 44px !important;
    padding: 10px !important;
    font-size: 16px !important;
    line-height: 24px !important;
    text-align: center !important;
    display: block !important;
}

#wishlist-view-form .actions-toolbar .primary .action.tocart {
    float: right !important;
    margin: 0 !important;
    top: 0;
}

@media (min-width: 768px) {
    #wishlist-view-form .actions-toolbar .primary .action.tocart {
        float: right !important;
        margin: 0 !important;
        position: absolute;
        right: 22px;
        top: 0;
        width: 171px !important;
    }
}

#wishlist-view-form .actions-toolbar .primary .action:hover {
    background: #999 !important;
    color: #fff !important;
    border-color: #999 !important;
}

.account-content .order-holder .data-holder li strong {
    font-weight: 400;
}

.product-meta .trackerList {
    margin: 15px 0 0;
    font-size: 16px;
}

.product-meta .trackerList li {
    margin-bottom: 2px;
}

.product-meta .trackerList li .date {
    color: #999;
    font-weight: 300;
}

.form.wishlist.share .submit.primary:active {
    background: #999 !important;
    color: #FFF !important;
    border-color: #999 !important;
}

.prodDetailSection .product-section {
    margin-bottom: 30px;
}

.prodDetailSection .product-section:last-child {
    margin-bottom: 0;
}

#wishListBlock .title a,
#wishListBlock .name,
#wishListBlock .info-list .info-text,
#wishListBlock .info-list .info-name {
    text-transform: none !important;
}

.creditPrint .product-card .price,
.creditPrint .product-card .total-price {
    padding-top: 0;
}

#wishListBlock .card-holder .btn.btn-primary {
    margin-right: 0 !important;
    right: 0;
}

@media (min-width: 768px) {
    #wishlist-view-form .actions-toolbar .primary .action.tocart {
        right: 19px !important;
    }
}

@media (min-width: 768px) {
    #wishListBlock .product-info-list .price {
        position: static;
    }
}

.gift-options-cart-item {
    padding: 0 !important;
    float: none !important;
    width: auto !important;
}

#track_order #order_id,
#track_order #email_address {
    font-size: 14px;
    color: #333;
    font-weight: 300;
}

.product-card-total .data-row.totalRefund1 .title,
.product-card-total .data-row.totalRefund1 .amount .price {
    font-weight: 500;
}

.product-card-total .data-row.totalRefund2 .title,
.product-card-total .data-row.totalRefund2 .amount .price {
    font-weight: 400;
}

.prodDetailSection .product-card-total .data-row.adjustmentFund {
    padding-top: 10px;
}

.notes-row .description h3 {
    text-transform: lowercase;
}

@media print {
    .saleOrderPrint:last-child {
        page-break-after: auto;
    }

    div.product-card {
        page-break-inside: avoid;
    }

    .page-print.account #wrapper {
        overflow: visible;
    }

    html, body {
        height: auto;
    }
}

.product-meta-head {
    margin-bottom: 20px;
}

.product-meta-head .product-meta {
    margin-bottom: 10px;
}

.product-meta-head .info-list.list-unstyled li .info-name {
    font-weight: 300;
    width: 65px;
    display: inline-block;
    color: #333333;
    font-size: 16px;
}

.product-meta-head .info-list.list-unstyled li .date {
    font-weight: 300;
    color: #999999;
    display: inline-block;
    font-size: 16px;
}

.vestrackorder-index-index .message-success.success.message {
    margin-bottom: 30px !important;
}

#content .image-holder .lazyCompleted img[src*="svg"] {
    display: none !important;
}

#content .image-holder img[src*="svg"],
#wrapper .main #content .image-holder .image-thumb-overlay img[src*="svg"],
#content .image-holder img.lof-lazy {
    width: 81px !important;
    height: auto !important;
    display: inline-block !important;
    position: absolute !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto !important;
    max-width: 81px !important;
}

#content .image-holder .container-thumb-overlay {
    text-align: center;
    position: relative;
}

@media (min-width: 1200px) {
    #content .image-holder .container-thumb-overlay {
        height: 176px !important;
    }
}

#content .image-holder .overlay-thumb-overlay img[src*="svg"] {
    width: auto !important;
    height: auto !important;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto !important;
    max-width: 81px !important;
}

.section-holder table td[data-th="status"] {
    text-transform: lowercase;
}

.form.wishlist.share textarea {
    font-size: 16px;
    font-weight: 300;
}

#content .image-holder img {
    transition: width 0.4s ease 0.4s;
}

#content .image-holder .lazyCompleted img[src*="jpg"],
#content .image-holder .lazyCompleted img[src*="png"],
#content .image-holder .lazyCompleted img[src*="gif"],
#content .image-holder .lazyCompleted img[src*="jpeg"]{
    width: 100% !important;
    transition: width 0.4s ease 0.4s;
}

@media print {
    body {
        overflow: visible !important;
        display: block !important;
        height: auto !important;
    }

    #wrapper {
        display: block !important;
    }

    .product-card-total {
        background: #eee !important;
        display: block !important;
    }

    .invoice-head {
        background: #F2F2F2 !important;
        display: table !important;
        width: 100% !important;
    }

    .invoice-head div {
        display: table-cell !important;
        padding: 14px 20px !important;
    }

    .card-holder {
        display: table !important;
        width: 100%;
    }

    .invoice-head {
        display: block !important;
    }

    .product-col01 {
        width: 525px !important;
    }

    .product-col02 {
        width: 85px !important;
    }

    .product-col03 {
        width: 196px !important;
    }

    .product-col04 {
        width: 140px !important;
    }

    .card-holder .product-col01,
    .card-holder .product-col02,
    .card-holder .product-col03,
    .card-holder .product-col04,
    .card-holder .product-col05 {
        display: table-cell !important;
        padding: 0 20px !important;
        vertical-align: top;
    }

    .product-card .price {
        position: static !important;
        width: 76px !important;
        padding: 0 !important;
    }

    .card-holder .product-col03 {
        width: 152px !important;
        padding-left: 33px !important;
        text-align: left !important;
        position: relative;
        left: 41px;
    }

    .card-holder .product-col02 {
        width: 85px !important;
    }

    .card-holder .product-col04 {
        width: 115px !important;
        position: relative;
        left: 8px;
    }

    .product-card .price {
        position: static !important;
        width: 118px !important;
        padding: 0 !important;
    }

    .total-price .price {
        width: 102px !important;
    }

    .product-card .total-price {
        position: static !important;
        width: auto !important;
        padding: 0 !important;
        margin-left: -24px !important;
    }
}

.catListivew .lazyLoader {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: -40px auto 0;
    max-width: 80px;
}

.catListivew .container-thumb-overlay {
    z-index: 1;
}

@media all and (max-width: 1199.98px) and (min-width: 768px) {
    .wishlist-index-index .products-grid.wishlist .product-head .info-list {
        min-height: 110px;
    }
}

@media (min-width: 768px) {
    .wishlist-index-index .products-grid.wishlist .product-info-item .option-holder {
        margin-bottom: 1px;
    }
}

.product-head .info-list .info-text {
    flex-basis: 0;
    flex-grow: 1;
}

.wishlist-index-index .products-grid.wishlist .product-info-list strong {
    font-weight: 400;
}

.cart-container .product-section .product-head .info-list {
    min-height: 55px;
}

/*SLIDER LAYOUT*/
.page-layout-cms-layout .owl-carousel .owl-stage-outer {
    height: auto !important;
}

.page-layout-cms-layout .showSlider h2 {
    margin: 0 0 27px;
    color: #333;
    font-size: 24px;
    position: relative;
    text-align: center;
    line-height: 27px;
    font-weight: 300;
}

.page-layout-cms-layout .showSlider h2 span {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    background: #FFFFFF;
    position: relative;
    z-index: 9;
}

.page-layout-cms-layout .main-area.inner {
    padding-bottom: 0;
}

.page-layout-cms-layout .custom-slider {
    padding-bottom: 30px;
    left: 50%;
    margin: 30px -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
}

.page-layout-cms-layout .owl-carousel .banner-item .content_slider {
    display: none;
}

.page-layout-cms-layout .showSlider .owl-controls .owl-nav .owl-prev,
.page-layout-cms-layout .showSlider .owl-controls .owl-nav .owl-prev:hover {
    background: url("../images/arrow-prev-blog.png") no-repeat center center transparent;
}

.page-layout-cms-layout .showSlider .owl-controls .owl-nav .owl-next,
.page-layout-cms-layout .showSlider .owl-controls .owl-nav .owl-next:hover {
    background: url("../images/arrow-next-blog.png") no-repeat center center transparent;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus {
    outline: none;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.flickity-prev-next-button {
    top: 30px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: none;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.flickity-prev-next-button.previous {
    left: 0;
}

.flickity-prev-next-button.next {
    right: 0;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 0;
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 0;
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 40%;
    height: 40%;
}

/* ---- page dots ---- */

.flickity-button-icon {
    display: none !important;
}

.mobile-ver {
    display: none !important;
}

#swipeUpSellGrid .blocks-slider .old-price.sly-old-price.no-display,
#swipeRelatedGrid .blocks-slider .old-price.sly-old-price.no-display {
    display: inline-block !important;
}

#swipeRelatedGrid .blocks-slider .price .price-box,
#swipeUpSellGrid .blocks-slider .price .price-box,
#swipeShopCollectionGrid .blocks-slider .price .price-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#swipeRelatedGrid .blocks-slider .price .price-box .old-price .price,
#swipeUpSellGrid .blocks-slider .price .price-box .old-price .price {
    position: relative;
}

.catalog-product-view .aboutus-area {
    border-top: 1px solid #d5d5d5;
    padding-top: 33px;
    margin-bottom: 25px;
}

.tablet-ver {
    display: none !important;
}

@media (max-width: 1199px) {
    .banner-caption h1 {
        font-size: 80px !important;
    }

    #wishListBlock .card-holder .btn.btn-primary {
        margin-top: 10px !important;
    }

    #wishListBlock .product-info-list .price {
        letter-spacing: 0;
    }
}

@media (max-width: 991.98px) and (min-width: 768px) {
    .banner-caption h1 {
        font-size: 68px !important;
    }
}

@media (max-width: 767.98px) and (min-width: 360px) {
    .banner-caption h1 {
        font-size: 42px !important;
    }
}

@media (max-width: 359.98px) {
    .banner-caption h1 {
        font-size: 32px !important;
    }
}

@media (max-width: 991px) {
    .tablet-ver {
        display: block !important;
    }
    .product-col02 {
        width: 100%;
    }
}

@media (max-width: 359px) {
    .product-head .info-list {
        font-size: 14px;
    }

    .product-head .info-list .info-name {
        font-size: 14px;
    }

    .product-head .name {
        font-size: 14px;
    }

    .product-head .title {
        font-size: 14px !important;
    }

    .jcf-number input {
        font-size: 14px;
    }

    .product-card span.price:before {
        top: 0 !important;
    }

    .wishProductCard .product-col04 .total-price:before {
        font-size: 14px;
    }

    #wishListBlock .product-info-list .price {
        font-size: 14px;
    }

    .wishlist-index-index .product-info-list li:last-child {
        letter-spacing: -0.2px;
    }

    .wishlist-index-index .product-info-list li:last-child {
        width: 122px;
    }
}

/*task # 894*/
img.customLoader {
    width: 40px;
    height: 40px;
    margin: -13px 0 0;
}

#shipping-method-buttons-container .btn-primary.disabled,
#shipping-method-buttons-container .btn-primary:disabled {
    background-color: #e6e6e6;
}

.page-wrapper {
    padding-top: 35px;
}

@media (max-width: 768px) {

    .lightbox-close.fancybox-item.fancybox-close {
        top: 0;
        right: 0;
    }

    #infoTabs .product.data.items > .item.title {
        margin-top: 5px !important;
    }

    .product-head-area .print a {
        display: none;
    }

    .data.item.title .tab-opener i {
        position: absolute;
        right: 20px;
        top: 14px;
    }

    .data.item.title .tab-opener i {
        display: block;
    }

    .data.item.title.active .tab-opener i {
        transform: rotate(-180deg);
    }

    .quickview-index-view .lightbox-block .pagination {
        margin-top: 8px;
    }

    .lightbox-area.lightbox-area-fixed .fancybox-wrap.fancybox-desktop {
        padding: 20px 15px;
        max-width: 100% !important;
    }

    .product-slider li.video-thumb-icon::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .tabs-area .logo-area .image-holder {
        width: auto;
        max-width: 340px;
        margin: 0 auto;
    }

    #content .row .article-holder,
    #subCatView .article-holder,
    .swipeSliderSection.article-holder {
        width: calc(50% - 20px) !important;
        padding: 0 !important;
        margin: 0 9px 16px;
    }

    .header-area.toolbar-products {
        display: block !important;
        margin-top: 20px;
    }

    .header-area.toolbar-products .pagination {
        display: block !important;
    }

    .header-area.toolbar-products .pagination li {
        display: inline-block !important;
        position: static !important;
    }

    .header-area.toolbar-products .modes {
        display: table;
        margin: 0 auto;
    }

    .header-area.toolbar-products .items-show {
        display: none !important;
    }

    .header-area.toolbar-products .select-area {
        display: block;
        margin: 0 0 20px;
    }

    .modes .modes-label {
        float: left;
        margin: 0 18px 15px 0;
    }

    .header-area .select-area .select-holder {
        padding: 0;
        width: auto !important;
        display: inline-block;
    }

    .modes-mode {
        background-color: hsl(0, 0%, 94%);
        border-color: hsl(0, 0%, 80%) currentcolor hsl(0, 0%, 80%) hsl(0, 0%, 80%);
        border-image: none;
        border-style: solid none solid solid;
        border-width: 1px 0 1px 1px;
        box-shadow: 0 1px 0 0 hsl(0, 0%, 100%) inset, 0 -1px 0 0 hsla(0, 0%, 80%, 0.3) inset;
        color: hsl(0, 0%, 37%);
        display: inline-block;
        float: left;
        font-weight: 400;
        line-height: 1;
        padding: 7px 10px;
        text-align: center;
        text-decoration: none;
    }

    .modes-mode.mode-list {
        border-width: 1px;
        border-color: hsl(0, 0%, 80%);
        border-style: solid;
    }

    .modes-mode::before {
        color: hsl(0, 0%, 49%);
        content: "\e60d";
        display: inline-block;
        font-family: "luma-icons";
        font-size: 16px;
        font-weight: 400;
        line-height: inherit;
        overflow: hidden;
        text-align: center;
        vertical-align: middle;
    }

    .modes-mode > span {
        border: 0 none;
        clip: rect(0px, 0px, 0px, 0px);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .mode-list::before {
        content: "\e60b";
    }

    .modes-mode.active {
        background: hsl(0, 0%, 87%) none repeat scroll 0 0;
        box-shadow: 0 1px 0 0 hsla(0, 0%, 80%, 0.8) inset, 0 -1px 0 0 hsla(0, 0%, 80%, 0.3) inset;
        color: hsl(0, 0%, 62%);
    }

    .price.oldPrice::after {
        top: 7px;
        left: 4px !important;
    }

    #amslider_id1 .swiper-button-prev {
        left: 0 !important;
    }

    #amslider_id1 .swiper-button-next {
        right: 0 !important;
    }

    .jcf-select-drop .jcf-select-drop-content .jcf-list-content {
        max-height: 250px !important;
    }

    .main div#amasty-shopby-overlay img {
        left: 0 !important;
        right: 0;
        width: 81px;
        margin: auto;
        position: fixed;
    }

    .search-row .filter-sidebar {
        z-index: 999999999999;
    }

    .rewardMenu.openRewardMenu ul,
    .rewardMenu.openRewardMenu {
        display: block;
    }

    .mobileMenu {
        display: block !important;
    }

    #infoTabs .product.data.items {
        margin: 30px 0 0;
    }

    .post-list .post-content .post-description .post-ftimg-hld {
        float: none;
        width: 100%;
        margin: 0 auto;
    }

    .post-list .post-content .post-description .featuredImage {
        float: none !important;
        width: 100% !important;
    }

    .post-list .post-header .post-title {
        float: none;
    }

    .post-list .post-holder .post-header .addthis_toolbox {
        float: none;
        width: 100%;
        display: block;
        padding: 0 !important;
        text-align: center;
    }

    .post-list .post-holder .post-header .addthis_toolbox a {
        float: none;
        display: inline-block;
        margin-bottom: 0;
    }

    .cart-area .fieldset .field label.label,
    .cart-area .product-add-form .product-options-wrapper .field:not(.date) > .control,
    .cart-area .product-options-bottom .quantity .lable,
    .cart-area .product-add-form .quantity .lable,
    .cart-area .product-options-bottom .quantity .field-holder,
    .cart-area .product-add-form .quantity .field-holder {
        width: 100%;
    }

    .page-products .columns,
    .rooms-area {
        padding-top: 0;
    }

    .post-list-wrapper .post-list {
        padding: 0;
    }

    .toolbar-blog-posts .pagination {
        padding: 0;
    }

    .toolbar-blog-posts .pagination .item {
        position: static !important;
    }

    .owl-height {
        height: auto !important;
    }

    .carousel .slideset .slide {
        width: 50% !important;
    }

    .category .carousel .slideset .slide {
        width: 50% !important;
    }

    .main-area .section .img-holder {
        float: none;
        margin: 0 0 20px;
        width: 100%;
    }

    .main-area .pagination {
        bottom: 0;
    }

    .carousel .btn-prev,
    .carousel .btn-next {
        top: 30px;
    }

    .main-area .tagline {
        font-size: 18px;
        line-height: 28px;
    }

    .headerRight {
        margin: 0 10px;
    }

    .cart-area {
        padding: 20px 0;
    }

    .cart-area .col-left {
        width: 100%;
        max-width: 320px;
        margin: 0 auto 10px;
    }

    .cart-area .col-right {
        width: 100%;
    }

    .cart-area h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .cart-area .row,
    .cart-area .rowSection {
        margin: 0 0 5px;
    }

    .cart-area .row .col-holder,
    .cart-area .rowSection .col-holder {
        width: 100%;
    }

    .cart-area .row .col-holder:first-child,
    .cart-area .rowSection .col-holder:first-child {
        width: 100%;
    }

    .cart-area .btn-holder {
        text-align: center;
    }

    .cart-area .btn-holder a {
        min-width: 170px;
    }

    .tabs-area .content-holder {
        padding: 15px;
    }

    .tabs-area h2 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 10px;
    }

    .tabs-area p {
        margin: 0 0 10px;
    }

    .tabs-area .list {
        padding: 0 0 0 10px;
    }

    .tabs-area .list li {
        padding: 0 0 0 15px;
    }

    .tabs-area .logo-area .text-holder {
        padding: 0 0 15px;
    }

    .tabs-area .logo-area .col-sm-12 {
        display: block;
    }

    .tabs-area .logo-area .text-holder {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }

    .tabset {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .tabset li {
        width: 50%;
    }

    .carousel-area {
        max-width: 320px;
        margin: 0 auto 9px;
    }

    .carousel-area .carousel .mask {
        margin: 0 -8px;
    }

    .carousel-area .carousel .slide {
        padding: 0 8px;
    }

    .visual .container {
        width: 100%;
        text-align: center;
    }

    .visual .text-holder,
    .banner-area .text-holder {
        font-size: 14px;
        line-height: 18px;
        margin: 0;
        padding: 0 0 0 18px;
    }

    .visual .text-holder::before,
    .banner-area .text-holder::before {
        width: 2px;
        bottom: 7px;
    }

    .visual h1,
    .banner-area h1 {
        font-size: 40px;
        line-height: 44px;
        text-align: left;
    }

    .rooms-area .room-wrap {
        margin: 0 0 10px;
    }

    .rooms-area .room-wrap .head {
        font-size: 16px;
        line-height: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .rooms-area .room-wrap .head p {
        margin: 0 0 10px;
    }

    .rooms-area .room-wrap .head a {
        font-size: 14px;
        line-height: 18px;
    }

    .rooms-area .room-wrap .col {
        width: 100%;
        margin: 0 0 10px;
    }

    .rooms-area .head-area {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 15px;
    }

    .rooms-area .room-info .row .col {
        width: 50%;
        margin: 0 0 10px;
    }

    .room-info .image-holder {
        width: 100%;
    }

    .rooms-area .room-info .text-holder {
        padding: 10px 0;
    }

    .rooms-area .article .image-holder {
        width: 100%;
        max-width: 320px;
        margin: 0 auto 15px;
    }

    .rooms-area .article .text-holder {
        width: 100%;
        margin: 0;
    }

    .rooms-area .article p {
        margin: 0 0 15px;
    }

    .header-area {
        display: none;
    }

    .two-cols {
        overflow: visible;
        padding: 15px 0 0;
    }

    .aside,
    .widget.block.block-categories,
    .widget.block.block-recent-posts,
    .widget.block.block-archive,
    .widget.block.block-block-rss {
        position: fixed;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        top: 0;
        bottom: 0;
        overflow: auto;
        background: #FFFFFF;
        z-index: 999;
        width: 280px;
        padding: 10px 10px 310px 20px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        margin: 0 0 0 -20px;
    }

    #content .row,
    #subCatView {
        margin: 0 -8px;
    }

    #content .row .article-holder,
    #subCatView .article-holder {
        width: 50%;
        padding: 0 8px;
    }

    #content .foot {
        padding: 10px 0;
    }

    #content .items-show {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #content .pagination {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .bottom-block .col-left .col,
    .bottom-block .col-right .col {
        width: 33.333%;
        padding: 0 5px 0 0;
    }

    .bottom-block h4 {
        font-size: 12px;
        line-height: 15px;
    }

    .bottom-block .link {
        font-size: 12px;
        line-height: 15px;
    }

    .bottom-block blockquote {
        display: none;
    }

    .bottom-block .form-area {
        width: 100%;
    }

    .bottom-block .social-networks {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .bottom-block .social-networks li {
        padding: 0 5px;
    }

    .product-page1 .cart-area .wrap {
        margin: 0;
    }

    .product-page2 .cart-area .wrap {
        margin-bottom: 10px;
    }

    .lightbox {
        width: 100%;
    }

    #fancybox-wrap {
        top: 100px !important;
    }

    .popup-holder {
        left: 0 !important;
        top: 0 !important;
        transform: translate(0px, 0px) !important;
        width: 100%;
    }

    .rooms-area .room-wrap .head a:after {
        display: none;
    }

    .designRow .manufactureArea {
        width: 100%;
    }

    .designRow .manufactureArea .manufacturerImage {
        width: 205px;
        margin: 0 auto;
    }

    .designRow .manufactureArea {
        display: block;
        text-align: center;
    }

    .cms-showroom iframe {
        position: relative;
        width: 100%;
    }

    .room-info blockquote {
        padding-left: 20px;
        text-align: center;
    }

    .modals-wrapper + .fancybox-opened {
        z-index: 8030;
        width: 90% !important;
        right: 20px;
        margin: auto;
    }

    .filter-opener:hover {
        /*background: #333333;*/
    }

    .block-collapsible-nav {
        position: relative;
        top: 0;
    }

    .table-wrapper.rewardpoints-transactions-recent .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td:before {
        display: none;
    }

    .mobileMenu .cart i {
        font-size: 12px;
    }

    #form-validate .cart_wrap_bottom .col-1 {
        margin-top: 50px;
    }

    .cart_detail .cart_wrap ul {
        padding-left: 0;
        text-align: center;
    }

    .cart_detail .cart_wrap ul a {
        font-size: 12px;
    }

    .cart-foot {
        padding-left: 0;
        padding-right: 0;
    }

    .cart-foot .fieldset.coupon {
        width: 300px;
    }

    .product-info-main .product-info-price .price-box,
    .product-info-main .product-info-stock-sku {
        text-align: center !important;
    }
    .product-detail-section .product-holder .product-info-main .product-info-price .price-box {
        text-align: left !important;
    }
    .filter-opener,
    .nav-opener {
        display: block;
    }

    .searchsuite-autocomplete {
        left: 0 !important;
        right: 0 !important;
    }

    .shippingText + li {
        display: block;
        width: 100%;
    }

    .cartbtns #product-addtocart-button {
        width: 100%;
    }

    .cartbtns .btn-default.action.towishlist {
        width: 100%;
        margin-top: 20px;
    }

    .col-holder .download {
        display: block;
        margin: 0 0 15px;
    }

    .relateslide .swiper-button-prev {
        left: -5px !important;
    }

    .relateslide .swiper-button-next {
        right: -5px !important;
    }

    #infoTabs .social-area {
        display: none;
    }

    .product-info-main .product-info-price {
        width: 100% !important;
    }

    .catalog-product-view.page-layout-1column .cart-area.prodnew .col-right.product-info-main {
        width: 100%;
    }

    .menu li.active ul {
        display: block !important;
    }

    .menu li.parent a.level-top {
        position: relative;
    }

    .menu li.parent a.level-top:after {
        position: absolute;
        right: 12px;
        content: '';
        width: 8px;
        height: 8px;
        position: absolute;
        top: 50%;
        border: 3px solid #666666;
        border-width: 0 0 3px 3px;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -6px;
        line-height: 0;
        z-index: 1;
    }


    .swipeSliderSection .amslider .swiper-button-next {
        right: 0 !important;
    }

    .swipeSliderSection .amslider .swiper-button-prev {
        left: 0 !important;
    }

    #infoTabs .data.item.content {
        padding: 0 !important;
        margin-top: 24px !important;
    }

    .visual {
        padding: 0 0 19px;
    }

    .product-holder .fotorama__stage {
        height: 410px !important;
    }
    .gallery-placeholder .gallery-placeholder__image {
        height: 410px !important;
    }

    .product-holder .fotorama__nav__shaft.fotorama__grab {
        margin: 0 !important;
    }

    .fotorama__nav__frame.fotorama__nav__frame--dot {
        padding: 0 !important;
        margin: 0 !important;
    }

    .fotorama__nav__shaft.fotorama__grab {
        justify-content: center;
    }

    .brandlist .block-content .row .col-sm-6 .brand-image {
        height: auto !important;
    }

    .brandlist .block-content .row .col-sm-6 .brand-image img {
        position: static !important;
        min-height: 10px !important;
        height: auto !important;
        max-width: 75%;
    }

    .review-control-vote label::before, .review-control-vote::before {
        font-size: 26px;
    }

    .review-form .label {
        text-transform: lowercase;
    }

    .catalog-product-view .product-options-wrapper .selectMaterialBtn {
        padding: 0 15px;
    }

    .catalog-product-view .product-options-wrapper .selectMaterialBtn::after {
        right: 5px;
    }

    .product-holder .product-slider .pagination {
        margin-top: 0;
    }

    .product-holder .priceSkuBlock .product-info-price .pricearea.freeShippingSection {
        padding-left: 10px;
    }

    .catalog-product-view .cartbtns {
        display: flex;
    }

    .catalog-product-view .cartbtns #product-addtocart-button,
    .catalog-product-view .cartbtns .btn-default.action.towishlist {
        float: none;
    }

    .catalog-product-view .cartbtns #product-addtocart-button {
        width: 47% !important;
        min-width: 10px;
        padding: 9px 9px 10px;
    }

    .catalog-product-view .cartbtns .btn-default.action.towishlist {
        padding: 10px 15px 10px;
        min-width: 10px;
        width: 46%;
    }

    .product-options-bottom {
        margin-bottom: 20px;
    }

    #infoTabs .data.item.content {
        margin-bottom: 30px !important;
    }

    #infoTabs #product_info_faq {
        margin-bottom: 0;
    }

    #infoTabs .data.item.content {
        border-width: 0 !important;
    }

    .tabs-area .detaildesc {
        margin: 0 !important;
    }

    .tabs-area .detaildesc .manufactureArea {
        border: none;
        margin: 0;
    }

    .tabs-area .detaildesc .manufacturerDes {
        padding: 0;
    }

    .designRow .manufactureArea > a {
        width: auto;
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .designRow .manufactureArea .manufacturerImage {
        margin: 0 auto;
    }

    .slick-slide .container-thumb-overlay:hover .overlay-thumb-overlay {
        display: none;
    }

    .slick-slide .container-thumb-overlay.imageClickBlock.first-tap .overlay-thumb-overlay {
        display: block;
    }

    #amasty-shopby-product-list .magikquickview {
        display: none !important;
    }

    .account-content .heading h1 {
        font-size: 18px !important;
        letter-spacing: 0.5px !important;
        margin-left: 5px;
    }

    #search_autocomplete.search-autocomplete {
        top: 56px;
    }

    .account-content .heading {
        margin: 0 0 26px;
    }

    .account-info-form h2 {
        font-size: 17px !important;
    }

    .newsletter-manage-index .account-info-form h2 {
        margin-bottom: 24px !important;
    }

    .account-info-form .check-holder .fake-label {
        padding-left: 31px;
    }

    .account-info-form .check-holder {
        margin: 0 0 12px;
    }

    #form-validate.account-info-form .action.save.primary {
        width: 202px;
    }

    .cart-opener .icon-cart {
        margin: 5px -3px 0 0;
    }

    .account-content .heading h1 {
        font-size: 18px !important;
    }

    .account-content .heading {
        margin: 0 0 32px !important;
    }

    .section-holder h2 {
        font-size: 16px !important;
    }

    .section-holder .head a,
    .section-holder .head a span {
        font-size: 17px !important;
    }

    .order-table tr td::before {
        font-size: 15px !important;
    }

    .order-table tr td {
        font-size: 16px !important;
        line-height: 26px !important;
    }

    .order-table tr {
        margin: 0 0 22px !important;
        padding: 3px 0 30px !important;
    }

    .order-table tr td:last-child {
        padding-top: 0 !important;
    }

    .section-holder table td .bar {
        margin: 0 0 0 9px !important;
        padding: 0 0 0 11px !important;
    }

    .section-holder .review-list li {
        margin-bottom: 29px !important;
    }

    .section-holder .review-list li .title {
        margin: 4px 0 0 !important;
    }

    .order-table {
        border: none !important;
    }

    .order-table thead {
        display: none !important;
    }

    .filter-slide .rating-summary {
        margin-top: 0 !important;
    }

    .section-holder .review-list li .title {
        margin: 0;
    }

    .customer-account-index .section-holder {
        margin-bottom: 20px;
    }

    .customer-account-edit .account-info-form h2 {
        padding: 9px 20px;
    }

    .customer-account-edit .account-info-form label {
        margin: 0 0 6px;
    }

    .customer-account-edit .account-info-form input[type="text"],
    .customer-account-edit .account-info-form input[type="email"],
    .customer-account-edit .account-info-form .form-control {
        margin: 0 0 -8px
    }

    .customer-account-edit .account-info-form .check-holder .fake-label {
        padding-left: 26px;
    }

    .order-holder .status {
        font-size: 16px !important;
    }

    .order-holder .status i {
        font-size: 23px;
        line-height: 16px;
        margin: 2px 6px 0 0;
    }

    .order-holder h2 {
        font-size: 16px !important;
    }

    .sales-order-view .order-holder .head {
        margin-bottom: 24px !important;
    }

    .order-holder {
        margin-bottom: 4px !important;
    }

    .sales-order-view .order-wrap {
        margin-bottom: 25px;
    }

    .product-head .title {
        font-size: 16px !important;
        letter-spacing: 0.2px;
    }

    .product-head .title a {
        text-transform: none !important;
    }

    .product-head .name {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 7px;
        text-transform: none;
    }

    .product-head .info-list {
        font-size: 16px;
    }

    .product-head .info-list .info-name {
        width: 94px !important;
        font-size: 16px;
    }

    .product-head .info-list li {
        margin-bottom: 4px !important;
    }

    .product-info-item .btn.btn-primary {
        font-size: 18px !important;
        position: relative !important;
        right: -4px !important;
        top: -11px !important;
        width: 189px !important;
    }

    .product-info-item .range-holder {
        margin: -27px 0 15px !important;
    }

    .product-info-item .option-holder {
        position: relative !important;
        top: 20px !important;
    }

    .product-card .option-list li:first-child:before {
        left: -10px !important;
    }

    .product-card .option-list li:first-child {
        padding-right: 23px !important;
    }

    .product-head .wrap {
        margin-bottom: 16px;
    }

    .product-info-list {
        margin-top: 0 !important;
    }

    .product-info-list .title {
        display: block !important;
        margin-right: 35px;
    }

    .wishlist-index-index .product-info-list li:last-child {
        font-size: 16px;
        font-weight: 400;
        margin-top: 4px;
        position: absolute;
        right: 0;
        width: 140px;
        justify-content: space-between !important;
    }

    #wishListBlock .product-info-list li strong.title {
        margin-right: 0;
        letter-spacing: -0.7px;
    }

    .wishlist-index-index .product-info-list li:first-child .title {
        display: none !important;
    }

    .product-card {
        padding: 14px 14px 4px;
    }

    .product-info-list li {
        justify-content: flex-end !important;
    }

    .price-container.price-final_price {
        position: relative;
    }

    .wishlist-index-index .product-info-item .range-holder {
        float: right !important;
    }

    #wishListBlock .product-info-item .btn-primary {
        right: 6px !important;
    }

    .product-card span.price:before {
        top: -2px !important;
    }

    .actions-toolbar .action.tocart {
        margin-bottom: 10px !important;
    }

    .wishlist-index-index .product-info-item .range-holder {
        float: left !important;
        margin-top: -30px;
    }

    #wishlist-view-form #wishListBlock .product-info-item .btn-primary {
        margin-top: 15px !important;
        display: inline;
        position: static !important;
    }

    .catalogsearch-result-index #content.catGridView {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .product-detail {
        margin: 0 -25px;
    }

    .product-detail .product-sidebar form#shipping-zip-form,
    .product-detail .ord-summery-wrap form#shipping-zip-form {
        padding: 15px 20px !important;
    }

    .product-sidebar .cartProcessBtn {
        margin: 25px 17px 0;
        overflow: hidden;
        width: calc(100% - 34px);
    }

    .product-detail .product-sidebar > strong:first-child,
    .product-detail .ord-summery-wrap > strong:first-child {
        margin: 0 -9999px 10px !important;
        padding: 10px 9999px !important;
        background: #F2F2F2;
    }

    .catalog-product-view .product-options-wrapper .swatch-attribute-options,
    .catalog-product-view .product-options-wrapper .filedsec,
    .catalog-product-view .product-options-wrapper select {
        margin-bottom: 4px;
    }

    .catalog-product-view .product-options-wrapper .swatch-attribute-options {
        margin-bottom: 0;
    }

    #product-options-wrapper .fieldset .field {
        margin-bottom: 11px;
    }

    .range-wrap .title {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .descriptiontable {
        margin-bottom: 15px;
        margin-top: 0;
    }

    .review-form {
        padding-top: 30px;
    }

    .productReviewDetail strong {
        font-size: 18px;
        line-height: 22px;
    }

    .productReviewDetail {
        font-size: 14px;
        line-height: 17px;
    }

    .review-form .field {
        display: block;
    }

    .review-form .label {
        width: 100%;
    }

    .actions-toolbar.review-form-actions {
        margin-left: 0;
        margin-bottom: 20px;
    }

    .reviewRightBlock {
        padding-bottom: 0;
    }

    #tab1-0 .tab-description1 .designRow .tabs-area .logo-area {
        margin: 0;
    }

    .popup1 .col-sec ul li .hover-box {
        display: none !important;
    }

    .catalog-product-view .swatch-attribute span.swatch-attribute-label {
        font-size: 16px;
        line-height: 24px;
    }

    .review-list .block-title strong {
        font-size: 25px;
        line-height: 30px;
    }

    input[type="text"], input[type="password"],
    input[type="url"],
    input[type="tel"],
    input[type="search"],
    input[type="number"],
    input[type="datetime"],
    input[type="email"] {
        font-size: 16px;
    }

    .reviewRightBlock h3 {
        font-size: 22px;
        text-transform: lowercase;
        line-height: 25px;
    }

    .block-row .description .mobile-hidden .btn-holder {
        display: block !important;
    }

    #product-review-table #starLabel {
        margin-left: 190px;
        font-size: 16px;
        font-weight: 300;
    }

    .review-field-rating .control {
        margin-bottom: 28px;
    }

    .account .tab-content .active a.tab-opener,
    .vestrackorder-index-index .tab-content .active a.tab-opener {
        margin-bottom: 25px;
    }

    .account .tab-content .js-tab-hidden,
    .vestrackorder-index-index .tab-content .js-tab-hidden {
        position: static !important;
    }

    .account .orderDetail .product-col03,
    .vestrackorder-index-index .orderDetail .product-col03 {
        float: left;
        width: 130px;
        text-align: left;
    }

    .account .orderDetail .product-card .card-holder,
    .account .invoice-tab .product-card .card-holder,
    .vestrackorder-index-index .orderDetail .product-card .card-holder,
    .vestrackorder-index-index .invoice-tab .product-card .card-holder {
        overflow: hidden;
        padding-bottom: 23px;
    }

    .account .orderDetail .product-col01,
    .account .invoice-tab .product-col02,
    .vestrackorder-index-index .orderDetail .product-col01,
    .vestrackorder-index-index .invoice-tab .product-col02 {
        padding-bottom: 25px;
    }

    .account .orderDetail .product-col02,
    .account .invoice-tab .product-col03,
    .vestrackorder-index-index .orderDetail .product-col02,
    .vestrackorder-index-index .invoice-tab .product-col03 {
        position: relative;
    }

    .account .orderDetail .product-col02 .price,
    .account .invoice-tab .product-col03 .price,
    .vestrackorder-index-index .orderDetail .product-col02 .price,
    .vestrackorder-index-index .invoice-tab .product-col03 .price {
        bottom: -10px;
    }

    .account .orderDetail .product-col04,
    .account .invoice-tab .product-col05,
    .vestrackorder-index-index .orderDetail .product-col04,
    .vestrackorder-index-index .invoice-tab .product-col05 {
        position: relative;
        float: right;
        width: 28px;
        height: 28px;
    }

    .account .orderDetail .product-col04 .total-price,
    .vestrackorder-index-index .orderDetail .product-col04 .total-price {
        bottom: -13px;
    }

    .account .orderDetail .product-col04 .total-price .price,
    .account .invoice-tab .product-col05 .total-price .price,
    .vestrackorder-index-index .orderDetail .product-col04 .total-price .price,
    .vestrackorder-index-index .invoice-tab .product-col05 .total-price .price {
        bottom: 0;
    }

    .account .product-card-total .data-row .title,
    .account .product-card-total .data-row .amount .price,
    .account .product-card-total .data-row .amount,
    .vestrackorder-index-index .product-card-total .data-row .title,
    .vestrackorder-index-index .product-card-total .data-row .amount .price,
    .vestrackorder-index-index .product-card-total .data-row .amount {
        font-size: 16px !important;
        line-height: 21px !important;
    }

    .account .product-card-total .data-row .amount,
    .vestrackorder-index-index .product-card-total .data-row .amount {
        width: 110px !important;
    }

    .account .product-card-total .data-row,
    .vestrackorder-index-index .product-card-total .data-row {
        margin-bottom: 3px;
    }

    .account .product-card-total .data-row.total,
    .vestrackorder-index-index .product-card-total .data-row.total {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .tab-area .tab-opener::after,
    .tab-area .tab-opener1::after,
    .vestrackorder-index-index .tab-opener::after,
    .vestrackorder-index-index .tab-opener1::after {
        border-width: 7px 6px 0 6px !important;
    }

    .main-area.account .notes-area .notes-row,
    .vestrackorder-index-index .notes .notes-row {
        display: block;
        margin-bottom: 20px;
    }

    .main-area.account .notes-area .notes-row .description,
    .vestrackorder-index-index .notes .notes-row .description {
        margin: 3px 0 0;
    }

    .main-area.account .notes-row .description h3,
    .vestrackorder-index-index .notes-row .description h3 {
        margin-top: -23px;
        text-align: right;
    }

    .main-area.account .notes-area h2,
    .vestrackorder-index-index .notes h2 {
        background: #F2F2F2;
        margin: 0 -20px 20px !important;
        padding: 10px 20px !important;
    }

    .fotorama__nav-wrap {
        display: block !important;
        min-height: 45px;
    }

    .main-area.account .notes-area .notes-row .description p,
    .vestrackorder-index-index .notes .notes-row .description p {
        padding-left: 10px;
        text-align: justify;
    }

    .tab-area .product-card .total-price,
    .account .orderDetail .product-col02 .price,
    .account .invoice-tab .product-col03 .price,
    .vestrackorder-index-index .orderDetail .product-col02 .price,
    .vestrackorder-index-index .invoice-tab .product-col03 .price {
        right: 1px;
    }

    .sales-order-view #tab2-0 .invoice-tab .product-col04,
    .sales-order-view #tab4-0 .invoice-tab .product-col04,
    .vestrackorder-index-index #tab2-0 .invoice-tab .product-col04,
    .vestrackorder-index-index #tab4-0 .invoice-tab .product-col04 {
        width: 100px;
        text-align: left;
    }

    .sales-order-view #tab2-0 .invoice-tab .product-col04 {
        width: 115px;
    }

    .vestrackorder-index-index #tab2-0 .invoice-tab .product-col04,
    .vestrackorder-index-index #tab4-0 .invoice-tab .product-col04 {
        width: 130px;
    }

    .wishProductCard.product-card .price {
        bottom: 70px;
    }

    .wishProductCard.product-card .total-price {
        bottom: 1px;
    }

    .wishProductCard .product-col04 {
        top: auto;
        bottom: 112px;
        right: 0;
    }

    .wishProductCard .action-option-holder {
        bottom: 10px;
    }

    .wishProductCard .product-col04 .total-price:before {
        position: absolute;
        left: 0;
        top: 0;
        content: 'total:';
        font-size: 16px;
        line-height: 20px;
        color: #333;
        font-weight: 400;
    }

    .wishProductCard .action-option-holder {
        right: 0;
    }

    .wishProductCard .action-option-holder .option-list {
        margin-bottom: 10px;
    }

    .wishProductCard .range-holder {
        margin-bottom: 120px;
    }

    .vestrackorder-index-index .tab-area {
        margin-top: 34px;
    }

    .wishlist-index-index .products-grid.wishlist .product-head .info-list {
        margin-bottom: 20px;
    }

    .tablet-ver {
        display: none !important;
    }

    .mobile-ver {
        display: block !important;
    }

    .flickity-page-dots {
        left: 0;
    }

    .flickity-page-dots .dot {
        width: 8px;
        height: 8px;
    }

    .flickity-page-dots .dot {
        margin: 0 3px;
    }

    .catalog-product-view .aboutus-area {
        margin: 0;
    }

    .categoriesBlock .featured-prods-internal {
        margin: 0 -15px;
    }
}

@media (max-width: 575px) {
    .product-holder .fotorama__stage {
        height: 340px !important;
    }
    .gallery-placeholder .gallery-placeholder__image {
        height: 340px !important;
    }
}

@media (max-width: 479px) {
    .product-holder .fotorama__stage {
        height: 275px !important;
    }
    .gallery-placeholder .gallery-placeholder__image {
        height: 275px !important;
    }
    .product-info-main .product-info-price .price-box {
        width: 100%;
        margin-bottom: 5px;
        display: flex;
    }
    .priceSkuBlock .shipping-info p {
        margin-left: 0;
    }
}

@media (max-width: 399px) {
    .product-holder .fotorama__stage {
        height: 242px !important;
    }
    .gallery-placeholder .gallery-placeholder__image {
        height: 242px !important;
    }
}

.ui-slider-horizontal {
    border: none;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider-handle {
    display: block;
}

.ui-slider .ui-slider-handle {
    cursor: default;
    position: absolute;
    z-index: 2;
}

.ui-slider-horizontal {
    background: #dadada;
    border: none;
    border-radius: 0;
    height: 4px;
    cursor: pointer;
}

/*Affirm*/
#als_pdp {
    font-size: 0;
}

#als_pdp span.affirm-ala-price:before {
    content: "from ";
}

#als_pdp span.affirm-ala-price:after {
    content: "/mo. ";
}

#als_pdp span.affirm-ala-price,
#als_pdp .affirm-modal-trigger {
    font-size: 14px;
    font-weight: 300;
    color: #999999;
    text-transform: lowercase;

}

#als_pdp .affirm-modal-trigger {
    color: #CD2027;
}

/*clyde*/
span.clydeName {
    font-weight: 400;
}

.product-card .option-list li.edit_cart:before {
    display: none;
}

.product-card .option-list li.save_for_later:after {
    content: "";
    position: absolute;
    right: 0;
    top: 4px;
    bottom: 2px;
    background: #5d5d5d;
    width: 1px;
}

/*attribute Loader*/
#product-options-wrapper {
    position: relative;
    min-height: 100px;
}

#product-options-wrapper .loaderBlock {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(255, 255, 255, 0.5);
}

#product-options-wrapper .loaderBlock .lofLoader {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.block-row-wrap.listGridSection .block-image.image-holder {
    width: 264px;
    height: 176px;
}

@media (max-width: 1199.98px) {
    .block-row-wrap.listGridSection .block-image.image-holder {
        width: auto;
        height: auto;
    }
}

.block-row-wrap.listGridSection .lazyLoader {
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
}

.block-row-wrap.listGridSection .block-row::after {
    left: 0;
    right: 0;
}

.block-row-wrap.listGridSection .lazyLoader img {
    width: 81px;
    height: 81px;
    margin: 0 auto;
}

/*Product Gallery*/
.loadingGallery {
    position: relative;
}

.loadingGallery .loaderOverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(255, 255, 255, 1);
    z-index: 999;
    width: 100%;
    height: 100%;
}

.loadingGallery .galleryLoader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 9999;
    width: 200px;
}

#product-options-wrapper {
    min-height: 150px;
}

#product-options-wrapper .optionLoaderOverlay {
    position: absolute;
    z-index: 99;
    background: rgba(255, 255, 255, 1);
    width: 100%;
    height: 100%;
}

#product-options-wrapper .optionLoaderBlock img {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

@media (min-device-width: 320px) and (max-device-width: 768px) {
    @supports (-webkit-touch-callout: none) {
        .promoadd {
            transform: none !important;
        }
    }
}


@media print {
    .saleOrderPrint .product-col03 {
        position: static !important;
        text-align: center !important;
    }

    .product-card .product-col01 .product-head {
        padding-right: 0 !important;
    }

    .product-card .total-price {
        margin-left: -41px !important;
    }

    .invoice-tab .product-col01 {
        max-width: 435px !important;
    }

    .invoice-tab .product-col02 .product-head .info-list,
    .invoice-tab .product-col02 .product-head .limit {
        width: 165px !important;
    }

    .saleOrderPrint .product-head .info-list {
        width: 300px !important;
    }

    .saleOrderPrint .product-head .info-list .info-name {
        width: 100px !important;
    }
}

.product-card .product-head .cart.item.message.info {
    background-color: #F8F6F5;
    font-weight: 300;
}

.product-card .product-head .cart.item.message.info div::before {
    color: #F23C3C;
}

.lazyload.lazyTransparent,
.lazyloading.lazyTransparent {
    opacity: 0;
}

.lazyloaded.lazyTransparent {
    opacity: 1;
    transition: opacity 1.55s ease-in-out !important;
    -moz-transition: opacity 1.55s ease-in-out !important;
    -webkit-transition: opacity 1.55s ease-in-out !important;
}

.swatchHover.hover-box .lazyloaded.lazyTransparent {
    opacity: 1;
    transition: all 0.09ms !important;
    -moz-transition: all 0.09ms !important;
    -webkit-transition: all 0.09ms !important;
}

.swatchImage.lazyloaded.lazyTransparent,
.swatchCustomImage.lazyloaded.lazyTransparent {
    opacity: 1;
    transition: all 0.0001ms !important;
    -moz-transition: all 0.0001ms !important;
    -webkit-transition: all 0.0001ms !important;
}

.product-card .product-head .cart.item.message.info {
    margin-bottom: 0;
}

.show-mobile-only {
    display: none !important;
}

@media all and (max-width: 991.98px) and (min-width: 768px) {
    .prodDetailSection .product-section {
        padding-top: 10px;
    }

    .prodDetailSection .tab-area .product-card .total-price .price {
        right: 9px !important;
    }

    .prodDetailSection .tab-area .product-card .product-col03 .text {
        text-align: right !important;
    }

    .prodDetailSection .tab-area .product-card .product-col03 {
        top: 70px;
    }
}


.page-layout-cms-layout .showSlider h2:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 52%;
    height: 1px;
    content: "";
    background: #cbcbcb;
}

.message.info > :first-child:before {
    content: "\F071" !important;
    font-family: "Font Awesome 5 Pro Light" !important;
    font-size: 18px !important;
    line-height: 18px !important;
}

.buttonDisable a,
.buttonDisable button {
    pointer-events: none;
    cursor: no-drop;
    opacity: 0.7;
}

.product-card .option-list li.remove_cart.remove_alone::before {
    display: none;
}

.fotorama__stage__shaft.fotorama__grab .fotorama__stage__frame img {
    cursor: grab;
}

.fotorama__stage__shaft.fotorama__grab .fotorama__stage__frame img:active,
.fotorama__stage__shaft.fotorama__grab .fotorama__stage__frame img:focus,
.fotorama__stage__shaft.fotorama__grab .fotorama__stage__frame img:visited {
    cursor: grabbing;
}
.category-page .product-caption-bottom ul li, {
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
}

.category-page .product-caption-bottom ul li {
    padding: 0 0 0 26px;
    position: relative;
    list-style: none;
}

.category-page .product-caption-bottom ul li:after {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 14px;
    line-height: 14px;
    font-family: "Font Awesome 5 Pro";
    content: '\f105';
}

.rowSection.dimensionsBlock .download {
    text-decoration: underline;
}

.rowSection.dimensionsBlock .download:hover {
    text-decoration: none;
}

.product-about-area .download {
    color: #333 !important;
}

.product-about-area .download:hover {
    color: #cb2025 !important;
}

.blocks-slider-holder .heading-area h2 a {
    color: #333;
    text-decoration: underline;
}

.blocks-slider-holder .heading-area h2 a:hover {
    color: #cd2027;
}

div.swatch-option-tooltip {
    visibility: visible;
}

.product-options-wrapper .fieldset .field .control .input-text {
    margin: 8px 0 20px;
    width: 70%;
}

.info-list.clyde_list li {
    position: relative;
    padding: 0 0 0 15px;
}

.info-list.clyde_list li:after {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 14px;
    line-height: 14px;
    font-family: "Font Awesome 5 Pro";
    content: '\f105';
}

.clydeName {
    display: block;
    margin-bottom: 5px;
}

.info-list.clyde_list li {
    align-items: flex-start !important;
}

.product-head .info-list.clyde_list .info-name {
    width: 0 !important;
    font-size: 0 !important;
}

button.am-show-more {
    padding: 7px 15px;
}

button.am-show-more::before,
button.am-show-more::after {
    display: none !important;
}

.hideOnFront {
    display: none !important;
}

/*BETA2 CHANGES*/
.filterOverlay {
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

#orderinfo .tabset li.active a {
    background: #cd2027 !important;
    color: #FFFFFF !important;
}

.arrowicon {
    display: none;
}

.newsletterColBlock.col-md-12 {
    padding-right: 0;
}

.col-md-6.d-none.d-sm-block.testimonialColBlock {
    padding-left: 0;
}

.cart-container .col-xl-4.col-lg-5.col-12.pull-right {
    float: right;
}

#product-options-wrapper .selectedAttributeValue .swatch-option.selected.swatch-info.Csr2 {
    width: auto !important;
}

.blocks-slider-holder .image-holder img {
    aspect-ratio: 3/2;
}

.slick-slider {
    max-width: 100vw;
    width: 100%;
    overflow: hidden !important;
}

@media (min-device-width: 480px) and (max-device-width: 767px) {
    .blocks-slider.slick-slider .slick-arrow,
    .featured-prods-internal.slick-slider .slick-arrow {
        margin-top: -70px !important;
        top: 50% !important;
    }
}

.product-info-main .product-info-price .price-box .price-container > span.price-wrapper {
    display: block !important;
}

.catalog-product-view .productCrumbs li.breadcrumb-item:last-child {
    display: none;
}

.filter-options-content .item:first-child {
    margin-top: 10px !important;
}

.filter-options-content .item a:hover .count {
    color: #333333 !important;
}

.slideshowee .slick-slider {
    margin-bottom: 0 !important;
}

.slideshowee .slick-slider {
    padding: 0;
}

.slideshowee .slick-slider .slick-arrow:before {
    display: none;
}

.fotorama__fullscreen-icon:focus:after, .fotorama__zoom-out:focus:after, .fotorama__zoom-in:focus:after, .fotorama__arr:focus:after, .fotorama__stage__shaft:focus:after, .fotorama__nav__frame--thumb:focus .fotorama__thumb:after, .fotorama__nav__frame--dot:focus .fotorama__dot:after {
    display: none !important;
}

.page-layout-cms_layout .owl-carousel .banner-item .content_slider {
    display: none;
}

.range-holder #qty {
    text-align: center;
}

.customer-addresses-toolbar .limiter {
    display: flex !important;
}

.category-sidebar ul li a span.amshopby-highlighted {
    float: none;
}

.amshopby-slider-container.-default .am-slider:before, .amshopby-slider-container.-default .am-slider:after {
    display: none !important;
}

.info-list.clyde_list li {
    position: relative;
    padding: 0 0 0 15px;
}

.info-list.clyde_list li:after {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 14px;
    line-height: 14px;
    font-family: "Font Awesome 5 Pro";
    content: '\f105';
}

.clydeName {
    display: block;
    margin-bottom: 5px;
}

.info-list.clyde_list li {
    align-items: flex-start !important;
}

.product-head .info-list.clyde_list .info-name {
    width: 0 !important;
    font-size: 0 !important;
}

button.am-show-more {
    padding: 7px 15px;
}

button.am-show-more::before,
button.am-show-more::after {
    display: none !important;
}

.hideOnFront {
    display: none !important;
}

.category-page .product-caption-bottom ol {
    padding-left: 55px;
}

.category-page .product-caption-bottom ol li {
    padding: 0 0 0 11px;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
}

input[type=url]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=datetime]::placeholder {
    color: #bdbdbd;
}

/*BETA2 CHANGES*/
.filterOverlay {
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

#orderinfo .tabset li.active a {
    background: #cd2027 !important;
    color: #FFFFFF !important;
}

.arrowicon {
    display: none;
}

.newsletterColBlock.col-md-12 {
    padding-right: 0;
}

.col-md-6.d-none.d-sm-block.testimonialColBlock {
    padding-left: 0;
}

.cart-container .col-xl-4.col-lg-5.col-12.pull-right {
    float: right;
}

#product-options-wrapper .selectedAttributeValue .swatch-option.selected.swatch-info.Csr2 {
    width: auto !important;
}

@media (max-width: 767.98px) {
    .descriptiontable li {
        display: block;
        margin: 0;
        border-right: none;
        padding-right: 0;
        margin-right: 0;
        padding: 0 10px 0 58px;
        background-repeat: no-repeat;
        background-position: center left;
    }

    .descriptiontable {
        margin-bottom: 30px;
    }

    .fotorama__nav__shaft {
        justify-content: center;
    }

    .visual h1,
    .banner-area h1 {
        font-size: 42px;
        line-height: 45px;
    }

    #infoTabs .data.item.title a {
        width: 100%;
    }

    .product.data.items.tab-area {
        border: none;
    }

    #block-discount {
        margin: 0;
    }

    #block-discount {
        margin: 0;
    }

    .confirmation-description {
        padding-right: 0;
    }

    .confirmation-map {
        width: 100%;
    }

    .confirmation-style {
        padding-top: 0;
    }

    .confirmation-description {
        margin: 0 0 30px;
    }

    .confirmation-map {
        height: 220px;
    }

    .confirmation-map {
        margin-top: 0;
    }

    .paypal-review {
        font-size: 16px !important;
        line-height: 24px !important;
        font-weight: 300 !important;
    }

    .paypal-review address {
        margin: 0 !important;
    }

    .paypal-review .box .heading {
        margin: 0 -22px 20px !important;
        padding: 10px 22px !important;
        background: #F2F2F2 !important;
    }

    .paypal-review .box .heading h2 {
        color: #333 !important;
    }

    #payPalReview .block-content .box,
    #payPalReview .block-content .box {
        margin-bottom: 20px !important;
    }

    .paypal-review .block-order-details-view {
        margin-bottom: 20px !important;
    }

    .modal-popup.confirm .modal-inner-wrap {
        width: 95%;
    }

    html {
        overflow-x: hidden;
    }

    .js-slide-hiddenn {
        max-height: 0;
    }

    .js-slide-visible {
        max-height: 300px;
    }

    .cms-careers .data-wrap.data-accordion .data-slide .text ul {
        padding-left: 20px;
    }

    .cms-careers .data-wrap.data-accordion .data-slide .text ul li {
        padding-left: 18px;
    }

    .show-mobile-only {
        display: inline-block !important;
        text-align: left !important;
    }

    .actions-toolbar.clyde-cart-toolbar {
        margin-bottom: 0;
    }

    .wishlist-index-index .product-info-list li:last-child {
        right: 0;
    }

    .owl-carousel {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
    }

    #wishListBlock .product-col01 {
        width: 100% !important;
    }

    .sales-order-view .product-card .product-col04 .qty-invoice {
        text-align: left !important;
    }

    .sales-order-view .product-card .product-col04 {
        padding: 0 !important;
    }

    .tabs-area .logo-area .image-holder img {
        margin-bottom: 30px;
    }

    .imageClickBlock .overlay-thumb-overlay img {
        width: 100% !important;
    }

    .imageClickBlock.first-tap .overlay-thumb-overlay img {
        width: 100% !important;
    }

    /*#947*/
    .fotorama__nav__frame.fotorama__nav__frame--thumb {
        display: none !important;
    }

    .loadingGallery {
        margin: 0 -22px;
    }

    .js-slide-hiddenn {
        max-height: 0;
    }

    .js-slide-visible {
        max-height: 300px;
    }

    .product-detail-section .blocks-slider {
        margin: 0;
    }

    .product-detail-section #swipeRelatedGrid .blocks-slider,
    .product-detail-section #swipeUpSellGrid .blocks-slider {
        margin-left: 0;
        margin-right: 0;
    }

    .descriptiontable li.shipico {
        padding-left: 58px !important;
    }

    .product-detail-section .blocks-slider {
        margin: 0;
    }

    .product-detail-section #swipeRelatedGrid .blocks-slider,
    .product-detail-section #swipeUpSellGrid .blocks-slider {
        margin-left: 0;
        margin-right: 0;
    }

    .slick-slider .slick-arrow.slick-prev {
        left: -15px;
    }

    .slick-slider .slick-arrow.slick-next {
        right: -15px;
    }
}

@media (min-device-width: 480px) and (max-device-width: 767px) {
    .blocks-slider.slick-slider .slick-arrow,
    .featured-prods-internal.slick-slider .slick-arrow {
        margin-top: -50px !important;
        top: 50% !important;
    }

    .categoryBlock .blocks-slider-holder .featured-prods-internal.slick-slider .slick-arrow {
        margin-top: -70px !important;
    }
}

@media only screen and (max-width: 479px) and (min-width: 380px) {
    .main-area .blocks-slider.slick-slider .slick-arrow {
        top: 55px;
    }
}

.product-info-main .product-info-price .price-box .price-container > span.price-wrapper {
    display: block !important;
}

.catalog-product-view .productCrumbs li.breadcrumb-item:last-child {
    display: none;
}

.filter-options-content .item:first-child {
    margin-top: 10px !important;
}

.filter-options-content .item a:hover .count {
    color: #333333 !important;
}

.slideshowee .slick-slider {
    margin-bottom: 0 !important;
}

.slideshowee .slick-slider {
    padding: 0;
}

.slideshowee .slick-slider .slick-arrow:before {
    display: none;
}

.fotorama__fullscreen-icon:focus:after, .fotorama__zoom-out:focus:after, .fotorama__zoom-in:focus:after, .fotorama__arr:focus:after, .fotorama__stage__shaft:focus:after, .fotorama__nav__frame--thumb:focus .fotorama__thumb:after, .fotorama__nav__frame--dot:focus .fotorama__dot:after {
    display: none !important;
}

.page-layout-cms_layout .owl-carousel .banner-item .content_slider {
    display: none;
}

.page-layout-cms_layout .custom-slider {
    padding-bottom: 30px;
    left: 50%;
    margin: 30px -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
}

.range-holder #qty {
    text-align: center;
}

.customer-addresses-toolbar .limiter {
    display: flex !important;
}

.category-sidebar ul li a span.amshopby-highlighted {
    float: none;
}

.amshopby-slider-container.-default .am-slider:before, .amshopby-slider-container.-default .am-slider:after {
    display: none !important;
}

.abs-discount-code .form-discount .actions-toolbar {
    display: block;
    width: auto;
}


.filter-block .filter-options-content .am-show-more {
    padding: 7px 15px;
}

div#password-strength-meter-container, input#password, .field.password div.mage-error[generated] {
    z-index: 0;
}

.product-item.block-row .head {
    display: flex !important;
}

.listRow .price.oldPrice::after {
    left: 60px;
}

.popup1 .col-sec ul li .hover-box span {
    padding-left: 5px;
    padding-right: 5px;
}

body .swatch-option:focus {
    box-shadow: none;
}

@media (min-width: 992px) and (max-width: 1280px) {
    .customOptionPopup.popup1 .col-sec ul li:nth-child(7n-1) .hover-box,
    .swatchOptionBlock.popup1 .col-sec ul li:nth-child(7n-1) .hover-box,
    .customOptionPopup.popup1 .col-sec ul li:nth-child(7n) .hover-box,
    .swatchOptionBlock.popup1 .col-sec ul li:nth-child(7n) .hover-box {
        left: 0;
    }
}

.amshopby-item-removed {
    text-decoration: line-through !important;
}

html.fotorama__fullscreen div#topPromoBarDiv {
    display: none !important;
}

@media print {
    .cart-container {
        background-color: #000;
    }
}

.lac-notification-sticky .lac-notification {
    background: #555;
    padding: 10px 0;
}

.lac-notification-sticky .lac-notification .top-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    position: relative;
    -webkit-box-pack: justify;
    justify-content: center;
}

.lac-notification-sticky .lac-notification .top-container .wrapper {
    display: block;
    width: auto;
    float: none;
    margin: 0;
    padding: 0 10px;
}

.lac-notification-sticky {
    position: fixed;
    top: 35px !important;
    left: 0;
    right: 0;
    width: auto;
    transition: transform 0.4s;
}

.scroll-down .lac-notification-sticky {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    top: 0 !important;
}

.scroll-up .lac-notification-sticky {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.scroll-static .lac-notification-sticky {
    -webkit-transform: translateY(-400px);
    -ms-transform: translateY(-400px);
    transform: translateY(-400px);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.scroll-top .lac-notification-sticky {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

body.loggedInCustomer {
    padding-top: 60px;
}

@media (max-width: 545px) {
    .lac-notification-sticky .lac-notification .top-container .wrapper .lac-notification-close-link {
        font-size: 0;
    }

    .lac-notification-sticky .lac-notification .top-container .wrapper .lac-notification-close-link:after {
        top: 6px;
        position: absolute;
        z-index: 99;
        right: 0;

    }
}

.sort-active .topPromoBar, body.menu-active .topPromoBar {
    display: none;
}

.swatch-option-tooltip .title {
    font-size: 15px;
}

/*changes by anisha*/

.filter-sidebar .filter-options-content .am-filter-items-category_ids .items-children .item {
    margin-left: 12px;
}

.mpbrand-index-view .titleH1 {
    text-transform: none;
}

.account-info-form .field.choice .label,
.form-create-account .field.choice .label,
 .account-content .form-address-edit .field.choice .label {
    padding-left: 0;
}

/*changes by anisha*/
@media (max-width: 991.98px) and (min-width: 480px) {
    .product-info-price .shipping-info {
        text-align: right;
    }
}
@media (max-width: 1200px) and (min-width: 1024px) {
    .priceSkuBlock  .product-info-price .price-box .price-container .price {
        font-size: 18px;
    }
    .priceSkuBlock .product-info-price .old-price .price-final_price .price {
        font-size: 15px;
    }
    .priceSkuBlock .product-info-price span.discount {
        font-size: 14px;
    }
}
@media (max-width: 1024px) and (min-width: 991.98px) {
    .product-info-main .product-info-price .price-box {
        width: 100%;
    }
    .product-info-main .product-info-price .price-box {
        margin-bottom: -5px;
    }
    .priceSkuBlock .shipping-info p {
        margin-left: 0;
    }
}
@media (max-width: 1145px) and (min-width: 991.98px) {
    .product-holder .product-info-price .affirm-as-low-as {
        margin-top: 5px;
    }
}
.product-info-main .product-info-price {
    border: medium none;
    margin: 0 0 10px;
    background: #fff;
    z-index: 1 !important;
    overflow: hidden;
    position: relative
}
.custom-captcha-note {
    clear: both;
    padding-top: 10px;
}
.reviewTab .review-form .field-recaptcha {
    height: 0;
}
.filter-options-content .swatch-option-link-layered .swatch-option.image {
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    height: 30px;
    border: 0;
    background-size: 100% !important;
}

.swatch-attribute.swatch-layered.am-filter-items-ln_table_shape {
    margin-left: 0;
}
/*#amasty-shopby-product-list {
    width: inherit;
}*/
.mageprince-faq-collection .faq-accordion .ui-widget-content.ui-accordion-content-active {
    border: 0;
    border-bottom: 1px solid #cbcbcb;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}
.mageprince-faq-collection .faq-accordion .ui-widget-content.ui-accordion-content-active a {
    color: #cd2027;
}
.mageprince-faq-collection .ui-accordion h3.ui-accordion-header {
    font-size: 16px;
}