
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
    border: none;
}

.fxresponsiveimg {
    width: 100%;
    height: 150px;
}
.get-str-pri{
    font-size: 20px;
 }
.count-okfor-this {
    width: 91px;
    height: 30px;
}

.bg-secondary-firefox {
    background: #ebebebc2 !important;
}

@-moz-document url-prefix() {
    .count-okfor-this {
        width: auto;
        height: 30px;
    }
    .bg-secondary-firefox {
        background: #ebebebc2 !important;
    }
    .btn-outline-accent {
        width: 33%;
    }
}

.nk-reply-form-header {
    padding: 0 1.5rem;
}

input.input-mail.tagify {
    border: none;
}

.col-md-6.cal-7fix.mt-2.pl-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.nk-reply-form-field {
    padding: .5rem 1.5rem;
}

.nk-reply-form-field textarea.form-control.ex-large,
.nk-reply-form-field .dual-listbox textarea.ex-large.dual-listbox__search,
.dual-listbox .nk-reply-form-field textarea.ex-large.dual-listbox__search {
    min-height: 278px;
}

.nk-reply-form-field .form-control,
.nk-reply-form-field div.dataTables_wrapper div.dataTables_filter input,
div.dataTables_wrapper div.dataTables_filter .nk-reply-form-field input,
.nk-reply-form-field .dual-listbox .dual-listbox__search,
.dual-listbox .nk-reply-form-field .dual-listbox__search {
    font-size: 0.875rem;
}

.form-control-simple {
    border: none;
    padding: 0;
}

.nk-reply-form-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.25rem;
    border-bottom: 1px solid #e5e9f2;
}

.nk-reply-form-group {
    position: relative;
    padding: 1rem 0;
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
}

.nk-reply-form-input-group {
    width: 100%;
}

.nk-reply-form-input {
    display: flex;
}

.nk-reply-form-input .label {
    margin: .3rem .5rem .3rem 0;
    width: 1.25rem;
    color: #8094ae;
}

.tagify {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    border: 1px solid #e5e9f2;
    padding: 3px;
    line-height: 1.1;
    cursor: text;
    outline: none;
    position: relative;
    transition: .1s;
    font-size: 14px;
}

.tagify__input:empty {
    display: flex;
}

.tagify__input {
    display: block;
    min-width: 60px;
    margin: 2px;
    padding: 0.25rem 0.5rem 0.25rem 0.675rem;
    line-height: inherit;
    position: relative;
    white-space: pre-line;
}

.nk-reply-form-input-cc,
.nk-reply-form-input-bcc {
    display: none;
}

.tagify+input,
.tagify+textarea {
    display: none !important;
}

.nk-reply-form-input .toggle-opt {
    display: inline-flex;
    align-items: center;
    color: #364a63;
}

.nk-reply-form-field:not(:last-child) {
    border-bottom: 1px solid #e5e9f2;
}

.nk-reply-form-tools {
    padding: 1.25rem;
    border-top: 1px solid #e5e9f2;
    display: flex;
    justify-content: space-between;
}

.nk-reply-form-actions {
    display: inline-flex;
    align-items: center;
}

.g-1 {
    margin: -.1875rem !important;
}

.ni {
    font-family: "Nioicon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.chatbox-holder {
    position: fixed;
    right: 0;
    bottom: 0;
    display: flex;
    z-index: 1000;
}

.ctll {
    margin-bottom: 10px;
}

.chatbox {
    width: 400px;
    height: 400px;
    margin: 0 20px 0 0;
    position: relative;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    display: none;
    flex-flow: column;
    border-radius: 10px 10px 0 0;
    background: white;
    bottom: 0;
    transition: .1s ease-out;
}

.chatbox-top {
    position: relative;
    display: flex;
    padding: 10px 0;
    border-radius: 10px 10px 0 0;
    background: rgba(0, 0, 0, .05);
}

.chatbox-icons {
    padding: 0 10px 0 0;
    display: flex;
    position: relative;
}

