body {
    overflow-x: hidden;
}
p {
    font-variant: contextual;
    font-size: 15px;
    font-weight: unset;
}
h1.page-title {
    font-size: 2rem;
}
.flex {
    display: flex;
}
.flexWrap {
    display: flex;
    flex-wrap: wrap;
}
.flexWrapCol {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.fl-asC { align-self: center; }
.ml-1r { margin-left: 1rem; }
.mt-10 { margin-top: 10px; }
.ptb-1r { padding-top: 1rem; padding-bottom: 1rem; }
.t-center { text-align: center; }
.m-auto { margin: 0 auto; }
.btn-action {
    width: 100%;
    border-radius: 4px 16px 2px 13px;
    min-height: 41px;
    border-bottom: 3px solid #c7116b !important;
    font-weight: bold;
}

button.button, .checkout-button {
    background: #ED4597;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #ec2888fa;
}
.woocommerce-notices-wrapper > * {
    border-radius: 0px;
    padding: 8px;
    color: #fff;
    margin: 0 auto;
    cursor: pointer;
    text-transform: capitalize;
    list-style: none;
    margin-bottom: 1rem;
}
.woocommerce-notices-wrapper a { color: #fff; font-weight: bold; }
.woocommerce-message {
    /*border-bottom: 2px solid #0b482c*/;
}
.woocommerce-message, 
.woocommerce-info, 
.woocommerce-error, 
.woocommerce-noreviews, 
p.no-comments{
    background-color: #ED4597 !important;
}
.woocommerce-info {
    margin: 0 auto;
    background-color: #ED4597 !important;
    border: 0 !important;
}
.woocommerce-info a{
    color: #fff;
    font-weight: bold;
}
.woocommerce-error {
    margin: 0 auto;
    margin-top: 10px;
    color: #fff;
    padding: .5rem 2rem;
}
.woocommerce-noreviews {
    color: #e83e8d !important;
    background: none !important;
    border: none !important;
    padding: 10px 0px !important;
    text-transform: capitalize !important;
}
.single-product .product-addon-totals { 
    display: none;
}

/* Header Cart */
.header .my-cart-contents{
    display: flex;
    flex-direction: column;
    color: #777;
}
/* Home Page */
.top-sliders > div {
    margin-bottom: 10px;
}

/* Blog Page */
.page.blog-category .posts_post-img {
    background: #f3f3f330;
    background-size: cover !important;
    background-position: top;
    background-repeat: no-repeat !important;
    border-radius: 2px;
    border: 1px dashed #dedede;
    display: block;
}

.page.blog-category .posts-post-p {
    height: 120px;
    text-align: justify;
}
.page.blog-category .posts-post-h1 {
    height: 48px;
    margin-bottom: 5px;
}
.page.blog-category article.type-post{ 
    border: 1px solid #fbfbfb;
    padding: 7px;
    box-shadow: 0 1px 3px #fdfbfb;
    margin: 10px 0;
    width: 100%;
}
.page.blog-category .post-categories {
    background:#fff;
    padding: 3rem 2rem;
    box-shadow:0px 1px 4px #E4D9D9;
}
.page.blog-category .post-categories > h4{
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 12px;
    font-weight: bold;
}
.page.blog-category .post-categories > ul{
    margin: 0;
}
.page.blog-category .post-categories ul{
    list-style: none;
    margin-bottom: 5px;
}
.page.blog-category .post-categories ul li{
    margin-bottom: 2px;
}
.page.blog-category .post-categories ul a{
    color: #777;
}
.page.blog-category .post-categories .search-form{
        display: flex;
        align-items: center;
}
.page.blog-category .post-categories .search-form > label {
    flex: 2;
    width: 60px;
    padding: 0 3px 0 0;
    margin: 0;
}
.page.blog-category .post-categories .search-form input.search-field {
    flex: 2;
    width: 100%;
}
.page.blog-category .post-categories .search-form .search-submit
{
    height: max-content;
}

.page.blog section.widget {
    box-shadow: 0px 1px 4px #E4D9D9;
    background: #fff;
    margin: 7px 0;
    padding-bottom: 5px;
}
/* Blog Post thumbnail on slider */
.wpcp-slide-image img{
    object-fit: cover;
    object-position: top;
}

#sb_instagram .sbi_follow_btn a {
    background: #ff1493;
}

/* Header Main Menu */
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    /*font-size: 19px !important;*/
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    z-index: 1022 !important;
}
/* Woocommerce custom page designed */

