/*Share style*/
.mgproducts-share-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mgproducts-share-icons ul li {
    margin: 0 5px;
}
.mgpro-hotspot-icon svg{
    width: 12px;
    fill: #fff;
}
.mgp-exicons a {
    color: inherit;
}

.list-none.list- {
    list-style: none;
}

ul.xscar-advicon {
    margin: 0;
    padding: 0;
    display: flex !important;
    flex-direction: column !important;
    position: absolute;
    right: 0;
    top: 8px;
    visibility: hidden;
    z-index: 999;
    opacity: 0;
    transform: rotateY(90deg);
    transition: transform 0.3s, opacity 0.5s;
}

.mgpde-card:hover ul.xscar-advicon,
.mgp-list .mgpde-lcard:hover ul.xscar-advicon {
    right: 8px;
    opacity: 1;
    visibility: visible;
    transform: rotateY(0);
}

.exicons-left ul.xscar-advicon {
    right: auto;
    left: 0;
}

.mgpde-card:hover .exicons-left ul.xscar-advicon {
    right: auto;
    left: 8px;
}

ul.xscar-advicon li {
    /*   width: 30px;
    height: 30px;*/
    margin-bottom: 5px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

ul.xscar-advicon .yith-wcwl-add-to-wishlist {
    margin: 0;
}

ul.xscar-advicon li i,
ul.xscar-advicon li p {
    margin: 0 !important;
}

ul.xscar-advicon li,
ul.xscar-advicon li i {
    background: #fff;
}

ul.xscar-advicon li i {
    padding: 8px;
    display: inline-block;
}

span.mgp-display-badge.mgp-pro-badge {
    text-transform: inherit;
}
.bskit-details-item .bskp-text {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.xshop-pcarousel .yith-wcqv-button.xshop-qpv {
    display: none;
}

.xqvbtnyes.xshop-pcarousel .yith-wcqv-button.xshop-qpv {
    display: inline-block;
}

.popover-body .xshop-qrcode {
    margin: 0;
}

/*Stock slider style*/

.mgppro-stock-stext {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    font-size: 13px;
    color: #9d9a9a;
}

.mgppro-total-stock,
.mgppro-available-stock {
    margin-bottom: 5px;
}

.mgppro-stock-slide.mgpro-stock-hide {
    opacity: 0;
    visibility: hidden;
}

.mgppro-range {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    height: 10px;
    border-radius: 5px;
    z-index: 1;
}

.mgppro-range1 {
    width: 100%;
    background: #ddd;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.mgppro-range2 {
    background: green;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 99;
    width: 0;
}

.mgp-list .mgpde-lcard .mgppro-stock-slide {
    margin-top: 1rem;
}

/*Flip style*/

.mgppro-flip {
    position: relative;
}

.mgppro-flip>.mgppro-front,
.mgppro-flip>.mgppro-back {
    display: block;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: 0.5s;
    transition-property: transform, opacity;
}

.mgppro-flip>.mgppro-front {
    transform: rotateY(0deg);
}

.mgppro-flip>.mgppro-back {
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: rotateY(-180deg);
}

.mgppro-flip:hover>.mgppro-front {
    transform: rotateY(180deg);
}

.mgppro-flip:hover>.mgppro-back {
    opacity: 1;
    transform: rotateY(0deg);
}
.mgpro-tooltip-content p{
    color: #fff;
}
.mgpd-tickerpro ul{
    display: none;
}
/*Countdown style*/
ul.adb-countdown.hidecount {
    display: none;
}

ul.adb-countdown {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap;
}

ul.adb-countdown li {
    display: inline-block;
    text-align: center;
}

ul.adb-countdown li span {
    font-size: 50px;
    font-weight: 300;
}

ul.adb-countdown li.seperator {
    font-size: 50px;
    vertical-align: top;
    margin: 0 5px;
}

ul.adb-countdown li p {
    color: #a7abb1;
    font-size: 25px;
    margin: 0;
}

.bskpd-card-img figure {
    position: relative;
}

ul.adb-countdown.abcont-style1 li.xcountnum {
    border: 2px solid #fff;
    margin-right: 10px;
    padding: 10px 20px;
    background: #21252980;
}

.mgppro-adcount ul.adb-countdown.abcont-style1 li.xcountnum {
    background: #ccc;
}

.mgppro-adcount ul.adb-countdown {
    margin: 5px 0 10px;
}

.mgppro-adcount ul.adb-countdown li.seperator,
.mgppro-adcount ul.adb-countdown li span {
    font-size: 30px;
}

.exp-offer-text {
    font-size: 32px;
    font-weight: 700;
    color: #e13030
}

.mgppro-adcount ul.adb-countdown li p {
    font-size: 14px;
    line-height: 14px;
}
.bskit-details-item .woocommerce.bskpde-cart-btn {
    margin-top: 1rem;
}
/* Advance banner*/
.mgppro-adbanner {
    display: block;
    overflow: hidden
}

.adbanner-bg {
    position: relative
}

.adbanner-bg .vb-overlay {
    z-index: 1
}

.mgppro-adbanner-text {
    display: flex;
    align-items: center
}

.adb-banner-text h3.adb-subtitle {
    font-family: "Trade Winds";
    font-style: italic;
    font-size: 50px;
    font-weight: 400;
    color: #288967;
}

.adb-banner-text.banner-text p {
    font-size: 14px;
    margin: -5px 0 10px;
}

.adb-banner-text.banner-text .xbanner-titem p {
    font-size: 18px;
}

h1.adb-title {
    margin: 0 0 1rem;
    font-size: 80px;
    font-weight: 700
}

.adb-banner-text a.btn.banner-btn {
    border: 1px solid #288967;
    border-radius: 0;
    color: #fff;
    background: #288967;
}

.adb-banner-text a.btn.banner-btn:hover {
    color: #fff;
    background: #25785b
}

.adb-banner-text a.btn.banner-btn2 {
    border: 1px solid #288967;
    border-radius: 0;
    background: #fff;
    color: #000;
    margin-left: 10px
}

.adb-banner-text a.btn.banner-btn2:hover {
    color: #fff;
    background: #25785b
}

a.btn.banner-btn,
a.btn.banner-btn2 {
    margin-top: 20px;
    padding: 17px 40px;
    font-size: 18px;
}

.adb-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.adb-img img {
    width: 100%;
    height: auto;
    min-height: 400px
}
.noUi-target{
    margin-top: 10px;
}
@media(max-width: 767px) {
    .mgppro-adbanner-text {
        min-height: 400px
    }

    h3.adb-subtitle {
        font-size: 20px
    }

    h1.adb-title {
        font-size: 35px
    }

    .adb-img img {
        min-height: 200px
    }
}

@media(max-width: 991px) {
    .mgppro-adbanner-text {
        min-height: 500px
    }
    .mgppro-hcell-1 {
        width: auto;
    }
    .mgppro-compare-table .mgppro-hmain h1 {
        font-size: 22px;
    }
    h3.adb-subtitle {
        font-size: 22px
    }

    h1.adb-title {
        font-size: 45px
    }

    .bskp-text,
    .bskpde-card-img {
        margin-bottom: 20px
    }
}

ul.adb-countdown.hidecount {
    display: none
}

ul.adb-countdown {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap
}

ul.adb-countdown li {
    display: inline-block;
    text-align: center;
    color: #de0101;
}

ul.adb-countdown li span {
    font-size: 50px;
    font-weight: 300
}

ul.adb-countdown li.seperator {
    font-size: 50px;
    vertical-align: top;
    margin: 0 5px
}

ul.adb-countdown li p {
    color: #a7abb1;
    font-size: 25px;
    margin: 0
}

ul.adb-countdown.abcont-style1 li.xcountnum {
    border: 2px solid #fff;
    margin-right: 10px;
    padding: 10px 20px;
    background: #21252980
}

.mgppro-adcount ul.adb-countdown.abcont-style1 li.xcountnum {
    background: #ccc
}

.mgppro-adcount ul.adb-countdown {
    margin: 5px 0 10px
}

.mgppro-adcount ul.adb-countdown li.seperator,
.mgppro-adcount ul.adb-countdown li span {
    font-size: 30px
}

.mgppro-adcount ul.adb-countdown li p {
    font-size: 14px;
    line-height: 14px
}

/*compare table style*/
.mgppro-tresponsive {
    overflow-x: auto;
}
.mgppro-compare-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    background: #fff;
}

.mgppro-ct-header {
    background-color: #f2f2f2;
}

.mgppro-compare-table .mgppro-hcell {
    text-align: center;
    position: relative;
}
.mgppro-hftext {
    position: absolute;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
}

.mgppro-hftext span {
    background: red;
    font-size: 12px;
    width: 100%;
}

.mgppro-hcell-1 {
    width: 400px;
    position: relative;
}
td.mgppro-compare-btn {
    min-width: 135px;
}
.mgppro-compare-table th,
.mgppro-compare-table td {
    padding:20px 8px;
    border: 1px solid #ccc;
}

.mgppro-compare-table .mgppro-hmain h1 {
    font-size: 28px;
    margin: 0;
    padding: 0;
}

.mgppro-compare-table .mgppro-hmain {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    min-height: 60px;
}
.mgppro-compare-table .mgppro-hinside {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
.mgppro-ctable-row:nth-child(even) {
    background-color: #f9f9f9;
}

.mgppro-hmain i {
    margin: 10px;
    font-size: 24px;
}
.mgppro-ct-header th.mgppro-hcell img {
    max-width: 150px;
}
.mgppro-hmain.mgppro-hmain-top {
    flex-direction: column;
}

.mgppro-hmain.mgppro-hmain-top i {
    margin-bottom: 10px;
}

.mgppro-hmain.mgppro-hmain-bottom {
    flex-direction: column;
    flex-flow: column-reverse;
}

.mgppro-hmain.mgppro-hmain-bottom i {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mgppro-hmain.mgppro-hmain-right {
    flex-flow: row-reverse;
}

.mgppro-hmain.mgppro-hmain-right i {
    margin-left: 10px;
    margin-right: 0;
}

.mgppro-hmain.mgppro-hmain-left i {
    margin-right: 10px;
    margin-left: 0;
}

.mgppro-cprice-item {
    font-weight: 700;
    text-align: center;
}

.mgppro-cmicon-en,
.mgppro-cmicon-dis {
    text-align: center;
}

.mgppro-cmicon-en i {
    color: #388E3C;
}
.mgppro-cmicon-en svg {
    fill: #388E3C;
    width: 18px;
}

.mgppro-cmicon-dis i {
    color: rgb(211, 2, 2);
}
.mgppro-cmicon-dis svg {
    fill: rgb(211, 2, 2);
    width: 18px;
}

.mgppro-ct-header th.mgppro-hcell {
    background: #007300;
    color: #fff;
}

.mgppro-ct-header th.mgppro-hcell.mgppro-hcell-1 {
    background: #00ACC1;
}

.mgppro-ct-header th.mgppro-hcell.mgppro-hcell-2,
td.mgppro-compare-btn.mgppro-btn1 a.mgppro-ctbtn {
    background: #2E6AEE;
}

.mgppro-cprice-bottom td.mgppro-pc1 .mgppro-cprice-item {
    color: #2E6AEE;
}

.mgppro-ct-header th.mgppro-hcell.mgppro-hcell-3,
td.mgppro-compare-btn.mgppro-btn2 a.mgppro-ctbtn {
    background: #388E3C;
}

.mgppro-cprice-bottom td.mgppro-pc2 .mgppro-cprice-item {
    color: #388E3C;
}

.mgppro-ct-header th.mgppro-hcell.mgppro-hcell-4,
td.mgppro-compare-btn.mgppro-btn3 a.mgppro-ctbtn {
    background: #E53935;
}

.mgppro-cprice-bottom td.mgppro-pc3 .mgppro-cprice-item {
    color: #E53935;
}

.mgppro-ct-header th.mgppro-hcell.mgppro-hcell-5,
td.mgppro-compare-btn.mgppro-btn4 a.mgppro-ctbtn {
    background: #FB8C00;
}

.mgppro-cprice-bottom td.mgppro-pc4 .mgppro-cprice-item {
    color: #FB8C00;
}

a.mgppro-ctbtn {
    background: #282828;
    color: #fff;
    text-decoration: inherit;
    padding: 7px 15px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 700;
    margin: 5px;
    display: inline-block;
}

a.mgppro-ctbtn:hover {
    background: #555;
    color: #fff;
    text-decoration: inherit;
}

.mgppro-compare-s2 tr.mgppro-ct-header th {
    border-radius: 10px;
    border: none;
}
.mgppro-hcell h4.mgppro-hsubtitle {
    font-size: 16px;
}

.mgppro-hcell .mgppro-cprice-item {
    font-size: 20px;
}
.mgppro-compare-s2 tr.mgppro-ctable-row td:first-child {
    background: #e5fcff;
}

.mgppro-compare-s2 tr.mgppro-ctable-row td:nth-child(2) {
    background: #dde8ff;
}

.mgppro-compare-s2 tr.mgppro-ctable-row td:nth-child(3) {
    background: #d8ffda;
}

.mgppro-compare-s2 tr.mgppro-ctable-row td:nth-child(4) {
    background: #ffe0df;
}

.mgppro-compare-s2 tr.mgppro-ctable-row td:nth-child(5) {
    background: #ffe3c1;
}

table.mgppro-compare-table.mgppro-compare-s3 {
    border-collapse: separate;
    border-spacing: 10px 5px;
}

.mgppro-compare-table.mgppro-compare-s3 th,
.mgppro-compare-table.mgppro-compare-s3 td,
.mgppro-compare-table.mgppro-compare-s4 th,
.mgppro-compare-table.mgppro-compare-s4 td {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px, rgba(0, 0, 0, 0.05) 0px 0px 0px;
}

.mgppro-compare-table.mgppro-compare-s3 .mgppro-ct-header th.mgppro-hcell.mgppro-hcell-1 {
    background-image: linear-gradient(to right, #8e2de2, #4a00e0);
}

.mgppro-compare-table.mgppro-compare-s3 .mgppro-ct-header th.mgppro-hcell.mgppro-hcell-2,
.mgppro-compare-table.mgppro-compare-s3 td.mgppro-compare-btn.mgppro-btn1 a.mgppro-ctbtn {
    background-image: linear-gradient(to right, #ff512f, #f09819);
}

.mgppro-compare-table.mgppro-compare-s3 .mgppro-ct-header th.mgppro-hcell.mgppro-hcell-3,
.mgppro-compare-table.mgppro-compare-s3 td.mgppro-compare-btn.mgppro-btn2 a.mgppro-ctbtn {
    background-image: linear-gradient(to right, #3e1508, #870000);
}

.mgppro-compare-table.mgppro-compare-s3 .mgppro-ct-header th.mgppro-hcell.mgppro-hcell-4,
.mgppro-compare-table.mgppro-compare-s3 td.mgppro-compare-btn.mgppro-btn3 a.mgppro-ctbtn {
    background-image: linear-gradient(to right, #00b09b, #96c93d);
}

.mgppro-compare-table.mgppro-compare-s3 .mgppro-ct-header th.mgppro-hcell.mgppro-hcell-5,
.mgppro-compare-table.mgppro-compare-s3 td.mgppro-compare-btn.mgppro-btn4 a.mgppro-ctbtn {
    background-image: radial-gradient(circle farthest-corner at 22.4% 21.7%, rgba(4, 189, 228, 1) 0%, rgba(2, 83, 185, 1) 100.2%);
}

.mgppro-compare-s3 tr.mgppro-ctable-row td:first-child {
    background-image: linear-gradient(to right, #f0dfff, #fbf8ff);
}

.mgppro-compare-s3 tr.mgppro-ctable-row td:nth-child(2) {
    background-image: linear-gradient(to right, #ffcac0, #fcecd4);
}

.mgppro-compare-s3 tr.mgppro-ctable-row td:nth-child(3) {
    background-image: linear-gradient(to right, #da9986, #ffcccc);
}

.mgppro-compare-s3 tr.mgppro-ctable-row td:nth-child(4) {
    background-image: linear-gradient(to right, #d3fffa, #dcefbc);
}

.mgppro-compare-s3 tr.mgppro-ctable-row td:nth-child(5) {
    background-image: radial-gradient(circle farthest-corner at 22.4% 21.7%, rgba(4, 189, 228, 0.2) 0%, rgba(2, 83, 185, 0.2) 100.2%);
}

table.mgppro-compare-table.mgppro-compare-s4 tr {
    background-image: linear-gradient(to right, #0f0c29, #302b63, #24243e);
    color: #fff;
}
table.mgppro-compare-table.mgppro-compare-s4 .mgppro-cmicon-en i,
table.mgppro-compare-table.mgppro-compare-s4 .mgppro-cmicon-dis i {
    color: #fff;
}
table.mgppro-compare-table.mgppro-compare-s4 .mgppro-cmicon-en svg,
table.mgppro-compare-table.mgppro-compare-s4 .mgppro-cmicon-dis svg {
    fill: #fff;
}

table.mgppro-compare-table.mgppro-compare-s4 .mgppro-ct-header th.mgppro-hcell.mgppro-hcell-1,
table.mgppro-compare-table.mgppro-compare-s4 .mgppro-ct-header th.mgppro-hcell.mgppro-hcell-2,
table.mgppro-compare-table.mgppro-compare-s4 td.mgppro-compare-btn.mgppro-btn1 a.mgppro-ctbtn,
table.mgppro-compare-table.mgppro-compare-s4 .mgppro-ct-header th.mgppro-hcell.mgppro-hcell-3,
table.mgppro-compare-table.mgppro-compare-s4 td.mgppro-compare-btn.mgppro-btn2 a.mgppro-ctbtn,
table.mgppro-compare-table.mgppro-compare-s4 .mgppro-ct-header th.mgppro-hcell.mgppro-hcell-4,
table.mgppro-compare-table.mgppro-compare-s4 td.mgppro-compare-btn.mgppro-btn3 a.mgppro-ctbtn,
table.mgppro-compare-table.mgppro-compare-s4 .mgppro-ct-header th.mgppro-hcell.mgppro-hcell-5,
table.mgppro-compare-table.mgppro-compare-s4 td.mgppro-compare-btn.mgppro-btn4 a.mgppro-ctbtn, 
table.mgppro-compare-table.mgppro-compare-s4 .mgppro-ct-header{
    background-image: linear-gradient(to bottom right, #FF512F, #DD2476);
}

table.mgppro-compare-table.mgppro-compare-s4 .mgppro-cprice-bottom td.mgppro-pc1 .mgppro-cprice-item ,
table.mgppro-compare-table.mgppro-compare-s4 .mgppro-cprice-bottom td.mgppro-pc2 .mgppro-cprice-item ,
table.mgppro-compare-table.mgppro-compare-s4 .mgppro-cprice-bottom td.mgppro-pc3 .mgppro-cprice-item ,
table.mgppro-compare-table.mgppro-compare-s4 .mgppro-cprice-bottom td.mgppro-pc4 .mgppro-cprice-item{
    color: #fff;
}
table.mgppro-compare-table.mgppro-compare-s4 tr:last-child {
    background-color: #FBAB7E;
        background-image: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%);
}
table.mgppro-compare-table.mgppro-compare-s4 {
    border-collapse: separate;
    border-spacing: 1px 5px;
    background: #000;
}