.chatbox-icons .fa {
    background: rgba(220, 0, 0, .6);
    padding: 3px 5px;
    margin: 0 0 0 3px;
    color: white;
    border-radius: 0 5px 0 5px;
    transition: 0.3s;
}

.chatbox-icons .fa:hover {
    border-radius: 5px 0 5px 0;
    background: rgba(220, 0, 0, 1);
}

.chatbox-icons a,
.chatbox-icons a:link,
.chatbox-icons a:visited {
    color: white;
}

.chat-partner-name,
.chat-group-name {
    flex: 1;
    padding: 0 0 0 110px;
    font-size: 15px;
    font-weight: bold;
    color: #30649c;
    text-shadow: 1px 1px 0 white;
    transition: .1s ease-out;
}

.status {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #cacaca;
    margin: 0 3px 0 0;
}

.online {
    background: #b7fb00;
}

.away {
    background: #ffae00;
}

.donot-disturb {
    background: #ff4343;
}

.chatbox-avatar {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    background: white;
    padding: 3px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    position: absolute;
    transition: .1s ease-out;
    bottom: 0;
    left: 6px;
}

.chatbox-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.chat-messages {
    border-top: 1px solid rgba(0, 0, 0, .05);
    padding: 10px;
    overflow: auto;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    flex: 1;
}

.message-box-holder {
    width: 100%;
    margin: 0 0 15px;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}

.message-sender {
    font-size: 12px;
    margin: 0 0 15px;
    color: #30649c;
    align-self: flex-start;
}

.message-sender a,
.message-sender a:link,
.message-sender a:visited,
.chat-partner-name a,
.chat-partner-name a:link,
.chat-partner-name a:visited {
    color: #30649c;
    text-decoration: none;
}

.message-box {
    padding: 6px 10px;
    border-radius: 0 6px 0 6px;
    position: relative;
    background: rgba(100, 170, 0, .1);
    border: 2px solid rgba(100, 170, 0, .1);
    color: #6c6c6c;
    font-size: 12px;
}

.message-box:after {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    border-top: 10px solid rgba(100, 170, 0, .2);
    border-right: none;
    bottom: -22px;
    right: 10px;
}

.message-partner {
    background: rgba(0, 114, 135, .1);
    border: 2px solid rgba(0, 114, 135, .1);
    align-self: flex-start;
}

.message-partner:after {
    right: auto;
    bottom: auto;
    top: -22px;
    left: 9px;
    border: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 114, 135, .2);
    border-left: none;
}

