.singlepost{ border:1px solid #d1d2e0; padding:0;border-radius: 10px; background:#fff; }
.singlepost h3{ margin-top:0; }
.singlepost img{ border-top-left-radius: 10px;border-top-right-radius: 10px;}
.h-420{ height: 365px;}
.ahmad-zygon{ margin-bottom: 30px; }
.post-sec{ padding:20px; font-family: var(--thim-font-title-font-family); }
.post-sec .cptwooint-product-price{ font-size:1.5rem;}
.post-sec .cptwooint-product-price del span{font-family:"Roboto",sans-serif; color: #7b7b7b;}
.post-sec .cptwooint-cart-btn-wrapper a.button{ background:#0051fd;color: #fff;padding:5px 10px;display: inline-block;border-radius:10px; font-family:"Roboto",sans-serif; font-size: 0.9rem;}
.cptwooint-cart-btn-wrapper{margin-top: 15px;}
.post-sec .cptwooint-product-price {font-size: 1rem;color: #000;}
.maincrousal{position: relative;
    .owl-theme {
        .custom-nav {
            position: absolute;
            top: 40%;
            left: 0;
            right: 0;

            .owl-prev, .owl-next {
                position: absolute;
                height: 50px;
                color: inherit;
                background: none;
                border: none;
                border-radius: 50px;
                z-index: 100;
                background: #fff;
                i {
                    font-size: 1.5rem;
                    color: #aaa;
                }
            }

            .owl-prev {
                left: -24px;
            }

            .owl-next {
                right: -25px;
            }
        }
    }
}
.tab {
  overflow: hidden;
  margin-bottom: 20px;
}

/* Style the buttons inside the tab */
.tab button {
  display: inline-block;
  height: 4.6rem;
  border:none;
  padding:.6rem 2.4rem .6rem;
  border-radius:9.6rem;
  text-align: left;
  background-color: #fff;
  color: #2a2b3f;
  font-size:1.1rem;
  font-weight: 600;
  text-transform: capitalize;
  margin-right: 0px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  border-bottom: 1px solid #33364a;color: #868791;
}

/* Create an active/current tablink class */
.tab button.active {
  border-bottom: 1px solid #33364a;
  width: 19.6%;
  text-align: center;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 0;
  border-top: none;
}