.custom-page .bitem {
    background:#fff;
    box-shadow:0px 1px 4px #E4D9D9;
    margin-bottom: 1rem;
}
.custom-page .bitem .bitem-content{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.custom-page .entry-header {
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer; 
}
.custom-page .entry-header .heading-primary {
    font-size: 32px;
    padding: 7px 10px 0 15px;
    font-variant: petite-caps;
    margin: 2px 0 9px 0;
}

.custom-page .form-row {
    margin-bottom: 1rem;
}

.custom-page .form-row label:not(.woocommerce-form__label-for-checkbox) {
    margin: 0;
    background: #ececec;
    padding: 8px 13px;
    font-variant: small-caps;
}

.custom-page .form-row label {
    flex: 2;
}
.custom-page .form-row .woocommerce-input-wrapper {
    flex: 4;
}

.custom-page .form-row input:not([type=checkbox]),
.custom-page .form-row select,
.custom-page .form-row textarea,
.custom-page .form-row .select2,
.custom-page .form-row textarea
{
    background: #f9f9f9;
    border-radius: 0px;
    border: 1px solid #efefef;
    height: 100%;
    width: 100%;
}

.custom-page .form-row .select2-container--default .select2-selection--single {
    border: none;
    border-radius: 0;
    height: 100%;
}
.custom-page .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100%;
    line-height: 35px;
}
.custom-page .form-row span.woocommerce-input-wrapper {
    min-height: 36px;
}

/* Footer */
.footer_links li.heading{
    margin-bottom: 13px;
}
/* SLider */

.wcpscwc-product-slider {
    background: #fff;
    padding: 18px 0;
}

.wpcp-carousel-section.nav-vertical-center {
    padding: 0;
}

.wpcp-carousel-wrapper .slick-prev, 
.wpcp-carousel-wrapper .slick-next, 
.wpcp-carousel-wrapper .slick-prev:hover, 
.wpcp-carousel-wrapper .slick-next:hover {
    font-size: 45px !important;
}

.wpcp-carousel-wrapper .slick-prev,
.wpcp-carousel-wrapper .slick-prev:hover {
    margin-left: 10px;
}

.wpcp-carousel-wrapper .slick-next, 
.wpcp-carousel-wrapper .slick-next:hover {
    margin-right: 10px;
}

.wpcp-post-carousel .wpcp-single-item .wpcp-all-captions h2 {
    line-height: 1.2rem;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 10px;
    height: 58px;
    overflow: hidden;
}
/*****/
.comments-area {
    border-top: 1px dotted #dedede;
    padding: 1rem 0;
    margin: 2rem 0 1rem 0;
}
body .blog h2.entry-title {
    font-family: Signika;
    border-bottom: 2px solid #fcfcfc;
    padding: 2px 0px;
    font-size: 1.25rem;
}
body .blog-category .item .entry-title a {
    color: #777;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: bold;
}
body .blog-category .item a.read-more {
    color: #5d5d5d;
    background: #eee;
    font-size: 12px;
    padding: 4px 13px;
    border-radius: 12px;
    border: 1px solid #c7c7c7;
}

body .blog-category .wp-post-image {
    width: 100%;
    max-height: 100px;
}

body .blog-category .post-item figure.post-img{
    margin: 0 0 1rem;
    position: relative;
    width: 100%;
} 
body .blog-category .post-item figure.post-img:after{
    content: "";
    display: block;
    padding-bottom: 100%;
}
body .blog-category .post-item figure.post-img .posts_post-img{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover; 
    position: absolute;  
}
/*****/
ul.products li.product .button {
    display: block;
    text-align: center;
    width: 130px;
    margin: 0 auto;
    background: #eee;
    padding: 7px 8px;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 12px;
    color: #636263;
    border: none;
}
ul.products li.product .price {
    display: flex;
    justify-content: center;
}
ul.products li.product .woocommerce-loop-product__title {
    width: 200px;
    text-align: center;
    margin: 0 auto;
}
/* Products */

ul.products { width: 100%; }
ul.products li.product img { 
    max-height: 150px;
    width: auto;
    margin: 0 auto;
}
.woocommerce-breadcrumb { font-size: 0.8rem; }

h2.widget-title, 
.wcpf-layout-item.wcpf-box-style .wcpf-heading-label.wcpf-field-title , 
.wcpf-field-item.wcpf-box-style .wcpf-heading-label.wcpf-field-title
{
    font-size: 1.2rem;
    padding: 12px 16px;
    border: 1px solid #eee;
    color: #5d5c5c;
    text-transform: none;
    font-weight: inherit;
}


