* {box-sizing: border-box;}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}
html{
    height: 100%;
}
body{
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
footer{
  margin-top: auto;
  padding-top: 30px;
}
@media screen and (max-width:991px) {
    .container, .container-sm{
        max-width: 100% !important;
    }

}
.header-strip{
    background-color:#093749;
    padding: 5px;
}
.container-fluid{
    padding-right: 0px !important;
    padding-left: 0px !important;
}
ul{
    margin-bottom: 0px !important;
}
ul li .account-top{
    display: flex;
    flex-direction: row-reverse;
}
li{
    list-style-type: none;
}
a{
    text-decoration: none !important;
    font-size: 14px;

}
.account-top{

    color: #fff;
    margin-right: 20px;

}
.search {
    width: 100%;
    position: relative;
    display: flex;
    top: 15%;
}

.searchTerm {
    width: 100%;
    border: 3px solid #00B4CC;
    border-right: none;
    padding: 5px;
    height: 46px;
    padding: 0 50px 0 20px;
    border-radius: 5px;
    outline: none;
    color: #9DBFAF;
}

.searchTerm:focus{
    color: #bf202f;
}

.searchButton {
    width: 40px;
    height: 35px;
    border: 1px solid #bf202f;
    background: #bf202f;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 5px;
    top: 14px;

}


.topnavbar img {
    overflow: hidden;
    background-color: transparent;

}

.topnavbar a {
    float: left;
    display: block;
    color: black;
    text-align: center;

}

/* .topnavbar a:hover {
  background-color: #ddd;
  color: black;
} */


.topnavbar input[type=text] {
    position: relative;
    padding: 6px;
    margin-top: 8px;
    /* margin-right: 16px; */
    border: none;
    font-size: 17px;
    border: 1px solid #cccccc;
}
.search-btn{
    position: absolute;
}
@media screen and (max-width: 600px) {
    /* .topnavbar a, .topnav input[type=text] {
      float: none;
      display: block;
      text-align: left;
      width: 100%;
      margin: 0;
      padding: 14px;
    } */

    .topnavbar input[type=text] {
        border: 1px solid #ccc;
    }
}
p.hsit{
    margin-bottom: .5rem !important;
}
.body-section{
    margin: 0;
    padding: 0;
    /* overflow: hidden; */
    background-color: #f2f8f8;
}
.body-ul {
    text-align: center;

}

.body-section li {
    display: inline-block;
}

.body-section li a {
    display: block;
    color: #222;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* .body-section li a:hover {
  background-color: #111;
} */

.product-sale-label {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    padding: 10px;
    background-color: #bf202f;
    border-bottom-right-radius: 10px;
    text-align: center;
    line-height: 1.4;
    font-size: 12px;
    color: #fff;
}
.product-sale-label .product-sale-label__amount {
    display: block;
}
.product-grid-item__info {
    margin-top: 0;
    padding: 5px;
    position: relative;
    top: -25px;
}
.product-grid-item__product-name {
    display: block !important;
    text-decoration: none !important;
    text-align: center !important;
    line-height: 1.5;
    font-weight: 400;
    font-size: 18px !important;
    color: #414141;
    transition: color .3s;
}
.product-grid-item__price {
    margin-top: 2px;
    margin-bottom: 4px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color:#000;
}
.product-grid-item__compare-at-price {
    display: inline-block;
    margin-left: 2px;
    text-decoration: line-through;
    font-size: 16px;
    font-weight: 400;
    color: #8b8b8b;
}
.cus-card{
    box-shadow: transparent;
    border: none !important;
}
.footer-color{
    background-color: #2b2b2b;
}
.footer__col-menu {
    border-right: 1px solid #cccccc;
}
.footer__contact {
    padding-top: 39px;
    font-size: 10px;
    text-align: center;
    color: #fff;

}
@media screen and (max-width:991px) {
    .footer__contact{
        padding-top: 0px;
        padding-bottom: 10px;
    }
    /* ul.footer__menu.text-center.pl-0.footer__contact li {
      display: inline;
  } */

}
.footer__col-contact {
    border-right: 1px solid #cccccc;
}
.footer__title--contact {
    font-size: 25px;
    font-weight: 700;
}

.footer__title {
    margin-top: 5px;
    margin-bottom: 14px;
    font-size: 22px;
    font-weight: 400;

    color: #fff;
}
.footer__contact .h5, .footer .footer__contact h5 {
    margin: 10px auto;
    font-size: 18px;
}
.footer__contact h5 a {
    display: inline-flex;
    align-items: center;
    font-size: 14px!important;
    font-weight: 700;
    text-decoration: none;
    color: #f1f1f1;
}
.footer__contact h5 span {
    padding-right: 10px;
}
.footer__contact p {
    font-size:10px;
    font-weight: 400;
    color: #fff;
}
.checkout-images {
    margin-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}
.checkout-images img {
    margin-bottom: 5px;
    margin-left: 1px;
    margin-right: 1px;
    height: 25px;
}
.footer__secondary {
    padding: 15px 0;
    background-color: #232323;
    font-size: 16px;
    line-height: normal;
    color:#ffffff;
}
.footer__secondary-row {
    align-items: center;
}
p.footer__copyright {
    margin-bottom: 0px;
}
.footer__secondary a {
    text-decoration: none;
    color: var(--footer-copyright-font-color);
}
.footer__socials {
    text-align: right;
}
.footer__socials .social-media {
    margin: 0;
}
.footer__socials li {
    display: inline-block;
    vertical-align: middle;

    margin: 0 10px;
}
.footer__socials li i{
    font-size: 20px;
}
.footer__socials a {
    text-decoration: none;
    color: #bbbbbb;
}
.categories{
    padding-bottom: 30px;
}
.breadcrumb {
    margin-bottom: 20px;
}
.breadcrumb a, .breadcrumb span {
    color: hsla(0,0%,40%,.7);
    vertical-align: bottom;
    line-height: 20px;
    text-transform: uppercase;
}
span.page-title {
    color: #000;
}
.collection-page .collection-page__viewing {
    display: flex;
    align-items: center;
}
.collection-page .collection-page__showing {
    display: flex;
    align-items: center;
}
.collection-page .collection-page__sort {
    display: flex;
    align-items: center;
    margin-left: 15px;
}
option {
    color: #000;
    background-color: #fff;
}
button, select {
    text-transform: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1 !important;
    margin: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: linear-gradient(
            180deg,#fff 0,hsla(0,0%,100%,0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#00ffffff",GradientType=0);
    background-position: 100%;
    background-image: var(--down-arrow-png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: #fafafa;
    padding-right: 25px;
    background-size: 10px;
    text-indent: .01px;
    height: 35px;
    cursor: pointer;
    padding-left: 10px !important;
}
input, select, textarea {
    border: 1px solid #dddcdc;
    max-width: 100%;
    padding: 8px 10px;
    border-radius: 0;
}
button, input, select, textarea {
    padding: 0;
    margin: 0;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
body, button, input, select, textarea {
    font-size:16px;

    color: #000000;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
}
.collection-page__header{
    display: flex;
    justify-content: space-between;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
    align-items: center;
}
.collection-page__viewing {
    display: flex;


}
.collection-page__showing {
    margin-right: 20px;
}
.product-control__button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color:#fff;
    border-color: var(--quickview-border-color);
    background-color: #bf202f;
    padding-top: 20px;
    margin-top: 20px;

    transition-duration: .3s;
}
.button {
    position: relative;
    z-index: 1;

    display: inline-block;
    border-radius: 5px;
    border: 1px solid #bf202f;
    padding: 9px 15px 10px;
    text-align: center;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .3s,color .3s;
    cursor: pointer;
}
.categories-cart-btn {
    text-align: center;
}

.grid, .grid--full, .grid--rev, .grid-uniform {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -30px;
    margin-right: -30px;
}
.grid__item {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    padding-left: 30px;
    vertical-align: top;
    width: 100%;
}
.page-header {
    margin: 0 0 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}
.page-header h1 {
    color: #505050;
    font-size: 36px;
    margin-bottom: 5px;
    margin-top: 30px;
    font-weight: 700;
    line-height: 1.1;
}
.help-text-contact {
    color: #666a6a;
    font-size: 16px;
}
.inner-header>h3 {
    color: #666a6a;
    font-size: 18px;
    margin-top: 30px;
    font-weight: 700;
}
.form-vertical input, .form-vertical select, .form-vertical textarea {

    margin-bottom: 5px;
    margin-top: 5px;
}
.large--one-half.margin--textbox-right {
    margin-right: 5px;
    width: calc(50% - 5px);
}
#OrderForm .form-control, #contact_form .form-control {
    margin-bottom: 15px;
}

#OrderForm .form-control, #contact_form .form-control {
    border: 1px solid #dddcdc;
    border-radius: 2px;
    box-shadow: none;
    color: #a3a3a3;
    font-size: 15px;
    height: 50px;
    padding: 5px 15px 5px 25px;
}
.large--one-half.margin--textbox-left {
    margin-left: 5px;
    width: calc(50% - 5px);
}
#contact_form p.checktext {
    margin-top: 5px;
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px){
    .large--one-third {
        width: 33.333%;
    }
    .large--two-thirds {
        width: 66.666%;
    }
}
.contact-box {
    border: 1px solid #efefef;
    border-radius: 2px;
    margin-bottom: 15px;
    padding: 10px;
    clear: both;
}
.contact-box>p {
    margin-bottom: 5px;
    color: #899192;
    font-size: 14px;
}
.contact-box>p strong {
    color: #535353;
    font-size: 16px;
}
.contact-box i {
    color: #bf202f;
    font-size: 20px;
    margin-right: 10px;
    line-height: 20px;
}
.contact-box .bold-text {
    color: #899192;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}
.left {
    float: left!important;
}
textarea {

    height: 150px !important;
}
#OrderForm .btn, #contact_form .btn {
    border: medium none;
    font-size: 15px;
    height: 37px;
    line-height: 21px;
    display: inline;
    margin: 0;
    background-color: #bf202f;
    color: white;
}
.contact-avl{

    font-size: 14px;
}
.contact-avl-color{
    color: #bf202f;
}
@media  screen and (min-width:1200px){
    .btn-primary {
        /* position: absolute;
        top: 30%; */
        /* left: 32% !important; */
        padding: 10px;
        background-color: #bf202f !important;
        border-color: #bf202f !important;
        border-bottom-right-radius: 10px;
        text-align: center;
        line-height: 1.4;
        font-size: 14px !important;
        color: #fff;

        opacity: 0;
        transition: opacity .35s ease;

    }

}
@media  screen and (max-width:767px){
    .btn-primary {
        /* position: absolute;
        top: 30%; */
        /* left: 30%; */

        padding: 10px;
        background-color: #bf202f !important;
        border-color: #bf202f !important;
        border-bottom-right-radius: 10px;
        text-align: center;
        line-height: 1.4;
        font-size: 14px !important;
        color: #fff;

        opacity: 1;
        transition: opacity .35s ease;

    }

}
@media  screen and (max-width:465px){
    .btn-primary {
        /* position: absolute;
        top: 30%; */
        /* left: 20%; */

        padding: 10px;
        background-color: #bf202f !important;
        border-color: #bf202f !important;
        border-bottom-right-radius: 10px;
        text-align: center;
        line-height: 1.4;
        font-size: 14px !important;
        color: #fff;

        opacity: 1;
        transition: opacity .35s ease;

    }

}
@media  screen and (min-width:768px) {
    .btn-primary {

        /* position: absolute;
        top: 30%; */
        /* left: 25%; */

        padding: 10px;
        background-color: #bf202f !important;
        border-color: #bf202f !important;
        border-bottom-right-radius: 10px;
        text-align: center;
        line-height: 1.4;
        font-size: 14px !important;
        color: #fff;

        opacity: 0;
        transition: opacity .35s ease;

    }


    .badge-price {
        position: absolute;
        background-color: rgb(24 205 234 / 70%);
        width: 100%;
        height: auto;
        padding: 5px;
        color: white;
        top: -30%;
        left: 0;
        opacity: 0;
        transition: opacity .35s ease;
        text-align: center;
    }

    .cus-card:hover{
        border: 1px solid rgba(0,0,0,.125) !important;
        border-radius: .25rem !important;
    }
    .cus-card:hover .btn-primary {
        opacity: 1;
    }
    .cus-card:hover .badge-price {
        opacity: 1;
    }
    .cus-card:hover .img-blur{
        filter: blur(8px);
    }

    .button1 a:hover {
        color: white !important;
    }

}