.chat-input-holder {
    display: flex;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.chat-input {
    resize: none;
    padding: 5px 10px;
    height: 40px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #999999;
    flex: 1;
    border: none;
    background: rgba(0, 0, 0, .05);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.chat-input:focus,
.message-send:focus {
    outline: none;
}

.message-send::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.message-send {
    -webkit-appearance: none;
    background: #9cc900;
    background: -moz-linear-gradient(180deg, #00d8ff, #00b5d6);
    background: -webkit-linear-gradient(180deg, #00d8ff, #00b5d6);
    background: -o-linear-gradient(180deg, #00d8ff, #00b5d6);
    background: -ms-linear-gradient(180deg, #00d8ff, #00b5d6);
    background: linear-gradient(180deg, #00d8ff, #00b5d6);
    color: white;
    font-size: 12px;
    padding: 0 15px;
    border: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.attachment-panel {
    padding: 3px 10px;
    text-align: right;
}

.attachment-panel a,
.attachment-panel a:link,
.attachment-panel a:visited {
    margin: 0 0 0 7px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
}

.chatbox-min {
    bottom: -362px;
}

.chatbox-min .chatbox-avatar {
    width: 60px;
    height: 60px;
}

.chatbox-min .chat-partner-name,
.chatbox-min .chat-group-name {
    padding: 0 0 0 75px;
}

.settings-popup {
    background: white;
    border-radius: 20px/10px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
    font-size: 13px;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 33px;
    transition: .15s;
    transform: scale(1, 0);
    transform-origin: 50% 0;
    width: 120px;
    z-index: 2;
    border-top: 1px solid rgba(0, 0, 0, .2);
    border-bottom: 2px solid rgba(0, 0, 0, .3);
}

.settings-popup:after,
.settings-popup:before {
    border: 7px solid transparent;
    border-bottom: 7px solid white;
    border-top: none;
    content: "";
    position: absolute;
    left: 45px;
    top: -10px;
    border-top: 3px solid rgba(0, 0, 0, .2);
}

.settings-popup:before {
    border-bottom: 7px solid rgba(0, 0, 0, .25);
    top: -11px;
}

.settings-popup:after {
    border-top-color: transparent;
}

#chkSettings {
    display: none;
}

#chkSettings:checked+.settings-popup {
    opacity: 1;
    transform: scale(1, 1);
}

.settings-popup ul li a,
.settings-popup ul li a:link,
.settings-popup ul li a:visited {
    color: #999;
    text-decoration: none;
    display: block;
    padding: 5px 10px;
}

.settings-popup ul li a:hover {
    background: rgba(0, 0, 0, .05);
}

li.addtocart.m-0 {
    padding-right: 5px;
}

.mobile-slider {
    display: none !important;
}

.title-cstmr-bought {
    width: 100%;
    text-align: center;
    font-weight: 700;
    margin-top: 10px;
}

.col-md-3.mdlheadnw {
    text-align: center;
    padding: 6px;
}

.banner-fx-mdl {
    border: 1px solid gainsboro;
}

.mybtn-fx-1 {
    margin-bottom: 10px;
}

.col-md-6.cv-cart-mob {
    text-align: end;
    padding-right: 0;
}

.empty-stars.emptystarok:before {
    font-size: 17px;
}

.add-cart-product-name {
    margin: 0;
    font-size: 14px;
    color: lightgray;
}

.add-cart-box {
    background: #e4e4e2eb;
    padding: 10px;
    text-align: center;
}

.add-cart-btn-n {
    background: #505050;
    border: #505050;
    width: 100%;
    font-size: 12px;
    margin-bottom: 5px;
    color: white;
}

.mobile-tabss {
    display: none;
}

.middlehoverr {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 75px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    right: 63%
}

.conr:hover .middlehoverr {
    opacity: 1;
}

.textfxfx {
    background-color: #ffffff;
    color: #0c0c0c;
    font-size: 16px;
    padding: 10px 10px;
    border: 1px solid lightgray;
    border-radius: 5px 0px 0px 5px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    width: 250px;
}

.totl-seller-ratings {
    font-size: 14px;
    color: red;
    margin-left: 5px;
}

img.rounded-circle.vertical-img {
    margin-top: 20px;
    width: 90px;
}

.fxcontainer {
    width: 70%;
}

.fix-all-star-one {
    text-align: left;
}

span.green-star {
    background: green;
    padding: 5px;
}

span.yellowgreen-star {
    background: yellowgreen;
    padding: 5px;
}

span.blue-star {
    background: blue;
    padding: 5px;
}

span.orange-star {
    background: orange;
    padding: 5px;
}

span.red-star {
    background: red;
    padding: 5px;
}

span.star-rate-text {
    width: 30%;
    float: left;
    font-weight: 600;
    text-align: left;
}

i.fas.fa-star {
    color: whitesmoke;
}

.review-area .star-area .star-list li {
    width: 100%;
    margin: 8px;
}

#product-details-tab #replay-area .review-area .star-area .star-list li::after {
    position: absolute;
    content: "";
    top: 0px;
    right: -18px
}

#product-details-tab #replay-area .review-area .star-area .star-list li i {
    margin-right: 0;
}

h6.font-size-sm.mb-0 {
    font-size: 13px;
}

div#tabs-5 {
    padding: 0px !important;
}

.empty-stars-nw:before {
    font-size: 18px;
}

.p-sku {
    font-weight: bold
}

p.idno {
    margin: 0px;
}

.info-meta-1 {
    margin: 10px 0px 10px 0px;
}

.forbdr {
    border: 1px solid #c5c5c5;
    border-radius: 4px;
}

.xzoom5 {
    border-radius: 5px;
    width: 100% !important;
}

.slick-list.draggable {
    border-radius: 3px;
}

.report-area {
    text-align: center;
}

.Specifications-col {
    background-color: #FAFAFA;
}

.Specifications-row {
    border-bottom: 1px solid #b9b9b9;
}

video {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0px 0px;
    ;
}

.control-video {
    border: 1px solid #c5c5c5;
    border-radius: 10px;
}

.sta {
    margin-left: 10px;
}

.st-p {
    margin: 0px;
}

.st-dif-paym {
    display: -webkit-box;
}

.left-content {
    margin-top: 4px;
}

.custom-control-price {
    margin-left: 30px;
}

.social-links .link-list {
    display: inline-block;
}

.social-links {
    margin-top: 4px;
    text-align: center;
}

.social-links .link-list li {
    display: inline-block;
}

.social-links .link-list li a.facebook {
    background: #3b5999;
}

.social-links .link-list li a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    height: 35px;
    width: 35px;
    text-align: center;
    margin: 0px 2px;
    line-height: 35px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.social-links .link-list li a.twitter {
    background: #55acee;
}

.social-links .link-list li a.linkedin {
    background: #0077B5;
}

.social-links .link-list li a.pinterest {
    background: #bd081c;
}

.product-details-page #product-details-tab .top-menu-area ul li a {
    color: black;
    padding: 10px 8px 10px !important;
    font-size: 12.5px;
    /*border-left: 1px solid #c5c5c5;*/
    border: 1px solid #c5c5c5;
}

.ui-tabs {
    padding: 0em;
}

li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab {
    margin-right: 0px;
}

.product-details-page #product-details-tab .top-menu-area {
    border-bottom: 3px solid #f6b708;
}

.ui-tabs-active a {
    color: white;
}

.input-field.error:focus,
.trending .item .item-img .extra-list ul li a:hover,
.categori-item .item .item-img .extra-list ul li a:hover,
.footer .fotter-social-links ul li a:hover,
.product-details-page .right-area .product-info .contact-seller .list li a:hover,
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.compare a:hover,
.product-details-page #product-details-tab li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active a,
.sub-categori .right-area .categori-item-area .item .item-img .extra-list ul li a:hover,
.cartpage .left-area .table tbody tr td.quantity .qty ul li .qtminus:hover,
.cartpage .left-area .table tbody tr td.quantity .qty ul li .qtplus:hover,
.cartpage .right-area .order-box .cupon-box #coupon-form button:hover,
.blog-details .comments .comment-box-area li .replay-form .replay-form-close:hover,
.blog-details .blog-aside .tags .tags-list li a:hover {
    color: white;
}

.product-details-page .right-area .product-info .info-meta-3 .meta-list li.addtocart a {
    border-radius: 0px !important;
    padding: 0px 5px;
}

li.d-block.count {
    float: left;
}

li.addtocart {
    float: left;
}

.info-meta-2 {
    height: 1px;
}

.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li:last-child {
    margin-right: 0px;
}

.item .info .price {
    color: black !important;
}

.owl-prev {
    display: none !important;
}

.owl-next {
    display: none !important;
}

.don-col {
    max-width: 73% !important;
}

#myInput {
    margin-top: 10px;
}