.woocommerce-products-header__title {
    font-size: 1.2rem;
    margin-top: 7px;
}

.products .widget {
    padding: 0 0 1rem 0;
}

.products__sidebar ul {
    margin: 0 0 0 1rem;
}
.products__sidebar ul li.current-cat a {
    color: #333;
}

/* Woocommerce Search Product Page */
/* warnings */
.woocommerce-info, .woocommerce-noreviews, p.no-comments  {
    color: #fff;
    padding: 9px;
    border-bottom: 3px solid #3181af;
}

.woocommerce-product-rating, .woo-products .star-rating {
    display: none;
}
.woocommerce-Reviews .commentlist {
    display: flex;
    flex-wrap: wrap;    
}
.star-rating span:before {
    color: #e83e8d !important;
}
/* Woocommerce filter */
span.wcpf-title {
    font-size: .9rem;
    text-transform: capitalize;
}
.wcpf-product-counts {
    font-size: .75rem;
}
/*hide vendor name*/
.wcpv-sold-by-loop {
    display: none;
}

.wcpf-filter-inner .wcpf-field-item,
.widget_product_categories {
  margin: 1rem 0;
  box-shadow: 0px 3px 5px 1px #E4E4E4;
  background: #fff;
}

.wcpf-filter-inner .wcpf-field-item .wcpf-field-title {
  border-bottom: 1px solid #eee;
  padding: 0.5rem 1rem 0.5rem;
  color: #212121;
}

.wcpf-filter-inner .wcpf-field-item .wcpf-content, 
.wcpf-filter-inner .wcpf-field-item.wcpf-field-button,
.widget_product_categories .product-categories {
  padding: 1rem;
}