/* Color of the arrows */
.slick-next::before, .slick-prev::before {
    color: blue !important;
}
.home-reviews{
    display: flex !important;
    padding: 0 10px;
}
.home-reviews__item-image-wrapper {
    margin-right: 30px;
}
.home-reviews__item-image {
    width: 89px;
    height: 89px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.home-reviews__item-text {
    width: calc(100% - 119px);
}
.home-reviews__item-blockquote {
    position: relative;
    display: inline-block;
    padding: 0 16px;
    font-size: 18px;
    font-style: italic;
    color: #000000;
}
.home-reviews__item-blockquote:before {
    content: "";
    display: inline-block;
    width: auto;
    margin-left: -25px;
    margin-top: -1px;
    padding-right: 10px;
    vertical-align: top;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    font-size: 16px;
    color: var(--quotation-mark-color);
}
.home-reviews__item-blockquote:after {
    content: "";
    padding-left: 10px;
    padding-top: 8px;
    margin-left: 0;
    margin-right: -22px;
    font-family: Font Awesome\ 5 Free;
}
.home-reviews__item-author-name {
    padding-left: 25px;
    margin-top: 25px;
    font-size: 16px;
    color: #f0723d;
}
.product__main {
    display: flex;
}
@media screen and (max-width:1100px) {
    .container-cus{
        max-width: 100% !important;
    }

}
.product-images {
    position: relative;
    width: 630px;
}
.product-images .product-images__container {
    position: relative;
    width: 630px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-self: flex-start;
    padding-left: 15px;
    padding-right: 15px;
}
.product-images .product-images__socials-wrapper.product-images__socials-wrapper--thumbs {
    width: 100%;
}
.product-images .product-images__slider-wrapper {
    width: calc(100% - 130px);
}
.product-images .product-images__slider-container {
    position: relative;
}
.product-images .product-images__slider:not(.slick-initialized) .product-images__slider-image:first-child {
    display: inline-block;
}

.product-images .product-images__slider:not(.slick-initialized) .product-images__slider-image {
    display: none;
}
.product-images .product-images__slider-image {
    border: 1px solid var(--border-color)!important;
}
.product-images .product-images__slider-image, .product-images .product-images__thumb {
    display: block;
    cursor: pointer;
}
.product-images .product-images__slider-image .mz-ready {
    height: auto!important;
}
.product-images .product-images__slider-image figure {
    width: 100%!important;
}
figure.mz-figure {
    overflow: hidden;
    margin: 0!important;
    transform-style: preserve-3d;
}
@media (max-width: 991px){
    .product__main{
        display: block;
    }
    .product-images, .product-images .product-images__container {
        width: 100%;
    }
    .product-info {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 575px){
    .product-info .product-reasons .product-reasons__reason {
        width: calc(26% - 10px);
        margin: 5px;
    }
}

@media screen and (max-width:490px) {
    .product-details .product-details__row.product-details__row--small{
        flex-direction: column !important;
    }
    .product-actions{
        padding-left: 0px !important;
    }

}
@media (max-width: 1200px){
    .product-images, .product-images .product-images__container {
        width: auto;
    }
    .product .product-info {
        width: 50%;
    }
    .product .product-info {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
        padding-right: 0;
    }
}

.product-images .product-images__slider-image img {
    max-width: 100%!important;
    max-height: 100%!important;
}
.product-images .product-images__slider-image img, .product-images .product-images__thumb img {
    display: block;
    width: 100%;
    box-shadow: none;
    filter: none!important;
}
/*  */
.product .product-info, .product .product__main.product__main--slider-large .product-info {
    width: 50%;
}
.product-info {
    padding-left: 15px;
    padding-right: 15px;
}
.product-info .product-info__title {
    margin-bottom: 15px;
    line-height: 1.4;
    font-weight: 600;
    font-size: 34px;
    color: #080000;
}
@media screen and (max-width:575px) {
    .product-info__title{
        font-size: 28px;
    }
}
.product-price .product-price__label {
    margin-bottom: 5px;
    font-size: 16px;
}
.product-price .product-price__regular {
    display: inline-block;
    margin-right: 5px;
    font-weight: 400;
    font-size: 24px;
    color: #000000;
}
.product-price .product-price__compare {
    display: inline-block;
    text-decoration: line-through;
    font-weight: 600;
    font-size: 25px;
    color: #f0723d;
}
.product-price .product-price__you-save {
    line-height: 1.5;
    font-size: calc(var(--product-price-font-size) - 10px);
}
.product-price .product-price__you-save-value {
    font-weight: 700;
}
.product-selectors {
    margin-top: 20px;
    margin-bottom: 20px;
}
.product-info .product-info__properties {
    margin-bottom: 25px;
}
.product-details .product-details__row.product-details__row--small {
    flex-direction: row;
    max-width: 490px;
}
.product-details .product-details__row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}
.product-details .product-quantity {
    width: 105px;
    flex: 0 auto;
    margin-bottom: 30px;
}
.product-heading {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #606060;
}
.product-quantity .product-quantity__item {
    display: flex;
    width: 50px;
}
.product-quantity .product-quantity__action.product-quantity__action--remove {
    line-height: 35px;
    font-size: 30px;
}
.product-quantity .product-quantity__action {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f9f9f9;
    border: 1px solid #dddcdc;
    font-weight: lighter;
    color: #aaa;
    line-height: 38px;
    cursor: pointer;
    transition: color .3s,background-color .3s;
}
.product-quantity .product-quantity__input {
    min-width: 40px;
    margin-left: -1px;
    margin-right: -1px;
    text-align: center;
}
product-quantity .product-quantity__action.product-quantity__action--add {
    line-height: 41px;
    font-size: 23px;
}
.product-quantity .product-quantity__action {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f9f9f9;
    border: 1px solid #dddcdc;
    font-weight: lighter;
    color: #aaa;
    cursor: pointer;
    transition: color .3s,background-color .3s;
}
.product-details .product-details__row.product-details__row--small .product-actions {
    max-width: calc(100% - 130px);
    margin-top: 28px;
    padding-left: 30px;
}
.product-details .product-actions {
    flex: 1 auto;
    margin-top: 28px;
    padding-left: 30px;
}
.product-actions .product-actions__row {
    display: flex;
}
.product-actions .product-actions__add-to-cart-wrapper {
    flex: 1 auto;
}
.product-actions .product-actions__add-to-cart-button, .product-actions .product-actions__amazon-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #bf202f;
    border: 1px solid rgba(0,0,0,0);
    font-size: 20px;
    font-weight: 700;
    color: #ffff;
}
.button.button--shaking {
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.button.button--large {
    padding: 18px 15px;
    border: none;
    font-weight: 700;
}
.button .button__icon {
    display: inline-block;
    margin-left: 7px;
    margin-right: 7px;
    transform: translateY(1px);
}
.button .button__icon svg {
    max-width: 1em;
    max-height: 1em;
}
.product-actions .product-actions__add-to-cart-button svg *, .product-actions .product-actions__amazon-button svg * {
    fill: currentColor;
}

.product-actions .product-actions__wishlist-wrapper {
    flex: 0 auto;
    align-self: flex-end;
    margin-bottom: calc(var(--add-to-cart-font-size) - 5px);
    padding-left: 15px;
}
.product-wishlist {
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-wishlist .product-wishlist__icon svg {
    width: 28px;
    color: #cccccc;
    fill: currentColor;
}
.product-actions .product-actions__row {
    display: flex;
}
.product-details .product-actions__checkout-image {
    width: 100%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
strong {
    font-weight: bolder;
}
.product-visitors-counter {
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-visitors-counter .product-visitors-counter__count {
    display: inline-block;
    padding: 8px 11px;
    background-color: #bf202f;
    font-weight: 700;
    color: #fff;
}
.product-visitors-counter .product-visitors-counter__text {
    display: inline-block;
    margin-left: 5px;
}
.product-motivator-additional-text {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 16px;
}
.product-reasons .product-reasons__heading {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: inherit;
}
.product-reasons .product-reasons__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
}
.product-reasons .product-reasons__reason {
    width: 17%;
    margin: 5px;
    list-style-type: none;
}
.product-reasons .product-reasons__reason-text {
    margin-top: 3px;
    text-align: center;
    line-height: 1.5;
}
.product .product__below {
    padding-top: 40px;
}
.product-tabs .product-tabs__tab-link {
    position: relative;
    display: inline-block;
    padding: 12px;
    background-color:#f8f8f8;
    border: 1px solid #dddcdc;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    color: #606060;
    transition: background-color .2s;
    margin-bottom: 20px;
}
/* .product-tabs .product-tabs__tab-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: red;
  transform: translateY(-9px);
  transition: transform .2s;
} */
.header-slider-new img{
    width: 100%;
}
.slick-carousel-slider.slick-initialized.slick-slider.slick-dotted {
    height: 500px;
}
.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

/* hide close when burger shown */
.navbar-toggler.collapsed .close-icon {
    display: none;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    display: inline;
}
@media screen and (max-width:767px) {
    .contact{
        padding-top: 20px;
    }
    .badge-price{
        display: none;
    }
}
.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: #f1f1f1;
}

.sidebar .closebtn {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 20px;
    margin-left: 50px;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;

    color: black;
    padding: 10px 15px;
    border: none;
}

.openbtn:hover {

}

#main {
    transition: margin-left .5s;
    padding: 16px;

}
.openbtn{
    display: none;
}
@media screen and (max-width:991px) {
    .logo-width{
        width: 15px;
    }
    .header-strip,.contact{
        display: none;
    }
    .product-sticky-cart .product-reviews-stars, .product-sticky-cart .product-sticky-cart__options-wrapper, .product-sticky-cart .product-sticky-cart__quantity-wrapper{
        display: none !important;
    }
    .product-short-info{
        width: 60%;
    }
    .product-sticky-cart .product-sticky-cart__atc-wrapper {
        width: 40% !important;
    }

    /* .top-middle{
      position: relative;
    }
    a.active.col-md-2{
      position: absolute;
      top: 0;
    } */
    .openbtn{
        display: block;
    }
    .body-section{
        display: none;
    }
    .topnavbar{
        position: relative;
        margin-bottom: 20px;
    }
    #main{
        position: absolute;
        top: 10px;
    }
    button.openbtn {
        position: absolute;
        top: 5px;
        left: 25px;
        margin-left: -23px;
    }
    .flex-container{
        flex-direction: column !important;
        position: relative;
    }
    .cartattnew{
        position: absolute;
        right: 0;
        top: 10px;
    }

    .flex-container{
        align-items: unset !important;
    }
}
@media screen and(max-width:767px) {
    button.openbtn,.wrap.col-md-6{
        margin-left: 20px !important;
    }
    .wrap.col-md-6 {
        margin-left: 20px;
        width: 95%;
    }


}
.flex-container {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;


}
.wrap{
    flex-grow: 10;
}
a.active.ml-2 {
    flex-grow: 5;
}
.contact{
    width: 32%;
}