.link-btn {
    margin-top: 10px;
}

.link-btn1 {
    text-align: end;
}
@media (min-width: 1800px)
{
    .xzoom-thumbs1 {
    position: absolute;
    left: 84px;
    top: 286px;
}
}

@media only screen and (min-width: 1600px) {}

.mybadge {
    background: green !important;
}

@media only screen and (max-width: 840px)
   {
      img.fix-imagess {
         width: 50%;
         }
      .add-cart-box.fx-mobidata {
          width: 50%;
          margin: 0 auto;
      }
      .col-md-3.mdlheadnw {
    
    width: 50%;
}
      .bg-secondary-firefox {
    width: 48%;
    float: left;
      }
      .categori.mt-30 {
    width: 48%;
    float: left;
        margin-left: 20px;
      }
      .product-details-page .categori .section-top {
      margin-top: 15px;
      }
      .xzoom5 {
    
         /* width: 50% !important;
          margin-left: 70px;*/
      }
      .xzoom-thumbs1 {
         position: absolute;
         left: 15px;
         top: 275px;
      }
      .fxresponsiveimg {
   
          margin-bottom: 15px;
      }
      .fx-mb-p-sku {
        width: 45%;
        float: left;
        padding-right: 0px;
      }
      .fx-mb-idno {
         width: 55%;
         padding-left: 0px;
      }
      .fxthaz {
         width: 50%;
         float: left;
      }
      a.text-reset.text-center.p-4.d-block {
         padding-left: 0px!important;
         padding-right: 0px!important;
      }
         }