ul.products li.product .woocommerce-loop-product__title {
    color: deeppink;
    font-size: .9rem !important;
    margin: 12px auto auto;
    overflow: hidden;   
    white-space: nowrap;
    text-overflow: ellipsis;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    text-align: center;
}
ul.products li.product .akg-woocommerce-loop-product__subtitle {
    color: #737373;
    font-size: .9rem;
    margin: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

ul.products li.product .price .woocommerce-Price-amount {
    color: #3e3e3e;
    font-weight: bold;
    display: block;
}

.archive ul.products li.product {
    background: #fffefe;
    padding: 15px;  
    border: 1px solid #eee;
    box-shadow: 0px 2px 4px #f3f2f2;
}

.archive ul.products li.product:hover { 
    box-shadow: 0px 4px 5px #f3f2f2;
    cursor: pointer;
}

.woocommerce-products-header {
    margin-bottom: 20px;
    border-bottom: 1px solid #fbfbfb;
    padding: 7px;   
}

.product-header__right {
    text-align: right;
}

.woocommerce-ordering select {
    padding: 3px 3px;
    color: #777;
    margin: 5px 0;
    border-radius: 2px 6px;
    background: #eee;
}

.woocommerce-pagination ul.page-numbers {
    display: block;
    height: 54px;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}

.woocommerce-pagination ul.page-numbers li {
    float: left;
    list-style: none;
    padding: 8px 12px;
    background: #eee;
    margin: 10px;
}

.woocommerce-Tabs-panel h3 {
    font-size: 1.2rem;
    margin: 25px 0 13px 0;
}

.woocommerce-Tabs-panel h2:nth-child(n):not(:first-child) {
    margin-top: 1.4rem;   
}

.woocommerce-Tabs-panel a {
    color: #e83e8d;
}








.wp-post-image, .woocommerce-product-gallery__image img {
    width: 100%;
}

/* Single Post */
.single-post .page.blog .entry-content p {
margin-bottom: .8rem;
}
.single-post .page.blog .entry-content h1,
.single-post .page.blog .entry-content h2,
.single-post .page.blog .entry-content h3,
.single-post .page.blog .entry-content h4,
.single-post .page.blog .entry-content h5 {
margin-bottom: 1rem;
}
/* single product page */
.single-product div.product {
    width: 100%;
}
.single-product .container{
    background: #fff;
    padding: 20px;
}

.single-product .content-area {
    background: #fff;
    margin-bottom: 6px;
}

.single-product div.product .woocommerce-tabs {
    clear: both;
}

.single-product .product_meta {
    display: none;
}


.single-product h1.product_title.entry-title {
    font-size: 1.6rem;
    color: #656565;
}

.single-product div.product .summary > p {
    margin-bottom: 10px;
}

.single-product label.wc-pao-addon-name {
    margin-bottom: 2px;
    font-size: 1rem;
    font-weight: bold;
}
.single-product .site-content span.woocommerce-Price-amount.amount {
    font-size: 1.4rem;
    font-weight: bold;
}

.single-product .woocommerce-breadcrumb {
    font-size: 0.8rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.single-product nav.woocommerce-breadcrumb a {
    color: #777;
}
.single-product .wc-pao-addon .form-row {
    margin-left: 0px;
    margin-right: 0px;
}

.single-product .wc-pao-addon-field, 
.single-product input.wc-pao-addon-custom-text,
.single-product .input-text.qty, 
#comment, 
#submit {
    border-radius: 0;
    background: #f9f9f9;
    border: 1px solid #efefef;
    transition: all .5 ease;
}

.single-product .input-text.qty {
    padding-left: 14px;
}

.single-product .wc-pao-addon-field:focus, 
input.wc-pao-addon-custom-text:focus,
.single-product .input-text.qty:focus 
{
    border: 1px solid #efefef !important;
    background: #f9f9f9 !important;
    box-shadow: 0px 3px 4px #eee !important;
    color: #777;
}

.single-product .wc-pao-addon-description p {
    margin-bottom: 12px;
    font-size: .9rem;
}

.single-product .woo-product-main-content {
    display: flex;
    flex-wrap: wrap;   
}

.single-product .woo-product-main-content .woo-product-main-content-left {
    width: 100%;
}


.single-product .woo-product-main-content .woo-single-prod-action-btns {
    width: 100%;margin-top: 2rem;
}

.single-product .woo-product-main-content .woo-single-prod-action-btns .add-to-cart,
.single-product .woo-product-main-content .woo-single-prod-action-btns .add-to-cart:hover {
    border-bottom: 2px solid #ca3b7d;
    background-color: #e83e8d;
    color: #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.single-product .woo-product-main-content .woo-single-prod-action-btns .buy-now {
    border-bottom: 2px solid #af860b;
}

.single-product .woo-product-main-content .woo-single-prod-action-btns .add-to-cart, 
.single-product .woo-product-main-content .woo-single-prod-action-btns .buy-now
{
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 4px;
    margin: 0px auto;
    max-width: 203px;
    display: block;
}
.single-product .woo-product-main-content [name=add-to-cart],
.single-product .woo-product-main-content #wl-wrapper .wl-add-but {
    display: none;
}


 .single-product .woo-product-main-content .woocommerce-product-gallery .flex-control-thumbs{
    margin-left: 3rem;
 }
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    display: flex !important;
    justify-content: space-evenly;
    flex-wrap: wrap;   
}

.page-content, .entry-content, .entry-summary {
    width: 100%;
}