@media screen and (max-width:1400px) {
    .contact{
        width: 42%;
    }
}
@media screen and (max-width:1200px) {
    .contact{
        width: 60%;
    }
}
.product-selectors {
    margin-top: 20px;
    margin-bottom: 20px;
}
.product-selectors .product-option-selector:not(:last-of-type), .product-swatch {
    margin-bottom: 15px;
}
.product-heading {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #606060;
}
.product-swatch .product-swatch__item:not(:last-of-type) {
    margin-right: 10px;
}

.product-swatch .product-swatch__item {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
}
.product-swatch .product-swatch__item-input {
    display: none;
}
.product-swatch .product-swatch__item-input:checked+.product-swatch__item-label {
    border-color: #000;
    box-shadow: 0 0 0 1px #000;
    font-weight: 600;
}
.product-swatch .product-swatch__item-label {
    min-width: 35px;
    height: 35px;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    border: 3px solid #cfcfcf;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    text-transform: uppercase;
    color: #000;
    cursor: pointer;
    transition: opacity .3s,border-color .3s,box-shadow .3s,color .3s;
}
.product-swatch .product-swatch__item-label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: visibility .3s,opacity .3s;
    background-image: linear-gradient(to top left,transparent 0,transparent calc(50% - 1.5px),red 50%,transparent calc(50% + 1.5px),transparent),linear-gradient(to top right,transparent 0,transparent calc(50% - 1.5px),red 50%,transparent calc(50% + 1.5px),transparent);
    background-color: rgba(0,0,0,.1);
    z-index: 2;
}
/* footer sticky */