@media only screen and (max-width: 780px) {
    .cal-5fix {
        width: 30%;
        float: left;
    }
    .for-img {
        margin-top: 15px;
    }
    .cal-7fix {
        width: 55%;
        padding-left: 15px !important;
        float: left;
    }
    .fxsideicn {
        width: 15%;
    }
}

@media only screen and (max-width: 414px) {
    .item .info .name {
        height: 30px!important;
    }
}

@media only screen and (max-width: 475px) {
    .fxthaz
  {
    width: 50%;
    float: left;
   }
   img.fix-imagess {
      width: 100%;
   }
   .add-cart-box.fx-mobidata {
      width: 100%;
      margin: 0 auto;
   }
   .bg-secondary-firefox {
      width: 100%;
    }
   .categori.mt-30 {
      width: 100%;
      margin-left: 0px;
    
   }
    .product-details-page .right-area .product-info .info-meta-3 {
        padding: 14px 0px 0px;
    }
    .fxresponsiveimg {
        width: 100%;
        height: 85px;
    }
    .cv-cart {
        margin-right: 34px;
    }
    .fxxfabric {
        width: 20%;
    }
    .fabricqut {
        width: 40%;
    }
    .don-col {
        max-width: 95% !important;
    }
    .link-btn1 {
        text-align: center;
    }
    a.btn.btn-outline-accent.btn-sm.btn-block.addWar {
        width: 40%;
        float: right;
    }
    .product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty {
        width: 100%;
        margin-bottom: 10px;
    }
    .item .info .name {
        height: auto !important;
    }
    .accordion {
        border: 1px solid #dedede;
        margin-top: 5px;
        color: #444;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        text-align: left;
        outline: none;
        font-size: 15px;
        transition: 0.4s;
        border-radius: 5px;
    }
    .accordion:hover {
        background-color: #02abfd;
        color: white;
    }
    .accordion:after {
        content: '\002B';
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }
    .accordion.active:after {
        content: "\2212";
    }
    button:focus {
        outline: 0px auto -webkit-focus-ring-color;
    }
    .panel {
        background-color: white;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }
    .web-tabss {
        display: none;
    }
    .mobile-tabss {
        display: block;
    }
    #product-details-tab {
        display: none;
    }
    img.rounded-circle.vertical-img {
        width: 110px;
    }
    .product-details-page #product-details-tab .top-menu-area ul li a {
        width: 100%;
        text-align: center;
    }
    .product-details-page #product-details-tab .top-menu-area ul li {
        width: 100%;
    }
    .fxcontainer {
        width: 100%;
    }
    .Specifications-col {
        width: 45%;
        float: left;
        padding-right: 0px;
    }
    .Specifications-col-t {
        width: 50%;
    }
    li.d-block.count {
        /* width: 100% !important; */
        margin: 0 auto;
    }
    li.favorite {
        position: absolute;
        /*bottom: 65px;*/
        right: 150px;
    }
    li.favorite.m-001 {
        position: absolute;
        right: 129px;
    }
    li.compare.m-0 {
        position: absolute;
        /*bottom: 65px;*/
        right: 100px;
    }
    li.addtocart {
        /* margin-top: 12px;*/
    }
    li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab {}
}