@media (min-width: 768px) {
/**
     * Single product page
     */
  .single-product div.product .images {
    width: 41.1764705882%;
    float: left;
    margin-right: 5.8823529412%;
    margin-bottom: 3.706325903em; }
    .single-product div.product .images .thumbnails::before, .single-product div.product .images .thumbnails::after {
      content: '';
      display: table; }
    .single-product div.product .images .thumbnails::after {
      clear: both; }
    .single-product div.product .images .thumbnails a.zoom {
      width: 14.2857142857%;
      float: left;
      margin-right: 14.2857142857%; }
      .single-product div.product .images .thumbnails a.zoom.last {
        float: right;
        margin-right: 0; }
  .single-product div.product .woo-product-main-content-left {
    width: 41.1764705882%;
    float: left;
    margin-right: 5.8823529412%;
    margin-bottom: 3.706325903em; 
  }
   .single-product div.product .woocommerce-product-gallery {
        width: 100%;
    }
  .single-product div.product .summary {
    width: 52.9411764706%;
    float: right;
    margin-right: 0; }
  .single-product div.product .woocommerce-tabs {
    clear: both; }
  #reviews .comment-form-author,
  #reviews .comment-form-email {
    width: 47%; }
  #reviews .comment-form-email {
    margin-right: 0; }

    .single-product div.product .images .thumbnails a.zoom {
        width: 11.1111111111%;
        float: left;
        margin-right: 11.1111111111%; 
    }
    .single-product div.product .images .thumbnails a.zoom.last {
        margin-right: 0; 
    }
    /*
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
        width: 44.4444444444%;
        float: left;
        margin-right: 11.1111111111%; 
    }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
            margin-right: 0; 
    }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
        width: 25.9259259333%;
        float: left;
        margin-right: 11.1111111111%; 
    }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
        margin-right: 0; 
    }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
        width: 16.6666666667%;
        float: left;
        margin-right: 11.1111111111%; 
    }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
        margin-right: 0; 
    }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
        width: 11.1111111111%;
        float: left;
        margin-right: 11.1111111111%; 
    }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
        margin-right: 0; 
    }
    */
    .single-product div.product .summary {
       width: 52.521739%;
        float: right;
        margin-right: 0;
        margin-bottom: 3.706325903em;
    }
    .single-product div.product .woocommerce-tabs {
        clear: both; 
    }

    .single-product div.product .woocommerce-tabs h2 { font-size: 1.3rem; }
    .single-product div.product .woocommerce-tabs h3 { font-size: 1.2rem; }
    .single-product div.product .woocommerce-tabs h4 { font-size: 1.1rem; margin: 10px 0; }

    .single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel p{
        display: block;
        font-size: 1rem;
        text-align: left;
        margin-bottom: .5rem;
        line-height: 1.4rem;
    }

    .single-product #reviews .commentlist li .avatar {
        width: 6.6666666667%;
        float: left;
        margin-right: 6.6666666667%; 
    }
    .single-product #reviews .commentlist li .comment_container .comment-text {
        width: 86.6666666667%;
        float: right;
        margin-right: 0; 
    }
    .single-product #reviews .commentlist ul.children {
        width: 86.6666666667%;
        float: right;
        margin-right: 0; 
    }
    .single-product #reviews .commentlist ul.children .avatar {
          width: 7.6923076923%;
          float: left;
          margin-right: 7.6923076923%; 
    }
    .single-product #reviews .commentlist ul.children .comment-text {
      width: 84.6153846154%;
      float: right;
      margin-right: 0; 
    }
    
    .single-product .woo-product-main-content .woo-product-main-content-left {
        position: -webkit-sticky;
        position: sticky !important;
        opacity: 1;
        transition: opacity 0.25s ease-in-out 0s;
        flex-flow: column;
        align-self: flex-start;
        top: 3rem;
    }

.woocommerce-tabs {
    padding-top: 2.617924em;
    padding-bottom: 2.617924em; }
    .woocommerce-tabs ul.tabs {
      width: 29.4117647059%;
      float: left;
      margin-right: 5.8823529412%; }
      .woocommerce-tabs ul.tabs li.active::after {
        right: 1em; }
    .woocommerce-tabs .panel {
      width: 64.7058823529%;
      float: right;
      margin-right: 0;
      margin-top: 0; }


}


.woocommerce-tabs {
  overflow: hidden;
  padding: 1em 0; }
  .woocommerce-tabs::before, .woocommerce-tabs::after {
    content: '';
    display: table; }
  .woocommerce-tabs::after {
    clear: both; }
  .woocommerce-tabs ul.tabs {
    list-style: none;
    margin-left: 0;
    text-align: left;
    border-top: 1px solid rgba(0, 0, 0, 0.05); }
    .woocommerce-tabs ul.tabs li {
      display: block;
      margin: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      position: relative; }
      .woocommerce-tabs ul.tabs li a {
        padding: 1em 0;
        display: block;
        color: #404040;
        }
  .woocommerce-tabs .panel h2:first-of-type {
    font-size: 1.618em;
    margin-bottom: 1em; }


.show { display: block !important; }
.hide { display: none !important; }

.filter-products {
    background: #fff;
    width: 140px;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #eee;
    box-shadow: 1px 2px 1px #e4e4e4;
    display: none;
    font-size: 19px;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {

    .single-product .woo-product-main-content .woocommerce-product-gallery {
        width: 100%;
    }
    .filter-products {
        display: block;
        position: fixed;
        bottom: 10px;
        z-index: 1;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .products__sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: #fff;
        z-index: 1;
        max-width: 100%;
        overflow-x: auto;
        padding-top: 50px;  
        display: none; 
        padding-bottom: 50px;
    }
    

@media screen and (min-width: 576px){ 
    .archive ul.products li.product {
        width: 48% !important;
        float: left;
        margin: 1%;
    }
}

@media screen and (max-width: 768px){
    .archive ul.products li.product {
        width: 100%;
    }
}