.product-sticky-cart {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
    background-color: #fff;
    box-shadow: 0 -1px 3px rgb(0 0 0 / 20%);

    transition: transform .3s;
    display: none;

}
.product-sticky-cart .product-sticky-cart__container {
    width: 100%;
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.product-sticky-cart .product-sticky-cart__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-short-info {
    display: flex;
    border-right: 1px solid #ebebeb;
    max-width: 330px;
    width: 100%;
}
/* .product-short-info .product-short-info__image-wrapper {
  width: 60px;
} */
.product-short-info .product-short-info__text-wrapper {
    margin-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 10px;
    width: calc(100% - 60px);
}
.product-short-info .product-short-info__title {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 700;
    color: #414141;
}
.product-short-info .product-short-info__outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-short-info .product-short-info__outer .product-short-info__price {
    width: 50%;
}
.product-short-info .product-short-info__price {
    margin-top: 5px;
    font-size: 16px;
}
.product-short-info .product-short-info__regular-price {
    color: #000;
}
.product-sticky-cart .product-reviews-stars {
    width: 50%;
    text-align: center;
}
.product-sticky-cart .product-sticky-cart__options-wrapper {
    width: 28%;
    justify-content: center;
}
.product-sticky-cart .product-sticky-cart__options-wrapper {
    display: flex;
}
.product-sticky-cart [data-product-select] {
    display: none;
}
.product-sticky-cart .product-sticky-cart__options-wrapper .product-option-selector {
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}
.product-sticky-cart .product-sticky-cart__options-wrapper .product-option-selector h4 {
    margin-bottom: 0;
    margin-right: 10px;
}
.product-heading {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #606060;
}
.product-sticky-cart .product-sticky-cart__options-wrapper select.select {
    background-color: #fff;
    padding: 8px 30px 8px 15px;
    height: 42px;
    border: 1px solid #dddcdc;
}
.select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 45px;
    max-width: 100px;
    padding: 8px 25px 8px 10px;
    border: 1px solid #c4c2c2;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: right 7px center;
    background-color: #fafafa;
    background-image: url(../arrow-down.png) !important;
    background-size: 13px,13px;
    cursor: pointer;
}
.product-sticky-cart .product-sticky-cart__options-wrapper .product-option-selector {
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}
.product-sticky-cart .product-sticky-cart__atc-wrapper {
    width: 22%;
}
.product-sticky-cart .product-sticky-cart__quantity-wrapper {
    width: 10%;
}
.product-short-info .product-short-info__compare-price {
    text-decoration: line-through;
    font-weight: 700;
    color:#f0723d;
}
.product-actions__add-to-cart-button, .product-actions .product-actions__amazon-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #bf202f;
    border: 1px solid rgba(0,0,0,0);
    font-size: 13px;
    font-weight: 700;
    color: #ffff;
}
.product-sticky-cart-mobile.js-product-sticky-cart-mobile {
    display: none;

}
@media screen and (max-width:575px) {
    .product-sticky-cart-mobile.js-product-sticky-cart-mobile {
        display: none;

    }

}

.product-sticky-cart-mobile {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99998;
    width: 100%;
    display: none;
    background-color: #fff;
}
.product-sticky-cart-mobile .product-sticky-cart-mobile__wish-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 auto;
    width: 130px;
    text-align: center;
}
.product-sticky-cart-mobile .product-sticky-cart-mobile__wish-list .product-wishlist {
    width: 100%;
    height: 100%;
}
.product-wishlist {
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tooltip-new {
    position: relative;
    cursor: pointer;
}
.product-sticky-cart-mobile .product-sticky-cart-mobile__buttons {
    display: flex;
    flex: 1;
    width: 100%;
}
.product-sticky-cart-mobile .product-sticky-cart-mobile__button.product-sticky-cart-mobile__button--atc {
    background-color: #bf202f;
    color:#fff;
    border-radius: 0!important;
    width: 100%;

}
.product-sticky-cart-mobile .product-sticky-cart-mobile__button {
    position: relative;
    padding-left: 0;
    border: none;
    text-transform: none;
    font-size: 17px;
    font-weight: 700;
}
.cart {
    position: relative;
    font-size: 16px;
}
.top-nav-link.cart__hover {
    cursor: pointer;
    list-style: none;
}
a.top-nav-link.site-header__cart-toggle.js-drawer-open-right {
    font-size: 25px;
}
.cart span.CartCount {
    background: #bf202f;
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    font-weight: 600;
    display: block;
    border: none;
    border-radius: 50%;
    margin: 0;
    padding: 0 0 0 1px;
    text-align: center;
}
.cartattnew {

    margin-right: 40px;
}
@media screen and (min-width: 992px){
    .cartattnew .CartCount {
        top: -7px;
        right: -11px;
    }
}

.CartCount {
    display: block;
    font-size: 12px;
    position: absolute;
    right: -4px;
    text-align: center;
    top: 1px;
}
.cartattnew .cart__hover:hover #cart-popup {
    display: block!important;
    padding-top: 15px;
    right: -15px;
}