.border-radius {
    border-radius: 7px 0px 0px 0px;
}

.last {
    border-radius: 0px 7px 0px 0px;
}

.mt-30 {
    margin-top: 0px !important;
}

.other-seller {
    font-weight: 700;
    text-transform: capitalize;
}

.seller-info .view-stor {
    width: 49% !important;
}

.product-details-page .right-area .product-info .product-color {
    margin-bottom: 0px !important;
    margin-top: 7px !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}


/* Hide default HTML checkbox */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.seller-info .content {
    padding: 0px !important;
}

.level-1 {
    text-align: left !important;
    margin: 0 auto !important;
    color: #f82828 !important;
    font-weight: 600 !important;
}

.seller-info {
    padding-left: 21px !important;
    padding-top: 12px !important;
}

.level-2 {
    margin: 0 auto !important;
}


/*.xzoom-thumbs1 {
    position: absolute;
    left: 48px;
    top: 375px;
}*/

/*@media(max-width:2560px) {
    .xzoom-thumbs1 {
        position: absolute;
        left: 140px;
        top: 308px;
    }
}*/

@media (max-width: 1600px) {
    .xzoom-thumbs1 {
        position: absolute;
            left: 61px;
    top: 273px;
    }
}

@media only screen and (max-width: 1800px) and (min-width: 1597px) {
    .xzoom-thumbs1 {
        position: absolute;
            left: 75px;
    top: 285px
    }
}

@media (max-width: 1440px) {
    .xzoom-thumbs1 {
        position: absolute;
        left: 50px;
        top: 275px;
    }
}

@media (max-width: 1280px) {
    .xzoom-thumbs1 {
        position: absolute;
        left: 41px;
        top: 275px;
    }
}

@media(max-width:475px) {
    .middlehoverr {
        right: 0%;
        z-index: 9;
    }
    .add-cart-btn-n {
        width: 75%;
    }
    h6.font-size-sm.mb-0 {
        font-size: 17px;
        margin-block-start: 1.43em;
    }
    span.font-size-ms.text-muted {
        font-size: 15px !important;
    }
    .item-details img {
        width: 30px !important;
        height: 30px !important;
    }
    a#qaddcrt {
        display: none;
    }
    .cv-cart-mob {
        position: absolute;
        text-align: end;
        bottom: 25px;
    }
    .product-details-page #product-details-tab {
        margin-top: 10px;
    }
    li.compare.m-0 {
        position: absolute;
        /*bottom: 10px;*/
        right: 44px;
    }
    li.favorite {
        position: absolute;
        /*bottom: 10px;*/
        right: 92px;
    }
    li.addtocart {
        position: absolute;
        /* bottom: 7px;*/
    }
    
    .desktop-slider {
        display: none !important;
    }
    .mobile-slider {
        display: block !important;
    }
    .product-details-page #product-details-tab .tab-content-wrapper {
        padding: 0px 0px 0px !important;
    }
    .tab-content-area {
        padding-left: 5px !important;
    }
}

.pagination {
    width: 24% !important;
    margin-left: 35% !important;
}

pagination .page-item {
    width: 7% !important;
}

.slick-vertical .slick-slide {
    border: none !important
}

.style-1 {
    height: 416px !important;
    overflow: hidden;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
}

.style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #fff;
}

.style-1::-webkit-scrollbar {
    width: 4px;
    background-color: #fff;
}

.style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #F82828;
}