.cart__hover:hover #cart-popup {
    display: block!important;
}
.cart__hover.active_cart #cart-popup, .cart__hover:hover #cart-popup {
    transform: translateY(26px);
    display: block!important;
    transition: all 1s ease-in-out;
}
.cart__hover #cart-popup {
    background-color: transparent;
    color: var(--header-strip-link-color);
    font-size: var(--header-strip-font-size);
    padding: 8px 0 0;
    position: absolute;
    right: 0;
    top: 0px;
    width: 280px;
    z-index: 10000;
    display: none!important;
    transform: translateY(0);
    transition: all 1s ease-in-out;

}
.cart__hover #cart-popup .container {
    background-color: #fff;
    border: 1px solid #dddcdc;
    padding: 15px;
    width: 100%;
    border-radius: 5px;
}
@media screen and (min-width: 992px){
    .middle_bar .container {
        display: flex;
        align-items: center;
    }
}

.middle_bar .container {
    position: relative;
}
.cart__hover #cart-popup .container>.cartForm {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.cart__hover #cart-popup .cart-popup-ul-middle {
    list-style: outside none none;
    margin: 0 0 15px -15px;
    max-height: 410px;
    overflow-x: hidden;
    padding: 0;
    width: 278px;
}
.cart__hover #cart-popup .cart-popup-ul-middle>li {
    padding: 15px;
    position: relative;
    border-bottom: 1px solid #ccc;
    display: flex;
}
.cart__hover #cart-popup .cart-popup-ul-middle>li a {
    display: block;
    padding-right: 24px;
}

.cart__hover #cart-popup a {
    background-color: transparent;
}
.cart__hover #cart-popup .cart-popup-ul-middle>li .cart-img-div {
    position: relative;
    border-radius: 5px;
    display: inline-block;
    max-height: 60px;
    text-align: center;
    width: 50px;
}
.cart__hover #cart-popup .cart-popup-ul-middle>li .cart-img-div img {
    display: block;
    border-radius: 5px;
    max-height: 60px;
    max-width: 50px;
}
.cart__hover #cart-popup .pop-qty-crat {
    background:#bf202f;
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    font-weight: 600;
    display: block;
    border: none;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    text-align: center;
}
.cart__hover #cart-popup .pop-qty-crat {
    background-color: #6e797a;
    color: #fff;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: -2px;
    top: -8px;
    width: 20px;
}
.cart__hover #cart-popup .cart-popup-ul-middle>li .cart-item-info {
    display: inline-block;
    line-height: 15px;
    margin-left: 5px;
    vertical-align: top;
    width: calc(100% - 60px);
}
.cart__hover #cart-popup .cart-popup-ul-middle>li .cart-item-info .cart-item-title {
    color: #666a6a;
    font-size: 12px;
    line-height: 15px;
    margin: 0;
    padding: 0 0 0 5px;
    vertical-align: top;
    text-align: left;
    display: block;
}
.cart__hover #cart-popup .cart-popup-ul-middle>li .cart-item-info .cart-item-price {
    color: #6e797a;
    font-size: 12px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    text-align: left;
}
.cart__hover #cart-popup .cart-popup-ul-top {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.cart__hover #cart-popup .cart-popup-ul-top .total-items, .cart__hover #cart-popup .cart-popup-ul-top .total-price {
    color: #6e797a;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: normal;
}
.total-items {
    text-align: center;
}
.cart__hover #cart-popup .cart-popup-ul-top .total-items>b, .cart__hover #cart-popup .cart-popup-ul-top .total-price>b {
    color: #666a6a;
    font-size: 18px;
    font-weight: 500;
}
.cart__hover #cart-popup .cart-popup-ul-bottom {
    width: 100%;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.cart-popup-ul-bottom a.btn--secondary.btn--full.cart__cartview {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
    line-height: 44px;
}
a.btn--secondary.btn--full.cart__cartview {
    min-height: 44px;
}
a.btn--secondary.btn--full.cart__cartview, a.btn.btn--full.cart__checkout.Checkout, button.btn.btn--full.cart__checkout.Checkout {
    font-size: 16px!important;
    text-transform: uppercase;
    font-weight: 400;
}
.cart__hover #cart-popup .cart-popup-ul-bottom .btn {
    font-size: 14px;
    height: auto;
    line-height: 23px;
    padding: 10px;
    vertical-align: middle;
    width: 100%;
    border: none!important;
    background: #bf202f !important;
    color: #fff !important;
    margin-bottom: 5px;
}
.cart__hover #cart-popup a {
    background-color: transparent;
}

a.btn--secondary.btn--full.cart__cartview, a.btn.btn--full.cart__checkout.Checkout, button.btn.btn--full.cart__checkout.Checkout {
    font-size: 16px!important;
    text-transform: uppercase;
    font-weight: 400;
}
.cart-popup-ul-bottom li>a, .cart-popup-ul-bottom li>button {
    height: 44px!important;
}
.btn.btn--full.cart__checkout.Checkout img {
    width: 22px;
    height: 100%;
    margin-right: 2px;
    transform: translateY(-2px);
}
#cart-popup li.additional-checkout-buttons {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
}
.cart__hover #cart-popup button#paypal-express-button {
    color: #000;
}
button#paypal-express-button {
    display: block;
    background: #ffc439;
    color: #111;
}
button#paypal-express-button {
    font-size: 14px;
}
button#paypal-express-button, button.btn.btn--full.cart__checkout.Checkout {
    min-height: 44px;
}
button#paypal-express-button {
    width: 100%;
}
.cart-popup-ul-bottom li>a, .cart-popup-ul-bottom li>button {
    height: 44px!important;
}
button {
    border-radius: 5px;
}
button#paypal-express-button .paypal-button-label-container {
    height: 24px;
    max-height: 32px;
    min-height: 22px;
    display: block;
}
button#paypal-express-button .paypal-button-label-container>img {
    vertical-align: top;
    height: 100%;
    text-align: left;
    padding: 0;
    display: inline-block;
    background: none;
    border: none;
    width: auto;
}
.ratina-img {
    display: inline-block!important;
}
#cart-popup .cart-popup-ul-bottom .js-product-motivator-text {
    text-align: center;
    display: block;
    margin-top: 10px;
    font-size: 13px;
    line-height: 20px;
}
a.btn--secondary.btn--full.cart__cartview{
    background: #bf202f !important;
    color: #fff;
    width: 100%;
}
img.no-border.checkout-img.ratina-img{
    width: 100%;
}
.cart__hover #cart-popup .cart-popup-ul-middle>li .removeLineCartPop {
    width: 24px;
    text-align: center;
    line-height: 20px;
    height: 24px;
    color: #ccc;
    border-radius: 50%;
    padding: 0;
}
.cart__hover #cart-popup .cart-popup-ul-middle>li .drawer__close button, .cart__hover #cart-popup .cart-popup-ul-middle>li .removeLineCartPop {
    color: #8f9393;
    font-size: 12px;
    position: absolute;
    right: 8px;
    top: 15%;
    border-radius: 50%;
    line-height: 21px;
    padding: 0 6px;
}
.cart__row:first-child {
    padding-top: 0;
}
.cart__row:first-child {
    margin-top: 0;
}
.cart__row {
    position: relative;
    margin-top: 0;
    padding-top: 15px;
    clear: both;
}
.cart-table th.product-image {
    max-width: 120px;
    width: 120px;
}
.cart-table .titlewithbg th, .cart-table .titlewithbg th.text-right {
    padding: 10px 10px;
}
.titlewithbg th {
    background-color: #f8f8f8 !important;
    color: #2e2e2e;
    font-size: 16px;
    padding: 10px 0;
    font-weight: 700;
}
.cart-table td, .cart-table th {
    padding: 10px 10px;
    border: none;
    vertical-align: middle;
}
.cart-table .titlewithbg th, .cart-table .titlewithbg th.text-right {
    padding: 10px 10px;
}
.cart-table td.product-image, .cart-table th.product-image img {
    max-width: 120px;
    width: 120px;
}
td.text-left.pro-cart-des {
    max-width: 300px;
}
.cart__image img {
    display: block;
    max-width: 100%;
    width: 100px;
    height: auto;
}
table{
    width: 100%;
}
.numberinc {
    border: 1px solid #dddcdc;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    display: flex;
}
.numberinc span {
    cursor: pointer;
    height: 40px;
    border: 0 none;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    padding: 0 8px;
    background: none;
    text-align: center;
    overflow: hidden;
    background: #f8f8f8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.numberinc input {
    max-width: 40px;
    text-align: center;
}
.numberinc input {
    height: 40px;
    border: none;
}
.numberinc input {
    display: inline-block;
    vertical-align: middle;
}
.shoptimized-883:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f067";
}
.shoptimized-893:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f068";
}
.cart__remove {
    display: block;
    text-align: center;
    color: #000;
}
.cart-table #cont-shopping, .cart-table #update-quantities, #changeShipping, #shipping-calculator .get-rates, #shipping-rates-feedback #changeShipping {
    font-size: 12px;
    height: 35px;
    line-height: 32px;
    padding: 0 10px;
}