.cv-cart {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    border: 1px solid #ff5500;
    background: #ff5500;
    padding: 0px 14px;
    height: 30px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.product-label {
    background: red;
    color: white;
    border-radius: 5px;
    /* margin-right: 10px; */
    padding: 5px 8px 4px 4px;
}

.customNavigation {
    text-align: center;
}

.customNavigation a {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.bg-secondary {
    background: #ebebebc2 !important;
    border-radius: 10px !important;
}

.font-size-ms {
    font-size: .8125rem !important;
}

.text-muted {
    color: #6c757d !important;
}

.item-details img {
    width: 25px;
    height: 25px;
}

.icon-badges {
    border-radius: 50px;
    -webkit-border-radius: 50px;
}

.item-details ul li {
    display: inline-block;
}

.btn-outline-accent {
    color: #ffffff !important;
}

.col-md-6.bg-gray {
    text-align: center;
}

a.outline-accent2.btn-sm {
    /*width: 20%;*/
    text-align: end;
}

.sxsize {
    font-size: 25px;
}

span.d-inline-block.h6.mb-0.mr-1 {
    margin-left: 5px;
}

.gold-slr {
    text-align: end;
}

.gold-sellere {
    border: 1px solid goldenrod;
    padding: 5px;
    font-size: 12px;
    font-weight: 600;
    background: goldenrod;
    color: white;
}

.img-side {
    width: 100%;
    height: 100px;
}

.toggle {
    position: fixed;
    bottom: 0;
    right: -500px;
    height: 100%;
    width: 500px;
    z-index: 999999999;
    overflow: scroll;
    transition: all 0.5s ease;
}

@media(max-width:320px) {
    li.favorite.m-001 {
        right: 45px;
    }
    li.favorite {
        right: 5px;
    }
    li.compare.m-0 {
        right: -38px;
    }
}

@media(max-width:395px) {
    li.favorite.m-001 {
        right: 89px;
    }
    li.favorite {
        right: 50px;
    }
    li.compare.m-0 {
        right: 6px;
    }
    .product-details-page .right-area .product-info .info-meta-3 .meta-list li.addtocart a {
        height: 30px;
        line-height: 28px;
    }
}

@media(max-width:475px) {
    .col-md-3.mdlheadnw {
        width: 50%;
    }
    .wholesell-details-page {
        margin-top: 0px;
        border: 1px solid #c5c5c5 !important;
        border-radius: 0px 0px 5px 5px;
    }
    .product-label {
        font-size: 12px;
        font-weight: 600;
    }
    .fx-mb-p-sku {
        width: 45%;
        float: left;
        padding-right: 0px;
    }
    .fx-mb-idno {
        width: 55%;
        padding-left: 0px;
    }
    .toggle {
        position: fixed;
        bottom: 0;
        height: 100%;
        width: -webkit-fill-available;
        z-index: 999999999;
        overflow-y: scroll;
        transition: all 0.5s ease;
        overflow-x: scroll;
        width: 100%;
    }
    .img-side {
        width: 50%;
        height: 100px;
    }
    .mobile-fix-side {
        text-align: center;
    }
    .btn-outline-none {
        width: 35% !important;
    }
    /* .col-md-6.bg-gray {
        position: absolute;
    } */
}

.btn-outline-yellow {
    color: #ffffff !important;
    background: #ffff00;
    width: 60%;
    margin: 0 auto;
}

.btn-outline-none {
    color: #000 !important;
    background: #eeeeee;
    width: 60%;
    margin: 0 auto;
}

.info-meta-1 {
    margin: 10px 0px 7px 0px !important;
}

@media only screen and (max-width: 414px) {
    .product-details-page .right-area .product-info .info-meta-3 {
        padding: 14px 0px 10px;
    }
    .product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li .qttotal,
    .product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li .qtminus,
    .product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li .qtplus {
        display: inline-block;
        width: 30px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
}

.btn-fifty {
    width: 70% !important;
}

body {
    overflow: hidden;
}