.btn.btn--secondary {
    background-color: #000000!important;
    color: #ffffff!important;
}
.cart-timer {
    float: right;
    background-color: #f8f8f8;
    color: #2e2e2e;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 8px 10px 5px;
}
.cart-timer .cart-timer--time {
    color: #f03c07;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    width: auto;
    display: inline-block;
    vertical-align: top;
}
.cart-table .cart-total-bottom {
    background-color: #f8f8f8;
    color: #2e2e2e;
    font-size: 24px;
    line-height: 35px;
    padding: 10px;
    clear: both;
}
.pull-right {
    float: right !important;
}
.cart_flex {
    display: flex;
    flex-direction: row-reverse;
    border: none;
}
.cart__row {
    position: relative;
    margin-top: 0;
    padding-top: 15px;
    clear: both;
}
.one-whole {
    width: 100%;
}
button.btn.right.Checkout {
    height: 44px;
    max-width: 280px;
    margin: 0 auto !important;
    float: right !important;
    display: block;
    border-radius: 5px !important;
}
img.no-border.ratina-img.addIcon {
    top: 0px;
    position: relative;
}
img.no-border.ratina-img.addIcon {
    position: relative;
}
.Checkout .addIcon {
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -5px;
    width: 22px;
}
.pro-cart-des a {
    color: #222;
}
#cart_form .cart-table .cart__header-labels .checkout--row {
    padding: 15px 10px;
}
#cart_form .cart-table .social-media-cc {
    margin-top: 13px !important;
}
.display_cart_property {
    display: inline-block;
}
.social-media-cc {
    margin: 0 0 20px;
}
.social-media-cc li {
    display: inline-block;
}
#cart_form .cart-table .additional-checkout-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.spay-btn{
    background: #5a31f4 !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    border-radius: 4px !important;
    width: 100% !important;
    color: #fff !important;
    height: 54px !important;
    display: flex !important;
    align-items: center;
}
.cus-span{
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
#Createcustomer {
    margin: 0 auto;
    width: 60%;
}
#Createcustomer .template_header .title {
    color: #666a6a;
    font-size: 18px;
    font-weight: 700;
    margin: .67em 0;
}
form-vertical input, .form-vertical select, .form-vertical textarea {
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}

input, select, textarea {
    border: 1px solid #dddcdc;
    max-width: 100%;
    padding: 8px 10px;
    border-radius: 0;
}
.large--one-half.margin--textbox-right {
    margin-right: 5px;
    width: calc(50% - 5px);
}
@media only screen and (min-width: 768px){
    .large--one-half {
        width: 50%;
    }
}
.hidden-label {
    position: absolute;
    height: 0;
    width: 0;
    margin-bottom: 0;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
}
#Createcustomer .form-control {
    border: 1px solid #dddcdc;
    border-radius: 2px;
    box-shadow: none;
    color: #a3a3a3;
    font-size: 15px;
    height: 50px;
    line-height: 18px;
    padding: 15px 15px 15px 25px;
}
.large--one-half.margin--textbox-left {
    margin-left: 5px;
    width: calc(50% - 5px);
}
#Createcustomer .btn,#CustomerLoginForm .btn, #RecoverPasswordForm .btn,input.btn.guest_continue_btn {

    border: medium none;
    font-size: 15px;
    height: 40px;
    line-height: 28px;
    width: 150px;
    display: inline;
    background: #bf202f;
    color: #fff;
}
.store {
    color: #bf202f !important;
    text-decoration: none;
    background: 0 0;
}

#CustomerLoginForm, #RecoverPasswordForm {
    display: block;
    float: none;
    margin: 0 auto;
    width: 50%;
}
#CustomerLoginForm .template_header .title, #RecoverPasswordForm .template_header .title {
    color: #666a6a;
    font-size: 18px;
    font-weight: 700;
    margin: .67em 0;
}
#CustomerLoginForm .form-control, #RecoverPasswordForm .form-control {
    border: 1px solid #dddcdc;
    border-radius: 2px;
    box-shadow: none;
    color: #a3a3a3;
    font-size: 15px;
    height: 50px;
    line-height: 18px;
    padding: 15px 15px 15px 25px;
}
#CustomerLoginForm .form-control, #RecoverPasswordForm .form-control {
    border: 1px solid #dddcdc;
    border-radius: 2px;
    box-shadow: none;
    color: #a3a3a3;
    font-size: 15px;
    height: 50px;
    line-height: 18px;
    padding: 15px 15px 15px 25px;
}
.form-vertical input[type=checkbox], .form-vertical input[type=radio] {
    display: inline-block;
}
.form-vertical input, .form-vertical select, .form-vertical textarea {
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}
#CustomerLoginForm #forgot_password, #RecoverPasswordForm #forgot_password {
    display: inline-block;
    line-height: 28px;
    margin-left: 25px;
}
.continue-as-guest {
    display: block;
    float: none;
    width: 50%;
    margin: 0 auto 30px;
}
.guest_continue_header {
    color: #666a6a;
    font-size: 18px;
    font-weight: 700;
}
@media screen and (min-width:1000px) {
    .wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0 5%;
        width: 90%;
        max-width: 78.5714285714em;
    }
    .main__header {
        padding-bottom: 2em;
    }
    .page--logo-main .main .logo {
        display: block;
    }
    .logo__image--large {
        max-height: 5.7142857143em;
    }

}
.wrap {
    /* display: block;
    margin: 0 auto;
    max-width: 40em;
    zoom: 1; */
}
@media screen and (max-width:999px) {

    .wrap {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 1em;
    }
    .new-wrap.wrap {
        padding: 0px;
    }
}
.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    clip: rect(0 0 0 0);
    width: 2px;
    height: 2px;
    margin: -2px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
}
@media (min-width: 1000px)
{
    .page--logo-main .breadcrumb {
        margin-top: 1em;
    }
    .logo__image--large {
        max-height: 5.7142857143em;
    }
    .sidebar1 {
        width: 38%;
        padding-left: 4%;
        background-position: left top;
        float: right;
    }
    .sidebar1 {
        position: relative;
        color: #535353;
    }
    .page--no-banner .main, .page--no-banner .sidebar1 {
        padding-top: 4em;
    }
    .main__content {
        padding-bottom: 4em;
    }
    .main {
        width: 60%;
        /* width: 52%; */
        padding-right: 6%;
        float: left;
    }
}

.breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.breadcrumb__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumb__item {
    display: inline;
    font-size: 0.8571428571em;
    color: #737373;
}
.icon-svg--color-adaptive-light {
    color: #737373;
    fill: currentColor;
}
.breadcrumb__chevron-icon {
    margin: 0 0.6428571429em;
}

.icon-svg--size-10 {
    width: 10px;
    height: 10px;
}
.icon-svg {
    display: inline-block;
    vertical-align: middle;
    fill: currentColor;
}
.section:first-child {
    padding-top: 0;
}
.section__header {
    position: relative;
    margin-bottom: 1em;
}
.layout-flex--loose-horizontal {
    margin-left: -0.5714285714rem;
    margin-right: -0.5714285714rem;
}
.layout-flex--tight-vertical {
    margin-bottom: -0.1428571429rem;
    margin-top: -0.1428571429rem;
}
.layout-flex--wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.layout-flex {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -0.2857142857rem;
}
.layout-flex--loose-horizontal .layout-flex__item {
    padding-left: 0.5714285714rem;
    padding-right: 0.5714285714rem;
}
.layout-flex--tight-vertical .layout-flex__item {
    padding-bottom: 0.1428571429rem;
    padding-top: 0.1428571429rem;
}
a, .link {
    text-decoration: none;
    color: #627f9a;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.main h2, .main .heading-2 {
    color: #333333;
}
.section__header {
    position: relative;
    margin-bottom: 1em;
    margin-top: 25px;
}
.layout-flex--loose-horizontal {
    margin-left: -0.5714285714rem;
    margin-right: -0.5714285714rem;
}
.layout-flex--tight-vertical {
    margin-bottom: -0.1428571429rem;
    margin-top: -0.1428571429rem;
}
.layout-flex--wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.layout-flex {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -0.2857142857rem;
}
.layout-flex__item--stretch {
    /* -webkit-box-flex: 1; */
    /* -webkit-flex: 1 1 auto; */
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.field__input-wrapper {
    position: relative;
}
.fieldset {
    margin: -0.4285714286em;
    zoom: 1;
}
.field {
    width: 100%;
    float: left;
    padding: 0.4285714286em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.floating-labels .main .field__label {
    color: #737373;
}
.animate-floating-labels .field__label {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.floating-labels .field__label {
    font-size: 0.8571428571em;
    font-weight: normal;
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 0.4285714286em;
    margin-left: 1px;
    padding: 0 0.9166666667em;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
}
.main .field__label {
    color: #333333;
}
.field__label--visible {
    display: block;
}
.field__label {
    text-align: left;
    font-weight: 500;
    margin: 0.5em 0;
    display: none;
}
.flag-selector.flag-selector--hidden {
    display: none;
}
.checkbox-wrapper {
    display: inline-flex;
}
label.checkbox__label {
    margin-left: 10px;
}
.input-checkbox:checked {
    border-width: 9px;
}
.input-checkbox:checked, .input-radio:checked {
    border-color: #627f9a;
}
.input-checkbox {
    border-radius: 4px;
}
.input-checkbox, .input-radio {
    width: 18px;
    height: 18px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    cursor: pointer;
    vertical-align: -4px;
    border: 1px solid;
}

@media screen and (min-width: 750px)
{
    .field--half {
        width: 50% !important;
    }
    .field--third {
        width: 33.3333333333% !important;
    }
    .step__footer__continue-btn {
        float: left;
    }
    .step__footer__previous-link, .step__footer__info {
        float: right;
    }

}
.field {
    width: 100%;
    float: left;
    padding: 0.4285714286em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.field__input-wrapper {
    position: relative;
}
.floating-labels .field--show-floating-label .field__label {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
.field__label {
    font-size: 0.8571428571em;
    font-weight: normal;
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 0.4285714286em;
    margin-left: 1px;
    padding: 0 0.9166666667em;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
}

.animate-floating-labels .field__input {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.main .field__input {
    background-color: white;
    color: #333333;
    border-color: #d9d9d9;
}
.field__input--select {
    padding-right: 2.0714285714em;
    white-space: nowrap;
}
.main .field__caret {
    border-left: 1px rgba(179,179,179,0.5) solid;
}
.field__caret {
    display: block;
    width: 2.1428571429em;
    height: 43%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.main .field__caret .icon-svg--color-adaptive-lighter {
    color: #919191;
    fill: currentColor;
}
.main .icon-svg--color-adaptive-lighter {
    color: #919191;
    fill: currentColor;
}
.field__caret-svg {
    position: absolute;
    margin-left: -2px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.icon-svg--size-10 {
    width: 10px;
    height: 10px;
}
.icon-svg {
    display: inline-block;
    vertical-align: middle;
    fill: currentColor;
}

.field__caret {
    display: block;
    width: 2.1428571429em;
    height: 43%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.field__input {

    background-clip: padding-box;
    border-radius: 5px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0.9285714286em 0.7857142857em;
    word-break: normal;

}
select#checkout_shipping_address_country,select#checkout_shipping_address_province {

    padding-right: 30px;
    height: 50px;
}
.tooltip-container .tooltip-control {
}

.main .field__icon .icon-svg--color-adaptive-lighter, .main .field__caret .icon-svg--color-adaptive-lighter {
    color: #919191;
    fill: currentColor;
}

.main .icon-svg--color-adaptive-lighter {
    color: #919191;
    fill: currentColor;
}
.icon-svg--center {
    position: absolute;
    left: 50%;
    right: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.icon-svg--size-16 {
    width: 16px !important;
    height: 16px;
}
.icon-svg--block {
    display: block;
}
.tooltip-container .tooltip-control,svg.icon-svg.icon-svg--size-18.btn__spinner.icon-svg--spinner-button {
    display: none;
}
button#continue_button{
    cursor: pointer;
    display: inline-block;
    background-color: #bf202f;
    background-clip: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px transparent solid;
    border-radius: 5px;
    color: white;
    font-weight: 500;
    padding: 1.4em 1.7em;
    text-align: center;
    position: relative;
    margin-top: 10px;
}
ul.policy-list{
    display: none;
}
.sidebar1__header {
    margin-bottom: 2.5em;
    display: none;
}
.logo__image--large {
    max-height: 3.5714285714em;
}
.js .visually-hidden-if-js {
    border: 0;
    clip: rect(0, 0, 0, 0);
    clip: rect(0 0 0 0);
    width: 2px;
    height: 2px;
    margin: -2px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
}
@media screen and (min-width:1000px) {
    .order-summary__sections {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: calc(100vh - 8em);
        width: 100%;

    }
    .order-summary__section {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .order-summary__section--product-list+.order-summary__section {
        border: 0;
    }
    .order-summary__section:first-child {
        padding-top: 0;
    }
    .order-summary__section--product-list::before {
        background-color: transparent;
        top: 0;
    }
    .order-summary__section--product-list::before, .order-summary__section--product-list::after {
        content: '';
        display: block;
        height: 1px;
        left: 0;
        position: absolute;
        -webkit-transition: background-color 0.3s cubic-bezier(0.3, 0, 0, 1);
        transition: background-color 0.3s cubic-bezier(0.3, 0, 0, 1);
        width: 100%;
        z-index: 4;
    }
    .order-summary__section__content {
        min-width: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .order-summary__section--product-list .product-table {
        margin-top: 0.75em;
        margin-bottom: 1.5em;
        position: relative;
        z-index: 1;
    }
}
.product-table__header th {
    white-space: nowrap;
    font-weight: 500;
    color: #333333;
}
.product-table th, .product-table td {
    padding-top: 0;
    padding-bottom: 10px;
}
.product-thumbnail {
    width: 4.6em;
    height: 4.6em;
    border-radius: 8px;
    background: #fff;
    position: relative;
}
.product-thumbnail__wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    z-index: 1;
}
.product-thumbnail__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.product-thumbnail__quantity {
    font-size: 0.8571428571em;
    font-weight: 500;
    line-height: 1.75em;
    white-space: nowrap;
    text-align: center;
    border-radius: 1.75em;
    background-color: rgba(114,114,114,0.9);
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 1.75em;
    height: 1.75em;
    padding: 0 0.5833333333em;
    position: absolute;
    right: -0.75em;
    top: -0.75em;
    z-index: 3;
}
.product-thumbnail::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 8px;
    border: 1px rgba(0,0,0,0.1) solid;
    z-index: 2;
}
.sidebar1 .order-summary__emphasis {
    color: #323232;
}
.product__description__name {
    width: 1em;
    min-width: 100%;
}

.product__description__name, .product__description__variant, .product__description__property {
    display: block;
}
.order-summary__emphasis {
    font-weight: 500;
}
.sidebar1 .order-summary__small-text {
    color: #717171;
}
.product__description__name, .product__description__variant, .product__description__property {
    display: block;
}
.order-summary__small-text {
    font-size: 0.8571428571em;
}
.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    clip: rect(0 0 0 0);
    width: 2px;
    height: 2px;
    margin: -2px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
}
.sidebar1 .order-summary__emphasis {
    color: #323232;
}
.order-summary__emphasis {
    font-weight: 500;
}
.order-summary__section~.order-summary__section {
    border-top: 1px solid rgba(175,175,175,0.34);
}
.order-summary__scroll-indicator {
    display: none;
}
span.payment-due-label__taxes.order-summary__small-text.hidden {
    display: none;
}
.field__input-btn-wrapper {
    display: flex;
    border-top: none !important;
    margin-top: 30px;
    margin-bottom: 25px !important;
}
svg.icon-svg.icon-svg--size-16.btn__icon.shown-on-mobile,svg.icon-svg.icon-svg--color-accent.icon-svg--size-10.previous-link__icon {
    display: none;
}
button.field__input-btn.btn.btn--disabled {
    background: #c8c8c8;
    margin-left: 10px;
    color: #fff;
    width: 25%;
}
td:last-child, th:last-child {
    text-align: right;
}

.total-line__price {
    padding-left: 1.5em;
    /* text-align: right; */
    white-space: nowrap;
}
.log-clr {
    text-decoration: none;
    color: #627f9a;
}
div#gal1 img {
    width: 120px;
}
.bg-color-footer{
    background-color: #dddddd1f;
}
.footer-ul{
    padding-left: 0px ;
}
.footer-ul li{
    line-height: 35px;
}
.footer-icon i{
    font-size: 30px;
    padding: 5px;
    margin: 10px;
}

@media screen and (max-width:991px) {
    .hide-md-device{
        display: none;
    }
    .visible-md-device{
        display: block !important;
    }
    .footer-copyright{
        flex-direction: column;
        justify-content: center;
    }
    p.footer__copyright{
        text-align: center;
        margin-bottom: 10px;
    }

}

.visible-md-device{
    background-color: #2b2b2b;
    display: none;
}
.cus-card-body .img-blur {
  height: 250px;
}
@media screen and (max-width:767px) {
  
  .cus-card-body .img-blur {
    height: 200px;
  }
}
@media screen and (max-width:575px) {
  
  .cus-card-body .img-blur {
    height: 150px;
  }
}
.footer__menu li a{
    color: #fff;
}
.dropdown-menu li a{
    padding: 5px 10px;
}
.icon-shape {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
}

.icon-sm {
    width: 2rem;
    height: 2rem;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.input-group{
    flex-wrap: unset !important;
}
input.quantity-field.border-0.text-center {
    border: 1px solid #ddd !important;
    height: 32px;
    width: 50px;
    margin-right: 0px;
    margin-left: 0px;
}

.dropdown-menu{
    border-top: 2px solid red !important;
}
ul.dropdown-menu li{
    display: block;
}
ul.dropdown-menu li a{
    text-align: left;
}
a:hover{
  color: #222 !important;
}
ul li .account-top:hover{
  color: #fff !important;
}
.btn-primary:hover{
  color: #fff !important;
}
footer ul li a:hover{
  color: #fff !important;
}
.footer__phone-wrapper a:hover{
  color: #fff !important;
}
.line-clamp{
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 80px;
}
.card{
    text-align: center;
}
.position-btn{
    position: relative !important;
    top: -100px !important;
}
@media screen and (max-width:767px) {
    .md-device-view
    {
        display: none;
    }
    .collection-page__header{
        flex-direction: column;
    }
    .medium-down--hide {
        display: none!important;
    }
    
}
.cus-listgroup{
    border: 1px solid #ddd;
}
.cus-listgroup a{
    border-bottom: 1px solid #ddd !important;
}
.collapse-btn a:hover{
    color: #fff !important;
}
@media screen and (max-width:640px) {
    .titlewithbg th {
        font-size: 12px;
        font-weight: 400;
    }
    .cart-table td, .cart-table th{
        font-size: 12px;
    }
}
@media screen and (max-width:480px) {
    .cart-table td, .cart-table th {
        padding: 10px 2px;
   
    }
    .grnty-img img{
        width: 200px;
    }
}
.btn-red{
    background: #bf202f !important;
    color: #fff !important;
}
.product-form input[type="radio"]{
/* display: none !important; */
/* pointer-events: none !important; */
}
/* .product-form input[type="radio"]:checked{
    border: 1px solid red !important;
}
.product-form .product-swatch__item{
    border: 1px solid #ddd;
    padding-left: 2px;
    padding-right: 2px;
} */
.product-swatch__item input[type="radio"] {
    display: none;
  }
  
  .product-swatch__item label {
    display: inline-block;
    background-color: #ddd;
    padding: 4px 11px;
    font-family: Arial;
    font-size: 16px;
    cursor: pointer;
  }
  
  .product-swatch__item input[type="radio"]:checked+label {
    background-color: rgb(102, 102, 102);
    color: #fff;
  }

  @media screen and (max-width:767px) {
      .md-device-margin{
          margin-top: 25px;
      }
  }
  /* change */

  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  
  /* Modal Content (image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
  }
  .modal-content, #caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
  }
  .cus-card-body {
    border: 1px solid #ddd;
    padding: 5px;
}
a.text-white.js-product-add-to-cart-button-text:hover{
    color: #fff !important;
}